/* main content */
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.main {
    position: relative;
    background-color: #040e02;
    width: 100%;
    border-top: rgba(253, 201, 15, 0.15) 1px solid;
    overflow: hidden;
}

.block_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 1094px;
    padding-top: 99px;
    padding-bottom: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        width: 956px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .container {
        width: 956px;
    }
}

@media (min-width: 577px) and (max-width: 1025px) {
    .container {
        width: 552px;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .container {
        width: 336px;
    }
}

@media (min-width: 360px) and (max-width: 1025px) {
    .container {
        display: flex;
        flex-direction: column;
    }
}

.block {
    width: 1095px;
    height: 197px;
    border: 1px solid rgba(252, 198, 3, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px;
    border-radius: 12px;
    /*margin-top: 45px;*/
}

.block:hover,
.block:active,
.block:focus {
    border: 1px solid #fcc603;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .block {
        width: 956px;
    }
}

@media (min-width: 576px) and (max-width: 1025px) {
    .block {
        width: 552px;
        height: 471px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .block {
        width: 336px;
        height: 471px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.zoom_back_drop_img {
    height: 143px;
    border-radius: 10px;
    object-fit: cover;
}

.left-col {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-left: -50px;
}

@media (min-width: 360px) and (max-width: 1025px) {
    .left-col {
        padding-left: 0px;
        margin-left: 0px;
    }
}

.left-col img {
    margin-right: 20px;
}

.left-col h2 {
    margin: 0;
}

.title_zoom_back_drops {
    color: #fdc90f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;  /* You can change this to suit your layout */
    position: relative;
}

.title_zoom_back_drops::after {
    content: attr(data-title);
    display: none;
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    top: 100%;
    left: 0;
    white-space: nowrap;
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.title_zoom_back_drops:hover::after {
    display: block;
    transform: translateY(0);
    opacity: 1;
}

.txt_zoom_back_drops {
    color: #ffffff; !important;
    font-size: 13px; !important;
    width: 300px; !important;
    font-family: "Lora", "SemiBold"; !important;
}

@media (min-width: 360px) and (max-width: 1025px) {
    .txt_zoom_back_drops {
        font-size: 11px;
    }
}

@media (min-width: 360px) and (max-width: 1025px) {
    .txt_zoom_back_drops {
        font-size: 11px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 64px;
}

.label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Lora", "Regular";
    margin-right: 22px;
}

.value {
    color: #ffffff;
    font-size: 17px;
    font-weight: 1000;
    font-family: "Lora", "Bold";
}

.page-header-zoom_backdrops {
    color: #fdc90f;
    font-family: "Lora", "SemiBold"; !important;
}

.link_section {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 102px;
}

.link_section:not(:last-child) {
    margin-bottom: 41px;
}

.block_arrow_img {
    padding-right: 41px;
}

@media (min-width: 360px) and (max-width: 1025px) {
    .block_arrow_img {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding-right: 0px;
        position: relative;
        top: -35px;
    }
}

.section_block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.line_footer {
    width: 1310px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 59px;
}

@media (min-width: 360px) and (max-width: 1025px) {
    .line_footer {
        display: none;
    }
}
