.box {
    margin-bottom: 60px;
}
.box h3 {
    margin-bottom: 30px;
}

.background-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Montserrat';
    padding: 40px;
    background: #F1F4FA;
    margin-bottom: 60px;
    border-radius: 20px;
}

.background-box h2 {
    color: #213457;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 130% !important;
}

.background-box h4 {
    color: #3f5171 !important;
    margin-bottom: 20px;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 150%;
}

.present-item .present-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position-x: center !important;
    overflow: hidden;
    display: table;
}

.present-item .name-present {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    color: #000;
    display: table;
}

.author-present {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    color: #70829f;
}

.present-box {
    margin-bottom: 30px;
}

.name-box-present {
    margin-bottom: 15px;
}

.form-tag {

}

.present-name-select {
    font-weight: 600;
    margin-bottom: 20px;
}

.svidetelstvo-box {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 40px;
}

.svidetelstvo-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.svidetelstvo-box a {
    height: 90%;
    overflow: hidden;
    border-radius: 10px;
}

.svidetelstvo-box img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.4s ease;
}
.svidetelstvo-box img:hover {
    transform: scale(1.01);
}



.steps-igropractik {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.steps-igropractik .step-item {
    padding: 25px;
    border-radius: 20px;
    color: #fff;
}
.steps-igropractik .step-item.cian {
    background: #0FA5B1;
}
.steps-igropractik .step-item h5 {
    color: #fff;
    word-break: break-word;
}
.steps-igropractik .step-item.blue {
    background: #5283C8;
}
.steps-igropractik .step-item.dashed-cian {
    border: 2px dashed #0FA5B1;
    color: #0FA5B1;
}

.steps-igropractik .step-item.dashed-cian h5 {
    color: #0FA5B1;
}
.steps-igropractik .step-item.dashed-blue {
    border: 2px dashed #5283C8;
    color: #5283C8;
}
.steps-igropractik .step-item.dashed-blue h5 {
    color: #5283C8;
}

.steps-igropractik .step-item ul {
    padding: 0 !important;
}
.steps-igropractik .step-item ul li {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.steps-igropractik .step-item.cian ul li::before {
    background: #fff;
}
.steps-igropractik .step-item.blue ul li::before {
    background: #fff;
}

.steps-igropractik .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
}


@media (max-width: 1280px) {
    .svidetelstvo-box {
        grid-template-columns: 27% 60%;
    }
}

@media (max-width: 1280px) {
    .svidetelstvo-box {
        grid-template-columns: 100%;
    }
    .svidetelstvo-box img {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .steps-igropractik {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .steps-igropractik {
        grid-template-columns: 1fr;
    }
}