.br {
    border-radius: 4px
}

.link-hover,
.opacity-img {
    opacity: .8
}

.box-hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .2)
}

.btn-shadow {
    background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    animation: 5s infinite reverse shine;
    -webkit-box-shadow: 0 9px 40px 0 rgba(50, 50, 50, .9);
    box-shadow: 0 9px 40px 0 rgba(50, 50, 50, .9)
}

.form-elements {
    background: #f9f9f9;
    border: 1px solid #ccc;
    outline: 0
}

.search-projects {
    margin-bottom: 50px
}

#projects-filter .projects-filter__inner {
    background: 0 0;
    border: 1px solid #ccc
}

#projects-filter .projects-filter__title {
    margin-top: -45px;
    margin-bottom: 10px;
    width: 265px;
    padding: 0 20px;
    background: #fff;
    font-size: 1.5em;
    font-weight: 600;
    white-space: nowrap
}

#projects-filter .projects-filter__box {
    padding-top: 20px
}

#projects-filter .projects-filter__item {
    float: none;
    width: 100%;
    margin-bottom: 50px
}

#projects-filter .projects-filter__item-title {
    font-weight: 600
}

#projects-filter .projects-filter__price-item {
    max-width: 100%;
    border-radius: 0;
    background: 0 0;
    border: none
}

#projects-filter .projects-filter__price-item input {
    background: #f7f7f7;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

#projects-filter .projects-filter__line-v {
    background: #cd2122
}

#projects-filter .projects-filter__line-vn {
    background: #ccc
}

#projects-filter .projects-filter__checkbox {
    position: relative;
    padding-left: 5px
}

#projects-filter .projects-filter__checkbox input[type=checkbox] {
    display: none
}

#projects-filter .projects-filter__checkbox-label {
    margin-bottom: 0
}

#projects-filter .projects-filter__checkbox .checkbox-text {
    margin-left: 0;
    padding-left: 25px;
    font-size: 1.1em;
    line-height: 1.2
}

#projects-filter .projects-filter__checkbox .checkbox-text:after {
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    outline: #939598 solid 1px;
    position: absolute;
    top: 0;
    left: 1px;
    margin-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#projects-filter .projects-filter__checkbox input[type=checkbox]:checked+.checkbox-text:after {
    outline: #939598 solid 1px;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    background-color: #cd2122
}

#projects-filter .projects-filter__button {
    padding: 15px;
    margin-right: 10px
}

#projects-filter .projects-filter__button-reset {
    padding: 15px;
    border: none;
    border-radius: 4px;
    outline: 0;
    background: #f7f7f7;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    letter-spacing: 1px
}

#projects-filter .projects-filter__button-reset:hover {
    background: #f2f2f2 !important
}

#projects-filter .projects-filter__popup {
    color: #000;
    background-color: #fff
}

#projects-filter .projects-filter__popup a {
    color: #cd2122
}

.bx_filter .bx_ui_slider_track {
    z-index: 1
}

.projects-vertical .section-projects__img-title {
    padding: 15px 20px;
    font-size: 1.3em
}

.projects-vertical .section-projects__square-text {
    font-size: 1em
}

.projects-vertical .section-projects__price-box {
    font-size: 1.2em
}

.projects-filter-vertical #projects-filter .projects-filter__popup {
    margin: 20px 0 0
}

.projects-list__row {
    margin-bottom: 50px
}

.projects-list__link {
    display: block;
    width: 100%;
    height: 250px
}

.projects-list__link:hover .section-projects-list__btn-focus,
.projects-list__link:hover .section-projects-list__shadow-focus {
    opacity: 1
}

.projects-list__box {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 20px
}

.projects-list__img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.projects-list__shadow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, .5)
}

.projects-list__btn {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 20px;
    padding: 15px
}

.projects-list__text {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 20px;
    font-weight: 600;
    line-height: 130%
}

.projects-list__text-title {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #f7f7f7
}

.projects-list__text-desc {
    color: #f7f7f7
}

.projects-list__shadow-focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, .4);
    opacity: 0
}

.section-projects__row {
    position: relative
}

.section-projects__sort {
    margin-bottom: 20px
}

.section-projects__sort-text {
    display: inline-block;
    margin-right: 5px;
    font-size: .9em
}

.section-projects__sort select {
    padding: 3px 10px;
    font-size: .9em
}

.section-projects__img-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 2px
}

.section-projects__promo-box {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: .9em;
    z-index: 4
}

.section-projects__promo-action,
.section-projects__promo-sale {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px
}

.section-projects__promo-action {
    background-color: red;
    margin-right: 2px;
    color: #f7f7f7
}

.section-projects__promo-sale {
    background-color: #25344c;
    color: #f7f7f7
}

.section-projects__img-img {
    width: 100%;
    height: auto
}

.section-projects__img-shadow {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/shadow_projects_2.png) top left repeat-x;
    background-size: contain
}

.section-projects__img-title {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 20px;
    font-size: 1.5em;
    font-family: 'Museo Sans'
}

.section-projects__price-square-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background-color: #f7f7f7
}

.section-projects__square-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background-color: #777;
    color: #f7f7f7;
    white-space: nowrap;
    margin-right: 20px
}

.section-projects__square-icon {
    display: inline-block;
    width: 29px;
    height: 22px;
    margin-bottom: -.3em;
    background: url(../img/projects_square_icon.png) no-repeat;
    background-size: 15px 15px
}

.section-projects__price-box {
    font-size: 1.3em
}

.section-projects__price-now {
    display: inline;
    font-weight: 600
}

.section-projects__price-ot {
    display: inline;
    font-size: .9em;
    margin-right: 2px
}

.section-projects__price-rub {
    display: inline;
    font-size: .9em;
    margin-left: 2px
}

.section-projects__price-old {
    margin-top: 3px;
    text-decoration: line-through;
    font-size: .8em;
    color: #555
}

.section-projects__link-all-box {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0
}

.project .project-top {
    margin-bottom: 50px
}

.project .project-top__img-box {
    position: relative;
    width: 100%;
    height: auto
}

.project .project-top__img-img {
    width: 100%;
    height: auto;
    padding-right: 20px
}

.project .project-top__promo-box {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 1em;
    z-index: 2
}

.project .project-top__promo-action,
.project .project-top__promo-sale {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 4px
}

.project .project-top__promo-action {
    background-color: red;
    margin-right: 2px;
    color: #f7f7f7
}

.project .project-top__promo-sale {
    background-color: #25344c;
    color: #f7f7f7
}

.project .project-top__parameter {
    margin-bottom: 28px
}

.project .project-top__parameter-title {
    font-size: 1.3em;
    margin-bottom: 20px
}

.project .project-top__parameter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #555
}

.project .project-top__parameter-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    border-bottom: 1px dotted #000;
    height: 1em;
    margin: 0 .4em
}

.project .project-top__price {
    margin-bottom: 24px
}

.project .project-top__price-title {
    margin-bottom: 15px;
    color: #555
}

.project .project-top__price-box {
    font-size: 2.2em;
    font-weight: 600
}

.project .project-top__price-ot {
    display: inline;
    font-size: .8em;
    margin-right: 10px
}

.project .project-top__price-rub {
    display: inline;
    font-size: .8em;
    margin-left: 10px
}

.project .project-top__price-old {
    font-size: 1.3em;
    margin-top: 10px;
    text-decoration: line-through;
    color: #555
}

.project .project-top__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.project .project-top__kredit,
.project .project-top__matkap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project .project-top__matkap {
    margin-right: 30px
}

.project .project-top__links-link {
    color: #222
}

.project .project-top__kredit-img,
.project .project-top__matkap-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.project .project-top__matkap-img {
    background: url(../img/icon_matkap.png) no-repeat
}

.project .project-top__kredit-img {
    background: url(../img/icon_kredit.png) no-repeat
}

.project .project-top__btn-link {
    padding: 18px 30px
}

.project .tabs>ul:after {
    display: none
}

.project .tabs-price>ul:after {
    display: none
}

.project .project-tabs {
    margin-bottom: 50px
}

.project .project-tabs__box {
    margin-top: 40px
}

.project .project-tabs .fa {
    font-size: 1.8em;
    color: green
}

.project .project-tabs__text {
    line-height: 1.5
}

.project-tabs-price {
    margin-bottom: 100px
}

.project .projects-table-price {
    font-size: 1.1em
}

.project .projects-table-price th {
    padding: 30px 0;
    background-color: #fff;
    color: #000;
    border: none
}

.project .projects-table-price tr:nth-child(odd) {
    background-color: #f1f1f1
}

.project .projects-table-price td {
    padding: 20px 1%;
    border: none;
    width: 25%
}

.project .projects-table-price td:first-child {
    width: 60%
}

.project .projects-table-price .fa {
    color: #3bc915;
    font-size: 1.2em
}

.project .projects-table-price__price {
    font-size: 1.3em
}

.project-links {
    margin-top: 100px
}

.project-links__link {
    display: inline-block;
    margin-bottom: 30px
}

.project-links__link-link {
    padding: 5px 10px;
    border: 1px solid #cd2122;
    margin-right: 20px;
    text-decoration: none;
    color: #cd2122
}

.project-links__link-link:hover {
    background-color: #cd2122;
    color: #fff
}

.catalog-section__top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.catalog-section__sort {
    margin-bottom: 0
}

.catalog-section__sort-text {
    display: inline-block;
    margin-right: 5px;
    font-size: .9em;
    color: #777
}

.catalog-section__sort select {
    padding: 3px 10px;
    font-size: .9em;
    color: #777;
    border: 1px solid #ccc;
    outline: 0
}

.catalog-section__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-section__view-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    margin-left: 7px
}

.catalog-section__view-tile {
    background-image: url(../img/icon_projects_flat.svg)
}

.catalog-section__view-list {
    background-image: url(../img/icon_projects_list.svg)
}

.catalog-section__view-item.active,
.catalog-section__view-item:hover {
    border: 1px solid #25344c;
    -webkit-box-shadow: 0 0 1px #25344c;
    box-shadow: 0 0 1px #25344c
}

.catalog-section__view-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.catalog-section__view-filter-text {
    margin-right: 10px;
    font-size: .9em;
    font-weight: 600
}

.catalog-section__view-filter-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    margin-left: 7px
}

.catalog-section__view-filter-horizontal {
    background-image: url(../img/icon_filter_gor.svg)
}

.catalog-section__view-filter-vertical {
    background-image: url(../img/icon_filter_ver.svg)
}

.catalog-section__view-filter-item.active,
.catalog-section__view-filter-item:hover {
    border: 1px solid #25344c;
    -webkit-box-shadow: 0 0 1px #25344c;
    box-shadow: 0 0 1px #25344c
}

.section-repair {
    margin-bottom: 70px
}

.section-repair__box {
    text-align: center;
    border: 1px solid #ccc
}

h3.section-repair__title {
    margin: 10px 0;
    padding: 15px 0;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase
}

.section-repair__price {
    padding: 20px 0;
    background: #f7f7f7;
    font-size: 1.3em
}

.section-repair__price-price {
    font-size: 1.5em
}

.section-repair__work {
    margin: 0;
    padding: 30px 20px 10px;
    font-size: 1em;
    text-align: left
}

.section-repair__element {
    margin-bottom: 15px
}

.section-repair__element:before {
    content: "\f05d";
    font-family: FontAwesome;
    font-size: 1.1em;
    color: #cd2122;
    margin-right: 10px
}

.section-repair__hide {
    display: none
}

.section-repair__btn-work {
    width: 175px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 4px;
    padding: 7px 15px;
    cursor: pointer;
    outline: 0
}

.section-repair__link-link {
    display: block;
    margin-top: 30px;
    padding: 15px 0;
    background: #cd2122;
    color: #fff;
    text-decoration: underline
}

.section-repair #vybor_remonta button.button_raboty:hover {
    opacity: .7
}

.section-calc .bg-left {
    background: #2f3b48
}

.section-calc .bg-right {
    background: #f7f7f7
}

.section-calc__box-left {
    width: 100%;
    padding: 40px 50px;
    color: #f7f7f7
}

.section-calc__box-right {
    width: 100%;
    padding: 40px 50px;
    color: #222
}

.section-calc__title-material,
.section-calc__title-type-room {
    margin-bottom: 15px;
    font-size: 1em
}

.section-calc__select-material,
.section-calc__select-type-room {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 50px;
    border: 0;
    outline: 0;
    background: #ccc;
    font-size: 1.2em;
    border-radius: 4px
}

.section-calc__box-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.section-calc__label-square {
    margin-right: 10px
}

.section-calc__input-square {
    width: 100px;
    height: 50px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 1.5em;
    border: none;
    border-radius: 4px
}

.section-calc__title-otdelka {
    margin-bottom: 30px
}

.section-calc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-calc__item-left {
    margin-right: 20%
}

.section-calc__box-radio {
    margin-bottom: 20px
}

.section-calc__itog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 2em;
    color: #cd2122
}

.section-calc__itog .fa {
    margin-top: 2px
}

.section-calc__text-itog {
    margin-right: 5px
}

.section-calc__img-itog {
    margin-right: 10px
}

.section-calc__price-itog {
    font-size: 1.1em
}

.section-calc__text-left {
    font-style: italic;
    margin-bottom: 30px;
    font-size: .9em;
    color: #222
}

.section-calc__input-zayavka {
    width: 280px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px
}

.section-calc__btn-form {
    width: 280px;
    margin-top: 10px;
    padding: 15px 0;
    background: #cd2122;
    color: #f7f7f7;
    font-size: 1em;
    border: none;
    outline: 0
}

.section-calc input [type=radio] {
    vertical-align: top !important;
    width: 17px !important;
    height: 17px !important;
    margin: 0 3px 0 0 !important
}

.section-calc input [type=radio]+label {
    cursor: pointer !important
}

.section-calc input[type=radio]:not(checked) {
    position: absolute !important;
    opacity: 0 !important
}

.section-calc input[type=radio]:not(checked)~label {
    position: relative !important;
    padding: 0 0 0 35px !important;
    cursor: pointer !important
}

.section-calc input[type=radio]:not(checked)~label:before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    left: 0 !important;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #cdd1da !important;
    border-radius: 50% !important;
    background: #fff !important
}

.section-calc input[type=radio]:not(checked)~label:after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 3px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #fdb418 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5) !important;
    opacity: 0 !important;
    -webkit-transition: .2s !important;
    transition: .2s !important
}

.section-calc input[type=radio]:checked~label:after {
    opacity: 1 !important
}

.section-calc input[type=radio]:focus~label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 0, .5) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .5) !important
}

.calc-fix {
    margin-bottom: 30px
}

.calc-fix__zamer-box {
    position: relative;
    width: 270px;
    height: 90px;
    margin-bottom: 30px;
    background: #2f3b48;
    -webkit-box-shadow: 0 15px 10px -14px #9d9cab;
    box-shadow: 0 15px 10px -14px #9d9cab;
    border-radius: 4px
}

.calc-fix__zamer-link-link {
    display: block
}

.calc-fix__zamer-box:hover {
    opacity: .9
}

.calc-fix__calc-icon,
.calc-fix__zamer-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background-color: #cd2122
}

.calc-fix__calc-icon-img,
.calc-fix__zamer-icon-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px
}

.calc-fix__zamer-icon-img {
    background: url(../img/icon_zamer.png) no-repeat
}

.calc-fix__calc-icon-img {
    background: url(../img/icon_calc.png) no-repeat
}

.calc-fix__zamer-link {
    position: absolute;
    left: 100px;
    top: 13px;
    line-height: 1;
    font-size: .9em;
    font-weight: 600;
    color: #fff
}

.calc-fix__interest {
    position: absolute;
    left: 100px;
    top: 53px
}

.calc-fix__interest-text {
    display: inline;
    color: #ccc;
    font-size: .8em;
    margin-right: 3px
}

.calc-fix__interest-number {
    display: inline;
    color: #ccc;
    font-size: 1.2em
}

.calc-fix__zamer-link-link {
    color: #fff
}

@media (max-width:1199px) {
    .projects-pl-40 {
        padding-left: 15px
    }

    #projects-filter .projects-filter__title {
        font-size: 1.4em
    }

    .calc-fix__zamer-box {
        width: 240px
    }

    .calc-fix__calc-icon,
    .calc-fix__zamer-icon {
        width: 10px;
        height: 90px
    }

    .calc-fix__calc-icon-img,
    .calc-fix__zamer-icon-img {
        background: 0 0
    }

    .calc-fix__interest,
    .calc-fix__zamer-link {
        left: 30px
    }
}

@media (max-width:991px) {
    .project .project-top__img-box {
        margin-bottom: 30px
    }

    .project .projects-table-price {
        font-size: 1em
    }
}

@media screen and (max-width:767px) {
    .project .tabs>ul>li {
        width: 100%;
        margin: 0;
        padding: 15px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .project .projects-table-price {
        font-size: .9em
    }

    .project .projects-table-price__price {
        font-size: 1.1em
    }

    .catalog-section__view-filter {
        display: none
    }
}

@media (max-width:575px) {

    .project .projects-table-price,
    .project .projects-table-price__price {
        font-size: .9em
    }

    .project .projects-table-price th {
        font-size: .8em;
        font-weight: 500
    }

    .section-calc__item-left {
        margin-right: 0;
        margin-bottom: 30px
    }

    .section-calc__item {
        display: block
    }
}