.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;
}
@media screen and (max-width:1770px) {
    .sv-topbanner__text {
        width: calc(100% - 480px);
    }
}

.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 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;
    }
}
@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;
    }
}




  main.service_4_page section.s1 .info button span, main.service_4_page section.s8 ul.list li:nth-child(8) button, main.service_4_page section.s6 .box button span, main.service_4_page section.s14 button {
      font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;letter-spacing: 0px;
  }
  main.service_4_page section.s8 ul.list li:nth-child(8) button::before {
    max-width: 5px;
    min-width: 5px;
    height: 5px;
    margin: 0 23px 1px 0;
    border: 3px solid var(--color-white);
  }
  .s1_advantages-mobile {
    display: none;
  }
  main.service_4_page section .title span {
    color: #ff3a52;
  }
  @media screen and (max-width: 480px) {
    main.service_4_page section.s1 h1 {
        text-align: left;
    }
    main.service_4_page section.s1 .title {
      text-align: left;
      padding: 0 0 10px 0;
    }
    main.service_4_page section.s1 .title span {
      display: inline-block;
    }
    main.service_4_page section.s1 ul.list {
        display: none;
    }
    .s1_advantages-mobile {
        display: block;
        padding: 20px;
        background-color: rgb(36, 39, 51);
        margin: 0 0 0 -10px;
        width: calc(100% + 20px) !important;
        box-sizing: border-box;
        color: #fff;
    }
    .s1_advantages-mobile ul li {
      padding: 20px 0;
      text-align: center;
    }
    .s1_advantages-mobile ul li .ico {
      margin-bottom: 10px;
    }
    main.service_4_page section.s1 .info {
      margin-top: 170px;
    }
    main.service_4_page section.s1 {
      min-height: 500px;
    }
    main.service_4_page section.s1::before {
      background: url(/theme/img/service4/mobile-bg-grey.png);
      background-position: center;
      background-size: cover;
      object-fit: cover;
    }
    main.service_4_page section.s1::after {
      display: none;
      content: "";
      background: none;
    }
    /* quizform */
    .modalbox .modalcontent.quizform form .swiper .swiper-wrapper .swiper-slide {
      flex-flow: wrap;
    }
    .modalbox .modalcontent.quizform form .swiper .swiper-wrapper .swiper-slide .mainbox, main.service_1_page section.s20 form .swiperbox .swiper .swiper-wrapper .swiper-slide .actions, main.service_1_page section.s20 form .swiperbox .swiper .swiper-wrapper .swiper-slide .sets {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
    .modalbox .modalcontent.quizform form .swiper .swiper-wrapper .swiper-slide .infobox {
      padding: 0;
    }
    .modalbox .modalcontent.quizform form .swiper .swiper-wrapper .swiper-slide .infobox .comment {
      display: none!important;
    }
    main.service_1_page section.s20 form .swiperbox .swiper .swiper-wrapper .swiper-slide .sets fieldset input {
        max-width: 60px;
        min-width: 60px;
    }
  }




main.service_4_page section .title i {
    color: #00C100;
    font-style: normal;
}




.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;
}
.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;
}







    .uslugi-table-price-wrapper {
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .uslugi-table-price-container {
        position: relative;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }

    .uslugi-table-header-zagolovok {
        display: flex;
        justify-content: left;
    }

    .uslugi-table-zagolovok {
        color: black;
        font-size: 38px;
        font-weight: 400;
        text-align: left;
    }

    .table-price-option-container-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        grid-gap: 20px;
    }

    .table-price-header-btn {
        width: 100%;
    }

    .table-price-btn {
        background: #276AB2;
        color: white;
        font-size: 14px;
        border: 2px solid transparent;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: normal;
        transition: 0.5s ease-out;
        transition-property: background, color, border;
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .table-price-btn:hover {
        background: white;
        color: black;
        font-size: 14px;
        border: 2px solid #276AB2;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: normal;
        transition: 0.5s ease-out;
        transition-property: background, color, border;
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .table-price-btn-active {
        background: white;
        color: black;
        font-size: 14px;
        border: 2px solid #276AB2;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: normal;
        transition: 0.5s ease-out;
        transition-property: background, color, border;
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .table-price-description-header {
        position: relative;
    }

    .table-price-uslugi-header {
        display: none;
    }

    .table-price-uslugi-active {
        display: block;
    }


    .table-price-description table {
        width: 100%;
    }

    .table-price-description table tbody tr {
        background: #f3c04c;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .table-price-description table tbody tr:nth-child(1) {
        text-align: center;
    }

    .table-price-description table tbody tr:nth-child(2n) {
        background: #ebedf0;
    }

    .table-price-description table tbody tr td {
        color: black;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        text-align: left;
    }


    @media only screen and (max-width: 991px) {
    .uslugi-table-price-container {
        position: relative;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 950px;
        overflow-x: scroll;
    }

    .table-price-description table tbody tr {
        background: #f3c04c;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .uslugi-table-header-zagolovok {
        display: flex;
        justify-content: center;
    }

    .uslugi-table-zagolovok {
        color: black;
        font-size: 38px;
        font-weight: 400;
        text-align: center;
    }

    .table-price-option-container-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    .table-price-description table tbody tr td {
        color: black;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        text-align: left;
    }
    }




main.service_4_page section .title i {
    color: #00C100;
    font-style: normal;
}

main.service_4_page section.s12 .swiperbox .swiper .swiper-wrapper .swiper-slide .swiper .swiper-navigation div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00C100;
    transition: background .35s;
    cursor: pointer;
}

main.service_4_page section.s12 .swiperbox .navbox .swiper-next-works.swiper-button-disabled, main.service_4_page section.s12 .swiperbox .navbox .swiper-prev-works.swiper-button-disabled {
    background: #00C100 !important;
    opacity: .5;
    cursor: default;
}

main.service_4_page section.s12 .swiperbox .navbox .swiper-next-works:hover, main.service_4_page section.s12 .swiperbox .navbox .swiper-prev-works:hover {
    background: #00C100 !important;
}

main.service_4_page section.s12 .swiperbox .navbox .swiper-prev-works {
    background: #00C100 !important;
}

main.service_4_page section.s12 .swiperbox .navbox .swiper-next-works {
    background: #00C100 !important;
}

main.service_4_page section.s12 .swiperbox .navbox .swiper-pagination-works span.swiper-pagination-bullet-active {
    background: #00C100 !important;
}