@charset "UTF-8";
/*Шапка сайта*/


#bx-panel.bx-panel-folded~.header {
    top: 0px;
}

#bx-panel.bx-panel-fixed~.header {
    top: 147px;
}

#bx-panel.bx-panel-fixed.bx-panel-folded~.header {
    top: 39px;
}

.header {
    /*height: 140px;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    z-index: 990;
    -webkit-transition: height 0.3s, background 0.3s, color 0.3s;
    -o-transition: height 0.3s, background 0.3s, color 0.3s;
    transition: height 0.3s, background 0.3s, color 0.3s;
}

.header .wrap-big {
    height: 100%;
}

.header .wrap-big>.row {
    height: 100%;
}

.header.active,
.header.no-bg {
    color: #222;
    height: 100px;
    background-color: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(6px) saturate(110%);
    backdrop-filter: blur(6px) saturate(110%);
    will-change: auto;
}

.header.active .logo .logo-dark,
.header.no-bg .logo .logo-dark {
    opacity: 1;
    visibility: visible;
}

.header.active .logo img {
    filter: grayscale(1);
}

.header.active .logo .logo-white,
.header.no-bg .logo .logo-white {
    opacity: 0;
    visibility: hidden;
}

.header.active .menu li a,
.header.no-bg .menu li a {
    color: #222;
}

.header.active .header-links .language-choose .link-more,
.header.no-bg .header-links .language-choose .link-more {
    color: #222;
}

.header.active .link-search,
.header.no-bg .link-search {
    color: #222;
}

.header.active .open-menu-inner,
.header.active .open-menu-inner:before,
.header.active .open-menu-inner:after,
.header.no-bg .open-menu-inner,
.header.no-bg .open-menu-inner:before,
.header.no-bg .open-menu-inner:after {
    background-color: #222;
}

.header.active input[type="search"],
.header.no-bg input[type="search"] {
    border-bottom-color: #222;
}

.header.no-bg {
    height: 140px;
}

.header.no-bg.active {
    height: 100px;
}

.header.no-bg+section {
    margin-top: 0;
    padding-top: 180px;
    color: #222;
    height: auto;
    min-height: 1px;
}

.header.no-bg+section .main-banner-bottom {
    padding-bottom: 15px;
}

.header.no-bg+section .social a {
    color: #222;
}

.logo {
    position: relative;
    width: 100%;
}

.logo a {
    display: block;
    background: none;
    border: 0;
    transition: none;
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    padding: 36px 27px 26px;
    max-width: 174px;
}
.no-bg .logo a {
    background: none;
    padding: 0;
    border-radius: 0;
    max-width: 120px;
}
.logo a img {
    /*max-width: 132px;*/
}

.logo .logo-dark {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logo .logo-text {
    height: 22px;
    line-height: 20px;
    white-space: nowrap;
    padding: 0 10px;
    color: #ffffff;
    background-color: #395FB8;
    margin-top: 7px;
    text-align: center;
}


.main-page .logo {}
.header.active .logo {
    margin-left: 26px;
}
.header.active.no-bg .logo,
.footer-item .logo,
.pop_menu .logo {
    margin: 0;
}

.header.active .logo a,
.footer-item .logo a,
.pop_menu .logo a {
    padding: 0;
    background: none;
    height: auto;
}

.footer-item .logo,
.pop_menu .logo,
.header.active .logo {
    max-width: 120px;
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu li {
    margin-right: 80px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu li a {
    position: relative;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: currentColor;
    visibility: hidden;
    width: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu li a:hover:after {
    width: 100%;
    visibility: visible;
}

.header-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-links .language-choose {
    position: relative;
    margin-right: 50px;
}

.header-links .language-choose .link-more {
    color: #ffffff;
    text-transform: none;
}

.header-links .language-choose .link-more .icon-svg {
    font-size: 16px;
}

.header-links .language-choose.active .hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.header-links .language-choose .hidden {
    position: absolute;
    left: 0;
    top: 100%;
    width: 70px;
    background-color: #fff;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}

.header-links .language-choose .hidden li {
    position: relative;
    margin-top: 1px;
}

.header-links .language-choose .hidden li:first-child {
    margin-top: 0;
}

.header-links .language-choose .hidden li:first-child::before {
    content: none;
}

.header-links .language-choose .hidden li:before {
    content: '';
    position: absolute;
    left: 15%;
    width: 70%;
    top: -1px;
    background-color: #222;
    height: 1px;
}

.header-links .language-choose .hidden li a {
    border: 0;
    display: block;
    color: #222;
    padding: 5px 10px 5px 15px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.header-links .language-choose .hidden li a:hover {
    background-color: #395FB8;
    color: #ffffff;
}

.open-menu {
    position: relative;
    height: auto;
    cursor: pointer;
    color: inherit;
    text-transform: none;
    background: none;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 50px;
    height: 50px;
    margin-right: -10px;
}

.open-menu:hover {
    opacity: 1;
}

.open-menu .open-menu-inner {
    -webkit-transition: background 0.25s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background 0.25s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease;
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease;
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.open-menu .open-menu-inner:before {
    -webkit-transition: top 0.2s 0.24s ease, opacity 0.2s ease, background 0.25s ease;
    -o-transition: top 0.2s 0.24s ease, opacity 0.2s ease, background 0.25s ease;
    transition: top 0.2s 0.24s ease, opacity 0.2s ease, background 0.25s ease;
}

.open-menu .open-menu-inner:after {
    -webkit-transition: bottom 0.2s 0.24s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease;
    transition: bottom 0.2s 0.24s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease;
    -webkit-transition: bottom 0.2s 0.24s ease, background 0.25s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.2s 0.24s ease, background 0.25s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.2s 0.24s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease;
    transition: bottom 0.2s 0.24s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease;
    transition: bottom 0.2s 0.24s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.25s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.open-menu.active .open-menu-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open-menu.active .open-menu-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s 0.24s ease;
    -o-transition: top 0.2s ease, opacity 0.2s 0.24s ease;
    transition: top 0.2s ease, opacity 0.2s 0.24s ease;
}

.open-menu.active .open-menu-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.2s ease, -webkit-transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.2s ease, -webkit-transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.2s ease, transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.2s ease, transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.2s ease, transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open-menu-box {
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -10px;
}

.open-menu-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.open-menu-inner,
.open-menu-inner:before,
.open-menu-inner:after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform, background;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.open-menu-inner:before,
.open-menu-inner:after {
    content: "";
    display: block;
}

.open-menu-inner:before {
    top: -9px;
}

.open-menu-inner:after {
    bottom: -9px;
}

.header-search {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    width: 0;
    height: 50px;
    background: #fff;
    z-index: 100;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-search form {
    height: 100%;
}

.header-search input[type="search"] {
    width: 100%;
    border: 0;
    height: 100%;
    padding-left: 50px;
    font-size: 20px;
    border-bottom: 1px solid transparent;
}

.header-search button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    font-size: 20px;
}

.header-search button:hover {
    color: #395FB8;
}

.header-search button .icon-svg {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-search.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.header-search .icon-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-search .icon-close:hover {
    color: #395FB8;
}

.header-search .icon-close .icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.header-search-wrap.visible .header-search.active+.search-hidden-results {
    opacity: 1;
    visibility: visible;
}
.store-search {
    z-index: auto;
}
.brands-search.visible {
    z-index: 6;
}
.brands-search.visible .search-hidden-results {
    opacity: 1;
    visibility: visible;
}

.promo-section {
    overflow: hidden;
}

.search-hidden-results {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 25px 60px 30px 49px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    max-height: calc(100vh - 100px);
}

.search-hidden-results ul {
    display: inline-block;
}

.search-hidden-results li {
    position: relative;
    margin-bottom: 7px;
}

.search-hidden-results li:last-child {
    margin-bottom: 0;
}

.search-hidden-results li:hover .link-hidden {
    opacity: 1;
    visibility: visible;
}

.search-hidden-results a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    font-size: 20px;
    border: 0;
    position: relative;
}
.search-hidden-results a i {
    position: absolute;
    left: -27px;
    top: 5px;
    width: 17px;
}

.search-hidden-results a:hover {
    color: #395FB8;
}

.search-hidden-results .floor {
    color: #395FB8;
    margin-left: 55px;
}

.search-hidden-results .floor strong {
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
}

.search-hidden-results .link-hidden {
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    font-size: initial;
    white-space: nowrap;
    color: #395FB8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.link-search {
    position: relative;
    z-index: 10;
    color: #ffffff;
    border: 0;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 20px;
    transition: 0s;
}

.link-search .icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color 0.3s, opacity 0.3s, visibility 0.3s;
    -o-transition: color 0.3s, opacity 0.3s, visibility 0.3s;
    transition: color 0.3s, opacity 0.3s, visibility 0.3s;
    margin-top: 0;
}

.link-search .icon-svg.-dark {
    color: #222;
    opacity: 0;
    visibility: hidden;
}

.link-search.active .icon-svg {
    color: #222;
}

.main-banner-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: #ffffff;
    padding-bottom: 45px;
}

.main-banner-bottom .tel {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    border: 0;
}

.main-banner-bottom .social a {
    color: #ffffff;
}

.social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.social a {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    margin: 0 15px;
}

.social a:first-child {
    margin-left: 0;
}

.social a:last-child {
    margin-right: 0;
}

.schedule-info .open-time {
    font-size: 20px;
    font-weight: bold;
}

.schedule-info .schedule {
    margin-top: 5px;
}

.schedule-info .link-icon {
    position: relative;
    color: #ffffff;
}

.schedule-info .link-icon .icon-close {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.schedule {
    position: relative;
}

.schedule .hidden {
    position: absolute;
    left: 0;
    margin-bottom: 5px;
    bottom: 100%;
    width: 600px;
    z-index: 100;
    overflow: auto;
    max-height: 78vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.schedule.active .hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.schedule.active .link-icon .icon-calendar {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.schedule.active .link-icon .icon-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pop_schedule {
    display: none;
    width: 100%;
    max-width: 1770px !important;
    padding: 60px 100px 50px !important;
    vertical-align: top !important;
}

.pop_schedule .title-section {
    color: #ffffff;
}

.pop_schedule .title-section .h2 {
    font-size: 64px;
}

.schedule-item {
    padding: 18px 0;

    border-top: 1px solid #414141;
    color: #ffffff;
}

.schedule-item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.schedule-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
}

.schedule-item .icon img {
    vertical-align: middle;
    max-height: 100%;
}

.schedule-item .icon+.descr {
    padding-left: 75px;
}

.schedule-item .descr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.schedule-item .descr .h4 {
    margin: 0;
    font-weight: normal;
}

.schedule-item-info {
    position: relative;
    min-height: 50px;
    line-height: 48px;
}

.schedule-item-time {
    max-width: 240px;
    margin-left: auto;
}

.schedule-item-time .time-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.schedule-item-time .time {
    font-weight: 600;
}

.link-icon {
    border: 0;
    cursor: pointer;
}

.link-icon:hover .text {
    border-color: transparent;
}

.link-icon .text {
    border-bottom: 1px dashed currentColor;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.link-icon .icon-svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 10px;
}

/*Шапка сайта*/
/* Главный баннер */
.main-banner-section {
    height: 100vh;
    min-height: 620px;
    position: relative;
    padding: 0;
}

.main-banner-section .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.main-banner-section .swiper-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.main-banner-section .swiper-navigation .swiper-button-nav {
    font-size: 36px;
}

.banner-section {
    position: relative;
    padding: 0;
}

.banner-section .main-banner-slider .descr {
    padding: 200px 230px 100px 0;
}

.banner-section .main-banner-bottom {
    padding-bottom: 110px;
}

.banner-section .title-section:last-child {
    margin-bottom: 0;
}

.main-banner-slider {
    height: 100%;
}

.main-banner-slider picture,
.main-banner-slider .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 1;
}

.main-banner-slider picture:before,
.main-banner-slider .bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.35)), to(rgba(34, 34, 34, 0)));
    background: -o-linear-gradient(top, rgba(34, 34, 34, 0.35) 0%, rgba(34, 34, 34, 0) 100%);
    background: linear-gradient(180deg, rgba(34, 34, 34, 0.35) 0%, rgba(34, 34, 34, 0) 100%);
}

.main-banner-slider picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-banner-slider .descr {
    position: relative;
    z-index: 10;
}

.main-banner-slider .descr .h1 {
    margin: 0;
}
.main-banner-slider .descr .h1 small {
    font-size: 64px;
    font-weight: 450;
    letter-spacing: 0;
    margin-bottom: 20px;
}
@media (max-width: 1440px){
    .main-banner-slider .descr .h1 small {
        font-size: 50px;
    }
}
@media (max-width: 768px){
    .main-banner-slider .descr .h1 small {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.main-banner-slider .swiper-slide {
    overflow: hidden;
    color: #ffffff;
}
.main-banner--bg__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.main-banner-slider .swiper-slide .wrap-big {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-banner-slider .link-more {
    display: inline-block;
    margin-top: 40px;
    color: #ffffff;
}

.main-banner-slider .link-more .icon-svg {
    font-size: 32px;
    margin-left: 20px;
}

.main-banner-slider .link-more:hover .icon-svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.main-banner-slider .title-section {
    margin-bottom: 0;
    min-height: 192px;
}

.main-banner-slider .title-section+.text {
    margin-top: 35px;
}

.main-banner-slider .title-section~.text {
    font-size: 24px;
}

.main-banner-slider .btn {
    margin-top: 45px;
}

.link-more {
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
}

.link-more .text {
    position: relative;
    text-transform: uppercase;
}

.link-more .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.link-more:hover .text:before {
    width: 100%;
    visibility: visible;
}

.link-more .icon-svg {
    margin-left: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.swiper-banner-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-banner-pagination.active .line:before {
    -webkit-animation: line 5s linear both;
    animation: line 5s linear both;
}

.swiper-banner-pagination .line {
    position: relative;
    width: 80px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 10px;
}

.swiper-banner-pagination .line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
}

.swiper-banner-pagination.-dark .line {
    background-color: rgba(34, 34, 34, 0.25);
}

.swiper-banner-pagination.-dark .line:before {
    background-color: #222;
}

.swiper-banner-pagination .text {
    font-weight: 500;
}

@-webkit-keyframes line {
    100% {
        width: 100%;
    }
}

@keyframes line {
    100% {
        width: 100%;
    }
}

.main-banner-floor .h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.main-banner-floor .link-more {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
}

.main-banner-floor .link-more .icon-svg {
    font-size: 32px;
    margin-left: 20px;
    height: 20px;
}

.main-banner-floor .link-more:hover .icon-svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.main-banner-menu a {
    border: 0;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-banner-menu .icon-svg {
    font-size: 70px;
    min-width: 70px;
    margin-right: 30px;
    margin-top: 0;
}

.main-banner-menu .h2 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin: 0;
}

.main-banner-menu a:hover .h2:before {
    visibility: visible;
    width: 100%;
}

.main-banner-menu .h2:before {
    content: '';
    height: 2px;
    width: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: currentColor;
}

.main-banner-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: -30px;
}

.main-banner-menu-wrap .social {
    margin-left: auto;
}

.menu-badge {
    right: 5%;
    bottom: 5%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #395FB8;
    position: fixed;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateY(30px) translateZ(0);
    -webkit-backface-visibility: hidden;
}

.menu-badge.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-badge .icon-svg {
    margin-top: 0;
}

/* Главный баннер */
/* События */
.events-carousel {
    overflow: visible !important;
}

.events-carousel .swiper-slide {
    width: 1070px;
}

.event-item a {
    display: block;
    border: 0;
    color: #222;
}

.event-item a:hover .event-img .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.event-item .event-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.event-item .event-img img {
    width: 100%;
}

.event-item .event-img .img {
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.event-item .event-descr {
    min-height: 340px;
    background-color: #fff;
    padding: 50px 70px 40px 100px;
}

.event-item .event-descr .date {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
}

.event-item .event-descr .h4 {
    margin: 0 0 28px;
    font-weight: 500;
}

.link-spacing {
    position: relative;
    color: #222;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

.link-spacing:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    visibility: hidden;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.link-spacing:hover:before {
    width: calc(100% - 7px);
    visibility: visible;
}

.date-event {
    display: inline-block;
    background: #395FB8;
    color: #ffffff;
    padding: 15px 25px 20px;
    /*position: absolute;
    left: 0;
    top: -42px;*/
    z-index: 10;
}

.date-event strong {
    display: block;
}

.article-bg {
    margin-top: 100px;
    margin-bottom: 70px;
    position: relative;
}

.event-detail-info {
    height: 100%;
}

.event-detail-article {
    margin: 50px 0 0px;
}

.event-detail-article.-badge .event-detail-info {
    padding-top: 83px;
}

.event-detail-article .text_block {
    margin-top: 70px;
}

.event-detail-article .article-bg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.event-detail-article .shops-content {
    margin: 0;
    padding-bottom: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-detail-article .shops-content .link-wrap {
    margin-top: auto;
}

.event-detail-info .shops-list {
    display: block;
}

.event-detail-info .shops-list li {
    margin-right: 0;
    display: block;
}

.event-detail-info .shops-list li a {
    display: flex;
}

.event-detail-info .shops-list li .link-icon {
    margin-left: auto;
}

.swiper-wrap {
    position: relative;
}

.slider-standart .h4 {
    margin: 20px 0 0;
    font-weight: 500;
    min-height: 60px;
}

.slider-standart img {
    width: 100%;
}
 
.slider-standart~.swiper-banner-pagination {
    position: absolute;
    right: 30px;
    bottom: 20px;
    left: auto;
    z-index: 10;
    color: #ffffff;
}

.shops-content {
    margin-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 70px;
    border-bottom: 1px solid #F5F5F5;
}

.shops-content .link-wrap {
    margin-top: 60px;
}

.shops-content .link-wrap .link-icon {
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #222;
}

.shops-content .link-wrap .link-icon:hover {
    color: #395FB8;
}

.shops-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.shops-list li {
    margin-right: 70px;
    margin-bottom: 5px;
}

.shops-list li:last-child {
    margin-right: 0;
}

.shops-list a {
    border: 0;
    color: #222;
    font-weight: 500;
}

.shops-list .link-icon {
    margin-left: 15px;
    color: #395FB8;
    font-weight: normal;
}

.shops-list + .tag-list {
    margin-top: 60px;
}

.tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag-list li {
    margin-right: 30px;
    margin-bottom: 5px;
}

.tag-list li a {
    border-color: transparent;
    border-style: dashed;
    font-weight: 500;
}

.tag-list li a:hover {
    border-color: currentColor;
}

/* События */
/* Акции */
.promo-carousel {
    overflow: visible !important;
}

.promo-carousel .swiper-slide {
    width: 270px;
}

.promo-carousel .swiper-slide:nth-of-type(2n+1) {
    margin-top: 100px;
}

.promo-item a {
    display: block;
    border: 0;
    color: #222;
}

.promo-item a:hover .promo-img:before {
    -webkit-transform: rotate(-45deg) translate(-100%, 0%);
    -ms-transform: rotate(-45deg) translate(-100%, 0%);
    transform: rotate(-45deg) translate(-100%, 0%);
}

.promo-item a:hover .promo-more span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.promo-item .promo-img {
    height: 370px;
    overflow: hidden;
    position: relative;
}

.promo-item .promo-img:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -50%;
    z-index: 2;
    display: block;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transform: rotate(-45deg) translate(-100%, -100%);
    -ms-transform: rotate(-45deg) translate(-100%, -100%);
    transform: rotate(-45deg) translate(-100%, -100%);
    -webkit-transform-origin: 0 -50%;
    -ms-transform-origin: 0 -50%;
    transform-origin: 0 -50%;
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
}

.promo-item .promo-more {
    position: relative;
}
.promo-item .promo-more span {
    letter-spacing: 0.5em;
    text-transform: uppercase;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px) scale(0.9);
    -ms-transform: translateY(10px) scale(0.9);
    transform: translateY(10px) scale(0.9);
    z-index: 5;
}

.promo-item .promo-img .img {
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.promo-item .descr {
    margin-top: 30px;
}

.promo-item .date {
    font-size: 14px;
}

.promo-item .h4 {
    margin: 20px 0 0;
    font-weight: 500;
}

/* Акции */
/* Двигающийся текст */
.scroll-text-wrap {
    position: relative;
    height: 130px;
    margin: 0;
}

.scroll-text {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    -webkit-animation: scrollText 12s linear infinite;
    animation: scrollText 12s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@-webkit-keyframes scrollText {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0);
    }
}

@keyframes scrollText {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0);
    }
}

.scroll-lines-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 10;
}

.scroll-lines {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scroll-lines span {
    width: 106px;
    height: 6px;
    background-color: #395FB8;
}

/* Двигающийся текст */
/* Бренды */
.brands-search {
    position: relative;
}

.brands-search .input-field {
    position: relative;
    margin: 0;
}

.brands-search input[type="search"] {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #222;
    font-size: 20px;
    height: 50px;
    padding-left: 60px;
}

.brands-search button {
    position: absolute;
    left: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    border: 0;
    background-color: transparent;
}

.brands-search button:hover {
    color: #395FB8;
}

.brands-categories {
    margin-top: 40px;
    font-size: 20px;
}

.brands-categories .h4 {
    display: none;
}

.brands-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brands-categories li {
    margin-right: 30px;
    margin-bottom: 15px;
}

.brands-categories li.active a {
    color: #395FB8;
}

.brands-categories li.active .count {
    background-color: #395FB8;
    color: #ffffff;
}

.brands-categories li:last-child {
    margin-right: 0;
}

.brands-categories li a {
    color: #222;
    border: 0;
    white-space: nowrap;
}

.brands-categories li a:hover {
    color: #395FB8;
}

.brands-categories li .count {
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    width: 30px;
    text-align: center;
    margin-left: 3px;
}

.brands-alphabet {
    margin-top: 60px;
    font-size: 36px;
    line-height: 1;
}

.brands-alphabet .h4 {
    display: none;
}

.brands-alphabet .alphabet-rus {
    margin-top: 0;
}

.brands-alphabet .alphabet-rus .hidden {
    top: auto;
    bottom: 100%;
}

.brands-alphabet>div {
    margin-top: 30px;
}

.brands-alphabet>div>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brands-alphabet>div>ul>li {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.brands-alphabet>div>ul>li>a {
    border: 0;
    color: #222;
}

.brands-alphabet>div>ul>li .letter {
    position: relative;
}

.brands-alphabet>div>ul>li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-color: #fff;
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    z-index: 50;
}

.brands-alphabet>div>ul>li:hover .letter {
    z-index: 75;
    color: #395FB8;
}

.brands-alphabet>div>ul>li:hover:before {
    opacity: 1;
    visibility: visible;
}

.brands-alphabet>div>ul>li:hover .hidden {
    opacity: 1;
    visibility: visible;
}

.brands-alphabet>div>ul>li:nth-last-child(-n+4) .hidden {
    left: auto;
    right: -55px;
}

.brands-alphabet .hidden {
    position: absolute;
    left: -55px;
    top: 100%;
    min-width: 370px;
    width: max-content;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #EFEFEF;
    font-size: 20px;
    padding: 50px 0px 50px 40px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

.brands-alphabet .hidden:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    background-color: #F8F8F8;
    height: 100%;
}

.brands-alphabet .hidden li {
    position: relative;
    margin-bottom: 25px;
}

.brands-alphabet .hidden li:last-child {
    margin-bottom: 0;
}

.brands-alphabet .hidden li a {
    color: #222;
    border: 0;
    padding-right: 150px;
    white-space: nowrap;
}

.brands-alphabet .hidden li a:hover {
    color: #395FB8;
}

.brands-alphabet .hidden li .floor {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    text-align: center;
    z-index: 10;
}

.brands-section {
    position: relative;
    margin-top: 100px;
}

.banner-section + .brands-section {margin-top: 0;}

.brands-section>.wrap>div {
    position: relative;
    z-index: 10;
}

.brands-photo-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brands-photo-wrap .wrap {
    position: relative;
    height: 100%;
}

.brands-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.brands-photo .photo {
    position: absolute;
}

.brands-photo .photo .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.brands-photo .photo:nth-of-type(1) {
    width: 370px;
    height: 430px;
    right: -80px;
    top: -120px;
}

.brands-photo .photo:nth-of-type(2) {
    width: 180px;
    height: 190px;
    right: -200px;
    top: 240px;
}

.brands-photo .photo:nth-of-type(3) {
    width: 180px;
    height: 190px;
    bottom: -90px;
    right: 100%;
    margin-right: 140px;
}

.brand-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -8px;
    margin-right: -8px;
}

.brand-item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    text-align: center;
}

.brand-item-wrap .brand-item {
    position: relative;
    height: 220px;
    line-height: 220px;
    background-color: #fff;
}

.brand-item-wrap .brand-item a {
    display: block;
    border: 0;
    height: 100%;
}

.brand-item-wrap .brand-item a:hover img {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.brand-item-wrap .brand-item a span {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding: 0 20px;
}

.brand-item-wrap .brand-item img {
    vertical-align: middle;
    padding: 15px;
    max-height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.brand-item-wrap .brand-item.-letter {
    background-color: #E7ECF7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.brand-item-wrap .brand-item.-letter .letter-front {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 200px;
    font-weight: 300;
    text-transform: uppercase;
    color: #395FB8;
    z-index: 10;
}

.brand-item-wrap .brand-item.-letter .letter-behind {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', 'serif';
    font-size: 200px;
    font-style: italic;
    opacity: 0.25;
    color: #395FB8;
    margin-top: -20px;
    text-transform: lowercase;
}

@supports (-webkit-text-stroke: 1px #395FB8) {
    .brand-item-wrap .brand-item.-letter .letter-behind {
        -webkit-text-stroke: 1px #395FB8;
        -webkit-text-fill-color: transparent;
    }
}

/* Бренды */
/* Instagram */
.inst-carousel {
    overflow: visible !important;
}

.inst-carousel .swiper-slide {
    width: 270px;
}

.inst-item a {
    display: block;
    border: 0;
}

.inst-item .inst-img {
    height: 270px;
}

.inst-item .inst-img .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

/* Instagram */
/* Арендаторам */
.about-gray-block {
    position: relative;
    background-color: #f2f2f2;
}

.about-gray-block:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 50vw;
    background-color: inherit;
}

.about-section .descr {
    padding: 100px 0 100px 100px;
    font-size: 24px;
}

.about-section .descr + .descr {padding-top: 0;}

.about-section .descr .img {
    margin-bottom: 70px;
}

.about-section .descr .text+.text {
    margin-top: 20px;
}

.feat-items .row {
    margin-left: -35px;
    margin-right: -35px;
}

.feat-items .row>div {
    padding-left: 35px;
    padding-right: 35px;
}

.feat-item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 45px;
}

.feat-item .icon img {
    vertical-align: middle;
    max-height: 100%;
}

.feat-item .title-section {
    margin: 0;
}

.feat-item .title-section .h3 {
    font-weight: bold;
    color: #222;
    white-space: nowrap;
}

.feat-item .title-section .h3 sup {
    font-weight: 500;
    color: #395FB8;
    font-size: 40%;
    top: -2em;
    margin-left: -10px;
}

.feat-item .title-section .h3 sup sup {
    margin-left: 0;
    top: -0.65em;
    font-size: 60%;
}

.feat-item .h3 {
    margin: 0;
    font-weight: 500;
    color: #395FB8;
}

.descr-block {
    position: relative;
}

.descr-block .h2 {
    text-transform: uppercase;
    margin: 0 0 40px;
}

.descr-block .btn-wrap-size {
    margin-top: 50px;
}

.btn-wrap-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-wrap-size .text-small {
    margin-left: 20px;
}

.request-block {
    background-color: #395FB8;
    color: #ffffff;
    padding: 100px;
}

.request-block .h2 {
    text-transform: uppercase;
    margin: 0 0 40px;
}

.request-block .h3 {
    font-weight: 500;
}

.request-block .btn {
    margin-top: 40px;
}

.presentation-section+section {
    position: relative;
    z-index: 10;
}

.presentation-section.pb-big {
    padding-bottom: 300px;
}

.presentation-section .descr-block-wrap {
    position: relative;
    z-index: 10;
}

.presentation-section .request-block {
    position: relative;
    z-index: 10;
}

.presentation-section .presentation-img {
    background: url(../img/arendatoram/presentation.png) no-repeat 50% 50%/contain;
    width: 1110px;
    height: 821px;
    position: absolute;
    top: 100%;
    margin-top: -140px;
    margin-right: -280px;
    right: 0;
    z-index: 1;
}

/* Арендаторам */
/* Сейчас в кино */
.cinema-carousel {
    overflow: visible !important;
}

.cinema-carousel .swiper-slide {
    width: 270px;
}

.cinema-item a {
    display: block;
    color: #222;
    border: 0;
}

.cinema-item .cinema-img {
    width: 160px;
    height: 240px;
    overflow: hidden;
}

.cinema-item .cinema-img .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.cinema-item .category {
    margin-top: 20px;
    font-size: 14px;
}

.cinema-item .h4 {
    margin: 20px 0 0;
    font-weight: normal;
    font-weight: 500;
}

.cinema-schedule {
    margin-top: 20px;
    font-size: 14px;
}

.cinema-schedule ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5px;
}

.cinema-schedule ul li {
    margin-right: 20px;
    margin-bottom: 5px;
}

.cinema-schedule ul li.previous a {
    color: #999 !important;
}

.cinema-schedule ul li.closest a {
    border-bottom: 2px solid #395FB8;
}

.cinema-schedule ul li:last-child {
    margin-right: 0;
}

.cinema-schedule ul li a:hover {
    color: #395FB8;
}

/* Сейчас в кино */
/* Галерея */
.gallery-items>.row {
    margin-bottom: 20px;
}

.gallery-items>.row>div {
    margin-bottom: 100px;
}

.gallery-item a {
    display: block;
    color: #222;
    border: 0;
}

.gallery-item a:hover .img:before {
    -webkit-transform: rotate(-45deg) translate(-100%, 0%);
    -ms-transform: rotate(-45deg) translate(-100%, 0%);
    transform: rotate(-45deg) translate(-100%, 0%);
}

.gallery-item a:hover .img:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery-item .img {
    position: relative;
    height: 370px;
    margin-bottom: 40px;
    overflow: hidden;
}

.gallery-item .img:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    z-index: 2;
    display: block;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transform: rotate(-45deg) translate(-100%, -100%);
    -ms-transform: rotate(-45deg) translate(-100%, -100%);
    transform: rotate(-45deg) translate(-100%, -100%);
    -webkit-transform-origin: 0 -50%;
    -ms-transform-origin: 0 -50%;
    transform-origin: 0 -50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gallery-item .img:after {
    content: 'Посмотреть';
    letter-spacing: 0.5em;
    text-transform: uppercase;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px) scale(0.9);
    -ms-transform: translateY(10px) scale(0.9);
    transform: translateY(10px) scale(0.9);
    z-index: 5;
}

.gallery-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-item .descr .date {
    color: #999;
}

.gallery-item .descr .h4 {
    margin: 20px 0 0;
}

.gallery-top {
    margin-bottom: 100px;
}

.gallery-section-name {
    font-size: 14px;
    color: #999;
    margin: 0 0 20px;
}

.gallery-story-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    color: #222;
}

.gallery-story-item a:hover .img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.gallery-story-item .img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #395FB8;
    margin-right: 30px;
    position: relative;
    background-color: #fff;
}

.gallery-story-item .img:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background-image: url(../img/icons/zoom.svg);
    background-color: rgba(34, 34, 34, 0.75);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 50% 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.gallery-story-item .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-story-item .descr .h4 {
    margin: 0 0 5px;
    font-weight: 500;
}

.gallery-story-item .descr .text-small {
    color: #999;
    line-height: normal;
}

.gallery-story-item .count {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.75);
    left: 50%;
    top: 50%;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
}

.gallery-story-row a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 0;
}

.gallery-story-row .gallery-story-item {
    margin-left: -55px;
    width: 100px;
    height: 100px;
}

.gallery-story-row .gallery-story-item:first-child {
    margin-left: 0;
}

.gallery-story-row .img {
    margin-right: 0;
    width: 100%;
    height: 100%;
}

.story-swiper-wrap {
    width: 100% !important;
    /* max-width: 500px !important; */
    /* background-color: #fff !important; */
}

.story-slider {
    /* width: 100%; */
    height: 770px;
    max-height: calc(100vh - 142px);
}

.story-slider img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
}

.story-slider .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.story-slider-dots {
    width: 100%;
    padding: 15px 20px !important;
}


.fancybox-close-small {
    left: 100% !important;
    color: #ffffff !important;
    margin-left: 5px;
    top: 0 !important;
}

.fancybox-story .story-swiper-wrap {
    overflow: visible !important;
}

/* Галерея */
/* Анкета */
.pop-app {
    display: none;
    width: 100%;
    max-width: 970px !important;
    background-color: #fff !important;
    cursor: auto;
}

.pop-app .fancybox-close-small {
    top: 10px !important;
    color: #ffffff !important;
    right: 10px !important;
    left: auto !important;
}

.pop-app .pop-top {
    background-color: #395FB8;
    color: #ffffff;
    padding: 70px 100px 50px;
}

.pop-app .pop-top .h2 {
    margin: 0 0 40px;
    font-weight: 500;
}

.pop-app .pop-content {
    padding: 50px 100px 75px;
}

.pop-app .app-steps {
    border-bottom: 1px solid #efefef;
    margin: 0 -100px 50px;
    padding: 0 100px 20px;
}

.pop-app .app-steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pop-app .app-steps .h4 {
    margin: 0 0 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.pop-app .app-steps .text {
    white-space: nowrap;
}

.pop-app .app-steps li {
    color: #BDBDBD;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pop-app .app-steps li.active {
    color: #222;
}

.pop-app .app-steps li.active .h4 {
    color: #395FB8;
}

.pop-app .app-steps li.divider {
    height: 2px;
    background: #F2F2F2;
    width: 100%;
    margin: 18px 20px 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.pop-app .app-steps .icon-flag {
    font-size: 32px;
    margin-top: 7px;
}

.pop-app .app-steps .active .icon-flag {
    fill: #395FB8
}

.pop-app .app-steps-btns {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pop-app .app-steps-btns .icon-svg {
    margin-top: 0;
}

.pop-app .app-steps-btns .btn-prev .icon-svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 25px;
}

.pop-app .app-steps-btns .btn-next .icon-svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 25px;
}

/* Анкета */
/* Попапы подписки */
.form-subscription .input-field {
    margin-bottom: 0;
    position: relative;
}

.form-subscription .input-field button {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    letter-spacing: 0.5em;
    height: 46px;
    text-transform: uppercase;
}

.form-subscription input[type="email"] {
    height: 46px;
    width: 100%;
    font-size: 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #ffffff;
}

.form-subscription input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.form-subscription input[type="email"]::-moz-placeholder {
    color: #fff;
}

.pop .event-item {
    margin-bottom: 70px;
}

/* Попапы подписки */
/* Партнерам */
.partners-befenits {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -15px;
}

.partner-ben-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

.partner-ben-item .icon {
    margin-bottom: 35px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.partner-ben-item .icon img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    margin: 0;
}

.partner-ben-item .h3 {
    margin: 0;
    color: #395FB8;
    font-weight: 500;
    line-height: 1.3;
}

/* Партнерам */
/*Подвал сайта*/
.footer {
    background-color: #222;
    padding: 60px 0 40px;
    color: #999;
    position: relative;
    z-index: 10;
}

.footer-item {
    position: relative;
    max-width: 300px;
    height: 100%;
}

.footer-item .logo {
    margin-bottom: 50px;
}
.footer-item .logo .logo-text {
    font-size: 14px;
    padding: 0 5px;
    height: 16px;
    line-height: 14px;
}

.footer-item a {
    color: #ffffff;
    border: 0;
}

.footer-menu-wrap+.footer-menu-wrap {
    margin-top: 60px;
}

.footer-item .h4 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 20px;
}

.footer-item.-third .h4 {
    margin-bottom: 40px;
}

.footer-item .h4 .icon-svg {
    display: none;
}

.footer-item .search-field {
    margin-top: -10px;
}

.footer-item .social-wrap {
    margin-top: 60px;
}

.footer-item .social-wrap .link-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer-info a {
    color: #ffffff;
    border: 0;
}

.footer-info address {
    margin-bottom: 8px;
}
.footer-info .open-time .icon-svg,
.footer-info address .icon-svg {display: none;}
.footer-info .schedule-info {
    margin-top: 20px;
}

.footer-info .open-time {
    font-weight: normal;
    font-size: 18px;
}

.footer .footer-menu li {
    /* min-height: 27px; */
    margin-bottom: 20px;
    line-height: 1.1;
}

.footer .footer-menu a {
    font-size: 20px;
}

.footer-menu a,
.footer-menu-wrap a {
    position: relative;
}

.footer-menu a:before,
.footer-menu-wrap a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 1px;
    background-color: currentColor;
}

.footer-menu a:hover:before,
.footer-menu-wrap a:hover:before {
    width: 100%;
    visibility: visible;
}

.footer-links {
    margin-bottom: 22px;
}

.footer-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-links li {
    margin-right: 30px;
}

.footer-links li:last-child {
    margin-right: 0;
}

.search-field {
    position: relative;
}

.search-field .input-field {
    margin-bottom: 0;
}

.search-field input[type="search"] {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    padding-right: 40px;
}

.search-field button {
    position: absolute;
    right: -10px;
    top: 0;
    width: 50px;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    padding: 0;
}

.search-field input::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.search-field input::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.search-field.-dark input[type="search"] {
    border-color: #222;
    color: #222;
}

.search-field.-dark button {
    color: #222;
}

.search-field.-dark input::-webkit-input-placeholder {
    color: #222;
}

.search-field.-dark input::-moz-placeholder {
    color: #222;
}

.footer-bottom {
    margin-top: 100px;
    font-size: 16px;
}

.footer-bottom .created {
    color: #999;
    border: 0;
}

.footer-bottom .created:hover {
    color: #ffffff;
}

/*Подвал сайта*/
/* Ховер с блеском */
.shine {
    position: relative;
    overflow: hidden;
}

.shine .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

a:hover .shine .img:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Ховер с блеском */
/* Markets */
.article-section .text_block {
    font-size: 24px;
}

.swiper-photo-wrap {
    margin-top: 100px;
}

.swiper-photo-wrap .row {
    margin-left: -65px;
    margin-right: -65px;
}

.swiper-photo-wrap .row>div {
    padding-left: 65px;
    padding-right: 65px;
}

.photo-slider .swiper-slide .photo-slider-wrap {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.photo-slider .swiper-slide-active .photo-slider-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.photo-slider-wrap {
    height: 500px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.photo-slider-wrap .img {
    height: 100%;
    background: no-repeat center / cover;
}
.photo-slider-wrap .img.-contain {background-size: contain;}

.photo-slider-descr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 50px;
}

.photo-slider-descr .link-icon {
    color: #222;
    border: 0;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.photo-slider-descr .link-icon:hover {
    color: #395FB8;
}

.photo-slider-descr .link-icon .text {
    border: 0;
}

.photo-slider-descr .link-icon .icon-svg {
    font-size: 16px;
    margin-right: 0px;
}

.photo-slider-descr .tags {
    margin-bottom: 100px;
}

.photo-slider-descr .tags li {
    margin-bottom: 3px;
}

.photo-slider-descr .tags li:last-child {
    margin-bottom: 0;
}

.photo-slider-descr .tags li a {
    border-color: transparent;
    border-style: dashed;
}

.photo-slider-descr .tags li a:hover {
    border-color: currentColor;
}

.photo-slider-descr .swiper-banner-pagination {
    position: absolute;
    left: 0;
    top: 0;
}

.photo-pagination {
    margin-top: 5px;
    overflow: visible !important;
}

.photo-pagination .swiper-slide {
    width: 314px;
    height: 200px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.photo-pagination .swiper-slide:hover {
    opacity: 0.8;
}

.photo-pagination .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

/* Markets */
/* Акции */
.filters-list {
    margin-bottom: 50px;
}

.filters-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters-list li {
    margin-right: 40px;
}

.filters-list li:last-child {
    margin-right: 0;
}

.filters-list li a {
    color: #222;
    border: 0;
}

.filters-list li a .icon-svg {
    margin-right: 3px;
}

.filters-list li a:hover span {
    border-color: transparent;
}

.filters-list li a span {
    border-bottom: 1px dashed currentColor;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.filters-list label span {
    border-bottom: 1px dashed currentColor;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.filters-list label:hover span {
    border-color: transparent;
}

.promo-items .row {
    margin-left: -80px;
    margin-right: -80px;
}

.promo-items .row>div {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 160px;
}

.promo-items .promo-item .promo-img {
    height: 370px;
    text-align: center;
}

.promo-items .promo-item .promo-img img {
    max-height: 100%;
}

.btn.-border .loader span {
    background-color: #222;
}

.btn.loading>span {
    opacity: 0;
    visibility: hidden;
}

.btn.loading .loader span:nth-of-type(2n+1) {
    -webkit-animation: loading-down 0.5s linear infinite both;
    animation: loading-down 0.5s linear infinite both;
}

.btn.loading .loader span:nth-of-type(2n+2) {
    -webkit-animation: loading-up 0.5s linear infinite both;
    animation: loading-up 0.5s linear infinite both;
}

.btn .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn .loader span {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 30px;
    border-radius: 1px;
    background-color: #fff;
    margin: 0 5px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.btn .loader span:nth-of-type(2n+2) {
    height: 20px;
}

@-webkit-keyframes loading-up {
    50% {
        height: 30px;
    }
}

@keyframes loading-up {
    50% {
        height: 30px;
    }
}

@-webkit-keyframes loading-down {
    50% {
        height: 20px;
    }
}

@keyframes loading-down {
    50% {
        height: 20px;
    }
}

.pagination {
    margin-top: 100px;
    font-size: 24px;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li {
    margin: 0 10px;
}

.pagination li:first-child {
    margin-left: 0;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    color: #222;
    border: 0;
}

.pagination li a:hover {
    color: #395FB8;
}

.pagination li a:hover .icon-arrow {
    width: 64px;
}

.pagination li.next-page .icon-arrow {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.pagination .icon-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background-color: #222;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination .icon-arrow:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 2px;
    top: 50%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

/* Акции */
/* События */
.events-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 100px;
}

.events-top .filters-list {
    margin-bottom: 0;
}

.events-calendar {
    position: relative;
    min-height: 102px;
    line-height: 90px;
}

.events-calendar a {
    display: block;
    border: 0;
    color: #222;
}

.events-calendar a:hover .link {
    border-color: transparent;
}

.events-calendar .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 102px;
    line-height: 98px;
    background-color: #395FB8;
}

.events-calendar .icon img {
    max-height: 100%;
    padding: 20px;
    vertical-align: middle;
}

.events-calendar .icon+.descr {
    padding-left: 135px;
}

.events-calendar .descr {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.events-calendar .descr .h2 {
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.events-calendar .descr .link {
    color: #222;
    font-size: 18px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    border-bottom: 1px dashed #222;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.event-items>.row {
    margin-left: -50px;
    margin-right: -50px;
}

.event-items>.row>div {
    margin-bottom: 130px;
    padding-left: 50px;
    padding-right: 50px;
}

.fancybox-calendar {
    padding: 30px 0;
}

.fancybox-calendar.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-calendar .fancybox-bg {
    background-color: #fff !important;
}

.fancybox-calendar .fancybox-inner {
    cursor: auto;
}

.fancybox-calendar .fancybox-slide--html {
    padding: 30px 50px;
}

.fancybox-calendar .pop_calendar {
    display: none;
    width: 100%;
    max-width: 1770px;
    vertical-align: top;
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    padding: 70px 100px !important;
}

.fancybox-calendar .pop_calendar .h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 60px;
}

.fancybox-calendar .fancybox-close-small {
    right: 10px !important;
    top: 10px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    color: #222 !important;
    opacity: 1 !important;
    left: auto !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fancybox-calendar .fancybox-close-small:hover {
    color: #395FB8 !important;
}

.full-calendar-wrap {
    height: 900px;
}

.full-calendar-wrap .fc-day-number {
    font-size: 24px;
    padding-right: 10px !important;
}

.full-calendar-wrap .fc-day-grid-event {
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 0;
    padding-left: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.full-calendar-wrap .fc-day-grid-event:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -2px;
}

.full-calendar-wrap .fc-content {
    height: 26px;
    line-height: 26px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.full-calendar-wrap .fc-title {
    font-size: 16px;
}

.full-calendar-wrap .fc-event {
    background-color: #395FB8;
    border-color: #395FB8;
}

.full-calendar-wrap .fc-more {
    text-decoration: none !important;
}

.full-calendar-wrap .fc-more-popover .fc-day-grid-event {
    margin-left: 0;
    margin-right: 0;
}

.full-calendar-wrap .fc-unthemed .fc-content,
.full-calendar-wrap .fc-unthemed .fc-divider,
.full-calendar-wrap .fc-unthemed .fc-list-heading td,
.full-calendar-wrap .fc-unthemed .fc-list-view,
.full-calendar-wrap .fc-unthemed .fc-popover,
.full-calendar-wrap .fc-unthemed .fc-row,
.full-calendar-wrap .fc-unthemed tbody,
.full-calendar-wrap .fc-unthemed td,
.full-calendar-wrap .fc-unthemed th,
.full-calendar-wrap .fc-unthemed thead {
    border-color: #e1e1e1;
}

.calendar-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
}

.calendar-top .month {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 36px;
    color: #395FB8;
}

.calendar-top .month:first-letter {
    text-transform: uppercase;
}

.calendar-top a {
    border: 0;
    color: #222;
}

.calendar-top a.disabled {
    color: #ccc !important;
}

.calendar-top a.disabled:hover .icon-arrow {
    width: 24px;
}

.calendar-top a.disabled .icon-arrow {
    background-color: #ccc !important;
}

.calendar-top a.disabled .icon-arrow:before {
    border-color: #ccc !important;
}

.calendar-top .link-nav {
    position: relative;
}

.calendar-top .link-nav:hover {
    color: #395FB8;
}

.calendar-top .link-nav:hover .icon-arrow {
    width: 64px;
    background-color: #395FB8;
}

.calendar-top .link-nav:hover .icon-arrow:before {
    border-color: #395FB8;
}

.calendar-top .link-nav .icon-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    position: relative;
    width: 24px;
    height: 1px;
    background-color: #222;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.calendar-top .link-nav .icon-arrow:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 2px;
    top: 50%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.calendar-top .link-next .icon-arrow {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 0;
    margin-left: 10px;
}

/* События */
/* Меню в попапе */
.fancybox-menu .fancybox-slide--html {
    padding: 0 !important;
}

.fancybox-menu.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
}

.fancybox-menu .fancybox-bg {
    background-color: #1e1e1e;
}

.fancybox-menu .fancybox-inner {
    cursor: auto;
}

.fancybox-menu .fancybox-slide:before {
    content: none !important;
}

.pop_menu {
    display: none;
    vertical-align: top !important;
    padding: 38px 0 !important;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.pop_menu .wrap-big {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.pop_menu .close-menu {
    fill: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.pop_menu .fancybox-close-small {
    display: none !important;
}


.pop_menu .header-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pop_menu .header-links .language-choose {
    margin-right: 120px;
}

.pop_menu a {
    color: #ffffff;
}

.pop_menu .search-field {
    margin-top: -17px;
}

.pop_menu .pop-menu {
    margin-top: 40px;
    font-size: 23px;
}

.pop_menu .pop-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
}

.pop_menu .pop-menu li {
    margin-right: 40px;
    margin-bottom: 25px;
}

.pop_menu .pop-menu li:last-child {
    margin-right: 0;
}

.pop_menu .pop-menu li a {
    border: 0;
}

.pop_menu .pop-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: currentColor;
    visibility: hidden;
    height: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pop_menu .pop-menu li a:hover:after {
    width: 100%;
    visibility: visible;
}

.pop_menu .footer-menu {
    /* margin: auto 0; */
    padding: 30px 0;
}

.pop_menu .footer-menu a {
    border: 0;
}

.pop_menu .pop-menu-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
}

.pop_menu .pop-menu-wrap .footer-info.-middle {
    margin: 50px 0;
}

.pop_menu .promo-tab .event-item {
    height: 235px;
}

.pop_menu .promo-tab .event-item .col-5 {
    flex: 0 0 35%;
    max-width: 35%;
}

.pop_menu .promo-tab .event-item .col-7 {
    flex: 0 0 65%;
    max-width: 65%;
}

.pop_menu .event-tab .event-item {
    height: 130px;
}

.pop_menu .event-tab .event-item .text {
    display: none;
}

.pop_menu .event-item a,
.pop_menu .event-item .row,
.pop_menu .event-item .row>div,
.pop_menu .event-item .event-descr {
    height: 100%;
}

.pop_menu .event-item {
    margin-bottom: 10px;
}

.pop_menu .event-item:last-child {
    margin-bottom: 0;
}

.pop_menu .event-item a {
    color: #222;
}

.pop_menu .event-item .event-descr {
    padding: 27px;
    min-height: 1px;
    height: 100%;
    overflow: hidden;
}

.pop_menu .event-item .event-descr:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

.pop_menu .event-item .event-descr .h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.pop_menu .event-item .event-descr .date {
    margin-bottom: 15px;
    font-size: 12px;
}
.pop_menu .search-hidden-results {
    display: none;
    position: relative;
    top: 0;
    padding: 40px 0 0;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
}

.pop_menu .search-hidden-results a:hover {
    color: #999;
}

.pop_menu .search-hidden-results a:hover .floor {
    color: #999;
}

.pop_menu .search-hidden-results .floor {
    color: #ffffff;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
}

.pop_menu .search-hidden-results .floor strong {
    font-size: inherit;
}

.pop_menu .search-hidden-results ul {
    display: block;
}

.pop_menu .search-hidden-results .link-hidden {
    display: none;
}

.pop_menu .header-search-wrap.visible~.pop-menu {
    display: none;
}

.pop_menu .header-search-wrap.visible .search-hidden-results {
    display: block;
}

.pop_menu .event-items {
    max-width: 490px;
}

.pop-top-content {
    margin-bottom: 70px;
}

/* .pop-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop-top-wrap .header-search-wrap {
    width: 100%;
    max-width: 510px;
} */

.pop-bottom-content {
    /* padding-bottom: 30px; */
}

.pop-title {
    margin: 0 0 50px;
}

.pop-title .h4 {
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 6px 0 0;
}

.fancybox-bg {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .fancybox-container {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    .fancybox-menu.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }

    .fancybox-bg {
        background-color: rgba(34, 34, 34, 0.5) !important;
        /**/
    }
}

.pop-menu-tabs .pop-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.pop-menu-tabs .tabs {
    font-size: 24px;
}

.pop-menu-tabs .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pop-menu-tabs .tabs li {
    margin-right: 35px;
}

.pop-menu-tabs .tabs li:last-child {
    margin-right: 0;
}

.pop-menu-tabs .tabs li.active a:before {
    width: calc(100% - 8px);
    visibility: visible;
}

.pop-menu-tabs .tabs li a {
    text-transform: uppercase;
    border: 0;
    letter-spacing: 0.3em;
    padding-bottom: 5px;
    display: block;
}

.pop-menu-tabs .tabs li a:hover:before {
    width: calc(100% - 8px);
    visibility: visible;
}

.pop-menu-tabs .tabs li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    visibility: hidden;
    background-color: currentColor;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* Меню в попапе */
/* Контакты */
.contacts-section {
    padding-bottom: 0 !important;
}

.contacts-section .title-section {
    margin-bottom: 70px !important;
}

.contacts-section .row {
    margin-left: -60px;
    margin-right: -60px;
}

.contacts-section .row>div {
    padding-left: 60px;
    padding-right: 60px;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item .h4 {
    font-weight: 500;
    margin: 0 0 15px;
}

.contact-item .tel {
    color: #222;
    border: 0;
    font-size: 24px;
}

.contact-item .tel:hover {
    color: #395FB8;
}

.contact-item .tel strong {
    font-weight: 600;
}

.contact-item .text+address {
    margin-top: 10px;
}

.contact-item .mailto {
    font-size: 24px;
    border-color: transparent;
}

.contact-item .mailto:hover {
    border-color: currentColor;
}

.contacts-map {
    height: 100%;
}

#map {
    height: calc(100% - 100px);
    min-height: 600px;
    width: calc(50vw - 70px);
}

.map-directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    margin-bottom: 25px;
    margin-top: 90px;
}

.map-directions .label {
    margin-right: 30px;
    white-space: nowrap;
}

.map-directions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map-directions li {
    margin-right: 30px;
    margin-bottom: 5px;
}

.map-directions li:last-child {
    margin-right: 0;
}

.map-directions li a {
    border: 0;
}

.map-directions li a:hover .text {
    border-color: transparent;
}

.map-directions li .text {
    border-bottom: 1px dashed currentColor;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.bus-stop-items {
    margin-top: 10px;
}

.bus-stop-items:first-child {
    margin-top: 0;
}

.bus-stop-items .h6 {
    margin: 0 0 8px;
}

.bus-stop-items ul {
    display: flex;
    flex-wrap: wrap;
}

.bus-stop-items li {
    background-color: #395FB8;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.bus-stop-items li:last-child {
    margin-right: 0;
}

/* Контакты */
/* Страница поиска */
.search-section {
    padding: 0;
}

.search-section .search-field {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.search-section-top {
    text-align: center;
    padding: 80px 0;
}

.search-section-top .h1 {
    font-weight: 500;
    text-transform: uppercase;
    margin: 80px 0 45px;
}

.categories-list {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -30px;
}

.categories-list li {
    margin: 0 20px 30px;
}

.categories-list li a {
    color: #222;
    border: 0;
    position: relative;
}

.categories-list li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.categories-list li a:hover {
    color: #395FB8;
}

.categories-list li a:hover:before {
    width: 100%;
    visibility: visible;
}

.search-section-bottom {
    position: relative;
    background-color: #F5F5F5;
    padding: 100px 0;
}

.search-section-bottom:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 50vw;
    background-color: inherit;
}

.search-section-bottom:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 50vw;
    background-color: inherit;
}

.search-item {
    padding: 30px 35px;
    background-color: #fff;
    margin-bottom: 15px;
}

.search-item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.search-item .top .h3 {
    font-weight: normal;
    margin: 0;
}

.search-item .top .h4 {
    font-weight: normal;
    margin: 8px 0 0 10px;
    white-space: nowrap;
}

.search-item .btn {
    margin-top: 35px;
    padding: 0 25px;
}

.search-item .btn .icon-svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 16px;
    margin-left: 20px;
    margin-top: 1px;
}

.search-categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-top: 35px;
}

.search-categories-list li {
    margin-right: 25px;
    margin-bottom: 10px;
}

.search-categories-list li:last-child {
    margin-right: 0;
}

.search-categories-list li a {
    color: #999;
    padding-bottom: 5px;
}

.search-categories-list li a:hover {
    color: #395FB8;
    border-color: #395FB8;
}

.search-items>.row {
    margin-left: -8px;
    margin-right: -8px;
}

.search-items>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.search-items .btn-wrap {
    margin-top: 80px;
}

/* Страница поиска */
/* Страница 404 */
.error-section .row {
    margin-left: -40px;
    margin-right: -40px;
}

.error-section .row>div {
    padding-left: 40px;
    padding-right: 40px;
}

.error-section .title-section .h2 {
    font-weight: normal;
    color: #395FB8;
    text-transform: lowercase;
    line-height: 1;
}

.error-section .search-field {
    margin-top: 100px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

/* Страница 404 */
/* О трц Европа */
.video {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video:hover .icon-play {
    background-color: #395FB8;
}

.video:hover .icon-play:before {
    border-left: 18px solid #fff;
}

.video .icon-play {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.video .icon-play:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 10px solid transparent;
    border-left: 18px solid #222;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    margin-left: -6px;
    -webkit-transition: border 0.15s;
    -o-transition: border 0.15s;
    transition: border 0.15s;
}

.feat-section .title-section .h3 {
    text-transform: none;
}

.feat-section .img {
    position: relative;
    margin-top: 60px;
}

.feat-section .img img {
    width: 100%;
}

.feat-section .img .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.feat-section+.feat-section {
    padding-top: 0;
}

.feat-list li {
    color: #395FB8;
    margin-bottom: 30px;
}

.feat-list li:last-child {
    margin-bottom: 0;
}

.feat-list li .h2 {
    margin: 0;
}

.feat-list li .h2 a {
    font-weight: bold;
    border: 0;
}

.ben-items {
    margin-top: 100px;
}

.ben-item {
    height: 340px;
    position: relative;
    overflow: hidden;
}

.ben-item:hover .img {
    height: 100%;
}

.ben-item:hover .img:before {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.ben-item:hover .descr {
    color: #ffffff;
}

.ben-item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.ben-item .img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    height: calc(100% - 120px);
    z-index: 10;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ben-item .descr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #222;
    padding: 0 30px 50px;
    z-index: 20;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ben-item .descr .h1 {
    margin: 0;
    font-weight: normal;
}

.ben-item .descr .h4 {
    margin: 25px 0 0;
    min-height: 53px;
}

/* О трц Европа */

.pop_share.fancybox-content {
    background: #fff !important;
    color: #000;
    display: inline-block;
    margin: 0;
    max-width: 590px !important;
    -webkit-overflow-scrolling: touch;
    padding: 44px !important;
    position: relative;
    text-align: left;
    vertical-align: middle;
    overflow: visible !important;
}

.pop_share .social {
    text-align: center;
}

.social.social-big a {
    width: 42px;
    height: 42px;
    background: #f3f3f3;
    font-size: 20px;
    margin-right: 30px;
    line-height: 40px;
    vertical-align: middle;
}

.social.social-big .ya-share2 ul,
.social.social-big .ya-share2 li {
    padding: 0;
    line-height: none;
}

.social.social-big .ya-share2 li .ya-share2__badge {
    vertical-align: middle;
}

.social.social-big .ya-share2 li:before {
    display: none;
}

.social.social-big .ya-share2 li+li {
    margin-left: 30px;
}
.contacts-pin {
    height: 64px;
    width: 78px;
    display: block;
    position: absolute;
    top: -22px;
    left: -39px;
}
.renter-about {
    padding: 0 0 100px;
    z-index: 2;
}
.renter-about .-gray {    
    position: relative;
    background-color: #f2f2f2;
}
.renter-about .about-section {
    position: absolute;
    top: -172px;
    width: 100%;
}
.renter-about .h3 {
    margin: 0;
    font-weight: 500;
    color: #395FB8;
}

.renter-about a.mailto {border-color: transparent;}
.renter-about a.mailto:hover {border-color: currentColor;}

.pop.instagram {
    background: #fff !important;
    max-width: 810px !important;
    padding: 0 0 30px !important;
    text-align: center;
    color: #222;
}
.instagram .fancybox-button svg path {fill:#000;}
.instagram-title {
    font-size: 36px;
    color: #222;
    margin: 50px 0 30px;
    padding: 0 20px;
}
.instagram-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
}
.instagram-logo {
    margin-bottom: 30px;
}
.instagram-logo a {
    border:0;
}
.instagram-link {}
.instagram-link a {
    font-size: 24px;
    text-decoration: none;
    color: #395FB8;
    border-color: transparent;
}
.instagram-link a:hover {
    border-bottom-color: #395FB8
}
.text-section {
    padding: 100px 0;
}
.text-section .title-section {
    margin-top: -10px;
}
.text-section .title-section .h3 {
    line-height: 1;
}
.text-section--img {
    position: relative;
}
.text-section--img:after {
    opacity: 0;
    visibility: hidden;
    transform: .3s;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    content: "";
}
.text-section--img .title-section {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    color: #fff;
}

.more-links {
    flex-wrap: wrap;
}
.more-links .h3 {
    line-height: 1;
    margin-right: 1rem !important;
}
.more-links a {
    margin-right: 1rem !important;
}
.icons-tab {
    margin-bottom: 1rem;
}
.icons-tab a {
    display: block;
    border-bottom-width: 0;
    filter: grayscale(100%);
    transition: .3s;
    position: relative;
    padding-bottom: 10px;
}
.icons-tab a:after {
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: currentColor;
    content: "";
    transition: .3s;
}
.icons-tab .icon {}
.icons-tab .active a:after {
    width: 100%;
}
.icons-tab .active .icon {
    filter: grayscale(0);
}
.covid-btn {
    display: block;
    background: #F37128;
    top: 30px;
    transform: rotate(-90deg);
    right: -25px;
    transform-origin: bottom right;
    border-radius: 4px 4px 0 0;
    position: absolute;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    margin-right: 24px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: .3s;
}

.covid-btn:hover {
    border-color: #fff;
}

.covid-btn small {
    font-size: 12px;
    display: block;
}

.promo-bubble {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.promo-bubble.is-visible {
    opacity: 1;
    pointer-events: auto;
}
.promo-bubble.is-closed {
    display: none !important;
    z-index: -1;
    pointer-events: none;
}
.promo-bubble__container {
    position: relative;
}
.promo-bubble__close {
    top: 0;
    right: -20px;
    position: absolute;
    width: 64px;
    height: 64px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    padding: 0;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #515151;
    z-index: 2;
}
.promo-bubble__picture {
    display: block;
    text-decoration: none;
    position: relative;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: #00878f;
    z-index: 1;
}
.promo-bubble__picture:hover {
    border: 3px solid #fff;
}
.promo-bubble__picture-info {
    width: 100%;
    left: 0;
    top: 42px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .covid-btn {
        font-size: 18px;
        padding: 5px 11px;
    }
    .covid-btn small {
        font-size: 8px;
    }
}