body.page-template-retail {
	background: white;
	color: #000;
	font-size: 15px;
    font-size: 1rem;
    line-height: 1.5;
}

.page-template-retail #headerWrapper {
	position: fixed;
    z-index: 100;
	left: 0;
    top: 0;
	background: #fff;
}
.page-template-retail .header-mobile {
	background-color: #1b1b1b;
}

.page-template-retail .logo svg {
    fill: #000;
}
.page-template-retail .top-contact__phone, .page-template-retail .top-contact-inner>p {
	color: #000;
}
.page-template-retail *:not(.header-mobile) .nav-toggle:not(.nav-toggle_active) .nav-toggle__bar {
	background: #000;
}
.page-template-retail .header-mobile .nav-toggle:not(.nav-toggle_active) .nav-toggle__bar {
	background: white;
}
.page-template-retail .fancybox-slide .popup {
    color: white;
}
.page-template-retail  > .det_mob {
	max-width: unset;
}
.retail .wrapper {
	max-width: 1200px !important;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.page-template-retail .title {
	font-size: 30px;
}
.container {
	max-width: 1440px !important;
}


/*--------------------------------------------------------------
# promo
--------------------------------------------------------------*/
@media screen and (max-width:768px){
	.promo {
		margin-bottom: 0 !IMPORTANT;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
	padding: 144px 0 72px 0;
}
.about .inner{
	display: flex;
	flex-wrap: wrap;
}
.about-img {
    flex: 0 0 calc(50% - 96px);
    display: flex;
    flex-wrap: wrap;
    margin-right: 96px;
	order: 1;
}
.about-text{
    flex: 0 0 calc(50% - 96px);
    margin-left: 96px;	
	padding-top: 0px;
	order: 2;
}
.about-autor-text{
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 31px;
	letter-spacing: 0.02em;
	text-align: left;
	flex: 0 0 50%;
		
}
.about-autor-text span{
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;	
	padding-left: 35px;
}
.about-autor-pod{
	flex: 0 0 50%;	
	text-align: right;
}
.about-autor {
    margin-bottom: 40px;
}
.about-text h2{
	font-size: 30px;	
	/*font-weight: bold;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0.02em;
	text-align: left;
	text-transform: uppercase;*/
	margin-bottom: 45px;
}
.about-text p{
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
	margin-bottom: 30px;
}
a.roza-link, button.roza-link{
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0.02em;
	text-align: left;	
	text-transform: uppercase;
    text-decoration: none;
	background-color: transparent;
	color: #1B1B1B;
	padding: 0px;
	width: max-content;
	border: none;
    outline: 0;
}
a.roza-link:hover span, button.roza-link:hover span{
    border-bottom: 2px solid #f8f8f8;
	transition: .2s ease-out;
    color: initial;	
}
a.roza-link span, button.roza-link span{
    border-bottom: 2px solid #786944;
    padding-bottom: 3px;
	transition: .2s ease-out;	
}
a.roza-link::after, button.roza-link::after{
	content: "";
	background-image: url(/img/retail/icons/arrow-right-black.svg);
	width: 22px;
	height: 10px;
	transition: .2s ease-out;
	background-repeat: no-repeat;
	display: inline-block;	
	margin-left: 20px;
}
@media screen and (max-width:1170px){
	.about {
		padding: 35px 0;
		background-color: #FFF;
	}
	.about-img {
		flex: 0 0 calc(50% - 10px);
		margin-right: 10px;
	}
	.about-text {
		flex: 0 0 calc(50% - 10px);
		margin-left: 10px;
		padding-top: 0px;
	}	
	.about-text h2 {
		margin-bottom: 30px;
	}
	.about-text p {
		margin-bottom: 30px;
	}	
}
@media screen and (max-width:768px){
	.about-img {
		order: 2;
		flex: 0 0 calc(100% - 0px);
		margin-right: 0px;		
	}
	.about-text {
		order: 1;
		flex: 0 0 calc(100% - 0px);
		margin-left: 0px;	
		margin-bottom: 40px;		
	}
	.about-text h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.about-text p{
		font-size: 15px;
		line-height: 25px;
	}
	a.roza-link, button.roza-link {
		font-size: 18px;
		line-height: 28px;
	}
	.about-autor-text {
		flex: 0 0 70%;
		font-size: 17px;
		line-height: 23px;
	}
	.about-autor-pod {
		flex: 0 0 30%;
	}
	.about-autor-text span {
		padding-left: 30px;
	}
	.about-autor{
		width: 100%;
		text-align: center;
	}
}


/*--------------------------------------------------------------
# Overall
--------------------------------------------------------------*/
.overall{
	padding: 72px 0; 
}
.overall p {
	margin: 0;
}
.overall-block{
	display: flex;
}

.overall-title{
	/*flex: 0 0 50%;*/
	padding-bottom: 50px;
}
.overall-link {
	flex: 0 0 50%;
	display: flex;
	justify-content: end;
	align-items: center;
	padding-bottom: 85px;
}
.overall-title-badge{
	display: inline-block;
  background-color: #786944;
  padding: 3px 6px;
  color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.52px;
  transform: translate(5px, -5px);
	display: none;
}

.overall-items{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.overall-item sup{
	top: -0.6em;
	left: -0.01em;
	font-size: 50%;
}
.overall-item{
	margin: 0 15px;
	flex: 0 0 calc(20% - 30px);
	display: flex;
	flex-wrap: wrap;
	align-self: flex-start;
}
.overall-item.first{
	flex: 0 0 calc(15% - 30px);
}
.overall-item.second{
	flex: 0 0 calc(25% - 30px);
}
.overall-item.five {
	justify-content: end;
}
.overall-item-title{
	margin-bottom: 10px;
}
.overall-item-title-text p{
	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	margin-bottom: 20px;

}

.overall-item-text p{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 170%;
	letter-spacing: 0.02em;	
}
.overall-item-title p{
	color: #1B1B1B;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.38px;
	line-height: 1.67;
}
.overall-item-value, .overall-item-title{
	width: 100%;
	flex: 0 0 100%;
}
.overall-item-value p{
	color: #786944;
	font-weight: 600;
	font-size: 50px;
	line-height: 140%;
	letter-spacing: 0.02em;
	
}
.overall-link-mob{
	display: none;
}

/*--------------------------------------------------------------
# Overall @media
--------------------------------------------------------------*/
@media screen and (max-width:1200px){
	.overall-item, .overall-item.first, .overall-item.second {
		flex: 0 0 calc(33.3333% - 30px);
		margin-bottom: 32px;
	}
}
@media screen and (max-width:992px){
	.overall-block{

	}
	.overall-title{

	}
}	
@media screen and (max-width:768px){
	.overall{
		background: #F8F8F8;
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.overall-title {
		flex: 0 0 100%;
	}
	.overall-link {
		display: none;
	}
	.overall-title {
		padding-bottom: 40px;
	}
	.overall-title .title {
		/*text-align: center;*/
	}
	.overall-item, .overall-item.first, .overall-item.second {
		flex: 0 0 calc(100% - 30px);
		text-align: center;
		margin-bottom: 32px;
	}
	.overall-item-title-text {
		width: 100%;
	}
	.overall-item-text {
		width: 100%;
	}
	.overall-link-mob{
		display: none;
		text-align: center;
	}
	.overall .overall-link-mob a.roza-link{
		background-color: #F8F8F8;
	}
}
@media screen and (max-width:576px){
	.overall{

	}

	.overall-title-badge{

	}

	.overall-item {

	}

	.overall-item:nth-of-type(2){

	}

	.overall-item-title{

	}

	.overall-item-title p{
		font-size: 15px;
		line-height: 25px
	}

	.overall-item-value p{
		font-size: 40px;
		line-height: 56px
	}
	.overall-item-title-text p{
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 16px;
	}
}


/*--------------------------------------------------------------
# Location
--------------------------------------------------------------*/
.location{
	padding: 72px 0;
	height: auto !important;
    display: block !important;
}

.location-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   /* -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
}

.location-left{
	flex: 0 0 calc(50% - 96px);
	flex-wrap: wrap;
	margin-right: 96px;
	
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.location-img{

}

.location-img img{
}

.location-iframe {
	width: 100%;
    max-width: 488px;
    height: 100%;
    min-height: 488px;
	position: relative;
	background: #f8f8f8;
}

.location-iframe > *,
.location-iframe iframe {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.location-right{
	flex: 0 0 calc(50% - 96px);
	margin-left: 96px;
}

.location-text p{
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: left;
	margin-bottom: 30px;
}
.location-text p strong{
	
	font-weight: 600;
	font-size: 22px;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.location-text h2{
	margin-bottom: 25px;
}
.location-text-body{
	padding: 55px;
	background-color: #fff;
}

.location-desc{
	margin-bottom: 50px;
}

.location-desc p{
	color: #1B1B1B;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.38px;
	margin-bottom: 25px;
}

.location-desc p:last-of-type{
	margin-bottom: 0;
}

.location-address{
	margin-bottom: 25px;
	position: relative;
	padding-left: 40px;
}

.location-address:before{
	content: "";
	background-image: url(/img/icons/pin.svg);
	background-position: center;
	background-size: cover;
	width: 14px;
	height: 20px;
	position: absolute;
	top: 7px;
	left: 0;
}

.location-address p{
	color: #1B1B1B;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 1.35;
}

.location-phone{
	position: relative;
	padding-left: 40px;
}

.location-phone:before{
	content: "";
	background-image: url(/img/icons/phone.svg);
	background-position: center;
	background-size: cover;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 8px;
	left: 0;
}

.location-phone a{
	color: #1B1B1B;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.location-phone a:hover{
	border-color: #1B1B1B;
}

/*--------------------------------------------------------------
# Location @media
--------------------------------------------------------------*/
@media screen and (max-width:1600px){
	.location-map img{
	  transform: translateX(145px);
	}
}
@media screen and (max-width:1200px){
	.location-left{
		flex: 0 0 calc(50% - 10px);
		margin-right: 10px;
	}
	.location-right{
		flex: 0 0 calc(50% - 10px);
		margin-left: 10px;
	}		
}
@media screen and (max-width:992px){

}	
@media screen and (max-width:768px){
	.location{
		padding: 35px 0;
	}	
	.location-iframe {
		max-width: unset;
	}
	.location-block {
		flex-wrap: wrap;
	}
	.location-left{
		order: 2;
		flex: 0 0 calc(100% - 0px);
		margin-right: 0px;
	}
	.location-right{
		order: 1;
		flex: 0 0 calc(100% - 0px);
		margin-left: 0px;
		margin-bottom: 40px;
	}	
	.location-text h2 {
		margin-bottom: 45px;
		/*text-align: center;*/
		margin-bottom: 30px;
	}	
	.location-text p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.location-img{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:576px){
	.location-iframe {
		max-width: unset;
		width: 100vw;
		height: 100vw;
		margin-left: -15px;
		min-height: unset;
	}
	.location {
		overflow: hidden;
		padding-bottom: 0;
	}
}

/*--------------------------------------------------------------
# trafics
--------------------------------------------------------------*/
.trafics{

}
.trafics .wrapper{
    padding: 72px 15px;
	border-bottom: 1px solid #E4E4E4;
}
.trafics-block {
    display: flex;
    align-items: flex-start;
}
.trafics-left {
    flex: 0 0 calc(50%);
    flex-wrap: wrap;
    padding-right: 96px;
	border-right: 1px solid #E4E4E4;
	display: flex;
}
.trafics-left .trafics-item {
    flex: 0 0 33.333%;
}
.trafics-right {
    flex: 0 0 calc(50%);
    padding-left: 96px;
	display: flex;
	flex-wrap: wrap;
}
.trafics-right .trafics-item {
    flex: 0 0 50%;
}
.trafics h2 {
    margin-bottom: 45px;
}
.trafics h3 {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 22px;
		
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 45px;
}
.trafics-item-value{
	color: #786944;
	
	font-weight: 600;
	font-size: 50px;
	line-height: 70px;
}
.trafics-item-title{
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
}
/*--------------------------------------------------------------
# trafics @media
--------------------------------------------------------------*/
@media screen and (max-width:1600px){
}
@media screen and (max-width:1200px){
	.trafics-left{
		flex: 0 0 calc(50%);
		padding-right: 10px;
	}
	.trafics-right{
		flex: 0 0 calc(50%);
		padding-left: 10px;
	}		
}
@media screen and (max-width:992px){
	.trafics-block {
		flex-wrap: wrap;
	}
	.trafics h3{
		width: 100%;
		margin-bottom: 30px;
	}
	.trafics-left{
		flex: 0 0 calc(100%);
		padding-right: 0px;
		margin-bottom: 30px;
		border-right: none;
	}
	.trafics-right{
		flex: 0 0 calc(100%);
		padding-left: 0px;
	}
}	
@media screen and (max-width:768px){
	.trafics{
		background: #F8F8F8;		
	}
	.trafics .wrapper{
		padding: 35px 15px 0px 15px;
		border-bottom: none;
	}
	.trafics .wrapper .inner{
		border-bottom: 1px solid #E4E4E4;
		padding-bottom; 35px;
	}
	.trafics-block {
		flex-wrap: wrap;
	}
	.trafics-left{
		flex: 0 0 calc(100% - 0px);
		padding-right: 0px;
	}
	.trafics-right{
		flex: 0 0 calc(100% - 0px);
		padding-left: 0px;
	}	
	.trafics h2 {
		margin-bottom: 45px;
		text-align: center;
		margin-bottom: 30px;
	}	
	.trafics-left .trafics-item {
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.trafics-right .trafics-item {
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.trafics h3{
		text-align: center;
		font-size: 22px;
		line-height: 35px;
	}	
	.trafics-item-value{
		font-size: 50px;
		line-height: 70px;
	}
	.trafics-item-title{
		font-size: 15px;
		line-height: 25px;
	}	
}
@media screen and (max-width:576px){
}

/*--------------------------------------------------------------
# realty
--------------------------------------------------------------*/
.realty{
    padding: 72px 0px;
}
.realty p {
	margin: 0;
}
.realty h2 {
	font-weight: 600;
	font-size: 33px;
    margin-bottom: 45px;
	line-height: 50px;
}
.realty-block{
	display: flex;
	flex-wrap: wrap;
}
.realty-items{
	flex: 0 0 33.333%;
}
.realty-items.center{
	flex: 0 0 calc(33.333% - 0px);
	margin-left: 50px;
}
.realty-items.left{
	padding-right: 50px;
	display: flex;
	flex-wrap: wrap;
}
.realty-items.right{
	padding-left: 100px;
	flex: 0 0 calc(33.333% - 50px);
}
.realty-item{
	width: 100%;
}
.realty-items.right .realty-item{
	margin-bottom: 75px;
}
.realty-items.right .realty-item:last-of-type{
	margin-bottom: 0px;
}
.realty-item-value{
	color: #786944;
	
	font-weight: 600;
	font-size: 50px;
	line-height: 70px;
}
.realty-item-title{
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
}
.realty-items .rooms{
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	width: 100%;
	flex: 0 0 100%;
}
.realty-items .room-title{
	font-size: 15px;
	line-height: 26px;
	flex: 0 0 85%;
}
.realty-items .room-number{
	font-size: 15px;
	line-height: 26px;
	
	font-weight: 600;	
	flex: 0 0 15%;
}
/*--------------------------------------------------------------
# realty @media
--------------------------------------------------------------*/
@media screen and (max-width:1600px){
}
@media screen and (max-width:1200px){
	.realty-items.right .realty-item{
		margin-bottom: 50px;
	}		
}
@media screen and (max-width:992px){
	.realty-items.right .realty-item {
		margin-bottom: 10px;
	}	
}
@media screen and (max-width:768px){
	.realty{
		padding: 35px 0px;
	}
	.realty h2{
		text-align: center;
		font-size: 30px;
		line-height: 42px;
	}
	.realty-items {
		flex: 0 0 100%;
		padding: 0px;
		margin: 0px;
	}
	.realty-items.left {
		padding-right: 0px;
		padding-bottom: 40px;
		border-bottom: 1px solid #E4E4E4;
		order: 1;
	}
	.realty-items.center{
		order: 3;
		flex: 0 0 calc(100% - 0px);
		margin-left: 0px;
		padding-top: 40px;
		text-align: center;
	}
	.realty-items.right{
		order: 2;
		padding-left: 0px;
		flex: 0 0 calc(100% - 0px);
		padding-top: 40px;
	}
	.realty-items.right .realty-item {
		margin-bottom: 30px;
		text-align: center;
	}
}
@media screen and (max-width:576px){
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery{
	padding: 72px 0;
	background: #f8f8f8;
}

.retail .gallery .gallery-items .slick-list {
    overflow: hidden;
}

.gallery .wrapper{
	max-width: 100%;
	padding: 0;
	overflow: visible;
}

.gallery-block{
	display: flex;
}

.gallery-left{
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	flex-shrink: 0;
	padding-right: 110px;
}

.gallery-title{
	margin-bottom: 48px;
}
.gallery-title .title.mobile{
	display: none;
}
.gallery-arrows{
	position: relative;
	width: 120px;
	height: 50px;
}

.gallery-right{
	width: 60%;
}

.gallery-items{
	width: 1700px;	
}

.gallery-item a{
	display: block;
	margin-right: 50px;
}

/*--------------------------------------------------------------
# Gallery @media
--------------------------------------------------------------*/

@media screen and (max-width:1400px){
	.gallery-items{
		width: 100%;
	}
}
@media screen and (max-width:1200px){
	.gallery .wrapper{
		padding: 0 15px;
	}

	.gallery-item a{
		margin-right: 0;
	}
}
@media screen and (max-width:992px){
	.gallery-left{
		padding-right: 30px;
	}
}	
@media screen and (max-width:768px){
	.gallery-block{
		flex-wrap: wrap;
	}

	.gallery-left{
		width: 100%;
		display: block;
		padding-right: 0;
		margin-bottom: 35px;
	}

	.gallery-left-inner{
		display: block;
	}
	.gallery-arrows{
		display: none;
	}
	.gallery-title{
		width: 100vw;
		margin: 0px auto;
	}
	.gallery-title .title{
		display: none;
	}	
	.gallery-title .title.mobile{
		display: block;
		text-align: left;
		padding-left: 15px;
	}
	.gallery-right{
		width: 100%;
	}
}
@media screen and (max-width:576px){
	.gallery{
		padding: 35px 0;
		padding-bottom: 0;
	}

	.gallery-arrows{
		width: 78px;
		height: 33px;
	}

	.gallery-items{
		/*margin-bottom: 30px;*/
	}

	.gallery-items .slick-dots{
		/*bottom: -30px;*/
	}

	.gallery-items .slick-dots li{
		margin: 0 5px;
	}

	.gallery-items .slick-dots li button{
		width: 8px;
		height: 8px;
	}
	.slick-dots li.slick-active button {
		width: 10px;
		height: 10px;
	}		
	.gallery-item a{
		height: 288px;
	}

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


/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.retail .slick-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #e8e8ec;
	border-radius: 50%;
	z-index: 1;
	padding: 0;
}

.retail .slick-arrow.slick-disabled{
	pointer-events: none;
	opacity: 1;
}

.retail .slick-arrow:hover{
	background-color: #786944;
}

.retail .slick-arrow path{
	transition: .2s ease-out;
}

.retail .slick-arrow:hover path{
	fill: #fff;
}

.retail .slick-prev{
	left: 0;
	transform: unset;
}

.retail .slick-next{
	right: 0;
	transform: unset;
}

.retail .slick-dots{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  height: 17px;
}

.retail .slick-dots li{
	margin: 0 10px;
	line-height: 0;
}

.retail .slick-dots li button{
	font-size: 0;
	padding: 0;
	background-color: #1B1B1B;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.retail .slick-dots li.slick-active button{
	background-color: #786944;
	transform: scale(1.3);
}

/*--------------------------------------------------------------
# Slick @media
--------------------------------------------------------------*/
@media screen and (max-width:1200px){
	
}
@media screen and (max-width:992px){
	
}	
@media screen and (max-width:768px){
	.retail .slick-dots li button{
		background-color: #FFF;
		opacity: 0.57;
		width: 6px;
		height: 6px;
	}
	.retail .slick-dots li.slick-active button {
		border: 2px solid #FFF;
		background-color: rgba(0,0,0,0);
		width: 12px;
		height: 12px;
		opacity: 1;
	}
}
@media screen and (max-width:576px){
	.retail .slick-arrow{
		width: 33px;
		height: 33px;
	}

	.retail .slick-arrow svg{
		width: 5px;
		height: 7px;
	}

	.retail .slick-dots li{
		margin: 0 5px;
	}

	.retail .slick-dots li button{
		width: 5px;
		height: 5px;
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.rt-header{
	position: fixed;
	width: 100%;
	z-index: 20;
}

.rt-header-block{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	align-items: center;
}

.rt-header-logo{
	display: flex;
	align-items: center;
	padding: 0 50px;
	border-right: 1px solid #f4f4f4;
}

.rt-header-logo svg {
	width: 150px;
}

.rt-header-logo a{
	border-bottom: 2px solid transparent;
}

.rt-header-logo a:hover{
	border-color: #1B1B1B;
}

.rt-header-nav{
	flex-grow: 1;
	padding: 0 50px;
	position: relative;
}

.rt-header-nav ul{
	display: flex;
	justify-content: space-between;
	margin: 0;
    padding: 0;
	list-style: none;
}

.rt-header-nav ul li{

}

.rt-header-nav ul li a{
	height: 98px;
	display: flex;
	align-items: center;
	color: #1B1B1B;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.28px;
	transition: .4s ease-out;
}

.rt-header.fixed .rt-header-nav ul li a{
	height: 68px;
}

.rt-header-nav-line{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #786944;
	transition: .5s ease-out;
}

.rt-header-phone{
	display: flex;
	align-items: center;
	padding: 0 50px;
	border-left: 1px solid #f4f4f4;
	position: relative;
}

.comagic_callback {
    /*border: 1px solid #786944;
    text-align: center;
    color: #786944;
    padding: 5px 10px;
    margin: 5px 0;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .2s ease;*/
}
.comagic_callback:hover {
    /*background: #786944;
	color:#fff;*/
}

.rt-header-phone:before{
	content: "";
	background-image: url(/img/retail/icons/phone.svg);
	width: 14px;
	height: 14px;
	margin-right: 13px;
	display: inline-block;
    margin-bottom: -2px;
}

.rt-header-phone a{
	color: #1B1B1B;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	display: block;
}

.rt-header-phone a:hover{
	border-color: #1B1B1B;
	color: #1B1B1B;
	cursor: pointer;
}

.rt-header-btn{
	display: none;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	transition: .2s ease-out;
}

a:hover, a:focus, a:active {
	outline: 0;
}

.link-arrow{
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.02em;
	text-align: left;
	
}

.link-arrow:hover{
	border-color: #fff;
	color: #fff;
}

.link-text{
	border-bottom: 2px solid transparent;
	transition: .2s ease-out;
}

.link-arrow:hover .link-text{
	border-color: #fff;
}

.link-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #786944;
	border-radius: 50%;
	margin-left: 20px;
}

.link-icon:after{
	content: "";
	background-image: url(/img/retail/icons/arrow-right-white.svg);
	width: 20px;
	height: 10px;
	transition: .2s ease-out;
	background-repeat: no-repeat;
}

.link-arrow:hover .link-icon:after{
	transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Header @media
--------------------------------------------------------------*/
@media screen and (max-width:1200px){
	.rt-header .wrapper{
		padding: 0;
	}

	.rt-header-block{
		justify-content: flex-start;
	}

	.rt-header-logo{
		padding: 0 15px;
	}

	.rt-header-nav{
		position: fixed;
		width: 100%;
		height: calc(100% - 52px);
		top: 52px;
		left: 0;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		/*transition: .2s ease-out;*/
		z-index: -1;
	}

	body.m-panel .rt-header-nav{
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.rt-header-nav ul{
		height: 100%;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}

	.rt-header-nav ul li{
		margin-bottom: 40px;
	}

	.rt-header-nav ul li:last-of-type{
		margin-bottom: 0;
	}

	.rt-header-nav ul li a{
		font-size: 16px;
		height: auto;
	}

	.rt-header.fixed .rt-header-nav ul li a{
		height: auto;
	}

	.rt-header-phone{
		padding: 0 15px;
		justify-content: center;
		width: 100%;
	}

	.rt-header-btn{
		display: block;
		margin-left: auto;
	}
}
@media screen and (max-width:992px){
	
}	
@media screen and (max-width:768px){
	.rt-header-phone{
		width: 100%;
	}
}
@media screen and (max-width:576px){
	.rt-header-nav ul li a{
		font-size: 14px;
	}

	.rt-header-phone a{
		font-size: 14px;
		white-space: nowrap;
		flex: 0 0 calc(100% - 27px);
	}
	.rt-header-phone::before {
		flex: 0 0 14px;
	}
	.rt-header-logo svg {
		width: 75px;
	}
}

@media screen and (max-width:340px){
	.rt-header-phone a {
	  font-size: 11px;
	  padding-top: 2px;
	}
}


/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome{
	background-image: url(/img/retail/welcome-bg-2.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
}

.welcome-block{
	padding-top: 200px;
	padding-bottom: 50px;
	height: 100vh;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: -webkit-fill-available;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: flex-end;
	    -ms-flex-align: flex-end;
	        align-items: flex-end;
}
.welcome-title {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
	line-height: 42px;
    font-weight: 700;
	top: 50%;
	transform: translateY(-50%);
}
.welcome-title span {
	display: inline-block;
	padding: 0 10px;
	margin: 5px 0;
    background: rgba(120,105,68, 0.9);
}

.welcome-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
}
.welcome-img picture {
    position: absolute;
    top: 150px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.welcome-img picture img {
	filter: drop-shadow(2px 4px 6px black);
}

.welcome-text{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
            flex: 0 0 calc(100% - 300px);	
}

.welcome-link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}
.welcome-link-mob{
	display: none;
}
/*--------------------------------------------------------------
# Welcome @media
--------------------------------------------------------------*/
@media screen and (max-width:1200px){
	.welcome-text{

	}
}
@media screen and (max-width:992px){
	.welcome-img{

	}
}	
@media screen and (max-width:768px){
	.welcome{
		background-image: url(/img/retail/welcome-bg-mobile-2.jpg);	
		background-position: bottom;
	}
	.welcome-block{
		padding-top: 100px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
		min-height: calc(100vh - 150px);
		height: calc(100vh - 150px);
	}	
	.welcome-img{
		margin: 0 auto;
		width: 80%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
	}	
	.welcome-text{
		display: none;
	}	
	.welcome-link-mob{
		display: block;
		background-color: #1B1B1B;
		padding: 25px;
		color: #FFF;
	}	
	.link-arrow {
		font-size: 16px;
		line-height: 25px;
	}
	.link-icon {
		
	}
	.welcome-title {
		font-size: 18px;
		line-height: 28px;
	}
	.welcome-img picture {
		top: 100px;
	}
}
@media screen and (max-width:576px){
	.link-text {
		width: 85%;
	}
}

/*--------------------------------------------------------------
# Mobile Panel
--------------------------------------------------------------*/
.mobile-panel-btn{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #FFF;
	text-align: center;
	padding: 0;
	outline: 0;
    border: none;
    border-left: 1px solid #f4f4f4;
}
.mobile-panel-btn span{
	display: block;
	width: 16px;
	height: 2px;
	background-color: #1B1B1B;
	margin-bottom: 5px;
	transition: .2s ease-out;
}

.mobile-panel-btn.active span:nth-of-type(1){
	transform: translateY(7px) rotate(45deg);
}

.mobile-panel-btn.active span:nth-of-type(2){
	opacity: 0;
}

.mobile-panel-btn.active span:nth-of-type(3){
	transform: translateY(-7px) rotate(-45deg);
}

.mobile-panel-btn span:last-of-type{
	margin-bottom: 0;
}

.mobile-panel{
  display: none;
}

body.m-panel{
	overflow: hidden;
}

/*--------------------------------------------------------------
# Mobile Panel @media
--------------------------------------------------------------*/
@media screen and (max-width:1200px){
	
}
@media screen and (max-width:992px){
	
}	
@media screen and (max-width:768px){
	
}
@media screen and (max-width:576px){
	
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
	border-top: 1px solid #f4f4f4;
	padding: 30px 0;
	background: #fff;
}
.footer-logo a {
	display: inline-block;
}
.footer-logo svg {
	width: 150px;
}
.footer-block{
	display: flex;
	align-items: center;
}
.footer-block1{
	color: #253346;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.28px;
	text-align: justify;
	margin-top: 15px;
}
.footer p,
.footer a{
	color: #253346;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.38px;
	margin: 0;
}

.footer a{
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.footer a:hover{
	border-color: #253346;
	color: #253346;
}

.footer-logo a{
	/*border-bottom: 2px solid transparent;*/
	text-decoration: none;
	border-bottom: none;
}

.footer-links{
	margin-left: 40px;
}

.footer-info{
	margin-left: auto;
	text-align: right;
}
/*--------------------------------------------------------------
# Footer @media
--------------------------------------------------------------*/
@media screen and (max-width:1200px){
	
}
@media screen and (max-width:992px){
	
}	
@media screen and (max-width:768px){
	.footer-block{
		display: block;
		text-align: center;
	}

	.footer-block > div{
		margin-bottom: 30px;
	}

	.footer-block > div:last-of-type{
		margin-bottom: 0;
	}

	.footer-links{
		margin-left: 0;
	}
	.footer-info{
		text-align: center;
	}
}
@media screen and (max-width:576px){
	.footer{
		padding: 35px 0;
	}

	.footer-block > div{
		margin-bottom: 25px;
	}

	.footer p, .footer a{
		font-size: 11px;
		line-height: 1.82;
		letter-spacing: 0.28px;
	}
	
	.footer-block1 {
		line-height: normal;
		font-size: 10px;
		letter-spacing: 0;
	}
}


/*--------------------------------------------------------------
# Offers
--------------------------------------------------------------*/
.offers{
	padding: 72px 0;
	background: #f8f8f8;
}

.offers-title{
	margin-bottom: 0px;
	font-size: 30px;
}

.offers-title-badge{
	/*width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #786944;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
	transform: translate(7px, -7px);*/
	display: none;
}

.offers-items{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -28px;
	flex: 0 0 calc(100%  - 56px);
	position: relative;
	justify-content: space-between;
}
.offers-item-label {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #786944;
	color: #786944;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 10;
}
.offers-item{
	width: calc(100% / 2 - 56px);
	margin: 0 28px;
	margin-bottom: 60px;
	display: none;
	position: relative;
}
.offers-item.onlyone{
	width: calc(100% - 56px);
	margin: 0 28px;
	margin-bottom: 60px;
	display: none;
	position: relative;
}

.offers-item .slick-slide > div{
	line-height: 0;
}

.offers-item.active{
	display: flex;
    flex-direction: column;
}
.offers-item.active.onlyone {
	display: flex;
    flex-direction: row-reverse;
}
.offers-item-main {
	height: 100%;
}

.offy-gallery-item a{
	display: block;
	width: 100%;
	height: 288px;
}

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

.offers-item-main{
	padding: 30px;
	background-color: #fff;
}

.offers-item.onlyone .offers-item-main {
    padding: 80px 0 80px 80px;
	flex: 0 0 400px;
	max-width: 400px;
    width: 400px;
}

.offers-item-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;	
}

.offers-item-title p{
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: 0.02em;
	
}

.offers-item-expand{
	background-image: url(/img/icons/next-arrow.svg);
	width: 6px;
	height: 9px;
	transform: rotate(90deg);
	margin-right: 2px;
	display: none;
}

.offers-item-row{
	display: flex;
	justify-content: space-between;
	padding: 35px 0 0 0;
}

.offers-item-row:last-of-type{
	padding-bottom: 0;
	border-bottom: 0;
}

.offers-item-info{
}

.offers-item-info:first-of-type{
	width: calc(40% - 15px);
	margin-right: 15px;
}

.offers-item-info:last-of-type{
	width: calc(60% - 15px);
	margin-left: 15px;;
}

.offers-item-info.marg:first-of-type{
	margin-right: 0px;
}

.offers-item-info.marg:last-of-type{
	margin-left: 0px;
}

.offers-item-row:last-of-type .offers-item-info{

}

.offers-item.onlyone .offers-item-body {
	padding: 40px 0 10px;
}

.offers-item.onlyone .offy-gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.offers-item.onlyone .offers-item-row {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	padding: 0;
}

.offers-item.onlyone .offers-item-info:first-of-type {
    width: calc(100% - 0px);
    margin: 0;
}
.offers-item.onlyone .offers-item-info:last-of-type {
    width: calc(100% - 0px);
    margin: 20px 0;
}

.offers-item-info-title{
	margin-bottom: 5px;
}

.offers-item-info-title p{
	color: #373737;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.3px;
	margin: 0;
}

.offers-item-info-title sup{
	top: -0.5em;
  left: 0;
  font-size: 65%;
}

.offers-item-info-value p{
	color: #1B1B1B;
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.02em;
	
	margin: 0;
}

.special-value {
	color: #fd0500;
	font-weight: 600;
}
p.special-price {
	color: #fd0500;
}
p.old-price {
	font-weight: 400;
    font-size: 17px;
	color: #373737;
    text-decoration: line-through;
	line-height: normal;
}
.offers-item-info-value p sup{
	left: -.1em;
}
.info-special-text{
	color: #373737;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-align: center;
	margin-top: 10px;
}
.offers-item-footer .btn{
	max-width: 100%;
}

.offers-more{
	text-align: center;
	margin: 0px auto;
}

.offers .tabs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	top: -40px;
}

.offers .tabs>input[type="radio"] {
display: none;
}

.offers .tabs>div {
/* скрыть контент по умолчанию */
	height: 0px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.offers #tab-btn-1~#content-1{
	display: none;
}
/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
.offers #tab-btn-1:checked~#content-1,
.offers #tab-btn-2:checked~#content-2,
.offers #tab-btn-3:checked~#content-3 {
	display: block;
	width: 100%;
	flex: 0 0 100%;
	height: auto;
	padding-top: 75px;
	position: relative;
}
.offers .tab-inner{
	width: 100%;
	flex: 0 0 100%;	
}
.offers .tabs>label {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	font-size: 18px;
	line-height: 28px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	top: 1px;
	margin: 0px 15px;
}

.offers .tabs>label:not(:first-of-type) {
	border-left: none;
}
.offers .tabs>input[type="radio"]+label {
	border-bottom: 2px solid #f8f8f8;
}
.offers .tabs>input[type="radio"]:checked+label {
	border-bottom: 2px solid #786944;
}
.offers .tab-inner{
	padding-top: 75px
}
.masp-lot-bg{
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index:10;	
	opacity: 0;
	transition: .3s ease-out;
}
.masp-lot-bg svg{
}
.masp-lot-bg-text{
	color: #FFF;
	
	font-size: 14px;
	position: absolute;
	line-height: 24px;

}
.masp-lot-bg-text span{
	display: block;
	font-size: 28px;
	text-align: center;
}
.masp-lot-bg-text sup{
	left: .1em;
}
#lot1 {
	left: 110px;
	bottom: 177px;	
}

#lot1 .masp-lot-bg-text{
	bottom: 10px;
}
#lot2 {
	left: 112px;
	top: 219px;	
}

#lot3 {
	left: 110px;
	top: 161px;	
}
#lot3 .masp-lot-bg-text{
	bottom: 25px;
}
#lot4 {
	left: 312px;
	top: 171px;
}
#lot4 .masp-lot-bg-text{
	bottom: 25px;
	left: 37px;
}
#lot5 {
	right: 243px;
	top: 173px;	
}
#lot5 .masp-lot-bg-text{
	bottom: 85px;
	left: 100px;
}
#lot6 {
	right: 154px;
	top: 202px;	
}
#lot6 .masp-lot-bg-text{

}
#lot7 {
	right: 155px;
	top: 374px;	
}
#lot7 .masp-lot-bg-text{

}
#lot8 {
	right: 199px;
	bottom: 176px;	
}
#lot8 .masp-lot-bg-text {
    bottom: 15px;
}
/*#arenda-map area:nth-of-type(1):hover ~ #lot1 {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}*/
#lot1:hover, #lot2:hover, #lot3:hover, #lot4:hover, #lot5:hover, #lot6:hover, #lot7:hover, #lot8:hover{
	opacity: 1;
	cursor: pointer;
	transition: .3s ease-out;
}

.offers-item-footer .btn {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #786944;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.3px;
    border: 0;
    padding: 25px;
    padding-bottom: 21px;
    cursor: pointer;
    transition: .2s ease-out;
}
.offers-item-footer .btn:hover {
	 color: #fff;
	 opacity: 0.8;
}
/*--------------------------------------------------------------
# Offers @media
--------------------------------------------------------------*/
@media screen and (max-width:1200px){

}
@media screen and (max-width:992px){
	.offers .tabs label{
		display: none;
	}
	.offers .tabs #content-2{
		display: none;
	}
	.offers #tab-btn-2:checked ~ #content-2{
		display: none;
	}
	.offers .tabs #content-1{
		display: block !important;
		height: auto;
	}	
	.offers-items{
		justify-content: center;
	}

	.offers-item {
  	width: calc(100% / 2 - 56px);
  	max-width: 370px;
	}
	.offers-item.active.onlyone {
		width: calc(100% - 30px);
		max-width: 100%;
	}	
	.offers-item-info-value p{
		font-size: 18px;
	}
	.offers-item.active.onlyone {
		display: flex;
		flex-direction: column;
	}

	.offers-item.onlyone .offers-item-row {
		display: flex;
		justify-content: space-between;
		padding: 35px 0 0 0;
	}

	.offers-item.onlyone .offers-item-info:first-of-type {
		width: calc(40% - 15px);
		margin: 0 15px 0 0;
	}

	.offers-item.onlyone .offers-item-info:last-of-type {
		width: calc(60% - 15px);
		margin: 0 0 0 15px;
	}

	.offers-item-main{
		padding: 20px;
	}

	.offers-item.onlyone .offers-item-main {
		padding: 20px;
		flex: unset;
		max-width: unset;
		width: unset;
	}
	.offers-item.onlyone .offers-item-body {
		padding: unset;
	}
}	
@media screen and (max-width:767px){
	.offers-item{
		width: calc(100% / 1 - 30px);
	}
	.offers-more{
		width: 100%;
	}
	.offers-title h2{
		/*text-align: center;*/
		font-size: 30px;
		line-height: 42px;
	}
}
@media screen and (max-width:576px){
	.offers{
		padding: 35px 0;
	}

	.offers-title{
		margin-bottom: 30px;
	}

	.offers-title-badge{
		width: 33px;
		height: 33px;
		font-size: 14px;
		letter-spacing: 0.43px;
		transform: translate(5px, -5px);
	}

	.offers-item{
		margin-bottom: 35px;
	}

	.offy-gallery-item a{
		height: 288px;
	}

	.offers-item.active.onlyone {
		display: flex;
		flex-direction: column;
	}

	.offers-item.onlyone .offers-item-row {
		display: flex;
		justify-content: space-between;
		padding: 35px 0 0 0;
	}

	.offers-item.onlyone .offers-item-info:first-of-type {
		width: calc(40% - 15px);
		margin: 0 15px 0 0;
	}

	.offers-item.onlyone .offers-item-info:last-of-type {
		width: calc(60% - 15px);
		margin: 0 0 0 15px;
	}

	.offers-item-main{
		padding: 20px;
	}

	.offers-item.onlyone .offers-item-main {
		padding: 20px;
		flex: unset;
		max-width: unset;
		width: unset;
	}

	.offers-item-header{
		padding-bottom: 0;
		min-height: auto;
		transition: .4s ease-in-out;
	}

	.offers-item.expand .offers-item-header{
		padding-bottom: 15px;
	}

	.offers-item-title{
		padding-right: 30px;
	}

	.offers-item-expand{
		display: block;
		transition: .2s ease-out;
	}

	.offers-item.expand .offers-item-expand{
		transform: rotate(-90deg);
	}

	.offers-item-body{
		/*display: none;*/
	}
	.offers-item.onlyone .offers-item-body {
		padding: unset;
	}
	
	.offers-item-row > * {
		width: max-content;
		max-width: 100%;
	}

	.offers-item-row{
		padding: 20px 0;
	}

	.offers-item-info:first-of-type{
		max-width: 100px;
	}

	.offers-item-info:last-of-type{
		max-width: max-content;
		text-align: right;
	}

	.offers-item-info:last-of-type .offers-item-info-title{
		max-width: unset;
	}

	.offers-item-row:last-of-type .offers-item-info-title{
		max-width: 160px;
	}

	.offers-item-info-value p{
		font-size: 15px;
		letter-spacing: 0.3px;
	}
	p.old-price {
		font-size: 13px;
	}
	
	.get_apartments_retail > * {
		margin-bottom: 0px;
	}
	.offers .tabs {
		margin-bottom: -40px;
	}
}


/*--------------------------------------------------------------
# tk-benefits
--------------------------------------------------------------*/

.tk-benefits {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-content: space-between;
    justify-content: space-between;
	margin-bottom: -20px;
	margin-left: -20px;
}

.tk-benefits  > * {
	width: 100%;
	box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 20px;
	max-width: 145px;
}

.tk-benefits--item .block-image {
	width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /*border: 3px solid #786944;*/
}
.tk-benefits--item .block-image a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tk-benefits--item .block-image img {
	object-fit: scale-down;
	width: 100%;
    height: 100%;
	max-height: 65px;
	max-width: 65px; 
}
.tk-benefits--item .block-desc {
	margin-top: 20px;
}
a .tk-benefits--item{
	text-decoration: underline;
}
a .tk-benefits--item:hover{
	text-decoration: none;
}
.tk-benefits--item .value {
	font-size: 14px;
    line-height: normal;
    color: #786944;
	text-align: center;
    
    font-weight: bold;
}
.tk-benefits--item .name {
	line-height: 1.2;
    font-size: 14px;
    color: #786944;
	text-align: center;
    
    font-weight: bold;
}

.tk-benefits--item .value + .name {
	font-size: 14px;
    color: rgb(27, 27, 27);
    line-height: 1.5;
	font-family: inherit;
	margin-top: 5px;
}

.tk-benefits--item:nth-child(even) {
	/*margin-top: 20px;*/
}

@media screen and (max-width:1200px){
	.tk-benefits > * {
		width: 25%;
		max-width: none;
	}	
	.tk-benefits--item .block-image {
		width: 100%;
	}
}
@media screen and (max-width:992px){
}
@media screen and (max-width:768px){
	.tk-benefits > * {
		width: 50%;
		max-width: none;
	}	
}
@media screen and (max-width:576px){
	/*.tk-benefits--item:nth-child(even) {
		margin-top: 0px;
	}
	.tk-benefits > * {
		width: 50%;
	}
	
	.tk-benefits--item:nth-child(3n) {
		margin-top: 0px;
	}
	.tk-benefits--item:nth-child(2) {
		margin-top: 0px;
	}*/
	.tk-benefits > * {
		max-width: 100%;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.tk-benefits--item .block-desc {
		margin-top: 0px;
		margin-left: 15px;
	}
	.tk-benefits--item .value {
		text-align: left;
	}
	.tk-benefits--item .name {
		text-align: left;
	}
	.tk-benefits--item .block-image{
		width: 75px;
		height: 75px;
	}		
	.fancybox-close {
		top: 20px;
		right: 20px;
	}
}

/*--------------------------------------------------------------
# tk-environment
--------------------------------------------------------------*/
.tk-environment {
	padding: 60px 0;
}

.tk-environment-block {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
}

.tk-environment-block  > .tk-environment-left {
	flex: 0 0 calc(50% - 96px);
	margin-right: 96px;
}
.tk-environment-block  > .tk-environment-right {
	flex: 0 0 50%;
}

.tk-environment .block-caption {
	
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 25px;
}
.tk-environment .block-text {
	margin-top: 30px;
}

.tk-environment .block-text p {
	margin-bottom: 30px;
	font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.tk-environment-image-grid {
	flex-direction: column;
    display: flex;
	margin-bottom: -10px;
	height: 100%;
}
.tk-environment-image-grid > * {
	flex: 1;
	min-width: 1px;
	margin-bottom: 10px;
}

.tk-environment-image-grid .row {
	display: flex;
    flex-direction: row;
	margin-top: -10px;
	margin-left: -10px;
}

.tk-environment-image-grid .row > * {
	flex: 1;
	min-width: 1px;
	margin-top: 10px;
	margin-left: 10px;
}
.tk-environment-image-grid .col {
	flex-direction: column;
    display: flex;
	margin-bottom: -10px;
}
.tk-environment-image-grid .col > * {
	flex: 1;
	min-width: 1px;
	margin-bottom: 10px;
}

.tk-environment-image-grid img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.tk-environment_list {
    margin-top: 40px;
}
.tk-environment_list .item {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-content: flex-start;
}
.tk-environment_list > * + * {
	margin-top: 40px;
}
.tk-environment_list .item > .block-image {
	flex: 0 0 auto;
	margin-right: 20px;
	min-width: 75px;
}

.tk-environment_list .item .value {
	font-size: 15px;
    line-height: 1;
    color: #786944;
    
    font-weight: bold;
}
.tk-environment_list .item .name {
	font-size: 15px;
	font-weight: bold;
}
.tk-environment_list .item .value span {
	font-size: 15px;
    display: block;
	position: relative;
    top: -5px;
}
.location .roza-link {
	margin-bottom: 8px;
}
@media screen and (max-width:1200px){
	.tk-environment-block > .tk-environment-left {
		flex: 0 0 calc(50% - 30px);
		margin-right: 30px;
	}
}
@media screen and (max-width:992px){
	.tk-environment {
		padding: 35px 0;
	}
	.tk-environment-block > .tk-environment-right {
		flex: 0 0 100%;
	}
	.tk-environment-block > .tk-environment-left {
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	
	.tk-environment_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: flex-start;
		margin-left: -40px;
		margin-bottom: -40px;
	}
	.tk-environment_list > * {
		width: 50%;
		flex: 0 0 auto;
		padding-left: 40px;
		margin-bottom: 40px;
		margin-top: 0 !important;
	}
}
@media screen and (max-width:767px){
	.tk-environment .block-text p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:576px){
	.tk-environment_list > * {
		width: 100%;
	}
	.tk-environment-image-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	.tk-environment_list .item .value {
		font-size: 40px;
	}
}

/*--------------------------------------------------------------
# tk-tenants
--------------------------------------------------------------*/

.tk-tenants {
	padding-top: 50px;
    padding-bottom: 100px;
}
.tk-tenants_list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
	margin-left: -40px;
	margin-bottom: -40px;
}

.tk-tenants_list > * {
	padding-left: 40px;
    margin-bottom: 40px;
    width: calc(100%/7);
    box-sizing: border-box;
    max-width: max-content;
}

.tk-tenants .title {
	max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

@media screen and (max-width:1200px){
}
@media screen and (max-width:992px){
	.tk-tenants_list {
		justify-content: flex-start;
	}
	.tk-tenants_list > * {
		width: calc(100%/5);
		max-width: unset;
	}
	.tk-tenants .title {
		max-width: 600px;
	}
}
@media screen and (max-width:768px){
	.tk-tenants {
		padding-top: 35px;
		padding-bottom: 60px;
	}
	.tk-environment + .tk-tenants {
		margin-top: -35px;
	}
	.tk-tenants .title{
		text-align: left;
		margin: 0px;
	}
}
@media screen and (max-width:576px){
	.tk-tenants .title {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.tk-tenants_list {
		margin-left: -30px;
		margin-bottom: -30px;
	}
	.tk-tenants_list > * {
		width: calc(100%/3);
		padding-left: 30px;
		margin-bottom: 30px;
		max-width: unset;
	}
}
.confidential .page-desc{
	padding-top: 115px;
}
.confidential .page-desc a:hover{
	color: #85754E;
}
@media screen and (max-width:1200px){
	.confidential .page-desc{
		padding-top: 60px;
	}	
}
.present {
	text-align: center;
}
.present a{
	color: #85754E;
	border: 1px solid #85754E;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 10px;
	line-height: 60px;
}


.welcome-img picture {
	width: 267px;
    max-width: 100%;
}
.welcome-img picture img {
	filter: none;
}
@media screen and (max-width: 425px) {
	.welcome-img picture {
		width: 40%;
		left: 100px;
		top: 100px;
	}
	.welcome-img picture img {
		filter: none;
	}
}

/*--------------------------------------------------------------
# tk-news
--------------------------------------------------------------*/
.tk-news {
    padding: 70px 0;
}
.tk-news .title {
	margin-bottom: 40px;
}
.tk-news-list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
	
	margin-bottom: -40px;
	margin-left: -40px;
}

.tk-news-list > * {
	flex: 0 0 calc(100%/3 - 40px);
	margin-bottom: 40px;
	margin-left: 40px;
}
.item-tk-news-list {
	display: flex;
    flex-direction: column;
}
.item-tk-news-list .image img {
	aspect-ratio: 400/ 200;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.item-tk-news-list .content {
	padding: 30px;
    background: #f8f8f8;
	flex: 1;
	
	display: flex;
    flex-direction: column;
}
.item-tk-news-list .name {
	text-transform: uppercase;
    color: #786944;
    font-size: 18px;
    font-weight: bold;
	letter-spacing: 0.5px;
	
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-tk-news-list .short_desc {
	margin-top: 20px;
	flex: 1;
}

.item-tk-news-list .content-footer {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	
	margin-top: 20px;
}

.item-tk-news-list .link {
	color: #85754E;
    font-weight: bold;
	text-decoration: underline;
    text-underline-position: under;
}

.fancybox-slide .popup.popup_news {
	background-color: white;
	color: #000;
}
.news-article {
	background-color: #f8f8f8;
	color: #000;
}

.popup_news .fancybox-close__ico {
	fill: #000;
}

@media screen and (max-width:1200px){
	.tk-news-list {
		margin-bottom: -30px;
		margin-left: -15px;
	}
	.tk-news-list > * {
		flex: 0 0 calc(100%/3 - 15px);
		margin-bottom: 30px;
		margin-left: 15px;
	}
}
@media screen and (max-width:992px){
	.tk-news-list {
		margin-bottom: -30px;
		margin-left: -15px;
	}
	.tk-news-list > * {
		flex: 0 0 calc(100%/2 - 15px);
		margin-bottom: 30px;
		margin-left: 15px;
	}
}
@media screen and (max-width:768px){
	.tk-news {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.tk-news .title {
		text-align: center;
	}
	.tk-news-list {
		margin-bottom: -15px;
		margin-left: -15px;
	}
	.tk-news-list > * {
		flex: 0 0 calc(100%/2 - 15px);
		margin-bottom: 15px;
		margin-left: 15px;
	}
	.item-tk-news-list .content {
		padding: 30px 15px;
	}
	.news-article {
		margin: auto;
		margin-top: 45px;
	}
	.news-article__inner {
		padding: 30px 15px;
	}
}
@media screen and (max-width:576px){
	.tk-news-list > * {
		flex: 0 0 calc(100%/1 - 15px);
	}
}

.retail-new .rt-header-block {
	border: 1px solid #786944;
}
.retail-new .rt-header-logo {
	border-right: 1px solid #786944;
}
.retail-new .rt-header-phone {
	border-left: 1px solid #786944;
}
.welcome-new{
	display: flex;
	flex-wrap: wrap;
	padding: 150px 0px 50px 0px;	
}
.welcome-text-n{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(35% - 0px);
	flex: 0 0 calc(35% - 0px);	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}
.welcome-img-n{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(65% - 0px);
	flex: 0 0 calc(65% - 0px);
	position: relative;	
}
.welcome-text-n .welcome-text {
	position: absolute;
	right: 20px;
	bottom: 5%;
	padding: 10px;
}
.welcome-text-n .welcome-text .link-arrow {
	color: #000;
}
.welcome-tit{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
}
.welcome-tit span{	
	font-size: 30px;
	display: block;
	border-top: 1px solid #786944;
	margin-top: 30px;
	padding-top: 30px;	
	font-weight: normal;
}
.m06-btn {
	display: inline-flex;
    background: rgb(120, 105, 68);
    min-height: 42px;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.welcome-new-link-mob {
	display: none;
	text-align: center;
	position: relative;
    transform: translateY(-50%);
    z-index: 2;
}
@media screen and (max-width:1600px){
	.link-text {
		/*padding-left: 15%;*/
	}
	.welcome-text-n .welcome-text {
		position: unset;
		-ms-flex: 0 0 calc(100%);
		flex: 0 0 calc(100%);
	}	
	.welcome-text-n .welcome-text .link-arrow {
		width: 100%;
		justify-content: end;
		padding-right: 20px;
	}
}
@media screen and (max-width:1366px){
	.welcome-tit {
		font-size: 42px;
		line-height: 48px;
	}
	.welcome-tit span {
		margin-top: 20px;
		padding-top: 20px;
	}	
}
@media screen and (max-width:1200px){
	.retail-new .rt-header-logo {
		border-right: none;
	}
	.welcome-new {
		padding: 100px 0px 0px 0px;
	}
	.welcome-tit {
		font-size: 38px;
		line-height: 48px;
	}
	.welcome-tit span {
		font-size: 24px;
		margin-top: 10px;
		padding-top: 10px;		
	}
	.welcome-text-n .welcome-text .link-arrow {
		font-size: 16px;
		line-height: 22px
	}

}
@media screen and (max-width:992px){
	.welcome-tit {
		font-size: 28px;
		line-height: 32px;
	}
	.welcome-tit span {
		font-size: 22px;
	}	
	.welcome-text-n .welcome-text .link-arrow {
		padding-right: 0px;
	}
}
@media screen and (max-width:768px){
	.welcome-new {
		padding: 85px 0px 0px 0px;
	}
	.welcome-text-n, .welcome-img-n {
		-ms-flex: 0 0 calc(100% - 0px);
		flex: 0 0 calc(100% - 0px);
	}
	.welcome-tit{
		font-size: 42px;
		line-height: 46px;
		margin-bottom: 15px;
		text-align: center;
	}
	.welcome-tit span {
		margin-top: 10px;
		padding-top: 10px;
		line-height: 24px;
	}
	.welcome-new-link-mob {
		display: block;
	}
	.welcome-new .welcome-text-n {
		position: relative;
		z-index: 1;
	}
	.welcome-new .welcome-img-n {
		margin-top: -230px;
	}
	
	.welcome-new .welcome-img-n img {
		width: 100%;
		height: calc(100vh - 100px);
		object-fit: cover;
		object-position: top;
		min-height: 660px;
	}
}
@media screen and (max-width:480px){
	.welcome-tit {
		font-size: 28px;
		line-height: 32px;
	}
	.welcome-tit span {
		font-size: 22px;
		line-height: 24px;
	}
	.welcome-new .welcome-img-n {
		margin-top: -190px;
	}
}
/* developer */
.tk-developers{
	padding-top: 70px;
}
.tk-developers .title {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.tk-developers img{
	max-width: 200px;
}
@media screen and (max-width: 768px){
	.tk-developers{
		padding-top: 30px;
	}
}
/* .developer */


/* ap-modal */
.ap-modal {
	display: none;
	padding: 0;
    margin: 0px;
	padding: 30px;
    background: transparent;
	
	width: 100vw;
	max-width: 100%;
    height: 100vh;
	min-height: 700px;
}
.ap-modal-content {
	/*width: calc(100vw - 60px);
	max-width: 100%;
    height: auto;
    min-height: calc(100vh - 60px);*/
	height: 100%;
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
	background: white;
}
.ap-modal .fancybox-close {
	top: 50px;
    right: 50px;
}
.ap-modal .fancybox-close__ico {
	fill: inherit;
}

.ap-modal-content > .left {
	padding: 50px 70px;
	background: #222222;
	color: white;
	width: 35%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	min-width: 500px;
}
.ap-modal-content > .right {
	padding: 50px 70px;
	flex: 1;
	min-width: 1px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ap-modal-offers-item-code {
	font-weight: 400;
    font-size: 48px;
    line-height: 110%;
	margin-bottom: 40px;
}

.ap-modal-offers-item-info {
	display: flex;
    justify-content: flex-start;
	
	font-size: 20px;
    line-height: normal;
    font-weight: 400;
}
.ap-modal-offers-item-info > .name {
	color: #9797a9;
    width: 175px;
    flex-shrink: 0;
    flex-grow: 0;
    padding-right: 40px;
    white-space: nowrap;
}
.ap-modal-offers-item-info > .value {
	flex: 1;
	min-width: 1px;
}

.ap-modal-offers-item-info + .ap-modal-offers-item-info {
	margin-top: 15px;
}

.ap-modal .offers-item-footer {
	width: 100%;
	margin-top: 50px;
}
.ap-modal .offers-item-footer .btn {
	width: 270px;
    max-width: 100%;
}
.ap-modal-offers-gallery {
	width: 100%;
}
.ap-modal-offers-gallery:not(.slick-initialized) {
	display: flex;
	opacity: 0;
}
.ap-modal-offers-gallery .slick-arrow {
    width: 40px;
    height: 35px;
    background: #786944;
}
.ap-modal-offers-gallery .slick-arrow svg path {
	fill: white;
}
.ap-modal-offers-gallery .slick-prev {
	position: absolute;
    left: 0;
}
.ap-modal-offers-gallery .slick-next {
	position: absolute;
    right: 0;
}
.ap-modal-offers-gallery .slick-next svg {
    transform: rotate(180deg);
}
.ap-modal-offers-gallery .slick-dots {
	margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
	padding: 0;
}
.ap-modal-offers-gallery .slick-dots li button:before {
	background-color: #222222;
}
.ap-modal-offers-gallery .slick-dots li.slick-active button:before {
    background-color: #85754E;
}
.ap-modal-offers-gallery.slick-dotted  {
	margin-bottom: 0px;
}

.ap-modal-offers-gallery img {
	max-height: 80vh;
    object-fit: cover;
    width: 100%;
}
.ap-modal-offers-gallery .slick-slide {
	display: block;
	margin: 0 15px;
}
.ap-modal-offers-gallery .slick-list {
	margin: 0 -15px;
}

@media screen and (max-width:1366px){
	.ap-modal-offers-item-code {
		font-size: 35px;
	}
	.ap-modal-offers-item-info {
		font-size: 16px;
	}
}
@media screen and (max-width:1200px){
	.ap-modal-content > .left {
		padding: 50px 50px;
		min-width: 420px;
	}
	.ap-modal-content > .right {
		padding: 50px 50px;
	}
}
@media screen and (max-width:992px){
	.ap-modal-content > .left {
		flex: 0 0 100%;
		order: 99;
	}
	.ap-modal {
		height: auto;
		min-height: unset;
	}
}
@media screen and (max-width:768px){
	.ap-modal {
		padding: 10px;
	}
	.ap-modal-content > .left {
		padding: 50px 30px;
		min-width: unset
	}
	.ap-modal-content > .right {
		padding: 50px 20px;
	}
	.ap-modal .offers-item-footer .btn {
		width: 100%;
	}
	.ap-modal .offers-item-footer {
		margin-top: 30px;
	}
	.ap-modal-offers-item-code {
		margin-bottom: 30px;
	}
	.ap-modal .fancybox-close {
		top: 30px;
		right: 30px;
	}
	.ap-modal-offers-item-info > .name {
		width: 150px;
		padding-right: 20px;
	}
}