

/* Start:/local/templates/novoplanCorp_s1/components/bitrix/news.list/houses/style.css?17727139525788*/
/*Карта*/
.houses_map {
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid #d8e6f0;
    box-shadow: 0px 20px 20px 0px rgba(175, 196, 215, 0.4);
    overflow: hidden;
}

.balloon_content {min-width: 400px; font-family: 'Montserrat', Arial, sans-serif !important;}
.balloon_content .name {font-size: 20px; line-height: 32px; font-weight: 600;}
.balloon_content .img {position: relative;}
.balloon_content .img img {display: inline-block; max-width: 100%;  height: auto;}
.balloon_content .address img {display: inline-block; vertical-align: middle; padding-right: 5px; margin-top: -4px;}
.balloon_content .label 
{
    position: absolute; 
    right: 10px; 
    top: 10px; 
    display: block;
    z-index: 1;
    padding: 5px 10px;
    background-color: #082743;
    color: #FFF;
    font-size: 0.8rem;
}
.balloon_content .procent {font-size: 0.8rem; font-weight: 400; margin: 0 0 8px 0;}
.balloon_content .procent .value, .progress .procent_mobile .value {padding-right: 10px; white-space: nowrap;}
.balloon_content .procent .indicator {
    background-color: #e7e7e7;
    padding: 1px;
    height: 6px;
    position: relative;
    margin-top: 8px;
}
.balloon_content .procent .indicator .val {background-color: #009900; overflow: hidden; width: 0; height: 4px;}
.balloon_content .procent .deadline {white-space: nowrap; padding-left: 10px;}
.balloon_content .href {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}


.houses_map_container .close {
    height: 60px;width: 60px;color: #FFFFFF;   color: #555;
    cursor: pointer;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.houses_map_container .close  svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
  color: #000;
}

/*Плитка*/
.houses_container {overflow: hidden;}
.houses_header h2.styled::after {margin: 0;}

.houses_header .house_name {padding-right: 50px;}
.houses_header .map_buttons a {margin-top: -19px; line-height: 20px; text-decoration: none;}
.houses_header .map_buttons a img {height: 20px; padding-right: 5px; vertical-align: middle; display: inline-block; margin-top: -5px;}
.houses_header .status_menu {margin-top: -19px;}
.houses_header .status_menu a.active {
  color: #FFF;
  background-color: #001d36;
  border: 1px solid #001d36;
}
.houses_header .status_menu a {
  font-size: 0.9rem;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #cfdce6;
  padding: 5px 12px 7px 12px;
  margin: 0 4px 4px 0;
  color: #425a6e;
  text-decoration: none;
}


.houses .item_wrapper {position: relative; margin-bottom: 35px;}

.houses .label 
{
    position: absolute; 
    right: 10px; 
    top: 10px; 
    display: block;
    z-index: 1;
    padding: 5px 10px;
    background-color: #ff4d14;
    color: #FFF;
    font-size: 0.8rem;
}
.houses .item:hover .label {opacity: 0.6}

.houses .item .img {overflow: hidden; width: 100%; height: 240px;} 
.houses .item .img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .9s cubic-bezier(.22,1,.36,1);
    transition: transform .9s cubic-bezier(.22,1,.36,1);
    transition: transform .9s cubic-bezier(.22,1,.36,1),-webkit-transform .9s cubic-bezier(.22,1,.36,1);
}

.houses .item .name a {font-size: 20px; line-height: 32px; font-weight: 600; text-decoration: none; margin-top: 5px; display: block}
.houses .item:hover .img img 
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.houses .item:hover .name a {color: #082743;}

.houses .item .address {font-size: 0.95rem; font-weight: 500; color: #262626;}
.houses .item .address img {width: 16px; display: inline-block; vertical-align: middle; padding-right: 5px; margin-top: -2px;}

.houses .item .descr {margin-top: 10px;}
.houses .item .descr  label {color: #898d98; font-size: 0.8rem; display: block;}
.houses .item .descr .val {display: inline-block; padding: 3px 0;}
.houses .item .hypotec_descr .val {border-bottom: 1px solid #082743}

.houses .href {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}


.houses .item .procent {font-size: 0.8rem; font-weight: 400; margin-top: 8px;}
.houses .item .procent .value, .progress .procent_mobile .value {padding-right: 10px; white-space: nowrap;}
.houses .item .procent .indicator {
    background-color: #e7e7e7;
    padding: 1px;
    height: 6px;
    position: relative;
    margin-top: 5px;
}
.houses .item .indicator .val {background-color: #009900; overflow: hidden; width: 0; height: 4px;}
.houses .item .deadline {white-space: nowrap; padding-left: 10px;}

/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{  
    
}

/*800*/
@media screen and (max-width: 850px)
{
    .houses_container {padding: 0 5px}
    .houses_header h2.styled::after {margin: 0 auto;}
    .houses_header .house_name {padding: 0; width: 100%;}
    
    .houses_header {margin-bottom: 20px;}
    .houses_header .map_buttons {width: 100%; text-align: center; margin-top: 10px;}
    .houses_header .map_buttons a {margin: 0 auto;}
    
    .houses_header .status_menu {margin: 0; width: 100%; text-align: center;}
    
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}

/* End */


/* Start:/local/templates/novoplanCorp_s1/components/bitrix/news.list/slider_news/style.css?17732260812081*/
.news_container {
  background-color: #f7fafc;
}
.news .news-item {
    width: 263px; 
margin: 0 20px 30px 0;
 
}
.news .news-item .img {
    width: 265px;  height: 204px; 
    position: relative;
    overflow: visible;
    max-width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
}
.news .news-item .img img {display: block; width: 100%;}

.news .news-item .date_news {
    position: absolute;
    color: #FFF;
    z-index: 1; 
    background-color: #082743;
    width: 55px;
    height: 55px;
    font-size: 0.75rem;
    text-align: center;
    left: 0;
    top: 0;
}
.news .news-item .date_news .date {font-size: 1.6rem; font-weight: 400;}
.news .news-item:hover .date_news {opacity: 0.4;}

.news .news-item .news-content {padding: 10px 0;}
.news .news-item .news-name a {
  color: #262626;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 1rem;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.2rem;
}
.news .news-item:hover .news-name a, .news .news-item:hover .news-name {
  background: linear-gradient(to right, #082743 0%, #418ad5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news .news-list .link {font-size: 0.85rem; color: #2f87b4; text-decoration: underline;}


.slider_news.owl-theme .owl-nav button.owl-next, .slider_news.owl-theme .owl-nav button.owl-prev {
    top: 130px;
}


@media screen and (min-width: 1350px){
    .slider_news.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_news.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_news {padding: 0 50px;}
    .slider_news.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_news.owl-theme .owl-nav button.owl-next {right: 0;}   
}

/*.col-lg-*/
@media screen and (max-width: 1200px){
     .news .news-list .news-item  {margin: 0 10px 20px 10px;}
     .slider_news {padding: 0;}
}


.slider_news .owl-dots {
    display: none;
}
/* End */


/* Start:/local/templates/novoplanCorp_s1/components/bitrix/news.list/advantage_main/style.css?1772441001931*/
.advantage .item {
    width: 290px; 
    margin: 0 0 5px 0; 
    font-size: 0.9rem;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    transition: all 0.1s ease-out 0s;
    padding: 10px 15px 10px 0;
}
.advantage .item .content {position: relative;}
.advantage .text {padding: 0 0 0 15px;} 
.advantage .name {
    font-size: 13px; 
    font-weight: 600;
    text-align: left;
    position: relative;
}
.advantage .item .img {position: relative; line-height: 1; padding-right: 10px; width: 120px; height: 120px; flex: 0 0 120px;}
.advantage .item .img .digit {font-weight: 900; font-size: 50px; color: #f6f6f6;}
.advantage .item .img img {position: absolute; right: 10px; bottom: 10px;}

.advantage .item .img:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #f0f0f0;
    top: 50%;
    margin-top: -25px;
}

/* End */


/* Start:/local/templates/novoplanCorp_s1/components/bitrix/news.list/buy_variants/style.css?17727139391879*/
.buy_variants_container {background-color: #eef3f8}
.buy_variants .item {
    width: 370px; margin: 0 20px 20px 0; position: relative; background-color: #f5f8fb; 
    border-radius: 5px; overflow: hidden; box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
    height: 150px;
}
.buy_variants .item .info {z-index: 1; position: relative; padding: 15px; height: 100%;}
.buy_variants .item .number {color: #edf3f8; font-size: 8.5rem; font-weight: 600; position: absolute; right: 10%; bottom: 0; line-height: 1; z-index: 0;}

.buy_variants .item .img_container {width: 80px; flex: 0 0 80px; text-align: center;}

.buy_variants .item:hover {color: #FFF; border-radius: 5px; overflow: hidden; box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);}
.buy_variants .item:hover .info {background: linear-gradient(to right, #082743 0%, #082743 45%, rgba(4,106,210,0.6) 100%);}
.buy_variants .item:hover .number {color: #0b7df1}

.buy_variants .item .img {margin: 0 auto;}
.buy_variants .item:hover .img {filter: brightness(0) invert(1);}

.buy_variants .item .name {text-transform: uppercase; font-weight: 600; margin-bottom: 10px;}
.buy_variants .item .descr p {padding: 3px 0; font-size: 0.9rem; margin: 5px 0 10px 0;}

.buy_variants_container .comment {
    background: linear-gradient(to right, #082743 0%, #418ad5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 16px 10px 0 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .buy_variants .item {margin: 0 10px 20px 10px; max-width: 95%;}    
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}
/* End */


/* Start:/local/templates/novoplanCorp_s1/components/bitrix/news.list/slider_logo/style.css?1772442635924*/
.slider_logos_container {background-color: #fafafa; padding: 30px 0;}
.slider_logos {margin-bottom: 30px;}
.slider_logos .item {
    overflow: hidden;
    width: 200px;
    height: 95px;
    border: 1px solid #edeef0;
    margin: 0 20px 10px 0;
    border-radius: 2px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 20px;
}
.slider_logos .item .img {margin: 0 auto;}
.slider_logos .item img {
    display: inline-block !important;
    max-width: 90%;
    width: auto !important;
    max-height: 80px;
}
.slider_logos.owl-theme .owl-dots {display:none;bottom: -30px;}

@media screen and (min-width: 1400px){
    .slider_logos.owl-theme .owl-nav button.owl-prev {left: -60px;}
    .slider_logos.owl-theme .owl-nav button.owl-next {right: -60px;}
}

@media screen and (max-width: 767px){
.slider_logos .item img {width:140px !important; height:auto !important;max-width: 90%;max-height: none !important;}
}
/* End */


/* Start:/local/templates/novoplanCorp_s1/components/bitrix/news.list/slider_actions/style.css?17732263751800*/
.slider_actions .item {
    width: 265px; 
    border: 1px solid #e0e0e0;
    margin: 0 35px 30px 0;
    font-size: 0.9rem;
   
    
}
.slider_actions .item:hover
{
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.slider_actions .item .descr {padding: 20px 25px; position: relative;}
.slider_actions .item .descr .bg {
    //background-color: #1a3a4a;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.slider_actions .item .descr .date {color: #7b7c7c; font-size: 0.7rem; font-style: italic; margin-bottom: 5px;}
.slider_actions .item .descr .name {z-index: 1; position: relative;}
.slider_actions .item .descr .name a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.2rem;
    margin-bottom: 15px;
    text-decoration: none;
}
.slider_actions .item .descr .link {
    font-size: 0.7rem; font-style: italic; padding-right: 30px;
    background: url(/include/images/arrow.png) right center no-repeat;
    z-index: 1;
    position: relative;
}



.slider_actions.owl-theme .owl-nav button.owl-next, .slider_actions.owl-theme .owl-nav button.owl-prev {
    top: 130px;
}


@media screen and (min-width: 1350px){
    .slider_actions.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_actions.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_actions {padding: 0 50px;}
    .slider_actions.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_actions.owl-theme .owl-nav button.owl-next {right: 0;}   
}

/*.col-lg-*/
@media screen and (max-width: 1200px){
     .news .news-list .news-item  {margin: 0 10px 20px 10px;}
     .slider_actions {padding: 0;}
}



/* End */


/* Start:/local/templates/novoplanCorp_s1/components/brainsite/iblock.element.add.form/main_form/style.css?1770134351778*/
.main_form {
    padding: 40px;
    box-shadow: 0px 15px 15px 0px rgba(50, 50, 50, 0.1);
    border-radius: 7px;
}

.main_form .form_message {text-align: center; margin: 5px 0 30px 0;}
.main_form .form_field {width: 45%; float: left; margin-right: 2%;}

/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .main_form {background: #f8f9fb!important; padding: 20px;}
    .main_form .form_field {width: 48%; margin-right: 0; margin: 0 1%;}
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}




/* End */


/* Start:/local/templates/novoplanCorp_s1/components/bitrix/main.include/map_contacts/style.css?17727141531937*/
#map {height: 600px; border-top: 1px solid #CCCCCC;}
.map_form {position: relative; line-height: 1.3; font-size: 1.1rem;}
.map_form h2 {font-size: 1.7rem;}
.map_form label {font-size: 1rem; font-weight: 600;}
.map_form .bg {transition: all .30s ease-in;  opacity:1; visibility: visible; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background: rgba(15, 64, 96, 0.15); z-index: 1;}
.map_form:hover .bg {visibility: hidden; opacity: 0;}
.map_form .phone_img {margin: 5px 0;}
.map_form .phone_img img {margin-right: 5px; display: inline-block;}

.map_form .form_container {
    position: absolute;
    right: 40px;
   
    z-index: 99;
    height: 600px;
}
.map_form .form_container .info {font-size: 1.05rem;}
.map_form .form_container .info > div {margin: 0 40px; padding: 20px; border-bottom: 1px solid #e6e6e6;}
.map_form .form {
    border: #b4c8d3 1px solid;
    background-color: #FFFFFF;
    padding: 40px;
    margin: 20px 0;   
    width: 400px;
}
.map_form .form p {padding: 3px 0;}
.map_form .form strong {padding: 2px 0;}
.map_form .email a {color: #082743; font-size: 0.95rem;}
.map_form [class*="ymaps-2-1"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.map_form:hover [class*="ymaps-2-1"][class*="-ground-pane"] {
    filter: none;
    -webkit-filter: none; 
}

.map_form [class*="placemark-overlay"] ymaps ymaps {
    -webkit-animation: marker-animation 1s infinite;
    animation: marker-animation 1s infinite;
}

@-webkit-keyframes marker-animation {
    0% {top: -105px; }
    50% {top: -110px;}
    100% {top: -105px; } 
}
/* End */
/* /local/templates/novoplanCorp_s1/components/bitrix/news.list/houses/style.css?17727139525788 */
/* /local/templates/novoplanCorp_s1/components/bitrix/news.list/slider_news/style.css?17732260812081 */
/* /local/templates/novoplanCorp_s1/components/bitrix/news.list/advantage_main/style.css?1772441001931 */
/* /local/templates/novoplanCorp_s1/components/bitrix/news.list/buy_variants/style.css?17727139391879 */
/* /local/templates/novoplanCorp_s1/components/bitrix/news.list/slider_logo/style.css?1772442635924 */
/* /local/templates/novoplanCorp_s1/components/bitrix/news.list/slider_actions/style.css?17732263751800 */
/* /local/templates/novoplanCorp_s1/components/brainsite/iblock.element.add.form/main_form/style.css?1770134351778 */
/* /local/templates/novoplanCorp_s1/components/bitrix/main.include/map_contacts/style.css?17727141531937 */
