

/* Start:/podbor-oboev/assets/style.css?17702916812259*/
.podbor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.podbor-item {
    background-size: cover;
    box-sizing: border-box;
}

.podbor-item__wrapper {
    padding-bottom: 488px;
    position: relative;
}

.podbor-item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.podbor-item__desc {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 100px;
}

.podbor-item__desc > div {
    border: 2px solid #c9cac8;
    padding: 45px 10px 50px;
}

.podbor-item-desc__title {
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.podbor-item-desc__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.3;
}

.podbor-item-desc__link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    height: 56px;
    width: 100%;
    max-width: 375px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #905793;
    border-radius: 27px;
    cursor: pointer;
    margin: 0 auto;
}

.podbor-item-desc__link:hover,
.podbor-item-desc__link:focus,
.podbor-item-desc__link:visited,
.podbor-item-desc__link:link {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 1560px) {
    .podbor-item__desc {
        margin: 10px 50px;
    }
}

@media (max-width: 1280px) {
    .podbor-item__desc {
        margin: 10px 50px;
    }

    .podbor-item__desc > div {
        padding: 35px 10px 40px;
    }

    .podbor-item-desc__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .podbor-item-desc__text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .podbor-item-desc__link {
        font-size: 13px;
        max-width: 280px;
    }
}

@media (max-width: 1024px) {
    .podbor-item__wrapper {
        padding-bottom: 400px;
    }

    .podbor {
        grid-template-columns: 1fr;
    }

    .podbor-item__desc {
        margin: 10px 100px;
    }
}

@media (max-width: 768px) {
    .podbor-item__desc {
        margin: 10px 20px;
    }
}


/* End */
/* /podbor-oboev/assets/style.css?17702916812259 */
