#sldr {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 80px;
}

#sldr .swiper-container {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

#sldr a {
    font-size: 0;
}

#sldr .swiper-button-next::before,
#sldr .swiper-button-next::after,
#sldr .swiper-button-prev::before,
#sldr .swiper-button-prev::after {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #1A2F33 !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}
.wnrow.hmshrts, .wnrow.hmbnrs4, .wnrow.hmbnrs6{
    flex-direction: column;
    margin-bottom: 70px !important;
    margin-top: 70px !important;
}
.hmbnrs4 .hmbnrs4c{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.hmbnrs4 .hmbnrs4c .bnr{ flex: 0 0 calc(33.33% - 8px); border-radius: 8px; overflow: hidden; }
.hmbnrs4 .hmbnrs4c .bnr:nth-child(4){ flex: 0 0 calc(60% - 6px); }
.hmbnrs4 .hmbnrs4c .bnr:nth-child(5){ flex: 0 0 calc(40% - 6px); }
.hmbnrs4 .hmbnrs4c .bnr img{
    width: 100%;
      height: 100%;
      object-fit: cover;
}
.hmbnrs6 .hmbnrs6c{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.hmbnrs6 .hmbnrs6c .bnr{ font-size: 0; }
.hmbnrs6 .hmbnrs6c .bnr a{ font-size: 0; display: block; border-radius: 8px; overflow: hidden; }
.hmbnrsflscr{
    width: 100%;
    margin: 80px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.hmbnrsflscr .hmbnrsflscrc{
    padding-top: 36.25%;
    position: relative;
    width: 100%;
    z-index: 2;
}
.hmbnrsflscr .hmbnrsflscrc:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.8) 100%);
}
.hmbnrsflscr .hmbnrsflscrcc{
    position: relative;
    z-index: 3;
    transform: translateY(-250%);
}
.hmbnrsflscr .hmbnrsflscrcc h3{
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.hmttldbl{
    padding: 0 0 26px 0;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 26px;
    width: 100%;
}
.hmttldbl.nbrd{ border-bottom: none;}
.hmttldbl h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    padding: 0;
    margin: 0 0 16px 0;
}
.hmbnrs4 .hmttldbl, .hmbnrs4 .hmttldbl h3{ margin-bottom: 0;}
.hmttldbl p{
    font-size: 14px;
    line-height: 1.16em;
    padding: 0;
    margin: 0 0 2px 0;
}
.hmttldbl a{
    color: #0059FF;
    font-size: 14px;
    font-weight: 500;
}
.hmshrts .shrts{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.hmshrts .shrts .shrtsc{
    width: 100%;
    padding-bottom: 178%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
}
.hmshrts .shrts .shrtsc iframe{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: none;
}
.glb-pstlst{
    width: 100%;
    margin: 0 auto 70px auto;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: var(--max-width);
    overflow: hidden;
}
.glb-pstlst .title h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.glb-pstlst .title{ margin: 0 0 32px 0; }
.glb-pstlst .pslstpsts{
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
}
.glb-pstlst .pslstpst{
    display: flex;
    flex-direction: column;
}
.glb-pstlst .pslstpst .cvr{ font-size: 0; }
.glb-pstlst .pslstpst .inf{
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.glb-pstlst .pslstpst:nth-child(1) .inf{ background: #F7DAD9; }
.glb-pstlst .pslstpst:nth-child(2) .inf{ background: #BAD2DE; }
.glb-pstlst .pslstpst:nth-child(3) .inf{ background: #F1D6B8; }
.glb-pstlst .pslstpst:nth-child(4) .inf{ background: #E3D081; }
.glb-pstlst .pslstpst .inf h3{
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.16em;
    font-weight: 500;
}
.glb-pstlst .pslstpst .inf p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.36em;
    margin: 25px 0;
    padding: 0;
}
.glb-pstlst .pslstpst .inf a.mr{
    position: relative;
    padding: 0 25px 0 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}
.glb-pstlst .pslstpst .inf a.mr:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.glb-pstlst .pslstpst .inf a.mr:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background: #212121;
}
@media only screen and (max-width: 986px) {
    .glb-pstlst .pslstpsts{
        grid-template-columns: repeat(4, 300px);
        overflow: hidden;
        overflow-x: auto;
    }
    .hmshrts .shrts{
        grid-template-columns: repeat(4, 260px);
        overflow: hidden;
        overflow-x: auto;
        gap: 18px;
    }
    .hmbnrs6 .hmbnrs6c{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 14px;
    }
     .hmbnrs6 .hmbnrs6c > .bnr:nth-child(1), .hmbnrs6 .hmbnrs6c > .bnr:nth-child(2){
         grid-column: span 3;
     }
     .hmbnrs6 .hmbnrs6c > .bnr:nth-child(n+3){
         grid-column: span 2;
     }
}
@media only screen and (max-width: 796px) {
    .hmbnrs6 .hmbnrs6c{ gap: 8px; }
    .hmbnrs4 .hmbnrs4c{ gap: 8px; }
    .hmbnrs4 .hmbnrs4c .bnr:nth-child(1){ flex: 0 0 calc(50% - 4px); order: 1; }
    .hmbnrs4 .hmbnrs4c .bnr:nth-child(2){ flex: 0 0 calc(50% - 4px); order: 2; }
    .hmbnrs4 .hmbnrs4c .bnr:nth-child(3){ flex: 0 0 calc(50% - 4px); order: 4; }
    .hmbnrs4 .hmbnrs4c .bnr:nth-child(4){ flex: 0 0 100%; order: 3; }
    .hmbnrs4 .hmbnrs4c .bnr:nth-child(5){ flex: 0 0 calc(50% - 8px);  order: 5; }
}
@media only screen and (max-width: 640px) {
    .hmbnrs6 .hmbnrs6c{ grid-template-columns: repeat(2, 1fr); }
    .hmbnrs6 .hmbnrs6c > .bnr{ grid-column: auto !important; }
    .glb-pstlst .pslstpsts{ grid-template-columns: repeat(4, 240px); }
    .glb-pstlst .title h3,.hmttldbl h3{ font-size: 24px; }
}
@media only screen and (max-width: 480px) {
    .hmbnrs6 .hmbnrs6c{ gap: 8px; }
    .glb-pstlst .title h3,.hmttldbl h3{ font-size: 21px; }
}
@media only screen and (max-width: 320px) {
    .hmbnrs6 .hmbnrs6c{ grid-template-columns: 1fr; }
}
