* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif;
    scroll-behavior: smooth;

}

body {
    color: #333;
    line-height: 1.6;
}
.comingSoon {
    font-size: 120px;
}
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header Styles */
header {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-image {
    height: 60px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 42px;
}

.phone {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.social-icons {
    display: flex;
    gap: 18px;
}
.vk {
    background-image: url("/img/vk.png");
}
.tg {
    background-image: url("/img/telegramm.svg");
}
.wh {
    background-image: url("/img/whats.svg");
}

.social-icon {
    width: 60px;
    height: 60px;
    background-size: cover;
    color: #333;
    font-size: 18px;
    text-decoration: none;
}

.consultation-btn {
    background-color: #b08d57;
    color: white;
    padding: 17px 20px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-size: 16px;

}

.consultation-btn:hover {
    background-color: #9a7a49;
}

/* Hero Section */
.hero {
    position: relative;
    background: url('/img/back.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 88px 0;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/Rectangle.png");
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2; /* Поместить контент поверх оверлея */
}

h1 {
    font-size: 48px;
    margin-bottom: 40px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 83px; /* Уменьшен отступ снизу */
}



.countdown-number {
    font-size: 80px;
    font-weight: bold;
}

/* Новые стили для надписей под таймером */
.countdown-labels {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.countdown-label {
    min-width: 80px;
    text-align: center;
    font-size: 20px;
}

.message {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.message a {
    color: white;
    text-decoration: underline;
}

/* Info Section */
.info {
    padding: 180px 0;
}

.info-container {
    display: flex;
    gap: 115px;
}
.ablout-text {
    font-size: 20px;
}
.about-title {
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
}
.about-box, .contact-box {
    flex: 1;
    padding: 30px;
}

.about-box {
    min-width: 635px;
}
.contact-box {
    height: 510px;
    width: 660px;
    background: url('/img/ContactImage.png') no-repeat center center;
    background-size: cover;
    color: white;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}
.contact-title{
    font-size: 50px;
    font-weight: 500;
    line-height: 120%;
}
.contact-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    max-width: 470px;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: white;
    color: black;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 20px 0;
    font-weight: 500;
    width: 100%;
    max-width: 300px;
}

.phone-link {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.highlight {
    background-color: #b08d57;
    color: white;
    border-radius: 5px;
}

.link {
    color: #b08d57;
    font-weight: 600;
    text-decoration: none;
}

.waButton {
    min-width: 24px;
    min-height: 24px;
    background-image: url("/img/waButton.png");
    background-repeat: no-repeat;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.countdown-number {
    font-size: 80px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 22px;
    min-width: 80px;
    text-align: center;
    margin-bottom: 10px;
}

.countdown-label {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-box {
        width: 100%;
        height: auto;
        min-height: 400px;
        padding: 30px 20px;
    }

    .contact-box h2 {
        font-size: 24px;
    }

    .contact-box p {
        font-size: 14px;
    }
}
@media (max-width: 625px) {
    .contact-box {
        margin-bottom: 50px;
    }
    .info-container {
        gap: 30px;
    }
    .about-title {
        font-size: 20px;
        line-height: unset;
        margin-bottom: unset;
    }
    .ablout-text {
        font-size: 14px;
        line-height: unset;
    }
    .info {
        padding: unset;
    }
    .about-box {
        min-width: unset;
        margin-left: 5px;
        margin-right: 5px;
    }
}
/* Responsive Styles */
@media (max-width: 1223px) {
    .info-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info-container {
        flex-direction: column;
    }

    .countdown {
        flex-wrap: wrap;
    }

    .countdown-labels {
        flex-wrap: wrap;
    }
}
@media (max-width: 781px) {
    .comingSoon {
        font-size: 55px;
    }
    .countdown-number {
        font-size: 25px;
    }
    .message {
        font-size: 12px;
    }
    .hero {
        min-height: 540px;
    }
    .countdown {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {

    .header-container {
        gap: 15px;
    }

    .contact-info {
    }
.phone {
    display: none;
}
    h1 {
        font-size: 36px;
    }

    .countdown-item {
        min-width: 70px;
    }

    .countdown-number {
        font-size: 28px;
    }

    .countdown-labels {
        gap: 15px;
    }

    .countdown-labels .countdown-label {
        min-width: 70px;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 60px 0;
    }

    h1 {
        font-size: 28px;
    }

    .countdown {
        gap: 10px;
    }

    .countdown-item {
        min-width: 60px;
        padding: 10px;
    }

    .countdown-number {
        font-size: 24px;
    }

    .countdown-labels {
        gap: 10px;
    }

    .countdown-labels .countdown-label {
        min-width: 60px;
        font-size: 12px;
    }

    .about-box, .contact-box {
        padding: 20px;
    }

    h2 {
        font-size: 20px;
    }
}


/* Responsive styles */
@media (max-width: 768px) {
    .countdown {
        gap: 15px;
    }

    .countdown-number {
        font-size: 36px;
        min-width: 60px;
        padding: 10px 15px;
    }

    .countdown-label {
        font-size: 14px;
    }
}
@media (max-width: 550px) {
    .countdown {
        gap: 0px;
    }
    .consultation-btn {
        font-size: 10px;
        padding: 12px 4px;
    }
    .social-icon {
        width: 40px;
        height: 40px;
    }
    .logo-image {
        height: 40px;
    }
    .contact-info {
        gap: 10px;
    }
}
@media (max-width: 480px) {
    .countdown-number {
        font-size: 28px;
        min-width: 50px;
        padding: 8px 12px;
    }

    .countdown-label {
        font-size: 12px;
    }
}
@media (max-width: 475px) {
    .countdown {
        flex-wrap: unset;
    }
    .countdown-item {
        padding: 0px;
    }
}
@media (max-width: 382px) {
    .comingSoon {
        font-size: 35px;
    }

}