/*!
Theme Name: Высшая школа экономики
Theme URI: https://wtstudio.ru/
Author: WTS
Author URI: https://wtstudio.ru/
Version: 1.1.4
Tested up to: 5.4
Requires PHP: 5.6
*/

.admin-bar .header{
    top: 30px;
}

._animnation{
    transition: all 0.3s linear;
}

._loader{
    opacity: 0.4 !important;
    pointer-events: none !important;
}

.search-page__tabstag:disabled{
    opacity: 0.4;
    pointer-events: none;
}

.search-page__tabstag._active{
    color: var(--whiteColor);
    background-color: var(--blueColor);
}

.d-none{
    display: none !important;
}

.termin__navlink:not(._navigator-active){
    font-weight: 400px;
    opacity: 0.4;
}


/* Rating start */
.half-stars {
    text-align: center;
}
.half-stars .rating-group {
    display: inline-flex;
    margin-top: 4px;
}
.half-stars input {
    position: absolute;
    left: -9999px;
}
.half-stars label {
    margin: 0;
    cursor: pointer;
}
.half-stars label svg {
    margin: 2px;
    height: 18px;
    width: 18px;
    fill: #FFC300;
    transition: fill 0.1s;
}
.half-stars .hsr {
    padding-right: 0;
    margin-right: -18px;
    width: 18px;
    overflow: hidden;
    z-index: 2;
}
.half-stars input:checked ~ label svg {
    fill: white;
}
.half-stars .rating-group:hover label svg {
    fill: #FFC300;
}
.half-stars .rating-group input:hover ~ label svg {
    fill: white;
}
  
.search-page__tabstitle._active{
    pointer-events: none;
}

.search-page__tabstag._active{
    pointer-events: none;
}

.search-page__tagscont, .search-page__tabsnavigationcont{
	display: grid;
    width: 100%;
    grid-template-columns: 95px 1fr;
    gap: 20px;
}

.news__lefttag{
	margin-right: 0;
}

.logo_laptop{
	display: none;
}

.header__logo{
	width: 6rem;
}

.header{
	position: absolute;
	transition: all 0.3s linear;
}

.header.__active{
	position: fixed;
}

@media (min-width: 991px) and (max-width: 1440px) { 
	.__active .menu__list>li>a {
        padding: .6375rem .7375rem;
    }
	
	.__active .header__bottom{
		gap: 0.85rem;
	}
	
	.__active .menu__list>li>a {
    	font-size: 1.025rem;
	}
	
	.__active .header__searchholder {
    	font-size: 0.925rem;
	}
	
}

@media (max-width: 700px) { 
	.wrapper {
        padding-top: 2.75rem;
    }
}

.privacy_policy{
	border-radius: 8px;
 	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 20px 150px;
	width: 100% !important;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 12px;
    line-height: 1.35;
    color: #0f2857;
    font-weight: 400;
    font-family: 'HSESans';
	text-align: center;
	z-index: 9;
	display: none;
}

.privacy_policy.__active{
	display: block;
}

.privacy_policy a{
	color: rgb(15, 40, 87);
    border-bottom: 1px solid rgb(15, 40, 87);
    box-shadow: none;
    text-decoration: none;
}


.privacy_policy .privacy_policy_btn{
	position: absolute;	
	transition: opacity ease-in-out 0.2s;
	top: 40% !important;
	right: 100px !important;
	opacity: 1 !important;
	cursor: pointer;
}

.privacy_policy_btn *{
	pointer-events:none;
}

@media (max-width: 1000px) {
	.privacy_policy{
		padding: 20px 30px;
	}
	
	
	.privacy_policy .privacy_policy_btn {
		top: 8% !important;
		right: 11px !important;
	}
}

@media (max-width: 560px) {
	.privacy_policy{
		font-size: 10px;
	}
}

/* 404 page start */
.page_not_found{
	padding-top: 7.8rem;
	padding-bottom: 3.85rem;
}

.page_not_found_block{
	height: calc(100vh - var(--header-footer-height));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 3rem 5rem;
    position: relative;
    min-height: 520px;
}

.page_not_found h1{
	color: #ffffff;
    font-size: 150px;
    font-family: 'HSESans', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	margin-bottom: 1rem;
}

.page_not_found p{
	color: #ffffff;
    font-size: 18px;
    font-family: 'HSESans', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.page_not_found a{
	color: #ffffff;
    font-size: 18px;
    font-family: 'HSESans', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    background-color: #002f87;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	padding: 1rem 4rem;
}

.page_not_found_content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.page_not_found_content_text{
	margin-bottom: 3rem;
}


@media (max-width: 560px) { 
	.page_not_found_block{
		padding: 3rem 2rem;
		background-position: left;
	}
	
	.page_not_found{
		padding-top: 4.8rem;
	}
}

/* 404 page end */

@media (max-width: 47.9988em) {
	.article-item__content{
		position: unset;
	}
	
    .article-item .article-item__name a:before {
		content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
		left: 0;
    }
	
	.section-block__container {
		display: grid;
		gap: 1.5rem;
	}
}


@media (max-width: 71.9988em) {
	.article-item .article-item__text {
		display: none;
	}
}

@media (min-width: 1045px) {
    .page {
        padding-top: 4.875rem;
    }
}

@media (max-width: 1045px) {
    .page {
        padding-top: 2.9375rem;
    }
}