.offer .offer-wrapper2_extended .offer-description_wrapper2:not(.withslider)+.offer-img_wrapper2 {
    width: 570px;
    padding-left: 0;
}

.offer-wrapper2_extended .offer-img_wrapper2 picture,
.offer-wrapper2_extended .offer-img_wrapper2 img {
    display: block;
    width: 100%;
    min-height: auto;
    max-height: none;
}

.offer_wrapper2.offer-wrapper2_extended {
    margin: 0;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.offer .offer-wrapper2_extended .offer-description_wrapper2:not(.withslider) {
    padding-left: 0;
}

.offer-wrapper2_extended .offer-description_wrapper2--text {
    padding: 0;
    font-size: 16px;
}

.offer-wrapper2_extended h1 {
    padding-bottom: 15px;
}

.offer-wrapper2_extended .btn_wrapper {
    margin-top: 30px;
}

.offer-wrapper2_extended .offer-description_wrapper2:not(.withslider) {
    width: 450px;
    /* flex: 1; */
}

@media screen and (max-width: 1199px) {
    .offer-wrapper2_extended .offer-description_wrapper2:not(.withslider)+.offer-img_wrapper2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .offer .offer-wrapper2_extended .offer-description_wrapper2:not(.withslider) {
        padding-top: 0;
    }

    .offer-wrapper2_extended .btn:not(.btn_mini):not(.btn_contur-grey) {
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
    }

    .offer .offer-wrapper2_extended .offer-description_wrapper2:not(.withslider)+.offer-img_wrapper2 {
        width: 100%;
        margin-top: 30px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.extended-items {
    margin: 0 -15px;
    /* gap: 30px; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.extended-item {
    width: calc(25% - 30px);
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    margin: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.extended-item .img-wrap {
    width: 70px;
}

.extended-item img {
    display: block;
    width: 100%;
}

.extended-item .extended-item_text {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .extended-items {
        width: 600px;
        margin: 0 auto;
        row-gap: 30px;
    }

    .extended-item {
        width: calc(50% - 30px);
        margin: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .extended-items {
        width: 100%;
        gap: 20px;
    }

    .extended-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .extended-item .extended-item_text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        text-align: left;
    }
}

.extended-calltoaction {
    /* justify-content: center; */
    gap: 30px;
    background: #f5f5f9;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    padding-left: 200px;
    border-radius: 15px;
    position: relative;
}

.extended-calltoaction_text {
    max-width: 670px;
}

.extended-calltoaction .btn {
    white-space: nowrap;
}

.extended-calltoaction .img-wrapper {
    position: absolute;
    bottom: 0;
}

.extended-calltoaction img {
    display: block;
    width: 100%;
}

.extended-calltoaction_first .img-wrapper {
    width: 112px !important;
    position: absolute !important;
    left: 58px !important;
    bottom: 0 !important;
}
.extended-calltoaction_second .img-wrapper {
    width: 97px !important;
    position: absolute !important;
    left: 58px !important;
    bottom: 24px !important;
}

.extended-calltoaction_two .img-wrapper {
    bottom: 0;
    left: 58px;
    width: 112px;
}

@media screen and (max-width: 1199px) {
    .extended-calltoaction:not(.extended-calltoaction_two) {
        padding: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .extended-calltoaction:not(.extended-calltoaction_two) .img-wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .extended-calltoaction_first .img-wrapper {
        width: 112px;
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
    }
    .extended-calltoaction_second .img-wrapper {
        width: 97px;
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
    }
    .extended-label .btn-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
    .extended-calltoaction_text {
        max-width: none;
    }

    .extended-calltoaction_two {
        padding: 30px;
        padding-left: 180px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .extended-calltoaction_two .img-wrapper {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 30px;
        bottom: auto;
    }

    .extended-calltoaction_two .extended-calltoaction_text {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .extended-calltoaction:not(.extended-calltoaction_two) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 12px;
    }

    .extended-calltoaction:not(.extended-calltoaction_two) .img-wrapper {
        width: 67px;
    }
    .extended-calltoaction_first .img-wrapper {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        margin-top: 0 !important;
    }
    .extended-calltoaction_second .img-wrapper {
        width: 97px !important;
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        margin-top: 0 !important;
    }
    .extended-calltoaction .btn-wrapper {
        margin-top: 18px;
        width: 100%;
    }

    .extended-calltoaction .btn {
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        line-height: 50px;
        height: 50px;
        padding: 0;
        /* max-width: 280px;
        margin: 0 auto; */
    }

    .extended-calltoaction_two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
        gap: 12px;
    }

    .extended-calltoaction_two .img-wrapper {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 77px;
    }

    .extended-calltoaction .btn-wrapper {
        margin-top: 8px;
    }
    .extended-label .btn-wrapper {
        padding-right: 0;
    }
}

.extended-repairs_inner {
    position: relative;
    padding: 30px 0;
}

.extended-repairs_inner .img-wrapper {
    max-width: 610px;
    margin: 0 auto;
}

.extended-repairs_item {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 0;

}

.extended-repairs_item:hover,
.extended-repairs_item:active {
    z-index: 1;
}

.extended-repairs_item:first-child {
    top: 60px;
    left: 35px;
}

.extended-repairs_item:nth-child(2) {
    left: 0;
    bottom: 90px;
}

.extended-repairs_item:nth-child(3) {
    left: 220px;
    bottom: -10px;
}

.extended-repairs_item:nth-child(4) {
    right: 64px;
    top: 0;
}

.extended-repairs_item:nth-child(5) {
    right: 0;
    top: 163px;
    /* transform: translateY(-50%); */
}

.extended-repairs_item:nth-child(6) {
    right: 30px;
    top: auto;
    bottom: 40px;
    /* transform: translateY(-50%); */
}


.extended-repairs_item .repair-top {
    padding: 10px;
    border-radius: 200px;
    background: #0049B7;
    color: #ffffff;
    font-size: 14px;
    transition: all .2s ease;
    /* position: relative; */
    /* z-index: 0; */
    /* font-family: "Proxima Nova Semibold"; */
}

.extended-repairs_item .repair-top:hover,
.extended-repairs_item .repair-top:active {
    background: #0055D4;
}



.extended-repairs_item .repair-line {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    /* transform: translateY(-50%); */
    left: 0;
    z-index: -1;
}

.extended-repairs_item .repair-line img {
    display: block;
    width: 100%;
}

.extended-repairs_item:first-child .repair-line {
    width: 302px;
    top: 50%;
    margin-top: 8px;
    /* margin-top: -25px; */
}

.extended-repairs_item:nth-child(2) .repair-line {
    width: 318px;
    top: 10px;
}

.extended-repairs_item:nth-child(3) .repair-line {
    width: 288px;
    top: auto;
    bottom: 50%;
    margin-bottom: -10px;
    /* top:100%;
    bottom: 40px */
}

.extended-repairs_item:nth-child(4) .repair-line {
    width: 314px;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: 8px;
}

.extended-repairs_item:nth-child(5) .repair-line {
    width: 331px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 50%;
    margin-bottom: -10px;
}

.extended-repairs_item:nth-child(6) .repair-line {
    width: 408px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 50%;
    margin-bottom: -10px;
}

.extended-repairs_item .repair-bottom {
    font-size: 14px;
    color: rgba(72, 73, 77, 0.5);
}

/* .extended-repairs_item .icon_tooltip {
    position: absolute;

} */

.extended-repairs_item .circle {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ffffff;
    position: absolute;

}

.extended-repairs_item .circle:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #0049b7;
}

.extended-repairs_item:first-child .circle {
    bottom: -10px;
    right: -8px;
}

.extended-repairs_item:nth-child(2) .circle {
    top: -10px;
    right: -6px;
}

.extended-repairs_item:nth-child(3) .circle {
    top: -10px;
    right: -6px;
}

.extended-repairs_item:nth-child(4) .circle {
    bottom: -10px;
    left: -10px;
}

.extended-repairs_item:nth-child(5) .circle,
.extended-repairs_item:nth-child(6) .circle {
    top: -10px;
    left: -8px;
}



.tooltip-wrapper.custom-scroll {
    /* height: 200px; */
    overflow: auto;
}

@media screen and (max-width: 1199px) {
    .extended-repairs_inner .img-wrapper {
        display: none;
    }

    .extended-repairs_item .repair-line {
        display: none;
    }

    .extended-repairs_item {
        position: relative;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        z-index: auto;
    }

    .extended-repairs_item .icon_tooltip {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        /* right: auto !important;
        bottom: auto !important; */
    }

    .extended-repairs_inner {
        padding: 0;
    }

    .extended-repairs_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 590px;
        margin: 0 auto;
        row-gap: 30px;
    }

    .extended-repairs_item {
        width: calc(50% - 30px);
        margin: 0 15px;
        gap: 10px;
    }

    .extended-repairs_item .repair-top {
        width: 100%;
        text-align: center;
        /* padding-right: 35px; */
        position: relative;
    }

    /* .extended-repairs_item .repair-line {
        position: absolute;
        width: auto !important;
        top: 0 !important;
        left: 100% !important;
        margin-top: 0 !important;
        margin-left: 10px;
    } */

    .tooltip-wrapper.custom-scroll {
        width: 400px;
        height: 300px;
        max-height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .extended-repairs_items {
        width: 100%;
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .extended-repairs_item {
        width: 100%;
        margin: 0;
        gap: 5px;
        align-items: center;
    }

    .extended-repairs_item .repair-top {
        /* min-width: 80vw; */
        max-width: 300px;
    }
}


.extended-segments_items {
    margin: 0 -15px;
}

.extended-segments_item {
    margin: 0 15px;
    width: calc(33.3% - 30px);
    padding: 30px;
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F5F5F9;
}

.extended-segments_item .segment-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 18px;
    width: 100%;
}

.extended-segments_item .segment-title span {
    font-size: 18px;
}

.extended-segments_item .segment-month {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 100px;
    border: 1px solid #0049B7;
    color: #0049B7;
}

.extended-segments_item .segment-marks {
    margin-bottom: 18px;
    width: 100%;
    min-height: 145px;
}


.extended-segments_item .segment-limit {
    margin-top: auto;
    color: #48494d;
    font-weight: 600;
}

.extended-segments_item .segment-bottom {
    margin-top: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.extended-segments_item .segment-price {
    font-size: 22px;
    line-height: 150%;
    font-family: "Proxima Nova Bold";
}

@media screen and (max-width: 1199px) {
    .extended-segments_items {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .extended-segments_item {
        width: 100%;
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .extended-segments_item .segment-limit,
    .extended-segments_item .segment-bottom {
        margin-top: 0;
    }

    .extended-segments_item .segment-bottom {
        margin-left: auto;
        gap: 20px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .extended-segments_item {
        padding: 30px 20px;
    }

    .extended-segments_item .segment-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
        padding-bottom: 10px;
    }


    .extended-segments_item .segment-month {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .extended-segments_item .segment-limit {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px !important;
    }

    .extended-segments_item .segment-limit:first-child {
        margin-top: 0;
    }

    .extended-segments_item .segment-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        width: 100%;
    }

    .extended-segments_item .segment-price {
        max-width: 100%;
    }

    .extended-segments_item .segment-bottom .btn-wrapper,
    .extended-segments_item .segment-bottom .btn {
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        height: 50px;
        line-height: 50px;
    }
}

.offer_wrapper2_extended.offer_wrapper2 {
    margin: 0;
    border-radius: 15px;
    background: #F5F5F9;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.offer .offer_wrapper2_extended .offer-description_wrapper2:not(.withslider)+.offer-img_wrapper2 {
    padding-left: 0;
    width: 594px;
}

.offer_wrapper2_extended.offer_wrapper2 .offer-description_wrapper2 {
    padding: 30px !important;
    padding-right: 15px !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;

}

.offer_wrapper2_extended .offer-description_wrapper2--text {
    padding-top: 0;
    padding-bottom: 35px;
    font-size: 16px;
}

.offer_wrapper2_extended .h1 {
    padding-bottom: 15px;
}

.segment-wrap {
    width: 100%;
    margin-top: 12px;
}

@media screen and (max-width: 1199px) {
    .offer_wrapper2_extended.offer_wrapper2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 590px;
        margin: 0 auto;
    }

    .offer_wrapper2_extended.offer_wrapper2 .btn {
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
    }
    .segment-wrap {
        width: 100%;
        display: flex;
        margin-top: 18px;
    }
    .extended-segments_item .segment-marks {
        min-height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .offer_wrapper2_extended.offer_wrapper2 {
        max-width: none;
        width: 100%;
    }

    .offer .offer_wrapper2_extended .offer-description_wrapper2:not(.withslider)+.offer-img_wrapper2 {
        width: 100%;
        min-height: auto;
        max-height: none;
    }

    .offer_wrapper2_extended .offer-img_wrapper2 .img {
        min-height: auto;
        max-height: none;
    }

    .offer_wrapper2_extended.offer_wrapper2 .offer-description_wrapper2 {
        padding: 25px 20px !important;
    }

    .offer_wrapper2_extended .h1 {
        font-size: 20px;
        line-height: 150%;
        padding-bottom: 10px;
    }

    .offer_wrapper2_extended.offer_wrapper2 .btn {
        width: 100%;
    }

    .segment-wrap {
        width: 100%;
        display: block;
        margin-top: 18px;
        position: relative;
    }

}


.contuct-us_wrapper {
    /* margin-top: 100px; */
    background: #F5F5F9;
    border-radius: 15px;
    padding: 40px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contuct-us-desc {
    margin-right: 80px;
}

.contuct-us-desc--title {
    font-size: 20px;
    line-height: 170%;
    padding-bottom: 10px;
}

.contuct-us-desc--text {
    font-size: 14px;
    line-height: 17px;
}

.contuct-us-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contuct-us-btn {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 20px;
    border: 1px solid #0049B7;
    border-radius: 5px;
    color: #0049B7;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.contuct-us-btn:hover,
.contuct-us-btn:active {
    color: #ffffff;
    background: #0049B7;
}

.contuct-us-btn+.contuct-us-btn {
    margin-left: 20px;
}

.contuct-us-btn>span {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
}

.contuct-us-btn>span:before,
.contuct-us-btn>span:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}


.contuct-us-btn:hover>span:before,
.contuct-us-btn>span:after {
    opacity: 0;
}

.contuct-us-btn:hover>span:after {
    opacity: 1;
}

.contuct-us-btn.btn--phone>span:before {
    background-image: url(../media/mobapp/icons/phone.svg);
}

.contuct-us-btn.btn--phone>span:after {
    background-image: url(../media/mobapp/icons/phone-hover.svg);
}

.contuct-us-btn.btn--chat>span:before {
    background-image: url(../media/mobapp/icons/chat.svg);
}

.contuct-us-btn.btn--chat>span:after {
    background-image: url(../media/mobapp/icons/chat-hover.svg);
}
.offer4 {
    background: #F5F5F9;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.offer4-description {
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.offer4 .offer4-img {
    width: 570px;
    border-radius: 15px;
    overflow: hidden;
}
.offer4 .offer4-img img, .offer4 .offer4-img picture {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1199px) {

    .contuct-us_wrapper {
        margin-top: 0;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contuct-us-desc {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .offer4 .offer4-img {
        width: 354px;
    }
}

@media screen and (max-width: 767px) {

    .contuct-us_wrapper {
        margin: 0 auto;
        /* margin-top: 60px; */
        padding: 30px 20px;
        text-align: center;
        /*   max-width: 280px; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contuct-us-desc--title {
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */

        letter-spacing: -0.02em;
    }

    .contuct-us-desc--text {
        font-size: 17px;
        line-height: 150%;
    }

    .contuct-us-btn.btn--phone>span:before,
    .contuct-us-btn.btn--phone>span:after {
        content: none;
    }

    .contuct-us-btn.btn--phone {
        min-width: 180px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .contuct-us-btn.btn--phone>span {
        padding-left: 0;
    }

    .contuct-us-btn.btn--chat {
        padding: 0 12px;
        max-width: 43px;
        height: 43px;
    }

    /*
    .mob-app_notwork-btn.btn--chat>span:after {
        top: 49%;
    } */

    .contuct-us-btn.btn--chat>span {
        padding-left: 20px;
    }

    .contuct-us-btn.btn--chat>span span {
        display: none;
    }

    .contuct-us-btn+.contuct-us-btn {
        margin-left: 15px;
    }
}


.extended-disclamer-text {
    font-size: 10px;
    color: rgba(72, 73, 77, 0.5);
}


.popup.popup-extended-more {
    width: 510px;
    border-radius: 15px;
    max-width: 510px;
    padding: 60px;
}

@media screen and (max-width: 767px) {

    .popup.popup-extended-more {
        width: 100%;
        max-width: auto;
        padding: 60px 20px;
        border-radius: 0;
    }

    .popup.popup-extended-more .h1 {
        font-size: 20px;
        line-height: 150%;
    }

    section.offer,
    section.white.offer2 {
        padding-top: 40px !important;
    }
}

/* Tooltip Extended CSS */
/* box-shadow: 0px 2px 20px #e5e7ee; */
.extended-repairs_item .repair-top.tooltip-open {
    z-index: 1;
}

.extended-tooltip {
    /* padding: 20px; */
    font-family: 'Proxima Nova';
    font-weight: normal;
}

@media screen and (min-width: 1200px) {
    .extended-tooltip {
        width: 256px;
        height: 160px;
        max-height: 160px;

    }

    .extended-repairs_item .tooltip-base {
        position: absolute;
        left: 50%;
        bottom: 100%;
        padding-bottom: 20px;
        /* padding-left: 20px; */
        transform: translateX(-50%);
        box-shadow: none;
        overflow: visible;
    }


    .extended-repairs_item .tooltip-base .tooltip_text {
        padding: 20px 0;
        display: block;
        height: 100%;


    }

    .extended-repairs_item .tooltip-base .tooltip_text>span {
        display: block;
        padding: 0 20px;
        height: 100%;
        overflow: auto;
    }


    .extended-repairs_item .tooltip-base:after {
        bottom: 10px !important;
    }

    .extended-tooltip .close-btn {
        display: none;
    }

    .extended-repairs_item .tooltip-base .extended-tooltip {
        box-shadow: 0 0 20px 0 #e5e7ee;
        overflow: hidden;
    }
}

@media screen and (max-width: 1199px) {
    .extended-tooltip {
        width: 50%;
        padding: 40px 0;
        /* padding-top: 40px; */
        /* min-height: 300px; */
        height: 400px;
    }

    .extended-tooltip .tooltip_text {
        height: 100%;
        display: block;
        text-align: left;
    }

    .extended-tooltip .tooltip_text>span {
        display: block;
        padding: 0 20px;
        height: 100%;
        /* font-size: 16px;
        line-height: 150%; */
        overflow: auto;
    }
}

