* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Gilroy';
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    background: white; /* или любой другой фон */
}

.wrapper {
    width: 404px;
    min-height: 100vh;
    overflow: hidden;
}

.screen {
    background: url('../assets/imgs/bg9-mob.webp') no-repeat top center;
    /* background: url('../assets/imgs/bg9.webp') no-repeat center center; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    box-sizing: border-box;
    width: 404px;
}

header {
    color: white;
    display: flex;
    flex-direction: column;
    border-bottom: 0.75px solid rgba(255,255,255,.5);
    padding: 24px;
}

.company-name p:first-child {
    font-size: 200%;
    text-transform: uppercase;
    font-weight: 300;
}
.company-name p:first-child strong {
    font-weight: bold;
}

header nav ul {
    display: none;
}

.diagnostic-btn {
    background: white;
    color: #144987;
    font-weight: bold;
    font-size: 80%;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all .5s;
    cursor: pointer;
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
}
.diagnostic-btn:hover {
    box-shadow: 0px 0px 30px rgba(255,255,255, 1);
}

.phone-link,
.quick-call-link {
    color: inherit;
    text-decoration: none;
}


.offer ul {
    display: none;
}
.offer {
    position: relative;
}
.offer-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 36px 16px;
}
.offer::before {
    content: '';
    display: block;
    background: url('../assets/imgs/top-cond.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.offer-data-h1 {
    display: flex;
    justify-content: center;
    background: rgba(20, 73, 135, .85);
    border-radius: 50%;
    min-width: 260px;
    min-height: 260px;
    max-width: 320px;
    max-height: 320px;
    margin: 24px auto;
    box-shadow: 0 0 20px rgba(20, 73, 135, .7);
    order: 1;
    position: relative;
    z-index: 2;
}
h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 1;
    gap: 4px;
}
h1 > p {
    margin: 0;
}
h1 > p:first-child {
    font-weight: 300;
    font-size: 0.88em;
    white-space: nowrap;
}
h1 > p:nth-child(2) {
    font-size: 1.2em;
}
h1 > p:last-child {
    font-weight: 300;
    font-size: 0.68em;
    white-space: nowrap;
}

.offer-data-contacts {
    text-align: right;
    color: white;
    width: 250px;
    order: 2;
    align-self: flex-end;
}
.offer-data-contacts p {
    margin-bottom: 6px;
}
.offer-data-contacts p:nth-child(2) {
    font-size: 150%;
    font-weight: bold;
}
.offer-data-contacts p:last-child {
    background: white;
    color: #144987;
    display: inline-block;
    padding: 6px 36px;
    border-radius: 40px;
    font-weight: bold;
    cursor: pointer;
}
.offer-data-contacts p:last-child a {
    color: inherit;
    text-decoration: none;
}

.offer-data-stats {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
    order: 3;
    align-self: flex-start;
    display: none;
}

.offer-data-stats .item {
    text-align: left;
}
.offer-data-stats .item p:first-child {
    font-size: 250%;
    font-weight: bold;
}
.offer-data-stats .item p:last-child {
    font-size: 80%;
    font-weight: 300;
}

/* Блок с информацией о нас */
.content h2 {
    color: #144987;
    font-size: 150%;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0;
    border-bottom: 1.5px solid rgba(20, 73, 135, .3);
    width: 94%;
    margin: auto;
    margin-bottom: 36px;
}

.content h3 {
    text-align: center;
    width: 60%;
    margin: auto;
    color: #144987;
    font-weight: 500;
}

.text {
    gap: 30px;
    margin: auto;
    margin-top: 60px;
    width: 74%;
    color: #144987;
}
.text p {
    line-height: 140%;
    font-size: 100%;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    margin: auto;
    margin-top: 60px;
    color: #144987;
    background: linear-gradient(
        to bottom, 
        rgb(233, 234, 243, .5), 
        rgb(240, 244, 251, .5), 
        rgb(233, 234, 243, .5)
    );
    padding: 60px 0;
}
.lp-block-3 .flex > *:first-child {
    padding: 0 24px;
    align-self: flex-end;
}
.lp-block-3 .flex > *:last-child {
    align-self: flex-start;
    padding: 0 24px;
}
.lp-block-3 .flex .round {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #144987;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-block-3 .flex .round img {
    width: 60%;
    height: 60%;
}
.time-of-year {
    color: rgb(218, 2, 81);
    font-size: 300%;
    font-weight: bold;
    text-align: center;
}
.time-of-year-desc {
    font-size: 150%;
    font-weight: 600;
    text-align: center;
}

.lp-block-3 ul {
    list-style-type: none;
    padding: 0;
}

.lp-block-3 ul li {
    position: relative;
    padding-left: 36px;
    font-size: 120%;
    margin-bottom: 8px;
    font-weight: 400;
}

.lp-block-3 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #144987; /* Цвет линии */
    transform: translateY(-50%);
}

.tech-service {
    padding-top: 60px;
}
.tech-service > p {
    text-align: center;
    font-size: 120%;
    width: 50%;
    margin: auto;
    color: #144987;
    font-weight: 600;
}

.tech-service-cost {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.tech-service-cost img {
    width: 280px;
}
.tech-service-cost .round {
    border-radius: 50%;
    background: #144987;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tech-service-cost .round p {
    color: white;
    font-size: 120%;
    white-space: nowrap;
}
.tech-service-cost .round p span {
    font-size: 200%;
    font-weight: bold;
}

.tech-service-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    width: 90%;
    margin: 30px auto;
}
.tech-service-options > * {
    width: 50%;
    /* display: flex; */
    align-items: center;
    gap: 24px;
    /*border-right: 1.5px solid rgb(218, 224, 233);*/
}
.tech-service-options > *:last-child {
    border-right: none;
}

.tech-service-options + p {
    text-align: center;
    margin-top: 36px;
}

.tech-service-options-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.call-to-master {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.call-to-master a {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: rgb(218, 2, 81);
    border: 1.5px solid rgba(218, 2, 81, 0.3);
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(218, 2, 81, 0.15);
    transition: all 0.3s ease;
    white-space: nowrap; /* чтобы не переносился текст */
}
.call-to-master a:hover {
    border-color: rgba(218, 2, 81, 1);
    background: rgb(190, 0, 65);
}



/*
.tech-service a {
    text-decoration: none;
    color: white;
    background: rgb(218, 2, 81);
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 16px;
    margin: auto;
    box-shadow: 0 0 10px rgba(218, 2, 81, .3);
    font-weight: bold;
}
*/
/* Блок с прайс листом */

.price-list {
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgba(233, 234, 243, .5);
    margin: 60px 0 0;
}
.price-list h3 {
    text-align: center;
    width: 80%;
    color: #144987;
    margin: auto;
    font-size: 150%;
}

.h3-description {
    text-align: center;
    width: 70%;
    margin: 30px auto;
    opacity: .6;
}

.price-list-filters {
    display: flex;
    gap: 36px;
    justify-content: center;
    margin-top: 60px;
}
.filter-selector {
    background: rgba(113, 130, 163, .1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    width: 320px;
    transition: all .5s;
    cursor: pointer;
}
.filter-selector:hover {
    background: rgba(113, 130, 163, .2);
}
.filter-selector.filter-selector-service {
    width: 240px;
}
.filter-selector.filter-selector-type {
    width: 200px;
}
.filter-selector.filter-selector-brand {
    width: 180px;
}

.filter-selector span:first-child {
    display: inline-block;
    padding-left: 24px;
    font-weight: 300;
}
.filter-selector span:last-child {
    display: inline-block;
    width: 36px;
    border-left: 1px solid rgb(219, 223, 227);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}
.filter-selector span:last-child i {
    font-style: normal;
    position: relative;
    width: 12px;
    height: 14px;
}
.filter-selector span:last-child i::before {
    background-color: rgb(16, 64, 119);
    content: "";
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 7px;
    transition: 0.2s ease-in-out;
    transform: rotate(45deg);
}
.filter-selector span:last-child i::after {
    background-color: rgb(16, 64, 119);
    content: "";
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 7px;
    transition: 0.2s ease-in-out;
    transform: rotate(-45deg);
}
/*
.filter-selector span:last-child::after {
    background-color: rgb(16, 64, 119);
    content: "";
    height: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 7px;
    transition: 0.2s ease-in-out;
}
*/


/* Фильтр / Услуга */
.price-list-service {
    background: rgba(255,255,255);
    margin: 24px auto 0;
    padding: 24px 0;
}

.price-list-service .flexbox {
    flex-direction: column;
}

.price-list-service-title {
    border-bottom: .8px solid rgba(0,0,0,.1);
    margin-bottom: 24px;
    font-size: 20px;
    color: rgb(16, 64, 119);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.circle-arrow {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc; /* Светло-серая рамка */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-left: 24px;
    flex-shrink: 0;
}
  
.arrow {
    width: 12px;
    height: 12px;
    border-right: 2px solid #d6492f; /* Цвет стрелки */
    border-bottom: 2px solid #d6492f;
    margin-top: -6px;
    transform: rotate(45deg); /* Поворачиваем вправо-вниз */
    transition: all 0.3s; /* Плавный переход */
  }
.circle-arrow.rotate .arrow{
    transform: rotate(-135deg);
    margin-top: 6px;
}

.price-list-service-order {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 0;
}
    .price-list-service-order p:first-child {
        opacity: .4;
        text-align: center;
    }
    .price-list-service-order-cost {
        font-size: 24px;
        font-weight: bold;
        color:rgb(218, 2, 81);
    }
    .price-list-service-order-cost span {
        font-size: 150%;
    }

    .price-list-service-order {
        font-size: 16px !important;
    }

.price-list-service-table {
    width: 100%;
    padding: 0 24px;
}
.price-list-service-table table {
    width: 100%;
    color:rgb(16, 64, 119);
}
.price-list-service-table table td {
   padding: 4px 0;
}
.price-list-service-table table tr td:first-child {
    /* width: 60%; */
} 
.price-list-service-table table tr td:last-child {
    font-weight: bold;
    text-align: right;
    padding-right: 6px;
    width: 40%;
}
.price-list-service-table-more-items {
    max-height: 0;
    overflow: hidden;
}
.price-list-service-table-more-items.show {
    max-height: 100%;
}

.flexbox.h {
    display: flex;
    justify-content: space-between;
}


/* кнопка */
.btn-callback {
    border: 1px solid rgba(218, 2, 81,.3);
    width: fit-content;
    border-radius: 50px;
    padding: 16px 10px;
    transition: all .6s;

    &:hover {
        border: 1px solid rgba(218, 2, 81);
        color: rgba(255,255,255,1);
        transition: all .6s;
    }
}
.btn-callback a {
    text-decoration: none;
    color: rgba(255,255,255,.85);
    background: rgb(218, 2, 81);
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 20px;
    margin: auto;
    box-shadow: 0 0 10px rgba(218, 2, 81, .3);
    font-weight: bold;
    transition: all .6s;
}
.btn-callback:hover a {
    color: rgba(255,255,255,1);
    transition: all .6s;
}


.lp-block-4 {
    background: url('../assets/imgs/bg4.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 24px;
}

.lp-block-4 > div:first-child {
    color: white;
    font-size: 200%;
}
.lp-block-4 > div:nth-child(2){
    width: 200px;
    height: 200px;
}
.lp-block-4 > div:last-child {
    color: white;
    font-weight: bold;
    
}

.lp-block-4-img-border {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2.5px solid rgba(255,255,255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-block-4-img-round {
    background: rgba(255,255,255);
    border-radius: 50%;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    flex-shrink: 0;
}

.lp-block-4 > div:last-child p {
    font-size: 1000%;
}

/* */
.lp-block-5 {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 24px;
    margin: 60px auto 0;
}

.lp-block-5-img-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4.5px solid rgba(218, 2, 81);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    display: none;
}
.lp-block-5-img-round {
    background: rgba(255,255,255);
    border-radius: 50%;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    flex-shrink: 0;
}

.lp-block-5 > div:first-child {
    text-align: left;
    width: 80%;
    margin: auto;
}
.lp-block-5 > div:first-child p:first-child {
    font-size: 200%;
    color: rgba(218, 2, 81);
    font-weight: bold;
}
.lp-block-5 > div:first-child p:last-child {
    font-size: 120%;
    color: #144987;
}

.lp-block-5 > div:last-child {
    /* margin-top: 24px; */
    width: 80%;
    margin: auto;
}
.lp-block-5 > div:last-child > p:first-child {
    color: #144987;
    margin-bottom: 16px;
    text-align: left;
    font-size: 20px !important;
}
.lp-block-5 > div:last-child > p:first-child strong {
    /* display: block; */
}
.lp-block-5 > div:last-child a {
    font-size: 16px;
}
.lp-block-5 > div:last-child .btn-callback {
    margin-left: 0;
}
.lp-block-5 .promo-btn {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.lp-block-5 .promo-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 14px 20px;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1.15;
    text-align: center;
    box-sizing: border-box;
}

/* Блок неисправностей */
.widget-ploblemlist {
    display: block;
    padding: 20px 20px 0;
}
.widget-ploblemlist h4 {
    text-align: center;
    font-size: 28px;
    color: #144987;
    line-height: 1.15;
    padding: 12px 0 14px;
}
.widget-ploblemlist > p {
    text-align: center;
    opacity: .5;
    font-size: 16px;
    line-height: 1.35;
}
.problem-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 18px 0 10px;
}
.problem-slider-arrow {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(20, 73, 135, 0.2);
    border-radius: 50%;
    background: #fff;
    color: #144987;
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}
.problem-slider-arrow:disabled {
    opacity: 0.35;
}
.problem-slider-status {
    color: #144987;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.grid {
    display: block;
    position: relative;
    margin-top: 24px;
    padding: 0;
}

.column {
    display: none;
    padding: 0;
    position: relative;
}
.column.active {
    display: block;
}

/* Добавляем разделители между колонками */
.column:not(:last-child)::after {
    display: none;
}

.column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column li {
    margin-bottom: 10px;
    color: #144987;
    padding: 0;
    font-size: 18px;
    line-height: 1.25;
}
.column li:hover {
    cursor: pointer;
    opacity: .7;
}

.problem-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
}
.problem-modal.open {
    display: flex;
}
.problem-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 73, 135, 0.45);
}
.problem-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 28px 20px 24px;
    box-shadow: 0 20px 60px rgba(20, 73, 135, 0.25);
}
.problem-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 73, 135, 0.08);
    color: #144987;
    font-size: 26px;
    line-height: 1;
}
.problem-modal-label {
    color: rgba(20, 73, 135, 0.65);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.problem-modal h5 {
    color: #144987;
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 14px;
}
.problem-modal-text {
    color: #144987;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 20px;
}
.problem-modal-call {
    margin: 0;
}


/* Блон - время работы и контакты */
.widget-worktime {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 36px 24px 24px;
    gap: 24px;
    /* display: none; */
}
.widget-worktime-img-border {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4.5px solid rgba(218, 2, 81);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.widget-worktime-img-round {
    background: rgba(255,255,255);
    border-radius: 50%;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    flex-shrink: 0;
}

.widget-worktime > div:first-child {
    text-align: right;
    align-self: flex-end;
}
.widget-worktime > div:first-child p:first-child {
    font-size: 200%;
    color: rgba(218, 2, 81);
    font-weight: bold;
}
.widget-worktime > div:first-child p:last-child {
    font-size: 100%;
    color: #144987;
}

.widget-worktime > div:last-child {
    font-size: 24px !important;
    align-self: flex-start;
}
.widget-worktime > div:last-child > p:first-child {
    color: #144987;
    margin-bottom: 8px;
    font-size: 60%;
}
.widget-worktime > div:last-child > *:nth-child(2) {
    font-weight: bold;
    color: #144987;
    margin-bottom: 16px;
    font-size: 80%;
}
