* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Gilroy' !important;
}
body > * {
    margin: auto;
    min-width: 1280px;
    max-width: 1480px;
}
.screen {
    background: url('../assets/imgs/bg9.webp') no-repeat center;
    background-size: 100%;
    height: 780px;
}

header {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    border-bottom: 0.75px solid rgba(255,255,255,.5);
    padding: 0 50px;
}

.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: flex;
    justify-content: space-evenly;
    list-style-type: none;
    gap: 20px;
}
header nav ul li {
    border-right: 1px solid rgba(255,255,255, .3);
    padding-right: 20px;
}
header nav ul li:last-child {
    border-right: none;
}
header nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all .3s;
}
header nav ul li a:hover {
    border-bottom: 1px solid rgba(255,255,255,1);
}

.diagnostic-btn {
    background: white;
    color: #144987;
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all .5s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.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: flex;
    justify-content: center;
    list-style-type: none;
    gap: 120px;
    background: white;
    padding: 4px 0;
    display: none;
}
.offer ul li {
    cursor: pointer;
    color: #144987;
}

.offer-data {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.offer-data-h1 {
    display: flex;
    justify-content: center;
    background: rgba(20, 73, 135, .85);
    border-radius: 50%;
    width: 410px;
    height: 410px;
    margin-top: 56px;
    box-shadow: 0 0 20px rgba(20, 73, 135, .7);
}
h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 200%;
    text-transform: uppercase;
    text-align: center;
    color: white;
    line-height: 1;
    gap: 6px;
}
h1 > p {
    margin: 0;
}
h1 > p:first-child {
    font-weight: 300;
    font-size: 116%;
    white-space: nowrap;
}
h1 > p:nth-child(2) {
    font-size: 142%;
}
h1 > p:last-child {
    font-weight: 300;
    font-size: 84%;
    white-space: nowrap;
}

.offer-data-contacts {
    position: absolute;
    right: 60px;
    top: 60px;
    text-align: right;
    color: white;
    width: 250px;
    /*border: 1px solid white;*/
}
.offer-data-contacts p {
    margin-bottom: 6px;
}
.offer-data-contacts p:nth-child(2) {
    font-size: 205%;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.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;
    gap: 30px;
    margin-top: 60px;
}

.offer-data-stats .item {
    text-align: center;
    width: 180px;
}
/*
.offer-data-stats .item:last-child {
    width: 250px;
}
*/
.offer-data-stats .item p:first-child {
    font-size: 300%;
    font-weight: bold;
}
.offer-data-stats .item p:last-child {
    opacity: .5;
    font-weight: 300;
}

.content h2 {
    color: #144987;
    font-size: 250%;
    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;
    font-size: 150%;
    color: #144987;
    font-weight: 500;
}

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

.lp-block-3  {
    
}
.flex {
    display: flex;
    justify-content: center;
    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,
.lp-block-3 .flex > *:last-child {
    width: 33%;
}
.lp-block-3 .flex .round {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #144987;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time-of-year {
    color: rgb(218, 2, 81);
    font-size: 300%;
    font-weight: bold;
    text-align: right;
}
.time-of-year-desc {
    font-size: 180%;
    font-weight: 600;
    text-align: right;
}

.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: 220%;
    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;
}
.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;
    justify-content: space-evenly;
    gap: 36px;
    width: 90%;
    margin: auto;
    margin-top: 30px;
}
.tech-service-options > * {
    width: 30%;
    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 {
    border: 1px solid rgba(218, 2, 81,.3);
    width: fit-content;
    border-radius: 50px;
    padding: 16px 10px;
    margin: auto;
    margin-top: 60px;
    transition: all .6s;
}
.call-to-master:hover {
    border: 1px solid rgba(218, 2, 81);
    transition: all .6s;
}
.tech-service a {
    text-decoration: none;
    color: white;
    background: rgb(218, 2, 81);
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 36px;
    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 {
    font-size: 72px;
    text-align: center;
    width: 60%;
    color: #144987;
    margin: auto;
}

.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);
    max-width: 1200px;
    margin: 60px auto; 
    padding: 60px;
}

.price-list-service-title {
    border-bottom: .8px solid rgba(0,0,0,.1);
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 24px;
    color: rgb(16, 64, 119);
    display: flex;
    align-items: 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;
}
  
.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 {
    width: 540px;
}
    .price-list-service-order p:first-child {
        opacity: .4;
    }
    .price-list-service-order-cost {
        font-size: 36px;
        font-weight: bold;
        color:rgb(218, 2, 81);
    }
    .price-list-service-order-cost span {
        font-size: 150%;
    }

.price-list-service-table {
    width: 100%;
}
.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:last-child {
    font-weight: bold;
    text-align: right;
    padding-right: 6px;
}
.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: 36px;
    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;
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

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

.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: 800%;
}


.lp-block-5 {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.lp-block-5-img-border {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4.5px solid rgba(218, 2, 81);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.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: right;
    width: 40%;
}
.lp-block-5 > div:first-child p:first-child {
    font-size: 400%;
    color: rgba(218, 2, 81);
    font-weight: bold;
}
.lp-block-5 > div:first-child p:last-child {
    font-size: 150%;
    color: #144987;
}

.lp-block-5 > div:last-child {
    font-size: 24px !important;
    width: 40%;
    margin-top: 24px;
}
.lp-block-5 > div:last-child > p:first-child {
    color: #144987;
    margin-bottom: 16px;
}
.lp-block-5 > div:last-child a {
    font-size: 20px;
}

/* Блок неисправностей */
.widget-ploblemlist h4 {
    text-align: center;
    font-size: 36px;
    color: #144987;
    padding: 30px 0 20px;
}
.widget-ploblemlist > p {
    text-align: center;
    opacity: .5;
}
.problem-slider-controls {
    display: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    margin-top: 36px;
    padding: 0 36px;
}

.column {
    padding: 0 10px;
    position: relative;
}

/* Добавляем разделители между колонками */
.column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    height: 100%;
    width: 1px;
    background-color: #144987;
}

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

.column li {
    margin-bottom: 10px;
    color: #144987;
    transition: opacity .2s ease, transform .2s ease;
}
.column li:hover {
    cursor: pointer;
    opacity: .7;
    transform: translateX(4px);
}

.problem-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.problem-modal.open {
    display: flex;
}
.problem-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 73, 135, 0.45);
    backdrop-filter: blur(4px);
}
.problem-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    background: #fff;
    border-radius: 28px;
    padding: 36px 36px 32px;
    box-shadow: 0 30px 90px rgba(20, 73, 135, 0.28);
}
.problem-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 73, 135, 0.08);
    color: #144987;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.problem-modal-label {
    color: rgba(20, 73, 135, 0.65);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.problem-modal h5 {
    color: #144987;
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 18px;
}
.problem-modal-text {
    color: #144987;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 28px;
}
.problem-modal-call {
    margin: 0;
}


/* Блон - время работы и контакты */
.widget-worktime {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.widget-worktime-img-border {
    width: 150px;
    height: 150px;
    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;
    width: 40%;
}
.widget-worktime > div:first-child p:first-child {
    font-size: 400%;
    color: rgba(218, 2, 81);
    font-weight: bold;
}
.widget-worktime > div:first-child p:last-child {
    font-size: 150%;
    color: #144987;
}

.widget-worktime > div:last-child {
    font-size: 24px !important;
    width: 40%;
    margin-top: 24px;
}
.widget-worktime > div:last-child > p:first-child {
    color: #144987;
    margin-bottom: 16px;
    font-size: 100%;
}
.widget-worktime > div:last-child > *:nth-child(2) {
    font-weight: bold;
    color: #144987;
    margin-bottom: 16px;
    font-size: 150%;
}
