.Glav-price {
    width: 1438px;
    height: 138px;
    background-color: #111;
    border: 1px solid #3c3c3c;
}

@media (max-width: 440px) {
    .Glav-price {
        width: 440px;
        height: 147px;
    }
}

.Glav-price h1 {
    color: white;
    margin: 0;
    font-family: "Vetrino";
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-top: 42px;
}

@media (max-width: 440px) {
    .Glav-price h1 {
        font-size: 36px;
    }
}

.variki {
    display: flex;
}

@media (max-width: 440px) {
    .variki {
        display: flex;
        flex-direction: column;
    }
}

.analiz {
    width: 478px;
    height: 860px;
    background-color: #111;
    border: 1px solid #3c3c3c;
}

@media (max-width: 440px) {
    .analiz {
        width: 440px;
    }
}

.text-analiz {
    width: 476px;
    height: 175px;
    background-color: #111;
    border: 1px solid #3c3c3c;
}

@media (max-width: 440px) {
    .text-analiz {
        width: 440px;
    }
}

.text-analiz h3 {
    color: white;
    margin: 0;
    font-family: "SF Pro Display";
    font-size: 32px;
    font-weight: 500;
    margin-top: 32px;
    margin-left: 32px;
}

.text-analiz p {
    color: #646464;
    margin: 0;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    margin-left: 32px;
}

.text-analiz-price {
    width: 479px;
    height: 582px;
    background-color: #111;
    border: 1px solid #3c3c3c;
}

.Quest {
    display: flex;
}

.Quest h3 {
    color: white;
    margin: 0;
    font-family: "SF Pro Display";
    font-size: 32px;
    font-weight: 500;
    margin-top: 40px;
    margin-left: 32px;
}

.white {
    color: white;
    font-size: 20px;
}

.gray {
    color: #646464;
    font-size: 20px;
    font-weight: 400;
}

.answer {
    position: relative;
    top: 47px;
    left: 105px;
}

@media (max-width: 440px) {
    .answer {
        display: none;
    }
}

.answer2 {
    position: relative;
    top: 47px;
    left: 84px;
}

@media (max-width: 440px) {
    .answer2 {
        display: none;
    }
}

.answer3 {
    position: relative;
    top: 47px;
    left: 84px;
}

@media (max-width: 440px) {
    .answer3 {
        display: none;
    }
}

.info {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.answer:hover .tooltip,
.answer2:hover .tooltip,
.answer3:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}

.tooltip {
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #3a3a3a;
    background-color: black;
    /*Font*/
    color: white;
    font-family: "SF Pro Display";
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    /*Font*/
    padding: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.polosa {
    width: 350px;
    height: 2px;
    border-radius: 10px;
    background-color: #2B2B2B;
    margin-top: 7px;
    margin-left: 32px;
}

.spisok {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 28px;
    margin-left: 32px;
}

@media (max-width: 440px) {
    .spisok {
        margin-left: 28px;
    }
}

.punkt {
    display: flex;
    gap: 14px;
}

.punkt p {
    color: #646464;
    margin: 0;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 440px) {
    .punkt p {
        font-size: 20px;
    }
}

.btn-con {
    width: 477px;
    height: 103px;
    background-color: #111;
    border: 1px solid #3c3c3c;
    margin-top: 346px;
}

@media (max-width: 440px) {
    .btn-con {
        margin-top: 362px;
    }
}

.btn-con2 {
    width: 477px;
    height: 103px;
    background-color: #111;
    border: 1px solid #3c3c3c;
    margin-top: 24px;
}

@media (max-width: 440px) {
    .btn-con2 {
        margin-top: 80px;
    }
}

.btn-con3 {
    width: 477px;
    height: 103px;
    background-color: #111;
    border: 1px solid #3c3c3c;
    margin-top: 200px;
}

@media (max-width: 440px) {
    .btn-con3 {
        margin-top: 236px;
    }
}

.btn-two {
    display: flex;
}

.btn-price {
    width: 239px;
    height: 103px;
    background-color: #111;
    border: 1px solid #3c3c3c;
    /*font*/
    color: #646464;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 500;
    /*funqtion*/
    cursor: pointer;
    transition: color 0.8s ease, background-color 0.8s ease, border 0.8s ease;
}

.btn-price:hover {
    color: black;
    background-color: white;
    border: none;
}

@media (max-width: 440px) {
    .btn-price {
        width: 219px;
    }
}

.Big-info {
    width: 1438px;
    height: 414px;
    background-color: #111;
    border: 1px solid #3c3c3c;
}

@media (max-width: 440px) {
    .Big-info {
        display: none;
    }
}

.stolbi {
    display: flex;
    justify-content: center;
    margin-top: 75px;
    gap: 110px;
}

.one {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.one h3 {
    color: white;
    margin: 0;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 500;
}

.one a {
    color: #868686;
    margin: 0;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-weight: 400;
    transition: color 0.8s ease;
}

.one a:hover {
    color: white;
}

/* Колонка «Правовая информация» — ссылки длиннее, делаем компактнее */
.stolbi .one:nth-child(4) {
    max-width: 250px;
}

.stolbi .one:nth-child(4) a {
    font-size: 16px;
    line-height: 1.35;
}

.Glav-price2 {
    width: 1438px;
    height: 138px;
    background-color: #111;
    border: 1px solid #3c3c3c;
}

.Glav-price2 h1 {
    color: white;
    margin: 0;
    font-family: "Vetrino";
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-top: 42px;
}

@media (max-width: 440px) {
    .Glav-price2 {
        display: none;
    }
}