

/* Start:/edo/style.css?179033524712875*/

.container-ng {
    display: flex;
    margin: 80px auto 0;
    width: 100%;
    justify-content: center;
    max-width: 1680px;
    padding: 0 18px;
}
@media (max-width: 800px) {
    .container-ng {
        margin: 60px auto 0;
    }
}
@media (max-width: 480px) {
    .container-ng {
        margin: 40px auto 0;
    }
}

.ng-zero {
    margin-top: 0 !important;
}
@media (max-width: 480px) {
    .ng-zero {
        margin-top: 0 !important;
    }
}

.wrapper_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.h2-title{
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 24px;
    @media(max-width: 900px){
        text-align: center;
    }
    @media(max-width: 480px){
        font-size: 16px;
    }
}
.page_title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    @media (max-width: 800px) {
        text-align: center;
    }
    @media (max-width: 480px) {
        gap: 16px;
        margin-bottom: 24px;
        text-align: center;
    }
}
.page_title .primary_btn{
    @media(max-width: 800px){
        margin-inline: auto;
    }
}


.header_page_title {
    font-family: Roboto;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
@media (max-width: 480px) {
    .header_page_title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;

    }
}

.text-start {
    text-align: start;
}

.header_page_title.text-start{
    @media(max-width: 800px){
        text-align: center;
    }
}

.sub_tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.sub_tabs .sort_item {
    cursor: pointer;
    display: flex;
    padding: 4px 6px;
    color: #4DACEB;
    border-radius: 4px;
    border: 1px solid #4DACEB;
}

.sub_tabs .sort_item:hover {
    color: #72C2F8;
    border: 1px solid #72C2F8;
}

.sub_tabs .sort_item.active {
    display: flex;
    padding: 4px 6px;
    color: white;
    background: #72C2F8;
    border-radius: 4px;
    border: 1px solid #72C2F8;
}


.hidden {
    display: none !important;
}


.gray {
    color: #8D8D8D;
}

.blue {
    color: #4DACEB;
}
.primary_btn {
    cursor: pointer;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    width: 100%;
    border-radius: 4px;
    padding: 10px 20px;
    color: white;
    background: var(--icons-primary-blue);
    border: 0;
    width: fit-content;
}
.primary_btn:hover {
    background: var(--primary-hover);
}
.primary_btn[disabled="disabled"] {
    background: #d5d5d5;
}
.ul_header{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: bottom;
    margin-left:-20px;

}


ul[default] {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}


ul[default] li {
    display: list-item;
    text-align: -webkit-match-parent;
    @media(max-width: 900px){
        font-size: 14px;
    }
}
ul[custom] {
    display: flex;
    flex-direction: column;
}
[custom] li {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    flex-wrap: wrap;
    align-items: baseline;
    gap:6px;
    font-size:16px;
    line-height: 160%;
    @media(max-width: 900px){
        position: relative;
        padding-left: 30px;
        gap:8px;
        font-size:14px;
        line-height: 140%;
    }
}
[custom] li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 7.5L10 16.5L6 12' stroke='%234DACEB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
ul[default] {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}
ul[default] li::before,
[default] li::before {
    content: none !important;
}

ul[default] li {
    display: list-item;
    text-align: -webkit-match-parent;
}


.card_el {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

    overflow: hidden;
    word-break: break-word;
    @media (max-width: 900px) {
        gap: 24px;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
    }
    @media (max-width: 800px) {
        grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 480px) {
        grid-template-columns: 1fr;
    }
}

.card_el_row {
    padding: 16px;
    background: #6EC1F90F;
    border-radius: 8px;
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    overflow: hidden;
    word-break: break-word;
    max-width: 1394px;
    min-height: 376px;
    @media (max-width: 900px) {
        grid-template-columns: 1fr 1.2fr;
    }
    @media (max-width: 800px) {
        grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 480px) {
        grid-template-columns: 1fr;
    }
}
.card_el .h3-card{
    min-height: 40px;
    display: flex;
    align-items: center;
}
.card_el .h3-card,
.card_el_row .h3-card {
    margin-block: 24px 16px;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #4DACEB;
    @media (max-width: 900px) {
        font-size: 18px;
        margin-top: 0;
        min-height: auto;
    }
    @media (max-width: 480px) {
        font-size: 16px;
        margin-block: 16px 12px;
    }
}
.card_el_row .h3-card{
    margin-top:0;
    @media (max-width: 480px) {
        margin-top: 16px;
    }
}

.card_el_row .p-title {
    color: #1F1F1F;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    margin-block: 0 16px;
    @media (max-width: 900px) {
        font-size: 16px;
        margin-top: 0;
    }
    @media (max-width: 480px) {
        font-size: 16px;
        margin-block: 0 8px;
    }
}
.card_el_row .p-subtitle{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom:12px;
    @media(max-width: 900px){
        font-size: 14px;
    }
    @media(max-width: 480px){
        font-size: 14px;
        margin-bottom:8px;
    }
}
.text-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.card_el .text_wrapper,
.card_el_row .text_wrapper{
    display: flex;
    flex-direction: column;
}
.card_el_row .text_wrapper {
    display: flex;
    justify-content: center;
}

.card_el ul,
.card_el_row ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: Inter;
    @media (max-width: 900px) {
        font-family: Roboto;
        gap: 8px;
    }
    @media (max-width: 480px) {
        gap: 8px;
    }
}

.card_el [custom] [default],
.card_el_row [custom] [default] {
    gap: 0 !important;
    margin-block: 0!important;
}

.card_el [custom] [default] li,
.card_el_row [custom] [default] li {
    padding: 0;
}

.document_replacer .card_wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top:32px;
    @media(max-width: 1440px){
        margin-top:24px;
    }
    @media(max-width: 480px){
        margin-top:32px;
    }
}


.full_size_img {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.full_size_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}


.card_el_row .text_wrapper > img:not(.full_size_img img) {
    max-width: 200px;
    margin-bottom: 16px;
    @media(max-width: 900px){
        max-width: 136px;
    }
}


.img_wrapper {
    width: 100%;
}
.img_wrapper .desk{
    display: flex;
    @media(max-width: 900px){
        display: none;
    }
}
.img_wrapper .tablet{
    display: none;
    @media(max-width: 900px){
        display: flex;
    }
    @media(max-width: 480px){
        display: none;
    }
}
.img_wrapper .mob{
    display: none;
    @media(max-width: 480px){
        display: flex;
    }
}

.img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.full_size_img.img_container{
    max-width: 210px;
}

.bg-form-title{
    background-color: #FFF4F4;
    padding: 16px;
    color: #DB5234;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    @media(max-width: 900px){
        font-size: 12px;
    }
}
.splitted_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 24px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    margin-bottom:18px;
    @media (max-width: 900px) {
        margin-bottom:10px;
    }
    @media (max-width: 480px) {
        margin-bottom:18px;
    }
}


@media (max-width: 900px) {
    .splitted_block {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}


.deviliry_table {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
}


.table_row {
    display: grid;
    grid-template-columns: 200px 1fr;
}


.table_row > div {
    padding: 24px;
    border: 1px solid #8D8D8D;
    border-right: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    word-break: break-word;
    box-sizing: border-box;
}

.table_row > div:last-child {
    border-right: 1px solid #8D8D8D;
}


.table_row:last-child > div {
    border-bottom: 1px solid #8D8D8D;
}


.table_row.header_row > div {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}
.splitted_header_block{
    margin: 60px 0 24px;
    @media(max-width: 900px){
        margin: 40px 0 24px;
    }
    @media(max-width: 480px){
        margin: 32px 0 24px;
    }
}


.adw_card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

}

.adw_card .el_card{
    min-height: 257px;
    border-radius: 4px;
    overflow: hidden;
    gap: 14px;
    position: relative;

}
.adw_card .text_wrapper{
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 36px 33px;
    z-index: 2;
    gap: 10px;

}

.adw_card .header_naum {
    color: transparent;
    -webkit-text-stroke: 1px #72C2F8;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 60.75px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.adw_card .white{
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    @media(max-width: 480px){
        font-size: 16px;
    }
}
.adw_card img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.adw_card p{
    z-index: 2;
}
@media (min-width: 481px) and (max-width: 900px) {
    .adw_card {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        cursor: grab;
        margin-right:-18px;
    }
    .adw_card .el_card {
        flex: 0 0 auto;
        width: 443px;
        scroll-snap-align: start;
        min-height: 257px;
    }
}
@media (max-width: 480px) {
    .adw_card {
        cursor: default;
        display: flex;
        flex-direction: column;
        gap: 24px;
        overflow-x: visible;
        scroll-snap-type: none;
        margin-right:0;
    }
    .adw_card .el_card {
        width: 100%;
        min-height: 277px;
    }
    .adw_card .white {
        font-size: 16px;
    }
}

.document_replacer .defaul_txt{
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    max-width: 1394px;
    @media(max-width: 480px){
        font-size: 14px;
        line-height: 140%;
        text-align: start;
    }
}

.limiter {
    padding: 0 !important;
}

#right {
    padding-left: 0 !important;
    padding-bottom: 80px !important;
}
/* End */
/* /edo/style.css?179033524712875 */
