.vidy {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Контейнер для колонок */
.vidy-expertiz-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 1280px;
    flex-wrap: nowrap;
}

.vidy-expertiz-container-margin{
    margin-top: 50px;
}

/* Каждая колонка */
.vidy-expertiz {
    margin-bottom: 20px;
    width: 50%;
}

.vidy-expertiz-block-text a{
    font-weight: 600;
    font-size: 24px;
    color: var(--color2);
    cursor: pointer;
    user-select: none;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.vidy-expertiz-block-text a:hover{
    opacity: 0.7s;
}

.vidy-expertiz-block-text {
    font-weight: 600;
    font-size: 24px;
    color: var(--color2);
    cursor: pointer;
    user-select: none;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.vidy-expertiz-block-text:hover {
    opacity: 0.7;
}

.vidy-expertiz-block ul {
    list-style: none;
    padding-left: 20px;
    margin: 5px 0 5px;
    overflow: hidden;
    max-height: 0;
    transition: 0.3s ease-out;
}

.vidy-expertiz-block-link {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: var(--color2);
    text-decoration: none;
    padding: 5px 0;
    transition: 0.3s;
    opacity: 0.7;
}

.vidy-expertiz-block-link:hover {
    opacity: 0.9;
}

.vidy-expertiz-block-link-padding{
    padding-left: 30px;
}

.vidy-expertiz-head{
    font-weight: 600;
    font-size: 40px;
    color: var(--color2);
    margin-bottom: 50px;
}

.pages-block-info {
    margin-top: 60px;
}

.pages-block-info-container-block-button-link {
    font-size: 30px;
}

.pages-block-info-container-margin{
    margin-bottom: 75px;
}

.contact-heading-text-block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.contact-heading-text{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.pages-block-info-container-block{
    background: #747b8f;
    border-radius: 8px;
}

.pages-block-info-container-block-button{
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    border: 1.5px solid #ffffff;
    padding: 12px 25px;
}

.pages-block-info-container-block-button-link{
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
}

.pages-block-info-container-block-num{
    overflow: hidden;
    margin-top: -50px;
}

.pages-block-info-container-block-number{
    font-weight: 700;
    font-size: 120px;
    color: #1b1a1a;
    transform: translateY(60px);
}

.pages-block-info-container-block-number{
    font-weight: 700;
    font-size: 120px;
    color: #ffffff;
}

.pages-block-info-container-block-number-defoult{
    font-weight: 700;
    font-size: 120px;
    color: #ffffff;
}

.pages-block-info-container-block-number-defoult{
    font-weight: 700;
    font-size: 120px;
    color: #747b8f;
}

.pages-block-info-container-block-blue{
    background: #e2e8f0;
}

.pages-block-info-container-block-yellow{
    background: #f1ebd6;    
}

.pages-block-info-container-block-button-defoult{
    color: #747b8f;
    border: 1px solid #747b8f;
}

.pages-block-info-container-block-button-link-defoult{
    color: #747b8f;
}

.pages-block-info-container-block-button:hover{
    background-color: #1b1a1a00;
    opacity: 0.7;
}

.pages-block-info-container-block-button-defoult:hover{
    color: #747b8f;
}

.pages-block-info-container-block-gray{
    background: #eaecee;
}

.pages-block-info-container-block {
    justify-content: space-between;
}

.pages-block-info-container {
    margin-top: 0px; 
}

.videxp{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.videxp-width{
    width: 1280px;
}

.videxp-width-logo{
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}

.videxp-width-logo-text{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.videxp-width-block{
    background: #eaecee;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.videxp-width-block-content{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.videxp-width-block-content-link{
    text-decoration: none;
    transition: all 0.3s;
    background: #f6f7f8;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 50%;
}

.videxp-width-block-content-link:hover{
    opacity: 0.7;
}

.videxp-width-block-content-link-text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.videxp-width-block-content-link-text-head{
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}

.videxp-width-block-content-link-text-head-smoll{
    font-weight: 500;
    font-size: 16px;
    color: #bfbec3;
}


@media (max-width: 1280px) {
    .vidy-expertiz-container {
        display: flex;
        gap: 0px;
        justify-content: space-between;
        width: 90%;
        flex-wrap: wrap;
    }

    .vidy-expertiz {
        margin-bottom: 0;
        width: 100%;
    }

    .vidy-expertiz-block-text {
        font-size: 15px;
    }

    .vidy-expertiz-block-text a {
        font-size: 15px;
    }

    .vidy-expertiz-container-margin {
        margin-top: 30px;
    }

    .vidy-expertiz-head {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .vidy-expertiz-head-margin{
        margin-top: 30px;
    }

    .contact-heading-padding{
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .vidy-expertiz-block-link {
        font-size: 14px;
    }

    .glav {
        display: block;
    }

    .glav-img {
        display: block;
    }

    .contact-heading-text-block{
        margin-top: 15px;
    }

    .contact-heading-text{
        font-size: 16px;
    }

    .pages-block-info-container-block-button-link {
        font-size: 25px;
    }

    .pages-block-info-container {
        gap: 20px;
    }

    .videxp-width {
        width: 90%;
    }

    .videxp-width-logo {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .videxp {
        margin-top: 50px;
    }

    .videxp-width-logo-text{
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    .videxp-width-block{
        padding: 20px 16px;
        gap: 10px;
    }

    .videxp-width-block-content{
        flex-direction: column;
        gap: 10px;
    }

    .videxp-width-block-content-link {
        padding: 30px 16px;
        gap: 15px;
        width: 100%;
    }

    .videxp-width-block-content-link-text {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        gap: 25px;
    }

    .videxp-width-block-content-link-text-head {
        font-size: 18px;
    }

    .videxp-width-block-content-link-text-head-smoll {
        font-size: 14px;
    }

    .glav {
        display: none;
    }

    .glav-2{
        display: block;
    }

    .glav-img {
        display: none;
    }
    
    .glav-img-2{
        display: block;
    }
}