

/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.list/.default/style.css?15910220963848*/
.goods.services {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.block_itog_param {
    padding-bottom: 26px;
}

.block_itog_param table td { /*color:#a7a7a7;*/
    padding: 0 35px 0 0;
    width: 195px;
    vertical-align: top;
}

.block_itog_param table.result_t td {
    padding: 0 0 0 0;
    width: auto;
}

.block_itog_param table.result_t tr td:last-child {
    padding: 0 35px 0 0;
}

.block_itog_param table td .stroka {
    line-height: 24px;
    overflow: hidden;
    zoom: 1;
}

.block_itog_param table td .stroka span {
    float: left;
    padding-right: 3px;
}

.block_itog_param table td .stroka .fl_r {
    float: right;
    color: #4c4c4c;
    padding: 0 0 0 3px;
}

.block_itog_param table td .stroka p {
    background: url(/img/line_grey.gif) repeat-x left 17px;
    height: 24px;
    overflow: hidden;
    zoom: 1;
}

.block_itog_param .block_upr {
    padding-top: 15px;
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: flex-start;
}

.block_itog_param .block_upr .cena {
    float: left;
    color: #4c4c4c;
    font-size: 1.2em;
    line-height: 33px;
    margin-right: 10px;
}

.block_itog_param .block_upr .oldcena {
    color: #4c4c4c;
    font-size: 1.2em;
    line-height: 33px;
    margin-bottom: 20px;
}

.block_itog_param .block_upr .cena span, .block_itog_param .block_upr .oldcena span {
    color: #d7403e;
}

.block_itog_param .block_upr .oldcena span {
    text-decoration: line-through;
}

.block_itog_param .block_upr .cena span strong, .block_itog_param .block_upr .oldcena span strong {
    font-size: 1.5em;
}

.block_itog_param .block_upr .cena span strong a {
    font-size: 0.7em !important;
    color: #d7403e !important;
}

.goods_flexbox {
    display: flex;
    flex-wrap: wrap;
}

.goods_flexbox .figurecont {
    width: 30%;
    box-sizing: border-box;
}

.goods_flexbox .good_text_block {
    width: 70%;
    box-sizing: border-box;
}

.goods_flexbox .good figure {
    border: none;
}

.goods_flexbox .good {
    border: 1px solid #5a5a5a;
    margin: 10px;
}

.goods {
    margin-top: 40px;
}

.goods .good {
    width: 45%;
    min-width: 328px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.goods .good2 {
    border: 2px solid #DBDEE0;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
}

.good .block_itog_param .block_upr {
    justify-content: flex-end;
}

.goods .good2 a.sale {
    position: absolute;
    margin: -23px 0 0 -23px;
}

.goods .good figure {
    max-width: 129px;
}

.goods .good div.figurecont {
    padding: 0 15px 5px 0;
    float: left;
}

.goods .good .caption {
    float: left;
    width: 55%;
    display: table;
    vertical-align: middle;
    padding-right: 13%;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.goods .good .caption a {
    vertical-align: middle;
    display: table-cell;
}

.goods .good .short-desc {
    padding-top: 28px;
}

.goods .good2 .short-desc {
    float: left;
    width: 55%;
    padding-top: 0px;
}

.goods .good img {
    max-width: 129px;
    max-height: 92px;
}

.services {
    margin: 0 !important;
}

.services .block_upr {
    width: 100%;
    padding-top: 5px;
}

.services .block_itog_param {
    padding-bottom: 0px !important;
}

.services a.butt_kupit {
    line-height: 31px;
    text-decoration: none;
    display: block;
}

.goods .list_button {
    list-style: none;
    margin: 0;
    padding: 0;
}

.good2 figure {
    border: 1px solid #5a5a5a;
    font-size: 0;
    padding: 1px;
    margin: 0;
}

@media (max-width: 900px) {
    .goods .good2 {
        margin: 0 0 10px;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .goods .good .caption {
        width: calc(100% - 150px);
        padding-right: 0;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/rent/style.css?15984559301776*/
.rent-modal form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.rent-modal label {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.rent-modal textarea,
.rent-modal input[type="text"] {
    color: #222222;
}

.rent-modal textarea {
    width: 100%;
    resize: none;
    margin-top: 5px;
}

.rent-modal textarea:focus,
.rent-modal input[type="text"]:focus {
    outline: none;
}

.rent-modal textarea::placeholder,
.rent-modal input[type="text"]::placeholder {
    color: #DBDEE0;
}

.rent-modal .error textarea,
.rent-modal .error input[type="text"] {
    border-color: #EC1C23;
    color: #EC1C23;
}

.rent-modal .errortext {
    text-align: right;
    text-align-last: right;
    color: #EC1C23;
    display: none;
    width: 100%;
    margin: 10px 0 0;
}

.rent-modal label.error + .errortext {
    display: block;
}

.rent-ok-text {
    font-size: 16px;
    line-height: 19px;
    color: #797A79;
}

.rent-modal .captcha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rent-modal [name="captcha_word"] {
    width: calc(100% - 200px);
}

.rent-modal .captcha-title {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .rent-modal {
        padding-top: 10px;
    }

    .rent-modal label {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 16px;
    }

    .rent-modal label > span {
        margin-bottom: 5px;
    }

    .rent-modal textarea,
    .rent-modal input[type="submit"],
    .rent-modal input[type="text"] {
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.list/.default/style.css?15910220963848 */
/* /local/templates/main/components/bitrix/form.result.new/rent/style.css?15984559301776 */
