.rating_filled.stars4-5{
	width: 91%;
}

.rating_filled.stars4{
	width: 80%;
}

.rating_filled.stars3_5{
	width: 71%;
}

.rating_filled.stars3{
	width: 60%;
}

.rating_filled.stars2_5{
	width: 51%;
}

.rating_filled.stars2{
	width: 40%;
}

.rating_filled.stars1_5{
	width: 31%;
}

.rating_filled.stars1{
	width: 20%;
}
.rating_filled.stars0_5{
	width: 11%;
}

.tabcontent.active_tab{
	display:block;
}
.clip_board_text{
	position: absolute;
	font-size: 12px;
	right: 0;
	width: max-content;
	/*padding: 5px 10px;*/
	/*background: #E16262;*/
	/*border-radius: 5px;*/
	/*color: #fff;*/
	bottom: -40px;
	z-index:1;
	padding: 10px 20px;
    background: #626569;
    color: #fff;
    border-radius: 5px;
    z-index: 201;
}

.cookie_popup{
	position:fixed;
	z-index: 100;
	bottom:50px;
	left:30px;
	display:flex;
	flex-direction:row;
	width:100%;
	max-width:470px;
	background:#fff;
	font-family: 'Roboto';
	padding:15px;
	border-radius:15px;
	box-shadow: 0 1px 20px #000000;
	justify-content: space-between;
}
.cookie_popup .cp_left{
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
.cookie_popup .cp_left>a{
	font-size: 14px;
}
.cookie_popup .cp_left a{
	color:#10479a;
	text-decoration:none;
}
.cookie_popup .cp_left a:hover{
	text-decoration:underline;
}
.cookie_popup .cp_right{
	display: flex;
	flex-direction: row;
	align-items: anchor-center;
}

.cookie_popup .cp_right a{
	background: #10479a;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 7px;
}

.cookie_popup .cp_right a:hover{
	opacity:0.85;
}

@media (max-width: 520px) {
	.cookie_popup{
		bottom:0;
		left:0px;
		flex-direction:column;
		max-width:100%;
		padding:10px;
		border-radius:15px 15px 0 0;
		box-shadow: unset;
		justify-content: space-between;
		box-shadow: 0 1px 20px #000000;
	}
	.cookie_popup .cp_left {
		align-items: center;
		font-size: 16px;
		display:block;
	}
	.cookie_popup .cp_right {
		justify-content: center;
		margin-top: 20px;
	}
}
.form_error{
	display:none;
    color: #fff;
    background: #ff6060;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    width: 100%;
    text-align: center;
    border-radius: 6px;
}

.form_error.show{
	display:block;
}
a.selected_level_2{
	color: #10479a;
    font-weight: 500;
}

.loaded_files{
	color: #fff;
}
.loaded_files a{
	color: #fff;
    font-size: 12px;
    background: red;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.tags{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tags.center_tags{
	justify-content: center;
}

.tags a{
	background: #fff;
    padding: 2px 15px;
    border-radius: 7px;
    margin-right: 10px;
	margin-bottom: 10px;
	cursor:default;
}
.tags a:hover{
	color:#fff;
	background:#10479A;
}
.tags a.url{
	cursor:pointer;
}

.pager{
	text-align: center;
    display: flex;
    max-height: max-content;
    height: max-content;
    justify-content: center;
    margin-top: 20px;
}
.pager a{
	color: #10479a;
    border:1px solid #10479a;
    padding: 10px 40px;
    border-radius: 10px;
	min-width:45%;
	max-width:45%;
	display: block;
}

.pager a:hover{
	color: #fff;
	background: #10479a;
}
.scrolltotop{
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #10479a;
    border: none;
    border-radius: 50%;
    bottom: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 80px;
    justify-content: center;
    position: fixed;
    right: 50px;
    text-decoration: none;
    width: 80px;
    z-index: 200;
    border: 2px solid #ededed;
}
.scrolltotop:hover img {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
	 .hidden-768 {
        display: none !important;
    }
}

.copy-link{
	position:relative;
}

.fourth_click:hover{
	opacity:0.7;
}
.hero_scroll_arrow_top{
	width: 20px;
    height: 10px;
    position: absolute;
    right: 41px;
    top: 34px;
    background: url(/static/img/arrow.svg);
    background-size: cover;
    z-index: 999;
    z-index: 0;
}
.hero_scroll_arrow_bottom{
	width: 20px;
    height: 10px;
    position: absolute;
    right: 41px;
    bottom: 34px;
    background: url(/static/img/arrow.svg);
    background-size: cover;
    transform: rotate(180deg);
    z-index: 999;
    z-index: 0;
}
@media (max-width: 1176px) {
	.hero_scroll_arrow_top , .hero_scroll_arrow_bottom{
		display:none;
	}
}


.hide{
	display:none;
}