@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1 !important
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    position: relative;
    font: 14px/1.4 'r', Arial, sans-serif;
    z-index: 0;
    overflow-x: hidden;
    background: white;
}

body > h1 {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

img {
    border: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

a {
    color: #0094c9;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

input, select, button {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'r';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus {
    outline: none;
}

b {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}




@font-face {
    font-family: 'r';
    src: url('./fonts/new_fonts/ITCAvantGardePro-Bk.eot');
    src: url('./fonts/new_fonts/ITCAvantGardePro-Bk.eot?#iefix') format('embedded-opentype'),
    url('./fonts/new_fonts/ITCAvantGardePro-Bk.woff') format('woff'),
    url('./fonts/new_fonts/ITCAvantGardePro-Bk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'm';
    src: url('./fonts/new_fonts/ITCAvantGardePro-Md.eot');
    src: url('./fonts/new_fonts/ITCAvantGardePro-Md.eot?#iefix') format('embedded-opentype'),
    url('./fonts/new_fonts/ITCAvantGardePro-Md.woff') format('woff'),
    url('./fonts/new_fonts/ITCAvantGardePro-Md.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'd';
    src: url('./fonts/new_fonts/ITCAvantGardePro-Demi.eot');
    src: url('./fonts/new_fonts/ITCAvantGardePro-Demi.eot?#iefix') format('embedded-opentype'),
    url('./fonts/new_fonts/ITCAvantGardePro-Demi.woff') format('woff'),
    url('./fonts/new_fonts/ITCAvantGardePro-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "r";
    font-size: 14px;
    background: #f7f7f7;
}

a {
    cursor: pointer;
}

strong{
    font-family:'d';
}

p {
    font-size: 15px;
}

.fixed-menu {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 200;

}

.fixed-menu .close_map {
    padding: 13px 20px 13px 35px;
    display: none;
    position: relative;
}

.fixed-menu .close_map .layers {
    left: 12px
}



.open_map {
position:relative;
padding: 0! important;
}

.m_bo {
padding: 13px 20px 13px 45px;
width: 100%;
box-sizing: border-box;
background: url(img/l_bttn_b.png) no-repeat 18px;
background-size: 18px;
opacity:1;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; 
}



.m_ao {
position:absolute;
left:0px;
top:0px;
padding: 13px 20px;
width:100%;
box-sizing:border-box;
background: url(img/close_map.png) no-repeat 90%;
background-size: 18px;
opacity:0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; 
}

.open_map.active .m_ao{
opacity:1;
}

.open_map.active .m_bo{
opacity:0;
}








.fixed-menu .search {
width:45px;
height:45px;
background:url(img/search_ic.png) no-repeat center center white;
background-size:16px;
display:block;
}



.fixed-menu ul {
padding: 0;
margin: 0;
display: inline-block;
}

.fixed-menu ul li {
list-style-type: none;
float: left;
margin-left: 10px;
}

.fixed-menu a {
display: inline-block;
background: #fff;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
color:black;
border-radius: 100px;
}

.nav {
background: white;
position: fixed;
height: 100vh;
max-width: 150px;
width: 100%;
top: 0;
z-index: 7;
box-sizing: border-box;
padding: 20px 8px;
}







.img-responsive {
    max-width: 100%;
}

.content {
margin-left: 150px;
overflow: hidden;
position: relative;
min-height: 100vh;
}

.slider {
    width: 100%;
    position: relative;
    height: 650px;
    background-size: cover;
    transition: all 0.6s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

body.animated .slider {

}

.container {
max-width: 980px;
margin: 0 auto;
position: relative;
    z-index: 1;
}

.container-sm {
    max-width: 725px;
    margin: 0 auto;
    position: relative;
}

/*cubic-bezier(.6,.16,.37,.94)*/
section {
    position: relative;
}

#slider {
padding-bottom: 0px;
}

#slider:after {
content: " ";
background: url(img/scroll.png) no-repeat center center;
height: 65px;
display: block;
position: relative;
background-size: contain;
display:none;
}






.slider-items {
padding: 50px 0 40px 0;
}

.more-than-mall {
text-align: center;
position: relative;
z-index: 2;
}

.more-than-mall h6, .about-mall h6, .action-block h6, .header h6  {
color: black;
font-size: 0.7em;
margin: 0;
opacity: 0.4;
text-transform: uppercase;
letter-spacing: 5px;
}

#more-than-mall {
    padding-top: 160px;
}

.more-than-mall h2 {
color: black;
font-size: 3.5em;
font-family: "d";
margin: 0 0 20px 0;
}

.carousel-cell .title {
    font-size: 16px;
    font-family: "r";
    font-weight: 600;
}

.searchbox {
    margin-bottom: 40px;
    position: relative;
}

.searchbox input {
font-size: 18px;
font-family: 'r';
color: black;
outline: none !important;
width: calc(100% - 80px);
border-radius: 5px;
padding: 26px 55px 26px 25px;
border: none;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
background:white;
width:100%;
}

.searchbox:after {
content: "";
background: url(img/search_ic.png) no-repeat center center;
position: absolute;
width: 75px;
height: 75px;
right: 0px;
top: 0px;
opacity: 0.25;
background-size:23px;
}

.results {
padding: 0;
margin: 6px 0 0 0;
background: #fff;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
border-radius: 5px;
position: absolute;
width: 100%;
z-index: 1;
height: auto;
overflow: hidden;
-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
overflow:hidden;
display:none;
}

.results.active {
height:auto;
display:block;
}

.searchbox .brand_list_item {
width:100%;
height:auto;
position:relative;
box-shadow: none;
padding:15px 0;
box-sizing:border-box;
background:rgba(0,0,0,0);
}

.searchbox .brand_list_item:hover {
top:0px;
box-shadow: none;
background:rgba(0,0,0,0.02);
}

.brand_logo {
position: absolute;
top: 15px;
left: 20px;
width: 45px;
height: 45px;
background-size: contain;
background-position: center center;
border-radius: 100px;
background-repeat: no-repeat;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,0.1);
background-color:white;
}
.brand_logo.square {
    border-radius: 0px;
    border: none;
}

.brand_desc_search {
padding:0 0 0 80px;
color:black;
text-align:left;
}

.brand_desc_search h3 {
font-family:'d';
}

.brand_desc_search p {
opacity:0.5;
}








.category-carousel .flickity-viewport{
height:245px !important;
}

.carousel-cell.category-items {
width: 190px;
height: 170px;
}

.ccl_wrap {
height: 170px;
width: 170px;
box-sizing: border-box;
margin: 0 auto;
display: block;
position:relative;
}

.ccl_wrap a {
background:white;
display:block;
width:100%;
height:100%;
position:absolute;
left:0px;
top:0px;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
}

.ccl_upper {
width:100%;
height:100%;
position:absolute;
left:0px;
top:0px;
box-sizing:border-box;
padding:15px;
color:black;
z-index:2;
}

.ccl_upper h3 {
font-size: 1.1em;
transition: all 0.3s 0.1s;
font-family: 'm';
letter-spacing: -0.5px;
}

.ccl_upper span {
transition: all 0.3s 0.1s;
opacity:0.5;
font-size:0.9em;
}

.carousel-cell.category-items .circle {
background: red;
content: " ";
-webkit-clip-path: circle(25.3% at 100% 100%);
clip-path: circle(25.3% at 100% 100%);
height: 100%;
width: 100%;
display: inline-block;
position: absolute;
top: 0;
-webkit-transition: .4s cubic-bezier(.52, .01, .16, 1);
-moz-transition: .4s cubic-bezier(.52, .01, .16, 1);
transition: .4s cubic-bezier(.52, .01, .16, 1);
}

.carousel-cell.category-items:hover * {
color: #fff;
opacity: 1;
fill: #fff;
}

.carousel-cell.category-items:hover span {
opacity:0.5 !important;
}

.cat_icon {
width:100%;
margin:0 0 15px 0;
height: 65px;
position:relative;
}

.ci_f, .ci_h {
width:100%;
height:100%;
background-repeat:no-repeat;
background-position:bottom left;
position:absolute;
left:0px;
top:0px;
transition: all 0.3s 0.1s;
}

.ci_h {
opacity:0;
}

.category-items:hover .ci_h {
opacity:1;
}

.category-items:hover .ci_f {
opacity:0;
}

.carousel-cell.category-items:hover .circle {
-webkit-clip-path: circle(125% at 100% 100%);
clip-path: circle(125% at 100% 100%);
}


@keyframes s1crl {
    0% {
        margin-left: -30px;
        margin-top: 0px;
    }
    30% {
        margin-left: 24px;
    }
    50% {
        margin-top: 0px;
    }
    80% {
        margin-top: 30px;
    }
    100% {
        margin-left: 30px;
        margin-top: 0px;
    }
}

@keyframes s2crl {
    /* Standard syntax */
    0% { /*transform:  scale(1); */
        margin-left: 0px;
        margin-top: 0px;
    }
    30% {
        margin-left: 30px;
    }
    50% { /*transform:  scale(1.1);*/
        margin-top: 20px;
    }
    80% {
        margin-top: 10px;
    }
    100% { /*transform:  scale(1);*/
        margin-left: 0px;
        margin-top: 0px;
    }
}


.bubble_before {
position: absolute;
content: " ";
display: inline-block;
background: #f39000;
height: 240px;
width: 240px;
border-radius: 100%;
left: -40px;
margin:200px 0 0 0;
z-index: -1;
top: 0px;
}

.bubble_after{
position: absolute;
content: " ";
display: inline-block;
background: #faec19;
height: 450px;
width: 450px;
border-radius: 100%;
top:-200px;
right: -240px;
z-index: -1;
/*animation: s1crl 7.8s infinite;*/
}



.offers-block {
    text-align: center;
    padding-bottom: 110px;
}

.offers {
max-width: 350px;
width: 100%;
text-transform: uppercase;
text-decoration: none;
color: #2d1c67;
padding: 15px 0;
border: 2.5px solid #2d1c67;
display: inline-block;
background: transparent;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family: 'd';
}

.offers:hover {
color: white;
background: #2d1c67;
}

.purple-link {
    max-width: 350px;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color: #2d1c67;
    padding: 15px 0;
    border: 2.5px solid #2d1c67;
    display: inline-block;
}

#purple {

}

.action-block {
    position: relative;

}

.about_before {
position: absolute;
content: " ";
display: inline-block;
background: #faec19;
height: 450px;
width: 450px;
border-radius: 100%;
top: 295px;
left: -118px;
z-index: -1;
}

.action-block .bgr {
    background: #2d1c67;
    color: #fff;
    height: 520px;
    position: relative;
}

/*
.action-block .bgr:after {
    height: 535px;
    width: 535px;
    position: absolute;
    display: inline-block;
    content: " ";
    border-radius: 100%;
    background: #f39000;
    bottom: -420px;
    right: -195px;
}
*/

.bgr .right-col {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}

.bgr .left-col {
    float: left;
    position: relative;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}


.action-block h1 {
font-size: 68px;
margin: 0 0 15px 0;
line-height: 1em;
width: 700px;
}

.action-block p {
font-size: 14px;
margin: 0 0 30px 0;
line-height: 1.6;
max-width: 700px;
font-weight: 300;
opacity: 0.5;
}

.action-block a {
border: 3px solid #fff;
color: #fff;
padding: 14px 20px 12px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
background: transparent;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family:'d';
max-width: fit-content;
}

.action-block a:hover {
color: #2d1c67;
background: white;
}

.action-block h6 {
color: white;
margin: 0 0 10px 0;
}

h6 {
    font-size: 12px;
}

h1 {
    font-size: 68px;
    line-height: 1.4;
}

.about-mall {
    position: relative;
    padding: 130px 0;
}

.about-mall h2 {
font-size: 5em;
margin: 0 0 25px 0;
max-width: 460px;
color: black;
font-family: 'd';
line-height: 1.1em;
}


h6 {
    letter-spacing: 3px;
}

.about-mall a {
max-width: initial;
width: auto;
padding: 15px 60px 15px 20px;
margin-top: 39px;
background:url(img/blue_arrow.png) no-repeat 92% transparent;
background-size:28px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family:'d';
}

.about-mall a:hover {
background:url(img/white_arrow.png) no-repeat 92% #2d1c67;
background-size:28px;
color:white;
}

.about-mall .bgr {
height: 416px;
width: 100%;
max-width: 727px;
background: url(../img/mall.png) no-repeat;
position: absolute;
background-size: cover;
top: 0px;
right: 0px;
z-index: -1;
}

footer {
    padding: 30px 0;
}

footer .social {
float: left;
opacity: 0.65;
}

footer .cp {
float: right;
}

.social span {
display: inline-block;
vertical-align: middle;
}

.social ul {
display: inline-block;
vertical-align: middle;
}

.social li {
float: left;
margin:0 5px 0 0;
}

.social a {
width:20px;
height:20px;
background-size:16px;
background-repeat:no-repeat;
display:block;
background-position: center;
}

.facebook_s {
background-image:url(img/facebook.svg);
background-size: 35% !important;
}

.twitter_s {
background-image:url(img/twitter.svg);
}

.instagram_s {
background-image:url(img/instagram.svg);
}

.jis span {
display: inline-block;
vertical-align: middle;
color:black;
opacity: 0.65;
}

.jis u {
width: 14px;
height: 14px;
background: url(img/jis.svg) center center no-repeat;
z-index: 2;
background-size: auto 100%;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
}

.jis span {
display: inline-block;
vertical-align: middle;
}


.interactive-map {
display: none;
-webkit-clip-path: circle(0% at 100% 0);
clip-path: circle(0% at 100% 0);
background: #e9e9e9;
position: fixed;
top: 0;
width: calc(100vw - 150px);
height: 100%;
z-index: 100;
transition: all 0.8s;
overflow: hidden;
right: 0px;
}

.interactive-map.active {
-webkit-clip-path: circle(141.3% at 100% 0);
clip-path: circle(141.3% at 100% 0);
}

.info-panel {
position: fixed;
right: -450px;
height: 100vh;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
-webkit-transition: .6s cubic-bezier(.52,.01,.16,1);
-moz-transition: .6s cubic-bezier(.52,.01,.16,1);
transition: .6s cubic-bezier(.52,.01,.16,1);
background: #fff;
top: 0;
overflow: hidden;
width: 450px;
}

.info-panel.active {
right: 0;
overflow-x: hidden;
}

.info-panel .cover {
    background: url("../img/cover.jpg") no-repeat;
    width: 100%;
    height: 0px;
    transition: 0.8s cubic-bezier(.52, .01, .16, 1);
}

.info-panel .cover.active {
    height: 330px;
}

.info-panel .cont {
    opacity: 0;
    padding: 25px;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.tags {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-top: 25px;
}

.tags li {
    list-style-type: none;
    float: left;
    font-size: 32px;
    border: 1px solid #b2b2b2;
    height: 72px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 72px;
    opacity: 0.3;
    margin-right: 25px;
    border-radius: 36px;
}

.tags li:last-child {
    margin: 0;
}

.info-panel .text p {
    margin: 0;
}

.info-panel .text {
    padding: 25px 0;
    margin: 0;
    font-size: 13px;
    position: relative;
}


.header {
position: relative;
margin: 80px 0 60px;
text-align:center;
}

.header h1 {
margin: 0;
font-family: 'd';
font-size: 80px;
}

.item-section .item .bgr {
    /*background: url("../img/Layer-7.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 113px;
}

.item-section .item:last-child {
    margin: 0;
}


.item-section .item {
width: 225px;
height: 210px;
background: #fff;
margin-right: 25px;
position: relative;
float: left;
box-shadow: 0px 20px 55px 0px rgba(29, 117, 146, 0.4);
top:0px;
-webkit-transition: .3s cubic-bezier(.52,.01,.16,1);
-moz-transition: .3s cubic-bezier(.52,.01,.16,1);
transition: .3s cubic-bezier(.52,.01,.16,1);
}


.item-section .item:hover, #slider .carousel-cell:hover {
top:-10px;
box-shadow: 0px 30px 65px 0px rgba(29, 117, 146, 0.4);
}

.item-section .item .cont {
    position: relative;
    padding: 25px 20px 0;
}

.item-section .item .logo {
    background: url("../img/courir.png");
    height: 45px;
    width: 45px;
    top: -23px;
    display: none;
    left: 20px;
    position: absolute;
}

.item-section .item .title {
    font-family: r;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.item-section .item .headline {
    font-size: 13px;
    font-family: r;
    font-weight: 600;
    opacity: 0.4;
}

.item-section-title {
float: left;
}

.item-section-title h4 {
font-family: "d";
margin:0 0 5px 0;
font-size:1.4em;
}

.item-section-title  p {
opacity:0.5;
}


.item-block {
    margin-bottom: 20px;
}

.filter-btn {
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #2d1c67;
font-family: "m";
padding: 13px 20px;
border: 2.5px solid #2d1c67;
display: inline-block;
float: right;
background: transparent;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.filter-btn:hover {
color: white;
background: #2d1c67;
}


.drop-menu h1 {
display: inline-block;
}

.drop-menu .toggler {
    position: relative;
    background: #ffffff;
    width: 46px;
    display: inline-block;
    height: 46px;
    border-radius: 23px;
    margin-left: 13px;
    cursor: pointer;
    box-shadow: 0px 19px 16px 0px rgba(0, 0, 0, 0.12);
}

.main-carousel .shop-news a{
    height: 303px;
    background: white;
    box-shadow: 0px 20px 55px 0px rgba(29, 117, 146, 0.4);
    display: block;
    position: relative;
}
.main-carousel .shop-news{
    width: 50%;
    float: left;
    -webkit-transition: .3s cubic-bezier(.52,.01,.16,1);
    -moz-transition: .3s cubic-bezier(.52,.01,.16,1);
    transition: .3s cubic-bezier(.52,.01,.16,1);
    padding: 0 12.5px;
    margin: 0 0 25px 0;
    box-sizing: border-box;
}
.main-carousel .shop-news .cont{
    padding: 15px 20px;
    width: 100%;
    max-height: 210px;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'd';
    color: black;
    background: #fff;
}
.main-carousel .shop-news .bgr{
    height: 210px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center center;
}

.shops_list {
    box-shadow: 0px 19px 16px 0px rgba(0, 0, 0, 0.12);
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    width: 240px;
    text-align: center;
    background: #fff;
    z-index: 1;
    border-radius: 8px;
    display: none;
    left: -104px;
    top: 60px;
    z-index: 10;
}

.shops_list:before {
    width: 15px;
    height: 15px;
    background: #fff;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -7px;
    z-index: 1;
}

.shops_list_self ul {
    margin: 0px !important;
    padding: 0px !important;
}

.shops_list_self {
    max-height: 250px;
    overflow-x: hidden;
}

.drop-menu ul li {
    position: relative;
    z-index: 1;
    text-align: left;
    list-style-type: none;
}

.drop-menu ul li a {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    position: relative;
    font-family: "m";
}

.drop-menu ul li a span {
    float: right;
    /*height: 23px;*/
    /*width: 23px;*/
    font-family: "m";
    font-size: 11px;
    line-height: 18px;
    opacity: 0.5;
    /*display: flex;*/
    /*border: 1px solid #eeeeee;*/
    /*border-radius: 12px;*/
    /*text-align: center;*/
    /*right: 13px;*/
    /*top: 0;*/
    /*position: absolute;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.shops_search input {
font-family: "m";
font-size: 14px;
width: 100%;
padding: 15px 33px 15px 15px;
outline: none !important;
border: 0;
border-bottom: 1px solid #eee;
}

.shops_search:after {
content: "";
background: url(../img/search-sm.png) no-repeat center center;
width: 49px;
height: 49px;
right: 0;
top: 0;
position: absolute;
}

.drop-menu .toggler .filter-icon {
    position: absolute;
    width: 16px;
    top: 14px;
    left: 14px;
}

.drop-menu .toggler .x-icon {
    position: absolute;
    width: 16px;
    top: 14px;
    left: 15px;
}


.item a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.page_cover {
    position: relative;
    background: url("../img/page_cover.jpg") no-repeat;
    height: 375px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 75px;
}

.page_cover:before {
    position: absolute;
    content: "";
    background: #a5a5a5;
    opacity: 0.34;
    height: 100%;
    width: 100%;
}

.text-content h1 {
    margin: 0;
    font-family: r;
    font-size: 45px;
}

.text-content h4 {
    margin: 0;
    font-family: "r";
    font-size: 14px;
    font-weight: 300;
    opacity: 0.4;
    margin-bottom: 40px;
}

.text-content .text-container p {
    margin-bottom: 35px;
}

.text-content .text-container {
    color: black;
    font-size: 15px;
    max-width: 495px;
    float: left;

}

.text-container {
    width: 100%;
    line-height: 1.8;
    font-family: "r";
}

.options-container {
    float: left;
    border-left: 1px solid #e9e8e8;
    margin-left: 40px;
}

.options-container ul {
    padding: 0;
    margin: 0;
    padding-left: 30px;
}

.options-container ul li {
    list-style-type: none;
}

.like:before {
    font-family: FontAwesome;
}

.sales:before {
    font-family: FontAwesome;
}

.map:before {
    font-family: FontAwesome;
}

.share:before {
    font-family: FontAwesome;
}

.options-container ul li:before {
    font-size: 32px;
    border: 1px solid #b2b2b2;
    height: 72px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 72px;
    opacity: 0.3;
    margin-right: 25px;
    border-radius: 36px;
    margin-bottom: 18px;
}

.page_gallery .cell {
    background: url("../img/square.jpg");
    width: 349px;
    height: 349px;
    display: inline-block;
    margin: 0 15px;
}

.h2 {
    font-size: 27px;
}

.news-slider {

}

.news-slider .carousel-cell:last-child {
    margin-right: 0;
}

.news-slider .carousel-cell {
    float: left;
    margin-bottom: 20px;
}

.brand_inner_circles {
    position: relative;
}

.brand_inner_circles:before {
    position: absolute;
    content: " ";
    height: 295px;
    width: 295px;
    background: #f39000;
    left: -149px;
    top: 749px;
    border-radius: 100%;
}

.brand_inner_circles:after {
    position: absolute;
    content: " ";
    height: 450px;
    width: 450px;
    background: #faec19;
    right: -234px;
    top: 190px;
    border-radius: 100%;
    z-index: -1;
}

.gallery_list {
    padding: 0;
    margin: 0;
}

.gallery_list li {
list-style-type: none;
background: gray;
float: left;
margin-bottom: 25px;
background: #ffffff;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
-webkit-transition: .3s cubic-bezier(.52,.01,.16,1);
-moz-transition: .3s cubic-bezier(.52,.01,.16,1);
transition: .3s cubic-bezier(.52,.01,.16,1);
opacity:0;
}

.gallery_list li.show {
opacity:1;
}

.col_w_i {
width: 50%;
float:left;
-webkit-transition: .3s cubic-bezier(.52,.01,.16,1);
-moz-transition: .3s cubic-bezier(.52,.01,.16,1);
transition: .3s cubic-bezier(.52,.01,.16,1);
opacity:0;
padding:0 12.5px;
margin:0 0 25px 0;
box-sizing: border-box;
}

.col_w_i a {
background: white;
box-shadow: 0px 20px 55px 0px rgba(29, 117, 146, 0.4);
display: block;
height: 210px;
position: relative;
}

.col_w_i.show{
opacity:1;
}

.col_w_i a.big {
height: 445px;
}

.col_w_i a .gallery_image_s {
height: 210px;
width: 210px;
position: absolute;
top:0px;
left:0px;
background-size: cover;
background-position: center center;
}


.col_w_i a.big .gallery_image_s {
width: 100%;
height: 280px;
}

.col_w_i a.big .brand_desc {
width: 100%;
margin: 280px 0 0 0;
}


.col_w_i a .brand_desc {
width: calc(100% - 210px);
float: right;
max-height: 210px;
overflow: hidden;
}


.negative-margin.header {
    margin: -127px 0 60px;

}

.header h5 {
    margin-bottom: 10px;
}

.header > span {
    display: block;
    font-size: 12px;
    font-family: "m";
    opacity: 0.4;
}

.page-cover {
    background: url("../img/car.jpg") no-repeat center;
    height: 410px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 41%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 53%, 0% 100%);
}

.campaign_circles:before {
    background: #f39000;
    width: 435px;
    height: 435px;
    content: "";
    position: absolute;
    top: 224px;
    border-radius: 100%;
    left: -229px;
}

#map {
    height: 505px;
}

.place_search {
position: absolute;
text-align: center;
width: 100%;
z-index: 1;
max-width: 870px;
margin: 0 auto;
left: 0;
right: 0;
top: -40px;
}



.modes {
position: absolute;
background: #fff;
top: 0;
height: 100%;
display: flex;
align-items: center;
right: 0;
z-index: 1;
padding-right: 20px;
transition: all 0.3s;
border-radius: 10px;
}

.modes.shown {
    opacity: 1;
    visibility: visible;
}

.modes span.active {
    background: #2d1c67;
    border: 1px solid #2d1c67;
}

.modes span.active svg * {
    fill: #fff !important;
}

.modes span {
    cursor: pointer;
    height: 45px;
    width: 45px;
    border: 1px solid #cbc9c9;
    border-radius: 23.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;

}

.modes span svg {
    width: 25px;
    height: 20px;
}

.place_search input {
font-size: 18px;
font-family: m;
color: #898989;
outline: none !important;
width: 100%;
border-radius: 5px;
padding: 27px 55px 27px 60px;
border: none;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
box-sizing: border-box;
color:black;
background:white;
position: relative;
}

.place_search:before{
width: 60px;
height: 76px;
background: url(img/search_ic.png) no-repeat 75%;
content: '';
display: block;
position: absolute;
top: 0px;
left: 0px;
background-size: 20px;
opacity: 1;
z-index: 2;
opacity: 0.5;
}

.dest_item {
width:100%;
text-align: left;
display: block;
padding: 15px 20px 15px 60px;
box-sizing: border-box;
color:black;
background: transparent;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-size: 1.2em;
}

.dest_item:hover {
background: #f7f7f7;
}


.place_search .results li {
border-bottom: 1px solid #ececec;
}


.map_circles:before {
    width: 407px;
    height: 407px;
    content: "";
    position: absolute;
    background: #f39000;
    border-radius: 100%;
    left: -197px;
    top: 125px;
}

.map_circles:after {
    width: 540px;
    height: 540px;
    content: "";
    position: absolute;
    background: #faec19;
    border-radius: 100%;
    right: -198px;
    top: -441px;
    z-index: -1;
}

.gallery_list li {
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 24px;
    width: 475px;
    height: 205px;
    position: relative;
    box-sizing: border-box;
}

.gallery_list li a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery_list li.big {
    width: 475px;
    height: 434px;
}

.gallery_list li.big .bgr {
    background: url("../img/galery.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.gallery_list .cont {
    padding: 25px 25px 0;
    display: inline-block;
}

.gallery_list li:not(.big) .cont {
    padding: 25px 25px 0;
    display: inline-block;
    width: 46%;
    float: right;
}

.gallery_list .cont h2 {
    font-size: 23px;
    margin: 0;
    font-family: "r";
}

.gallery_list .cont span {
    font-size: 13px;
    display: inline-block;
    opacity: 0.6;
    line-height: 1.7;
    margin-top: 6px;
    font-family: "r";
}

.gallery_list li .bgr {
    background: url("../img/galery.png") no-repeat;
    background-size: cover;
    width: 203px;
    height: 205px;
    float: left;
}

.gallery_circles:before {
    width: 415px;
    height: 415px;
    background: #f39000;
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 30px;
    top: 194px;
}

.gallery_circles:after {
    width: 540px;
    height: 540px;
    background: #faec19;
    content: "";
    position: absolute;
    border-radius: 100%;
    right: -159px;
    top: -159px;
    z-index: -1;
}

.gallery_list li.left-align .bgr {
    float: right;
}

.demo {
    width: 100%;
}

.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.demo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.slider_mask {
position:absolute;
left:0px;
top:0px;
height:100%;
width:50%;
}

.box {
width:20px;
height:20px;
background:#f39000;
position:absolute;
box-shadow:0 20px 55px rgba(0,0,0,0.2);
border-radius:5px;
overflow: hidden;
}

.box_active_1 .box_1 {
width:230px;
height:230px;
top:-5%;
right:10px;
}

.box_active_1 .box_2 {
width: 80px;
height: 80px;
top: 10%;
left: 10px;
}

.box_active_1 .box_3 {
width: 160px;
height: 160px;
top: 29%;
left: 10px;
}

.box_active_1 .box_4 {
width: 160px;
height: 160px;
top: 43%;
right: 10px;
}

.box_active_1 .box_5 {
width: 210px;
height: 210px;
top: 63%;
left: 10px;
}



.bimage{
position: absolute;
width: 750px;
height: 750px;
top:0px;
left:0px;
opacity:0.25;
background-repeat: no-repeat;
background-position: center center;
}

.box_1 .bimage{
top: -34px;
left: -51px;
}

.box_2 .bimage{
top: -112px;
left: -301px;
}

.box_3 .bimage{
top: -210px;
left: -301px;
}

.box_4 .bimage{
top: -282px;
left: -121px;
}

.box_5 .bimage{
top: -387px;
left: -301px;
}

.boxes_left {
width:50%;
left:0px;
height:100%;
position:absolute;
top:0px;
}

.boxes_right {
width:50%;
right:0;
height:100%;
position:absolute;
top:0px;
}

.boxes {
width:100%;
height:100%;
position:absolute;
}

/*.slider_mask{*/

/*-webkit-clip-path: inset(66% 0 0 54%);*/
/*clip-path: inset(66% 0 0 54%);*/
/*background: red;*/
/*height: 100%;*/
/*width: 50%;*/
/*position: absolute;*/
/*}*/
/*.slider_mask .mask1{*/
/*-webkit-clip-path: inset(5% 20% 15% 10%);*/
/*clip-path: inset(5% 20% 15% 10%);*/
/*background: #898989;*/
/*height: 100px;*/
/*width: 100px;*/
/*}*/
.search-active .search-overlay {
    visibility: visible;
    opacity: 0.85;
}

.search-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    visibility: hidden;
}

.top-search {
position: fixed;
left: 150px;
top: -90px;
opacity: 0;
height: 90px;
font-size: 20px;
background: #fff;
width: calc(100% - 150px);
z-index: 300;
border-left: 1px solid #ededed;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
box-sizing: border-box;
}

.top-search form {
display: block;
width:100%;
}

.search-active .top-search {
    opacity: 1;
    top: 0;
}

.top-search:before {
content: "";
width: 90px;
height: 90px;
position: absolute;
left: 0px;
top:0px;
opacity: 0.4;
background: url("../img/icons/search.svg") no-repeat center;
}

.top-search .top-search-toggle {
    top:0px;
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0px;
    opacity: 0.4;
    cursor: pointer;
    background: url("../img/icons/x2.svg") no-repeat center;
}

.top-search input {
font-family: "r";
width: 100%;
outline: none;
border: none;
box-sizing: border-box;
padding: 33px 65px;
}

.filter-icon {
    opacity: 1;
    transition: all 0.4s;
}

.toggler.active .filter-icon {
    opacity: 0;
}

.x-icon {
    opacity: 0;
    transition: all 0.4s;
}

.toggler.active .x-icon {
    opacity: 1;
    transition: all 0.4s;
}

.back-button {
    position: fixed;
    top: 21px;
    display: none;
    z-index: 1;
    cursor: pointer;
    margin-left: 25px;
}

.back-button span.circle {
    position: relative;
    background: #ffffff;
    width: 46px;
    display: inline-flex;
    justify-content: center;
    height: 46px;
    border-radius: 23px;
    cursor: pointer;
    box-shadow: 0px 19px 16px 0px rgba(0, 0, 0, 0.12);
}

.back-button span.word {
    font-family: "m";
    font-size: 14px;
    color: #ffffff;
    position: relative;
    margin-left: 15px;
    top: -17px;
}

.share-block {
    margin-top: 80px;
    border-bottom: 1px solid #c8c6c6;
    padding-bottom: 24px;
}

.share-block ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.share-block ul li {
    list-style-type: none;
    height: 94px;
    width: 94px;
    border-radius: 47px;
    margin-right: 15px;
    border: 1px solid #c8c6c6;
}

.share-block span {
    margin-right: 22px;
    position: relative;
    top: -6px;
}

.share-block ul li a {
    line-height: 1;
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.similar-news .head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.similar-news .head a {
    color: #2d1c67;
    font-size: 13px;
    font-family: "m";
    text-decoration: none;
    text-transform: uppercase;
}

.similar-news .head a > span:first-child {
    margin-right: 15px;
}

.slider-items .carousel-cell {
    float: left;
}

.floors {
position:absolute;
z-index: 50;
text-align: center;
width: calc(100% - 599px);
top:-90px;
left:0px;
-webkit-transition: .6s cubic-bezier(.52,.01,.16,1);
-moz-transition: .6s cubic-bezier(.52,.01,.16,1);
transition: .6s cubic-bezier(.52,.01,.16,1);
}

.floors.show {
top:0px;
}

.floors ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    background: #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
}

.floors ul li {
    list-style-type: none;
}

.floors ul li a {
border-right: 1px solid #f2f2f2;
font-size: 25px;
padding: 11px 19px;
color: rgba(48, 32, 105, .4);
text-decoration: none;
font-family:'m';
display: inline-block;
}

.floors ul li:last-child a {
    border: none;
}

.floors ul li a.active {
    color: rgba(48, 32, 105, 1);
}

.floors > div {
    display: none;
}

.floors div.active {
    display: block;
}

.mall_wrap {
top:0px;
left:0px;
height:100vh;
width: calc(100% - 450px);
position:absolute;
}

.zoom_it {
z-index:55;
width:45px;
position:absolute;
left:20px;
top:50%;
margin:-52px 0 0 0;
}

body.overflow {
overflow:hidden;
}

.mfi_wrap g:hover polygon, .mfi_wrap g.active polygon{
fill: #f39000 !;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.mfi_wrap g:hover path.st1, .mfi_wrap g.active path.st1{
fill: #f39000;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.mfi_wrap g:hover rect, .mfi_wrap g.active rect{
fill: #f39000;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.map_svg text, .map_svg tspan {
font-family: 'r' !important;
fill:#b8bab9;
}

.mfi_wrap g:hover text, .mfi_wrap g:hover tspan, .mfi_wrap g.active text, .mfi_wrap g.active tspan {
fill:#ffffff;
}


.zoom_it a {
display:block;
width:45px;
height:45px;
border:1px solid #e0e0e0;
border-radius:100%;
box-shadow:0 5px 10px rgba(29,117,146,0.25);
}

.zoom_in {
background:url(img/plus.png) no-repeat center center white;
background-size:15px;
margin:0 0 10px 0;
}

.zoom_out {
background:url(img/minus.png) no-repeat center center white;
background-size:15px;
}

.mall_wrap_zoom {
top: 0px;
left: 0px;
height: 100vh;
width: 100%;
position: absolute;
}

.mall {
position: relative;
width: 100%;
height: 100%;
pointer-events: none;
-webkit-perspective: 3500px;
perspective: 3500px;
-webkit-perspective-origin: 0% 50%;
perspective-origin: 0% 50%;
-webkit-transition: -webkit-transform 0.8s;
transition: transform 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.levels {
width: 96vmin;
height: 64vmin;
margin: -32vmin 0 0 -48vmin;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
top: 50%;
left: 50%;
}

.levels {
-webkit-transform: rotateX(62deg) rotateZ(-60deg) translateZ(-15vmin);
transform: rotateX(62deg) rotateZ(-60deg) translateZ(-15vmin);
}

.level {
position: relative;
width: 100%;
height: 100%;
cursor: pointer;
pointer-events: auto;
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}


.level::after {
font-size: 2.5vmin;
line-height: 0;
position: absolute;
z-index: 100;
top: -2em;
left: 3.5em;
white-space: nowrap;
color: #7d7d86;
-webkit-transform: rotateZ(45deg) rotateX(-70deg) translateZ(5vmin);
transform: rotateZ(45deg) rotateX(-70deg) translateZ(5vmin);
-webkit-transition: -webkit-transform 1s, color 0.3s;
transition: transform 1s, color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.level:hover::after,
.level--current::after {
	color: #515158;
}

.level--current::after {
	-webkit-transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-70deg) translateZ(5vmin) translateX(5vmin) translateY(-10vmin);
	transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-70deg) translateZ(5vmin) translateX(5vmin) translateY(-10vmin);
}



.level:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}

.level--2 {
	-webkit-transform: translateZ(10vmin);
	transform: translateZ(10vmin);
}

.level--3 {
	-webkit-transform: translateZ(20vmin);
	transform: translateZ(20vmin);
}

.level--4 {
	-webkit-transform: translateZ(30vmin);
	transform: translateZ(30vmin);
}


/* Selection transitions */

.levels--selected-1 .level:not(.level--1),
.levels--selected-2 .level:not(.level--2),
.levels--selected-3 .level:not(.level--3),
.levels--selected-4 .level:not(.level--4) {
	opacity: 0;
	/* fade out all others */
}

/* Other levels */

.level--current ~ .level {
	-webkit-transform: translateZ(90vmin);
	transform: translateZ(90vmin);
}

.levels--selected-2 .level--1,
.levels--selected-3 .level--1,
.levels--selected-4 .level--1,
.levels--selected-3 .level--2,
.levels--selected-4 .level--2,
.levels--selected-4 .level--3 {
	-webkit-transform: translateZ(-60vmin);
	transform: translateZ(-60vmin);
}

/* Delays */
/* 1 */

.levels--selected-1 .level--3,
.levels--selected-2 .level--3,
.levels--selected-3 .level--2,
.levels--selected-4 .level--2 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.levels--selected-1 .level--2,
.levels--selected-2 .level--current,
.levels--selected-2 .level--current::after,
.levels--selected-3 .level--current,
.levels--selected-3 .level--current::after,
.levels--selected-4 .level--3 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.levels--selected-1 .level--current,
.levels--selected-1 .level--current::after,
.levels--selected-4 .level--current,
.levels--selected-4 .level--current::after {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

/* Current level */

.level.level--current {
	-webkit-transform: translateZ(15vmin) rotate3d(0,0,1,20deg);
	/* go to center */
	transform: translateZ(15vmin) rotate3d(0,0,1,20deg);
}

/* Navigation classes */
.levels--open .level,
.levels--open .level::after {
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.levels--open .level.level--current {
	opacity: 1;
}

.levels--open .level.level--moveOutUp,
.levels--open .level.level--moveOutDown {
	opacity: 0;
}

.levels--open .level.level--moveOutUp {
	-webkit-transform: translateZ(90vmin);
	transform: translateZ(90vmin);
}

.levels--open .level.level--moveOutDown {
	-webkit-transform: translateZ(-60vmin);
	transform: translateZ(-60vmin);
}



.map_floor_item {
width:100%;
height: 100vh;
}

/*.map-block:before{*/
/*background: #f39000;*/
/*width: 680px;*/
/*height: 680px;*/
/*content: "";*/
/*position: absolute;*/
/*border-radius: 100%;*/
/*}*/
.map-block ul {
    padding: 0;
    margin: 0;
}

.map-block ul li {
    list-style-type: none;
    transition: all 0.6s;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-90deg) translateX(0);
}

.map-block.rotate ul li {
    /*transform: rotateX(64deg) rotateY(0deg) rotateZ(-25deg) translateX(-246px);*/
    /*transform: rotateX(45deg) rotateY(0deg) rotateZ(-45deg) translateX(-90px);*/
}

.map-block li {
    display: none;
}

.map-block li.active {
    display: inherit;
}

/*    width: 74%;
    top: 0%;
    left: -9%;
    transform: rotateX(59deg) rotateY(0deg) rotateZ(-31deg);*/

#slidertop {
width: 100%;
height: 65vh;
overflow: hidden;
}

#slidertop > a {
    position: absolute;
    transition: all 1.5s;
    -webkit-clip-path: circle(0% at 100% 100%);
    clip-path: circle(0% at 100% 100%);
}

#slidertop > a.active {
    z-index: 1;
    -webkit-clip-path: circle(180% at 100% 100%);
    clip-path: circle(180% at 100% 100%);
}

#slidertop > a.animated {
    z-index: 2;
    -webkit-clip-path: circle(180% at 100% 100%);
    clip-path: circle(180% at 100% 100%);
}

.caption_wrap {
z-index: 2;
position: absolute;
width: 100%;
height: 55vh;
top: 0px;
left: 0px;
color:white;
}

.caption_wrap .container h6 {
color: white;
font-size: 0.7em;
margin: 0;
opacity: 0.4;
text-transform: uppercase;
letter-spacing: 5px;
}

.caption_wrap .container h2 {
font-size: 7vw;
font-family: 'd';
letter-spacing: -0.2vw;
line-height: 1em;
max-width: 50%;
}

.wrps {
width:100%;
height: 55vh;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: table-cell;
display: flex;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
}

.wrp_in {
width:100%;
}

.wrp_in a {
width: auto;
padding: 15px 150px 15px 20px;
margin: 20px 0 0 0;
background: url(img/white_arrow.png) no-repeat 93% transparent;
background-size: 28px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family: 'd';
text-transform: uppercase;
font-size: 13px;
text-decoration: none;
border: 2.5px solid white;
display: block;
float: left;
color: white;
display:none;
}


.wrp_in a:hover {
background: url(img/black_arrow.png) no-repeat 93% white;
background-size: 28px;
color:black;
}

.pop_up_wrapper_total {
position:fixed;
top:0px;
left:0px;
width:100vw;
height:100vh;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: table-cell;
display: flex;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
z-index: 99999999;
visibility: hidden;
opacity: 0;
}

.pop_up_wrapper_total.show {
visibility: visible;
opacity: 1;
}

.popup-backdrop {
position: fixed;
height: 100%;
width: 100%;
background: #fff;
top: 0;
left: 0;
z-index: 9999999;
opacity:0.85;
display:none;
}

.pp_sw_closer {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
}

.popup {
width: 340px;
background: #fff;
padding: 25px;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
z-index: 111;
display:none;
position:relative;
z-index:2;
}

.cont_map {
height: 200px;
margin: 25px -25px -25px;
}

#map_cont {
width:100%;
height:100%;
}

.popup.active {
display:block;
}

.popup h1,
.popup h2 {
margin: 0;
font-size: 30px;
font-family: 'd';
}

.pop_up_content  span {
font-family: 'd';
opacity:0.5;
display:block;
width:100%;
}

.pop_up_content {
padding:20px 0 0 0;
}

.pop_up_content li {
margin:0 0 10px 0;
}

.pop_up_content h3 {
font-family: 'd';
font-size:1.4em;
}

.pop_up_content b {
font-family: 'd';
}

.closer {
    cursor: pointer;
    float: right;
    margin-top: 7px;

}

.floors-block h1 span {
    font-size: 236px;
    color: black;
}

.floors-block h1 {
    font-size: 78px;
    font-family: "b";
    font-weight: bold;
    position: relative;
    margin: 0;
    line-height: 1;
}

.floors-block {
    padding: 100px 45px 0 45px;
    display: none;
}

.floors-block.active {
    display: block;
}

.floor-search {
font-family: 'r';
font-weight:300;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 7px;
    outline: none;
    width: 100%;
    box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.19);
    box-sizing: border-box;
    background: white;
}

.shop-list {
    margin: 15px 0 0 0;
    padding: 0;
}

.shop-list li {
list-style-type: none;
border-bottom: 1px solid #dbdbdb;
}

.shop-list li a {
padding: 15px 0;
display: block;
    text-transform: uppercase;
color: #8f8f8f;
font-family: r;
font-weight: bold;
font-size: 1.8em;
text-decoration: none;
}

.floors-block .floor {
    display: none;
}

.floors-block .floor.active {
    display: block;
}

.floors-block .floor:before {
    content: "";
    background: #f39000;
    width: 440px;
    height: 440px;
    position: absolute;
    border-radius: 100%;
    top: -190px;
    right: -99px;
}

.gallery-inner.swiper-container {
    width: 100%;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}

.g.swiper-container {
    width: 100%;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 20px;
    padding-bottom: 4px;
}

.gallery-inner .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-inner .gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100%;
    /*opacity: 0.4;*/
    transition: all 0.3s;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
}

.gallery-thumbs .swiper-slide-active {
    /*opacity: 1;*/
    border: 2px solid #fbf155;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url(../img/icons/left2.svg) no-repeat;
    width: 100px;
    height: 70px;
    background-size: contain;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(../img/icons/right2.svg) no-repeat;
    width: 100px;
    height: 70px;
    background-size: contain;
}

.slide_item {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.floor_item {
width:450px;
height:100vh;
overflow-x:hidden;
float:left;
position: relative;
}

.fi_wrap {
padding:100px 45px;
width:100%;
box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.fs_scroller {
width:450px;
height:100vh;
position:relative;
float: left;
overflow: hidden;
}

.floor_item:after {
background: #f39000;
height: 400px;
width: 400px;
content: "";
position: absolute;
border-radius: 100%;
top: -400px;
right: -400px;
-webkit-transition: all 1200ms cubic-bezier(1.000,0,0,1);
-moz-transition: all 1200ms cubic-bezier(1.000,0,0,1);
-o-transition: all 1200ms cubic-bezier(1.000,0,0,1);
transition: all 1200ms cubic-bezier(1.000,0,0,1);
}

.info-panel.active .floor_item:after {
top: -170px;
right: -60px;
}

.floor_shop_list {
width: calc(450px * 4);
-webkit-transition: all 500ms cubic-bezier(1.000,0,0,1);
-moz-transition: all 500ms cubic-bezier(1.000,0,0,1);
-o-transition: all 500ms cubic-bezier(1.000,0,0,1);
transition: all 500ms cubic-bezier(1.000,0,0,1);
left:0px;
position:relative;
z-index:2;
}

.minus_self{
text-decoration: none;
width: 20px;
display: inline-block;
position: relative;
left: -8px;
}

.minus_int{
text-decoration: none;
width: 100px;
display: inline-block;
position: relative;
right: -20px;
}

.floor_item h1,
.floor_item h2 {
margin:0px;
position: relative;
z-index: 2;
font-family: 'd';
}

.floor_item h1 span,
.floor_item h2 span {
display: inline-block;
vertical-align: bottom;
font-size: 3.8em;
/* line-height: .77em; */
/* width: 145px; */
margin: 0 0 -40px -10px;
}

.floor_item h1 p,
.floor_item h2 p{
display: inline-block;
vertical-align: bottom;
font-size: 2em;
line-height: .8em;
position: relative;
top: 9px;
margin: 0 0 0 10px;
}

.floor_summary {
opacity: 0.5;
font-size: 0.9em;
padding: 0px;
margin: 15px 0 30px 0;
}

.map_svg {
position:relative;
z-index:2;
}

/*
.map_crcl {
width: 800px;
height: 800px;
background: #f39000;
position: absolute;
top: 50%;
left: 50%;
margin: -350px 0 0 -400px;
border-radius: 100%;
}
*/

.total_info_panel {
width:calc(450px * 2);
height:100vh;
position:relative;
left:0;
-webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
-moz-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
-o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.total_info_panel.to_shop {
left:-450px;
}

.total_info_panel.to_right {
left:0 !important;
} 

.shop_on_map {
width:450px;
float:left;
height:100vh;
overflow-x:hidden;
background:white;
}

.cover_wrap {
height:330px;
width:100%;
position:relative;
}

.shop_cover {
height:0px;
width:100%;
position:relative;
/*background:#a5a5a5;*/
-webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
-moz-transition: all 1s cubic-bezier(1, 0, 0, 1);
-o-transition: all 1s cubic-bezier(1, 0, 0, 1);
transition: all 1s cubic-bezier(1, 0, 0, 1);
overflow:hidden;
}

.to_shop .shop_cover {
height:330px;
}

.cover_self {
height:330px;
width:100%;
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
/*opacity:0.6;*/
}

.cover_shop_logo {
width:90px;
height:90px;
border-radius:100px;
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
position:absolute;
bottom:-45px;
right:30px;
transform: scale(0); 
-webkit-transition: all 1.1s cubic-bezier(1, 0, 0, 1);
-moz-transition: all 1.1s cubic-bezier(1, 0, 0, 1);
-o-transition: all 1.1s cubic-bezier(1, 0, 0, 1);
transition: all 1.1s cubic-bezier(1, 0, 0, 1);
}

.to_shop .cover_shop_logo {
transform: scale(1); 
}

.top_shop_inf {
opacity:0;
-webkit-transition: all 1.2s cubic-bezier(1, 0, 0, 1);
-moz-transition: all 1.2s cubic-bezier(1, 0, 0, 1);
-o-transition: all 1.2s cubic-bezier(1, 0, 0, 1);
transition: all 1.2s cubic-bezier(1, 0, 0, 1);
}

.to_shop .top_shop_inf {
opacity:1;
}

.shop_icons, .shop_lit_desc {
opacity:0;
-webkit-transition: all 1.5s cubic-bezier(1, 0, 0, 1);
-moz-transition: all 1.5s cubic-bezier(1, 0, 0, 1);
-o-transition: all 1.5s cubic-bezier(1, 0, 0, 1);
transition: all 1.5s cubic-bezier(1, 0, 0, 1);
}

.to_shop .shop_icons, .to_shop .shop_lit_desc{
opacity:1;
}

.shop_inf {
padding:25px 30px;
box-sizing:border-box;
width:100%;
}

.shop_inf h3 {
color: black;
font-family: 'r';
    text-transform: uppercase;
margin: 0px 0 10px 0;
padding: 0px;
font-size: 2.2em;
}

.shop_inf .shop_sub_inf {
margin:0px;
padding:0px;
opacity:0.5;
font-weight:300;
    font-size: 20px;
    padding-bottom: 20px;
}

.shop_icons {
margin: 25px 0 20px;
}

.shop_icons ul {
margin: 0px -17px;
padding:0px;
}

.shop_icons li {
float:left;
width:25%;
list-style: none;
text-align: center;
}

.shop_icons a {
width: 70px;
height: 70px;
border: 1px solid #c8c6c6;
border-radius: 100%;
display: inline-block;
}

.shop_lit_desc {
border-top: 1px solid #c8c6c6;
border-bottom: 1px solid #c8c6c6;
padding: 25px 30px;
margin: 0 -30px;
line-height: 1.7em;
}

.shop_lit_desc p {
margin:0px;
padding:0px;
font-weight:300;
}

.clear:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.star {
position:relative;
overflow:hidden;
-webkit-transition: all 500ms cubic-bezier(1.000,0,0,1);
-moz-transition: all 500ms cubic-bezier(1.000,0,0,1);
-o-transition: all 500ms cubic-bezier(1.000,0,0,1);
transition: all 500ms cubic-bezier(1.000,0,0,1);
}

.star.active {
border:1px solid #f39000;
}

.star_bttn {
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background:url(img/star.png) no-repeat center center;
-webkit-transition: all 500ms cubic-bezier(1.000,0,0,1);
-moz-transition: all 500ms cubic-bezier(1.000,0,0,1);
-o-transition: all 500ms cubic-bezier(1.000,0,0,1);
transition: all 500ms cubic-bezier(1.000,0,0,1);
z-index:2;
background-size:27px;
}

.star.active .star_bttn{
background:url(img/star_white.png) no-repeat center center;
background-size:27px;
}

.star:after {
background: #f39000;
height: 80px;
width: 80px;
content: "";
position: absolute;
border-radius: 100%;
top: 50%;
left: 50%;
margin:-40px 0 0 -40px;
-webkit-transition: all 500ms cubic-bezier(1.000,0,0,1);
-moz-transition: all 500ms cubic-bezier(1.000,0,0,1);
-o-transition: all 500ms cubic-bezier(1.000,0,0,1);
transition: all 500ms cubic-bezier(1.000,0,0,1);
transform: scale(0); 
}

.star.active:after {
transform: scale(1); 
}

.sales {
background:url(img/sales.png) no-repeat center center;
background-size:32px;
}

.star_wrap {
position:relative;
}

.star_count {
width: 26px;
height: 26px;
background: #ff2323;
position: absolute;
bottom: 0px;
right: 15px;
z-index: 2;
color: white;
border-radius: 100%;
text-align: center;
line-height: 2.1em;
font-size: 0.9em;
}

.show_on_map {
background:url(img/show_on_map.png) no-repeat center center;
background-size:24px;
}

.share_it {
background:url(img/share_it.png) no-repeat center center;
background-size:23px;
}

.back_to_list {
border-radius: 100%;
padding: 0;
height: 42px;
width: 42px;
background: url(img/back_to_list.png) no-repeat center center white;
background-size:22px;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
border: 2.5px solid #fff;
position:absolute;
top:25px;
left:30px;
z-index: 2;
display:none;
}

.news_cover {
height: 400px;
width: 100%;
background-size: cover;
background-position: center center;
background-color: #ececec;
position:relative;
z-index:2;
}

.news_cover.inner_cover{
    background-position: initial;
}


.gallery_cover {
height: 80vh;
}

.news_content {
max-width: 730px;
margin: 0 auto 0;
position:relative;
    padding: 0 10px;
z-index:2;
}

.news_title {
margin: 35px 0 0 0;
position:relative;
z-index:3;
}

.gallery_title {
margin:30px 0 0 0;
}

.news_title {
text-align:center;
}

.news_title h1 {
color: black;
font-size: 3em;
font-family: 'd';
margin: 0;
line-height: normal;
letter-spacing: -1px;
}

.news_title h2 {
color: black;
margin: 0px;
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 3px;
opacity: 0.5;
}

.news_inset {
margin: 35px 0;
font-family: 'r';
font-weight: 100;
line-height: 2em;
font-size: 1em;
color: black;
}
.news_inset img{
    margin-top: 30px;
    max-width: 100%;
    height: auto;
}
.simmilar_news {
max-width:730px;
margin:50px auto 20px auto;
position:relative;
z-index:2;
}

.share_wrap {
padding:0 0 30px 0;
}

.share_news {
border-bottom:1px solid #c8c6c6;
}

.news_comment {
padding:0 0 30px 0;
}

.share {
float:left;
}

.share p {
display:inline-block;
vertical-align: middle;
margin:0 20px 0 0;
font-family: 'r';
font-weight: 100;
color: black;
}

.share ul {
display: inline-block;
vertical-align: middle;
margin: 0px;
padding: 0px;
}

.share li {
display:inline-block;
vertical-align: middle;
margin:0 15px 0 0;
}

.share a {
    width: 40px;
    height: 40px;
border-radius:100px;
display:block;
border:1px solid #c8c6c6;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


.s_facebook {
background:url(img/s_facebook.png) no-repeat center center transparent;
background-size:8px;
}

.s_facebook:hover {
background:url(img/s_facebook.png) no-repeat center center rgba(0,0,0,0.05);
background-size:8px;
}

.s_twitter {
background:url(img/s_twitter.png) no-repeat center center;
background-size:19px;
}

.s_twitter:hover {
background:url(img/s_twitter.png) no-repeat center center rgba(0,0,0,0.05);
background-size:19px;
}

.s_whatsapp {
background:url(img/whatsapp.svg) no-repeat center center;
background-size:23px;
}

.s_whatsapp:hover {
background:url(img/whatsapp.svg) no-repeat center center rgba(0,0,0,0.05);
background-size:23px;
}


.add_comment {
float:right;
background:url(img/comment.png) no-repeat left center;
background-size:18px;
padding:0 0 0 30px;
font-family: 'r';
font-weight: 100;
text-decoration:none;
color: black;
margin: 38px 0;
}

.news_comment {
display:none;
}

.back_tn {
display: block;
position: absolute;
z-index: 2;
left: 25px;
top: 25px;
}

.back_tn span{
border-radius: 100%;
padding: 0;
height: 42px;
width: 42px;
background: url(img/back_to_list.png) no-repeat center center white;
background-size: 22px;
box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
border: 2.5px solid #fff;
z-index: 2;
display:inline-block;
vertical-align: middle;
}

.back_tn p {
color:white;
display:inline-block;
vertical-align: middle;
margin:0 0 0 15px;
font-weight:100;
}

.sn_title h3{
font-size:2em;
float:left;
margin:0px;
padding:0px;
}

.sn_title a {
float: right;
background: url(img/blue_arrow.png) no-repeat 92% transparent;
background-size: 28px;
padding: 0 60px 0 0;
color: #2d1c67;
text-decoration: none;
margin: 8px 0 0 0;
}

.sn_wrap  .main-carousel {
margin:20px 0 30px 0;
}

.with_bubles_orange {
width: 415px;
height: 415px;
background: #f39000;
content: "";
position: absolute;
border-radius: 100%;
left: -30px;
top: 194px;
}

.langs {
width: 100%;
box-sizing: border-box;
margin: 20px 0 0 0;
border: 1px solid #e5e5e5;
border-radius: 5px;
overflow: hidden;
}

.langs li {
width: 50%;
float: left;
box-sizing: border-box;
border-right: 1px solid #e5e5e5;
}


.langs li a {
display: block;
text-align: center;
width: 100%;
transition: all 0.3s;
color: #8c878f;
font-size: 0.9em;
padding: 5px 0;
background: transparent;
}

.langs li a:hover, .langs li a.active {
background: #f9f9f9;
}

.langs li:last-child {
border-right: none;
}

.langs ul:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.logo {
width:95px;
height:105px;
background:url(img/logo.svg) no-repeat center center;
display:block;
margin:0 auto;
}

.main_menu {
width:100%;
margin:35px 0 0 0;
}

.main_menu li {
width:100%;
margin:0 0 3px 0;
}

.main_menu a {
width:100%;
box-sizing:border-box;
padding:7px 15px;
display:block;
font-family:'m';
color:#2d1c67;
background: transparent;
border-radius:5px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.main_menu a:hover, .main_menu a.active {
color:white;
background: #2d1c67;
}

.bottom_menu {
position: absolute;
bottom: 20px;
width: 100%;
left: 0px;
padding: 0 20px;
box-sizing: border-box;
font-family:'m';
}

.bm_list a {
color:#898989;
text-decoration:underline;
}

.bm_list li {
margin:0 0 5px 0;
}

.bottom_menu p {
font-size:0.85em;
color:#898989;
opacity:0.7;
letter-spacing:-0.5px;
margin:15px 0 0 0;
}



.map_circles {
height:100vh;
}

.bl_new_list ul {
margin:0 -12.5px;
}

.bl_new_list li{
display:block;
/*float:left;*/
/*width: 33.33%;*/
    width: 100%;
box-sizing:border-box;
padding:0 12.5px 25px 12.5px;
}

.brand_list_item, .brand_list_item_c {
background:white;
box-shadow: 0px 20px 55px 0px rgba(29, 117, 146, 0.4);
display:block;
/*height:200px;*/
/*height:auto;*/
    height: 100%;
position:relative;
top:0px;
-webkit-transition: .3s cubic-bezier(.52,.01,.16,1);
-moz-transition: .3s cubic-bezier(.52,.01,.16,1);
transition: .3s cubic-bezier(.52,.01,.16,1);
}

.items.bl_new_list.clearfix ul{
 display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.brand_list_item:hover, .brand_list_item_c:hover{
top:-10px;
box-shadow: 0px 30px 65px 0px rgba(29, 117, 146, 0.4);
}

.brand_image {
width: 100%;
height: 250px;
background-size: 70%;
background-position: center center;
background-repeat: no-repeat;
border-bottom: 1px solid #ececec;
}

.brand_list_item_c .brand_image {
background-size:cover;
}

.brand_list_item_c {
height:400px;
}

.brand_desc {
padding:15px 20px;
width: 100%;
min-height: 80px;
box-sizing:border-box;
font-family:'d';
color:black;
}

.brand_desc h2{
font-size: 1.2em;
    text-transform: uppercase;
}

.brand_desc span {
opacity: 0.5;
font-family: 'r';
margin: 5px 0 0 0;
display: block;
}

.circles .bubble_before {
background: #faec19;
height: 530px;
width: 530px;
content: "";
position: absolute;
border-radius: 100%;
top: -100px;
left: -249px;
}

.circles .bubble_after {
background: #f39000;
height: 400px;
width: 400px;
content: "";
position: absolute;
border-radius: 100%;
top: -270px;
right: -80px;
}

.item-section {
margin:0 0 35px 0;
}

.mobile_only {
display:none !important;
}

.htg_wrap {
position: relative;
}

.flickity-prev-next-button {
top: 35%;
}

.flickity-prev-next-button:disabled {
display:none;
}

.flickity-prev-next-button {
background: white;
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.mobile_cover_news{
    display: none;
}

.mfi_wrap {
    transform: rotateZ(-0deg);
}

@media screen and (max-height: 835px) {
	#slidertop {
    height: 90vh;
	}
}
@media(max-width: 1508px) {
    .action-block h1{
        font-size: 44px!important;
    }
}
@media(max-width: 1268px) {
    .action-block h1{
        width: 510px;
    }
}
@media screen and (max-width: 1180px) {
	.container {
	box-sizing: border-box;
	padding: 0 25px;
	}
	
	.brand_list_item, .brand_list_item_c {
	height: 230px;
	}
}
@media(max-width: 786px) {
    .drop-menu .toggler{
        display: none!important;
    }
    .main-carousel.bl_new_list .flickity-slider>li{
        width: 100%;
    }
    .main-carousel.bl_new_list .brand_desc {
        height: 90px;
    }
    .main-carousel.bl_new_list .flickity-enabled {
        height: 380px!important;
    }
}

@media screen and (max-width: 1000px) and (min-width: 787px) {
    .main-carousel.bl_new_list .flickity-enabled {
        height: 343px;
    }
}
@media screen and (max-width: 768px) {
    .main-carousel .shop-news {
        width: 100%;
    }
    .simmilar_news .sn_title{
        padding: 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    .news_cover.inner_cover{
        display: none;
    }


    .mobile_cover_news{
        display: block;
        margin: 55px 0 0;
    }

    .no-padding{
        padding:0;
    }
    .main-carousel.bl_new_list .brand_list_item_c:hover {
        top: 0px;
    }

    .main-carousel.bl_new_list .flickity-page-dots .dot {
        background: gray;
        float: none;
    }
    .main-carousel.bl_new_list .brand_desc {
        min-height: 66px;
        overflow: hidden;
    }
    .main-carousel.bl_new_list .brand_image {
        height: 180px;
    }
    .main-carousel.bl_new_list .flickity-viewport{
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .mfi_wrap{
        -webkit-transform: rotateZ(-90deg);
        -moz-transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
        -o-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
	.container {
	box-sizing: border-box;
	padding: 0;
	}
	
	.web_only {
	display:none;
	}
	
	.mobile_only {
	display:block !important;
	}
	
	.mobile_slider {
	height:40vh;
        position: relative;
	margin:55px 0 0 0;
	overflow: hidden;
	}
	
	.mobile_slider .carousel-cell {
	width: 100vw;
	height:40vh;
	margin:0px;
	max-width:100vw;
	display:block;
	}
	
	.mobile_slider .flickity-prev-next-button {
	display:none;
	}

	.mobile_slide {
	width: 100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	display:block;
	}
	
	#slider {
	padding-bottom: 0;
	}
	
	#slidertop {
	height: 50vh;
	}
	
	#slider:after {
	display:none;
	}

	.content {
	margin-left: 0;
	}
	
	.nav {
	background: none;
	position: relative;
	height: auto;
	max-width: auto;
	width: auto;
	top: 0;
	z-index: 199;
	box-sizing: border-box;
	padding: 0px;
	}
	
	.logo {
	background: url(img/logo_mobile.svg) no-repeat center center;
	height: 100%;
	float: left;
	width: 150px;
	background-size: 120px;
	}
	
	.nav_top {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:white;
	height:55px;
	}
	
	.main_menu li {
	display:none;
	}
	
	.s_menu_brands, .s_menu_restaurants, .s_menu_entertainment, .more_menu {
	display:block !important;
	}
	
	.main_menu a {
    height: 55px;
    padding: 0px;
    font-size: 0.85em;
    text-align: center;
    border-radius: 0px;
    color: white;
    box-sizing: border-box;
    padding: 33px 0 0 0;
    background-repeat: no-repeat !important;
    background-size: 21px !important;
    background-position: 50% 9px !important;
	}
	
	.s_menu_brands a {
	background-image:url(img/s_menu_brands.png) !important;
	}
	
	.s_menu_restaurants a {
	background-image:url(img/s_menu_restaurants.png) !important;
	}
	
	.s_menu_entertainment a {
	background-image:url(img/s_menu_entertainment.png) !important;
	}	
	
	.more_menu a {
	background-image:url(img/more_menu.png) !important;
	}
	
	.main_menu {
	display:block;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:55px;
	background:#f39000;
	}
	
	.main_menu a:hover, .main_menu a.active {
	color: white;
	background-color: rgba(255,255,255,0.1);
	}
	
	.main_menu li {
	float:left;
	width:25%;
	}
	
	
	.bottom_menu {
    position: fixed;
    bottom: 50px;
    width: 65%;
    left: auto;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'm';
    background: white;
    right: 15px;
    box-shadow: 0px 20px 55px 0px rgba(29, 117, 146, 0.4);
	display:none;
	-webkit-transition: .3s cubic-bezier(.52,.01,.16,1);
	-moz-transition: .3s cubic-bezier(.52,.01,.16,1);
	transition: .3s cubic-bezier(.52,.01,.16,1);
	opacity:0;
	}
	
	.bottom_menu .s_menu_brands, .bottom_menu .s_menu_restaurants, .bottom_menu .s_menu_entertainment, .bottom_menu .more_menu {
	display:none !important;
	}
	
	.bottom_menu.show {
	bottom: 70px;
	opacity:1;
	}
	
	
	.fixed-menu {
	top: 0;
    right: 10px;
	}
	
	.fixed-menu ul li a {
	width:40px !important;
	height:55px !important;
	border:none;
	box-shadow:none;
	}

	.fixed-menu .search {
	background-size: 20px;
	}
	
	.m_bo, .m_ao {
    padding: 0;
	text-indent:-99999px;
	width:40px !important;
	height:55px !important;
	
	}
	
	.fixed-menu ul li {
	margin-left: 0;
	}
	
	.m_bo {
	background: url(img/l_bttn_b.png) no-repeat center center;
	background-size: 25px !important;
	}
	
	.bubble_before, .bubble_after, .about_before {
	display:none;
	}
	
	#search, .bgr {
	transform: none !important;
	-webkit-transform:  none !important;
	}
	
	.more-than-mall {
	text-align:left;
	padding:20px 15px;
	box-sizing:border-box;
	width:100vw;
	}
	
	.more-than-mall h1, .about-mall h1 {
	color: black;
	font-size: 2em;
	font-weight: normal;
	font-family: "d";
	margin: 0 0 10px 0;
	}
	
	.more-than-mall h6, .about-mall h6, .action-block h6, .header h6 {
	letter-spacing: 2px;
	position: relative;
    z-index: 2;
	}

	.searchbox input {
	font-size: 1em;
	color: black;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 11px 34px 0px rgba(29, 117, 146, 0.2);
	width: 100%;
	}
	
	.searchbox:after {
	width: 48px;
	height: 48px;
	right: 0px;
	top: 0px;
	opacity: 0.25;
	background-size: 15px;
	}

	.category-carousel .flickity-viewport{
	height:245px !important;
	}

	.carousel-cell.category-items {
	width: 150px;
	height: 130px;
	}

	.ccl_wrap {
	height: 130px;
	width: 130px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	position:relative;
}
	
	.searchbox {
    margin-bottom: 0px;
	}
	
	.cat_icon {
	height: 35px;
	}
	
	.ccl_upper h3 {
	font-size: 1em;
	letter-spacing: 0;
	display: -webkit-box;
	height: 39px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	.fluid-slider .carousel-cell:first-child {
	padding:0 0 0 6px;
	}

	.offers-block {
	display:none;
	}
	
	.category-carousel .flickity-viewport {
	height: 180px !important;
	}

	.header {
    position: relative;
    margin: 55px 0 0 0;
    background: white;
    width: 100vw;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: left;
	overflow:hidden;
	}
	
	.text-center {
	text-align:left;
	}
	
	.header h1 {
    margin: 10px 0 5px -2px;
    font-size: 3em;
    line-height: 1em;
	position: relative;
    z-index: 2;
	}
	
	.drop-menu .toggler {
	position: relative;
	background: white;
	width: 46px;
	display: inline-block;
	height: 46px;
	border-radius: 100px;
	margin-left: 0;
	cursor: pointer;
	box-shadow: none;
	float: right;
	vertical-align: middle;
	margin: 8px 0 0 0;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	}
	
	.mobile_wrap {
	width:100vw;
	box-sizing:border-box;
	padding:15px;
	}
	
	.item-block  {
	background: white;
	box-shadow: 0px 20px 55px 0px rgba(29, 117, 146, 0.4);
	box-sizing:border-box;
	padding:20px 15px;
	width:100%;
	position:relative;
	height:;
	}
	
	.item-block a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	font-size:0px;
	border:none;
	box-sizing:border-box;
	padding:0px;
	}
	
	.item-section {
	margin: 0 0 15px 0;
	}
	
	.cat_icon_list {
	width: 30%;
	height: 96%;
	background-size: 45px;
	position: absolute;
	right: 15px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center right;
	}
	
	.item-section-title {
	float: left;
	max-width: 75%;
	}
	
	.shops_list {
	box-shadow: none;
	padding: 0;
	margin: 0;
	position: fixed;
	text-align: center;
	background: #fff;
	border-radius: 0;
	left: auto;
	top: 165px;
	z-index: 10;
	right: 0px;
	width: 100vw;
	height: calc(100vh - 165px);
	border-top: 1px solid #eee;
	box-sizing: border-box;
	}
	
	.shops_list_self {
	max-height: calc(100vh - 215px);
	overflow-x: hidden;
	}
	
	.shops_list:before {
	display:none;
	}
	
	.overflow_mobile {
	width:100vw;
	height:100vh;
	overflow:hidden;
	}
	
	.overflow_mobile .mobile_wrap, .overflow_mobile footer, .overflow_mobile .main_menu {
	display:none;
	}
	
	.overflow_mobile .header{
	overflow: visible;
	}
	
	
	.header:after {
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    left: -20px;
    bottom: -50px;
    background: #faec19;
    border-radius: 100%;
	}
	
	.bl_new_list ul {
	margin: 0 -7.5px;
	}

	.bl_new_list li {
	width: 50%;
	padding: 0 7.5px 15px 7.5px;
	}

	.brand_image {
	height: 85px;
	}
	
	.brand_desc {
    padding: 10px 15px;
	}
	
	.brand_desc span {
	opacity: 0.5;
	font-size: 0.9em;
	}

	.brand_list_item, .brand_list_item_c {
	height: auto;
	}
	
	.grid_item_list {
	opacity:0;
	-webkit-transition: .3s cubic-bezier(.52,.01,.16,1);
	-moz-transition: .3s cubic-bezier(.52,.01,.16,1);
	transition: .3s cubic-bezier(.52,.01,.16,1);
	}
	
	.grid_item_list.show {
	opacity:1;
	}
	
	.interactive-map.active {
	-webkit-clip-path: none;
	clip-path: none;
	}
	
	
	.info-panel {
	display: block;
	width: 100vw;
	right: 0px;
	top: auto;
	bottom: 0px;
	height: 130px;
	background:none;
	}

	.back_to_list {
	display:none !important;
	}
	
	.cover_wrap {
	display:none;
	}

	.fs_scroller {
	display:none;
	}

	.shop_on_map {
	width: calc(100vw - 30px);
	position: absolute;
	background: white;
	left: 15px;
	height: 85%;
	box-shadow: 0px 21px 54px 0px rgba(29, 117, 146, 0.4);
	top: 0px;
	}
	
	.total_info_panel {
	height: 100%;
	}
	
	.total_info_panel.to_shop {
	width:100%;
	left: 0px;
	}
	
	.mall_wrap {
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	position: absolute;
	}
	
	.level {
	display:none;
	}
	
	.level--current {
	display:block;
	}
	
	.level.level--current, .levels {
	-webkit-transform: none;
	transform: none;
	}
	
	.mfi_wrap g:hover polygon{
	fill: #fff;
	}

	.mfi_wrap g:hover text, .mfi_wrap g:hover tspan{
	fill:#b8bab9;
	}
	
	.mfi_wrap g.active polygon{
	fill: #f39000 !important;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}

	.mfi_wrap g.active text, .mfi_wrap g.active tspan {
	fill:#ffffff  !important;
	}
	
	.show_i_map .main_menu, .show_i_map .content{
	display:none;
	}
	

	
	.m_ao {
	background: url(img/close_map.png) no-repeat center;
	background-size: 18px;
	}
	
	.interactive-map {
	width:100vw;
	-webkit-clip-path: none;
    clip-path: none;
	transition: unset;
	}
	
	.floors {
	width:100vw;
	top:65px;
	}
	
	.floors ul {
	border-radius:5px;
	}
	
	.floors ul li a {
    font-size: 1.1em;
    width: 40px;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
	}
	
	footer {
	padding: 10px 15px 80px;
	}
	
	.with_bubles_orange {
	display: none;
	}
	
	.swiper-button-white {
	display: none;
	}
	
	.col_w_i {
	width: 100%;
	position: relative !important;
	left:0px !important;
	top:0px !important;
	padding: 0px;
    }
    
	.col_w_i a .gallery_image_s {
	width: 100% !important;
	height: 170px !important;
	}
	
	.col_w_i a .brand_desc {
	width: 100% !important;
	margin: 0 !important;
	padding:180px 15px 10px 15px;
	float: none;
    max-height: none;
	}
	
	.col_w_i a {
	height: auto !important;
	}
	
	.back_tn {
	display: none;
	}
	
	.news_title h1 {
	font-size: 2em;
	}
	
	.news_title {
    margin: 25px 0 0 0;
    }
    
    .share a {
    width: 40px;
    height: 40px;
    }
    
	.share {
	float: none;
	width: 100%;
	} 
	
	.share li {
	margin: 0 10px 0 0;
	float: left;
	}
	
	.share p {
	margin: 0 10px 0 0;
	}
	
	.add_comment {
	display: none;
	}
	
	.bgr .right-col {
	width: 100%;
	height: 100%;
	display: block;
	flex-direction:inherit;
	justify-content:inherit;
	float: none;
	padding: 240px 15px 40px 15px;
	box-sizing: border-box;
	}
	
	.action-block h1 {
	font-size: 3em;
	margin: 0 0 15px 0;
	line-height: normal;
	}
	
	.boxes_right, .box_4 {
	display: none;
	}
	
	.box_active_1 .box_1 {
	width: calc(100% - 30px);
	height: 230px;
	top: -20px;
	right: auto;
	left: 15px;
	}
	
	.box_1 .bimage {
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
	}
	
	.action-block .bgr {
	height: auto;
	}
	
	.slider_mask, .boxes, .boxes_left {
	width: 100%;
	}
	
	#purple {
	display: none;
	}
	
	.about-mall {
	background: url(img/360bg.jpg) no-repeat 0px -20px;
	width: 100vw;
	padding: 20px 0;
	background-size: cover;
	height: 290px;
	margin: 0 0 20px 0;
	}
	
	.about-mall .bgr {
	transform: none !important;
	-webkit-transform: none !important;
	position: relative;
	display: none;
	}
	
	#about .left-col {
	padding:20px 15px;
	}
	
	.about-mall a {
	margin: 10px 0 0 0;
    color: white;
    border: 2.5px solid white;
    background: url(img/white_arrow.png) no-repeat 92% transparent;
    background-size: 28px;
	}
	
	.about-mall h1, .about-mall h6  {
	color: white;
	opacity: 1;
	}
	
	
	.fluid-slider {
	height: 180px !important;
	}
	
	.top-search {
    left: 0;
    width: 100vw;
    height: 55px;
    font-size: 1.1em;
	}
	
	.top-search input {
	padding: 19px 40px 19px 45px;
	}
	
	.top-search .top-search-toggle {
    background-size: 30%;
    width: 55px;
    height: 55px;
    }
	
	.top-search:before {
	background-size: 30%;
    width: 55px;
    height: 55px;
    }
    
	.popup-backdrop.active {
	z-index: 99999;
    }
	
	
	.popup {
	width: calc(100vw - 30px);
	z-index: 99999;
	box-sizing: border-box;
	}
	
	.htg_wrap {
	position: relative;
	height: calc(100vh - 230px);
	}
	
	#map {
	height: calc(100vh - 220px) !important;
	}
	
	.place_search {
	margin-bottom: 0px;
	top: 10px;
	left: 10px;
	width: calc(100vw - 20px);
	margin: 0;
	}
	
	.modes {
	display: none;
	}
	
	.place_search:before {
	display: none;
	}
	
	.place_search input{
	padding: 15px 45px 15px 15px;
	}
	
	.shop_inf h3 {
	margin: 0px 0 5px 0;
	font-size: 1.4em;
	}
	
	.shop_inf .shop_sub_inf {
	font-size: 1em;
	}
	
	.shop_inf {
    padding: 15px 20px;
    }
    
	.total_info_panel {
	top: 100%;
	}
	
	.total_info_panel.to_shop {
	top: 0px;
	}
	
	.info-panel {
    box-shadow: none;
	}
	
	#info-panel {
	display: none;
	}
	
	.mobile_show {
	display: block;
	}
	
	.level {
	display: none;
	}
	
	.level.level--current {
	display: block;
	}
	
	.simmilar_news {
	/*display: none;*/
	}

	.brand_list_item[data-id="s1134"] h2 {
	word-break: break-word;
	}
	
	.mall_wrap_zoom {
	touch-action: none;
	}
	
}

.mob-slogan {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
    margin: 0 auto;
    color: #fff;
}
.mob-slogan h2{
    font-size: 30px;
}
.poster{
    margin-bottom: 30px;
}
.poster a {
    display: block;
}
.mob-image{
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 300px;
    width: 100%;
}

.web-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 500px;
    width: 100%;
}

@media (max-width: 1000px){
    .web-image{
        display: none;
    }
    .mob-image{
        display: block;
    }

    .langs_select {
        display: inline-block!important;
    }
}


.langs_select {
    display: none;
    vertical-align: middle;
    border: 1px solid #f39000;
    border-radius: 5px;
    height: 25px;
    position: relative;
    top: 15px;
    overflow: hidden;
}
.langs_select li:first-child {
    border-right: 1px solid #f39000;
}
.langs_select li {
    float: left;
}

.langs_select a {
    color: #f39000;
    background: transparent;
    font-size: .9em;
    display: block;
    padding: 5px 7px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.langs_select a.active {
    color: #fff;
    background: #f39000;
}

.pagenotfound {
    display: table;
    height: calc(100vh - 80px);
    margin: 0 auto;
}

.pagenotfound div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pagenotfound h3 {
    font-size: 5em;
}

.pagenotfound h5 {
    font-size: 1.5em;
}




.feedback_block {
  max-width: 730px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative; }
  .feedback_block header {
    padding: 0 0 50px;
    text-align: center; }
    .feedback_block header h2 {
      padding: 0 0 40px;
      font-size: 46px;
      font-family: 'd';
      line-height: 1.2; }
    .feedback_block header p {
      font-size: 18px;
      line-height: 1.44; }
  .feedback_block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.feedback_form .input {
  margin: 0 0 25px; }
  .feedback_form .input input {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 25px;
    border: solid 1px #d8d8d8;
    font-family: 'r';
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border-radius: 4px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .feedback_form .input input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .input input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .input input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .input input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .input input:focus {
      border-color: #fff;
      -webkit-box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25);
      box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25); }

.feedback_form .textarea {
  margin: 0 0 60px; }
  .feedback_form .textarea textarea {
    display: block;
    width: 100%;
    height: 180px;
    padding: 20px 25px;
    border: solid 1px #d8d8d8;
    font-family: 'r';
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    resize: none;
    border-radius: 4px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .feedback_form .textarea textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .textarea textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .textarea textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .textarea textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .feedback_form .textarea textarea:focus {
      border-color: #fff;
      -webkit-box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25);
      box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25); }

.feedback_form .submit {
  text-align: right; }
  .feedback_form .submit a, .feedback_form .submit button {
    display: inline-block;
    height: 70px;
    padding: 0 40px;
    border: none;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'r';
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    -webkit-box-shadow: 0 30px 40px 0 rgba(74, 126, 178, 0.15);
    box-shadow: 0 30px 40px 0 rgba(74, 126, 178, 0.15);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .feedback_form .submit a:hover, .feedback_form .submit button:hover {
      -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
      transform: translate(0, -2px);
      -webkit-box-shadow: 0 10px 20px 0 rgba(74, 126, 178, 0.15);
      box-shadow: 0 10px 20px 0 rgba(74, 126, 178, 0.15); }

.feedback_form p {
  padding: 10px 0 20px;
  font-size: 18px;
  font-family: 'm';
}

.feedback_form .error {
  border-color: #f00 !important; }
  .feedback_form .error + strong {
    border-left-color: #f00; }

.three_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 25px; }
  .three_input label {
    display: block;
    width: calc(33.333% - 13.333px);
    position: relative; }
    .three_input label input {
      display: block;
      width: 100%;
      height: 64px;
      padding: 0 65px 0 20px;
      border: solid 1px #d8d8d8;
      font-family: 'r';
      font-size: 18px;
      font-weight: 500;
      background: #fff;
      border-radius: 4px;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .three_input label input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .three_input label input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .three_input label input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .three_input label input:-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .three_input label input:focus {
        border-color: #fff;
        -webkit-box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25);
        box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25); }
    .three_input label strong {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 64px;
      height: 64px;
      border: 1px solid #d8d8d8;
      background: #f9f9f9;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 0 4px 4px 0; }
      .three_input label strong span {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #524e54;
        position: relative;
        left: -4px; }
        .three_input label strong span sup {
          font-size: 10px;
          position: absolute;
          left: calc(100% + 2px);
          top: -4px; }

.with_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 25px; }
  .with_select select {
    display: block;
    width: 230px;
    height: 64px;
    height: 64px;
    padding: 0 65px 0 20px;
    border: solid 1px #d8d8d8;
    font-family: 'r';
    font-size: 18px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(./img/select_pt.svg) no-repeat calc(100% - 20px) 50%;
    background-size: 7px;
    border-radius: 4px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .with_select select::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select select::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select select:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select select:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select select:focus {
      border-color: #fff;
      -webkit-box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25);
      box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25); }
  .with_select input {
    display: block;
    width: calc(100% - 250px);
    height: 64px;
    padding: 0 65px 0 20px;
    border: solid 1px #d8d8d8;
    font-family: 'r';
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border-radius: 4px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .with_select input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .with_select input:focus {
      border-color: #fff;
      -webkit-box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25);
      box-shadow: 0 2px 20px 0 rgba(74, 130, 195, 0.25); }

@media (min-width: 240px) and (max-width: 640px) {
.feedback_block {
    padding: 70px 0 40px;
}
  .three_input {
    display: block;
    padding: 0 0 15px; }
    .three_input label {
      width: 100%;
      margin: 0 0 10px; }
  .with_select {
    display: block; }
    .with_select input {
      width: 100%; }
    .with_select select {
      width: 100%;
      margin: 0 0 10px; } }

.swiper {
    width: 100%;
    height: 100%;
}



.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.swiper-section > div{
    max-width: 850px;
    margin: 0 auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: "" !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "" !important;
}
.swiper-button-next{
    right: 40px !important;
    top: 50% !important;
}
.swiper-button-prev{
    left: 40px !important;
    top: 50% !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

.swiper-button-next {
    background-image: url('/site/templates/img/mall_right_arrow.svg');
}

.swiper-button-prev {
    background-image: url('/site/templates/img/mall_left_arrow.svg');
}
.swiper-section{
    margin-bottom: 24px;
}