* {
    margin: 0;
    padding: 0;
}

:root {
    --pg-content-slider: 60px;
}

.image_block {
    background-image: url('/local/templates/vzletmedia/images/portfolio/berloga/slider.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.slider_block {
    width: 100%;
    display: flex;
    min-height: 600px;
    border-radius: 6px;
    overflow: hidden;
}

.content_slider,
.image_container {
    width: 50%;
}

.content_slider {
    background-color: #F4F4F4;
    padding: 52px var(--pg-content-slider);
}

.block_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block_content .logo {
    display: flex;
}

.logo img {
    width: 59px;
    height: 46px;
}

.berloga {
    margin: 60px 0 120px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.logo .text_logo {
    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-left: 15px;
    width: 168px;
}

.date_offer {
    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 12px;
    background-color: #fff;
    display: inline-flex;
    border-radius: 4px;
}

.description_text {
    color: #181818;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 25px 0;
}

.result_text,
.sub_description_text {
    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    align-self: stretch;
}

.item_subjects {
    padding-left: 12px;
    position: relative;
}

.item_subjects ul {
    padding-left: 0px;
}

.item_subjects ul li {
    float: left;
    display: block;
    list-style-type: none;
    margin-right: 32px;
}

.item_subjects ul li:last-child {
    margin-right: 0px;
}

.item_subjects ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #B50847;
    position: absolute;
    top: 9px;
    left: -11px;
    border-radius: 50%;
}

.block_aimes {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.aim_item {
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}

.aim_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.text_solution,
.aim_text {
    color: #484848;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.result_text,
.text_solution {
    margin-top: 10px;
}

.result_title,
.title_solution,
.aim_title {
    color: #181818;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.aim_text a {
    color: #3095AC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: none;
}

.berloga h2 {
    color: #181818;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 30px;
    margin-top: 0px !important;
}

.block_solution {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.item_solution {
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 300px;
    align-self: stretch;
    box-sizing: border-box;
}

.number {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-radius: 4px;
    background: #B50847;
    display: flex;
    padding: 10px 12px 10px 13px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.content_container_solution {
    margin-top: 60px;
}

.number_blue {
    background: #4EB3CA !important;
}

.result_container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.result_item {
    display: flex;
    width: 300px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 6px;
    background: #F4F4F4;
    box-sizing: border-box;
}

.width_2_item {
    width: 646px !important;
}

.result_icon {
    width: 80px;
    height: 60px;
}

.blue {
    color: #4EB3CA;
}

.purple {
    color: #B50847;
}

.result_content_container {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .width_2_item {
        width: 682px !important;
    }
    .image_block {
        background-position: 0 0;
    }
    .block_solution {
        flex-wrap: wrap;
    }
    .item_solution {
        /* max-width: 50%; */
        max-width: calc(50% - 15px);
        width: auto;
    }
}

@media (max-width: 992px) {
    .content_container_solution {
        margin-top: 40px;
    }
    .result_container {
        flex-wrap: wrap;
    }
    .result_item {
        width: calc(50% - 15px);
    }
    .width_2_item {
        max-width: 100% !important;
        width: 100% !important;
    }
    .content_slider,
    .image_container {
        width: 100%;
    }
    .image_container {
        height: 375px;
    }
    .slider_block {
        flex-wrap: wrap;
    }
    .description_container,
    .item_subjects {
        margin-top: 24px;
    }
}

@media (max-width: 765px) {
    .result_item {
        max-width: calc(50% - 15px);
    }
    .item_subjects ul li::before {
        top: 11px;
    }
    .berloga {
        margin: 60px 0 80px;
    }
}

@media (max-width: 591px) {
    .item_solution {
        max-width: 100%;
    }
    .result_item {
        max-width: 100%;
        width: 100%;
    }
    .block_aimes {
        flex-wrap: wrap;
    }
    .aim_item {
        width: 100%;
        flex: none;
    }
    .content_slider {
        padding: 24px 30px;
    }
    .aim_item {
        padding: 30px 20px;
    }
}

@media (max-width: 449px) {
    .content_slider {
        padding: 24px 30px;
    }
    .description_text {
        font-size: 22px;
    }
    .item_subjects ul li {
        float: none;
        margin-bottom: 0px;
    }
    .berloga {
        margin: 60px 0 60px;
    }
    .item_subjects {
        margin-top: 0px;
    }
    .content_container_solution {
        margin-top: 25px;
    }
}