html * {
    max-height: 1000000px;
}
html {
    font-size: inherit;
}
body.vse-skidki {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-color: #e9ebee;
}
header {
    text-align: center;
    color: #fff;
}
.bd__home {
    background-color: #f4f4f4;
}
.bd__home .well {
    background-color: #fff;
    width: auto;
    padding: 20px;
}
.brending {
    width: 100%;
    height: 675px;
    cursor: pointer;
    background-position: center top;
    display: block;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.overlay_box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    /* margin-top: 190px; */
}
.header__container {
    background-color: #f9f5f4;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.header-box {
    font-size: 16px;
    text-transform: uppercase;
}
.header-logo {
    font-size: 2.5em;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
}
.header-text {
    display: inline-block;
    text-shadow: none;
    padding: 0 15px;
    line-height: 1.5em;
    color: #333333;
    font-weight: 700;
    font-size: 2.5em;
}
a, a:hover {
    text-decoration: none;
}
#listing {
    padding: 20px 0 0 0;
    background-color: #f9f5f4;
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
}
#listing .listing-title {
    margin-bottom: 25px;
}
h2.text-center {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #8e8e8e;
}
h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.listing-title .subtext {
    margin-bottom: 25px;
    text-transform: none;
    font-size: 17px;
    font-weight: 400;
    color: #aaaaaa;
}
.card-container {
    background-color: #fff;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 16px;
    display: flex;
    border-radius: 14px;
    box-shadow: 0px 0px 16px rgba(59, 65, 68, 0.2);
}
.card-container:hover {
    border-color: #6A97CD;
}
.card-container:hover .img-responsive {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}
.price {
    font-size: 17px;
    color: #6a97cd !important;
    padding: 12px;
}
.card-container:hover .price {
    color: #fff !important;
}
.card-container:hover .price:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.card-container .phone-link {
    border: 0;
}
.ad-container {
    padding: 0 17px;
    font-size: 11px;
    margin-bottom: 12px;
}
.ad-title {
    color: #565656;
    margin-right: 10px;
}
.ad-site {
    color: #949494;
    display: inline-block;
    white-space: nowrap;
    vertical-align: bottom;
}
.ad-button {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #bcbcbc;
    z-index: 6;
    position: absolute;
    right: 30px;
    border: 0 !important;
    outline: none !important;
    text-decoration: none !important;
}
.ad-text {
    display: none;
    background: #000;
    opacity: .8;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 7;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    overflow-y: auto;
}
.active {
    display: block;
}
.card-container h4 {
    height: 56px;
    overflow: hidden;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    font-size: 24px;
    color: #000;
}
.img-container {
    height: 267px !important;
    overflow: hidden;
    position: relative;
    width: 34%;
}
.img-container:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 65%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 65%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 65%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 65%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 65%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.border_color {
    border-color: #f9f5f4;
}
.img-responsive {
    height: 267px !important;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all 0.3s ease-out;
}
.card-info {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    z-index: 2;
    font-size: 15px;
}
.metro {
    /*margin-left: -20px;*/
    margin-bottom: 10px;
}
.icon-metro {
    color: #00c853;
    font-size: 18px;
}
.icon-metro {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.name-metro {
    display: inline-block;
    vertical-align: bottom;
}

.adress {
    color: #d8d8d8;
}
.price-container {
    padding: 17px 0 0;
    width: 66%;
}
.price-container h4 {
    height: 56px;
    overflow: hidden;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    color: #000;
    padding: 0 17px;
}
.card-container:hover .price-container h4 {
    color: #2f88c8;
}
.text-about {
    height: 60px;
    line-height: 20px;
    color: #3e3e3e;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 0 17px;
}
.price-container .price {
    padding: 12px 17px;
    color: #2f88c8 !important;
    font-size: 17px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    flex-grow: 1;
}
.price-container .price:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2f88c8;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.counter-container {
    height: 100% !important;
    border-color: #f9f5f4;
    padding: 0px 27px 25px 27px;
    display: none;
}
.card-container:hover .counter-container {
    background-color: #2f88c8;
}
.border-decorate {
    border-bottom: 2px solid;
    border-color: inherit;
    margin-bottom: 25px;
}
.card-container:hover .border-decorate {
    border-color: #2f88c8;
}
.counter {
    line-height: 20px;
    color: #3e3e3e;
    margin-bottom: 33px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 0 17px;
    display: block;
}
.interesting {
    padding: 60px 0 10px;
}
h2.interesting-header {
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
}
.interesting .our-text {
    font-size: 15px;
    line-height: 23px;
    color: #4e4e4e;
}
.show-more {
    color: #6A97CD;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
    border: 2px solid #6A97CD;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -13px 14px 18px #f9f5f4;
}
.show-more:hover {
    color: #fff;
    background-color: #6A97CD;
}
footer {
    padding: 20px 0px;
}
.interesting-row {
    border: 2px solid #828282;
    background-color: #fff;
    padding-top: 10px;
}
.interesting-row .col-md-8 {
    padding-bottom: 10px;
}
.offers {
    margin-bottom: 15px;
    font-weight: 700;
}
.offers-icon {
    background: url(http://vertical-official.ru/images/icons/bottom_flats.svg) no-repeat;
    background-size: cover;
    min-width: 42px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}
.offers_a:hover {
    background-color: #6A97CD;
}
.offers_a:hover .offers-icon {
    background: url(http://vertical-official.ru/images/icons/bottom_flats_white.svg) no-repeat;
    background-size: cover;
    min-width: 48px;
    height: 46px;
}
.offers_a:hover .offer-text {
    color: #fff;
}
.offer-text {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    color: #5e5e5e;
}
.offers_a {
    display: flex;
    align-items: center;
    min-height: 80px;
    border: 2px solid #6A97CD;
    background-color: #fff;
    margin-bottom: 10px;
}
.offers .row .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.offers_a:hover .allot {
    color: #fff;
}
.allot {
    color: #6A97CD;
}
.collapse-cards {
    overflow: hidden;
}
.right-float-ad-container {
    vertical-align: middle;
    margin-bottom: 15px;
    border: 1px solid #ababab;
    padding: 3px;
    display: none;
}
.right-float-ad {
    float: right;
    height: 240px;
    cursor: pointer;
    width: 290px;
    z-index: 50;
}
.right-float-ad a {
    border: 0;
}
.right-float-ad-link {
    display: block;
    height: 240px;
    width: 290px;
    background-position: -40px;
}
.right-float-ad:hover .right-float-ad-link {
    width: 290px;
    background-position: -40px center;
}
.right-float-ad:hover {
    width: 290px;
    z-index: 500000;
}
.left-float-ad-container {
    display: inline-block;
    border: 1px solid #ababab;
    padding: 3px;
    margin-right: 15px;
    vertical-align: top;
    display: none;
}
.left-float-ad a {
    border: 0;
}
.big_ad {
    z-index: 10;
}
.big_ad img {
    height: 240px;
    width: auto;
}
.right-float-ad-close {
    display: none;
}
.left-float-ad-close {
    display: none;
}
.left-float-ad, .right-float-ad, .tgb-carousel__container {
    cursor: pointer;
}
.interesting-container {
    margin-bottom: 0;
    margin-top: 10px;
}
#listing h3 {
    margin-top: 60px;
    margin-bottom: 25px;
}
.crf__title {
    font-size: 26px;
}
.crf__middle {
    margin-top: 30px;
}
.interesting-container h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.left-big-show {
    width: auto;
    z-index: 500000;
    height: 240px;
}
.small_img {
    display: none;
}
.left-big-show .big_ad {
    display: block;
}
.region-container {
    text-align: center;
}
.btn.dropdown-toggle.btn-default {
    background-color: #6a97cd;
    color: #fff;
    border-color: #6a97cd;
    font-size: 16px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}
.right-mega-float-ad-container {
    float: right;
    height: 280px;
    position: fixed;
    cursor: pointer;
    right: 0;
    top: 25%;
    width: 40px;
    z-index: 50;
    box-shadow: -3px 1px 3px 0 rgba(0,0,0,.2);
}
.right-mega-float-ad {
    float: right;
    height: 280px;
    cursor: pointer;
    right: 0;
    width: 40px;
    z-index: 50;
    position: relative;
    top: 0;
}
.right-mega-float-ad a {
    border: 0;
}
.right-mega-float-ad:hover {
    width: 290px;
    z-index: 500000;
    height: 550px;
    top: 25%;
}

.right-mega-float-ad-close {
    display: none;
}

.big_ad_right {
    right: 0;
    display: none;
    position: fixed;
    top: 25%;
    z-index: 10;
}
.right-mega-float-ad:hover .big_ad_right {
    display: block;
}
.none {
    display: none;
}
.offers .row {
    text-align: center;
}
.offers a {
    font-size: 18px;
    margin-right: 50px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.contact-form-vse-skidki {
    display: block;
    padding: 55px 120px 57px;
    height: auto;border: 1px solid #6a97cd;
    background-color: #fff;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 30px;
}
.b__freehelp_vse-skidki {
    float: none;
    background: 0 0;
    padding: 0;
    border-bottom: 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    position: static;
}
.b__freehelp_vse-skidki .contact-form-vse-skidki__h4 {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    margin-right: 0;
    line-height: 26px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form-vse-skidki .row {
    width: auto;
    display: block;
    vertical-align: top;
    margin: 45px 0 0;
}
.contact-form-vse-skidki__input {
    max-height: 44px;
    padding: 5px 12px;
    position: relative;
    display: inline-block;
    height: 44px;
    margin-right: 25px;
    margin-left: auto;
    border: 1px solid #b3b3b3;
    font-size: 17px;
    font-family: 'Roboto Condensed',sans-serif;
    color: #666766;
    background-color: #fff;
    font-weight: 400;
    min-width: 150px;
    max-width: 240px;
    border-radius: 0;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
}
.contact-form-vse-skidki__input, .contact-form-vse-skidki__submit {
    font-family: "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.contact-form-vse-skidki__submit {
    border: 0;
    width: 100%;
    padding: 15px 20px;
    display: inline-block;
    max-width: 260px;
    height: 44px;
    font-size: 18px;
    line-height: 14px;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-transform: inherit;
    font-weight: 400;
    vertical-align: middle;
    transition: all .5s ease 0s;
    border-radius: 2px;
    color: #fff!important;
    background-color: #6a97cd;
}
.contact-form-vse-skidki__submit:hover {
    background: #2476b3;
    color: #fff;
}
.b__freehelp_vse-skidki .status {
    background: #f4f7f9;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0;
    line-height: 5.5;
    font-family: "Arial", sans-serif;
    font-size: 1.6rem;
    animation: stretch 2s;
    white-space: nowrap;
    letter-spacing: -.5px;
    overflow: hidden;
    color: #2f87c8;
    font-weight: 600;
}
.b__freehelp_vse-skidki .status.process {
    color: #2f87c8;
}
.b__freehelp_vse-skidki .status.error {
    color: red;
}
.b__top .b__head-nav li a {
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
}
.overlay_box__all-special .col-lg-4 {
    float: none !important;
    display: inline-block;
}
.b__top .b__head-nav li a:not(.filter__project-pn):after {
    bottom: 6px;
}

.container {
    max-width: 1100px !important;
    width: 100% !important;
}
.row {
    width: 100%;
}
.crf__top .crf__phone {
    font-size: 1.1rem;
}
.crf__text {
    font-size: 1rem;
}
.spec-more {
    padding: 10px;
    width: 31%;
    margin: 10px auto 50px;
    text-align: center;
    cursor: pointer;
    border: #0688c5 1px solid;
}
.spec-more:hover {
    border-color: #0487c5;
    background-color: #0487c5;
    color: #fff;
}

.phone-link {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}
.card-container .fa-phone {
    font-size: 36px;
    color: #00b63e;
    background: #fff;
    line-height: 1.18;
    border-radius: 4px;
    width: 39px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25);
}

/*  ----   keyframes     ----   */
@keyframes callbeat {
    0%,16%,75%,100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    4%,12% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    8% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
}

.card-container:hover .fa-phone {
    -webkit-animation: callbeat 2s ease-in-out infinite;
    animation: callbeat 2s ease-in-out infinite;
}


@media (max-width: 840px) {
    .top-menu {
        display: flex;
        flex-direction: column;
    }
    .top-menu .fl {
        margin: 0 auto;
    }
    .top-menu .fr {
        margin: 10px auto;
    }
    .fl .nav-tabs:first-child li:first-child {
        float: none;
        text-align: center;
    }
    .nav-tabs__links li {
        margin: 10px;
    }
    .nav-tabs>li>a {
        margin: 0;
        font-size: 16px;
    }
    .overlay_box__all-special .header-logo {
        font-size: 28px;
        line-height: 40px;
    }
    .crf__form .crf__input {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 13px;
    }
    .crf__form .crf__submit {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .crf__middle-2 .crf__hr {
        display: none;
    }
    .contact-form-vse-skidki {
        padding: 50px;
    }
    .contact-form-vse-skidki__input {
        margin: 0 0 15px;
        width: 100%;
        max-width: 100%;
    }
    .contact-form-vse-skidki__submit {
        width: 100% !important;
        max-width: 100%;
    }
}
@media (max-width: 650px) {
    .crf__middle-2 {
        padding: 35px 50px !important;
    }
    h2.text-center {
        line-height: 24px;
        font-size: 18px;
    }
    .card-container {
        flex-direction: column;
    }
    .img-container {
        width: 100%;
    }
    .price-container {
        width: 100%;
    }
    .crf__modal .modal__inner {
        max-width: 80%;
    }
    .container.content {
        padding: 0;
    }
    .bd__home .well {
        padding: 10px;
    }
    .footer {
        margin: 0;
        padding: 0 10px 80px;
    }
}
@media (max-width: 400px) {
    .price-container .price {
        font-size: 13px;
    }
    .header-box {
        font-size: 12px;
    }
    h2.text-center {
        font-size: 18px;
        line-height: 26px;
    }
    .overlay_box {
        margin-top: 0;
    }
    .header__container {
        padding-top: 0;
    }
    .show-more {
        font-size: 15px;
    }
    .interesting .our-text {
        font-size: 14px;
        line-height: 20px;
    }
    .offers a {
        font-size: 15px;
        margin-right: 0;
        line-height: 30px;
        white-space: nowrap;
        text-align: center;
        display: block;
    }
    .overlay_box__all-special .header-logo {
        font-size: 2.2em;
        line-height: 42px;
        padding: 10px 10px 0;
    }
    #listing {
        padding: 0;
    }
    .contact-form-vse-skidki{
        padding: 35px;
    }
}
