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

section.pagetitle {
    border-left: 0;
    border-right: 0;
}

section.pagetitle .background {
    border-radius: 0;
}

}

@media only screen and (min-width: 1060px) and (max-width: 1300px) {

.adaptive {
    width: 960px;
}

header .adaptive .right ul {
    padding: 0 10px 0 0;
}

header a.tel {
    font-size: 22px;
}

header a.logotype {
    font-size: 20px;
    width: 310px;
}

.f_menu {
    padding: 0 40px 0 0;
}

footer .top .adaptive .left {
    width: 360px;
}

.categoryBlock {
    width: 300px;
}

.categoryBlock a .txt {
    padding: 0 30px 30px;
}

.appartBlock {
    width: 306.666px;
}

.apparts_block .right {
    width: 400px;
    padding: 0 0 0 30px;
}

.apparts_block .left {
    width: 560px;
}

ul.imgs_pages li span.count {
    font-size: 26px;
    padding: 0;
}

body.appart_page section.container .adaptive .right {
    width: 500px;
}

body.appart_page section.container .adaptive .left {
    width: 460px;
}

.photoBlock {
    width: 227.5px;
}

section.welcome {
    border: none;
    border-top: 100px solid #fff;
}

.welcome .background {
    border-radius: 0;
}

section.about_us .right {
    width: 460px;
}

.srvBlock {
    width: 176px;
    padding: 25px 10px 10px;
}

.srvBlock h3 {
    font-size: 14px;
    line-height: 18px;
}

section.appart_search form#searchForm .input_text input {
    width: 170px;
}

section.appart_search .adaptive h2 {
    width: 310px;
    font-size: 22px;
    line-height: 30px;
}

section.appart_search {
    padding: 20px 0 0 !important;
}

section.appart_search form#searchForm button {
    width: 140px;
}

div#ob-form-wrap .row .input_text {
    width: 100%;
}

header .adaptive .right ul li {
    margin: 0 15px 0 0;
}

header .adaptive .right ul li a {
    font-size: 16px;
}

}

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

header .adaptive .right ul {
    display: none;
}

section.welcome {
    border: none;
    border-top: 100px solid #fff;
}

.welcome .background {
    border-radius: 0px;
}

section.about_us .left {
    width: 100%;
    display: none;
}

section.about_us .left img {
    display: block;
    width: 100%;
}

section.about_us .right {
    width: 100%;
}

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

section.about_us {
    padding: 50px 0 15px;
}

section.services {
    padding: 50px 0;
}

.section_title {
    font-size: 28px;
}

.srvBlock {
    width: 200px;
    margin: 0 20px 20px 0 !important;
}

section.services .grid {}

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

.f_menu {
    display: none;
}

footer .top .adaptive .left {
    width: 320px;
}

footer .contacts {
    width: 300px;
}

footer .contacts ul li {
    font-size: 14px;
    line-height: 18px;
}

a.material-icons.menu_but {
    display: flex !important;
    background: whitesmoke;
    width: 46px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 30px;
    /* border: 1px solid #e1e1e1; */
}

header .left {
    display: flex;
    align-items: center;
}

header a.logotype {
    font-size: 20px;
    width: 280px;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 125;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition: 0.3s;
    padding-top: 60px;
    display: flex !important;
    overflow: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul li a {
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.mobile_menu ul {
    width: 100%;
}

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

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

body.menu_open {
    overflow: hidden;
}

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

section.contacts_info .adaptive .left {
    width: 100%;
    padding: 0 0 40px;
}

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

section.contacts_info .entermap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    height: 300px;
}

.categoryBlock {
    width: 305px;
}

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

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

ul.imgs_pages {
    display: none;
}

.apparts_block {
    display: flex;
    flex-direction: column-reverse;
}

.apparts_block .right {
    width: 100%;
    padding: 0 0 40px;
}

.apparts_block .left {
    width: 100%;
}

.appartBlock {
    width: 200px;
}

.appartBlock a .txt {
    padding: 10px 10px;
}

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

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

body.appart_page section.container .adaptive .left {
    width: 100%;
}

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

.photoBlock {
    width: 210px;
}

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

section.appart_search form#searchForm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.appart_search form#searchForm .input_text {
    padding: 0 0 15px;
}

section.appart_search form#searchForm button {
    width: 100%;
}

section.appart_search {
    padding: 20px 0 0 !important;
}

#ob-objects-table td.button {
    display: none;
}

#ob-objects-table td.price {
    text-align: right;
}

#ob-objects-table td {
    padding: 15px 15px !important;
}
    
}

@media only screen and (max-width: 739px) {
    
.adaptive {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

header .adaptive .right ul {
    display: none;
}

section.welcome {
    border: none;
    border-top: 100px solid #fff;
}

.welcome .background {
    border-radius: 0px;
}

section.about_us .left {
    width: 100%;
    display: none;
}

section.about_us .left img {
    display: block;
    width: 100%;
}

section.about_us .right {
    width: 100%;
}

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

section.about_us {
    padding: 50px 0 15px;
}

section.services {
    padding: 50px 0;
}

.section_title {
    font-size: 28px;
}

.srvBlock {
    width: 100%;
    margin: 0 20px 20px 0 !important;
}

section.services .grid {}

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

.f_menu {
    display: none;
}

footer .top .adaptive .left {
    width: 100%;
    padding: 0 0 30px;
}

footer .contacts {
    width: 100%;
}

footer .contacts ul li {
    font-size: 14px;
    line-height: 18px;
}

a.material-icons.menu_but {
    display: flex !important;
    background: whitesmoke;
    width: 46px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 30px;
    /* border: 1px solid #e1e1e1; */
}

header .left {
    display: flex;
    align-items: center;
}

header a.logotype {
    font-size: 16px;
    width: 200px;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 125;
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    transition: 0.3s;
    padding-top: 60px;
    display: flex !important;
    overflow: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul li a {
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.mobile_menu ul {
    width: 100%;
}

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

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

body.menu_open {
    overflow: hidden;
}

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

section.contacts_info .adaptive .left {
    width: 100%;
    padding: 0 0 40px;
}

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

section.contacts_info .entermap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    height: 300px;
}

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

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

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

ul.imgs_pages {
    display: none;
}

.apparts_block {
    display: flex;
    flex-direction: column-reverse;
}

.apparts_block .right {
    width: 100%;
    padding: 0 0 40px;
}

.apparts_block .left {
    width: 100%;
}

.appartBlock {
    width: 100%;
    margin: 0 0 20px !important;
}

.appartBlock a .txt {
    padding: 20px 20px;
}

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

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

body.appart_page section.container .adaptive .left {
    width: 100%;
}

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

.photoBlock {
    width: 33.333%;
    box-sizing: border-box;
    margin: 0 !important;
    border: 1px solid #fff;
}

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

header .adaptive .right {
    /* display: none; */
}

footer .top .adaptive {
    display: flex;
    flex-direction: column;
}

footer {
    margin: 0;
}

hr.clear.footer {
    height: 0;
}

footer .bottom .adaptive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 20px 0;
}

footer .copyright {
    padding: 0 0 15px;
}

section.pagetitle .adaptive h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
}

.apinfo p strong, .apinfo p span {
    font-size: 15px;
}

.detail_title {
    font-size: 18px;
}

body.appart_page section.container .adaptive .right .price {
    font-size: 24px;
}

.srvList h3 {
    font-size: 20px;
    line-height: 24px;
}

footer a.logotype {
    font-size: 24px;
}

.categoryBlock a .txt {
    padding: 0;
    font-size: 26px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.welcome h1 {
    font-size: 40px;
}

section.welcome h3 {
    font-size: 20px;
    line-height: 28px;
}

div#bootcalendar .day i {
    font-size: 12px;
}

div#ob-form-wrap .row {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px;
}

.modscls {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

div#ob-form-wrap fieldset {
    /* display: block !important; */
}

div#ob-form-wrap fieldset#form-step2 .row {/* padding: 0 25px; */}

div#ob-form-wrap fieldset#form-step3 .row {
    display: flex;
    flex-direction: column;
}

div#ob-form-wrap .row .total_count {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div#ob-form-wrap .row .total_count .prc {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

section.appart_search form#searchForm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

section.appart_search form#searchForm .input_text {
    padding: 0 0 15px;
    width: 100%;
}

section.appart_search form#searchForm button {
    width: 100%;
}

section.appart_search {
    padding: 20px 0 0 !important;
}

section.appart_search .adaptive {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    align-items: flex-start;
    padding: 20px 20px 0;
}

section.appart_search #ob-search-form-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

section.appart_search .aform {
    width: 100%;
}

section.appart_search form#searchForm .input_text input {
    width: 100%;
}

section.appart_search .adaptive h2 {
    border: none;
    padding: 0 0 30px;
    margin: 0;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
}

#ob-objects-table td.button {
    display: none;
}

#ob-objects-table td.price {
    text-align: right;
}

#ob-objects-table td {
    padding: 15px 15px !important;
}

div#ui-datepicker-div {
    top: auto !important;
    bottom: 170px !important;
    position: fixed !important;
    left: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 10px !important;
}

div#ob-form-wrap fieldset#form-step2 {
    display: block !important;
}

div#ob-form-wrap fieldset#form-step3 {
    display: block !important;
}

div#ob-form-wrap fieldset#form-step1 {
    display: block;
}

div#ob-form-wrap fieldset#form-step1 .row {
    padding-top: 30px;
}

div#ob-form-wrap .stepButtons button#bookNow {
    display: flex !important;
}

div#ob-form-wrap .stepButtons button {
    display: none !important;
}

div#ob-form-wrap ul#info-steps {
    display: none;
}

div#ob-form-wrap .row .total_count h3 {
    display: none;
}

header a.tel {
    font-size: 0;
}

header a.tel i {
    min-width: 50px;
}

}