.sv-breadcrumbs a,
.sv-breadcrumbs {
    color: #333;
}
.sv-topbanner__wrap {
    background: url(/uploads/service7/bg-min.png);
    padding: 20px 0 0;
}
.sv-breadcrumbs {
    margin-bottom: 60px;
}
.sv-topbanner__wrap {
    position: relative;
}
.sv-topbanner__content {
    display: flex;
}
.sv-topbanner__text {
    width: 80%;
}
.sv-topbanner__text h1 {
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
}
.sv-topbanner__text h1 span {
    color: #00C100;
}
.sv-topbanner__desc {
    font-size: 16px;
}
.sv-topbanner__desc p {
    margin-bottom: 16x;
    padding-bottom: 16px;
}
.sv-topbanner__img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.sv-topbanner__img img {
    height: 100%;
    position: relative;
    bottom: -5px;
}
.sv-topbanner__text {
    width: calc(100% - 660px);
}


.sv-section {
    padding: 60px 0;
}
.sv-section.bg-gray {
    background: #f2f2f2;
}
.sv-title {
    font-family: BebasNeue;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-gray8);
    margin-bottom: 15px;
}
.sv-section p {
    margin: 16px 0;
}
.sv-uselist {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -14px 0;
}
.sv-uselist__item {
    padding: 0 14px;
    width: calc(100% / 2);
    margin-bottom: 28px;
}
.sv-uselist__body {
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}
.sv-uselist__body::before {
    content: '';
    position: absolute;
    height: 96px;
    width: 6px;
    background: #00C100;
    border-radius: 0 20px 20px 0;
}
.sv-uselist__text {
    color: var(--color-gray8);
    font-family: BebasNeue;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding: 0 20px 0 34px;
}
.sv-uselist__img {
}
.sv-checklist {
    display: flex;
    flex: 1 1 100%;
    padding: 20px 0 40px;
    margin: 0 -14px;
}
.sv-checklist__item {
    padding: 0 14px;
}
.sv-checklist__body {
    display: flex;
}
.sv-checklist__title {
    font-size: 24px;
    line-height: 24px;
    color: var(--color-gray8);
    font-family: BebasNeue;
    font-weight: 700;
    margin-bottom: 10px;
}
.sv-installlist {
    display: flex;
    padding: 40px 0;
}
.sv-installlist__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 100%;
}
.sv-installlist__img {
    height: 92px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.sv-installlist__img::after {
    content: '';
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 92px;
    height: 92px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.sv-installlist__img img {
    z-index: 2;
    position: inherit;
}
.sv-installlist__text {
    text-align: center;
}
.sv-question__item {
    margin-bottom: 22px;
}
.sv-question__headline {
    color: var(--color-gray8);
    font-family: BebasNeue;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    background: #fff;
    padding: 14px 66px 14px 30px;
    min-height: 96px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
}
.sv-question__headline:hover {
    background: #fafafa;
}
.sv-question__headline::after {
    content: '';
    width: 6px;
    height: 70px;
    background: #00C100;
    position: absolute;
    left: 0;
    top: calc(50% - 35px);
    border-radius: 0 20px 20px 0;
}
.sv-question__headline::before {
    content: '+';
    position: absolute;
    right: 20px;
    top: calc(50% - 21px);
    font-family: BebasNeue;
    width: 42px;
    height: 42px;
    background: #00C100;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.sv-question__headline.open::before {
  content: '-';
}
.sv-question__answer {
    margin-top: 21px;
    display: none;
}
.app footer.main {
    margin-top: 0;
}
.sv-txtimg {
    display: flex;
}
.sv-txtimg__text {
    width: 70%;
}
.sv-txtimg__img {
    width: 30%;
    margin-left: 20px;
}


@media (max-width: 1200px) {
  .sv-topbanner__img {
    display: none;
  }
  .sv-topbanner__text {
    width: 100%;
  }
}

@media screen and (max-width:1000px) {
    .sv-topbanner__text {
        width: 100%;
    }
    .sv-topbanner__img {
        display:none;
    }
    .sv-uselist__item {
        width: 100%;
    }
    .sv-checklist {
        flex-direction: column;
    }
    .sv-installlist__item {
        flex: unset;
        width: calc(100% / 3);
        margin-bottom: 30px;
    }
    .sv-installlist {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sv-txtimg__text {
        width: 100%;
    }
    .sv-txtimg__img {
        display: none;
    }
}
.sv-topbanner__img img {
  bottom: 0;
}
.sv-topbanner__img {
  height: 250px;
  bottom: 40px;
}
@media screen and (max-width:768px) {
    .sv-installlist__item {
        width: 100%;
    }
    .sv-uselist__body {
        flex-direction: column;
        padding-top: 26px;
    }
    .sv-uselist__body::before {
        width: 96px;
        height: 6px;
        border-radius: 0 0 10px 10px;
        top: 0;
    }
    .sv-uselist__text {
        text-align: center;
    }
}