@font-face {font-family: "Mont-light"; src: url("../fonts/Montserrat-light.ttf") format("truetype");}
@font-face {font-family: "Mont-Bold"; src: url("../fonts/Montserrat-Bold.ttf") format("truetype");}
@font-face {font-family: "Mont-Regular"; src: url("../fonts/Montserrat-Regular.ttf") format("truetype");}
@font-face {font-family: "Mont-Medium"; src: url("../fonts/Montserrat-Medium.ttf") format("truetype");}
@font-face {font-family: "Mont-Semi-Bold"; src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");}

*{margin: 0; padding: 0;}
body{width: 100%; display: flex; align-items: center; background: #121212; color: white; flex-direction: column; min-height: 100vh;}
button{cursor: pointer;}

header{width: 100%;height: fit-content;display: flex;justify-content: center;position: relative; z-index: 10; padding: 30px 0px 0px 0; background: #0B0B0B;}
.logo-img{width: 40%;;aspect-ratio: 181/53;padding: 10px 0; cursor: pointer;}
nav{height: fit-content;width: 85%;padding: 0 10px;display: flex;justify-content: space-between;max-width: 1600px; min-width: 295px; background: #0B0B0B;}
.nav-menu{display: none;}
.nav-login{display: none;}
.burger{display: flex; width: 15%; flex-direction: column; justify-content: center; align-items: end; gap: 20%;}
.burger-small{width: 60%; border: 1px solid white;}
.burger-big{width: 80%; border: 1px solid white;}

.content{width: 95%; display: flex; flex-direction: column; margin-top: 30px; gap: 30px; max-width: 1600px; min-width: 295px;}

.content-main{
    width: 100%;
    /* border: 1px solid yellow; */
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.article-board{
    width: 100%;
    background: black;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    align-items: center;
    padding: 15px 0;
    align-items: center;
    height: fit-content;
    line-height: 1.5;
}

.article-board h1{
    width: 90%;
    font-size: 20px;
    font-weight: normal;
    font-family: "Mont-Bold";
}

.article-date{
    width: 90%;
    color: #ADADAD;
    font-size: 16px;
    font-family: "Mont-Regular";
}

.article-img{
    width: 90%;
    display: flex;
    justify-content: center;

}

.article-img img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.article-board p{
    width: 90%;
    font-size: 16px;
    color: #ADADAD;
    text-wrap: pretty;
    word-wrap: break-word;
    font-family: "Mont-Regular";
}

.article-board a {
    /* Градиент в качестве фона */
    background: linear-gradient(to left, #00571D, #87C212); /* Пример градиента */
    /* "Обрезаем" фон по контуру текста */
    -webkit-background-clip: text;
    background-clip: text;
    /* Делаем исходный цвет текста прозрачным, чтобы был виден градиентный фон */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Mont-Regular";
}

.article-list-item{
    width: 90%;
}

.article-board a.link_item {
    max-width: 100%;
}

.article-board a.link_item img{
    width: 100%;
}

.article-board ul, .article-board ol{
    width: 90%;
    color: #ADADAD;
    list-style-position: inside; /* Маркеры внутри блока */
    padding-left: 0; /* Убираем стандартный отступ */
    font-family: "Mont-Regular";
}
.article-board ul li, .article-board ol li {
    text-indent: -1.2em; /* Сдвигаем текст обратно */
    padding-left: 1.2em; /* Добавляем отступ для выравнивания */
}

.article-board ol li{
    margin-top: 10px;
}

.article-board-info{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.article-board-info-tag{
    display: flex;
    gap: 5px;
}

.article-board-info-tag span{
    padding: 5px 5px;
    border: 1px solid white;
    border-radius: 50px;
    /* min-width: 94px; */
    text-align: center;
    font-family: "Mont-Regular";
    font-size: 14px;
}

.article-board-info-mark{
    display: flex;
    gap: 10px;
}

.article-board-info-mark-content{
    display: flex;
    align-items: center;
    height: fit-content;
    gap: 3px;
}

.article-board-info-mark-content img{
    width: 17px;
}

.article-board-info-mark-content span{
    font-size: 10px;
    font-family: "Mont-Regular";
}

.raiting-board{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    border-radius: 10px;
    background: #262626;
    align-items: center;
    gap: 30px;
}

.raiting-board-title{
    width: 90%;
    font-size: 24px;
    font-family: "Mont-Bold";
}

.raiting-board-item{
    width: 90%;
   display: flex;
   flex-direction: column;
}

.raiting-board-item-card{
    width: 100%;
    aspect-ratio: 293/88;
    border-radius: 10px;
    background: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 100px;
}

.raiting-board-item-content{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.raiting-board-item-card-logo{
    width: 40%;
}

.raiting-board-item-card-raiting{
    display: flex;
    align-items: center;
}

.raiting-board-item-card-raiting img{
    width: 24px;
}

.raiting-board-item-card-raiting-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
}

.raiting-board-item-card-raiting-content-title{
    font-family: "Mont-Regular";
}
.raiting-board-item-card-raiting-content-count{
    font-family: "Mont-Bold";
} 

.raiting-board-item-card-open{
    width: 35px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: none;
    background: linear-gradient(-135deg, #00571D, #87C212);
    display: flex;
    align-items: center;
    justify-content: center;
}

.raiting-board-item-card-open-img{
    width: 15px;
    transition: transform .3s ease;
}

.raiting-board-item-card-open-img.open{
    transform: rotate(180deg);
}

.raiting-board-item-info{
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: #101010;
    /* padding: 10px 0; */
    margin-top: -10px;
    max-height: 0;
    transition: all .8s ease;
    overflow: hidden;
    /* border-top: 1px solid white; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 20px; */
}

.raiting-board-item-info.open{
   max-height: 1000px;
}

.raiting-board-item-info-line{
    width: 90%;
    border-top: 1px solid white;
    margin-top: 10px;
}

.raiting-board-item-info-list{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 3px;
    margin-bottom: 20px;
}

.raiting-board-item-info-list-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(152, 152, 154, 1);
    font-family: "Mont-Regular";
    
}

.adv-board{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.adv-img{
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.adv-img img{
    max-width: 100%;
}

.day-prog{width: 100%;padding: 25px 0;border-radius: 10px;background: #262626;display: flex;flex-direction: column;align-items: center;}

.day-prog-title{width: 90%;font-size: 18px;font-family: "Mont-Bold";padding-bottom: 15px;border-bottom: 1px solid white;}

.day-prog-list{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

.day-prog-list-item{
    width: 100%;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);
}

.day-prog-list-item-content{
    width: 100%;
    display: flex;
    padding: 10px 0;
    background: #3B3B3B;
    border-radius: 10px;
    align-items: center;
}

.day-prog-list-item-content-text{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    gap: 10px;
}

.day-prog-list-item-content-text-title{
    font-size: 14px;
    font-family: "Mont-Regular";
}

.day-prog-list-item-content-text-date{
    font-size: 10px;
    color: #ADADAD;
    font-family: "Mont-Medium";
}

.day-prog-list-item-content-coef{
    display: flex;
    flex-direction: column;
    width: 15%;
    margin-right: 10px;
    align-items: center;
    gap: 10px;
}

.day-prog-list-item-content-coef-content{width: 100%;aspect-ratio: 55/38;border-radius: 50px;border: 1px solid #EBEEF3;display: flex;align-items: center;justify-content: center;max-width: 55px;}
.day-prog-list-item-content-coef-content span{font-size: 16px;font-family: "Mont-Regular";}

.day-prog-list-item-content-coef-link{color: white;font-size: 12px;font-family: "Mont-Regular";}

.day-prog-link{width: 90%;display: flex;align-items: center;justify-content: center;gap: 10px;margin-top: 20px;}

.day-prog-link a{color: white;font-size: 18px;font-family: "Mont-Bold";text-decoration: none;}

.day-prog-link img{height: 100%;}

.news-section{width: 100%; display: flex; flex-direction: column; gap: 30px;}
.news-section-title{width: 100%;font-size: 16px;font-family: "Mont-Regular";}
.news-section-content{width: 100%; display: grid;grid-template-columns: repeat(1, 1fr); gap: 50px 20px;}
.news-section-content-item{display: flex; flex-direction: column; gap: 10px; cursor: pointer;}
.news-section-content-item-img{aspect-ratio: 298/248; position: relative; overflow: hidden; border-radius: 8px;}
.news-section-content-item-img img{width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.news-section-content-item-author{width: 100%;display: flex;align-items: center;gap: 5%;}
.news-section-content-item-author-avatar{width: 15%;aspect-ratio: 1/1;border-radius: 50%;background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); max-width: 46px;}
.news-section-content-item-author-name{font-family: "Mont-Medium";font-size: 14px;color: #ADADAD;}
.news-section-content-item-date{width: 100%;font-family: "Mont-Light";font-size: 14px;color: #ADADAD;}
.news-section-content-item-title{font-size: 18px;font-family: "Mont-Bold";}
.news-section-content-item-text{font-size: 16px;color: #ADADAD;font-family: "Mont-Medium";}

.adv-line-section{width: 100%;aspect-ratio: 298/32;background: black;position: relative; display: flex; justify-content: center;}
.adv-line-section img{max-width: 100%;}



.mobile-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    pointer-events: none;
    opacity: 0;
    transition: opacity .8s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-menu.open{
    opacity: 1;
    pointer-events: all;
}

.mobile-menu svg{
    margin-left: auto;
    margin-right: 3vw;
    margin-top: 3vw;
}

.mobile-menu-content{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 10%;
    gap: 10px;
}

.mobile-menu-content a{
    color: white;
    text-decoration: none;
    font-family: "Mont-Bold";
    font-size: 24px;
}

.mobile-menu-content-login{
    padding: 5px 10px;
    border-radius: 50px;
    
    width: fit-content;
    font-family: "Mont-Bold";
    font-size: 18px;
}

.mobile-menu-content-login.in{
    background: linear-gradient(-135deg, #00571D 0%, #87C212 100%); border: 1px solid #093F0F;
}

.mobile-menu-content-login.reg{
    border: 1px solid white;
}

.board-img{ max-width: 90%;}

.article-board h2, h3{
    width: 90%;
    text-align: start;
    font-family: "Mont-Bold";
    font-weight: normal;
    font-size: 20px;
}

footer{width: 100%; background: black; display: flex; align-items: center; margin-top: 30px; padding: 30px 0; justify-content: center;}
.footer-mobile{display: flex; align-items: center; flex-direction: column; gap: 50px;}
.footer-logo{width: 85%;}
.footer-logo img{width: 60%;max-width: 181px;}
.footer-menu-form{width: 85%; display: flex; flex-direction: column; gap: 50px;}
.footer-menu-list{width: 100%;display: flex;flex-wrap: wrap;gap: 10px 20px;}
.footer-menu-list a{color: #ADADAD; font-size: 16px; font-family: "Mont-light"; text-decoration: none;}
.footer-form{width: 100%;border-radius: 10px;background: #262626;padding: 30px 0;display: flex;justify-content: center;}
.footer-form-content{width: 80%;display: flex;flex-direction: column;gap: 30px;}
.footer-form-content-title{width: 100%;font-size: 18px;font-family: "Mont-Bold";}
.footer-form-content-input{width: 100%;position: relative;display: flex;}
.footer-form-content-input input{width: 100%;height: 53px;border-radius: 60px;background: #0D0D0D;border: none;display: flex;align-items: center;box-sizing: border-box;padding-left: 20px;}
.footer-form-content-input button{height: 100%;aspect-ratio: 1/1;display: flex;align-items: center;justify-content: center;border-radius: 100%;background: linear-gradient(203deg, #00571D 0%, #87C212 100%);border: none;position: absolute;top: 0;right: 0; cursor: pointer;}
.footer-form-content-input button img{width: 14px;}
.footer-form-content-description{width: 100%;font-size: 18px;font-family: "Mont-light";color: #ADADAD;}
.footer-partner{width: 85%;display: flex;flex-direction: column;gap: 50px;}
.footer-partner span{width: 100%;color: #ADADAD;font-size: 16px;font-family: "Mont-light";}
.footer-partner-logo{width: 100%;display: flex;flex-wrap: wrap;gap: 20px 10px;}
.footer-partner-logo img{height: 30px;}
.footer-warning{width: 85%;display: flex;flex-direction: column;gap: 10px;}
.footer-warning-age{width: 100%;display: flex;align-items: center;gap: 10px;}
.footer-warning-age-count{aspect-ratio: 1/1;padding: 3px;border-radius: 50%;border: 1px solid #ADADAD;color: #ADADAD;font-size: 12px;font-family: "Mont-Medium";display: flex;align-items: center;justify-content: center;}
.footer-warning-age-text{color: #ADADAD;font-size: 15px;font-family: "Mont-light";}
.footer-warning-info{width: 100%;color: #ADADAD;font-size: 14px;font-family: "Mont-light";}
.footer-tablet{display: none;}
.footer-menu-list.comp{display: none;}
.footer-logo-img{cursor: pointer;}
.footer-partner-logo-item{cursor: pointer;}

.local_desctop_img{display: none;}
.local_mobile_img{display: flex;}

.img-link{
    width: 10px;
}

.img-link img{
    width: 10px;
}

@media(min-width: 768px){

    .content{width: 90%; max-width: 1600px;}
    .content-main{flex-direction: row; justify-content: space-between;}

    .adv-board{
        width: 40%;
        max-width: 325px;
    }
    .article-board{
        width: 70%;
        max-width: 759px;
    }

    .news-section-content{grid-template-columns: repeat(2, 1fr); gap: 15px 30px;}

    .news-section-content-item-img{aspect-ratio: 360/248;}

    .article-board h1{
        font-size: 28px;
    }
    .local_desctop_img{display: flex;}
    .local_mobile_img{display: none;}

}

@media(min-width: 800px){
    .mob{display: none;}
    header{background: #0B0B0B;padding: 0;}
    
    .logo-img{width: 11%; min-width: 80px;}
    .burger{display: none;}
    nav{width: 90%;}
    .nav-menu{display: grid; width: 60%; min-width: 400px; grid-template-columns: repeat(6, auto); justify-content: space-between; max-width: 570px;}
    .nav-menu-item{color: white; text-decoration: none; font-family: "Mont-Regular"; font-size: clamp(12px, 1.2vw, 16px); height: 100%; align-items: center; display: flex; flex-wrap: nowrap; justify-content: center;width: fit-content;}
    .nav-menu-item.active{border-bottom: 1px solid white;}

    .nav-login{display: flex;  display: flex; align-items: center; width: 20%; justify-content: space-between; min-width: 180px;}
    .nav-login-reg{height: fit-content;font-family: "Mont-Bold";font-size: 16px; padding: clamp(3px, 0.5vw + 0.4px, 9px) clamp(5px, 0.7vw + 0.4px, 15px); border-radius: 70px; color: white; border: 1px solid #FFFFFF; background: transparent;}
    .nav-login-in{height: fit-content;font-family: "Mont-Bold";font-size: 16px; padding: clamp(3px, 0.5vw + 0.4px, 9px) clamp(5px, 0.7vw + 0.4px, 15px); border-radius: 70px; color: white; background: linear-gradient(-135deg, #00571D 0%, #87C212 100%); border: 1px solid #093F0F;}


    .footer-mobile{display: none;}
    .footer-tablet{display: flex;justify-content: space-between;  width: 90%; height: fit-content; max-width: 1600px;}
    .footer-tablet-logo{width: 30%;  display: flex; flex-direction: column; justify-content: space-between; max-width: 215px;}
    .footer-tablet-logo img{width: 100%; max-width: 181px;}
    .footer-warning{width: 100%;}
    .footer-tablet-partner{width: 30%;  display: flex; flex-direction: column;}
    .footer-tablet-partner-block{width: 100%;display: flex; flex-direction: column;  gap: 30px;}
    .footer-tablet-partner-title{width: 100%;color: #ADADAD;font-size: 16px;font-family: "Mont-light";}
    .footer-tablet-form{width: 40%; display: flex; flex-direction: column; gap: 30px;}
}

@media(min-width: 1000px){
    .news-section-content{grid-template-columns: repeat(3, 1fr); gap: 15px 30px;}
}

@media(min-width: 1250px){
    .dep{display: flex;}
    .nav-login{max-width: 373px;}
    .nav-login-reg{font-size: 18px; padding: clamp(9px, 0.3vw + 0.4px, 10px) clamp(15px, 0.4vw + 0.4px, 20px);}
    .nav-login-in{font-size: 18px; padding: clamp(9px, 0.3vw + 0.4px, 10px) clamp(15px, 0.4vw + 0.4px, 20px);}
    .nav-login{min-width: auto; width: fit-content; gap: 10px;}
    .logo-img{max-width: 180px;}
    .content{width: 80%;}
    nav{width: 80%; }

    
}

@media(min-width: 1280px){
    .article-board h1{
        font-size: 46px;
    }
    .article-board p, .article-board ul, .article-board a, .article-board ol{
        font-size: 18px;
    }

    .article-board-info-tag span{
        font-size: 20px;
    }

    .article-board-info-mark-content span{
        font-size: 20px;
    }

    .article-board-info-mark-content img{width: 24px;}
    .news-section-title{font-size: 28px;}
    .adv-board{
        max-width: 381px;
    }
    .article-board{
        width: 80%;
        max-width: 1200px;
    }
    .footer-tablet{width: 80%;}
    .footer-tablet-form{max-width: 404px;}
    .footer-tablet-partner{justify-content: space-between; max-width: 716px; width: 40%;}
    .footer-menu-list.comp{display: flex; gap:  10px 20px;}
    .footer-menu-list.tablet{display: none;}
}

@media(min-width: 1280px){
    .news-section-content{grid-template-columns: repeat(4, 1fr); gap: 15px 30px;}
    
}

strong{color: white;}