@media screen and (max-width: 1600px) {
	.wrapper {
		padding-top: 132px;
	}
	.box_main .slider_main .slick-dots {
		right: auto; left: 15px;
		margin-left: 0px;
		/*width: 100%;*/
	}
}	
@media screen and (max-width: 1360px) {
	header .container {
	    padding-top: 35px;
		position: relative;
	}

	.slider_gallery {
		    margin: 0 50px;
	    width: calc(100% - 100px);
	}
}	


@media screen and (max-width: 1199px) {
	
	.container {
		width: 980px;
	}		
	
	.laptop_h {
		display: block !important;
	}
	.laptop-i {
		display: inline-block !important;
	}

	.wrapper {
	    padding-top: 117px;
	}

	.title-box {
		font-size: 60px;
	}
	.title-box.fs_m {
		font-size: 50px;
	}

	header .container {
	    padding-top: 25px;
	    position: relative;
	}
	header .container:after {
		left: -1000px;
	}
	header .logo {
		width: 150px;
	}
	header .contact-header {
		font-size: 16px;
	}
	header .contact-header .phone {
		font-size: 26px;
	}
	nav li a {
		font-size: 18px;
	}

	.box_main {
		margin-top: 0;
	}
	.box_main .lb1,
	.box_main .lb2 {
    	background: none;
		display: none;
	}
	.box_main .slider_main .slick-slide {
		height: 600px;
		background-size: cover !important;
	}
	.box_main .slider_main .info {
	    height: 350px;
	    width: 385px;
	}
	.box_main .slider_main .title {
		font-size: 46px;
	}
	.box_main .slider_main .line_1 {
		height: 10px;
		top: -10px;
		width: 100px;
	}
	.box_main .slider_main .line_2 {
		width: 10px;
		top: -10px;
		height: 115px;
	}
	.box_main .slider_main .square_1 {
	    width: 170px;
	    height: 180px;
	    margin: 0 0 -20px -115px;
	}
	.box_main .slider_main .square_2 {
		display: none;
	}

	.item_rent {
		padding: 0;
	}
	.item_rent .grid .icon {
	    width: 60px;
	}
	.item_rent .title {
		font-size: 30px;
	}
	.item_rent .desc {
	    padding-left: 110px;
	    font-size: 16px;
	}

	.box_gallery .title-box span:before {
		margin-right: 100px;
	}
	.box_gallery .title-box span:after {
		top: 18px;
	}

	.box_contact .grid-contact .addr {
		max-width: 400px;
	}

    .box_contact .lb1,
    .box_contact .lb2 {
    	background: none;
    	display: none;
    }
    .box_contact .map {
    	height: 400px;
    }

	.item_plan {
		grid-template-columns: 400px 1fr;
	}
}	



@media screen and (max-width: 979px) {
	
	.container {
		width: 768px;
	}	
	
	
	.tablet_h {
		display: block !important;
	}
	.tablet-i {
		display: inline-block !important;
	}
	.wrapper {
	    padding-top: 80px;
	}

	.pd_box {
	    padding: 50px 0;
	}


	header .container {
	    padding-top: 15px;
	    padding-bottom: 20px;
	}
	header .container:after {
		border-top: none;
		border-bottom-width: 5px;
	}
    header .grid-header {
    	grid-template-columns: auto auto;
    align-items: center;
    }
	header .contact-header {
		display: none;
	}
	header .menu_toggle img {
		vertical-align: bottom;
	}
	header .fixed_nav {
    	display: block;
    	text-align: right;
        margin: 0;
        right: -360px;
        max-width: 360px; height: 100%;
        width: 100%;
        padding: 25px 20px;
        position: fixed; 
        z-index: 9999;
        top: 0;
        overflow: auto;
        background-color: #F5F5F5;;
        -webkit-transition:  all 0.3s ease-in-out;
        -moz-transition:  all 0.3s ease-in-out;
        -o-transition:  all 0.3s ease-in-out;
        -ms-transition:  all 0.3s ease-in-out;
        transition:  all 0.3s ease-in-out;
    }
    header .fixed_nav.active {
        right: 0;
    }
    header .fixed_nav .menu_close {
        margin: 0 0px 40px 0;
        display: inline-block;
    }
    nav {
    	display: block;
    	margin-bottom: 40px;
    }
    nav ul {
	    display: block;
	}
    nav li {
    	display: block;
    	margin: 0 0 20px;
    	text-align: right;
    }
	nav li:hover:before {
		display: none !important;
	}
    nav li:last-child {
    	margin-bottom: 0;
    }
    nav li a {
	    font-size: 20px;
	}
	header .fixed_nav .line-contact {
	    display: grid;
	    grid-template-columns: 1fr 25px;
	    grid-gap: 10px;
	    align-items: center;
	    font-size: 18px;
	}
	header .fixed_nav .line-contact .icon {
		text-align: center;
	        display: grid;
	    align-items: center;
	    justify-content: center;
	}
	header .fixed_nav .line-contact.phone {
		margin-bottom: 10px;
	    font-weight: 800;
	    font-size: 24px;
	}

    .title-box {
    	padding-bottom: 15px;
    	font-size: 40px;
    }
	.title-box.fs_m {
	    font-size: 36px;
	    padding-bottom: 25px;
	}
	.title-box:after {
		height: 5px;
    	width: 300px;
	}

	.item_rent .grid .icon {
	    width: 40px;
	}
	.item_rent .title {
	    font-size: 26px;
	}
	.item_rent .grid {
		grid-gap: 20px;
	}
	.item_rent .desc {
		padding-left: 75px;
	}

    
    .box_gallery {
    	margin-bottom: 0;
    }
    .box_gallery .title-box span:before {
	    margin-right: 60px;
	    height: 5px;
	}
	.box_gallery .title-box span:after {
	    top: 12px;
	    height: 5px;
	    margin-left: -2px;
	}
	.slider_gallery {
	    margin: 0 35px;
	    width: calc(100% - 70px);
	}
	.slider_gallery_nav {
		margin-top: -250px;
	}
	.slider_gallery_nav img {
		height: 300px;
	}

	.slick-prev, .slick-next {
		width: 20px;
		background-size: 20px !important;
	}

	.box_contact .grid-contact {
		align-items: start;
	}
	.box_contact .grid-contact .col-left {
		grid-template-columns: 1fr;
	}
	.box_contact .grid-contact .col-left .icon {
		text-align: center;
	}


	.img_paver {
	    height: 50vh;
	    min-height: 300px;
	    max-height: 600px;
	    position: relative;
	    left: -3rem;
	    width: calc(100% + 6rem);
	    overflow-x: scroll;
        overflow-y: hidden;
	}
	.img_paver img {
	    max-width: initial;
	}
	.item_plan {
		grid-template-columns: 1fr;
	}
	.slider_item_plan_nav {
		position: absolute;
		top: -345px;
		right: 0;
	}

}	


@media screen and (max-width: 767px) {
	
	.container {
		width: 640px;
	}
	
	
	.mobile_xl {
		display: block !important;
	}
	.mobile_xl-i {
		display: inline-block !important;
	}

	.box_main{
		border-bottom: 5px solid #e41e2e;
	}
	.box_main:before {
		display: none;
	}
	.box_main .slider_main .slick-slide {
		height: 480px;
	}
	.box_main .slider_main .info {
	    height: 300px;
	    width: 335px;
	}
	.box_main .slider_main .title {
	    font-size: 38px;
	    padding-left: 40px;
	}
	.box_main .slider_main .line_1 {
	    height: 5px;
	    top: -5px;
	    width: 80px;
	}
	.box_main .slider_main .line_2 {
	    width: 5px;
	    top: -5px;
	    height: 90px;
	}
	.box_main .slider_main .square_1 {
		display: none;
	}
	.box_main .slider_main .slick-dots {
		bottom: 25px;
	}
	.slick-dots li button {
	    width: 10px;
	    height: 10px;
	}
	

	.title-box.fs_m {
	    font-size: 30px;
	}  

	.slider_gallery_nav {
	    margin-top: -210px;
	}
	.slider_gallery_nav img {
	    height: 250px;
	}  

    footer {
	    padding: 45px 0 35px;
	}
    footer .contact-footer {
    	font-size: 16px;
    }
	footer .contact-footer .phone {
		font-size: 24px;
	}
	footer .copyright {
		margin-top: 40px;
	}

    .box_rent_plan .title {
    	margin-bottom: 20px;
    	font-size: 30px;
    }
    .item_etage_plan .name_etage {
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	    font-size: 30px;
	    border-bottom-width: 5px;
	}
	.slider_item_plan_nav .img {
	    margin-right: 0;
	    float: none;
	    margin-bottom: 2px;
	}
}	



@media screen and (max-width: 639px) {
	
	.container {
		width: 100%;
	}	
	
	
	.mobile_lg {
		display: block !important;
	}
	.mobile_lg-i {
		display: inline-block !important;
	}
	
	.box_main .slider_main .title {
		white-space: initial;
	}

    .item_plan{
    	grid-gap: 2px;
    }
	.slider_item_plan_nav {
	    position: relative;
	    top: 0;
	    right: auto;
	}
	.item_plan .info {
		grid-template-rows: auto auto;
		padding: 0;
	}
	.item_plan .info .photo_min {
		grid-row: 1/2;
	}
	.slider_item_plan_nav .img {
	    margin-right: 2px;margin-bottom: 0;
	    float: left;
	}
	.item_plan .info .img_plan {
	    position: relative;
	    text-align: left;
	}
}	


@media screen and (max-width: 560px) {
	
	
	.mobile_md {
		display: block !important;
	}
	.mobile_md-i {
		display: inline-block !important;
	}

	.box_main .slider_main .slick-slide {
	    height: 350px;
	}
	.box_main .slider_main .info {
	    height: 200px;
	    width: 235px;
	}
	.box_main .slider_main .title {
		font-size: 30px;
		width: 400px;
	}
	.box_main .slider_main .line_2 {
		height: 30px;
	}

    .title-box {
    	font-size: 30px;
    }
	.title-box.fs_m {
	    font-size: 22px;
	    padding-bottom: 15px;
	}
	.title-box:after {
	    height: 3px;
	    width: 200px;
	}


	.item_rent .grid .icon {
	    width: 25px;
	}
	.item_rent .title {
	    font-size: 18px;
	}
	.item_rent .desc {
	    padding-left: 0;
	    font-size: 14px;
	    margin-top: 10px;
	}

	.box_gallery .title-box span:after {
	    top: 10px;
	    height: 3px;
	    margin-left: -2px;
	}
	.box_gallery .title-box span:before {
	    margin-right: 50px;
	    height: 3px;
	}
	.slick-prev, .slick-next {
	    width: 15px;
	    background-size: 15px !important;
	}
	.slider_gallery {
	    margin: 0 20px;
	    width: calc(100% - 40px);
	}
	.slider_gallery_nav img {
	    height: 200px;
	}
	.slider_gallery_nav {
	    margin-top: -170px;
	}

	.box_contact .grid-contact {
		grid-template-columns: 1fr;
	    grid-gap: 20px;
	}
	.box_contact .grid-contact .icon {
		text-align: center;
	}
	.box_contact .grid-contact .col-left {
		grid-gap: 20px;
	}
	.box_contact .map {
	    height: 350px;
	}

	footer {
		text-align: center;
	}
	footer .grid-footer {
		grid-template-columns: 1fr;
	    align-items: start;
	    justify-content: center;
	    margin-bottom: 30px;
	    grid-gap: 25px;
	}
	footer .contact-footer {
		text-align: left;
	}
	footer .contact-footer .line {
	    grid-template-columns:25px auto ;
	    justify-content: center;
	}
	footer .contact-footer .icon {
	    grid-column: 1/2;
	    grid-row: 1/2;
	}

	.box_rent_plan .title {
	    margin-bottom: 15px;
	    font-size: 22px;
	}
	.item_etage_plan .name_etage {
		font-size: 24px;
	}

}	


@media screen and (max-width: 479px) {

	.mobile_sm {
		display: block !important;
	}
	.mobile_sm-i {
		display: inline-block !important;
	}

	.item_plan .info .param {
		font-size: 16px;
	}
	.item_plan .info .param .sq {
		font-size: 20px;
	}
	.item_plan .info .param li {
	    grid-gap: 10px;
	    grid-template-columns: 30px 1fr;
	}
}



@media screen and (max-width: 399px) {
	.box_main .slider_main .title {
	    width: 350px;
	}
	.box_main .slider_main .slick-dots {
	    bottom: 15px;
	}

}	



@media screen and (max-width: 360px) {
	
	.box_main .slider_main .slick-slide {
	    height: 280px;
	}
	.box_main .slider_main .info {
	    height: 150px;
	    width: 220px;
	}
	.box_main .slider_main .title {
	    font-size: 20px;
	    width: 300px;
	}

	footer .contact-footer {
	    font-size: 14px;
	}
}		

