/*Fonts*/
@font-face {
    font-family: "BlissPro";
    src: url("/fonts/BlissPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BlissPro";
    src: url("/fonts/BlissPro-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/*
svg{
    font-family: "BlissPro";
    src: url("/fonts/BlissPro.woff") format("woff");
}
*/
/*Specification*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
button:active, button:hover, button:focus,
input:active, input:hover, input:focus,
textarea:active, textarea:hover, textarea:focus{
    outline: 0;
    outline-offset: 0;
}
li{
	list-style-type: none;
}
body{
	font-family: "BlissPro";
    font-weight: normal;
	color: #0c3117;
}
ul{
	padding: 0;
	margin: 0;
}
input:-internal-autofill-selected {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}
a,a:hover{
    color: #0c3117;
	text-decoration: none;
    -webkit-transition: color 0.3s, text-shadow 0.3s;
    -moz-transition: color 0.3s, text-shadow 0.3s;
    -o-transition: color 0.3s, text-shadow 0.3s;
    transition: color 0.3s, text-shadow 0.3s;
}
a:hover{
    color: rgba(12, 49, 23, 0.5);
}
::-webkit-input-placeholder {
	text-align:left;
}
:-moz-placeholder { /* Firefox 18- */
   text-align:left;
}
::-moz-placeholder {  /* Firefox 19+ */
   text-align:left;
}
:-ms-input-placeholder {
   text-align:left;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #3c3c3c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #3c3c3c;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #3c3c3c;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #3c3c3c;
}
img, svg, span, div{
    /*flex-shrink: 0;
*/
}
@media (min-width: 1390px){
    .container {
        max-width: 1360px;
    }
}
.title-sm{
    font-weight: 200;
    font-size: 14px;
    color: #0c3117;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.number{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*header*/
.header{
    background-color: #fcfae6;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    padding: 84px 0 64px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mobile-nav{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #e4dec5;
    z-index: 3;
    opacity: 0;
    padding-top: 91px;
    transform: translate(0, -100%);
    -webkit-transition: z-index 1s step-end, transform 1s, opacity 0.5s;
    -moz-transition: z-index 1s step-end, transform 1s, opacity 0.5s;
    -o-transition: z-index 1s step-end, transform 1s, opacity 0.5s;
    transition: z-index 1s step-end, transform 1s, opacity 0.5s;
    z-index: 0;
}
.mobile-nav__link {
    font-size: 18px;
    display: block;
    margin: 15px 0;
    letter-spacing: 0.2em;
}
.header__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__logo{
    margin-bottom: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header__nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__link{
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 26px;
    border-right: 1px solid #0c3117;
    letter-spacing: 8px;
}
.header__link:last-child{
    border: none;
}
.header.styled .header__logo{
    transform: scale(0.9);
    margin-bottom: 30px;
}
.header.styled{
    padding: 40px 0 30px 0;
}
.header.hide{
    transform: translate(0, -100%);
}
.header.styled .header__inner{
    flex-direction: row;
    justify-content: space-between;
}
.header.styled .header__logo{
    width: 150px;
    margin-bottom: 0;
}
.header.styled .header .container{
    max-width: 1920px;
    padding: 0 59px;
}
.header.styled .header__link:last-child{
    padding-right: 0;
}
.header.styled{
    padding: 25px 0;
}

/*menu animate*/
.nav-toggle {
  width: 30px;
  height: 30px;
  display: none;
  justify-content: center;
  align-items: center;
}
.phone-toggle {
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
}
.menu-icon {
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #0c3117;
}
.phone-icon{
    background: url("/img/phone.png") no-repeat;
    width: 30px;
    height: 52px;
}
.menu-icon::before {
  position: absolute;
  left: 0;
  top: -8px;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #0c3117;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.menu-icon::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #0c3117;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;

}
.nav-toggle.active .menu-icon {
  background-color: transparent;
}
.nav-toggle.active .menu-icon::before {
  transform: rotate(45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.nav-toggle.active .menu-icon::after {
  transform: rotate(-45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}


/*section-first*/
.section-first{
    background-color: #fcfae6;
    color: white;
    padding-top: 278px;
    position: relative;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    height: 80vh;
    min-height: 1000px;
}
.section-first.full{
    height: 115vh;
}
.video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video__curtain{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 49, 23, 0.8);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.video__curtain.hide{
    opacity: 0;
}
.section-first .container{
    position: relative;
    z-index: 2;
}
.first__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 170px 0;
}
.first__title{
    font-weight: 200;
    font-size: 32px;
    letter-spacing: 9px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 10px;
}
.first__title:before{
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: white;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.first__logo{
    margin-bottom: 24px;
}
.first__text{
    font-weight: 200;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-align: center;
}


/*section-second*/
.number{

}
.section-second{
    background-color: #e4dec5;
    color: #0c3117;
    padding: 140px 0 180px 0;
    position: relative;
}
.section-second .title-sm{
    position: absolute;
    left: 0;
    top: 0;
}
.second__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 125px;
    position: relative;
    z-index: 1;
}
.second__title{
    font-size: 48px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.second__flex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.second__box{
    font-weight: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 100px;
}
.second__name{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    text-align: center;
    width: 180px;
    padding-bottom: 22px;
    border-bottom: 1px solid #0c3117;
    margin-bottom: 12px;
}
.second__info{
    font-size: 14px;
    font-size: 32px;
}
.second__info b{
    font-size: 60px;
    font-weight: 200;
}
.down-btn{
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0);
    animation-duration: 2s;
    animation-name: down-btn;
    animation-iteration-count: infinite;
    user-select: none;
}
@keyframes down-btn {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -40px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}


/*section-third*/
.section-third{
    color: #0c3117;
    font-weight: 200;
    position: relative;
}
.third__tabs{
    display: flex;
    align-items: center;
    height: 69px;
    position: absolute;
    width: 50%;
    padding-left: 126px;
    right: 0;
    top: 160px;
    z-index: 2;
}
.third__tab{
    cursor: pointer;
    font-size: 21px;
    margin-right: 40px;
    -webkit-transition: font-size 0.3s, color 0.3s;
    -moz-transition: font-size 0.3s, color 0.3s;
    -o-transition: font-size 0.3s, color 0.3s;
    transition: font-size 0.3s, color 0.3s;
}
.third__tab:hover{
    color: rgba(12, 49, 23, 0.5);
}

.third__tab:last-child{
    margin-right: 0;
}
.third__tab.active{
    font-size: 60px;
}
.container-flex{
    display: flex !important;
    height: 895px;
}
.container-flex__item{
    width: 50%;
}
.container-flex__item .slick-track, .container-flex__item .slick-list{
    height: 100%;
}
.container-flex__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.third__main{
    height: 100%;
    padding-left: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fcfae6
}
.third__title{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 8px;
    margin-bottom: 190px;
}
.third__boxes{
    display: flex;
    flex-wrap: wrap;
    width: 840px;
}
.third__box{
    padding-top: 40px;
    border-top: 1px solid #0c3117;
    width: max-content;
    margin-right: 106px;
}
.third__box:last-child{
    margin-top: 25px;
}
.third__name{
    font-size: 21px;
    color: #3c3c3c;
    margin-bottom: 12px;
}
.third__info{
    font-size: 32px;
}
.third__info b{
    font-size: 64px;
    font-weight: 200;
}
.third__link{
    margin-top: 90px;
    display: block;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 15px;
    border: 1px #0E3218 solid;
    width: 135px;
}
.third__link:hover{
    position: relative;
    display: block;
    background-color: #0E3218;
    color:#ABC9B1;
}


/*section-fourth*/
.section-fourth{
    color: #0c3117;
}
.fourth__inner{
    position: relative;
    overflow: hidden;
    height: 750px;
}
.fourth__inner .slick-list, .fourth__inner .slick-track{
    height: 100%;
}
.fourth__slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.fourth__slide{
    position: relative;
}
.fourh__map-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fourth__left{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 2;
}
.fourth__left-link{
    width: 30vw;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.fourth__slide img{
    transform: translate(-10vw, 0);
    transition: 0.4s;
}
.fourth__slide:hover{
    cursor: pointer;
}
.map img{
    transform: translate(10vw, 0);
}
.fourth__slide.slick-current img{
    transform: translate(-10vw, 0);
}
.plan.slick-current img{
    transform: translate(10vw, 0);
}
.fourth__left-text{
    margin-top: 94px;
    margin-left: 269px;
    padding-bottom: 6px;
    border-bottom: 1px solid #535251;
    position: absolute;
    top: 0;
}
.fourth__left:hover .fourth__left-text, .fourth__left-text:hover{
    text-shadow: 1px 1px 5px #0c3117;
}
.fourth__left-text, .fourth__right-text{
    width: max-content;
    font-size: 18px;
    letter-spacing: 0.3em;
}
.fourth__right{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.fourth__right-text{
    margin-left: auto;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    -webkit-transition: color 0.3s, text-shadow 0.3s;
    -moz-transition: color 0.3s, text-shadow 0.3s;
    -o-transition: color 0.3s, text-shadow 0.3s;
    transition: color 0.3s, text-shadow 0.3s;
}
.fourth__right:hover .fourth__right-text,
.fourth__plan:hover + .fourth__map .fourth__right-text{
    text-shadow: 1px 1px 5px #0c3117;
}


.fourth__right-text img{
    width: 80px;
    margin-top: 18px;
}
.fourth__map{
    height: 100%;
    position: relative;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}
.fourth__plan{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translate(100%, 0);
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}
.fourth__inner.more .fourth__map{
    transform: translate(-10%, 0);
}
.fourth__inner.more .fourth__plan{
    transform: translate(90%, 0);
}
.fourth__inner.show .fourth__map{
    transform: translate(-90%, 0);
}
.fourth__inner.show .fourth__plan{
    transform: translate(10%, 0);
}
.fourth__inner.more .fourth__plan:hover{
    cursor: pointer;
}


/*section-sixth*/
.section-sixth{
    background-color: #0c3117;
    color: #fcfae6;
}
.section-sixth .title-sm{
    color: #fcfae6;
}
.sixth__inner{
    width: 1070px;
    margin: 0 auto;
    padding: 147px 0 60px 0;
}
.sixth__main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 87px;
}
.sixth__box{
    margin: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 91px;
}
.sixth__icon{
    margin-bottom: 19px;
}
.sixth__text{
    text-align: center;
    font-size: 21px;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}



/*section-seventh, section-eighth, section-ninth*/
.section-seventh{}
.info{
    display: flex;
    color: #0c3117;
    font-weight: 200;
    text-align: center;
}
.info__item{
    width: 50%;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info__title{
    font-size: 36px;
}
.info__subtitle{
    width: max-content;
    font-size: 18px;
    margin-top: 13px;
    padding-bottom: 37px;
    border-bottom: 1px solid #0c3117;
}
.info__text{
    font-size: 21px;
    color: #3c3c3c;
    width: 40%;
    margin: 47px 0;
}
.info__link{
    font-size: 18px;
    letter-spacing: 0.1em;
}
.info__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*section-tenth*/
.section-tenth{
    background: url("/img/ten-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 170px 0 113px 0;
}
.tenth__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tenth__logo{}
.tenth__text{
    font-size: 21px;
    color: #fcfae6;
    text-transform: uppercase;
    font-weight: 200;
    margin: 13px 0;
    padding-bottom: 30px;
    position: relative;
}
.tenth__text:before{
    position: absolute;
    width: 180px;
    height: 1px;
    content: "";
    background-color: #fcfae6;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.tenth__text p{
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}
.tenth__img{
    width: 500px;
}


/*footer*/
.footer{
    background-color: #0c3117;
    color: #fcfae6;
    font-weight: 200;
    padding: 146px 0 0 0;
    position: relative;
    z-index: 2;
}
.footer__wr{
    padding: 46px 0 55px 0;
}
.footer__inner, .footer__wr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.footer__wr{
    background-image: url("/img/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.footer__form{
    text-align: center;
    margin-bottom: 52px;
}
.footer__box{
    padding-bottom: 38px;
    position: relative;
}
.footer__box:before{
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    background-color: #91a089;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.footer__text{
    font-size: 21px;
    margin-bottom: 11px;
}
.footer__tel{
    font-size: 48px;
}
.footer__tel, .footer__tel:hover{
    color: #fcfae6;
}
.footer__hint{
    margin: 34px 0;
    font-size: 18px;
}
.footer__data{
    display: flex;
    align-items: center;
    height: 50px;
}
.footer__input{
    height: 100%;
    display: block;
    background-color: white;
    border: none;
    width: 80%;
    padding-left: 25px;
    font-size: 21px;
    color: #3c3c3c;
}
.footer__submit{
    height: 100%;
    display: block;
    border: none;
    width: 20%;
    font-size: 21px;
    color: #0c3117;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.footer__submit:hover{
    background-color: #b3b3b3;
}
.footer__logo{
    margin-top: 45px;
}
.footer__nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__link{
    color: #fcfae6;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    border-right: 1px solid #fcfae6;
    letter-spacing: 8px;
}
.footer__link:hover{
    color: #fcfae6;
    text-shadow: 1px 1px 20px #fcfae6;
}
.footer__link:last-child{
    border: none;
}



/*PAGE 2*/
.page .down-btn{
    display: none;
}
.page .header__inner{
    flex-direction: row;
    justify-content: space-between;
}
.page .header__logo{
    width: 150px;
    margin-bottom: 0;
}

.page .header__link:last-child{
    padding-right: 0;
}
.page .header{
    padding: 25px 0;
}
/*dima*/
/*.page .header__nav{*/
/*    margin-right: 228px;*/
/*}*/
/*.page .header__logo{*/
/*    margin-left: 230px;*/
/*}*/
.residence{
    margin-top: 82px;
    padding-top: 80px;
    padding-bottom: 130px;
    background-color: #fcfae6;
}
.residence__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 250px;
}
.residence__top__left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.residence__title{
    display: flex;
    align-items: flex-start;
    font-weight: 200px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.residence__title span{}
.residence__title img{}
.residence__name{
    font-size: 21px;
    text-transform: uppercase;
}
.residence__top__right{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}
.residence__top__right img{
    display: block;
    position: absolute;
}
.residence__top__right a{
    display: block;
}
.residence__link{
    position: absolute;
}
.residence__links{
    width: 524px;
    height: 232px;
    position: relative;
}
.residence__link:hover path{
    fill: #0c3117 !important;
}
.residence__link:hover text, .residence__link:hover .text{
    fill: white !important;
}
.residence__link.active path{
    fill: #0c3117 !important
}
.residence__link.active text, .residence__link.active .text{
    fill: white !important;
}
.residence__link.link0{
    width: 18.12977099236641%;
    top: 5.172413793103448%;
    right: 0;
}
.residence__link.link1{
    width: 20.229007633587788%;
    top: 36.63793103448276%;
    right: 4.198473282442748%;
}
.residence__link.link2{
    width: 17.938931297709924%;
    top: 6.896551724137931%;
    right: 18.12977099236641%;
}
.residence__link.link3{
    width: 16.603053435114504%;
    top: 43.96551724137931%;
    right: 23.091603053435115%;
}
.residence__link.link4{
    width: 20.801526717557252%;
    top: 7.327586206896552%;
    right: 33.20610687022901%;
}
.residence__link.link5{
    width: 19.083969465648856%;
    top: 40.08620689655172%;
    right: 37.404580152671755%;
}
.residence__link.link6{
    width: 17.557251908396946%;
    top: 7.758620689655173%;
    right: 53.05343511450382%;
}
.residence__link.link7{
    width: 17.36641221374046%;
    top: 36.63793103448276%;
    right: 56.297709923664115%;
}
.residence__link.link8{
    width: 16.984732824427482%;
    top: 5.172413793103448%;
    right: 69.08396946564885%;
}
.residence__link.link9{
    width: 18.702290076335878%;
    top: 0.8620689655172413%;
    right: 81.10687022900763%;
}
.residence__slider, .slick-dotted.slick-slider{
    position: relative;
    margin: 60px auto 120px auto;
}
.page .slick-track, .page .slick-list{
    height: 100%;
}
.residence__slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.residence__status{
    position: absolute;
    bottom: 40px;
    right: 140px;
    font-size: 36px;
    color: white;
    display: flex;
    align-items: center;
}
.residence__status span{
    display: block;
    margin: 0 4px;
    min-width: 54px;
    width: 54px;
    text-align: center;
}
.residence__arrow{
    cursor: pointer;
}
.residence__arrow.prev{
    transform: rotate(180deg);
}
.page .slick-dots{
    display: none !important;
}
.residence__left{
    width: 280px;
    margin-left:15%;
}
.residence__box{
    margin-bottom: 80px;
}
.residence__box__name{
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #0c3117;
    margin-bottom: 30px;
}
.residence__box__name span{
    color: #3c3c3c;
    text-transform: lowercase;
}
.residence__box__price{
    font-size: 32px;
}
.residence__box__price b{
    font-weight: 200;
    font-size: 64px;
}
.residence__box__text{
    color: #3c3c3c;
    font-size: 21px;
    font-weight: 200;
}
.residence__box__text b{
    font-size: 32px;
    color: #0c3117;
    font-weight: normal;
}
.residence__box__text span{
    display: block;
    margin-bottom: 25px;
}
.residence__box__text span:last-child{
    margin-bottom: 0;
}
.residence__box__line{
    margin-bottom: 25px;
}
.residence__box__line:last-child{
    margin-bottom: 0;
}
.residence__box__hint{
    font-size: 14px;
    margin-top: 35px;
}
.residence__plan__link{
    display: flex;
    width: 837px;
}
.residence__plan__link .unvisible{
    display: none;
}
.residence__plan__link:hover .unvisible{
    display: block;
}
.residence__plan__link:hover .visible{
    display: none;
}
.residence__plan{
    margin-bottom: 120px;
}
.residence__right__title{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 100px;
}
.residence__plan__title{
    font-size: 21px;
    color: #3c3c3c;
    text-align: center;
    border-bottom: 1px solid #3c3c3c;
    padding: 0 11px 11px 11px;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 58px;
}
.residence__right{
    margin-left: 80px;
}
.residence__main{
    display: flex;
}
.residence__download{
    padding-top: 50px;
    border-top: 1px solid #3c3c3c;
    color: #0c3117;
}
.residence__download img{
    display: block;
    margin-left: 25px;
    margin-bottom: 12px;
}
.residence__download span{
    display: block;
}
.page .header.styled .header__logo{
    margin-bottom: 0;
}


/*place*/
.place{
    margin-top: 82px;
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #f2f4f3;
}
.place-page .header{
    background-color: #f2f4f3;
}
.place__general{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 22px;
}
.place__subtext{
    font-size: 14px;
    color: #3c3c3c;
    margin-left: 60px;
}
.place__title{
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 5px;
}
.place__subtitle{
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 60px;
    position: relative;
}
.place__subtitle:before{
    content: "";
    position: absolute;
    width: 170px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background-color: #0c3117;
}
.place__text{
    font-size: 21px;
    color: #3c3c3c;
    text-align: center;
    width: 820px;
    font-weight: 200;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.place__text.uppercase{
    text-transform: uppercase;
}
.place__img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
.feature-left {
	margin-right: -50%;
	width: 49%;
	vertical-align: bottom;
	overflow: hidden;
	display: inline-block;
	letter-spacing: normal;
}
.feature-left:after {
	content: '';
	display: inline-block;
	width: 100%;
	margin: 0 -99% 0 3px;
	vertical-align: baseline;
	border-bottom: 1px dashed #888;
}
.feature-right {
	display: inline-block;
	letter-spacing: normal;
	padding-left: 3px;
	margin-left: 50%;
	width: 50%;
	vertical-align: bottom;
}
.cottage_booked_home {
  position: relative;
  display: inline-block;
}
.cottage_booked_home.active:after {
    margin-top: 25px;
    margin-left: -20px;
}

.cottage_booked_home:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -11px;
  right: 0;
  bottom: 0;
  width: 300%;
  height: 1px;
  background: #0c3117;
  transform: rotate(45deg);
}

.cottage_booked text {
 display: inline-block;
 background: red;
 position: relative;
}

.cottage_booked text:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -11px;
    right: 0;
    bottom: 0;
    width: 300%;
    height: 1px;
    background: #0c3117;
    transform: rotate(45deg);
  }

.cottage_booked_bold text {
 display: inline-block;
 background: red;
 position: relative;
}

.cottage_booked_bold text:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 300%;
    height: 1px;
    background: #0c3117;
    transform: rotate(45deg);
  }
