body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #525252;
}

h1, .h1,
h3, .h3 {color: #4b7fc5;color:#2f578d;}
h3, .h3 {font-size:2rem;}
header .navbar {background:rgba(255, 255, 255, 0.9);}
header .navbar * {
    transition: all 250ms linear;
}
.fixed-top.affix .logo {
    height: 45px;
}
.fixed-top.affix .navbar-nav .nav-link {font-size:14px;}
.hero {
    margin-top: 76px;
}
.site-section {
    margin-top: 112px;
}
.hero__slide-content {
    position:absolute;
    z-index:9;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__slide-description {position: relative;z-index: 99;max-width: 75%;}
.hero__slide-title {color:#FFF;text-align:center;font-size: 2.35em;}
.hero__slide-small-title {color:#FFF;font-size: 1.75em;text-align:center;}
section.contacts-page,
.main-page section:not(.contacts):not(.copyright) {
    padding-top: 3rem;
    padding-bottom:4rem;
}
.swiper-slide {position:relative;}
/*.swiper-slide:after {*/
.hero__slide-content:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*background-color: rgba(0, 0, 0, 0.28);*/
    z-index: 2;
}
.houses {
    background-color: #ffffff;
}
.img-container {
    height: 318px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 250ms linear;
    transition: all 250ms ease-in-out;
}
.houses .house .name span:hover,
.houses .img-container:hover {cursor:pointer;color:#254a79;}
.houses .house .address,
.houses .house .name,
.houses .house .grid .cell span {
    color: #313131;
}
.houses .house .name {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color:#5f7b9f;
}
.houses .house:hover .img-container {
    filter: saturate(150%);
}

.btn-default,
.houses .more {
    border: 1px solid #cbcbcb;
    color: #1f3bd7;
    font-weight: 500;

    border: 1px solid #001ec3;
    color: #e7e7e7;
    background: #024bae;
    border-radius: 2px;
}
/*.houses .more:hover {
    border-color: #024bae;
    color: #024bae;
    background: #e5eaf1;
}*/
.slideoff.more,
.slideoff.more:after,
.slideoff.more:before {
    transition: all .5s;
}
.slideoff.more {
    position:relative;
    z-index: 1;
}
.slideoff.more:hover {
    color: #0f54b1;
}
.slideoff.more:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.slideoff.more:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.tab-content h3 a {color:#2f578d;}
/*********************/
section.block_counter {
    background-color: #ebebeb;
    background-color: #1362cd;
    background-color: #596e8b;
    background-color: #024bae;
    padding-bottom: 1.5rem;
}
.block_counter_inner {
    /*width: 100%;
    max-width: 1530px;
    margin: 0 auto;*/
    display: flex;
    justify-content: space-between;
}
.block_counter_item {
    padding: 0 15px;
}
.block_counter_numeral {
    font-weight: 800;
    font-size: 120px;
    line-height: 84px;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: #B8B8B8;
    -webkit-text-stroke-color: #B8B8B8;
    color: transparent;
}
.block_counter_numeral span {
    white-space: nowrap;
    font-weight: 600;
    font-size: 50px;
    vertical-align: super;
    line-height: 1;
    position: relative;
    top: -18px;
}
.block_counter_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #515151;
    color: #b7b7b7;
    margin-top: 22px;
}
.img-sty {position:sticky;top:71px;}
.grid-view .status.status--1 {color: #078b07}
.grid-view .status.status--2 {color: #a2a4a2}
.grid-view .status.status--3 {color: #cd4b0b;color:#739bd2;}
/*********************/