.discount-svg svg {
    width: 35px;
    height: 35px;
}

.open-text {
    display: none;
    margin-top: 4px;
    color: #fe6a08;
    cursor: pointer;
}

.open-text::after {
    content: 'Показать весь текст';
}

.open-text:hover {
    text-decoration: underline;
}

.scroll_text {
    height: 110px;
    overflow-y: hidden;
}

.scroll_down {
    height: auto;
}

.open-text.active::after {
    content: 'Скрыть текст' !important;
}



.lines_brand {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 0 20px;
}

.lines_brand .card_line {
    margin-right: 14px;
    margin-bottom: 14px;
}

.lines_brand .card_line .link_line {
    display: inline-block;
    padding: 6px 28px;
    color: var(--color-primary);
    transition: all .3s;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid var(--color-primary);
    cursor: pointer;
}

.lines_brand .card_line .link_line:hover {
    color: white;
    background-color: var(--color-primary);
}






.js-modal-city {
    cursor: pointer;
}

.screen-select-city {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 12px;
}

.show_city {
    display: block;
}

.screen-select-city .background {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    left: 0;
    top: 0;
}

.modal_select-city {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    max-width: 300px;
    max-height: 400px;
    border: 1px solid #fe6a08;
    border-radius: 12px;
    margin: auto;
    padding: 14px;
}

.title_city {
    font-size: 24px;
    text-align: center;
    margin-bottom: 14px;
}

.window_select_city {
    border: 1px solid #d6d6d6;
    height: calc(100% - 51px);
    border-radius: 8px;
    overflow-y: hidden;
    /* padding: 0 14px 0 14px; */
}

.window_select_city ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    overflow-y: auto;
    padding: 14px 0;
}

.window_select_city ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.window_select_city ul li a {
    font-size: 16px;
    font-weight: 400;
}

.window_select_city ul li a:hover {
    text-decoration: underline;
}

.modeal_close {
    width: 20px;
    height: 20px;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    right: 14px;
    top: 14px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    border: 1px solid #888;
    border-radius: 100%;
    opacity: .5;
    transition: all .3s;
    cursor: pointer;
}

.modeal_close:hover {
    opacity: 1;
    color: #fe6a08;
    border-color: #fe6a08;
}










/* CUSTOM-sTYLE  */
.services-center {
    padding-top: 64px;
    padding-bottom: 64px;
}

.box-service {
    padding-top: 63px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.card-serv {
    padding-right: 36px;
    border-right: 1px solid #DFDFDF;
}

.card-serv:nth-child(n + 2) {
    padding-left: 36px;
}

.card-serv:last-child {
    border: none;
    padding-right: 0;
}

.head-serv {
    display: flex;
}

.icon-serv {
    width: 80px;
    height: 80px;
    border: 2px solid var(--color-primary);
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.title-serv {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    align-items: center;
    max-width: 135px;
}

.descrip-serv {
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

@media (max-width: 1000px) {
    .box-service {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-serv {
        margin-bottom: 36px;
    }

    .card-serv:nth-child(2n+1) {
        padding-left: 0;
    }

    .card-serv:nth-child(2n) {
        border: none;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .box-service {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-serv {
        margin-bottom: 36px;
    }

    .card-serv:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
        padding-bottom: 24px;
        border-bottom: 1px solid #DFDFDF;
    }

    .card-serv:nth-child(2n) {
        border: none;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #DFDFDF;
    }
}

.box_lv {
    display: flex;
    padding-top: 32px;
}

.box_lv .center {
    width: 56px;
    position: relative;
}

.box_lv .center div {
    height: 56px;
    width: 56px;
    border-radius: 100%;
    border: 2px solid var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative;
    background-color: white;
    position: relative;
    z-index: 2;
}

.box_lv .center::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 45px);
    background-color: #DFDFDF;
    margin: 0 auto;
}

.box_lv .center div:last-child::after {
    content: '';
    position: absolute;
    top: calc(100% - -2px);
    width: 0;
    height: 0;
    background-color: #DFDFDF;
}

.box_lv .left {
    width: 100%;
}

.box_lv .left div {
    height: 56px;
    margin-bottom: 45px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    margin-left: auto;
    width: fit-content;
}

.box_lv .right {
    width: 100%;
}

.box_lv .right div {
    height: 56px;
    margin-bottom: 45px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    margin-right: auto;
    width: fit-content;
}

@media (min-width: 769px) {
    .mob_ver {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc_ver {
        display: none;
    }

    .box_lv .center {
        width: 100%;
    }

    .box_lv .center .card-num {
        width: 100%;
        border: none;
        background-color: rgb(0 0 0 / 0);
        height: auto;
    }

    .box_lv .center .card-num div:first-child {
        width: 56px;
        background-color: white;
    }

    .box_lv .center .card-num div:last-child {
        width: 100%;
        border: none;
        border-radius: 0;
        font-size: 14px;
        font-weight: 300;
        color: #000000;
        justify-content: flex-start;
        text-align: left;
        padding-left: 16px;
    }

    .box_lv .center .card-num div:last-child br {
        display: none;
    }

    .box_lv .center div:last-child::after {
        display: none;
    }

    .box_lv .center::after {
        left: 25px;
        height: calc(100% - 80px);
        background-color: #DFDFDF;
        margin: 0 auto 0 0;
    }

    .box_lv .center div div {
        margin-bottom: 0;
    }

    .box_lv .center .card-num div:last-child {
        height: auto;
    }

    .box_lv .center .card-num {
        margin-bottom: 30px;
    }
}

.lv_work {
    padding-top: 74px;
}

.review_type {
    padding-top: 74px;
}

.slider-review {
    position: relative;
    height: 400px;
    padding-bottom: 100px;
}

.slider-review .swiper-slide {
    background-color: #F6F7F8;
    border-radius: 20px;
}

.slide-head {
    display: flex;
    margin-bottom: 20px;
}

.slide-head .icon-img {
    margin-right: 18px;
    border-radius: 100%;
}

.slide-head .icon-img img {
    border-radius: 100%;
}

.slide-head .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-head .data .fio {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}

.card-rev {
    padding: 16px;
}

.slide-body {
    max-height: 168px;
    overflow-y: auto;
    padding-right: 12px;
}

.slide-body p {
    font-size: 16px;
    line-height: 24px;
}

.slide-body::-webkit-scrollbar {
    width: 4px;
}

.slide-body::-webkit-scrollbar-track {
    background: #D9D9D9;
}

.slide-body::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 20px;
    border: 3px solid var(--color-primary);
}

.block-setting {
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 160px;
    height: 60px;
}

.block-setting .swiper-button-prev,
.block-setting .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #F6F7F8;
    color: rgb(0 0 0 / 100%);
    border-radius: 4px;
    transition: all .3s;
}

.block-setting .swiper-button-prev:after,
.block-setting .swiper-button-next:after {
    font-size: 16px;
}

.block-setting .swiper-button-prev:hover,
.block-setting .swiper-button-next:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
}

@media (max-width: 992px) {
    .block-setting {
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .lv_work {
        padding-top: 0px;
    }

    .review_type {
        padding-top: 40px;
    }
}
@media (max-width: 768px) {
    .lines_brand .card_line .link_line {
        white-space: pre;
    }

    .lines_brand {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0;
        margin-bottom: 12px;
    }
}

@keyframes pulse {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(.9);
      opacity: 0;
    }
  }
  .phone_block {
    z-index: 6;
    right: 80px;
    display: none;
    position: fixed;
    bottom: 90px; }
    .phone_block.visible {
        display: block; }
  .overlay_phone {
    /* transform: translateX(54px); */
    position: relative;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* right: -100%; */
    background-color: var(--color-primary); }
    .overlay_phone svg {
      width: 30px;
      height: 30px;
      min-width: 30px; }
    .overlay_phone::after, .overlay_phone::before {
      content: "";
      position: absolute;
      border: 2px solid var(--color-primary);
      left: -15px;
      opacity: 0;
      right: -15px;
      top: -15px;
      bottom: -15px;
      border-radius: 50%;
      animation: pulse 2.5s linear infinite; }
    .overlay_phone::after {
      animation-delay: 1.25s; }
      @media (max-width:992px) {
        .phone_block {
            right: 5px;
            bottom: 60px; }
        }