

/* Start:/local/components/ls/podrazdely/templates/.default/style.css?17549949627741*/
.calc_container {
    border: 2px solid #448d3c;
    padding-left: 15px;
    margin: 20px 0;
}
.uslugi-contener {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantage-contener {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantage-contener .item {
    margin: 0;
    display: inherit;
    padding: 10px;
    width: 300px;
    /*height: 100px;*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantage-contener .img {
    width: 50px;
    margin-right: 10px;
    display: inherit;

    flex-shrink: 0;
}

.span-how-h2 {
    color: black;
    margin: 20px 0;
    font-weight: 600;
    font-size: 24px;
    display: block;
}

.wrapper_bg {
    position: relative;
    background-image: url('/local/components/ls/podrazdely/templates/.default/<?=$arResult['UTP']['IMAGE'];?>');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    min-height: 140px;
    z-index: 2;
}
.wrapper_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 1;
}

.wrapper_bg .item-text,.wrapper_bg .item-button {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    text-align: center;
    padding: 50px;
}
.visible {
    z-index: 3;
}
.custom-style-button {
    /*background-color: #ffffff;
    border: #63a55c 2px solid;
    background: transparent;
    color: #63a55c;*/
    font-size: 14px;
}

.wrapper_bg_utp {
    display: flex;
    align-items: center;
}


.wrapper_bg_utp .item-text, .wrapper_bg_utp .item-button {
    padding: 0;
}
.top-image {
    position: relative;
    height: 396px;
    overflow: hidden;
}
.top-image .top-desc {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 537px;
    background: #FFFFFF;
    padding: 20px;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}
.top-price {
    height: 66px;
    background: #F2F2F2;
    margin-bottom: 40px;
}
.top-price:after {
    display: block;content: '';
    clear: both;
}
.left-price {
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    float: left;
    margin-left: 60px;
    line-height: 66px;
}
.top-price .btn, .services-calc__result .btn {
    float: right;
    margin-right: 60px;
    margin-top: 14px;
    width: 189px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #47953F;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
}
.services-calc__sum {
    margin-left: 0;
}
.services-calc__result .btn {
    float: none;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
}
.price-items {
    margin-bottom: 40px;}
.price-item {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 1px;
}
.price-title {
    height: 36px;
    line-height: 36px;
    background: #47953F;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
}
.price-value{
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}
.price-value:after {
    display: block;
    content: '';
    width: 78px;
    height: 1px;
    background: #BDBDBD;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -39px;
}
.price-list {
    margin-top: 15px;
    padding: 0 20px;
}
.price-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.price-list ul li {
    font-size: 12px;
    padding-left: 25px;
    background: url(/images/price-check.svg) 0px 4px no-repeat;
}
.advantages ul, .advantages ol {
    list-style: none;
    padding: 0;
    margin: 0px;
}
.advantages ul li, .advantages ol li {
    padding-left: 25px;
    background: url(/images/ellipse.svg) 0px 4px no-repeat;
}
.price-item .btn {
    width: 187px;
    display: block;
    height: 36px;
    line-height: 33px;
    background: #fff;
    margin: 20px auto;
    border: 2px solid #47953F;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #47953F;
    padding: 0;
}

.geografi-map {
    position: relative;
}
.geografi .contacts-page {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    background:#47953F;
    margin-top: -175px;
    border: 0px;
    box-shadow: inherit;
    color: #fff;
    border-radius: 0;
    height: 350px;
}
.geografi .contacts-page .span-how-h2, .geografi .contacts-page a, .geografi .form label .fa {
    color: #fff;
}
.geografi .contacts-form form .form-bottom .custom-style {
    border: 2px #fff solid;
}
#map {
    margin: 40px 0;
}
@media screen and (max-width: 768px) {
    .wrapper_bg_utp {
        padding: 40px 0;
        flex-direction: column;
    }

    .wrapper_bg_utp .item-text, .wrapper_bg_utp .item-button {
        font-size: 16px;
    }

    .wrapper_bg_utp .item-text {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .uslugi-contener {
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;
        flex-direction: column;
    }

    .advantage-contener {
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;
        flex-direction: column;
    }

    .checkbox a {
        white-space: pre-wrap;
    }

    .top-image .top-desc {
        position: initial;
        width: 100%;
    }

    .services-calc__option:last-child {
        margin-bottom: 30px;
    }

    .geografi .contacts-page {
        margin-top: -20px;
        position: initial;
    }

    .table-responsive {
        transform-origin: top left;
        margin-bottom: -800px;
    }
}

.text-form .contacts-page {
    margin-top: 20px;
}
.row.partners {
    width: 100%;
}
.wrapper_bg.wrapper_bg_utp .custom-style-button {
    font-size: 16px;
}
.span-how-h2 {color: black;margin: 20px 0;font-weight: 600;font-size: 24px;display: block;}
.geografi .contacts-page {position: absolute;right: 15px;top: 50%;z-index: 9;background:#47953F;margin-top: -175px;border: 0px;box-shadow: inherit;color: #fff;border-radius: 0;height: 350px;max-width: 425px;}
.geografi .contacts-page .span-how-h2, .geografi .contacts-page a, .geografi .form label .fa {color: #5c5c5c;}
.geografi .contacts-form form .form-bottom .custom-style {border: 2px #fff solid;}
@media screen and (max-width: 500px) {
    .geografi .contacts-page {display: flex;position: relative;top: 0;margin: 0;right: 0;height: auto;}
    .geografi .contacts-page a {white-space: pre-wrap;}
}

.gallery img{margin:10px;}

.geografi.geo_subfold .contacts-page {
    position: relative;
    top: 0;
    margin-top: -20px;
    max-width: 100%;
}
.geografi.geo_subfold .contacts-form .span-how-h2 {
    padding-top: 20px;
}
.geografi.geo_subfold .contacts-page label {
    word-wrap: break-word;
    display: block;
    white-space: unset;
    max-width: 100%;
}
.geo_subfold .contacts-page .contacts-form .form-bottom {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.services-calc__sum {
    margin-left: 0;
}
.services-calc__result .btn {
    float: none;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
}
/* End */


/* Start:/local/templates/active/components/bitrix/main.feedback/feedback_opened/style.min.css?174291092232*/
.mf-control-required{color:#f00}
/* End */


/* Start:/local/templates/active/components/bitrix/news.list/home_partners/style.css?1748337217263*/
.span-how-h2{
	display: block;
    font-size: 24px;
    font-weight: 600;
    margin:20px 0;
    color: #000000;
}

.show-all {
    text-decoration: none;
    text-align: right;
    float: right;
}
.show-all:hover{
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/active/components/ms/active.smart.form/homepage_form_new/style.css?17581928182369*/
.order-callback-form-container {
    margin: 40px 0;
}

.order-callback-form {
    background: #47953f;
    height: max-content;
}

.order-callback-form .title {
    margin-left: 40px;
}

.order-callback-form .left-side,
.order-callback-form .right-side {
    height: 100%;
    padding-left: 30px;
}

.order-callback-form .right-side {
    background: #f7f7f7;
}

.order-callback-form .form {
    background: #f7f7f7;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.order-callback-form .form .form-group {
    width: 50%;
    padding: 0 15px;
}

.order-callback-form .title h2 {
    color: #fff;
    word-break: keep-all;
}

.order-callback-form .left-side {
    max-width: 25%;
}

.order-callback-form .form_descr {
    padding: 0 15px;
}

.order-callback-form .policy_msg {
    margin-top: 15px;
    font-size: 13px;
}

.order-callback-form .order-callback-form .g-recaptcha {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.order-callback-form .col-submit {
    width: 100%;
}

.order-callback-form .custom-style {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 0em;
    font-size: 17px;
    font-weight: 700;
}

.order-callback-form .field-file .field-content {
    width: 100%;
    padding-top: 5px;
}

.order-callback-form .field-file .field-content .upload-button {
    width: 100%;
    height: 40px;
    margin: 0;
    line-height: 0.9em;
    font-weight: 700;
    font-size: 15px;
}

.order-callback-form .upload-button.btn {
    background: #f7f7f7;
    color: #47953F;
    border: 2px solid #47953F;
}

.order-callback-form .upload-button.btn:hover {

    color: #fff;
    background: #47953F;
}

.order-callback-form input.form-control {
    background: #f7f7f7;
    border: unset;
    border-bottom: 1px solid #5c5c5c;
    box-shadow: unset;
}

.order-callback-form textarea.form-control {
    background: #f7f7f7;
    box-shadow: unset;
    border: 1px solid #5c5c5c;
}

.order-callback-form .form label .fa {
    color: #5c5c5c;
}

.order-callback-form .left-side {
    padding: 0;
    text-align: center;
}

.order-callback-form .title {
    margin-left: 0px;
}
.modal-header.hidden
{
    display: none;
    opacity: 0;
}
/* End */
/* /local/components/ls/podrazdely/templates/.default/style.css?17549949627741 */
/* /local/templates/active/components/bitrix/main.feedback/feedback_opened/style.min.css?174291092232 */
/* /local/templates/active/components/bitrix/news.list/home_partners/style.css?1748337217263 */
/* /local/templates/active/components/ms/active.smart.form/homepage_form_new/style.css?17581928182369 */
