/* Всп. форма */

.pop-ups {
    background: #394f58;
    position: relative;
    max-width: 780px;
    color: #fff;
    z-index: 101;
    display: none;
    padding: 5%;
    width: 100%;
    max-width: 100%;
}

.pop-ups h3 {
    font-family: 'ProximaNovaBold';
    font-size: 35px;
    color: #ffffff;
    padding: 0 0 40px;
}

.pop-ups fieldset div {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.pop-ups fieldset div:nth-child(n+4) {
    margin-top: 20px;
}

.pop-ups input,
.pop-ups textarea {
    border: 6px solid #ffffff;
    display: block;
    width: 100%;
    height: 87px;
    margin: 0;
}

.pop-ups textarea {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 22px;
    color: #000;
    font-size: 18px;
    background: #fff;
    display: none;
    height: 194px;
}

.pop-ups .input:focus,
.pop-ups .textarea:focus {
    border: 6px solid #f18417;
}

.b-close {
    position: absolute;
    top: 40px;
    right: 7%;
    z-index: 100;
    display: block;
    font-family: 'ProximaNovaLight';
    font-size: 35px;
    color: #6d838c;
}

.pop-ups .btn {
    position: relative;
    top: auto;
    right: auto;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    border: none;
    cursor: pointer;
    line-height: 87px;
    height: 87px;
    display: inline-block;
    color: #fff;
}

.b-close:hover {
    opacity: 0.7;
    cursor: pointer;
}

.b-modal {
    background: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

#preloader {
    position: relative;
    animation: rotate 1s infinite linear;
    border: 4px solid rgba(255, 255, 255, .25);
    width: 80px;
    height: 80px;
    border-radius: 999px;
}

#preloader span {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    top: -4px;
    left: -4px;
    border-radius: 999px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.akcii ul {
    display: inline-block;
}

.breadcrumbs-select-hidden li {
    line-height: 14px;
    margin-bottom: 14px;
}

.breadcrumbs-select-hidden li:last-child {
    margin-bottom: 0;
}

.blog-article {
    border-bottom: 1px solid #eae3db;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-article .date,
.about-block .about-content .blog-info .date {
    float: right;
    color: #adadad;
    font-size: 11pt;
}

.blog-article .blog-title {
    font-size: 14pt;
}

.blog-article .blog-article-text p {
    font-size: 12pt;
    margin: 0;
}

.about-block .about-content .blog-info {
    border-top: 1px solid #eae3db;
}

.about-block .about-content .blog-info .author {
    font-size: 12pt;
}


/*remodal-city__choice*/

.remodal.remodal-city__choice {
    color: #fff;
    padding-top: 50px;
}

.header-main_city {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    right: auto;
    top: auto;
    position: static;
    text-align: left;
    background: transparent;
}

.header-main_city ul,
.header-city-hidden ul {
    margin-right: 10%;
    width: 260px;
    max-width: 100%;
}

.header-main_city ul li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 2px;
}

.header-main_city a {
    color: #fff;
}

.header-form_city {
    margin: 20px 15px 20px;
    /*padding: 15px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}

.header-form_city input {
    width: 100%;
    border: 1px solid #fff;
    height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0px 20px;
}

.header-form___btn {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 10px;
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
    max-width: 100%;
}

.header-form__result {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    z-index: 102;
    max-width: 100%;
    height: 500px;
    overflow: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 15px;
    text-align: left;
    font-weight: 500;
}

.header-form__result ul {
    text-align: left;
    flex: 1 1 33.33%;
}

.header-form__result ul li {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0px;
}

.header-form__result ul a {
    color: #000;
}

.header-form___btn:hover {
    background-color: #0a71cc;
}

.header-form_city input[placeholder] {
    color: #fff;
}

.header-form_city input::-webkit-input-placeholder {
    color: #fff;
}

.header-form_city input::-moz-placeholder {
    color: #fff;
}


/* Firefox 19+ */

.header-form_city input:-moz-placeholder {
    color: #fff;
}


/* Firefox 18- */

.header-form_city input:-ms-input-placeholder {
    color: #fff;
}


/*header-city-choice*/

.header-city-block {
    position: relative;
    float: left;
    margin: 30px 0px 0px;
}

.header-city-block .header-city-new {
    float: left;
    padding: 6px 0 0 60px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.remodal.remodal-city__choice {
    padding: 0px;
    background: transparent;
}

.remodal .header-city-hidden {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    right: auto;
    width: auto;
    top: auto;
    position: static;
    text-align: left;
    background: transparent;
}

.remodal .header-city-hidden .remodal-close {
    left: auto;
    right: 0;
}

.remodal .header-city-hidden .remodal-close:before {
    font-size: 24px;
    color: #fff;
    background: #737373;
    border-radius: 50%;
}

.remodal .header-city-hidden ul li {
    font-size: 18px;
    margin-bottom: 2px;
    letter-spacing: 0px;
}

.remodal .header-city-hidden ul li.active > a {
    color: #0a71cc;
}

.remodal .header-city-hidden ul li a {
    text-decoration: underline;
}

.header-city .header-city-hidden {
    display: none;
}

.header-city-choice {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #eee;
    color: #000;
    padding: 3px 13px;
    border: 1px solid #eee;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin-left: 325px;
}

.header-city-choice p {
    font-size: 12px;
    margin: 0;
    text-transform: none;
    color: #20333a;
}

.header-city-choice p > span {
    border-bottom: 1px solid #fff;
}

.header-city-choice a {
    color: #000;
    background: #fff;
    padding: 0px 5px;
    margin: 3px 5px;
    text-decoration: none;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    min-width: 55px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-city-choice a:hover,
.header-city-choice a:focus {
    background-color: #f18e29;
    color: #fff;
    border: 1px solid #fff;
}

.header-city-choice .answer {
    background: #fff;
    color: #000;
}

.header-city {
    position: relative;
    float: left;
    padding: 6px 0 0 60px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.header-city-link {
    padding: 0 25px 0 0;
    color: #000;
    font-family: 'ProximaNovaBold';
    text-decoration: none;
    border-bottom: 1px dotted #000;
    background: url(../images/black-arrow.png) 100% 50% no-repeat;
}

.header-city-hidden ul li a {
    color: #fff;
}

.review {
    display: none;
}


/*city-item */

.city-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px 0px 40px;
}

.city-item ul {
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 200px;
    max-width: 200px;
    padding-right: 30px;
    padding: 0px 0px 30px;
    font-size: 16px;
}

.city-item li > a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #9ca1a3;
    font-weight: 500;
}

.city-form {
    position: relative;
    padding: 0 0 60px;
}


.city-form .input {
    float: left;
    width: 67%;
}

.city-form .submit {
    float: right;
    width: 31%;
}

@media screen and (max-width: 1023px) {
    .header-form__result ul li {
        font-size: 16px;
    }

    .header-main_city {
        flex-direction: column;
        align-items: center;
    }

    .header-main_city ul,
    .remodal .header-city-hidden ul {
        margin: 0;
        text-align: center;
    }

    .header-main .holder {
        position: relative;
    }

    .remodal.remodal-city__choice .header-city-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center;
        padding: 30px 0px;
    }

    .remodal.remodal-city__choice .header-city-hidden.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .remodal.remodal-city__choice .header-city-hidden ul {
        padding: 5px 10px;
        max-height: 100%;
    }

    .remodal .header-city-hidden ul li,
    .header-main_city ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 1px;
        white-space: nowrap;
    }

    .header-city-choice {
        position: absolute;
        z-index: 8888;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #fff;
        right: auto;
        top: auto;
        min-width: 222px;
        bottom: 10px;
    }

    .header-city-choice p {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0px 4px;
        white-space: nowrap;
    }

    .header-city-choice a {
        font-size: 14px;
        padding: 3px 5px;
    }

    .header-city-block {
        position: static;
    }

    .header-city-block .header-city-hidden ul {
        padding: 0px;
        min-width: 100%;
    }

    .header-top .holder {
        position: static;
    }

    header .header-city-hidden ul {
        max-height: 200px;
        overflow-y: auto;
        padding: 15px 23px;
    }

    /*header-form_city*/
    .header-form_city {
        margin: 15px 10px;
        flex-wrap: wrap;
    }

    .header-form__result {
        margin: 8px 0px;
        top: 120px;
        height: 300px;
    }

    .header-form_city input {
        width: 100%;
        height: 45px;
        flex: 3 1 230px;
        margin: 8px 0px 0px;
    }

    .header-form___btn {
        margin: 8px 0px 0px;
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .city-item {
        justify-content: center;
    }

    .city-item ul {
        padding: 10px 30px;
        text-align: center;
    }

    .city-form .input,
    .city-form .submit {
        float: left;
        width: 100%;
    }
}

@media (min-width: 422px) and (max-width: 1023px) {
    .header-form__result {
        top: 80px;
    }

    .header-form_city input {
        margin-right: 10px;
    }
}

@media screen and (max-width: 500px) {
    .pop-ups {
        left: auto !important;
    }

    .pop-ups .btn {
        width: 100% !important;
    }

    .b-close {
        right: 2%;
        top: 0;
    }

    .pop-ups h3 {
        font-size: 28px;
    }
}

.remodal-is-opened {
    display: inline-block !important;
}

.sale-progress {
    margin-top: -20px;
}

.sale-progress p {
    color: white;
    margin: 0;
}

.sale-progress .progress {
    padding: 2px;
    border: 1px solid #fff;
    margin: 5px 0 10px 0;
    max-width: 765px;
}

.sale-progress .progress .progress-line {
    height: 7px;
    background: #008aff;
}
