@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  position:relative;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a:focus, img:focus{outline:0;}
input[type="text"]{
	-webkit-appearance: none !important;
}
button, input[type="submit"]{
	-webkit-appearance: none !important;
}

body{
	padding:0;
	margin:0;
	width:100%;
	background:#f0f3fc;
}

.clear{clear:both;}

.header{
	width:96%;
	max-width:2160px;
	display:flex;
	justify-content:space-between;
	margin:0 auto 50px;
	
}
.header .logo{
	width:16%;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.header .logo img{
	width:100%;
	max-width:315px;
	height:auto;
}
.header .t-block1{
	width:84%;
	padding: 0 15px;
	display:flex;
	flex-direction:column;
}
.header .t-block1 .languages{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	height:60px;
	padding: 0 15px;
}
.header .t-block1 .languages a{
	color:#500878;
	font: 12px/14px Montserrat, Arial;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 5px;
}
.header .t-block1 .languages a.selected{
	text-decoration:underline;
}
.header .t-block2{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 15px;
}
.header .t-block2 .t-menu{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 0 15px;
	max-width: 1300px;
}
.header .t-block2 .t-menu a{
	color:#500878;
	font: 20px/20px Montserrat, Arial;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 2%;
}
.header .t-block2 .t-menu a:hover{
	text-decoration:underline;
}

.slider-box{
	width: 96%;
	margin: 0 auto 50px;
}
.slider{
	width:100%;
	position:relative;	
	margin-bottom:30px;
}
.slider a, .slider img, .slider figure {
	border:0;
	outline:0;
}
.slider figure video {
	width:100%;
	height:auto;
}
.slider figure.video img{
	display:none !important;
}
.slider .slick-dots{
	position:absolute;
	bottom:15px;
	right:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.slider .slick-dots button{
	width:16px;
	height:16px;
	background:#fff;
	border:0;
	outline:0;
	text-indent:-9999px;
	border-radius:30px;
	margin:0 5px;
	cursor:pointer;
}
.slider .slick-dots button:hover, .slider .slick-dots li.slick-active button{
	background:#500878;
}

.content{
	display:flex;
	justify-content:space-between;
}
.content .content-box{
	width: calc(100% - 150px);
	padding: 0 40px;
	z-index:1;
}
.content .cat-list{
	position:relative;
	width:150px;
	z-index:2;
}
.content .cat-list .s-categories{
	right:0;
}
.content .cat-list .r-category{
	position:absolute;
	top:0;
	right:0;
	display:flex;
	flex-direction:column;
	align-items: flex-start;
	justify-content:flex-start;
	margin-bottom:30px;
	z-index:1000;
}
.content .cat-list .cat2{
	top:110px;
}
.content .cat-list .cat3{
	top:220px;
}
.content .cat-list .cat4{
	top:340px;
}
.content .cat-list .cat5{
	top:460px;
}
.content .cat-list .cat6{
	top:580px;
}
.content .cat-list .r-category .r-category-name{
	display:flex;
	align-items: flex-start;
	justify-content:flex-start;
	flex-direction:column;	
	background:#fff;
	width:140px;
	height:90px;
	padding: 10px 30px 10px 30px;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index:999;
}
.content .cat-list .r-category:hover .r-category-name{
	display:flex;
	align-items: center;
	justify-content:flex-start;
	flex-direction:row;	
	width:540px;
	background:#fff;
	padding: 10px 50px;
	border-radius: 10px 0 0 0;
}
.content .cat-list .r-category:hover .r-category-name.single{
	border-radius: 10px 0 0 10px;
}
.content .cat-list .r-category .r-category-name p{
	font: 300 13px/13px Montserrat, Arial;
	color:#500878;
	margin-top:5px;
}
.content .cat-list .r-category .r-category-name p a{
	color:#500878;
	padding-bottom:2px;
	border-bottom:1px solid #fff; 
	text-decoration:none;
}
.content .cat-list .r-category .r-category-name p a:hover{
	border-bottom:1px solid #500878; 
}
.content .cat-list .r-category:hover .r-category-name img{
	margin-right:20px;
}
.content .cat-list .r-category:hover .r-category-name p{
	font: 31px/31px Montserrat, Arial;
	color:#500878;
	margin-top:0;
}
.content .cat-list .r-category .r-subcat-list{
	display:none;
	background:#fff;
	overflow:hidden;
	flex-direction:column;
	width:380px;
	height:0;
	border-radius: 0 0 10px 10px;
	padding: 0 50px 50px;
	z-index:999;
	box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}
.content .cat-list .r-category:hover .r-subcat-list{
	display:flex;
	align-items: flex-start;
	justify-content:flex-start;
	height:auto;
}
.content .cat-list .r-category .r-subcat-list a{
	font: 14px/14px Montserrat, Arial;
	color:#500878;
	padding-bottom:1px;
	border-bottom:1px solid #fff; 
	margin-bottom:10px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	
}
.content .cat-list .r-category .r-subcat-list a:hover{
	border-bottom:1px solid #500878; 
}

.main-buttons{
	width:100%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:50px;
}
.main-buttons h1{
	font: bold 26px/30px Montserrat, Arial;
	color:#4a2f6a;
	margin-bottom:70px;
}
.main-buttons .m-buttons{
	display:flex;
	justify-content:space-between;
}
.main-buttons .m-buttons a{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:22%;
	padding: 0 30px;
	min-height:230px;
	background:#500878;
	border-radius: 20px;
	text-decoration:none;
}
.main-buttons .m-buttons a:hover{
	
}
.main-buttons .m-buttons a img{
	margin-right:20px;
	transition:transform 0.3s ease-out;
}
.main-buttons .m-buttons a:hover img{
	transform:rotate(10deg);
}
.main-buttons .m-buttons a span{
	font:24px/30px Montserrat, Arial;
	color:#fff;
}

.main-news{
	width:100%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:100px;
}
.main-news h2{
	font: bold 26px/30px  Montserrat, Arial;
	color:#500878;
	margin-bottom:20px;
}
.main-news .news-links{
	margin-bottom:50px;
}
.main-news .news-links a, .main-news .news-links active{
	font: 20px/22px Montserrat, Arial;
	text-decoration:none;
	margin-right:20px;
	color:#421a60;
}
.main-news .news-links a:hover, .main-news .news-links a.active{
	text-decoration:underline;
}
.main-news .main-posts{
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.main-news .main-posts .post{
	position: relative;
    width: 30%;
    overflow: hidden;
	margin:0 1.51515151515% 50px;
	border-radius:30px;
}
.main-news .main-posts .post.border1{
	border: 3px solid #500878;
}
.main-news .main-posts .post.border2{
	border: 3px solid #ffcee1;
}
.main-news .main-posts .post:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.main-news .main-posts  .post-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #f3efef;
}
.main-news .main-posts  .post-block .p-content {
   width: 100%;
   height: 100%;
   position:relative;
   display:flex;
   align-items:center;
   justify-content:center;
}
.main-news .main-posts  .post-block .p-content a {
	overflow:hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-news .main-posts  .post-block .p-content img {
   width: auto;
   max-width: none;
   height: 100%;
   transition:transform 0.5s ease-out;
}
.main-news .main-posts  .post-block .p-content:hover img {
   transform: scale(1.2) rotate(10deg);
}
.main-news .main-posts  .post-block .p-content .text {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	padding:30px 50px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
.main-news .main-posts  .post-block .p-content .text a{
	color:#421a60;
	font: bold 22px/26px  Montserrat, Arial;
	text-decoration:none;
	margin-bottom:10px;
	justify-content: flex-start;
}
.main-news .main-posts  .post-block .p-content .text a:hover{
	text-decoration:underline;
}
.main-news .main-posts  .post-block .p-content .text span{
	color:#421a60;
	font:  18px/20px  Montserrat, Arial;
	text-transform:lowercase;
}
.main-news .main-posts .m-social{
	width:100%;
	display:flex;
	justify-content:space-between;
	background:#f3f7fb;
	padding:0 60px;	
	border-radius:30px;
	margin-bottom:50px;
}
.main-news .main-posts .m-social .soc-img{
	padding-top:50px;
}
.main-news .main-posts .m-social .soc-text{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}
.main-news .main-posts .m-social .soc-text h3{
	color:#500878;
	font: 26px/30px  Montserrat, Arial;
	margin-bottom:30px;
	max-width: 500px;
}
.main-news .main-posts .m-social .soc-text h2{
	color:#500878;
	font: bold 42px/46px  Montserrat, Arial;
}
.main-news .main-posts .m-social .soc-buttons{
	width:20%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 0 15px;
}
.main-news .main-posts .m-social .soc-buttons a{
	width:73px;
	height:73px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#500878;
	border-radius:70px;
	margin:0;
	transition:transform 0.5s ease-out;
}
.main-news .main-posts .m-social .soc-buttons a.soc1 img{
	width: 65%;
	height: auto;
}
.main-news .main-posts .m-social .soc-buttons a.soc2 img{
	width: 65%;
	height: auto;
}
.main-news .main-posts .m-social .soc-buttons a.soc3 img{
	width: auto;
	height: 80%;
}
.main-news .main-posts .m-social .soc-buttons a.soc3{
	align-items:flex-end;
}
.main-news .main-posts .m-social .soc-buttons a:hover{
	transform:rotate(360deg);
}
.gallery{
	margin:0 auto;
	max-width:2160px;
	margin-bottom:100px;
}
.gallery h1{
	font: 34px/36px  Montserrat, Arial;
	color:#500878;
	margin-bottom:40px;
}
.gallery .albums-list{
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.gallery .albums-list .album{
	position: relative;
    width: 23%;
    overflow: hidden;
	margin:0 2% 50px 0;
	border-radius:30px;
}
.gallery .albums-list .album:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery .albums-list  .album-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #f3efef;
}
.gallery .albums-list .album-block .a-content {
	width: 100%;
	height: 100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.gallery .albums-list .album-block .a-content ф {
	overflow:hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery .albums-list .album-block .a-content img {
	width: auto;
	max-width: none;
	height: 100%;
	transition:transform 0.5s ease-out;
}
.gallery .albums-list .album-block .a-content:hover img {
	transform: scale(1.2) rotate(10deg);
}
.gallery .albums-list .album-block .a-content .text {
	position:absolute;
	bottom:5%;
	left:5%;
	right:5%;
	background:rgba(255,255,255,0.95);
	padding:30px;
	z-index:999;
	min-height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:30px;
}
.gallery .albums-list .album-block .a-content .text a{
	color:#421a60;
	font: bold 20px/24px  Montserrat, Arial;
	text-decoration:none;
	margin:0;
}
.gallery .albums-list .album-block .a-content .text a:hover{
	color:#e42f8c;
}
.gallery-page{
	margin:0 auto;
	max-width:2160px;
	margin-bottom:100px;
}
.gallery-page h1{
	font: 34px/36px  Montserrat, Arial;
	color:#500878;
	margin-bottom:40px;
}
.gallery-page h1 a{
	font: 34px/36px  Montserrat, Arial;
	color:#500878;
	margin-bottom:0;
	text-decoration:none;
}
.gallery-page h1 a:hover{
	text-decoration:underline;
}
.gallery-page .page-photos{
	display:flex;
	flex-wrap:wrap;
}
.gallery-page .page-photos a{
	width:23%;
	margin-right: 2%;
	margin-bottom:40px;
}

.contacts-title{
	width:96%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:50px;
}
.contacts-title h2{
	font: bold 26px/30px  Montserrat, Arial;
	color:#4a2f6a;
	margin-bottom:10px;
}
.contacts-title h3{
	font: 36px/40px  Montserrat, Arial;
	color:#4a2f6a;
	margin-bottom:50px;
}
.page{
	width:96%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:100px;
}
.page h1{
	font: 34px/36px  Montserrat, Arial;
	color:#500878;
	margin-bottom:40px;
}
.page h1 a{
	font: 34px/36px  Montserrat, Arial;
	color:#500878;
	margin-bottom:0;
	text-decoration:none;
}
.page h1 a:hover{
	text-decoration:underline;
}
.page .page-text{
	width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 40px 50px;
    margin-bottom: 50px;
	font: 300 16px/24px Montserrat, Arial;
}
.page .page-text p{
	margin-bottom:10px;
}
.page .page-text p a{
	color: #4a2f6a;
    font: 18px/24px Montserrat, Arial;
	text-decoration:none;
}
.page .page-text p a:hover{
	text-decoration:underline;
}
.page .page-text .t-button{
    color: #fff;
    background: #e5308d;
    cursor: pointer;
    border-radius: 10px;
	padding:0 25px;
	height:50px;
	width:400px;
	display:flex;
	justify-content:center;
	align-items:center;	
    margin: 20px 0;
	text-decoration:none;
}
.page .page-text .t-button:hover {
    background: #500878;
}

.about-page{
	width:96%;
	margin:0 auto;
	max-width:1860px;
	margin-bottom:100px;
}
.about-page h1{
	font: 34px/36px  Montserrat, Arial;
	color:#500878;
	margin-bottom:40px;
}
.about-page .about-box .block1 img{
	width:100%;
	height:auto;
}
.about-page .about-box .block-title1{
	height:260px;
	padding:50px;
	width:100%;
	background:#fff url(../img/a02.png) 5% center no-repeat;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	font: bold 75px/75px Montserrat, Arial;
	color:#5c2382;
}
.about-page .about-box .block2{
	background:#d0efff;
	padding:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.about-page .about-box .block2 .c-first{
	width:100%;
	max-width:410px;
	height:auto;
	margin:0 43px 62px;
	display: flex;
	justify-content:center;
	align-items:center;
}
.about-page .about-box .block2 .c-first .c-text{
	width:410px;
	height:410px;
	background:#fff;
	border-radius:100%;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.about-page .about-box .block2 .c-first .c-text h2{
	font: bold 46px/50px Montserrat, Arial;
	color:#5c2382;
	margin-bottom:30px;
}
.about-page .about-box .block2 .c-first .c-text p{
	font: 300 46px/50px Montserrat, Arial;
	color:#5c2382;
	text-align:center;
}
.about-page .about-box .block2 .c-block{
	width:100%;
	max-width:410px;
	height:auto;
	margin:0 43px 62px;
	background:#fff;
	border:2px solid #c4c4c4;
	border-radius:10px;
	padding:45px 15px;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.about-page .about-box .block2 .c-block img{
	width:100%;
	max-width:220px;
	height:auto;
	margin-bottom:30px;
	border-radius:100%;
}
.about-page .about-box .block2 .c-block h3{
	font: bold 46px/50px Montserrat, Arial;
	color:#5c2382;
	margin-bottom:50px;
}
.about-page .about-box .block2 .c-block a{
	font: 28px/40px Montserrat, Arial;
	color:#fff;
	background:#500878;
	width:100%;
	max-width:300px;
	border-radius:45px;
	padding:25px 15px;
	text-decoration:none;
	text-align:center;
	transition: background 0.3s ease-out;
}
.about-page .about-box .block2 .c-block a:hover{
	background:#5c2382;
}

.about-page .about-box .block-title2{
	height:260px;
	padding:50px;
	width:100%;
	background:#fff url(../img/a02.png) 5% center no-repeat;
	display:flex;
	justify-content:center;
	align-items:center;
	font: bold 65px/70px Montserrat, Arial;
	color:#5c2382;
	text-align:center;
}
.about-page .about-box .block3{
	background:#d0efff;
	padding:100px 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.about-page .about-box .block3 .i-first{
	width:100%;
	max-width:410px;
	height:auto;
	margin:0 43px 75px;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}
.about-page .about-box .block3 .i-block{
	width:100%;
	max-width:410px;
	height:auto;
	margin:0 43px 75px;
	background:#fff;
	display: flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
}
.about-page .about-box .block3 .i-block .i-title{
	width:100%;
	height:78px;
	padding:0 10px;
	background:#500878;
	display: flex;
	justify-content:flex-start;
	align-items:center;
	color:#fff;
	font: bold 24px/24px Montserrat, Arial;
}
.about-page .about-box .block3 .i-block .i-title img{
	margin-right:10px;
	border-radius:66px;
}
.about-page .about-box .block3 .i-block .i-title span{
	width:auto;
	flex-basis: 100%;
}
.about-page .about-box .block3 .i-block .i-text{
	width:100%;
	height:200px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font: 24px/30px Montserrat, Arial;
	color:#5c2382;
	text-align:center;
}
.about-page .about-box .block3 .i-block .i-text span{
	color:#500878;
	font: 34px/34px Montserrat, Arial;
}

.about-popup{
	display:none;
	position:fixed;
	top:0;
	right:0;
	left:0;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:1000;
	
}
.about-popup .popup-box{
	position:fixed;
	top:30px;
	right:30px;
	left:30px;
	bottom:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.about-popup .popup-box .ap-box{
	background:#fff;
	padding:50px;
	position:relative;
	border-radius:20px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
	width:100%;
	max-width:1700px;
}
.about-popup .popup-box .ap-box #close{
	position:absolute;
	top:25px;
	right:25px;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:64px;
	line-height:64px;
	color:#e22e8b;
	cursor:pointer;
}
.about-popup .popup-box .ap-box #close:hover{
	color:#5c2382;
}
.about-popup .popup-box .ap-box img{
	width:100%;
	max-width:220px;
	height:auto;
	margin-left:50px;
	margin-bottom:30px;
	border-radius:100%;
}
.about-popup .popup-box .ap-box h3{
	font: bold 66px/70px Montserrat, Arial;
	color:#5c2382;
	margin-bottom:50px;
	text-indent:50px;
}
.about-popup .popup-box .ap-box .p-text{
	text-align:justify;
	text-indent:50px;
	font: 300 22px/34px Montserrat, Arial;
}
body.popup{
	overflow:hidden;
}
body.popup .content .cat-list{
	z-index:0;
}
#shops{
	width:96%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:100px;
}

.top-categories{
	font: 22px/22px Montserrat, Arial;
	color:#906fa9;
	margin-bottom:50px;
	text-decoration:none;	
}
.top-categories span{
	margin:0 10px;
}
.top-categories a{
	font: bold 31px/31px Montserrat, Arial;
	color:#906fa9;
	margin-bottom:0;
	text-decoration:none;
}
.top-categories a:hover, .top-categories a.active{
	font: bold 31px/31px Montserrat, Arial;
	color:#500878;
	margin-bottom:0;
	text-decoration:none;
}

#top_filter{
	width:100%;
}
#top_filter .filter-box{
	display:flex;
	justify-content:flex-start;
	margin-bottom:50px;
}
#top_filter .filter-box .map-link{
	margin-right:50px;
}
#top_filter .filter-box .map-link a{
	background:#e5308d;
	border-radius:30px;
	font: 300 21px/21px Montserrat, Arial;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	min-width:230px;
	height:43px;
	text-decoration:none;
}
#top_filter .filter-box .map-link a:hover{
	
}
#top_filter .filter-box form{
	background:#e5308d;
	border-radius:30px;
	display:flex;
	justify-content:space-between;
	padding:5px 15px;
}
#top_filter .filter-box form input{
	font: 21px/21px Montserrat, Arial;
	color:#fff;
	background:transparent;
	border:0;
	outline:0;
	padding: 5px 10px;
	width:100%;
	max-width:350px;
	margin-right:10px;
}
#top_filter .filter-box form button{
	background:transparent;
	border:0;
	outline:0;
	cursor:pointer;
}
#top_filter .alphabet_box{
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	margin-bottom:30px;
}
#top_filter .alphabet_box .en_alphabet{
	display:flex;
	justify-content:flex-start;
	padding-bottom:20px;
}
#top_filter .alphabet_box .en_alphabet a{
	font: bold 24px/24px Montserrat, Arial;
	color:#500878;
	text-decoration:none;
	margin-right:15px;
}
#top_filter .alphabet_box .en_alphabet a:hover{
	text-decoration:underline;
}
#top_filter .alphabet_box .en_alphabet a.no_active_link{
	font-weight:300;
}
#top_filter .alphabet_box .en_alphabet a.no_active_link:hover{
	text-decoration:none;
	cursor:default;
}
#top_filter .alphabet_box .en_alphabet a.active_letter{
	text-decoration:underline;
}
#top_filter .alphabet_box .ru_alphabet{
	display:flex;
	justify-content:flex-start;
	padding:20px 0;
	border-top:1px solid #500878;
}
#top_filter .alphabet_box .ru_alphabet a{
	font: bold 24px/24px Montserrat, Arial;
	color:#500878;
	text-decoration:none;
	margin-right:15px;
}
#top_filter .alphabet_box .ru_alphabet a:hover{
	text-decoration:underline;
}
#top_filter .alphabet_box .ru_alphabet a.no_active_link{
	font-weight:300;
}
#top_filter .alphabet_box .ru_alphabet a.no_active_link:hover{
	text-decoration:none;
	cursor:default;
}
#top_filter .alphabet_box .ru_alphabet a.active_letter{
	text-decoration:underline;
}
.shops-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.shops-list .shop{
	position: relative;
    width: 23%;
    overflow: hidden;
	margin:0 2% 50px 0;
	border-radius:30px;
}
.shops-list .shop:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.shops-list  .shop-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #f3efef;
}
.shops-list .shop-block .s-content {
	width: 100%;
	height: 100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.shops-list .shop-block .s-content img.bg-img {
	width: auto;
	max-width: none;
	height: 100%;
}
.shops-list .shop-block .s-content .shop-logo {
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.7);
	z-index:100;
	justify-content:center;
	align-items:flex-start;
}
.shops-list .shop-block .s-content:hover .shop-logo {
	display:flex;
}
.shops-list .shop-block .s-content:hover .shop-logo .logo{
	min-height:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.shops-list .shop-block .s-content .text {
	position:absolute;
	bottom:5%;
	left:5%;
	right:5%;
	background:rgba(255,255,255,0.95);
	padding:20px;
	z-index:200;
	min-height:100px;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-direction:column;
	border-radius:15px;
}
.shops-list .shop-block .s-content .text a{
	color:#000;
	font: bold 30px/30px  Montserrat, Arial;
	text-decoration:none;
	margin:0 0 10px 0;
}
.shops-list .shop-block .s-content .text a:hover{
	color:#4a2f6a;
}
.shops-list .shop-block .s-content .text .shop-floor{
	color:#d1d1d1;
	font: 14px/14px  Montserrat, Arial;
	margin:0 0 10px 0;
}
.shops-list .shop-block .s-content .text .shop-desc{
	color:#000;
	font: 14px/14px  Montserrat, Arial;
	height:30px;
	overflow:hidden;
}

.pagination{
	display:flex;
	justify-content:center;
	margin-bottom:50px;
}
.pagination a{
	font: 24px/24px Montserrat, Arial;
	color:#500878;
	text-decoration:none;
	margin:0 15px;
}
.pagination a:hover, .pagination a.selected{
	font-weight: bold;
}
.shop-title{
	margin-bottom:50px;
}
.shop-title h1{
	font: 28px/28px Montserrat, Arial;
	color:#500878;
	margin:0;
	padding:0;
}
.shop-description{
	width:100%;
	background:#fff;
	border-radius:30px;
	padding: 40px 50px;
	margin-bottom:50px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}
.shop-description .desc-block{
	width:70%;
	padding: 0 50px 0 0;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
.shop-description .desc-block .shop-logo{
	margin-bottom:20px;
}
.shop-description .desc-block .shop-logo img{
	width:auto;
	max-width:300px;
	max-height:100px;
}
.shop-description .desc-block .shop-info{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:30px;
}
.shop-description .desc-block .shop-info .shop-floor{
	margin-right:30px;
	font: bold 18px/18px Montserrat, Arial;
	color:#500878;
}
.shop-description .desc-block .shop-info .map-link a{
	background: #e5308d;
    border-radius: 30px;
    font: bold 16px/16px Montserrat, Arial;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 30px;
    text-decoration: none;
}
.shop-description .desc-block .shop-text{
	position:relative;
	font:300 16px/24px Montserrat, Arial;
    color: #000;
	overflow:hidden;
	height:330px;
	transition: all 1s ease-out;
}
.shop-description .desc-block .shop-text.open{
	height:auto;
	padding-bottom:60px;
}
.shop-description .desc-block .shop-text .text-box{
	min-height:270px;
	z-index:1;
}
.shop-description .desc-block .shop-text .box-open{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	display:flex;
	height:60px;
	justify-content:center;
	align-items:flex-end;
	background: linear-gradient(to top, #fff, transparent);
	z-index:5;
}
.shop-description .desc-block .shop-text .box-open span{
	color:#500878;
	font: bold 14px/14px Montserrat, Arial;
	cursor:pointer;
}
.shop-description .desc-block .shop-text p{
	text-indent:30px;
}
.shop-description .shop-image{
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.shop-description .shop-image img{
	width:100%;
}
.shop-information-box{
	display:flex;
	margin-bottom:50px;
}
.shop-information-box{
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
}
.shop-information-box .shop-information{
	width:43%;
	display:flex;
	flex-direction:column;
}
.shop-information-box .shop-information .block-title{
	margin-bottom:30px;
}
.shop-information-box .shop-information .block-title h2{
	font:300 28px/28px Montserrat, Arial;
	color:#500878;
	margin:0;
	padding:0 5px;
}
.shop-information-box .shop-information .info-block{
	background:#500878;
	border-radius:30px;
	margin-bottom:50px;
	padding:20px 40px 10px;
}
.shop-information-box .shop-information .info-block .info-line{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
}
.shop-information-box .shop-information .info-block .info-line .left-info{
	width:50%;
	color:#fff;
	font:300 18px/18px Montserrat, Arial;
}
.shop-information-box .shop-information .info-block .info-line .right-info{
	width:270px;
	height:40px;
	color:#fff;
	font:300 18px/18px Montserrat, Arial;
	background:#e5308d;
	display:flex;
	align-items:center;
	justify-content:center;
}
.shop-information-box .shop-information .info-block .info-line .right-info a{
	color:#fff;
	font:300 18px/18px Montserrat, Arial;
	text-decoration:none;
}
.shop-information-box .shop-information .info-block .info-line .right-info a:hover{
	text-decoration:underline;
}
.shop-information-box .shop-information .shop-big-image img{
	width:100%;
	height:auto;
}


.shop-information-box .shop-news{
	width:53%;
	display:flex;
	flex-direction:column;
}
.shop-information-box .shop-news .block-title{
	margin-bottom:30px;
}
.shop-information-box .shop-news .block-title h2{
	font:300 28px/28px Montserrat, Arial;
	color:#500878;
	margin:0;
	padding:0 5px;
}
.shop-information-box .shop-news .news-list{
	width:100%;
	background:#fff;
	min-height:500px;
	border-radius:30px;
	padding:40px;
}
.shop-information-box .shop-news .news-list h2{
	text-align:center;
	font:bold 28px/28px Montserrat, Arial;
	color:#e5308d;
	margin-bottom:30px;
}
.shop-information-box .shop-news .news-list h2 a{
	font:bold 28px/28px Montserrat, Arial;
	color:#e5308d;
	text-decoration:none;
}
.shop-information-box .shop-news .news-list h2 a:hover{
	text-decoration:underline;
}
.shop-information-box .shop-news .news-list .post-text{
	text-align:center;
	font:18px/24px Montserrat, Arial;
	color:#000;
	margin-bottom:30px;
}
.shop-information-box .shop-news .news-list .post-image{
	text-align:center;
	margin-bottom:30px;
}
.shop-information-box .shop-news .news-list .post-image img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.shop-information-box .shop-news .news-list .more-news{
	display:flex;
	justify-content:center;
}
.shop-information-box .shop-news .news-list .more-news a{
	background: #e5308d;
    border-radius: 30px;
    font: bold 20px/20px Montserrat, Arial;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:15px 30px;
    text-decoration: none;
}

#news{
	width:100%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:50px;
}
#news h1{
	font: 34px/36px Montserrat, Arial;
    color: #500878;
	padding: 0 1.51515151515%;
    margin-bottom: 40px;
}
#news h1 a{
	font: 34px/36px Montserrat, Arial;
	color:#500878;
	text-decoration:none;
}
#news h1 a:hover{
	text-decoration:underline;
}
#news .news-posts{
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
#news .news-posts .post{
	position: relative;
    width: 30%;
    overflow: hidden;
	margin:0 1.51515151515% 50px;
	border-radius:30px;
}
#news .news-posts .border1{
	border: 3px solid #500878;
}
#news .news-posts .border2{
	border: 3px solid #ffcee1;
} 
#news .news-posts .post:before{
    content: "";
    display: block;
    padding-top: 100%;
}
#news .news-posts  .post-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #f3efef;
}
#news .news-posts  .post-block .p-content {
   width: 100%;
   height: 100%;
   position:relative;
   display:flex;
   align-items:center;
   justify-content:center;
}
#news .news-posts  .post-block .p-content a {
	overflow:hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#news .news-posts  .post-block .p-content img {
	width: auto;
	max-width: none;
	height: 100%;
	transition:transform 0.5s ease-out;
}
#news .news-posts  .post-block .p-content:hover img {
   transform: scale(1.2) rotate(10deg);
}
#news .news-posts  .post-block .p-content .text {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	padding:30px 50px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
#news .news-posts  .post-block .p-content .text a{
	color:#421a60;
	font: bold 22px/26px  Montserrat, Arial;
	text-decoration:none;
	margin-bottom:10px;
	justify-content:flex-start;
}
#news .news-posts  .post-block .p-content .text a:hover{
	text-decoration:underline;
}
#news .news-posts  .post-block .p-content .text span{
	color:#421a60;
	font:  18px/20px  Montserrat, Arial;
	text-transform:lowercase;
}

.post-title{
	margin-bottom:50px;
}
.post-title h1{
	font: 28px/28px Montserrat, Arial;
	color:#500878;
	margin:0;
	padding:0;
}
.post-description{
	width:100%;
	background:#fff;
	border-radius:30px;
	padding: 40px 50px;
	margin-bottom:50px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}
.post-description .post-text{
	width:70%;
	padding: 0 50px 0 0;
	font:300 16px/24px Montserrat, Arial;
    color: #000;
}
.post-description .post-text p{
	text-indent:30px;
}
.post-description .post-image{
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.post-description .post-image img{
	width:100%;
}

#rent{
	width:100%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:100px;
}
#rent .rent-image{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:50px;
}
#rent .rent-image img{
	width:100%;
	height:auto;
}
#rent .rent-image .image-text{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
#rent .rent-image .image-text h2{
	font:bold 70px/70px Montserrat, Arial;
	color:#e5308d;
	text-transform:uppercase;
	padding:40px 20px;
}
#rent .rent-image .image-text h3{
	font:bold 40px/40px Montserrat, Arial;
	color:#fff;
	text-transform:uppercase;
	padding:0 20px;
}
#rent .rent-title1{
	color:#500878;
	font:bold 40px/40px Montserrat, Arial;
	margin-bottom:20px;
	text-align:center;
}
#rent .rent-title2{
	color:#500878;
	font:bold 40px/40px Montserrat, Arial;
	margin-bottom:50px;
	text-transform:uppercase;
	text-align:center;
}
#rent .rent-top-info{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:50px;
	padding: 0 15px;
}
#rent .rent-top-info div{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin:0 30px 30px;
	padding: 0 15px;
}
#rent .rent-top-info div .r-ico{
	width:64px;
	height:64px;
	border-radius:32px;
	background:#e5308d;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 30px 0 0;
	padding: 0 15px;
}
#rent .rent-top-info div a{
	color:#500878;
	font: 24px/24px Montserrat, Arial;
	text-decoration:none;
}
#rent .rent-top-info div a:hover{
	text-decoration:underline;
}

#rent .rent-form{
	width:100%;
	max-width:550px;
	height:auto;
	margin:0 auto 100px;
}
#rent .rent-form .form-box{
	width:100%;
	height:auto;
	overflow:hidden;
	display:none;
}
#rent .rent-form .form-box .line{
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
#rent .rent-form .form-box .line label{
	font:16px/16px Montserrat, Arial;
	color:#500878;
	margin-bottom:30px;
	padding: 0 30px;
}
#rent .rent-form .form-box .line input{
	width:calc(50% - 30px);
	margin: 0 15px;
	font:16px/16px Montserrat, Arial;
	color:#500878;
	margin-bottom:30px;
	background:#fff;
	border-radius:15px;
	height:50px;
	padding:5px 15px;
	border:0;
	outline:0;
}
#rent .rent-form .form-box .line input.full{
	width:calc(100% - 30px);
}
#rent .rent-form .form-box .line textarea{
	width:calc(100% - 30px);
	margin: 0 15px;
	font:16px/24px Montserrat, Arial;
	color:#500878;
	margin-bottom:30px;
	background:#fff;
	border-radius:15px;
	height:150px;
	padding:15px;
	border:0;
	outline:0;
}
#rent .rent-form .form-box .line .button{
	margin: 0 auto;
	color:#fff;
	background:#e5308d;
	cursor:pointer;
	border-radius:30px;
	margin-bottom:20px;
}
#rent .rent-form .form-box .line .button:hover{
	background:#500878;
}
#rent .box-open{
	text-align:center;
	font:17px/24px Montserrat, Arial;
	color:#500878;
	padding:10px 15px;
}
#rent .box-open span{
	cursor:pointer;
}
#rent h2.message-sent{
	width:100%;
	text-align:center;
	padding:30px 15px;
	font:bold 24px/24px Montserrat, Arial;
	color:green;
}
#rent h2.message-error{
	width:100%;
	text-align:center;
	padding:30px 15px;
	font:bold 24px/24px Montserrat, Arial;
	color:red;
}

#rent .rent-adv{
	width:100%;
	max-width:1670px;
	margin:0 auto;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	padding:30px 15px 50px;
}
#rent .rent-adv .r-a{
	width:33.3333333334%;
	padding:0 25px;
	display:flex;
	justify-content:flex-start;
	margin-bottom:50px;
}
#rent .rent-adv .r-a .r-a-img{
	width:135px;
	height:135px;
	margin-right:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:30px;
	background:#e5308d;
}
#rent .rent-adv .r-a .r-a-text{
	width: calc(100% - 155px);
}
#rent .rent-adv .r-a .r-a-text h3{
	color:#500878;
	font:bold 28px/36px Montserrat, Arial;
	margin-bottom:10px;
}
#rent .rent-adv .r-a .r-a-text p{
	color:#500878;
	font:300 20px/26px Montserrat, Arial;
}

#rent .rent-partners{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	padding:30px 15px;
}
#rent .rent-partners img{
	margin:15px 30px;
}
.parking-img{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
}
.parking-img img{
	width:100%;
	max-width:1800px;
	height:auto;
}
#feedback{
	width:100%;
	margin:0 auto;
	max-width:2160px;
	margin-bottom:100px;
}
#feedback .feedback-title{
	color:#500878;
	font:bold 40px/40px Montserrat, Arial;
	padding-left:50px;
	margin-bottom:50px;
	text-align:left;
}
#feedback .feedback-adv{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	padding:30px 15px 50px;
}
#feedback .feedback-adv .f-a{
	width:33.3333333334%;
	padding:0 25px;
	display:flex;
	justify-content:flex-start;
	margin-bottom:100px;
}
#feedback .feedback-adv .f-a .f-a-img{
	width:100px;
	height:100px;
	margin-right:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:30px;
	background:#e5308d;
}
#feedback .feedback-adv .f-a .f-a-text{
	width: calc(100% - 155px);
}
#feedback .feedback-adv .f-a .f-a-text h3{
	color:#500878;
	font:bold 28px/36px Montserrat, Arial;
	margin-bottom:10px;
}
#feedback .feedback-adv .f-a .f-a-text p{
	color:#500878;
	font:300 20px/26px Montserrat, Arial;
}
#feedback .feedback-adv .f-a .f-a-text .rent-link{
    color: #fff;
    background: #e5308d;
    cursor: pointer;
    border-radius: 10px;
	padding:0 15px;
	height:30px;
	width:170px;
	display:flex;
	justify-content:center;
	align-items:center;	
    margin: 20px 0;
	text-decoration:none;
	font-family: Montserrat, Arial;
}
#feedback .feedback-adv .f-a .f-a-text .rent-link:hover {
    background: #500878;
}
#feedback .feedback-bottom{
	display:flex;
	justify-content:flex-start;
}
#feedback .feedback-form{
	width:100%;
	max-width:550px;
	height:auto;
	margin:0 auto 30px;
}
#feedback .feedback-form .form-box{
	width:100%;
	height:auto;
}
#feedback .feedback-form .form-box .line{
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
#feedback .feedback-form .form-box .line label{
	width:100%;
	font:bold 30px/30px Montserrat, Arial;
	color:#500878;
	margin-bottom:30px;
	text-align:center;
}
#feedback .feedback-form .form-box .line input{
	width:calc(50% - 30px);
	margin: 0 15px;
	font:16px/16px Montserrat, Arial;
	color:#500878;
	margin-bottom:30px;
	background:#fff;
	border-radius:15px;
	height:50px;
	padding:5px 15px;
	border:0;
	outline:0;
}
#feedback .feedback-form .form-box .line input.full{
	width:calc(100% - 30px);
}
#feedback .feedback-form .form-box .line textarea{
	width:calc(100% - 30px);
	margin: 0 15px;
	font:16px/24px Montserrat, Arial;
	color:#500878;
	margin-bottom:30px;
	background:#fff;
	border-radius:15px;
	height:150px;
	padding:15px;
	border:0;
	outline:0;
}
#feedback .feedback-form .form-box .line .button{
	margin: 0 auto;
	color:#fff;
	background:#e5308d;
	cursor:pointer;
	border-radius:30px;
	margin-bottom:20px;
}
#feedback .feedback-form .form-box .line .button:hover{
	background:#500878;
}
#feedback h2.message-sent{
	width:100%;
	text-align:center;
	padding:30px 15px;
	font:bold 24px/24px Montserrat, Arial;
	color:green;
}
#feedback h2.message-error{
	width:100%;
	text-align:center;
	padding:30px 15px;
	font:bold 24px/24px Montserrat, Arial;
	color:red;
}
#feedback .feedback-how-to{
	width:calc(100% - 750px);
	max-width:1300px;
	height:auto;
	margin:0 auto 30px;
	display:flex;
	justify-content:space-between;
}
#feedback .feedback-how-to .routes{
	margin-bottom:20px;
	width:30%;
}
#feedback .feedback-how-to .routes h2{
	width:100%;
	font: bold 30px/30px Montserrat, Arial;
    color: #500878;
	text-align:left;
    margin-bottom: 30px;
}
#feedback .feedback-how-to .routes .routes-list{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
#feedback .feedback-how-to .routes .routes-list .route{
	margin-right:30px;
	margin-bottom:30px;
	font: 300 16px/24px Montserrat, Arial;
}
#feedback .feedback-how-to .routes .routes-list .route span:hover{
	text-decoration:underline;
	cursor:pointer;
}
.contacts{
	width:96%;
	margin:0 auto;
	max-width:2160px;
	background:url(../img/map.jpg) no-repeat center right;
	display:flex;
	flex-direction:column;
	margin-bottom:50px;
}
.contacts .c-container{
	width:100%;
	padding:120px 0;
	display:flex;
	justify-content:space-between;
}
.contacts .c-container .block1{
	background:#fff;
	width:55%;
	padding:70px; 
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.contacts .c-container .block1 .address{
	width:50%;
	padding-right:10px;
	margin-bottom:20px;
}
.contacts .c-container .block1 .email{
	width:50%;
	padding-right:10px;
	margin-bottom:20px;
}
.contacts .c-container .block1 .phones{
	width:50%;
	padding-right:10px;
	margin-bottom:20px;
}
.contacts .c-container .block1 .time{
	width:50%;
	padding-right:10px;
	margin-bottom:20px;
}
.contacts .c-container .block1 .callback{
	width:100%;
	padding-right:10px;
}
.contacts .c-container .block1 .callback a.callback-link{
	color:#500878;
	text-decoration:none; 
	padding-bottom:1px;
	border-bottom:1px solid #500878;
}
.contacts .c-container .block1 .callback a.callback-link:hover{
	border-bottom:none;
}
.contacts .c-container .block1 h2{
	color:#4a2f6a;
	font:bold 20px/24px Montserrat, Arial; 
	margin-bottom:15px; 
}
.contacts .c-container .block1 p{
	color:#4a2f6a;
	font: 20px/24px Montserrat, Arial; 
	margin-bottom:10px; 
}
.contacts .c-container .block1 p a{
	color:#4a2f6a;
	font: 20px/24px Montserrat, Arial; 
	text-decoration:none;
}
.contacts .c-container .block1 p a:hover{
	text-decoration:underline;
}
.contacts .c-container .block2{
	width:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.contacts .c-container .block2 a{
	color:#fff;
	font:30px/34px Montserrat, Arial;
	text-decoration:none;
}
.footer{
	width:96%;
	max-width:2160px;
	display:flex;
	justify-content:flex-start;
	margin:0 auto;
}
.footer .f-logo{
	width:15%;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer .f-logo a{
	margin: 0;
	display:block;
}
.footer .f-logo img{
	width:100%;
	max-width:276px;
	height:auto;
	margin: 0;
	display:block;
}
.footer .f-menu{
	width:85%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 0 15px;
	position:relative;
}
.footer .f-menu a{
	color:#4a2f6a; 
	font: bold 16px/20px Montserrat, Arial;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 25px;
}
.footer .f-menu a:hover{
	text-decoration:underline;
}
.footer .f-menu .t-social{
	width:260px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 0 15px;
}
.footer .f-menu .t-social a{
	width:63px;
	height:63px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#500878;
	border-radius:60px;
	margin:0;
	transition:transform 0.5s ease-out;
}
.footer .f-menu .t-social a.soc1 img{
	width: 65%;
	height: auto;
}
.footer .f-menu .t-social a.soc2 img{
	width: 65%;
	height: auto;
}
.footer .f-menu .t-social a.soc3 img{
	width: auto;
	height: 80%;
}
.footer .f-menu .t-social a.soc3{
	align-items:flex-end;
}
.footer .f-menu .t-social a:hover{
	transform:rotate(360deg);
}
.footer .f-menu .footer-copy{
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	padding:0 40px;
	font:12px/16px Montserrat, Arial;
	color:#999;
}
.footer .f-menu .footer-copy a{
	margin:0;
	padding:0;
	font:12px/16px Montserrat, Arial;
	color:#999;
	text-transform:none;
}
.footer .f-menu .footer-copy a.rules{
	margin-left: 30px;
}
.sticky {
	position: fixed !important;
	top: 10px;
}

#mobile-top-menu {
	display:none;
}
#mobile-top-menu span.t2 {
    position: absolute;
    right: 60px;
    font: 18px/40px Montserrat, Arial;
    letter-spacing: 2px;
}
#mobile-top-menu nav {
	background: #fff;
	border-bottom: 1px solid #ddd;
	height: 40px;
	position: relative;
}

#mobile-top-menu .nav-links {
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index:-1;
}

#mobile-top-menu .nav-links::before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	transition: all 0.3s;
}

#mobile-top-menu .nav-links li {
	border-bottom: 1px solid #ddd;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}

#mobile-top-menu .nav-links li a {
	background: #fff;
	color:#500878;
	font: 18px/18px Montserrat, Arial;
	display: block;
	padding: 12px 20px;
	text-align: left;
	width: 100%;
	transition: all 0.3s;
	text-decoration:none;
}

#mobile-top-menu .nav-links li a:hover {
	color: #500878;
}
#mobile-top-menu input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

#mobile-top-menu input[type="checkbox"]:checked + label {
	border: 4px solid silver;
	border-radius: 50%;
	height: 23px;
	top: 8px;
	right: 18px;
	width: 23px;
	transform: rotate(-135deg);
}

#mobile-top-menu input[type="checkbox"]:checked + label::before {
	background: silver;
	top: 6px;
	left: 2px;
	width: 10px;
}

#mobile-top-menu input[type="checkbox"]:checked + label::after {
	background: silver;
	opacity: 1;
	top: 6px;
	left: 2px;
	visibility: visible;
	width: 10px;
}

#mobile-top-menu input[type="checkbox"]:checked + label:hover {
	border-color: #500878;
}

#mobile-top-menu input[type="checkbox"]:checked + label:hover::before, #mobile-top-menu input[type="checkbox"]:checked + label:hover::after {
	background: #500878;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links::before {
	opacity: 1;
	visibility: visible;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links {
	z-index:10000;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:last-child{
	margin-bottom:10px !important;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(1) {
	transition-delay: 0s;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(2) {
	transition-delay: 0.1s;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(3) {
	transition-delay: 0.2s;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(4) {
	transition-delay: 0.3s;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(5) {
	transition-delay: 0.4s;
}

#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(6) {
	transition-delay: 0.5s;
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(7) {
	transition-delay: 0.6s;
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(8) {
	transition-delay: 0.7s;
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(9) {
	transition-delay: 0.8s;
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(10) {
	transition-delay: 0.9s;
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(11) {
	transition-delay: 1s;
}
#mobile-top-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(12) {
	transition-delay: 1.1s;
}

#mobile-top-menu label {
	background: none transparent;
	border: 3px solid #500878;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 20px;
	width: 20px;
	transition: all 0.2s;
}

#mobile-top-menu label::before {
	background: #500878;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 20px;
	transition: all 0.2s;
}

#mobile-top-menu label::after {
	background: #500878;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 5px;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	transform: rotate(90deg);
	transition: all 0.2s; 
}
@media (max-width: 768px){
	#mobile-top-menu {
		display:block;
	}
	.slider .slick-dots {
		display:none !important;
	}
	.header{
		margin:0 auto 30px;
	}
	.header .logo{
		width:35%;
		align-items: flex-start;
	}
	.header .logo img{
		width:100%;
		height:auto;
	}
	.header .t-block1{
		width:65%;
	}
	.header .t-block1 .languages{
		display:flex;
		align-items:center;
		justify-content:flex-end;
		height:30px;
		padding: 0 15px;
	}
	.header .t-block2{
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding: 15px 0;
	}
	.header .t-block2 .t-menu{
		padding: 0;
	}
	.header .t-block2 .t-menu a{
		display:none;
	}
	.header .t-block2 .t-menu .t-social{
		width:100%;
		justify-content: flex-end;
	}
	.header .t-block2 .t-menu .t-social a{
		display:flex;
		width: 45px;
		height: 45px;
		margin:0 5px;
	}
	.header .t-block2 .t-menu .t-social a img{
		width: 50%;
		height: auto;
	}

	.slider-box{
		margin: 0 auto 30px;
		padding-right:0; 
	}
	.slider figure.video video{
		display:none !important;
	}
	.slider figure.video img{
		display:block !important;
	}
	
	.content .content-box{
		width: 100%;
		padding: 0 15px;
	}
	.content .cat-list{
		display:none;
	}
	
	.main-buttons{
		margin-bottom:30px;
	}
	.main-buttons h1{
		text-align:center;
		font: bold 18px/22px Montserrat, Arial;
		margin-bottom:30px;
	}
	.main-buttons .m-buttons{
		display:flex;
		align-items:stretch;
		justify-content:flex-start;
		flex-wrap:wrap;
	}
	.main-buttons .m-buttons a{
		width:calc(50% - 20px);
		min-height: auto;
		margin:0 10px 20px;
		padding: 30px 15px;
	}
	.main-buttons .m-buttons a img {
		width:20%;
		height:auto;
	}
	.main-buttons .m-buttons a span{
		font:14px/18px Montserrat, Arial;
		color:#fff;
	}

	.main-news{
		margin-bottom:10px;
	}
	.main-news h2{
		text-align:center;
		font: bold 16px/20px  Montserrat, Arial;
	}
	.main-news .news-links{
		text-align:center;
		margin-bottom:30px;
	}
	.main-news .news-links a{
		font: 14px/18px Montserrat, Arial;
	}
	.main-news .main-posts .post{
		width: calc(50% - 20px);
		margin: 0 10px 20px;
		border-radius: 15px;
	}
	.main-news .main-posts .post-block .p-content .text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.85);
		padding: 10px 20px;
		display: flex;
	}
	.main-news .main-posts  .post-block .p-content .text a{
		font: 300 11px/13px  Montserrat, Arial;
	}
	.main-news .main-posts  .post-block .p-content .text span{
		font:  11px/11px  Montserrat, Arial;
	}
	.main-news .main-posts .m-social{
		flex-wrap:wrap;
		align-items:flex-start;
		margin-bottom:30px;
		padding: 30px 0;
	}
	.main-news .main-posts .m-social .soc-img{
		display:none;
	}
	.main-news .main-posts .m-social .soc-text{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		justify-content:center;
	}
	.main-news .main-posts .m-social .soc-text h3{
		text-align:center;
		font: 16px/20px  Montserrat, Arial;
		margin-bottom:20px;
	}
	.main-news .main-posts .m-social .soc-text h2{
		width:100%;
		text-align:center;
		font: bold 20px/24px  Montserrat, Arial;
	}
	.main-news .main-posts .m-social .soc-buttons{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
		padding: 0 15px;
	}
	.main-news .main-posts .m-social .soc-buttons a{
		margin:0 10px;
	}
	.main-news .main-posts .m-social .soc-buttons a.soc3{
		align-items:flex-end;
	}
	.gallery{
		margin-bottom:30px;
	}
	.gallery h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.gallery .albums-list .album{
		width: 98%;
		margin:0 1% 30px 0;
	}
	.gallery .albums-list .album-block .a-content .text{
		padding: 10px 15px;
		background: rgba(255,255,255,0.85);
		border-radius: 10px;
		min-height: 50px;
	}
	.gallery .albums-list .album-block .a-content .text a{
		font: normal 14px/18px  Montserrat, Arial;
	}
	.gallery .albums-list .album-block .a-content .text a:hover{
		color:#e42f8c;
	}
	.gallery-page{
		margin:0 auto;
		max-width:2160px;
		margin-bottom:30px;
	}
	.gallery-page h1{
		font: 18px/22px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.gallery-page h1 a{
		font: 18px/22px  Montserrat, Arial;
	}
	.gallery-page .page-photos a{
		width:98%;
		margin-right: 2%;
		margin-bottom:20px;
	}

	.contacts-title{
		margin-bottom:30px;
	}
	.contacts-title h2{
		text-align:center;
		font: bold 16px/20px  Montserrat, Arial;
		margin-bottom:10px;
	}
	.contacts-title h3{
		text-align:center;
		font: 20px/24px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.page{
		margin-bottom:30px;
	}
	.page h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:20px;
	}
	.page h1 a{
		font: 24px/26px  Montserrat, Arial;
	}
	.page .page-text {
		border-radius: 15px;
		padding: 20px 25px;
		margin-bottom: 20px;
	}
	
	.about-page{
		margin-bottom:50px;
	}
	.about-page h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:20px;
	}
	
	.about-page .about-box .block-title1{
		height:auto;
		padding:40px 20px;
		width:100%;
		background:none;
		background:#fff;
		justify-content:center;
		align-items:center;
		font: bold 45px/45px Montserrat, Arial;
	}
	.about-page .about-box .block2{
		padding:30px;
	}
	.about-page .about-box .block2 .c-first{
		margin:0 auto 42px;
	}
	.about-page .about-box .block2 .c-first .c-text{
		width:310px;
		height:310px;
	}
	.about-page .about-box .block2 .c-first .c-text h2{
		font: bold 36px/40px Montserrat, Arial;
		margin-bottom:20px;
	}
	.about-page .about-box .block2 .c-first .c-text p{
		font: 300 36px/40px Montserrat, Arial;
	}
	.about-page .about-box .block2 .c-block{
		margin:0 auto 42px;
		background:#fff;
		border:2px solid #c4c4c4;
		border-radius:10px;
		padding:45px 15px;
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.about-page .about-box .block2 .c-block h3{
		font: bold 36px/40px Montserrat, Arial;
		margin-bottom:40px;
	}
	.about-page .about-box .block2 .c-block a{
		font: 20px/30px Montserrat, Arial;
		padding:20px 15px;
	}

	.about-page .about-box .block-title2{
		height:auto;
		padding:40px 20px;
		background:none;
		background:#fff;
		justify-content:center;
		align-items:center;
		font: bold 25px/35px Montserrat, Arial;
	}
	.about-page .about-box .block3{
		padding:50px 30px;
	}
	.about-page .about-box .block3 .i-first{
		display:none;
	}
	.about-page .about-box .block3 .i-block{
		margin:0 auto 45px;
	}
	.about-page .about-box .block3 .i-block .i-title{
		font: bold 16px/16px Montserrat, Arial;
	}
	.about-page .about-box .block3 .i-block .i-text {
		padding:0 30px;
		font: 18px/28px Montserrat, Arial;
	}
	.about-popup .popup-box .ap-box {
		padding: 30px;
	}
	.about-popup .popup-box .ap-box img{
		width:100%;
		max-width:110px;
		height:auto;
		margin-left:30px;
		margin-bottom:20px;
	}
	.about-popup .popup-box .ap-box h3{
		font: bold 26px/40px Montserrat, Arial;
		margin-bottom:20px;
		text-indent:30px;
	}
	.about-popup .popup-box .ap-box .p-text{
		text-align:justify;
		text-indent:30px;
		font: 300 16px/20px Montserrat, Arial;
		max-height:400px;
		overflow:auto;
		padding-right:10px;
	}
	.page .page-text .t-button {
		width: auto;
		max-width:400px;
		text-align:center;
	}

	.top-categories{
		font: 16px/16px Montserrat, Arial;
		margin-bottom:30px;	
		text-align:center;
	}
	.top-categories span{
		margin:0 10px;
	}
	.top-categories a{
		font: bold 20px/30px Montserrat, Arial;
	}
	.top-categories a:hover, .top-categories a.active{
		font: bold 20px/30px Montserrat, Arial;
	}

	#top_filter{
		width:100%;
	}
	#top_filter .filter-box{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		margin-bottom:50px;
	}
	#top_filter .filter-box .map-link{
		margin:0 0 30px 0;
	}
	#top_filter .filter-box .map-link a{
		background:#e5308d;
		border-radius:30px;
		font: 300 21px/21px Montserrat, Arial;
		color:#fff;
		display:flex;
		justify-content:center;
		align-items:center;
		width:100%;
		min-width:230px;
		height:43px;
		text-decoration:none;
	}
	#top_filter .filter-box .map-link a:hover{
		
	}
	#top_filter .filter-box form{
		width:100%;
		background:#e5308d;
		border-radius:30px;
		display:flex;
		justify-content:space-between;
		padding:5px 15px;
	}
	#top_filter .filter-box form input{
		font: 21px/21px Montserrat, Arial;
		color:#fff;
		background:transparent;
		border:0;
		outline:0;
		padding: 5px 10px;
		width:100%;
		max-width:350px;
		margin-right:10px;
	}
	#top_filter .filter-box form button{
		background:transparent;
		border:0;
		outline:0;
		cursor:pointer;
	}
	#top_filter .alphabet_box{
		display:flex;
		align-items:center;
		flex-direction:column;
		margin-bottom:30px;
	}
	#top_filter .alphabet_box .en_alphabet{
		flex-wrap:wrap;
		justify-content:center;
	}
	#top_filter .alphabet_box .en_alphabet a{
		font: bold 18px/26px Montserrat, Arial;
		margin-right:10px;
	}
	
	#top_filter .alphabet_box .ru_alphabet{
		justify-content:center;
		flex-wrap:wrap;
	}
	#top_filter .alphabet_box .ru_alphabet a{
		font: bold 18px/26px Montserrat, Arial;
		margin-right:10px;
	}
	
	.shops-list .shop{
		width: 98%;
		margin:0 1% 30px;
	}
	.shops-list .shop-block .s-content:hover .shop-logo {
		display: none;
	}
	.shops-list .shop-block .s-content .text a{
		font: bold 20px/20px  Montserrat, Arial;
	}
	.shops-list .shop-block .s-content .text .shop-floor{
		color:#d1d1d1;
		font: 14px/14px  Montserrat, Arial;
		margin:0 0 10px 0;
	}
	.shops-list .shop-block .s-content .text .shop-desc{
		color:#000;
		font: 14px/14px  Montserrat, Arial;
		height:30px;
		overflow:hidden;
	}

	.pagination a{
		font: 16px/16px Montserrat, Arial;
		margin:0 10px;
	}
	
	.shop-title{
		margin-bottom:30px;
	}
	.shop-title h1{
		font: 20px/20px Montserrat, Arial;
	}
	.shop-description{
		padding: 30px;
		margin-bottom:30px;
		flex-direction: column;
	}
	.shop-description .desc-block{
		width:100%;
		padding: 0;
		margin-bottom:30px;
	}
	
	.shop-description .desc-block .shop-text{
		height:330px;
	}
	.shop-description .desc-block .shop-text.open{
		padding-bottom:30px;
	}
	.shop-description .desc-block .shop-text .text-box{
		min-height:300px;
	}
	.shop-description .desc-block .shop-text .box-open{
		height:30px;
		background: #fff;
	}
	.shop-description .shop-image{
		width:100%;
	}
	.shop-description .shop-image img{
		width:100%;
	}
	.shop-information-box{
		flex-wrap:wrap;
		margin-bottom:30px;
	}
	.shop-information-box .shop-information{
		width:100%;
		display:flex;
		flex-direction:column;
		margin-bottom:30px;
	}
	.shop-information-box .shop-information .block-title{
		margin-bottom:30px;
	}
	.shop-information-box .shop-information .block-title h2{
		font:300 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block{
		border-radius: 10px;
		padding: 20px 20px 10px;
	}
	.shop-information-box .shop-information .info-block .info-line .left-info{
		font:300 14px/14px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .right-info{
		width:200px;
		height:30px;
		font:300 14px/14px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .right-info a{
		font:300 14px/14px Montserrat, Arial;
	}
	
	.shop-information-box .shop-news{
		width:100%;
	}
	.shop-information-box .shop-news .block-title{
		margin-bottom:30px;
	}
	.shop-information-box .shop-news .block-title h2{
		font:300 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list h2{
		font:bold 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list .post-text{
		font:14px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list .post-image{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.shop-information-box .shop-news .news-list .post-image img{
		max-width:500px;
	}
	.shop-information-box .shop-news .news-list .more-news a{
		font: bold 14px/14px Montserrat, Arial;
	}
	#news {
		margin-bottom: 30px;
	}
	#news h1{
		text-align:center;
		font: 20px/28px Montserrat, Arial;
		margin-bottom: 30px;
	}
	#news h1 a{
		font: 20px/28px Montserrat, Arial;
	}
	
	#news .news-posts .post{
		width: 97%;
		margin:0 1.51515151515% 30px;
	}
	#news .news-posts  .post-block .p-content .text a{
		font: bold 16px/20px  Montserrat, Arial;
	}
	#news .news-posts  .post-block .p-content .text span{
		font:  14px/16px  Montserrat, Arial;
	}
	.post-title{
		margin-bottom:30px;
	}
	.post-title h1{
		font: 20px/26px Montserrat, Arial;
	}
	.post-description{
		padding: 30px;
		margin-bottom:30px;
		flex-direction:column;
		justify-content:space-between;
		align-items:flex-start;
	}
	.post-description .post-text{
		width: 100%;
		padding: 0;
		font:300 16px/24px Montserrat, Arial;
		margin-bottom:30px;
	}
	.post-description .post-image{
		display:none;
	}
	.post-description .post-image img{
		width:100%;
		max-width:600px;
		height:auto;
	}
	
	#rent .rent-image{
		margin-bottom:30px;
	}
	#rent .rent-image img{
		margin-bottom:30px;
	}
	#rent .rent-image .image-text{
		position:relative;
		width:100%;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
		margin-bottom:50px;
	}
	#rent .rent-image .image-text h2{
		font:bold 30px/30px Montserrat, Arial;
		padding:20px 15px;
		text-align:center;
	}
	#rent .rent-image .image-text h3{
		font:bold 20px/20px Montserrat, Arial;
		padding:0 15px;
		text-align:center;
		color:#500878;
	}
	#rent .rent-title1{
		font:bold 20px/20px Montserrat, Arial;
		margin-bottom:10px;
	}
	#rent .rent-title2{
		font:bold 20px/20px Montserrat, Arial;
		margin-bottom:10px;
	}
	#rent .rent-top-info{
		margin-bottom:30px;
	}
	#rent .rent-top-info div{
		margin:0 0 15px;
		width:350px;
	}
	#rent .rent-top-info div .r-ico{
		margin:0 20px 0 0;
	}
	#rent .rent-top-info div a{
		font: 18px/18px Montserrat, Arial;
	}

	#rent .rent-form{
		margin:0 auto 50px;
	}
	#rent .rent-form .form-box .line input{
		width:calc(100% - 30px);
		margin: 0 15px;
		font:16px/16px Montserrat, Arial;
		color:#500878;
		margin-bottom:30px;
		background:#fff;
		border-radius:15px;
		height:50px;
		padding:5px 15px;
		border:0;
		outline:0;
	}
	
	#rent .rent-form .form-box .line .button{
		width:300px;
	}
	#rent .rent-form .form-box .line .button:hover{
		background:#500878;
	}
	#rent h2.message-sent{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#rent h2.message-error{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#rent .rent-adv .r-a{
		width:100%;
		padding:0 15px;
		margin-bottom:30px;
	}
	#rent .rent-adv .r-a .r-a-text h3{
		font:bold 20px/26px Montserrat, Arial;
	}
	#rent .rent-adv .r-a .r-a-text p{
		font:300 16px/20px Montserrat, Arial;
	}

	#rent .rent-partners{
		padding:15px 15px 0;
	}
	#rent .rent-partners img{
		margin:15px 30px;
	}
	#feedback .feedback-bottom{
		display:flex;
		justify-content:flex-start;
		flex-wrap:wrap;
	}
	#feedback .feedback-how-to {
		width: 100%;
		flex-direction:column;
	}
	#feedback .feedback-how-to .routes {
		width: 100%;
	}
	#feedback .feedback-how-to .routes h2 {
		text-align: center;
	}
	#feedback .feedback-how-to .routes .routes-list .route {
		text-align: center;
		width:100%;
		margin-right:0;
	}
	#feedback .feedback-how-to .routes .routes-list .route p {
		text-align: center;
	}

	#feedback .feedback-form{
		margin:0 auto 50px;
	}
	#feedback .feedback-form .form-box .line input{
		width:calc(100% - 30px);
		margin: 0 15px;
		font:16px/16px Montserrat, Arial;
		color:#500878;
		margin-bottom:30px;
		background:#fff;
		border-radius:15px;
		height:50px;
		padding:5px 15px;
		border:0;
		outline:0;
	}
	
	#feedback .feedback-form .form-box .line .button{
		width:300px;
	}
	#feedback .feedback-form .form-box .line .button:hover{
		background:#500878;
	}
	#feedback h2.message-sent{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#feedback h2.message-error{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#feedback .feedback-adv .f-a{
		width:100%;
		padding:0 15px;
		margin-bottom:30px;
	}
	#feedback .feedback-adv .f-a .f-a-text h3{
		font:bold 20px/26px Montserrat, Arial;
	}
	#feedback .feedback-adv .f-a .f-a-text p{
		font:300 16px/20px Montserrat, Arial;
	}

	.contacts{
		width:96%;
		background:url(../img/map.jpg) no-repeat 70% 600%;
	}
	.contacts .c-container{
		width:100%;
		flex-wrap:wrap;
		padding:0px 0;
	}
	.contacts .c-container .block1{
		width:100%;
		padding:15px; 
	}
	.contacts .c-container .block1 .address{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .email{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .phones{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .time{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .callback{
		width:100%;
		padding-right:0;
	}
	.contacts .c-container .block1 .callback a.callback-link{
		color:#500878;
		text-decoration:none; 
		padding-bottom:1px;
		border-bottom:1px solid #500878;
	}
	.contacts .c-container .block1 .callback a.callback-link:hover{
		border-bottom:none;
	}
	.contacts .c-container .block1 h2{
		text-align:center;
		font:bold 18px/22px Montserrat, Arial; 
		margin-bottom:15px; 
	}
	.contacts .c-container .block1 p{
		text-align:center;
		font: 16px/20px Montserrat, Arial; 
		margin-bottom:10px; 
	}
	.contacts .c-container .block1 p a{
		font: 14px/16px Montserrat, Arial;
	}
	.contacts .c-container .block2{
		width:100%;
		min-height:300px;
	}
	.contacts .c-container .block2 a{
		color:#fff;
		font:24px/28px Montserrat, Arial;
	}
	.footer{
		width:96%;
		max-width:2160px;
		display:flex;
		align-items:flex-end;
		justify-content:flex-start;
		margin:0 auto;
	}
	.footer .f-logo{
		display:none;
	}
	.footer .f-logo a{
		margin: 0;
		display:block;
	}
	.footer .f-logo img{
		width:100%;
		max-width:276px;
		height:auto;
		margin: 0;
		display:block;
	}
	.footer .f-menu{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		padding: 0 15px 10px 15px;
	}
	.footer .f-menu div{
		margin:0 0 30px;
	}
	.footer .f-menu a{
		font: bold 12px/14px Montserrat, Arial;
		margin:0 5px 30px;
	}
	.footer .f-menu a:hover{
		text-decoration:underline;
	}
	.footer .f-menu .footer-copy {
		position:relative;
		text-align:center;
		font: 12px/24px Montserrat, Arial;
	}
	.footer .f-menu .footer-copy a.rules {
		margin-left: 0px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	#mobile-top-menu {
		display:block;
	}
	.header{
		margin:0 auto 30px;
	}
	.header .logo{
		width:25%;
		align-items: flex-start;
	}
	.header .logo img{
		width:100%;
		height:auto;
	}
	.header .t-block1{
		width:65%;
	}
	.header .t-block1 .languages{
		display:flex;
		align-items:center;
		justify-content:flex-end;
		height:30px;
		padding: 0 15px;
	}
	.header .t-block2{
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding: 15px 0;
	}
	.header .t-block2 .t-menu{
		padding: 0;
	}
	.header .t-block2 .t-menu a{
		display:none;
	}
	.header .t-block2 .t-menu .t-social{
		width:100%;
		justify-content: flex-end;
	}
	.header .t-block2 .t-menu .t-social a{
		display:flex;
		width: 45px;
		height: 45px;
		margin:0 5px;
	}
	.header .t-block2 .t-menu .t-social a img{
		width: 50%;
		height: auto;
	}
	.header .t-block2 .t-menu .t-social a.soc3 img{
		width: auto;
		height: 80%;
	}

	.slider-box{
		margin: 0 auto 30px;
		padding-right:0; 
	}
	.slider figure.video video{
		display:none !important;
	}
	.slider figure.video img{
		display:block !important;
	}
	
	.content .content-box{
		width: 100%;
		padding: 0 15px;
	}
	.content .cat-list{
		display:none;
	}
	
	.main-buttons{
		margin-bottom:30px;
	}
	.main-buttons h1{
		text-align:center;
		font: bold 18px/22px Montserrat, Arial;
		margin-bottom:30px;
	}
	.main-buttons .m-buttons{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.main-buttons .m-buttons a{
		width:45%;
		margin:0 2.5% 30px;
	}
	.main-buttons .m-buttons a span{
		font:20px/26px Montserrat, Arial;
		color:#fff;
	}

	.main-news{
		margin-bottom:10px;
	}
	.main-news h2{
		text-align:center;
		font: bold 16px/20px  Montserrat, Arial;
	}
	.main-news .news-links{
		text-align:center;
		margin-bottom:30px;
	}
	.main-news .news-links a{
		font: 14px/18px Montserrat, Arial;
	}
	.main-news .main-posts .post{
		width: 46%;
	}
	
	.main-news .main-posts  .post-block .p-content .text a{
		font: bold 16px/20px  Montserrat, Arial;
	}
	.main-news .main-posts  .post-block .p-content .text span{
		font:  14px/14px  Montserrat, Arial;
	}
	.main-news .main-posts .m-social{
		flex-wrap:wrap;
		align-items:center;
		margin-bottom:30px;
		padding: 30px 0;
	}
	.main-news .main-posts .m-social .soc-img{
		display:none;
	}
	.main-news .main-posts .m-social .soc-text{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.main-news .main-posts .m-social .soc-text h3{
		text-align:center;
		font: 16px/20px  Montserrat, Arial;
		margin-bottom:20px;
	}
	.main-news .main-posts .m-social .soc-text h2{
		width:100%;
		text-align:center;
		font: bold 20px/24px  Montserrat, Arial;
	}
	.main-news .main-posts .m-social .soc-buttons{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
		padding: 0 15px;
	}
	.main-news .main-posts .m-social .soc-buttons a{
		margin:0 10px;
	}
	.main-news .main-posts .m-social .soc-buttons a.soc3{
		align-items:flex-end;
	}
	.gallery{
		margin-bottom:30px;
	}
	.gallery h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.gallery .albums-list .album{
		width: 48%;
		margin:0 2% 30px 0;
	}
	.gallery .albums-list .album-block .a-content .text a{
		font: bold 16px/18px  Montserrat, Arial;
	}
	.gallery .albums-list .album-block .a-content .text a:hover{
		color:#e42f8c;
	}
	.gallery-page{
		margin:0 auto;
		max-width:2160px;
		margin-bottom:30px;
	}
	.gallery-page h1{
		font: 18px/22px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.gallery-page h1 a{
		font: 18px/22px  Montserrat, Arial;
	}
	.gallery-page .page-photos a{
		width:31%;
		margin-right: 2%;
		margin-bottom:20px;
	}

	.contacts-title{
		margin-bottom:30px;
	}
	.contacts-title h2{
		text-align:center;
		font: bold 16px/20px  Montserrat, Arial;
		margin-bottom:10px;
	}
	.contacts-title h3{
		text-align:center;
		font: 20px/24px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.page{
		margin-bottom:30px;
	}
	.page h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:20px;
	}
	.page h1 a{
		font: 24px/26px  Montserrat, Arial;
	}
	
	.about-page{
		margin-bottom:50px;
	}
	.about-page h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:20px;
	}
	
	.about-page .about-box .block-title1{
		height:auto;
		padding:40px 20px;
		width:100%;
		background:none;
		background:#fff;
		justify-content:center;
		align-items:center;
		font: bold 45px/45px Montserrat, Arial;
	}
	.about-page .about-box .block2{
		padding:30px;
	}
	.about-page .about-box .block2 .c-first{
		margin:0 auto 42px;
	}
	.about-page .about-box .block2 .c-first .c-text{
		width:310px;
		height:310px;
	}
	.about-page .about-box .block2 .c-first .c-text h2{
		font: bold 36px/40px Montserrat, Arial;
		margin-bottom:20px;
	}
	.about-page .about-box .block2 .c-first .c-text p{
		font: 300 36px/40px Montserrat, Arial;
	}
	.about-page .about-box .block2 .c-block{
		margin:0 auto 42px;
		background:#fff;
		border:2px solid #c4c4c4;
		border-radius:10px;
		padding:45px 15px;
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.about-page .about-box .block2 .c-block h3{
		font: bold 36px/40px Montserrat, Arial;
		margin-bottom:40px;
	}
	.about-page .about-box .block2 .c-block a{
		font: 20px/30px Montserrat, Arial;
		padding:20px 15px;
	}

	.about-page .about-box .block-title2{
		height:auto;
		padding:40px 20px;
		background:none;
		background:#fff;
		justify-content:center;
		align-items:center;
		font: bold 25px/35px Montserrat, Arial;
	}
	.about-page .about-box .block3{
		padding:50px 30px;
	}
	.about-page .about-box .block3 .i-first{
		display:none;
	}
	.about-page .about-box .block3 .i-block{
		margin:0 auto 45px;
	}
	.about-page .about-box .block3 .i-block .i-title{
		font: bold 16px/16px Montserrat, Arial;
	}
	.about-page .about-box .block3 .i-block .i-text {
		padding:0 30px;
		font: 18px/28px Montserrat, Arial;
	}
	.about-popup .popup-box .ap-box {
		padding: 30px;
	}
	.about-popup .popup-box .ap-box img{
		width:100%;
		max-width:110px;
		height:auto;
		margin-left:30px;
		margin-bottom:20px;
	}
	.about-popup .popup-box .ap-box h3{
		font: bold 26px/40px Montserrat, Arial;
		margin-bottom:20px;
		text-indent:30px;
	}
	.about-popup .popup-box .ap-box .p-text{
		text-align:justify;
		text-indent:30px;
		font: 300 16px/20px Montserrat, Arial;
		max-height:400px;
		overflow:auto;
		padding-right:10px;
	}

	.top-categories{
		font: 16px/16px Montserrat, Arial;
		margin-bottom:30px;	
		text-align:center;
	}
	.top-categories span{
		margin:0 10px;
	}
	.top-categories a{
		font: bold 20px/30px Montserrat, Arial;
	}
	.top-categories a:hover, .top-categories a.active{
		font: bold 20px/30px Montserrat, Arial;
	}

	#top_filter{
		width:100%;
	}
	#top_filter .filter-box{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		margin-bottom:50px;
	}
	#top_filter .filter-box .map-link{
		margin:0 30px 0 0;
	}
	#top_filter .filter-box .map-link a{
		background:#e5308d;
		border-radius:30px;
		font: 300 21px/21px Montserrat, Arial;
		color:#fff;
		display:flex;
		justify-content:center;
		align-items:center;
		width:100%;
		min-width:230px;
		height:43px;
		text-decoration:none;
	}
	#top_filter .filter-box .map-link a:hover{
		
	}
	#top_filter .filter-box form{
		width:300px;
		background:#e5308d;
		border-radius:30px;
		display:flex;
		justify-content:space-between;
		padding:5px 15px;
	}
	#top_filter .filter-box form input{
		font: 21px/21px Montserrat, Arial;
		color:#fff;
		background:transparent;
		border:0;
		outline:0;
		padding: 5px 10px;
		width:100%;
		max-width:350px;
		margin-right:10px;
	}
	#top_filter .filter-box form button{
		background:transparent;
		border:0;
		outline:0;
		cursor:pointer;
	}
	#top_filter .alphabet_box{
		display:flex;
		align-items:center;
		flex-direction:column;
		margin-bottom:30px;
	}
	#top_filter .alphabet_box .en_alphabet{
		flex-wrap:wrap;
		justify-content:center;
	}
	#top_filter .alphabet_box .en_alphabet a{
		font: bold 24px/34px Montserrat, Arial;
		margin-right:10px;
	}
	
	#top_filter .alphabet_box .ru_alphabet{
		justify-content:center;
		flex-wrap:wrap;
	}
	#top_filter .alphabet_box .ru_alphabet a{
		font: bold 24px/34px Montserrat, Arial;
		margin-right:10px;
	}
	
	.shops-list .shop{
		width: 48%;
		margin:0 1% 30px;
	}
	.shops-list .shop-block .s-content .text a{
		font: bold 20px/20px  Montserrat, Arial;
	}
	.shops-list .shop-block .s-content .text .shop-floor{
		color:#d1d1d1;
		font: 14px/14px  Montserrat, Arial;
		margin:0 0 10px 0;
	}
	.shops-list .shop-block .s-content .text .shop-desc{
		color:#000;
		font: 14px/14px  Montserrat, Arial;
		height:30px;
		overflow:hidden;
	}

	.pagination a{
		font: 16px/16px Montserrat, Arial;
		margin:0 10px;
	}
	
	.shop-title{
		margin-bottom:30px;
	}
	.shop-title h1{
		font: 20px/20px Montserrat, Arial;
	}
	.shop-description{
		padding: 30px;
		margin-bottom:30px;
		flex-direction: column;
	}
	.shop-description .desc-block{
		width:100%;
		padding: 0;
		margin-bottom:30px;
	}
	
	.shop-description .desc-block .shop-text{
		height:330px;
	}
	.shop-description .desc-block .shop-text.open{
		padding-bottom:30px;
	}
	.shop-description .desc-block .shop-text .text-box{
		min-height:300px;
	}
	.shop-description .desc-block .shop-text .box-open{
		height:30px;
		background: #fff;
	}
	.shop-description .shop-image{
		width:100%;
	}
	.shop-description .shop-image img{
		width:100%;
	}
	.shop-information-box{
		flex-wrap:wrap;
		margin-bottom:30px;
	}
	.shop-information-box .shop-information{
		width:100%;
		display:flex;
		flex-direction:column;
		margin-bottom:30px;
	}
	.shop-information-box .shop-information .block-title{
		margin-bottom:30px;
	}
	.shop-information-box .shop-information .block-title h2{
		font:300 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .left-info{
		font:300 14px/14px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .right-info{
		width:300px;
		height:30px;
		font:300 14px/14px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .right-info a{
		font:300 14px/14px Montserrat, Arial;
	}
	
	.shop-information-box .shop-news{
		width:100%;
	}
	.shop-information-box .shop-news .block-title{
		margin-bottom:30px;
	}
	.shop-information-box .shop-news .block-title h2{
		font:300 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list h2{
		font:bold 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list .post-text{
		font:14px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list .post-image{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.shop-information-box .shop-news .news-list .post-image img{
		max-width:500px;
	}
	.shop-information-box .shop-news .news-list .more-news a{
		font: bold 14px/14px Montserrat, Arial;
	}
	#news {
		margin-bottom: 30px;
	}
	#news h1{
		text-align:center;
		font: 20px/28px Montserrat, Arial;
		margin-bottom: 30px;
	}
	#news h1 a{
		font: 20px/28px Montserrat, Arial;
	}
	
	#news .news-posts .post{
		width: 48%;
		margin:0 1% 30px;
	}
	#news .news-posts  .post-block .p-content .text a{
		font: bold 16px/20px  Montserrat, Arial;
	}
	#news .news-posts  .post-block .p-content .text span{
		font:  14px/16px  Montserrat, Arial;
	}
	.post-title{
		margin-bottom:30px;
	}
	.post-title h1{
		font: 20px/26px Montserrat, Arial;
	}
	.post-description{
		padding: 30px;
		margin-bottom:30px;
		flex-direction:column;
		justify-content:space-between;
		align-items:flex-start;
	}
	.post-description .post-text{
		width: 100%;
		padding: 0;
		font:300 16px/24px Montserrat, Arial;
		margin-bottom:30px;
	}
	.post-description .post-image{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.post-description .post-image img{
		width:100%;
		max-width:600px;
		height:auto;
	}
	#rent .rent-image .image-text h2{
		font:bold 30px/30px Montserrat, Arial;
		padding:20px 15px;
	}
	#rent .rent-image .image-text h3{
		font:bold 20px/20px Montserrat, Arial;
		padding:0 15px;
	}
	
	#rent .rent-form{
		margin:0 auto 50px;
	}
	#rent .rent-form .form-box .line input{
		width:calc(100% - 30px);
		margin: 0 15px;
		font:16px/16px Montserrat, Arial;
		color:#500878;
		margin-bottom:30px;
		background:#fff;
		border-radius:15px;
		height:50px;
		padding:5px 15px;
		border:0;
		outline:0;
	}
	
	#rent .rent-form .form-box .line .button{
		width:300px;
	}
	#rent .rent-form .form-box .line .button:hover{
		background:#500878;
	}
	#rent h2.message-sent{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#rent h2.message-error{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#rent .rent-adv .r-a{
		width:100%;
		padding:0 15px;
		margin-bottom:30px;
	}
	#rent .rent-adv .r-a .r-a-text h3{
		font:bold 20px/26px Montserrat, Arial;
	}
	#rent .rent-adv .r-a .r-a-text p{
		font:300 16px/20px Montserrat, Arial;
	}

	#rent .rent-partners{
		padding:15px 15px 0;
	}
	#rent .rent-partners img{
		margin:15px 30px;
	}
	
	#feedback .feedback-bottom{
		display:flex;
		justify-content:flex-start;
		flex-wrap:wrap;
	}
	#feedback .feedback-how-to{
		display:none;
	}

	#feedback .feedback-form{
		margin:0 auto 50px;
	}
	#feedback .feedback-form .form-box .line input{
		width:calc(100% - 30px);
		margin: 0 15px;
		font:16px/16px Montserrat, Arial;
		color:#500878;
		margin-bottom:30px;
		background:#fff;
		border-radius:15px;
		height:50px;
		padding:5px 15px;
		border:0;
		outline:0;
	}
	
	#feedback .feedback-form .form-box .line .button{
		width:300px;
	}
	#feedback .feedback-form .form-box .line .button:hover{
		background:#500878;
	}
	#feedback h2.message-sent{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#feedback h2.message-error{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#feedback .feedback-adv .f-a{
		width:50%;
	}
	#feedback .feedback-adv .f-a .f-a-text h3{
		font:bold 20px/26px Montserrat, Arial;
	}
	#feedback .feedback-adv .f-a .f-a-text p{
		font:300 16px/20px Montserrat, Arial;
	}
	
	.contacts{
		width:96%;
		background:url(../img/map.jpg) no-repeat 100% -100%;
	}
	.contacts .c-container{
		width:100%;
		flex-wrap:wrap;
		padding:0px 0;
	}
	.contacts .c-container .block1{
		width:100%;
		padding:15px; 
	}
	.contacts .c-container .block1 .address{
		width:50%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .email{
		width:50%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .phones{
		width:50%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .time{
		width:50%;
		padding-right:0;
		margin-bottom:20px;
	}
	.contacts .c-container .block1 .callback{
		width:50%;
		padding-right:0;
	}
	.contacts .c-container .block1 .callback a.callback-link{
		color:#500878;
		text-decoration:none; 
		padding-bottom:1px;
		border-bottom:1px solid #500878;
	}
	.contacts .c-container .block1 .callback a.callback-link:hover{
		border-bottom:none;
	}
	.contacts .c-container .block1 h2{
		text-align:center;
		font:bold 18px/22px Montserrat, Arial; 
		margin-bottom:15px; 
	}
	.contacts .c-container .block1 p{
		text-align:center;
		font: 16px/20px Montserrat, Arial; 
		margin-bottom:10px; 
	}
	.contacts .c-container .block1 p a{
		font: 14px/16px Montserrat, Arial;
	}
	.contacts .c-container .block2{
		width:100%;
		min-height:300px;
	}
	.contacts .c-container .block2 a{
		color:#fff;
		font:24px/28px Montserrat, Arial;
	}
	.footer{
		width:96%;
		max-width:2160px;
		display:flex;
		align-items:flex-end;
		justify-content:flex-start;
		margin:0 auto;
	}
	.footer .f-logo{
		width:30%;
	}
	.footer .f-logo a{
		margin: 0;
		display:block;
	}
	.footer .f-logo img{
		width:100%;
		max-width:276px;
		height:auto;
		margin: 0;
		display:block;
	}
	.footer .f-menu{
		width:70%;
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-end;
		padding: 0 15px 40px 30px;
	}
	.footer .f-menu a{
		font: bold 12px/14px Montserrat, Arial;
		margin:0 5px 10px;
	}
	.footer .f-menu a:hover{
		text-decoration:underline;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.header .logo {
		align-items: flex-start;
	}
	.header .t-block2 .t-menu a {
		font: 1.15vw/1.8vw Montserrat, Arial;
		margin: 0 10px;
		text-align:center;
	}
	.header .t-block2 .t-menu .t-social {
		width: 170px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	.header .t-block2 .t-menu .t-social a{
		display:flex;
		width: 30px;
		height: 30px;
		margin:0 3px;
	}
	.header .t-block2 .t-menu .t-social a img{
		width: 50%;
		height: auto;
	}
	.header .t-block2 .t-menu .t-social a.soc3 img{
		width: auto;
		height: 80%;
	}
	.header .t-block1 .languages {
		height: 30px;
	}
	.main-buttons .m-buttons{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.main-buttons .m-buttons a{
		width:45%;
		margin:0 2.5% 30px;
	}
	.main-buttons .m-buttons a span{
		font:20px/26px Montserrat, Arial;
		color:#fff;
	}

	.main-news{
		margin-bottom:10px;
	}
	.main-news h2{
		text-align:center;
		font: bold 16px/20px  Montserrat, Arial;
	}
	.main-news .news-links{
		text-align:center;
		margin-bottom:30px;
	}
	.main-news .news-links a{
		font: 14px/18px Montserrat, Arial;
	}
	.main-news .main-posts .post{
		width: 46%;
	}
	
	.main-news .main-posts  .post-block .p-content .text a{
		font: bold 16px/20px  Montserrat, Arial;
	}
	.main-news .main-posts  .post-block .p-content .text span{
		font:  14px/14px  Montserrat, Arial;
	}
	.main-news .main-posts .m-social{
		flex-wrap:wrap;
		align-items:center;
		margin-bottom:30px;
		padding: 30px 0;
	}
	.main-news .main-posts .m-social .soc-img{
		display:none;
	}
	.main-news .main-posts .m-social .soc-text{
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.main-news .main-posts .m-social .soc-text h3{
		text-align:center;
		font: 16px/20px  Montserrat, Arial;
		margin-bottom:20px;
	}
	.main-news .main-posts .m-social .soc-text h2{
		width:100%;
		text-align:center;
		font: bold 20px/24px  Montserrat, Arial;
	}
	.main-news .main-posts .m-social .soc-buttons{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
		padding: 0 15px;
	}
	.main-news .main-posts .m-social .soc-buttons a{
		margin:0 10px;
	}
	.main-news .main-posts .m-social .soc-buttons a.soc3{
		align-items:flex-end;
	}
	.gallery{
		margin-bottom:30px;
	}
	.gallery h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.gallery .albums-list .album{
		width: 48%;
		margin:0 2% 30px 0;
	}
	.gallery .albums-list .album-block .a-content .text a{
		font: bold 16px/18px  Montserrat, Arial;
	}
	.gallery .albums-list .album-block .a-content .text a:hover{
		color:#e42f8c;
	}
	.gallery-page{
		margin:0 auto;
		max-width:2160px;
		margin-bottom:30px;
	}
	.gallery-page h1{
		font: 18px/22px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.gallery-page h1 a{
		font: 18px/22px  Montserrat, Arial;
	}
	.gallery-page .page-photos a{
		width:31%;
		margin-right: 2%;
		margin-bottom:20px;
	}
	.about-page .about-box .block-title2{
		font: bold 40px/50px Montserrat, Arial;
	}
	#rent .rent-image .image-text h2{
		font:bold 30px/30px Montserrat, Arial;
		padding:20px 15px;
	}
	#rent .rent-image .image-text h3{
		font:bold 20px/20px Montserrat, Arial;
		padding:0 15px;
	}
	
	#rent .rent-form{
		margin:0 auto 50px;
	}
	#rent .rent-form .form-box .line input{
		width:calc(100% - 30px);
		margin: 0 15px;
		font:16px/16px Montserrat, Arial;
		color:#500878;
		margin-bottom:30px;
		background:#fff;
		border-radius:15px;
		height:50px;
		padding:5px 15px;
		border:0;
		outline:0;
	}
	
	#rent .rent-form .form-box .line .button{
		width:300px;
	}
	#rent .rent-form .form-box .line .button:hover{
		background:#500878;
	}
	#rent h2.message-sent{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#rent h2.message-error{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#rent .rent-adv .r-a{
		width:100%;
		padding:0 15px;
		margin-bottom:30px;
	}
	#rent .rent-adv .r-a .r-a-text h3{
		font:bold 20px/26px Montserrat, Arial;
	}
	#rent .rent-adv .r-a .r-a-text p{
		font:300 16px/20px Montserrat, Arial;
	}

	#rent .rent-partners{
		padding:15px 15px 0;
	}
	#rent .rent-partners img{
		margin:15px 30px;
	}
	
	#feedback .feedback-bottom{
		display:flex;
		justify-content:flex-start;
		flex-wrap:wrap;
	}
	#feedback .feedback-how-to{
		width:100%;
	}
	#feedback .feedback-how-to .routes {
		width: 50%;
	}

	#feedback .feedback-form{
		margin:0 auto 50px;
	}
	#feedback .feedback-form .form-box .line input{
		width:calc(100% - 30px);
		margin: 0 15px;
		font:16px/16px Montserrat, Arial;
		color:#500878;
		margin-bottom:30px;
		background:#fff;
		border-radius:15px;
		height:50px;
		padding:5px 15px;
		border:0;
		outline:0;
	}
	
	#feedback .feedback-form .form-box .line .button{
		width:300px;
	}
	#feedback .feedback-form .form-box .line .button:hover{
		background:#500878;
	}
	#feedback h2.message-sent{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#feedback h2.message-error{
		padding:20px 15px;
		font:bold 18px/18px Montserrat, Arial;
	}
	#feedback .feedback-adv .f-a{
		width:50%;
	}
	#feedback .feedback-adv .f-a .f-a-text h3{
		font:bold 20px/26px Montserrat, Arial;
	}
	#feedback .feedback-adv .f-a .f-a-text p{
		font:300 16px/20px Montserrat, Arial;
	}

	.contacts-title{
		margin-bottom:30px;
	}
	.contacts-title h2{
		text-align:center;
		font: bold 16px/20px  Montserrat, Arial;
		margin-bottom:10px;
	}
	.contacts-title h3{
		text-align:center;
		font: 20px/24px  Montserrat, Arial;
		margin-bottom:30px;
	}
	.contacts{
		margin-bottom:30px;
	}
	.contacts .c-container{
		width:100%;
		padding:120px 0;
	}
	.contacts .c-container .block1{
		padding:30px; 
	}
	.contacts .c-container .block1 h2{
		font:bold 1.8vw/2.3vw Montserrat, Arial; 
	}
	.contacts .c-container .block1 p{
		font: 1.5vw/2vw Montserrat, Arial; 
	}
	.contacts .c-container .block1 p a{
		font: 1.5vw/2vw Montserrat, Arial; 
	}
	.contacts .c-container .block2 a{
		font: 2.5vw/3vw Montserrat, Arial;
	}
	.page{
		margin-bottom:30px;
	}
	.page h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:20px;
	}
	.page h1 a{
		font: 24px/26px  Montserrat, Arial;
	}

	.top-categories{
		font: 16px/16px Montserrat, Arial;
		margin-bottom:30px;	
		text-align:center;
	}
	.top-categories span{
		margin:0 10px;
	}
	.top-categories a{
		font: bold 20px/30px Montserrat, Arial;
	}
	.top-categories a:hover, .top-categories a.active{
		font: bold 20px/30px Montserrat, Arial;
	}

	#top_filter{
		width:100%;
	}
	#top_filter .filter-box{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		margin-bottom:50px;
	}
	#top_filter .filter-box .map-link{
		margin:0 30px 0 0;
	}
	#top_filter .filter-box .map-link a{
		background:#e5308d;
		border-radius:30px;
		font: 300 21px/21px Montserrat, Arial;
		color:#fff;
		display:flex;
		justify-content:center;
		align-items:center;
		width:100%;
		min-width:230px;
		height:43px;
		text-decoration:none;
	}
	#top_filter .filter-box .map-link a:hover{
		
	}
	#top_filter .filter-box form{
		width:300px;
		background:#e5308d;
		border-radius:30px;
		display:flex;
		justify-content:space-between;
		padding:5px 15px;
	}
	#top_filter .filter-box form input{
		font: 21px/21px Montserrat, Arial;
		color:#fff;
		background:transparent;
		border:0;
		outline:0;
		padding: 5px 10px;
		width:100%;
		max-width:350px;
		margin-right:10px;
	}
	#top_filter .filter-box form button{
		background:transparent;
		border:0;
		outline:0;
		cursor:pointer;
	}
	#top_filter .alphabet_box{
		display:flex;
		align-items:center;
		flex-direction:column;
		margin-bottom:30px;
	}
	#top_filter .alphabet_box .en_alphabet{
		flex-wrap:wrap;
		justify-content:center;
	}
	#top_filter .alphabet_box .en_alphabet a{
		font: bold 24px/34px Montserrat, Arial;
		margin-right:10px;
	}
	
	#top_filter .alphabet_box .ru_alphabet{
		justify-content:center;
		flex-wrap:wrap;
	}
	#top_filter .alphabet_box .ru_alphabet a{
		font: bold 24px/34px Montserrat, Arial;
		margin-right:10px;
	}
	
	.shops-list .shop{
		width: 48%;
		margin:0 1% 30px;
	}
	.shops-list .shop-block .s-content .text a{
		font: bold 20px/20px  Montserrat, Arial;
	}
	.shops-list .shop-block .s-content .text .shop-floor{
		color:#d1d1d1;
		font: 14px/14px  Montserrat, Arial;
		margin:0 0 10px 0;
	}
	.shops-list .shop-block .s-content .text .shop-desc{
		color:#000;
		font: 14px/14px  Montserrat, Arial;
		height:30px;
		overflow:hidden;
	}

	.pagination a{
		font: 16px/16px Montserrat, Arial;
		margin:0 10px;
	}
	
	.shop-title{
		margin-bottom:30px;
	}
	.shop-title h1{
		font: 20px/20px Montserrat, Arial;
	}
	.shop-description{
		padding: 30px;
		margin-bottom:30px;
		flex-direction: column;
	}
	.shop-description .desc-block{
		width:100%;
		padding: 0;
		margin-bottom:30px;
	}
	
	.shop-description .desc-block .shop-text{
		height:330px;
	}
	.shop-description .desc-block .shop-text.open{
		padding-bottom:30px;
	}
	.shop-description .desc-block .shop-text .text-box{
		min-height:300px;
	}
	.shop-description .desc-block .shop-text .box-open{
		height:30px;
		background: #fff;
	}
	.shop-description .shop-image{
		width:100%;
	}
	.shop-description .shop-image img{
		width:100%;
	}
	.shop-information-box{
		flex-wrap:wrap;
		margin-bottom:30px;
	}
	.shop-information-box .shop-information{
		width:100%;
		display:flex;
		flex-direction:column;
		margin-bottom:30px;
	}
	.shop-information-box .shop-information .block-title{
		margin-bottom:30px;
	}
	.shop-information-box .shop-information .block-title h2{
		font:300 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .left-info{
		font:300 14px/14px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .right-info{
		width:300px;
		height:30px;
		font:300 14px/14px Montserrat, Arial;
	}
	.shop-information-box .shop-information .info-block .info-line .right-info a{
		font:300 14px/14px Montserrat, Arial;
	}
	
	.shop-information-box .shop-news{
		width:100%;
	}
	.shop-information-box .shop-news .block-title{
		margin-bottom:30px;
	}
	.shop-information-box .shop-news .block-title h2{
		font:300 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list h2{
		font:bold 20px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list .post-text{
		font:14px/20px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list .post-image img{
		max-width:500px;
	}
	.shop-information-box .shop-news .news-list .more-news a{
		font: bold 14px/14px Montserrat, Arial;
	}
	.shop-information-box .shop-news .news-list .post-image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#news {
		margin-bottom: 30px;
	}
	#news h1{
		text-align:center;
		font: 20px/28px Montserrat, Arial;
		margin-bottom: 30px;
	}
	#news h1 a{
		font: 20px/28px Montserrat, Arial;
	}
	
	#news .news-posts .post{
		width: 47%;
		margin:0 1.5% 30px;
	}
	#news .news-posts  .post-block .p-content .text a{
		font: bold 16px/20px  Montserrat, Arial;
	}
	#news .news-posts  .post-block .p-content .text span{
		font:  14px/16px  Montserrat, Arial;
	}
	.post-title{
		margin-bottom:30px;
	}
	.post-title h1{
		font: 20px/26px Montserrat, Arial;
	}
	.post-description{
		padding: 30px;
		margin-bottom:30px;
		flex-direction:column;
		justify-content:space-between;
		align-items:flex-start;
	}
	.post-description .post-text{
		width: 100%;
		padding: 0;
		font:300 16px/24px Montserrat, Arial;
		margin-bottom:30px;
	}
	.post-description .post-image{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.post-description .post-image img{
		width:100%;
		max-width:600px;
		height:auto;
	}
	.page{
		margin-bottom:30px;
	}
	.page h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:20px;
	}
	.page h1 a{
		font: 24px/26px  Montserrat, Arial;
	}
	
	.about-page{
		margin-bottom:50px;
	}
	.about-page h1{
		font: 24px/26px  Montserrat, Arial;
		margin-bottom:20px;
	}
	
	.about-page .about-box .block-title1{
		height:auto;
		padding:40px 20px;
		width:100%;
		background:none;
		background:#fff;
		justify-content:center;
		align-items:center;
		font: bold 45px/45px Montserrat, Arial;
	}
	.about-page .about-box .block2{
		padding:30px;
	}
	.about-page .about-box .block2 .c-first{
		margin:0 auto 42px;
	}
	.about-page .about-box .block2 .c-first .c-text{
		width:310px;
		height:310px;
	}
	.about-page .about-box .block2 .c-first .c-text h2{
		font: bold 36px/40px Montserrat, Arial;
		margin-bottom:20px;
	}
	.about-page .about-box .block2 .c-first .c-text p{
		font: 300 36px/40px Montserrat, Arial;
	}
	.about-page .about-box .block2 .c-block{
		margin:0 auto 42px;
		background:#fff;
		border:2px solid #c4c4c4;
		border-radius:10px;
		padding:45px 15px;
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.about-page .about-box .block2 .c-block h3{
		font: bold 36px/40px Montserrat, Arial;
		margin-bottom:40px;
	}
	.about-page .about-box .block2 .c-block a{
		font: 20px/30px Montserrat, Arial;
		padding:20px 15px;
	}

	.about-page .about-box .block-title2{
		height:auto;
		padding:40px 20px;
		background:none;
		background:#fff;
		justify-content:center;
		align-items:center;
		font: bold 25px/35px Montserrat, Arial;
	}
	.about-page .about-box .block3{
		padding:50px 30px;
	}
	.about-page .about-box .block3 .i-first{
		display:none;
	}
	.about-page .about-box .block3 .i-block{
		margin:0 auto 45px;
	}
	.about-page .about-box .block3 .i-block .i-title{
		font: bold 16px/16px Montserrat, Arial;
	}
	.about-page .about-box .block3 .i-block .i-text {
		padding:0 30px;
		font: 18px/28px Montserrat, Arial;
	}
	.about-popup .popup-box .ap-box {
		padding: 30px;
	}
	.about-popup .popup-box .ap-box img{
		width:100%;
		max-width:110px;
		height:auto;
		margin-left:30px;
		margin-bottom:20px;
	}
	.about-popup .popup-box .ap-box h3{
		font: bold 26px/40px Montserrat, Arial;
		margin-bottom:20px;
		text-indent:30px;
	}
	.about-popup .popup-box .ap-box .p-text{
		text-align:justify;
		text-indent:30px;
		font: 300 16px/20px Montserrat, Arial;
		max-height:400px;
		overflow:auto;
		padding-right:10px;
	}
	
	.footer{
		width:96%;
		max-width:2160px;
		display:flex;
		align-items:flex-end;
		justify-content:flex-start;
		margin:0 auto;
	}
	.footer .f-logo{
		width:30%;
	}
	.footer .f-logo a{
		margin: 0;
		display:block;
	}
	.footer .f-logo img{
		width:100%;
		max-width:276px;
		height:auto;
		margin: 0;
		display:block;
	}
	.footer .f-menu{
		width:70%;
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-end;
		padding: 0 15px 40px 30px;
	}
	.footer .f-menu a{
		font: bold 12px/14px Montserrat, Arial;
		margin:0 5px 10px;
	}
	.footer .f-menu a:hover{
		text-decoration:underline;
	}
}
@media (min-width: 1021px) and (max-width: 1500px) {
	.header .logo {
		align-items: flex-start;
	}
	.header .t-block2 .t-menu a {
		font: 1.15vw/1.8vw Montserrat, Arial;
		margin: 0 10px;
		text-align:center;
	}
	.header .t-block2 .t-menu .t-social {
		width: 200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	.header .t-block2 .t-menu .t-social a{
		display:flex;
		width: 45px;
		height: 45px;
		margin:0 3px;
	}
	
	.main-buttons .m-buttons{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.main-buttons .m-buttons a{
		width:47%;
		margin:0 1.5% 30px;
	}
	.main-buttons .m-buttons a span{
		font:20px/26px Montserrat, Arial;
		color:#fff;
	}

	.main-news{
		margin-bottom:10px;
	}
	.main-news h2{
		text-align:center;
		font: bold 16px/20px  Montserrat, Arial;
	}
	.main-news .news-links{
		text-align:center;
		margin-bottom:30px;
	}
	.main-news .news-links a{
		font: 14px/18px Montserrat, Arial;
	}
	.main-news .main-posts .post{
		width: 46%;
	}
	
	.main-news .main-posts .m-social .soc-text h3 {
		font: 1.5vw/2vw Montserrat, Arial;
		margin-bottom: 30px;
		max-width: 500px;
	}
	.main-news .main-posts .m-social .soc-text h2 {
		color: #500878;
		font: bold 2.5vw/3vw Montserrat, Arial;
	}
	.main-news .main-posts .m-social .soc-buttons a {
		width: 40px;
		height: 40px;
		margin:0 5px;
	}
	#news .news-posts .post {
		width: 47%;
		margin: 0 1.5% 30px;
	}
	
	.gallery .albums-list .album {
		width: 29%;
		margin: 0 2% 30px 0;
	}
	.top-categories a:hover, .top-categories a.active {
		font: bold 2.5vw/3vw Montserrat, Arial;
	}
	.shops-list .shop {
		width: 31%;
		margin: 0 2% 30px 0;
		border-radius: 30px;
	}
	.contacts .c-container .block1 h2{
		font:bold 1.4vw/1.8vw Montserrat, Arial; 
	}
	.contacts .c-container .block1 p{
		font: 1.2vw/1.7vw Montserrat, Arial; 
	}
	.contacts .c-container .block1 p a{
		font: 1.2vw/1.7vw Montserrat, Arial; 
	}
	.contacts .c-container .block2 a{
		font: 2vw/2.5vw Montserrat, Arial;
	}
	#feedback .feedback-adv {
		align-items: flex-start;
	}
	#feedback .feedback-adv .f-a {
		width: 50%;
		margin-bottom: 70px;
	}
	#feedback .feedback-bottom {
		justify-content: center;
		flex-direction:column;
	}
	#feedback .feedback-bottom {
		justify-content: center;
		flex-direction:column;
	}
	#feedback .feedback-how-to{
		width:100%;
	}
	#feedback .feedback-how-to .routes {
		width: 50%;
	}
	#rent .rent-image .image-text h3 {
		font: bold 2vw/2vw Montserrat, Arial;
	}
	#rent .rent-image .image-text h2 {
		font: bold 3vw/3vw Montserrat, Arial;
	}
	#rent .rent-title1 {
		font: bold 2vw/2vw Montserrat, Arial;
	}
	#rent .rent-top-info div a {
		font: 1.5vw/1.5vw Montserrat, Arial;
	}
	#rent .rent-title2 {
		font: bold 2vw/2vw Montserrat, Arial;
	}
	#rent .rent-adv {
		align-items:  flex-start;
	}
	#rent .rent-adv .r-a {
		width: 50%;
	}
	.about-page .about-box .block-title2 {
		background-size: 10% auto;
		font: bold 45px/55px Montserrat, Arial;
	}
}
@media (min-width: 1501px) and (max-width: 1700px) {
	.header .logo {
		align-items: flex-start;
	}
	.header .t-block2 .t-menu a {
		font: 1.15vw/1.8vw Montserrat, Arial;
		margin: 0 10px;
		text-align:center;
	}
	.header .t-block2 .t-menu .t-social {
		width: 200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}
	.header .t-block2 .t-menu .t-social a{
		display:flex;
		width: 45px;
		height: 45px;
		margin:0 3px;
	}
	
	.main-buttons .m-buttons{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.main-buttons .m-buttons a{
		width:calc(25% - 20px);
		margin:0 10px 30px;
		padding: 30px;
		min-height: auto;
	}
	.main-buttons .m-buttons a span{
		font:1vw/1.5vw Montserrat, Arial;
		color:#fff;
	}
	.main-buttons .m-buttons a img {
		max-width:35%;
		height:auto;
	}
	

	.main-news{
		margin-bottom:10px;
	}
	
	
	.main-news .main-posts .m-social .soc-text h3 {
		font: 1.5vw/2vw Montserrat, Arial;
		margin-bottom: 30px;
		max-width: 500px;
	}
	.main-news .main-posts .m-social .soc-text h2 {
		color: #500878;
		font: bold 2.5vw/3vw Montserrat, Arial;
	}
	.main-news .main-posts .m-social .soc-buttons {
		width: 30%;
	}
	.main-news .main-posts .m-social .soc-buttons a {
		width: 70px;
		height: 70px;
		margin:0 5px;
	}
	.main-news .main-posts .post-block .p-content .text {
		padding: 5% 10%;
	}
	.main-news .main-posts .post-block .p-content .text a {
		font: bold 1.3vw/1.8vw Montserrat, Arial;
		justify-content:flex-start;
	}
	#news .news-posts .post-block .p-content .text{
		padding: 5% 10%;
	}
	#news .news-posts .post-block .p-content .text a {
		font: bold 1.3vw/1.8vw Montserrat, Arial;
		justify-content:flex-start;
	}
	
	.gallery .albums-list .album {
		width: 29%;
		margin: 0 2% 30px 0;
	}
	.top-categories a:hover, .top-categories a.active {
		font: bold 2.5vw/3vw Montserrat, Arial;
	}
	.shops-list .shop {
		width: 31%;
		margin: 0 2% 30px 0;
		border-radius: 30px;
	}
	.contacts .c-container .block1 h2{
		font:bold 1.4vw/1.8vw Montserrat, Arial; 
	}
	.contacts .c-container .block1 p{
		font: 1.2vw/1.7vw Montserrat, Arial; 
	}
	.contacts .c-container .block1 p a{
		font: 1.2vw/1.7vw Montserrat, Arial; 
	}
	.contacts .c-container .block2 a{
		font: 2vw/2.5vw Montserrat, Arial;
	}
	#feedback .feedback-adv {
		align-items: flex-start;
	}
	#feedback .feedback-adv .f-a {
		width: 50%;
		margin-bottom: 70px;
	}
	#feedback .feedback-bottom {
		justify-content: center;
		flex-direction:column;
	}
	#feedback .feedback-how-to {
		width: 100%;
		max-width: 1300px;
		height: auto;
		margin: 0 auto 30px;
	}
	#rent .rent-image .image-text h3 {
		font: bold 2vw/2vw Montserrat, Arial;
	}
	#rent .rent-image .image-text h2 {
		font: bold 3vw/3vw Montserrat, Arial;
	}
	#rent .rent-title1 {
		font: bold 2vw/2vw Montserrat, Arial;
	}
	#rent .rent-top-info div a {
		font: 1.5vw/1.5vw Montserrat, Arial;
	}
	#rent .rent-title2 {
		font: bold 2vw/2vw Montserrat, Arial;
	}
	#rent .rent-adv {
		align-items:  flex-start;
	}
	#rent .rent-adv .r-a {
		width: 50%;
	}
	.about-page .about-box .block-title2 {
		background-size: 10% auto;
		font: bold 55px/65px Montserrat, Arial;
	}
}
