/* main section */
#footer {
    margin-top: 0;

}



.main__section {
    margin-top: 26px;
    /* margin-bottom: 40px; */
}

.maim__block {
    background: url(../../img/img__knowledge_base/interior-of-large-distribution-warehouse_1400.png) content-box;
    display: flex;

}

.adaptive_img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.block__left {
    background: rgba(0, 121, 164, 0.9);
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.block-left_text {
    width: 80%;
}

img {
    width: auto;
    max-width: none;
}

h1 {

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    color: #FFFFFF;
}

h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0C0C0C;
    margin: 0;
    padding-left: 27px;
}

h3 {
    color: var(--unnamed, #0C0C0C);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;

}

.section_wraper {
    display: flex;
    justify-content: space-between;
}

.block_with_text {
    margin-left: 40px;
    /* margin-right: 136px; */
    width: 63%;
}

.img_frame {
    padding-right: 8px;
}

.p_frame {
    color: var(--unnamed, #0C0C0C);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.url_p_frame {
    text-decoration: underline;
}

.p_frame_end {
    color: var(--unnamed, #0C0C0C);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.container_plain {
    padding: 0;
}

.line__title {
    border: 2px solid #FFFFFF;
    opacity: 1;
}

.p__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.block_right {
    width: 50%;
    background-position: center;

}

.picture_with_text {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 24px;
}

/* block with anchors  */
.block_with_anchors {
    width: 27%;
    margin-right: 40px;
}
.block_anchor_box_anchor{
    display: flex;
    flex-direction: column;
}

.title_anchors {
    color: var(--unnamed, #0C0C0C);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-top: 40px;
}

.anchor {
    display: flex;
    align-items: flex-start;


}

.img_anchor {
    padding-right: 4px;
}

.text_anchor {
    color: var(--unnamed, #0C0C0C);
    
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.text_anchor:hover{
    color: var(--unnamed, #0079A4);
}

.box_anchors {
    display: flex;
    width: auto;
    padding: 40px 26px;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    border-radius: 16px;
    background: var(--unnamed, #2CB673);
    margin-top: 24px;
    height: max-content;
    margin-right: 0;
}

.title_box {
    color: var(--unnamed, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.p_box {
    color: var(--unnamed, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.a_box {
    color: var(--unnamed, #2CB673);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* letter-spacing: 0.175px; */
    text-transform: uppercase;

    display: flex;
    padding: 12px 24px;
    align-items: flex-start;
    border-radius: 100px;
    border: 1px solid var(--unnamed, #2CB673);
    background: var(--unnamed, #FFF);
    text-align: center;
}