body {
     /*background-image: url("/images/background_04.jpg");*/
    background: linear-gradient(0deg, #232333 0%,#474766 100%);
    height: 100vh;
}

.container:nth-child(2) {
    display: none;
}

.tags{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: black;
	/*margin-left: 0.8%;*/
	height: 70vh;
	overflow: auto;
	/*display: none;*/
}

.tagsWrap {
	display: flex;
	width: 99vw;
	padding: 0 0.5vw;
	/*flex-direction: column;*/
	/*justify-content: center;
	align-items: center;*/
	/*border: 2px dashed yellow;*/
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.dropDownList {
	width: 100%;
	display: flex;
	align-items: center;
}

.tags-none{
	display: none;
	/*height: 0px;*/
	flex-wrap: wrap;
}

.wrap_for_tag_options{
	width: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tags_for_search{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	cursor: pointer;
}

.tags_for_search_active{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px 3px green inset;
	opacity: 1;

}

.tags_for_search_inactive{
	box-shadow: none;
	background-color: green;
	opacity: 0.5;

}

.tags_for_ban{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	cursor: pointer;

}

.tags_for_ban_active{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px 3px red inset;
	opacity: 1;

}

.tags_for_ban_inactive{
	box-shadow: none;
	background-color: red;
	opacity: 0.5;

}

.tags_for_question{
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.blank{
	width: 100%;
	/*background-color: red;*/
}

.tag{
	/*width: 10%;*/
	width: calc(100% / 12);
	/*border: 2px dashed yellow;*/
	cursor: cell;
	font-size: 15px;
	line-height: 0.8;
	font-weight: bold;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	/*display: none;*/
	background-position: 50%;
	background-size: cover;
	/*padding-left: 5px;*/
}

.tag:hover{
	/*background-color: red;*/
	filter: opacity(0.85);
}

.tagActive{
	box-shadow: inset 0px 0px 20px 7px #f0f7fa;
}

.tagBan{
	box-shadow: inset 0px 0px 20px 9px black;
}

.wrap_for_params {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 5;
	position: relative;
}

.load {
	position: absolute;
	top: 200px;
	left: 45%;
	z-index: 2;
	/*opacity: 0;*/
    display: none;
}

.search, .params {
	/*-moz-box-shadow:inset 1px 1px 28px 1px #54a3f7;*/
	/*-webkit-box-shadow:inset 1px 1px 28px 1px #54a3f7;*/
	/*box-shadow:inset 1px 1px 28px 1px #54a3f7;*/
	/*background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);*/
    background: linear-gradient(180deg, #474766 0%, #232333 50%,#474766 100%);
	background-color:#007dc1;
	border-radius:0px;
	border:2px solid #232333;
	display:inline-block;
	cursor:pointer;
    color: #CECEE5;
	font-family:Arial;
	font-size:22px;
	padding:4px 43px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	width: 100%;
	padding-left: 48%;
	/*visibility: hidden;	*/
	/*height: 50px;*/
}

.search:hover, .params:hover {
	/*background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);*/
    background: linear-gradient(180deg, #232333 0%, #474766 50%,#232333 100%);
	background-color:#0061a7;
}
.search:active, .params:active {
	position:relative;
	top:1px;
}

.imagesBlock {
	/*border: 2px dashed yellow;*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/*display: none;*/
	/*margin-bottom: 25px;*/
}

.img {
	/*border: 2px dashed red;*/
	/*width: 10%;*/
	width: calc(100% / 8);
	position: relative;
	z-index: 1;
	/*display: flex;*/
	/*border: 2px dashed yellow;*/
	
}

.thumb {
	width: 100%;
}

.play {
	position: absolute;
	top: 20%;
	left: 20%;
	height: 60%;
}

.thumbViews:hover {
	opacity: 1;
}

.thumbViews {
	opacity: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #dbd4fd;
	font-size: 16px;
	/*font-weight: bold;*/
	display: flex;
	align-items: flex-end;
	background: linear-gradient(to top, rgba(35, 35, 51, 1) 0%, rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0) 20%);
}

.thumbViews1 {
	/*position: absolute;*/
	/*bottom: 0;*/
	width: 50%;
	height: 20%;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	padding-left: 12%;
	/*border: 2px dashed green;*/
	/*color: white;*/
	/*font-size: 16px;*/
}

.thumbViews2 {
	/*position: absolute;*/
	/*bottom: 0;*/
	width: 50%;
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 12%;
	/*border: 2px dashed green;*/
	/*color: white;*/
	/*font-size: 16px;*/
}

.img_view {
	height: 12px;
}

.img_popular {
	height: 16px;
}
	
.blur {
    overflow: hidden;
    filter: none;
    box-shadow: inset 0px 0px 0px 7px white;
}

.blur .thumb {
    filter: blur(9px);
	transform: scale(1.1);
	/*visibility: hidden;*/
}

.pag {
	/*margin-left: 45%;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.pag a, .pag span {
	/*padding: 10px;*/
	/*margin: 10px;*/
	width: 55px;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
    color: #CECEE5;
    background: linear-gradient(20deg, #474766 0%,#232333 80%);
	display: flex;
	justify-content: center;
	align-items: center;
}












.footer {
	display: none;
}

.flash {
    position: absolute;
    top: 300px;
    margin-left: 20%;
    padding: 0 20px;
    width: 60%;
    height: 150px;
    /*background: linear-gradient(180deg, #0052A5 0%,#00468C 30%,#0066CC 50%,#004182 80%);*/
    background: linear-gradient(180deg, #232333 20%,#474766 100%);
    color: white;
    font-size: 32px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.showFlash {
    animation: showFlash;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes showFlash {
  0% { visibility: visible; opacity: 0; }
  100% { transform: translateY(50px); opacity: 1; visibility: visible;}

}

.hideFlash {
    animation: hideFlash;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes hideFlash {
  0% { transform: translateY(50px); opacity: 1; visibility: visible;}
  100% { transform: translateY(100px); visibility: hidden; opacity: 0; }

}

.info_search {
    position: absolute;
    width: 60%;
    margin-left: 20%;
    margin-top: 2%;
    /*height: 200px;*/
    /*border: 4px dashed white;*/
    background-color: #1E5799;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
    /*flex-direction: column;*/
    align-items: center;
    visibility: hidden;
    box-shadow: 20px 20px 70px 00px #A8AEFF;
    /*display: none;*/
    /*background: linear-gradient(#0052A5 0%, #004182 70%);*/
    background: linear-gradient(180deg, #232333 0%,#474766 80%);
    color: #CECEE5;
    font-weight: bold;
}

.info_search p {
    order: 5;
    padding: 20px 20px;
    font-size: 30px;
}

.exitInfo {
    order: 3;
    /*background: linear-gradient(#0052A5 0%, #004182 70%);*/
    background: linear-gradient(180deg, #232333 20%,#474766 100%);
    cursor: pointer;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*visibility: hidden;*/
}

.exitInfo:hover {
    /*animation: rotate;*/
    /*animation-duration: 1s;*/
    /*animation-fill-mode: forwards;*/
    /*visibility: hidden;*/
    text-decoration: none;
    color: #CECEE5;
    /*background: linear-gradient(180deg, #004182 0%,#0066CC 30%,#00468C 50%,#0052A5 80%);*/
    background: linear-gradient(0deg, #232333 0%,#474766 80%);
}

.switchLang {
    position: absolute;
    width: 20%;
    /*margin-left: 40%;
    margin-top: 25%;*/
    padding-top: 10px;
    /*height: 200px;*/
    /*border: 4px dashed white;*/
    background-color: #1E5799;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /*visibility: hidden;*/
    opacity: 0;
    box-shadow: 20px 20px 70px 00px #A8AEFF;
    /*display: none;*/
    /*background: linear-gradient(#0052A5 0%, #004182 70%);*/
    background: linear-gradient(180deg, #232333 0%,#474766 80%);
    color: #CECEE5;
    font-weight: bold;
}

.showSwitchLang {
    animation: showSwitchLang;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes showSwitchLang {
  0% { transform: translate(-160px, -80px) scale(0.1);  opacity: 0; }
  /*20% { opacity: 0.75; }*/
  100% { transform: translate(20px, 20px) scale(1); opacity: 1; }

}

.hideSwitchLang {
    animation: hideSwitchLang;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes hideSwitchLang {
  0% { transform: translate(20px, 20px) scale(1); opacity: 1; }
  /*20% { opacity: 0.75; }*/
  100% { transform: translate(-160px, -80px) scale(0.1); opacity: 0; display: none; }

}

.exitSwitchLang {
    order: 3;
    /*background: linear-gradient(#0052A5 0%, #004182 70%);*/
    background: linear-gradient(180deg, #232333 20%,#474766 100%);
    cursor: pointer;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exitSwitchLang:hover {
    text-decoration: none;
    color: #CECEE5;
    background: linear-gradient(0deg, #232333 0%,#474766 80%);
}