/**
*  #0093f4

    #ffd200
*/

html,
body {
    font-size: 16px;
    color: #333;
    font-family: Gotham Pro, sans-serif ;
    background-color: #f7f7f9;
    line-height: 1.5 ;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -71px;
    padding: 0 0 60px;
}
.wrap .main-container{padding-top: 120px;}
.container {
    position: relative;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.menu-list-show{display: none}
a:hover,a:focus,a:link{
    text-decoration: none;
    color: #fff;
}
.input {
    width: 100%;
    height: 44px;
    color: #0a0a0a;
    padding-left: 24px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}
.btn-yellow  {
    width: 100%;
    height: 44px;
   text-align: center;
    background: #ffd200;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    cursor: pointer;
}

.btn-yellow:hover{color: white;background: #0d3349;}

.bg-blue  {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #0093f4;
    padding: 1px 24px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}
.error-summary{background: rgba(255,0,0,0.3);}
.validating{background: rgba(18, 255, 63, 0.3);}
.arrow-left, .arrow-right {
    display: inline-block;
    position: absolute;
    bottom:79px;
    width: 35px;
    height: 100px;
    background: #ffffff;
}
.arrow-left {
    left: 21px;
    background: url(../images/lp/icons/arrow_left.jpg) no-repeat;
}
.arrow-right {
    right: 15px;
    background: url(../images/lp/icons/arrow_right.jpg) no-repeat;
}

.white{color: white}
.bg-white{background: #fff}
.bg-none{background:none}
.bg-gray{background: #eeeeee}


.bg-yellow{background: #0093f4}
.yellow{color: #0093f4}
.terms-of-use{
    display: inline-block;
    color: #000;
    margin-bottom: 24px;
}
.terms-of-use a,.terms-of-use a:link{
    color: #000;
    text-decoration: underline;
}
.terms-of-use a:hover,.terms-of-use a:focus{}
.radius-6{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.radius-15{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.radius-30{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.mt-section .container{
    padding-top: 70px;
}
.mt-block{
    margin-top: 48px;
}

h2{
    display: inline-block;
    padding: 10px 24px 16px 24px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 1rem;
    color: #000000 !important;
    height: 34px;
}
.terms-of-use {
    display: inline-block;
    color: #292929;
    margin-bottom: 24px;
}
.terms-of-use a {
    color: #292929;
    text-decoration: none;
    font-weight: bold;
}
/*************************************/
.center-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
section h2 > small{line-height: 1.3}
.t-section .text{height: 100%}
.t-section .text span{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.063rem;
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 2px 2px 19px #000000;
}
.title-section .text {
    text-align: center;
    padding: 0;
    margin: 0;

}
.title-section h3{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
   
    margin: 0;
}

.title-section h2{
    padding: 0;
    margin: 18px 0;

}
.line-horizontal {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 4px;
    z-index: 1;
    background: #0093f4;
}
section h2{font-size: 1.75rem;text-transform: uppercase; font-weight: bold}
section h3{font-size: 0.9375rem;font-weight: 500;text-transform: uppercase;}
section h4{font-size: 0.9375rem;font-weight: normal;}

/******* madal **************/
.modal-content{
    box-shadow: 3px 4px 5px rgba(10,11,11,.4), inset 3px 4px 5px rgba(10,11,11,.55);
    border: solid 2px #fff;
}
button.close{
    position: absolute;
    background: #fff;
    border-radius: 5px;
    right: 24px;
    top: 20px;
}
.modal-contact .header-title{
    background: #0a6aa1;
    color: #fff;
    line-height: 36px;
    font-size: 18px;
    height: 40px;
    text-align: center;
}

.modal-contact .desc{
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 16px;
}
.modal-contact input{
    height: 50px;
    font-size: 20px;
}
.direction-column{
    display: flex;
    flex-direction: column;
}
/****** общие ***************/
h1 {text-align: center; font-size: 1.4rem;color: rgb(241, 129, 3);}
/* .row{padding-left: 0;padding-right: 0;} */

#scrollup {
    position: fixed;
    opacity: 0.8;
    padding: 3px;
    background: #0b3e6f;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    left: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    z-index: 9999;
}
.fi{
    -webkit-box-shadow: 0px 13px 32px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 32px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 32px -16px rgba(0,0,0,0.75);
}
/**** **/
.lp-navbar {
    position: absolute;
    width: 100%;
    min-height: 100px;


}
.logo {max-height: 64px;padding: 0;margin-left: 0;margin-top: 13px}
.logo img{width: 90px; height: 64px;padding: 0;margin-left: 0;margin-top: 13px}
.slogan-top h1{
    font-size: 18px;
    font-style: italic;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 28px;
    color: rgb(241, 129, 3);
}
.callback .ic {display: inline-block; line-height: 28px;margin-top: 18px;text-align: center}
.callback .ic .phoneicon-{font-size: 36px; line-height: 28px;padding-left: 36px;color: #0b3e6f;}
.callback .tlf{font-size: 18px; color: #0b3e6f;}
.callback .call{font-size: 16px; color: #0b3e6f;}
    /**************** menu *******************/
.dws-menu {
    height: 100px;
    width: 100%;
    line-height: 43px;
}

ul.dws-ul,
ul.dws-ul li,
ul.dws-ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

ul.dws-ul {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

ul.dws-ul li a {
    font-size: 17px;
    min-height: 30px;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inv.dws-a a{width: 220px;}
.dws-a a{
    color: #fff;
    height: 24px;
    margin-top: 24px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.dws-a a:hover{background:  #0093f4;text-decoration: none;}

li.dws-li.tlf-call{ min-width: 214px;text-align: center}
li.dws-li.tlf-call:hover{color: white}
li.dws-li.tlf{
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

li.dws-li .tlf span{height: 40px;border-bottom:  dotted;}

li.dws-li .tlf img{
    margin-right: 10px;
    width: 26px;
    height: 26px;
}

li.call{font-weight: bold;cursor: pointer;}
li.call a{font-size: 16px; }
li.dws-li .call-back{
    margin-top: 8px;
    padding: 4px 12px;
    width: 100%;
    height: 32px;
    min-height: 32px;
    color: white;
}
li.dws-li .call-back:hover {color: black;}
/***************** header ********************/
header{}
header .top-form{padding-top: 150px}

header .top-form small{
    display: inline-block;
    margin-top: 13px;
    color: #fff;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 1px;
}
header .div-btn{height: 94px;}
header .top-form .wr{position: relative; padding: 24px;background: rgba(156, 151, 151, 0.46);}
header .top-form .slog{  text-shadow:1px 1px 1px #131310;}
header .top-form .div-top-form{position: relative;}

header .top-form .container-form{
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
header .left h4.bg-blue{
    display: inline-block;
    width: auto;
    padding: 1px 24px;
    color: #fff;
    font-size: 15px;
}
header .left h2{
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-top: -4px;
    margin-left: -15px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: bold;
    text-shadow: 4px -1px 9px #000000;
}

header .left h3{
    display: inline-block;
    width: 440px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size:  1.125rem ;
    line-height: 1.3;
    margin-left: 15px;
}
header .right h3{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: bold;

}
header .right h4{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;

}
header .but{
    position: absolute;
    bottom: -61px;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
header .btn-top-form{
    display: block;
    font-size: 1.2rem;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
.moreArrow {
    display: none;
    position: absolute;
    font-size: 2em;
    top: auto;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 100%;
}
.moreArrow i {
    display: block;
    position: relative;
    background-color: #fff;
    color: #000;
    width: 2.15em;
    height: 2.15em;
    line-height: 2.15em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0 auto;

    cursor: pointer;
    z-index: 3;
}
.moreArrow i:before{
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    background: url(../images/lpc/icons/down-arrow.svg) no-repeat;
    width: 40px;
    height: 40px;


}
/****************  ****************/
/**************** footer *****************/
footer {
    flex: 1 1 auto;
    background: #424242;
    margin-top:70px;
    padding-bottom:2em;
    min-height: 300px;
}
footer .f-nav{font-weight: bold;color: #ffd200}
footer a{
    display: block;
    color: #fff;
    text-decoration: none;
    margin-top: 8px;
}
footer a:hover{color: #dcdcdc
}
footer.mt-section .container { padding-top: 40px;}
footer .items-left{padding-left: 0;}
footer .logo img {margin-top: -14px;}
footer .copyright{
    border-top:1px solid #888;
    font-size: 14px;
    padding-top: 16px; margin-top: 50px;color: #c0c0c0
}
footer .counters {
    display: flex;
    justify-content: center;
}

footer .social a span {display: inline-block;width: 43px;height: 43px;margin-top: 36px}
.facebook_soc{background: url('icons/facebook.png') no-repeat;}
.ok_soc{background: url('icons/linced.png') no-repeat;}
.vk_soc{background: url('icons/vk.png') no-repeat;}
.blogger_soc{background: url('icons/blogger.png') no-repeat;}
.google_plus_soc{background: url('icons/google_plus.png') no-repeat;}
.tvitter_soc{background: url('icons/tvitter.png') no-repeat;}
.you-tube_soc{background: url('icons/you-tube.png') no-repeat;}

/******************** placeholder **********************/
::-webkit-input-placeholder { color: #2b2b2b !important; }
:-ms-input-placeholder { color: #2b2b2b !important; }
::-moz-placeholder { color: #2b2b2b !important; }
:-moz-placeholder { color: #2b2b2b !important; }

/***********************/

.btnflip {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 47px;
    text-align: center;
    transform-style: preserve-3d;
    perspective: 1000px;
    transform-origin: center center;
    cursor: pointer;
}
.btnflip-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 47px;
    font-size: 24px;
    background-color: rgba(255,255,255, .05);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    transition: 1s;
}
.btnflip-item.btnflip__front {
    transform: rotateX(0deg) translateZ(20px);
}
.btnflip:hover .btnflip-item.btnflip__front {
    transform: rotateX(-180deg) translateZ(20px);
}
.btnflip-item.btnflip__back {
    transform: rotateX(180deg) translateZ(20px);
}
.btnflip:hover .btnflip-item.btnflip__back {
    transform: rotateX(0deg) translateZ(20px);
}
.btnflip-item.btnflip__center,
#btn-callback{
    background: rgb(241, 129, 3);
}
.btnflip-item.btnflip__center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(241, 129, 3);
    border-radius: 30px;
    transform: translateZ(-1px);
}
.btnflip:hover .btnflip-item.btnflip__center {
    transform: rotateX(-180deg);
}
/********** actual-realty *************/
#actual-realty {
    padding-bottom: 130px;
}
#actual-realty .block{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
#actual-realty .block .type{
    position: absolute;
    top: -22px;
    width: 260px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


#actual-realty .block .desc{
    display: inline-block;
    position: absolute;
    left:50%;
    bottom: -20px;
    width: 250px;
    margin-left: -125px;

}

#actual-realty .block .desc {
    display: inline-block;

    width: 250px;
    padding: 3px 26px;
    line-height: 37px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: .5s;
    text-transform: uppercase;
}

#actual-realty .block .desc a:hover {

    background-position: 0 0;
}
#actual-realty .block .desc a .number{
    font-size: 18px;font-weight: 600;
}
#actual-realty .block .desc a .obj{
    font-size: 18px;
}
#actual-realty .slug-bottom{
    position: relative;
    top:80px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
/**** find-property ****/
#find-property {padding-bottom: 40px}
#find-property h2{font-size: 2.563rem;margin-top: 0}
#find-property h3{text-align: center;}
#find-property h4{
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}
#find-property .block{
    padding: 8px;
    font-size: 16px;
}
#find-property .block .icons{text-align: center;}
#find-property .block .icons img {
    padding: 0;
    width: 126px;
    border-radius: 63px;
    -webkit-box-shadow: inset -1px 3px 8px 5px #707070, 2px 5px 16px 0px #767676, 5px 5px 15px 4px rgba(0,0,0,0);
    box-shadow: inset -1px 3px 8px 5px #808080, 2px 5px 16px 0px #787878, 5px 5px 15px 4px rgba(0,0,0,0);
    margin-left: auto;
    margin-right: auto;
}


#find-property .block .name{
   display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 80px;
    border-radius: 20px;
    padding: 0 14px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
#find-property .desc{
    text-align: center;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.6;
    text-transform: none
}
#find-property .slug-bottom{
    margin-top: 40px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
#find-property .slug-bottom-2{
    margin-top: 12px;
    font-size: 0.875rem;
}
/***********************/
#apartments .container{padding-bottom: 50px}
.octave_obj{
    background: #ebebeb;
    padding-bottom: 92px;
}
.octave_obj.bg-octave{
    background-size: cover;
    height: 994px;
}
.octave_obj.bg-octave .title-section .text{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.octave_obj.bg-octave .line-horizontal{display: none}
.octave_obj .wr {
    position: relative;
    margin-bottom: 30px;
}
.wr-show{margin-top: 90px}
.octave_obj .block {
    position: relative;

}
.octave_obj .block .left {
    padding-right: 0;
}
.octave_obj .block .right {
    position: relative;
    background: #fff;
    height: 255px;

}
.octave_obj .block .right .row {
    position: relative;
    height: 100%;
    padding-left: 30px;
}
.octave_obj .container{
    padding: 0;
    margin-top: 0;
}
.octave_obj .wr-show .name{margin: 22px 0;}
.octave_obj .wr-show .name span{
    color: #0a0a0a;
    font-weight: bold;
    font-style: normal;
    font-size: 1.125rem;
    background: #cbedff;
}
.octave_obj .block .img_big{
    width: 100%;
    height: 255px;
}
.octave_obj .block .img_small{
    width: 100%;
    height: 76px;
}
.octave_obj .block .block-img-small {padding-top: 6px}
/*
.octave_obj .block .block-img-small div:nth-child(1){padding-right: 16px;}
.octave_obj .block .block-img-small div:nth-child(2){padding-left: 0;padding-right: 0;}
.octave_obj .block .block-img-small div:nth-child(3){padding-left: 16px;}
*/


.octave_obj .block .content{
    font-size: 0.9375rem;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 70px;
}

.octave_obj .block .name_char{
    font-size: 0.9375rem;
    font-weight: bold;
}
.octave_obj .block .value_char{
    font-size: 0.9375rem;
    font-weight: 500;
}
.octave_obj .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 15px;
    margin-right: auto;
    text-align: center;
    background: #0093f4;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    cursor: pointer;
}
.octave_obj .more a{
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
}
.octave_obj .more:hover{background: #00395d;}
.img_cat.right {float: right;}
.img_cat.left {float: left;}
.t-section{
    height: 200px;

}
.owl-theme .owl-nav {margin-top: 0;}


.t-section{overflow: hidden}
#villas{height: auto}
#villas .fon {
    background: url(../images/lpc/fon/1_r.png) 100% 10% no-repeat,
                url(../images/lpc/fon/1_l.png) 0 40% no-repeat,
                url(../images/lpc/fon/2_r.png) 100% 80% no-repeat;
    height: auto
}
#apartments .fon {
    background: url(../images/lpc/fon/aparmens_1_r.png) 100% 10% no-repeat,
    url(../images/lpc/fon/aparmens_1_l.png) 0 40% no-repeat,
    url(../images/lpc/fon/1_r.png) 100% 80% no-repeat;
    height: auto
}
#invest .fon {
    background: url(../images/lpc/fon/aparmens_1_r.png) 100% 10% no-repeat,
    url(../images/lpc/fon/aparmens_1_l.png) 0 40% no-repeat,
    url(../images/lpc/fon/aparmens_2_r.png) 100% 80% no-repeat;
    height: auto
}
/************************************/
.find-object{
    text-align: center;
    margin-top: 92px;
    cursor: pointer;
}
.find-object a{
    display: inline-block;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    background: #ffd200;
}
/*********** order ************/
#order .block{
    padding: 12px 24px 42px 24px;
    background: rgba(38, 86, 118, 0.85);
    color: #fff;

}
#order .block input{
   color: #0f0f0f;

}
/********* way **************/
#way{}
#way img{padding: 0;margin: 0;border: 0;outline: 0;min-width: 100%}
#way .block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    overflow: hidden;

}
#way .block .num {
    position: absolute;
    top: -33px;
    font-size: 42px;
    font-weight: 100;
    color:#fff;
    z-index: 4;
}
#way .block .r{
    display: inline-flex;
    position: absolute;
    top: -35px;
    width: 60px;
    height: 60px;

    border-radius: 50%;
    z-index:2;



}
.gradient {
    background-color: #0094f4;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA4MGYxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMGE3ZjciIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(0, 128, 241)),color-stop(1, rgb(0, 167, 247)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(left,rgb(0, 128, 241) 0%,rgb(0, 167, 247) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to right,rgb(0, 128, 241) 0%,rgb(0, 167, 247) 100%);
    background-image: -ms-repeating-linear-gradient(left,rgb(0, 128, 241) 0%,rgb(0, 167, 247) 100%);
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0080f1",endColorstr="#ff00a7f7",GradientType=1);
    }
}

#way .desc-title{
    font-size: 0.9375rem;
    color: #000000;
    padding: 40px;
    background: #fff;

    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
#way .desc-title-4 {height: 170px;}
#way .desc-title-6 {height: 190px;}

#way .img .title{
    display: flex;
    flex-direction: column;
    height: 84px;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;

}
#way .img .sub_title{
    font-size: 0.875rem;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;

}
#way .desc-title .desc{margin-top: 24px;}
#way .img{
    height: 84px;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
/******** advantages ************/
#advantages {background: #ebebeb}
#advantages h2{width: 60%;margin-bottom: 80px}
#advantages .block{
    display: flex;
    flex-direction: row;
}
#advantages .block:nth-child(2n){
    display: flex;
    flex-direction: row-reverse;
}
#advantages .block > .bl{ width: 50%;}
#advantages .block .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0  10% 0 9%;
}
#advantages .block:nth-child(2n-1) .content{
    text-align: right;
    padding: 0 9% 0 10%;
}
#advantages .block .title{
    font-size: 1.5625rem;
    font-weight: normal;
    text-transform: uppercase;

}
#advantages .block .description{
    margin-top: 36px;
    font-size: 0.9375rem;
    line-height: 1.8;
    font-weight: normal;


}
/******** find ************/


.find-realty a {
    display: inline-block;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    background: #ffd200;
    cursor: pointer;
}

#find .container{padding-bottom: 50px}
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#find h2 span{
    color: #0092f4;
}
#find h3{
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 50px;
}
#find h4{
    margin-top: 36px;
    font-size: 15px;
    font-weight: normal;
}
#find ul{
    margin-top: 80px;
    font-size: 0.9375rem;
    list-style-image: url("../images/lpc/touch.png");
}
#find ul li{
    margin-bottom: 20px;
}
#find .img{height: 100%}
/***********  cyprus ************/
#plus{
    background: url("../images/lpc/plus.jpg") center center no-repeat fixed;
    background-size: cover;
    height: 1250px;
}
#plus .block{
    padding: 20px;
    background: rgba(255,255,255,0.9);
    text-align: center;

}
#plus h2{
    background: rgba(25, 27, 29, 0.58);
    color: #fff;
    margin-bottom: 32px;

}
#plus .block .title{
    font-size: 26px;
    font-weight: bold;
}
#plus .block .desc{
    margin-top: 24px;
    font-size: 18px;
}
/*********** t-callback ************/
#t-callback{
    position: relative;
    background: #f5f5f5;
    margin-top: 20px;
}
#t-callback ul{
    list-style-image:url("../images/lp/touch.png");
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem ;
}
#t-callback .container{padding-bottom: 50px}
#t-callback img{
    position: absolute;
    top: -215px;
    width: 216px;
    left: 38px;
    z-index: 1;

}
#t-callback a{
    position: relative;
    top: 98px;
    z-index: 2;
    padding: 18px 24px;
    font-size: 0.9375rem;
    text-transform: uppercase;
}
#t-callback a,#t-callback a:link,#t-callback a:focus{color: #0a0a0a;}
/******** modal ***************/
#success,#alert{
    display: none;
    margin-top:16px;
    text-align: center
}
.modal_div{display: none}
/* базовый контейнер, фон затемнения*/
#overlay_popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    cursor:pointer;

}

/* модальный блок */
.popup {
    position: absolute;
    width: 800px;
    padding: 24px;
    left: 50%;

    transform: translate(-50%,0);
    border: 1px solid #383838;
    background: #fff;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    z-index: 9999;

}

/* кнопка закрытия */

.block-modal .modal_close{
    display: inline-block;
    font-weight: 700;
    width: 26px;
    height: 26px;
    cursor: pointer;

}
.block-modal .modal_close{
    position: absolute;
    background: url(../images/lp/close.jpg) no-repeat;
    font-size: 30px;
    line-height: 0.2;
    font-weight: 800;
    font-style: normal;

    width: 42px;
    height: 42px;
    top:-23px;
    right: -29px;
    cursor: pointer;
    z-index: 6677;
}
.block-modal .modal_close:hover{
    background: url(../images/lp/close_hover.jpg) no-repeat;
}
.block-modal .mod-title {
    position: relative;
    margin-top: 132px;
}
.block-modal .mod-sub-title{
    font-size: 17px;
}
.block-modal .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2b2b2b;
    background-color: #fff;
    background-image: none;
    border: none;
    border: 1px solid transparent;
    border: 1px solid #0093f4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
    box-shadow: none;

}
.block-modal .form-control:focus{background: rgba(255, 222, 0, 0.58)
}
.block-modal textarea{
    height: 100px !important;
}
.block-modal .mod-input{
    margin-top: 44px;
}
.block-modal .btn-form span {
    display: inline-block;
    padding: 3px 31px;
    border: 1px solid transparent;
}
#modal-index .btn-form:hover {
    color: #fff;
}
/* кнопка закрытия при наведении */
.block-modal:hover {color: #333;}
#success,#alert{
    display: none;
    margin-top:16px;
    text-align: center
}

div.required label:after {content: " *";color: #1b1e23;}

.block-modal {padding: 30px;}
.block-modal .title{
    font-weight: bold;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.3;
}
.block-modal .form .form-button{ text-align: center}

.block-modal .help-block{color: #fff}
.block-modal .btn{
    font-size: 20px;
    background: #0093f4;
    width: 100%;
}

.block-modal .btn:hover,
.block-modal  .btn:focus,
.block-modal  .btn.focus {
    border: 1px solid #fff;
    text-decoration: none;
    background: rgba(38, 86, 118, 0.85);
    color: #fff
}
/***** fix-bar */
#fix-bar{
    position: fixed;
    right: 0;
    bottom: 10px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    background: #fff;
    z-index: 999;
}
#fix-bar:hover{
    bottom: 14px;

}
#fix-bar ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#fix-bar ul li {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 4px;
    width: 60px;
    height: 60px;
    cursor: pointer;

}

.whatsapp > a,.viber > a {
    width: 100%;
    cursor: pointer;
    color: #fff;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    background-size: cover;
}
.whatsapp > a{
    background: url("../images/icon/icon-whats.png") no-repeat;

}


#fix-bar ul li.whatsapp a,
#fix-bar ul li.viber a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#fix-bar ul li a > div {
    background: #fff;
    color: #333;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 10000;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    padding: 15px;
}

/************ whats-viber ***************/
.whats-viber{display: none;}
.whats-viber .whats-a{background-color: #5cbe4a;}
.whats-viber .viber-a{background-color: #685da8;}
/********* sm ***************/
.info-tel .menu-sm{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #545454;
}

.menu-sm .wr-bar{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 60px;
    height: 50px;
    cursor: pointer;
}
.menu-sm .bar{background: #0093f4;height: 4px;}
.menu-sm .logo{display: inline-block;width: 90px;}
.menu-sm .logo img{position: relative;top:-18px}
.menu-sm .call-back{
    font-size: 12px;
    padding: 8px 8px; color: #0a0a0a;text-transform: uppercase;}
.menu-sm .call-back:hover{color: #fff}
#menu-list{position: absolute;top: -33px; width: 100%;z-index: 100}
#menu-list ul{
    width: 100%;
    text-align: center;
    font-size: 17px;
    list-style: none;
    background: rgba(0,0,0,1);
    padding-top: 24px;
}
#menu-list ul li{height: 35px;font-size: 1.1rem;}
#menu-list ul li a{color: #fff;text-transform: uppercase;}
/************************************/
@media only screen and (min-width : 1600px){
    .container{width: 1300px;}
    .menu-list-show{display: none}
}
@media only screen and (max-width : 1400px){
    .container{width: 1200px;}
    .menu-list-show{display: none}
}
@media only screen and (max-width : 1200px) {
    html,
    body {min-width: 992px;}
    .container{width: 100%;}
    #find-property .block .name {
        font-size: 1rem;
        height: 50px;
        border-radius: 15px;
        padding: 0 3px
    }
    #find-property .block .desc {font-size: 0.9rem;}

}
@media only screen and (max-width : 1025px) {
    html {font-size: 15px}
    html,body { min-width: 100%;font-size: 15px}
    header { width: 100%; }
    ul.dws-ul li a {font-size: 14px;}
    .container { width: 96%;}
    footer .block { margin-bottom: 23px;}
    footer .mt-block { margin-top: 23px;}
    footer .block {height: 380px;}
    header .top-form .slog h3 {font-size: 14px;}
    header .h4-line {margin-top: 102px; }
    #find-property .block .icons {
        padding: 0;
        text-align: center;
    }
    #find-property .block .icons img {
        padding: 0;
        width: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    #find-property .mt-block {margin-top: 24px;}
    .t-section .text { margin-top:25px;}
    .find-object{margin-bottom: 24px}


    #find h3 {font-size: 15px;margin-top: 25px;}
    #find .title-section h2 {font-size: 1.1rem;}
    #find .title-section .text {margin-top: -23px;}
    #find h4 {margin-top: 30px;font-size: 14px;}

    #t-callback img {
        top: -160px;
        width: 171px;
        left: 59px;
    }
    #find .img {height: 200px;}
    #advantages .block .content { padding: 0 2% 0 4%;}
    #advantages .block:nth-child(2n-1) .content {padding: 0 4% 0 2%;}
}
@media only screen and (max-width : 769px) {
    html,body {font-size: 14px}
    .container { width: 96%;}
    .has-max-width{width: 100% }
    ul.dws-ul li a {font-size: 14px;}
    #menu-list ul li a:hover {color: #0093f4;}
    header .top-form {}
    header h2 {font-size: 24px;margin-bottom: 0;}
    header h2 .text-big {font-size: 2rem;}
    header .top-form .container-form {width: 100%;}
    header .top-form .wr {padding: 20px;margin-top: 8px;}
    header .h4-line h4 {font-size: 14px}
    header .h4-line .line { top: -17px; }

    .popup { max-width: 90%; }
    .block-modal .form-control {margin-top: 0; margin-bottom: 24px}
    label {margin-bottom: 0 !important;height: 20px !important;;}

    .title-section h2{font-size: 1.7rem;}
    #actual-realty .block .type {font-size: 13px;height: 32px;width: 145px;}
    .octave_obj .container {  margin-top: 0}
    .t-section{height: 200px;margin-bottom: 40px}
    .t-section .text {margin: 30px 0 0 30px;}
    .t-section .text-right {margin: 30px 0 0 -40px;}
    .find-object {margin-top: 26px;margin-bottom: 56px}
    #apartments .container {padding-bottom: 0;}

    #way .desc-title {width: 100%;}
    .num-1{margin-left: -3px}
    .num-2,.num-3,.num-5{margin-left: 8px}
    .num-6{margin-left: 4px}
    .num-7{margin-left: 10px}

    #find h3 {font-size: 15px;margin-top: 25px;}
    #find .title-section h2 {font-size: 1.1rem;}
    #find .title-section .text {margin-top: -23px;}
    #find h4 {margin-top: 30px;font-size: 14px;}

    #t-callback img {top: -94px; width: 121px;left: 84px;}
    .copyright a{margin-top: -2px; color: #c0c0c0}



}
@media only screen and (max-width : 769px) {
    header .top-form .wr {margin-top: 36px}
    #advantages h2 {width:100%;}
    #way .desc-title {height: 191px !important;}
    #advantages .block .title {font-size: 1.1rem;font-weight: bold}
    #advantages .block .content { padding: 2% 2%  2% 2%;}
    #advantages .block:nth-child(2n-1) .content {padding: 2% 2%  2% 2%;}
    .octave_obj {padding-bottom: 14px;}
    .t-section {height: 200px;margin-bottom: -10px;}
    .top-form .left{text-align: center}
    .top-form .left h2{text-align: center}
    #menu-list {top: 77px;}
    header .but{position: inherit;padding-left: 15px;padding-right: 15px}
    .moreArrow {position: relative;bottom: -70px}
    .moreArrow i::before {width: 40px;height: 34px;}
    .octave_obj .block .content { line-height:1.4 !important;}
}
/*** 667 ***/
@media only screen and (max-width : 667px) {


    .g-recaptcha, .g-recaptcha div{
        overflow: hidden;
        max-width: 100%;
    }
    .g-recaptcha iframe, body > div[style]:last-of-type
    { transform: scale(0.75);
        transform-origin: left top;
    }
}

@media only screen and (max-width : 500px) {
    html,
    body {min-width: 99%;font-size: 13px}
    .container{width: 90%;}
    .has-max-width{width: 100%;}
    #menu-list{z-index: 3}
    #menu-list ul {background: rgba(0,0,0,1);}
    header h2 .text-big {font-size: 1.5rem;}
    header .top-form small {font-size: 12px;}
    header .top-form .slog {font-size: 12px;}
    header .top-form .div-top-form {top: 14px;}
    header .top-form .container-form {width: 100%;}
    header .h4-line h4 { font-size: 10px}
    header .h4-line .line {top: -15px;}

    .t-section .line-horizontal {display: none}
    .t-section .text {text-align: left !important; margin: 0;margin-left: -15px}
    .t-section h2 {
        font-size: 1.5rem;
        padding: 12px;
        padding-left: 32px;
        margin-top: 115px;
        background: #0093f4;
    }
    .owl-nav{}
    .octave_obj .block .name {height: 50px;font-size: 16px;}

    #way  {margin-top: -70px}
    #way .block .num {font-size: 100px;}
    #way .desc-title .title {font-size: 16px;}

    #t-callback .container {padding-bottom: 126px;}
    #t-callback a {
        display: block;
        top: 170px;
        width:100%;
        padding: 12px 24px;
        text-align: center;
    }
    #t-callback img {top: 6px; width: 121px;left: 116px;}

    .terms{margin-top: 36px}
}
@media only screen and (max-width : 500px) {
    header .left h2 {
        margin-top: -4px;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .moreArrow {bottom: -70px;}
    .moreArrow i::before {width: 40px;height: 29px;}
    header .left h3 {
        width: inherit;
        font-size: 1.125rem;
        line-height: 1.3;
        margin-left: inherit;
    }
    #find-property h2 {font-size: 2rem;}
    .octave_obj .block {position: relative; background: #fff;}
    #way .block .num {font-size: 40px;margin-left: -2px}
    #way .desc-title {height: auto !important;}
    #way .img .title {text-align: center;font-size:   0.9375rem  }
    #advantages h2,#find h2 {font-size: 1.2rem;margin-bottom: 30px}
    #advantages .container{padding-top: 30px}
    #advantages .block,#advantages .block:nth-child(2n) {display: flex;
        flex-direction: column-reverse;
    }
    #advantages .block > .bl { width: 100%;}
    #advantages .block .content,#advantages .block:nth-child(2n-1) .content {
        text-align: center;
        margin: 30px 0;
    }
    #advantages .block .description {
        margin-top: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .octave_obj .block {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #find ul { margin-top: 0px;}
    #find .container {padding-top: 40px;}
    .find-realty{text-align: center;}
    #t-callback {margin-top: 30px;}

}
@media only screen and (max-width : 400px) {
    #find .find-realty a {font-size: 1rem;}
}

/* landscape */
@media only screen and (min-width: 320px) and (max-height: 737px) and (orientation: landscape) {

    .img-but{text-align: right}
    #t-callback img {
        top: -94px;
        width: 121px;
        right: 90px;
        left: inherit;
    }
}
/* landscape */
@media only screen and  (max-height: 769px) and (orientation: landscape) {


}
/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* iPhone 5 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    .wr-show .wr{width: 60%;margin-left: 20%;}
    .wr-show .wr>.block{background: #fff;}
    .wr-show .wr .content{padding-left:24px;padding-right: 24px}
}

/* iPhone 6 in landscape */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    .wr-show .wr{width: 60%;margin-left: 20%;}
    .wr-show .wr>.block{background: #fff;}
    .wr-show .wr .content{padding-left:24px;padding-right: 24px}
}

