

/* Start:/assets/css/page/materials.css?17586202021627*/
:root {
    --main-red: #D11B1D;
    --main-blue: #163072;
    --head-first: #EFEFEF;
    --text-grey: #A9A9A9;
    --valid-green: #0DC268;
}
img {
    display: block;
    width: fit-content;
    height: fit-content;
}
.red_button {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: var(--main-red);
    border: 1px solid var(--main-red);
    color: #FFF;
    transition: 1s all;
}
.red_button:hover, .blue_button:hover {
    background-color: transparent;
    color: #000;
}
.blue_button {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: #FFF;
    transition: 1s all;
}

.page_head_cont, .section_container, .section_description_cont {
    width: min(100% - 20px, 1140px);
    margin: 0 auto;
}
.section_description_cont {
    margin-bottom: 60px;
}
.section_description {
    height: 60px;
    overflow: hidden;
}
.section_description, .section_description p, .section_description li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.section_description p {
    margin-bottom: 20px;
}
.button_show_more_descr_text {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}
.copy-popup {
    position: fixed;
    bottom: 30px;
    left: 40px;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #FFF;
    background-color: var(--main-blue);
}
/* End */
/* /assets/css/page/materials.css?17586202021627 */
