@media only screen and (min-width: 1160px) and (max-width: 1340px) {
    
.adaptive {
    width: 1120px;
}

img.content_image {
    width: 100%;
}

section.carousel .owl-carousel {
    width: 1120px;
}

section.main_slider .adaptive .left {
    width: 490px;
}

section.main_slider .adaptive .right {
    width: 630px;
}

section.main_slider .owl-carousel {
    width: 630px;
}

.filtBtn * {
    width: 120px;
}

.fltClm3 {
    width: 250px;
}

.fltClm2 {
    width: 350px;
}

.fltClm1 {
    width: 250px;
}

.itemBlock {
    width: 353.333px;
}

.projectBlock {
    width: 340px;
}

.projectBlock_info h3 {
    font-size: 18px;
}

.projectBlock_info p {
    font-size: 14px;
}

.projectBlock_info .price {
    font-size: 14px;
}

.itemBlock a .info {
    width: 133px;
}

body.filter_page .itemBlock a span.parnt, body.home_page .itemBlock a span.parnt {
    right: 10px;
    font-size: 10px;
    display: none;
}

.itemBlock a .price {
    font-size: 18px;
}

.itemBlock a .loan_price {
    font-size: 12px;
}

.itemBlock a .info h4 {
    color: #ef233c;
    display: block !important;
    font-size: 14px;
    padding: 0 0 10px;
    font-weight: 500;
}

body.project_page section.container .adaptive .left, body.home_page section.container .adaptive .left {
    width: 50%;
}

body.project_page section.container .adaptive .left, body.home_page section.container .adaptive .right {
    width: 50%;
}

body.project_page section.container .adaptive .right img, body.home_page section.container .adaptive .right img {
    width: 100%;
}

body.project_page section.container .adaptive .right {
    width: 50%;
}

.gallerySlider .left {
    width: 890px;
}

.pbenBlock img {
    width: 100%;
}

.op_pbenBlock {
    height: 175px !important;
}

.comp_projectBlock {
    width: 340px;
}

.pben3Block.ben3-1, .pben3Block.ben3-2 {
    width: 535px;
}

.pben3Block {
    width: 348.333px;
    margin: 0 0 40px;
    height: 280px;
}

body.news_page .articleBlock {
    width: 340px;
}

body.contacts_page section.container .adaptive .right {
    width: 720px;
}

.albomBlock {width: 257.5px;}

.photoBlock {
    width: 212px;
}

.apartment_info {
    width: 640px;
}

.apartment_info .details {
    width: 100%;
    box-sizing: border-box;
}

.apartment_info .benefits {
    width: 100%;
    box-sizing: border-box;
}

.apartment_images .imgs {
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.apartment_images img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.apartment_images {
    width: 400px;
}

.welcBlock {
    width: 220px;
}

.welcBlock .btm img {
    width: 40px;
}
    
}

@media only screen and (min-width: 900px) and (max-width: 1159px) {

.adaptive {
    width: 860px;
}
    
.head_cont .adaptive .left .menu {
    display: none;
}

.tablet_menu {
    display: flex !important;
    flex-direction: column;
    width: 90px;
    position: relative;
}

.tablet_menu ul {
    position: absolute;
    top: 100%;
    padding: 0;
    width: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transform-origin: top left;
    transition: 0.3s;
}

.tablet_menu a.btn {
    background: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    color: inherit;
}

.tablet_menu a.btn span {
    font-size: 46px;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
}

.tablet_menu a.btn:hover, .tablet_menu a.btn.active {
    color: #ef233c;
}

.tablet_menu ul.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tablet_menu ul li a {
    text-decoration: none;
    padding: 8px 20px;
    display: flex;
    font-weight: 500;
    color: inherit;
    font-size: 16px;
    transition: 0.1s;
}

.tablet_menu ul li:first-child a {
    padding-top: 20px;
}

.tablet_menu ul li:last-child a {
    padding-bottom: 20px;
}

.tablet_menu ul li {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.tablet_menu ul li:first-child {
    border: none;
}

.tablet_menu ul li a:hover {
    background: #ef233c;
    color: #fff;
}

.tablet_menu a.btn span.tclose {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
}

.tablet_menu a.btn.active span.tclose {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.tablet_menu a.btn.active span.tmenu {opacity: 0;visibility: hidden;transform: scale(0.5);}

img.content_image {
    width: 100%;
}

section.carousel .owl-carousel {
    width: 860px;
}

.foot_cont {
    display: flex;
    flex-direction: column;
}

footer .contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .contacts a.tel {
    margin: 0;
}

footer .contacts p {
    padding: 0;
}

.foot_cont .right {
    display: flex;
    justify-content: space-between;
}

.f_menu {
    margin: 0;
}

.gallerySlider {
    display: flex;
    flex-direction: column;
}

.gallerySlider .left {
    width: 100%;
}

.gallerySlider .right {
    width: 100%;
    padding: 20px 0 0;
}

.pbenBlock img {
    width: 100%;
}

body.project_page section.container .adaptive, body.home_page section.container .adaptive {
    display: flex;
    flex-direction: column;
}

body.project_page section.container .adaptive .left, body.home_page section.container .adaptive .left {
    width: auto;
    padding: 0 0 20px;
}

body.project_page section.container .adaptive .right img, body.home_page section.container .adaptive .right img {
    width: 100%;
}

.pben3Block.ben3-1, .pben3Block.ben3-2 {width: 420px;}

.pben3Block {
    height: 260px;
    width: 276px;
    margin: 0 0 15px;
}

.filt_row {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.filtItem {
    width: 100%;
    margin: 0 0px 30px 0 !important;
}

.itemBlock:nth-child(3n) {
    margin: 0 30px 30px 0;
}

.itemBlock:nth-child(2n) {
    margin: 0 0 30px !important;
}

.projectBlock {
    margin: 0 60px 60px 0;
}

.projectBlock:nth-child(2n) {
    margin: 0 0 60px !important;
}

.projectBlock:nth-child(3n) {
    margin: 0 60px 60px 0;
}

.albomBlock:nth-child(4n) {
    margin: 0 30px 30px 0;
}

.albomBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.albomBlock {
    width: 266.666px;
}

.photoBlock:nth-child(5n) {
    margin: 0 15px 15px 0;
}

.photoBlock:nth-child(3n) {
    margin: 0 0 15px;
}

.photoBlock {
    width: 276.666px;
}

section.pagetitle h1, section.pagetitle h2 {
    font-size: 26px;
}

.section_title {
    font-size: 26px;
}

.projectBlock_info h3 {
    font-size: 20px;
}

.comp_projectBlock:nth-child(3n) {
    margin: 0 50px 50px 0;
}

.comp_projectBlock:nth-child(2n) {
    margin: 0 0 50px;
}

.comp_projectBlock {
    margin: 0 50px 50px 0;
}

body.news_page .articleBlock {
    margin: 0 60px 60px 0;
}

body.news_page .articleBlock:nth-child(3n) {
    margin: 0 60px 60px 0;
}

body.news_page .articleBlock:nth-child(2n) {
    margin: 0 0 30px !important;
}

body.contacts_page section.container .adaptive .right {
    width: 460px;
}

.fltClm1.filtItem {
    width: 50%;
}

section.main_slider .owl-carousel {
    width: 100%;
}

section.main_slider .adaptive .right h2 {
    font-size: 38px;
    line-height: 40px;
}

body.apartment_page section.container .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

.apartment_images {
    margin: 0 auto;
}

.apartment_info .details {
    box-sizing: border-box;
    width: 100%;
}

.apartment_info .benefits {
    box-sizing: border-box;
    width: 100%;
}

section.main_slider .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

section.main_slider .left {
    width: 100%;
    padding: 30px 0 0;
}

section.main_slider .adaptive .right {
    width: 100%;
}

a.left_banner img {
    width: 100%;
}

.welcBlock {
    width: 50%;
    box-sizing: border-box;
}

section.main_slider .left .blocks {
    height: auto;
}

.welcBlock:nth-child(1) {
    padding: 0 15px 0 0;
}

.welcBlock:nth-child(2) {
    padding: 0 0 0 15px;
}
    
}

@media only screen and (min-width: 640px) and (max-width: 899px) {
    
.adaptive {
    width: 600px;
}

.head_cont .adaptive .left .menu {
    display: none;
}

.tablet_menu {
    display: flex !important;
    flex-direction: column;
    width: 90px;
    position: relative;
}

.tablet_menu ul {
    position: absolute;
    top: 100%;
    padding: 0;
    width: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transform-origin: top left;
    transition: 0.3s;
}

.tablet_menu a.btn {
    background: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    color: inherit;
}

.tablet_menu a.btn span {
    font-size: 46px;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
}

.tablet_menu a.btn:hover, .tablet_menu a.btn.active {
    color: #ef233c;
}

.tablet_menu ul.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tablet_menu ul li a {
    text-decoration: none;
    padding: 8px 20px;
    display: flex;
    font-weight: 500;
    color: inherit;
    font-size: 16px;
    transition: 0.1s;
}

.tablet_menu ul li:first-child a {
    padding-top: 20px;
}

.tablet_menu ul li:last-child a {
    padding-bottom: 20px;
}

.tablet_menu ul li {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.tablet_menu ul li:first-child {
    border: none;
}

.tablet_menu ul li a:hover {
    background: #ef233c;
    color: #fff;
}

.tablet_menu a.btn span.tclose {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
}

.tablet_menu a.btn.active span.tclose {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.tablet_menu a.btn.active span.tmenu {opacity: 0;visibility: hidden;transform: scale(0.5);}

img.content_image {
    width: 100%;
}

section.carousel .owl-carousel {
    width: 600px;
}

footer {
    height: auto;
    margin: 0;
}

hr.clear.footer {
    height: 0;
}

.foot_cont {
    height: auto;
    display: flex;
    flex-direction: column;
}

.foot_cont .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px;
}

.f_menu {
    margin: 0;
    width: 50%;
}

.foot_cont .left {
    margin: 0 0 40px;
}

/* comment */

body.contacts_page section.container .adaptive {
    display: flex;
    flex-direction: column;
}

body.contacts_page section.container .adaptive .left {
    padding: 0 0 20px;
    width: 100%;
}

body.contacts_page section.container .adaptive .right {
    width: 100%;
}

body.contacts_page section.container .adaptive .entermap {
    height: 300px;
}

body.news_page .articleBlock:nth-child(3n) {
    margin: 0 30px 30px 0px;
}

body.news_page .articleBlock {
    margin: 0 30px 30px 0px;
    width: 285px;
}

body.news_page .articleBlock:nth-child(2n) {
    margin: 0 0 30px !important;
}

body.news_page .articleBlock img {
    width: 100%;
}

section.pagetitle h1, section.pagetitle h2 {
    font-size: 26px;
}

.filtItem {
    margin: 0 0 30px !important;
    width: 100%;
}

.filt_row {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.itemBlock a {
    display: flex;
    flex-direction: column-reverse;
}

.itemBlock a .info {
    width: 100%;
}

.itemBlock .image {
    width: 100%;
    margin: 0 0 30px;
}

.itemBlock:nth-child(3n) {
    margin: 0 30px 30px 0;
}

.itemBlock:nth-child(2n) {
    margin: 0 0 30px !important;
}

.itemBlock {
    width: 285px;
}

.itemBlock a .info h3 {
    font-size: 16px;
}

.itemBlock a .info .info_bottom {
    padding: 15px 0 0;
}

body.apartment_page section.container .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

.apartment_images {
    margin: 0 auto;
}

.apartment_info .details {
    box-sizing: border-box;
    width: 100%;
}

.apartment_info .benefits {
    box-sizing: border-box;
    width: 100%;
}

.projectBlock {margin: 0 30px 30px 0;width: 285px;}

.projectBlock:nth-child(3n) {
    margin: 0 30px 30px 0;
}

.projectBlock:nth-child(2n) {
    margin: 0 0 30px;
}

.projectBlock_info h3 {
    font-size: 18px;
}

.projectBlock_info p {
    font-size: 12px;
}

.projectBlock_info .price {
    font-size: 12px;
}

.comp_projectBlock {
    margin: 0 30px 30px 0;
    width: 285px;
}

.comp_projectBlock:nth-child(3n) {
    margin: 0 30px 30px 0;
}

.comp_projectBlock:nth-child(2n) {
    margin: 0 0 30px;
}

.section_title {
    font-size: 26px;
}

.gallerySlider {
    display: flex;
    flex-direction: column;
}

.gallerySlider .left {
    width: 100%;
}

.gallerySlider .right {
    width: 100%;
    padding: 20px 0 0;
}

.pbenBlock img {
    width: 100%;
}

body.project_page section.container .adaptive, body.home_page section.container .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

body.project_page section.container .adaptive .right img, body.home_page section.container .adaptive .right img {
    width: 100%;
    margin: 0 0 30px;
}

body.project_page section.container .adaptive .left, body.home_page section.container .adaptive .left {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: -100%;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
}

.pben3Block {
    height: auto;
    width: 100% !important;
    margin: 0 0 20px;
}

.albomBlock {
    margin: 0 20px 20px 0;
    width: 290px;
}

.albomBlock:nth-child(2n) {
    margin: 0 0 20px !important;
}

.albomBlock:nth-child(4n) {
    margin: 0 20px 20px 0;
}

.photoBlock:nth-child(5n) {
    margin: 0 15px 15px 0;
}

.photoBlock:nth-child(2n) {
    margin: 0 0 15px !important;
}

.photoBlock {
    width: 292.5px;
}

section.main_slider .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

section.main_slider .adaptive .left {
    width: 100%;
    padding: 0;
}

section.main_slider .adaptive .left img {
    width: 100%;
}

section.main_slider {
    height: auto;
    padding: 50px 0;
}

section.main_slider .owl-carousel {
    width: 100%;
}

section.main_slider .adaptive:before {display: none;}

section.main_slider .adaptive .right {
    width: 100%;
    padding: 0 0 30px;
}

section.main_slider .adaptive .right h2 {
    font-size: 26px;
    line-height: 30px;
    padding: 30px 0;
}

section.main_slider .adaptive .right .text{
    display: none;
}

.gallery_title {
    font-size: 26px;
}

.head_cont .adaptive .right a.callback {
    font-size: 0px;
    padding: 0;
    width: 40px;
}

.head_cont .adaptive .right a.callback i {
    display: inline !important;
}

header a.filter_btn {
    margin: 0;
    font-size: 14px;
}

.welcBlock:nth-child(1) {
    padding: 0 15px 0 0;
}

.welcBlock:nth-child(2) {
    padding: 0 0 0 15px;
}

.welcBlock {
    width: 50%;
}

.welcBlock .btm img {
    width: auto !important;
}
    
}

@media only screen and (max-width: 639px) {

 .adaptive {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.head_cont .adaptive .left .menu {
    display: none;
}

.foot_cont {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px 0 0;
}

.f_menu {
    margin: 0;
    padding: 0 0 20px;
}

.foot_cont .right {
    display: flex;
    flex-direction: column;
}

footer {
    height: auto;
    margin: 0;
}

hr.clear.footer {
    height: 0;
}

.foot_cont .left {
    padding: 0 0 30px;
}

.head_cont .adaptive .left .logotype {
    margin: 0;
}

.head_cont .adaptive .right a {
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px;
}

header .right {
    display: none;
}

.head_top .adaptive .right a.callback {
    font-size: 12px;
    margin: 0;
}

.head_top .adaptive .left {
    display: none;
}

.head_top .adaptive .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

img.content_image {
    width: 100%;
    margin: 0 0 20px;
}

section.pagetitle h1, section.pagetitle h2 {
    font-size: 26px;
}

section.pagetitle {
    padding: 40px 0px 20px;
}

article.article h2 {
    font-size: 22px;
}

article.article p {
}

article.article h3 {
    font-size: 18px;
}

section.carousel .owl-carousel {
    width: 100%;
}

section.carousel {
    padding: 0 15px 40px;
}

.head_cont .adaptive .left .logotype img {
    height: 40px;
}

.head_cont .adaptive {
    height: 60px;
}

.head_top .adaptive {
    height: 30px;
}

.head_top .adaptive .right a.tel {
    font-size: 12px;
}

hr.clear.header {
    height: 91px;
}

.foot_bottom {
    height: auto;
    padding: 20px 0;
}

.head_cont .adaptive .left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

a.mobile_btn {
    display: flex !important;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: inherit;
    position: relative;
}

a.mobile_btn span.mclose {visibility: hidden;opacity: 0;transform: scale(0.5);}

a.mobile_btn span {
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

a.mobile_btn.active span.mmenu {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
}

a.mobile_btn.active span.mclose {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.mobile_panel {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    background: #fff;
    display: flex !important;
    z-index: 130;
    flex-direction: column;
    overflow: auto;
    transition: 0.3s;
}

body.open_mobile_menu .mobile_panel {
    left: 0;
}

.mobile_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 125;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

body.open_mobile_menu .mobile_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_panel_title {
    padding: 20px 15px;
    background: #3f5073;
    line-height: 20px;
    color: #fff;
}

.mobile_panel .menu ul li a {
    text-decoration: none;
    color: inherit;
    padding: 12px 15px;
    display: flex;
    font-weight: 500;
}

.mobile_panel .menu ul li {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile_panel .top_btns {
    padding: 25px 15px 15px;
}

.mobile_panel .top_btns a {
    text-decoration: none;
    color: #3f5073;
    font-weight: 500;
}

body.open_mobile_menu {
    overflow: hidden;
}

/* comment */

body.contacts_page section.container .adaptive {
    display: flex;
    flex-direction: column;
}

body.contacts_page section.container .adaptive .left {
    padding: 0 0 20px;
    width: 100%;
}

body.contacts_page section.container .adaptive .right {
    width: 100%;
}

body.contacts_page section.container .adaptive .entermap {
    height: 300px;
}

body.news_page .articleBlock:nth-child(3n) {
    margin: 0 30px 30px 0px;
}

body.news_page .articleBlock {
    margin: 0 0 30px;
    width: 100%;
}

body.news_page .articleBlock:nth-child(2n) {
    margin: 0 0 30px !important;
}

body.news_page .articleBlock img {
    width: 100%;
}

section.pagetitle h1, section.pagetitle h2 {
    font-size: 26px;
}

.filtItem {
    margin: 0 0 30px !important;
    width: 100%;
}

.filt_row {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.itemBlock a {
    display: flex;
    flex-direction: column-reverse;
}

.itemBlock a .info {
    width: 100%;
}

.itemBlock .image {
    width: 100%;
    margin: 0 0 30px;
}

.itemBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.itemBlock:nth-child(2n) {
    margin: 0 0 30px !important;
}

.itemBlock {
    width: 100%;
    margin: 0 0 30px;
}

.itemBlock a .info h3 {
    font-size: 16px;
}

.itemBlock a .info .info_bottom {
    padding: 15px 0 0;
}

body.apartment_page section.container .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

.apartment_images {
    margin: 0 auto;
    width: auto;
}

.apartment_info .details {
    box-sizing: border-box;
    width: 100%;
}

.apartment_info .benefits {
    box-sizing: border-box;
    width: 100%;
}

.projectBlock {margin: 0 0 30px !important;width: 100%;}

.projectBlock:nth-child(3n) {
    margin: 0 30px 30px 0;
}

.projectBlock:nth-child(2n) {
    margin: 0 0 30px;
}

.projectBlock_info h3 {
    font-size: 18px;
}

.projectBlock_info p {
    font-size: 12px;
}

.projectBlock_info .price {
    font-size: 12px;
}

.comp_projectBlock {
    margin: 0 0 30px !important;
    width: 100%;
}

.comp_projectBlock:nth-child(3n) {
    margin: 0 30px 30px 0;
}

.comp_projectBlock:nth-child(2n) {
    margin: 0 0 30px;
}

.section_title {
    font-size: 26px;
}

.gallerySlider {
    display: flex;
    flex-direction: column;
}

.gallerySlider .left {
    width: 100%;
}

.gallerySlider .right {
    width: 100%;
    padding: 20px 0 0;
    position: relative;
}

.pbenBlock img {
    width: 100%;
}

body.project_page section.container .adaptive, body.home_page section.container .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

body.project_page section.container .adaptive .right img, body.home_page section.container .adaptive .right img {
    width: 100%;
    margin: 0 0 30px;
}

body.project_page section.container .adaptive .left, body.home_page section.container .adaptive .left {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: -40%;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
}

.pben3Block {
    height: auto;
    width: 100% !important;
    margin: 0 0 20px;
}

.albomBlock {
    margin: 0 0 30px !important;
    width: 100%;
}

.albomBlock:nth-child(2n) {
    margin: 0 0 20px !important;
}

.albomBlock:nth-child(4n) {
    margin: 0 20px 20px 0;
}

.photoBlock:nth-child(5n) {
    margin: 0 15px 15px 0;
}

.photoBlock:nth-child(2n) {
    margin: 0 0 15px !important;
}

.photoBlock {
    width: 100%;
    margin: 0 0 15px !important;
}

section.main_slider .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

section.main_slider .adaptive .left {
    width: 100%;
    padding: 0;
}

section.main_slider .adaptive .left img {
    width: 100%;
    display: none;
}

section.main_slider {
    height: auto;
    padding: 50px 0;
}

section.main_slider .owl-carousel {
    width: 100%;
}

section.main_slider .adaptive:before {display: none;}

section.main_slider .adaptive .right {
    width: 100%;
    padding: 0 0 20px;
}

section.main_slider .adaptive .right h2 {
    font-size: 26px;
    line-height: 30px;
    padding: 30px 0;
}

section.main_slider .adaptive .right .text{
    display: none;
}

.pben3Block_cont .txt {
    padding: 20px;
}

.pben3Block_cont .txt h3 {
    font-size: 24px;
    line-height: 28px;
}

section.project_menu ul {
    display: flex;
    flex-direction: column;
}

section.project_menu ul li {
    margin: 10px 0;
}

.gallery_title {
    font-size: 26px;
}
 
 header a.filter_btn {
    display: none;
}

.head_cont .adaptive .right a.callback {
    display: none;
}

.welcBlock .btm img {
    width: auto !important;
}

.welcBlock:nth-child(1) {
    padding: 0 15px 0 0;
}

.welcBlock:nth-child(2) {
    padding: 0 0 0 15px;
}

.welcBlock {
    width: 50%;
}

section.main_slider .left .blocks {
    height: auto;
}

.welcBlock .btm {
    padding: 20px 0 0;
}

.apartment_images .imgs {
    width: 100%;
    height: auto;
}

.apartment_images .imgs img {
    width: 100%;
    margin: 0 0 10px;
}

.apartment_info .details p {
    display: flex;
    flex-direction: column;
}

.apartment_info .details p:before {display: none;}

.apartment_info .details p strong {
    padding: 10px 0 0;
}

.apartment_info .bottom_price {
    display: flex;
    flex-direction: column;
}
 
}