.archive__item p strong {
    color: #8E8E8E;
    font-weight: 500;
}
.stan__item__badge{
    width:74px;
}
.news-item__content h3{
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 40px;
}
.news-item__content p{
    width: 100%;
    max-width: 652px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
}
.diploms__left strong {
    display: block;
    color: white;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 124%;
    color: white;
    font-size: 21px;
}
#popup-faq input{
    width:100%;
}
#popup-faq textarea{
    width:100%;
    background:none;
    box-sizing:border-box;
    margin-bottom: 47px;
    border:none;
    border-bottom:1px solid #fff;
    color:#fff;
    font-size: 12px;
    height:100px;
}
#popup-faq textarea::placeholder{
    color:#fff; 
}
#popup-faq  textarea::-webkit-input-placeholder{ color:#fff; }
#popup-faq  textarea:-ms-input-placeholder{ color:#fff; }
#popup-faq  textarea::-ms-input-placeholder{ color:#fff; }
#popup-faq  textarea::-moz-placeholder{ color:#fff; opacity:1; }

.stan .tabs__nav  {
    justify-content:flex-start;
}
.stan .tabs__nav a {
    margin:0;
    padding-right:50px;
    position:relative;
    font-weight: bold;
}
.stan .tabs__nav a.active:after {
    width: 100%;
    left: 0;
}
.stan .tabs__nav a:after {
    width: 100%;
    left: 0;
}
.stan .tabs__nav a:last-child:after {
    left: 0;
}

.stan__item{
    display:none;
}
.stan__item.active{
    display:flex;
}

.stan__item:nth-child(2n) {
    background: #eeeeee;
}
.stan__item:nth-child(2n) span {
    color: #004393;
}
.stan__item:nth-child(2n) p{
    color: #000;
}
.stan__item.blue span, .stan__item.blue p {
    color: white;
}
.stan__item.blue {
    background: #004393;
}

.lk-tab{
    display:none;
}
.lk-tab.active{
    display:block;
}
.password-block{
    margin-top:50px;
}

.form-error{
    margin-bottom:10px;
    color:#ff0000;
}
.auth-form .btn{
    margin-bottom:10px;
}

.per__block {
    min-height:460px;
    height:auto;
}
.per__data{
    margin-top:20px;
}

.per__item .custom-select label{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:100%;
}
.per__item .custom-select:after{
    display:none;
}
.custom-select label:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    width: 28px;
    height: 28px;
    background: url(../img/sel1.svg) no-repeat center center;
}
.per__item_select:after{
    display:none!important;
}

.select-dropdown{
    max-height:300px;
    overflow-y:scroll;
}
.reg-form-text{
    color:#fff;
    font-size:18px;
    margin:20px 0;
}

.update-profile .form-error,.update-profile .form-success{
    margin-top:20px;
}

.merch__info  .out-of-stock{
    color:#DC143C;
}
.popup__txt{
    color:#fff;
}
.request-table__wrapper{
    /*padding-top:50px;*/
    box-sizing:border-box;
    width:100%;
    max-width:100%;
}
.request-table {
    border-collapse:collapse;
    border-radius:2px;
    overflow:hidden;
    max-width:100%;
}
.request-table th{
    padding:10px;
    background:rgb(0, 67, 147);
    color:#fff;
    border:1px solid rgb(255, 255, 255);
    border-top:1px solid rgb(0, 67, 147);
    border-bottom:none;
    font-size:12px;
}
.request-table th:first-child{
    border-left:1px solid rgb(0, 67, 147);
}
.request-table th:last-child{
    border-right:1px solid rgb(0, 67, 147);
}
.request-table td{
    padding:10px;
    background:rgb(242, 242, 242);
    border:1px solid rgb(0, 67, 147);
    font-size:12px;
    
}
.request-table  .route-td{
    word-break: break-all;
    overflow-wrap: break-word;
}
.request-table td.nowrap{
    text-wrap: nowrap;
}
.request-table tr:nth-child(even) td{
    background:#fff;
}
.request-table .request-status-select{
    outline:none;
    padding: 10px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.request-table select.status_1 { 
    background-color: #e3f2fd; 
    color: #0d47a1;
    border: 1px solid #bbdefb;
}

/* 2. Предварительная заявка — мягкий серый (черновик) */
.request-table select.status_2 { 
    background-color: #f5f5f5; 
    color: #616161;
    border: 1px solid #e0e0e0;
}

/* 3. Документы получены — нежный фиолетовый или сиреневый (в работе) */
.request-table select.status_3 { 
    background-color: #f3e5f5; 
    color: #7b1fa2;
    border: 1px solid #e1bee7;
}

/* 4. Документы на согласовании — приглушенный песочный/бежевый (ожидание) */
.request-table select.status_4 { 
    background-color: #fff8e1; 
    color: #827717;
    border: 1px solid #ffecb3;
}

/* 5. Сертификаты распечатаны — бледный зеленый (завершено) */
.request-table select.status_5 { 
    background-color: #e8f5e9; 
    color: #1b5e20;
    border: 1px solid #c8e6c9;
}


.container-wide{
    margin:0 auto;
    padding:0 50px;
}

.laur__item a{
    color:#004393;
    transition:0.2s;
}
.laur__item a:hover{
    color:#007aff;
}

.header-laur h1{
    line-height:normal;
}

.per__item input {
    font-size: 18px;
}
.per__item label {
    font-size: 18px;
}

.error {
    border: 1px solid red;
}

@media (max-width: 1500px) {
    .container-wide{
        max-width:100%;
        box-sizing:border-box;
    }
    .request-table__wrapper{
        overflow:scroll;
    }
    .request-table select{
        font-size: 12px;
    }
    .request-table td{
        font-size:12px;
        padding:5px;
    }
    .request-table  {
        overflow:scroll;
    }
    .request-table th {
        font-size:12px;
        padding:5px;
    }
    .request-table tbody{
        
    }
}

.laur__tags{
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:10px;
}
.laur__tags >div{
    margin:0
}
.laur__tags >div:first-child{
    width:100%;
}
.all-laureats-link{
    margin-bottom:30px;
    background: rgb(238, 238, 238);
    color: #004393;
    width:auto;
    border:1px solid rgb(238, 238, 238);
}
.all-laureats-link:hover{
    background: #004393;
    border:1px solid #004393;
    color:#fff;
}
.mb-20{
    margin-bottom:20px;
}

.user-avatar{
    position:realtive;
}
.user-avatar {
    position:relative;
    cursor:pointer;
    margin-right:20px;
}
.user-avatar img {
    margin:0;
}
.user-avatar input{
    display:none;
}
.user-avatar svg{
    position:absolute;
    transform:translate(-50%,-50%);
    left:50%;
    top:50%;
    opacity:0;
    transition:0.2s;
}
.user-avatar:hover svg{
    opacity:1;
}
.user-avatar__text{
    width:152px;
    font-size:12px;
    margin-top:10px;
    text-align:center;
}

.request-table .sort-btn{
    border:none;
    background:rgba(255,255,255,.5);
    margin-top:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:20px;
    width:100%;
    border-radius:3px;
    transition:0.2s;
    cursor:pointer;
}
.request-table .sort-btn:hover,.request-table .sort-btn.active{
    background:rgba(255,255,255,1);
}

.request-table .sort-btn:before{
    content:url('../img/sort-arrow.svg');
    transition:0.2s;
    font-size:0;
}
.request-table .sort-btn.rotate:before{
    transform:rotate(180deg);
}
.request-table input,.request-table textarea{
    padding:5px 2px;
    outline:none;
    width:auto;
}
/*.request-table tr:nth-child(even) td input,.request-table tr:nth-child(even) td textarea{
    background: rgb(242, 242, 242);
}*/
.request-table tr td input,.request-table tr td textarea,.request-table tr td select{
    color:#fff;
    background:#004393;
    outline:none;
}
.request-table tr td input:focus,.request-table tr td textarea:focus,.request-table tr td select:focus{
    outline:none;
}
.request-table tr{
    content-visibility: auto;
    contain-intrinsic-size: 40px;
}

.clusterize-scroll {
    max-height: 800px!important;
}

.loader{
    display:none;
    align-items:center;
    justify-content:center;
    position:fixed;
    width:100%;
    height:100%;
    z-index:1000001;
    background:rgba(0,0,0,.3);
    top:0;
    left:0;
}
.loader img{
    width:200px;
}


.request-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.request_change-standart{
    display:block;
    padding:10px;
    border-radius:5px;
    color:#fff;
    background:#004393;
    transition:0.2s;
    text-decoration:none;
    max-width:300px;
    width:300px;
}
.request_change-standart:hover{
    color:#fff;
    background:#004393;
    opacity:0.9;
}

#scrollArea .request-table{
    margin:0 auto;
}

.change-standart-list {
    display:flex;
    flex-direction:column;
    gap:10px;
}
.change-standart-list li a {
    color:#fff;
}
.change-standart-list li a:hover {
    color:rgba(255,255,255,0.6);
}
.disabled-btn{
    background:#ADADAD;
    border:1px solid #ADADAD;
    width: 100%;
    height: 45px;
    border-radius: 60px;
    color:#000;
}
.disabled-btn:hover{
    background:#ADADAD;
    border:1px solid #ADADAD;
    color:#000;
}
.header-policy{
    background:none;
}

.page-text p{
    font-size:18px;
    color:rgba(28,28,28,.6);
}
.page-text p strong{
    font-size:18px;
    color:rgba(28,28,28,1);
    margin-bottom:2px;
}


.cookie-alert{
	z-index:100001;
	position:fixed;
	display:none;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:column;
	gap:15px;
	width:310px;
	box-sizing:border-box;
	padding:20px;
	left:20px;
	top:200px;
	background:rgba(0,67,147,0.7);
	border-radius:20px;
}
.cookie-alert.show{
	display:flex;
}
.cookie-alert p{
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin:0;
}
.cookie-alert a:hover{
	opacity:.8;
}
.cookie-alert p strong{
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
.cookie-alert p a{
	color:inherit;
}
.cookie-alert__btn{
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
	border:none;
	font-size:14px;
	cursor:pointer;
	transition:0.2s;
	background:none;
	padding:0;
}
.cookie-alert__btn:hover{
    opacity:.8;
}

.consent{
    display:flex;
    gap:10px;
    position:relative;
    margin-bottom:20px;
    cursor:pointer;
}
.consent input{
    opacity:0;
    width:20px!important;
    height:20px;
    position:absolute;
    top:0;
    left:0;
    margin:0!important;
}
.consent .consent__box{
    width:20px;
    height:20px;
    box-sizing:border-box;
    border-radius:2px;
    background:rgba(255,255,255,0.1);
    border:1px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:20px;
}
.consent .consent__box:before{
    content:url(../img/consent_check.svg);
    opacity:0;
    transition:0.2s;
}
.consent input:checked + .consent__box:before{
    opacity:1;
}
.consent .consent__box{
    width:20px!important;
    height:20px;
    box-sizing:border-box;
    border-radius:2px;
    background:rgba(255,255,255,0.1);
    border:1px solid #fff;
}
.consent__text{
    color:#fff;
    font-size:12px;
    text-decoration:none;
}
.consent__text a{ 
    color:#fff;
    transition:0.2s;
    text-decoration:none;
}
.consent__text a:hover{ 
    opacity:0.7;
}
.consent.blue{
    margin-top:30px;
}
.consent.blue .consent__box{
    background:#004393;
    border:1px solid #004393;
}
.consent.blue .consent__text, .consent.blue .consent__text a{ 
    color: #004393;
}


@media (max-width: 992px) {
	.cookie-alert{
		width:calc(100% - 40px);
		top:auto;
		bottom:20px;
	}
}
@media (max-width: 768px) {
	.cookie-alert{
		flex-direction:column;
		align-items:flex-start;
		gap:20px;
	}
	.cookie-alert__btn{
		
	}
}

.form-success,.reset-result{
    color:#fff;
}
.alert-message{
    color:#ff0000;
}
.reset-result{
    color:#00FF66;
}