* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

/* Roboto --- */
@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/subset-Roboto-Bold.woff2") format("woff2"),
        url("../fonts/subset-Roboto-Bold.woff") format("woff"),
        url("../fonts/subset-Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/subset-Roboto-Light.woff2") format("woff2"),
        url("../fonts/subset-Roboto-Light.woff") format("woff"),
        url("../fonts/subset-Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/subset-Roboto-Medium.woff2") format("woff2"),
        url("../fonts/subset-Roboto-Medium.woff") format("woff"),
        url("../fonts/subset-Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/subset-Roboto-Regular.woff2") format("woff2"),
        url("../fonts/subset-Roboto-Regular.woff") format("woff"),
        url("../fonts/subset-Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/subset-Roboto-SemiBold.woff2") format("woff2"),
        url("../fonts/subset-Roboto-SemiBold.woff") format("woff"),
        url("../fonts/subset-Roboto-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/subset-Roboto-Black.woff2") format("woff2"),
        url("../fonts/subset-Roboto-Black.woff") format("woff"),
        url("../fonts/subset-Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Roboto --- */

.page {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 315px;
    background-color: #fff;
    overflow: hidden;
}

.main_center {
    display: block;
    width: 100%;
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto;
}

/* html {
  scroll-behavior: smooth;
} */

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/*! ====  ALL PAGES CSS START  ===== */

main {
    display: block;
    position: relative;
    width: 100%;
    padding: 110px 0 0 0;
}

.section_wrap {
    display: block;
    position: relative;
    width: 100%;
}

.wrap_left {
    float: left;
    width: calc(100% - 300px);
    padding: 0 18px 0 0;
}

.wrap_right {
    float: left;
    width: 300px;
}

.sect_body {
    display: block;
    width: 100%;
}

.sect_footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sect_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin: 0 auto;
    gap: 12px;
    padding: 0 0 36px 0;
}
.sect_header.text_center {
    justify-content: center;
}

.sect_title,
.sect_title a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: auto;
    padding: 0;
    position: relative;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3;
    color: #2c415c;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sect_title a {
    display: inline-flex;
    width: auto;
}

.sect_title_second {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1130px;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: #06293d;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sect_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #555555;
    opacity: 1;
    word-break: break-word;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sect_header.text_center .sect_title,
.sect_header.text_center .sect_info {
    justify-content: center;
    text-align: center;
}
.text_white {
    color: #fff;
}
.text_red {
    color: #ee3a2f;
}

.red_line .sect_info::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    max-width: 320px;
    height: 1px;
    background-color: #ee3a2f;
}

.wrap_breadcrumb {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin-bottom: 12px;
    display: flex;
    overflow: hidden;
}

.breadcrumb {
    text-align: left;
    width: auto;
    max-width: 100%;
    min-height: 24px;
    color: var(--Black-01, #757575);
    align-items: center;
    margin-right: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    overflow: auto;
}

.breadcrumb > *:last-child:before {
    display: none;
}

.breadcrumb > *:last-child {
    margin-right: 0;
}

.breadcrumb > *:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -16px;
    background: #757575;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.breadcrumb span {
    white-space: nowrap;
    align-items: center;
    margin-right: 24px;
    display: inline-flex;
    position: relative;
}

.breadcrumb a {
    float: left;
    text-align: left;
    width: auto;
    color: var(--Dark-Green-03, #c9ced5);
    white-space: nowrap;
    -o-transition: all 0.25s;
    align-items: center;
    margin-right: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: all 0.25s;
    display: inline-flex;
    position: relative;
}

.breadcrumb a:hover {
    color: #ee3a2f;
}

/* Card Item */

.card_item_link {
    display: block;
    width: 100%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.card_type_itm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    gap: 4px;
    top: 12px;
    right: 12px;
    z-index: 9;
}
.card_type_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 4px;
    padding: 5px 6px 3px 6px;
    width: auto;
    height: 24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #fff;
    background-color: #141a297a;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.card_type_icon::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.video_type::before {
    background-image: url("../img/icons/video_type.svg");
}
.foto_type::before {
    background-image: url("../img/icons/foto_type.svg");
}

.catg_date_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 4px;
}
.date_time_itm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    /* gap: 8px; */
    /* background-color: #e1ebf7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; */
}

.item_catg {
    display: block;
    position: relative;
    float: left;
    width: auto;
    min-height: 24px;
    padding: 6px 8px 2px 24px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #0044ff;
    opacity: 1;
    background-color: #cce4ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.item_catg::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../img/icons/catg_icon.svg");
}

.item_date {
    display: block;
    position: relative;
    /* float: left; */
    width: auto;
    /* min-height: 24px; */
    /* padding: 4px 8px; */
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #001242;
    opacity: 1;
    background-color: transparent;
    /* border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; */
}

.item_time {
    display: block;
    position: relative;
    float: left;
    width: auto;
    min-height: 24px;
    padding: 4px 8px;
    text-align: left;
    font-weight: 584;
    font-size: 12px;
    line-height: 15px;
    color: #0044ff;
    opacity: 1;
    background-color: #cce4ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.item_title {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
}

.item_info {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #2c415c;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
}

.item_title_second {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: #161a1f;
    opacity: 1;
    word-break: break-word;
}

.item_info_second {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #3d444c;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
}

.item_marker::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #b3a38c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.item_marker {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-left: 20px;
}

.item_info ul,
.item_info ol {
    list-style: auto;
    margin: auto;
    padding-left: 30px;
}

.item_info li {
    display: list-item;
    width: 100%;
    list-style-type: disc;
    /* margin: 4px 0; */
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #747678;
}

.card_item:hover .item_img img,
.card_item:hover .item_img video,
.card_item:hover .item_img iframe {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; */
}

.item_img img,
.item_img video,
.item_img iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.item_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 66%;
}

.item_content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    padding: 16px 10px;
}

.item_button_sect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 16px;
}

.item_button_sect .btn_item {
    flex: 1;
}

.item_more {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    width: auto;
    padding: 10px 32px 10px 0;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #06293d;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.item_more::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/more_right.svg");
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.item_more:hover {
    color: #155275;
}

/* Card Item */

.more_sect {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.more {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    margin: 24px auto 0 auto;
    padding: 10px 32px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #06293d;
    opacity: 1;
    border: 2px solid #06293d;
    background: rgba(255, 255, 255, 0.38);
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.more_icon {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding-right: 36px;
}

.more_icon::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/icons/more.svg");
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.more:hover {
    color: #155275;
    border-color: #155275;
}

/* Gallery items */
.fancy_item {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.fancy_item:hover::before {
    visibility: visible;
    opacity: 1;
}
.fancy_item::before {
    content: "";
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #00000070;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-image: url("../img/icons/gallery_zoom.svg");
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
/* Gallery items */
/* *All pages Grid */
.card_item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.row_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.row_item_4 {
    grid-template-columns: repeat(4, 1fr);
}

.col_item {
    display: flex;
    width: 100%;
    float: left;
    padding: 0;
}

.col_in {
    display: block;
    width: 100%;
}

/* todo Grid system */

/* !Row Gap */
.gap_0 {
    gap: 0;
}

.gap_4 {
    gap: 4px;
}

.gap_6 {
    gap: 6px;
}

.gap_8 {
    gap: 8px;
}

.gap_10 {
    gap: 10px;
}

.gap_12 {
    gap: 12px;
}

.gap_16 {
    gap: 16px;
}

.gap_18 {
    gap: 18px;
}

.gap_24 {
    gap: 24px;
}

.gap_32 {
    gap: 32px;
}

.gap_48 {
    gap: 48px;
}

/* !Row Gap */

/* todo Grid system */

.pad_top_80 {
    padding-top: 80px;
}

.pad_bottom_80 {
    padding-bottom: 80px;
}

.margin_top_80 {
    margin-top: 80px;
}

.margin_bottom_80 {
    margin-bottom: 80px;
}

.pad_bottom_48 {
    padding-bottom: 48px;
}

.pad_top_48 {
    padding-top: 48px;
}

.margin_top_18 {
    margin-top: 18px;
}
.margin_bottom_18 {
    margin-bottom: 18px;
}

.margin_top_24 {
    margin-top: 24px;
}
.margin_bottom_24 {
    margin-bottom: 24px;
}

/* *All pages Grid */

/*! Pgination */

.pagination {
    display: block;
    width: 100%;
    padding-top: 44px;
}

.pagination_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

.pagination_list li {
    display: block;
    float: left;
}

.pagination_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 6px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #2c415c;
    opacity: 1;
    background-color: #f4f5fb;
    border: 1px solid #f4f5fb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.pagination_list li.active a,
.pagination_list li:hover:not(.active) a {
    background-color: #ee3a2f;
    border-color: #ee3a2f;
    color: #ffffff;
}

.pagination_list li.first-a a::before,
.pagination_list li.last-a a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pagination_list li.first-a a::before {
    background-image: url("../img/icons/p_prev.svg");
}

.pagination_list li.last-a a::before {
    background-image: url("../img/icons/p_next.svg");
}

.pagination_list li.first-a a:hover:before {
    background-position: 0 100%;
}

.pagination_list li.last-a a:hover:before {
    background-position: 0 100%;
}

/*! Pgination */

/*! ---Popup Part --- */
.w_300 {
    max-width: 300px !important;
}

.w_480 {
    max-width: 480px !important;
}

.w_640 {
    max-width: 640px !important;
}

.modal.opened {
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
}

.modal {
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000085;
    z-index: -1;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.modal_body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 16px;
}

.modal_content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100%;
    /* overflow: auto; */
}

.modal_item {
    display: block;
    width: 100%;
    padding: 32px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.modal_header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    min-height: 32px;
    margin-bottom: 32px;
    position: relative;
}

.modal_close {
    display: block;
    float: right;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    margin-left: auto;
    cursor: pointer;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/icons/close_modal.svg");
}

.scroll_container {
    display: block;
    width: 100%;
    max-height: calc(100vh - 210px);
}

.scroll_container:hover .scroll-element .scroll-bar {
    opacity: 1;
}

.modal_container {
    display: block;
    width: 100%;
    overflow: auto;
    /* padding: 24px; */
}

.modal_title {
    display: block;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    opacity: 1;
}

.modal_info {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    opacity: 1;
    word-break: break-word;
}
.modal_text {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #31373d;
    opacity: 1;
    word-break: break-word;
}

.modal_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 12px;
    margin: 24px 0 0 0;
}
.btn_open_modal {
    cursor: pointer;
}

/*! ---Popup Part --- */

/* ! ==== TAB SECTION ==== */
.benefit_tabs {
    width: 100%;
}

.bf_tb_content {
    width: 100%;
}

.bf_tb_hd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.bt_tb_title {
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: auto;
    position: relative;
    padding: 16px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    color: #2c415c;
    overflow: hidden;
    cursor: pointer;
    background-color: #f4f5fb;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.bt_tb_title.active,
.bt_tb_title:hover {
    color: #fff;
    background-color: #ee3d32;
}

.bf_tb_items {
    display: none;
    width: 100%;
}

.bf_tb_items.active {
    display: block;
}
.tab_v_2 .bf_tb_hd {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.tab_v_2 .bt_tb_title {
    flex: none;
    border: 1px solid #e0e1e8;
    padding: 10px 22px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/* ! ==== TAB SECTION ==== */
.toast {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    min-height: 36px;
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    padding: 8px 16px;
    position: fixed;
    left: 50%;
    bottom: 24px;
    background-color: #15161a;
    text-align: left;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    opacity: 0;
    z-index: 9;
    transition:
        opacity 0.5s,
        visibility 0.5s;
    -webkit-transition:
        opacity 0.5s,
        visibility 0.5s;
    -moz-transition:
        opacity 0.5s,
        visibility 0.5s;
    -ms-transition:
        opacity 0.5s,
        visibility 0.5s;
    -o-transition:
        opacity 0.5s,
        visibility 0.5s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.toast.show {
    visibility: visible;
    opacity: 1;
}
/* !====  ALL PAGES CSS END  ===== */

/*! ====  ALL PAGES RESPONSIVE START  ===== */
@media only screen and (min-width: 1025px) and (max-width: 1322px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    main {
        padding-top: 70px;
    }
    .sect_header {
        padding: 0 0 20px 0;
    }
    .sect_title,
    .sect_title a {
        font-size: 24px;
        font-weight: 700;
    }
    .sect_info {
        font-size: 14px;
    }
    .margin_top_80 {
        margin-top: 48px;
    }

    .margin_bottom_80 {
        margin-bottom: 48px;
    }
    .pad_top_80 {
        padding-top: 48px;
    }

    .pad_bottom_80 {
        padding-bottom: 48px;
    }
    .pad_top_48 {
        padding-top: 24px;
    }
    .pad_bottom_48 {
        padding-bottom: 24px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
    main {
        padding-top: 70px;
    }
    .sect_header {
        padding: 0 0 20px 0;
    }
    .sect_title,
    .sect_title a {
        font-size: 24px;
        font-weight: 700;
    }
    .sect_info {
        font-size: 14px;
    }
    .margin_top_80 {
        margin-top: 48px;
    }

    .margin_bottom_80 {
        margin-bottom: 48px;
    }
    .pad_top_80 {
        padding-top: 48px;
    }

    .pad_bottom_80 {
        padding-bottom: 48px;
    }
    .pad_top_48 {
        padding-top: 24px;
    }
    .pad_bottom_48 {
        padding-bottom: 24px;
    }
    .item_content {
        gap: 12px;
        padding: 16px;
    }
    /* !Row Gap */

    .row_item {
        grid-template-columns: repeat(2, 1fr);
    }
    .row_item_4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .gap_4 {
        gap: 2px;
    }

    .gap_6 {
        gap: 3px;
    }

    .gap_8 {
        gap: 4px;
    }

    .gap_10 {
        gap: 5px;
    }

    .gap_12 {
        gap: 6px;
    }

    .gap_16 {
        gap: 8px;
    }

    .gap_18 {
        gap: 9px;
    }

    .gap_24 {
        gap: 12px;
    }

    .gap_32 {
        gap: 16px;
    }

    .gap_48 {
        gap: 24px;
    }

    /* !Row Gap */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
    main {
        padding-top: 61px;
    }
    .sect_header {
        padding: 0 0 20px 0;
    }
    .sect_title,
    .sect_title a {
        font-size: 24px;
        font-weight: 700;
    }
    .sect_info {
        font-size: 14px;
    }
    .margin_top_80 {
        margin-top: 32px;
    }

    .margin_bottom_80 {
        margin-bottom: 32px;
    }
    .pad_top_80 {
        padding-top: 32px;
    }

    .pad_bottom_80 {
        padding-bottom: 32px;
    }
    .pad_top_48 {
        padding-top: 20px;
    }

    .pad_bottom_48 {
        padding-bottom: 20px;
    }

    .bf_tb_hd {
        flex-direction: row;
        overflow: auto;
        white-space: nowrap; /* alt satıra düşmesin */
    }
    .bt_tb_title {
        flex: auto;
        padding: 4px 12px;
        height: 48px;
        flex-shrink: 0;
    }
    .pagination {
        padding-top: 24px;
    }

    .item_content {
        gap: 12px;
        padding: 16px;
    }
    /* !Row Gap */
    .row_item {
        grid-template-columns: repeat(1, 1fr);
    }
    .row_item_4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .gap_4 {
        gap: 2px;
    }

    .gap_6 {
        gap: 3px;
    }

    .gap_8 {
        gap: 4px;
    }

    .gap_10 {
        gap: 5px;
    }

    .gap_12 {
        gap: 6px;
    }

    .gap_16 {
        gap: 8px;
    }

    .gap_18 {
        gap: 9px;
    }

    .gap_24 {
        gap: 12px;
    }

    .gap_32 {
        gap: 16px;
    }

    .gap_48 {
        gap: 24px;
    }

    /* !Row Gap */

    /* modal */
    .modal_item {
        padding: 24px 16px;
    }
}

/*! ====  ALL PAGES RESPONSIVE FINISH  ===== */
