.poster__h5 p{
    margin: 18px 0;
    padding: 0 60px 0 5px;
    color: #fff;
    font-weight: 500;
    font-size:  18px;
}

.custom_director img {
    width: 100%;
}

.clear_border {
    border-bottom: none;
}

.article {
    font-size: inherit;
}

.header__nav .active_nav {
    color: #41AA37 !important;
}

.sb-button span {
    background-color: #46a75d !important;
    color: #ffffff !important;
}

.agreement_text_guarantee {
    margin-top: 20px;
}

.field-formcustomguarantee-address {
    margin-bottom: 40px;
}

.field-formcustomguarantee-file {
    margin-top: 20px;
}

#smartbanner.android {
    border-top: 5px solid #41AA37 !important;
}

.header__nav .active_nav:hover::after {
    display: none;
}

.take_apartments {
    margin: 40px 0;
}

.vue-constructor {
    margin-bottom: 70px;
}

.constructor_path {
    padding-top: 70px;
}

.choose-house__items:nth-child(2) {
    pointer-events: all;
}

.mission__h2 p{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 48px;
}

.geolocation_popup {
    z-index: 100 !important;
}

.apartment_list_hint {
    font-size: 14px;
}

.custom_quantity .vacancy__cities {
    margin-bottom: 20px;
    float: none;
    margin-top: 0;
    margin-right: 45px;
    position: relative;
    z-index: 5;
}

#smartbanner.ios {
    border-top: 5px solid #41AA37 !important;
}

@media only screen and (max-width: 480px){
    .custom_quantity .vacancy__cities .filters__inner, .sales__block-description .filters__inner {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .vacancy__cities.first-select {
        z-index: 10;
    }
}

.custom_quantity .vacancy__cities .filters__section {
    padding-top: 0;
}

.custom_quantity .vacancy__cities .filters__inner {
    margin-left: 0;
}

.mission__h2 p span{
    color: #ea861c;
}

.share_vertical .share__social a{
    display: block;
}

.pointer{
    cursor: pointer!important;
}

.pagination .disabled{
    display: none;
}

.form__row_split_2-custom .form__row{
    display: inline-block!important;
    float: right;
    width: calc(50% - 15px);
}

.form__row_split_2-custom .form__row:first-child{
    display: inline-block!important;
    float: left!important;
    width: calc(50% - 15px);
}



.has-error .form__input {
    border-width: 2px;
    border-color: #f83636;
}

.help-block-error{
    font: 400 10px/1 'Northern', Arial, Helvetica, sans-serif;
    color: #f83636;
    padding: 0 10px;
    position: absolute;
    top: calc(100% - 10px);
}

.striped-animation{
    background-image: repeating-linear-gradient(-45deg, rgb(255, 201, 114), rgb(255, 201, 114) 25px, #F4B44C 25px, #F4B44C 50px)!important;
    -webkit-animation:progress 2s linear infinite;
    -moz-animation:progress 2s linear infinite;
    -ms-animation:progress 2s linear infinite;
    animation:progress 2s linear infinite;
    background-size: 150% 100%;
}

@-webkit-keyframes progress{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}
@-moz-keyframes progress{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}
@-ms-keyframes progress{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}
@keyframes progress{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -70px 0px;
    }
}

.share_horizontal .share__social {
    width: 222px!important;
}

/* This should be done by frontender, TODO: remove */
.submenu__item_active {
    color: #41AA37;
}
.submenu__item_active:after {
    content: none;
}

.custom-article {
    padding-top: 0;
}
