
/* =========================
   GLOBAL RADIUS
========================= */

.dark-button,
.light-button,
.texture-card,
.contact-button,
.header-button,
.header-dropdown-menu {
    border-radius: 4px;
}


/* =========================
   CONTACT HERO
========================= */

.contacts-hero {
    width: 100%;
    display: grid;
    grid-template-columns: 36% 64%;
    min-height: 720px;
    background: #f5f5f3;
    background-image: url('img/пикча N_compressed.png');
}

/* LEFT */

.contacts-hero-left {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts-hero-title {
    font-size: 70px;
    line-height: 1.05;
    font-weight: 500;
    color: #111;
    margin-bottom: 30px;
}

.contacts-hero-description {
    max-width: 320px;
    font-size: 22px;
    line-height: 1.8;
    color: #666;
}

/* RIGHT */

.contacts-hero-right {
    overflow: hidden;
}

/* =========================
   CONTACT INFO
========================= */

.contacts-info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 60px 58px 70px;
}

.contacts-info-item {
    padding-right: 40px;
    border-right: 1px solid rgba(0,0,0,0.08);
    padding: 0 30px;
}

.contacts-info-item:last-child {
    border-right: none;
}

.contacts-info-number {
    font-size: 16px;
    line-height: 1;
    color: rgba(0,0,0,0.35);
}

.contacts-info .fibro-section-line {
    margin: 14px 0 22px;
}

.contacts-info-label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #111;
    margin-bottom: 34px;
}

.contacts-info-value {
    font-size: 24px;
    line-height: 1.4;
    color: #444;
    transition: .3s ease;
}

.contacts-info-value:hover {
    opacity: .7;
}

.contacts-info-text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

/* =========================
   ADAPTIVE
========================= */

@media (max-width: 1400px) {

    .contacts-hero-title {
        font-size: 56px;
    }

    .contacts-info-value,
    .contacts-info-text {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {

    .contacts-info {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contacts-info-item {
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        padding-right: 0;
        padding-bottom: 40px;
    }

    .contacts-info-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {

    .contacts-hero {
        grid-template-columns: 1fr;
    }

    .contacts-hero-right {
        min-height: 420px;
    }

    .contacts-hero-left,
    .contacts-info {
        padding: 60px 30px;
    }
}

@media (max-width: 768px) {

    .contacts-hero-left,
    .contacts-info {
        padding: 40px 20px;
    }

    .contacts-hero-title {
        font-size: 40px;
    }

    .contacts-hero-description {
        font-size: 18px;
    }

    .contacts-info-value,
    .contacts-info-text {
        font-size: 22px;
    }
}



/* =========================
   WORKTIME
========================= */

.worktime-section {
    width: 100%;
    margin: 0 auto;
    background: #f7f7f5;
    padding: 54px 70px 50px;
}

.worktime-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
}

.worktime-header .fibro-section-line {
    margin: 22px 0 34px;
}

/* LIST */

.worktime-list {
    display: flex;
    flex-direction: column;
    max-width: 40%;
}

.worktime-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.worktime-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* TEXT */

.worktime-day,
.worktime-hours {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

/* =========================
   ADAPTIVE
========================= */

@media (max-width: 768px) {

    .worktime-section {
        padding: 40px 20px;
    }

    .worktime-title {
        font-size: 24px;
    }

    .worktime-day,
    .worktime-hours {
        font-size: 16px;
    }
}



@media (max-width:560px )
{
    .container{padding: 0;}
    body .hero-title{font-size: 28px;}
    body .descrip{font-size: 16px;}
    .contacts-hero{min-height: 380px; background-size: cover;background-repeat: no-repeat;}
    .contacts-hero-right{min-height: auto;}
}