

/* Start:/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/style.css?176915868522856*/
.section-title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
    color: #313030;
    font-weight: 600;
}

.section-padding {
    padding: 50px 0;
}

.section-padding-t {
    padding-top: 50px;
}

.section-padding-b {
    padding-bottom: 50px;
}

.service-page {}

.service-page .hero {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.service-page .hero h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
}

.service-page .hero .half {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-page .hero .half.right {
    text-align: right;
    align-items: flex-end;

}

.service-page .hero .half .btn {
    margin-top: auto;
}

.service-page .hero img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.number-block {
    display: flex;
    justify-content: space-around;
}

.number-block .item {
    max-width: 170px;
    display: flex;
    flex-direction: column;

}

.number-block .item span {
    color: #e67b37;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.number-block .item span small {
    font-size: 30px;
    margin-bottom: 4px;

}

.number-block .item div {
    font-size: 12px;
    color: #313030;
}

.number-block .item hr {
    border-color: #3887bb;
    width: 100%;
}

.complex-block .item {
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 4px 10px 0px rgb(68 68 82 / 6%);
}

.complex-block .item .top {
    border-bottom: 1px solid #6d7c83;
    height: 136px;
    padding: 20px 55px;
    background: #dbe1f4 url(/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/img/pattern1.svg) no-repeat center left 10px;
    position: relative;
}

.complex-block .item .top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.complex-block .item .top .type {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.complex-block .item .bot {
    padding: 15px 15px 15px 55px;
}

.complex-block .item .name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.complex-block .item ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.complex-block .item ul li {
    position: relative;
}

.complex-block .item ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: -16px;
    background-color: #dbe1f4;
    border-radius: 50%;
}

.advantages {
    background-color: #dbe1f4;
}

.advantages .item {
    padding: 0 20px 20px;
    background-color: #fff;
}

.advantages .item hr {
    margin-top: 0;
    border-width: 2px;
    border-style: solid;
}

.advantages .item.orange hr {
    border-color: #e67b37
}

.advantages .item.blue hr {
    border-color: #3887bb
}

.advantages .item .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.price-block .calc {
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0px 4px 10px 0px rgb(68 68 82 / 6%);
}

.price-block .calc .form {
    flex: 0 1 40%;
}

.price-block .calc form {
    height: 100%;
}

.price-block .calc form .row {
    height: 100%;
}

.price-block .calc form .col-12 {
    margin-top: auto;
    display: flex;
    gap: 30px;
}

.price-block .calc .out {
    text-align: center;
}

.price-block .calc .desc {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}

.price-block .calc .note {
    font-size: 12px;
    color: #6d7c83;
}

/* .price-block .calc label{
    width: 100%;
}
.price-block .calc select {
    width: 100%;
    border: 1px solid #6d7c83;
    height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    margin-top: 10px;
    background-color: #f4f5fb;
} */
.price-block .calc .dropdown {
    margin-top: 10px;
    width: 100%;
}

.price-block .calc-result {
    margin-top: 30px;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0px 4px 10px 0px rgb(68 68 82 / 6%);
}
.price-block .calc-result .data {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.complex-result .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.complex-list .complex-item {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.complex-list .complex-item:nth-child(odd) {
    background: #f4f5fb;
}

.complex-list .complex-item .price {
    font-weight: 700;
    flex-shrink: 0;
}

.price-table {}

.price-table .table-body .count {
    color: #dbe1f4;
    border: 1px solid #dbe1f4;
    display: inline-block;
    padding-left: 2px;
    line-height: 21px;
}

.price-table .table-body .count input {
    display: inline-block;
    width: 36px;
    border: none;
    height: 18px;
    text-align: center;
    margin-right: 2px;
}

.price-table .table-body .count i {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 17px;
    margin-bottom: 2px;
    background: #dbe1f4;
    text-align: center;
    margin-right: 2px;
    color: #6d7c83;
    font-weight: 600;
    font-size: 12px;
    font-style: normal;
    cursor: pointer;
}

.price-table .table-body .count i {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.price-table .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.price-table .text {
    margin-right: auto;
}

.price-table .group {
    display: flex;
}

.table-head .group div:nth-child(1) {
    margin-right: 35px;
}

.table-head .group div:nth-child(2) {
    margin-right: 40px;
}

.table-head .group div:nth-child(3) {
    margin-right: 25px;
    min-width: 60px;
    text-align: right;
}

.price-table-row .group div:nth-child(1) {
    margin-right: 55px;
}

.price-table-row .group div:nth-child(2) {
    margin-right: 30px;

}

.price-table-row .group div:nth-child(3) {
    margin-right: 30px;
    min-width: 60px;
    text-align: right;
}

.price-table-row,
.table-head {
    display: flex;
    width: 100%;
}

.table-head {
    padding: 5px 15px;
    font-size: 12px;
}

.price-table-row {
    padding: 15px;
}

.price-table-row:nth-child(odd) {
    background: #f4f5fb;
}



.info-tooltip {
    background: url(/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/img/info.svg) no-repeat center/contain;
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.info-tooltip.small {
    width: 12px;
    height: 12px;
}

.tooltip-inner {
    max-width: 320px;
    padding: 10px;
}

.tooltip-inner * {
    font-size: 12px;
}

.tooltip-inner p {
    margin-bottom: 5px;
}

.cheap-block .item {
    padding: 20px 30px 20px 100px;
    position: relative;
    height: 100%;

}

.cheap-block .item::after {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 18px 0px rgb(68 68 82 / 10%);
    transform: skew(-25deg, 0deg);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.cheap-block .item .icon {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cheap-block .item .icon.orange {
    background-color: #e67b37;
}

.cheap-block .item .icon.blue {
    background-color: #3887bb;
}

.cheap-block .item .icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.cheap-block .item .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 8px;
}

.consult-block .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.consult-block .type {
    display: inline-flex;
    padding: 5px 15px;
    border: 1px solid #e67b37;
    border-right: none;
    position: relative;
    color: #e67b37;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 30px;

}

.consult-block .type::after {
    content: '';
    position: absolute;
    background: url(/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/img/arrow-type.svg) no-repeat 100%;
    right: -12px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.consult-block .phone {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 30px;
}

.consult-block .phone a {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
    color: #e67b37;
    font-weight: 600;
}

.consult-block .phone a:hover {
    opacity: 0.8;
}

.consult-block .section-title {
    margin-bottom: 0;
}

.consult-block .section-title span {
    white-space: nowrap;
    text-decoration: underline;
    color: #e67b37;
}

.consult-block .messenger {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.consult-block img {
    max-width: 100%;
}

.gallery-block ul {
    display: flex;
    gap: 15px;
}

.gallery-block ul a {
    display: inline-flex;
    border-radius: 4px;
    padding: 5px 15px;
    background-color: #dbe1f4;
    color: #313030;
}

.gallery-block ul a.active {
    background-color: #6d7c83;
    font-weight: 500;
    color: #fff;
}

.gallery-block ul a:hover {
    opacity: 0.8;
}

.gallery-block ul a.active:hover {
    opacity: 1;
}

.gallery-block .tab-content {
    margin-top: 30px;
}

.gallery-block img {
    max-width: 100%;
}

.row-indent {
    gap: 30px 0;
}

.exp-block .item {
    padding: 30px 140px 30px 30px;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #dbe1f4;
    box-shadow: 0px 4px 10px 0px rgb(68 68 82 / 6%);
}

.exp-block .item .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.qa-block .card {
    border: 2px solid #dbe1f4;
    box-shadow: 0px 4px 10px 0px rgb(68 68 82 / 6%);
    border-radius: 4px;
    padding: 15px 20px;
}

.qa-block .question {
    font-size: 18px;
    font-weight: 700;
    color: #313030;

    position: relative;
    display: block;
}

.qa-block .question:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url(/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/img/arrow-qa.svg) no-repeat center/contain;
    width: 10px;
    height: 10px;
}

.qa-block .question[aria-expanded="true"]::after {
    transform: rotate(180deg) translateY(50%);
}

.qa-block .card-body {
    padding-top: 15px;
}

.qa-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-list-block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.service-list-block ul li {
    flex: 1 1 50%;
    position: relative;
    padding-left: 25px;
}

.service-list-block ul li:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3887bb;
    position: absolute;
    left: 10px;
    top: 8px;
}

.service-list-block ul li a {
    color: #313030;
}

.service-list-block ul li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.online-consult img {
    width: 100%;
}
.table-block .table-responsive {
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgb(68 68 82 / 6%);
}
.table-block table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-radius: 4px;
    
}
.table-block table tr:first-child td {
    color: #fff;
    background-color: #373737;
    border-color: #4d545c;
}
.table-block table tr {
    background: #fff;
}
.table-block table td {
    padding: 5px 10px;
    border: 1px solid #dbe1f4;
}
.table-block table p {
    margin-bottom: 0;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.service-page h1 {
    margin: 30px 0;
} 
@media (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        font-size: 20px;
    }

    .service-page .hero {
        padding: 30px;
    }

    .service-page .hero h2 {
        font-size: 20px;
    }

    .number-block .item span {
        font-size: 40px;
    }

    .complex-block .item .bot {
        padding: 15px 15px 15px 35px;
    }

    .complex-block .item .top img {
        width: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row-indent {
        gap: 12px 0;
    }

    .section-padding {
        padding: 30px 0;
    }

    .section-padding-t {
        padding-top: 30px;
    }

    .section-padding-b {
        padding-bottom: 30px;
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service-page .hero {
        padding: 15px;
        height: 220px
    }

    .service-page .hero img {
        height: 160px;
    }

    .service-page .hero h2 {
        font-size: 18px;
    }

    .number-block .item span {
        font-size: 40px;
        gap: 5px;
    }

    .complex-block .item .bot {
        padding: 15px 15px 15px 25px;
    }

    .complex-block .item .top {
        height: 146px;
        padding: 20px 20px 85px 20px;
        background-position: center bottom 10px;
        background-image: url(/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/img/pattern2.svg);
    }

    .complex-block .item .top img {
        width: 100%;
        top: 10px;
        transform: translateX(-50%);
    }

    .complex-block .item ul {
        margin-top: 15px;
    }

    .price-block .calc {
        padding: 15px;
    }

    .price-block .calc-result {
        padding: 15px;
        margin-top: 15px;
        gap: 15px;
    }

    .complex-result .name {
        font-size: 16px;
    }

    .price-table .name {
        font-size: 16px;
    }

    .cheap-block .item {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 6px 18px 0px rgb(68 68 82 / 10%);
        padding: 20px 20px 20px 65px;
    }

    .cheap-block .item::after {
        display: none;
    }

    .cheap-block .item .name {
        margin-top: 0;
    }

    .cheap-block .item .icon {
        left: 20px;
        top: 20px;
        width: 30px;
        height: 30px;
    }

    .cheap-block .item .icon svg {
        width: 18px;
        height: 18px;
    }

    .consult-block .phone {
        margin-bottom: 15px;
        gap: 15px;
    }

    .consult-block .phone a {
        font-size: 18px;
    }

    .gallery-block .tab-content {
        margin-top: 15px;
    }

    .qa-block a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .row-indent {
        gap: 10px 0;
    }

    .section-padding {
        padding: 20px 0;
    }

    .section-padding-t {
        padding-top: 20px;
    }

    .section-padding-b {
        padding-bottom: 20px;
    }

    .section-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .service-page .hero {
        background: none!important;
        flex-direction: column;
        gap: 10px;
        padding: 0;
        height: auto;
    }
    .service-page .hero .half {
        padding: 15px;
        background-color: #313030;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .service-page .hero .half.left {
        background-image: url(/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/img/hero_m1.jpg);
        
    }
    .service-page .hero .half.right {
        text-align: left;
        align-items: flex-start;
        background-image: url(/local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/img/hero_m2.jpg);
        
    }
    .service-page .hero img {
        display: none;
    }
    .service-page .hero h2 {
        font-size: 16px;
    }
    .number-block {
        /* width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: start;
        overflow-x: scroll;
        gap: 30px; */

        gap: 20px;
        flex-wrap: wrap;
        justify-content: baseline;
    }
    .number-block .item {
        flex:1 0 calc(50% - 30px);
        max-width: 50%;
    }
    .number-block .item div {
        font-size: 10px;
    }
    .number-block .item span {
        font-size: 30px;
        height: 34px;
        gap: 5px;
    }
    .number-block .item span small {
        font-size: 20px;
    }
    .complex-block {
        overflow-x: hidden;
    }
    .complex-block .item .top img {
        width: 225px;
    }
    .complex-block .owl-stage-outer {
        overflow: visible;
        order: 2;
    }
    .complex-block .owl-carousel {
        display: flex;
        flex-direction: column;
    }
    .complex-block .owl-dots {
        order: 1;
        /* margin-bottom: 10px; */
        display: flex;
        gap: 10px;
        justify-content: space-between;
        width: 100%;
        padding: 0 5px;
    }
    .complex-block .owl-dots button {
        display: inline-flex;
        border-radius: 4px;
        padding: 5px 8px;
        background-color: #dbe1f4;
        color: #313030;
        font-size: 11px;
        border: none;
    }
    
    .complex-block .owl-dots .active button {
        background-color: #6d7c83;
        font-weight: 500;
        color: #fff;
    }
    .complex-block .item {
        font-size: 14px;
    }
    .complex-block .item .name {
        font-size: 16px;
    }



    .advantages .owl-dots {
        margin: 15px 5px 0;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .advantages .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border: none;
        border-radius: 50%;
        background: rgba(155, 155, 155, 0.5);
    }

    .advantages .owl-dots .owl-dot.active {
        background: #9B9B9B;
    }
    .info-tooltip {
        margin-left: 5px;
        width: 12px;
        height: 12px;
    }
    .info-tooltip.small {
        width: 10px;
        height: 10px;
    }
    .price-block  {
        font-size: 14px;
    }
    .price-table .name {
        font-size: 16px;
    }
    .price-block .calc {
        padding: 15px;
        flex-direction: column;
    }
    .price-block .calc .form {
        order: 2;
    }
    .price-block .calc form .col-12 {
        margin-top: 15px;
        justify-content: space-between;
    } 
    .price-block .calc .out {
        order: 1;
    }

    .price-block .calc .out img {
        max-width: 100%;
    }
    .price-block .calc-result {
        padding: 15px;
        gap: 15px;
    }
    .table-head {
        display: none;
    }
    .price-table .price-table-row {
        flex-wrap: wrap;
        gap: 15px;
        padding: 5px;
    }
    .price-table-row .group {
        justify-content: space-between;
        width: 100%;
    }
    .price-table-row .group div {
        position: relative;
        margin-top: 10px;
    }
    .price-table-row .group div::after {
        position: absolute;
        top: -12px;
        left: 0;
        font-size: 8px;
        text-transform: uppercase;
     
        width: 100%;
    }
    .price-table-row .group div:nth-child(1) {
        margin-right: 0px;
    }
    .price-table-row .group div:nth-child(1)::after {
        content: 'Цена';
    }
    .price-table-row .group div:nth-child(2) {
        margin-right: 0px;
    
    }
    .price-table-row .group div:nth-child(2)::after {
        content: 'Количество';
        color: #292b2c;
        line-height: 1;
        text-align: center;

    }
    .price-table-row .group div:nth-child(3) {
        margin-right: 0px;
    }
    .price-table-row .group div:nth-child(3)::after {
        content: 'Сумма';
        text-align: right;
    }
    .price-table .price-table-row .text {
        flex: 0 0 100%;
    }
    .complex-result .name {
        font-size: 16px;
    }
    .complex-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .complex-list .complex-item {
        padding: 0px;
        border: 1px solid #dbe1f4;
    }
    .complex-list .complex-item .text {
        background-color: #f4f5fb;
        padding: 5px;

    }
    .complex-list .complex-item .price {
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 5px;
        border-left: 1px solid #dbe1f4;
    }
    .complex-list .complex-item:nth-child(odd) {
        background-color: #fff;
    }
    .tooltip-inner {
        max-width: 290px;
    }
    .cheap-block .item {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 6px 18px 0px rgb(68 68 82 / 10%);
        padding: 20px 20px 20px 65px;
    }

    .cheap-block .item::after {
        display: none;
    }

    .cheap-block .item .name {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .cheap-block .item .desc {
        font-size: 14px;
    }
    .cheap-block .item .icon {
        left: 20px;
        top: 20px;
        width: 30px;
        height: 30px;
    }

    .cheap-block .item .icon svg {
        width: 18px;
        height: 18px;
    }
    .gallery-block ul {
        overflow-x: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: start;
    }
    .gallery-block ul a {
        white-space: nowrap;
    }
    .gallery-block .tab-content {
        margin-top: 15px;
    }
    .exp-block .item {
        padding: 15px 100px 15px 15px;
        background-position: center right -70px;
    }
    .exp-block .item .name {
        font-size: 16px;
        line-height: 1.2;
    }
    .exp-block .item .desc {
        font-size: 14px;
    }
    .qa-block a {
        font-size: 16px;
        padding-right: 30px;
    }
    .qa-block .card {
        padding: 15px;
    }
    .qa-block .card-body {
        font-size: 14px;
    }
    .consult-block .messenger {
        margin-top: 15px;
        gap: 10px;
    }
    .consult-block .messenger svg {
        width: 30px;
        height: 30px;
    }
    .consult-block .section-title {
        font-size: 14px;
    }
    .consult-block .col-md-4.col-4 {
        display: flex;
        align-items: flex-end;
    }
    .consult-block .phone {
        margin-bottom: 10px;
        gap: 10px;
    }
    .consult-block .phone a {
        font-size: 14px;
    }
    .consult-block .type {
        font-size: 10px;
        padding: 0px 10px;
        margin-bottom: 15px;
    }
    .consult-block .type::after {
        right: -7px;
    }
    .price-table .table-body .count input {
        height: 26px;
    }
    .price-table .table-body .count i {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
}

/* End */
/* /local/templates/eshop_bootstrap_green/components/bitrix/news/service/bitrix/news.detail/.default/style.css?176915868522856 */
