@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    /* font-family: "Montserrat", sans-serif; */
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	
	
	transition: all 0.3s ease-in-out;
}

body, html {
    /* height: 100%; */
    margin: 0;
    padding: 0;
}

body {
    /* background-image: url("../img/avk_mnstr_002_2_ex_noize_cmpr.jpg");  */
    /* background-image: url("../img/avk_mnstr_002_2_ex4_2_up.jpg");  */
    background-image: url("../img/avk_mnstr_002_2_ex4_2_up_noize_1920.jpg"); 

    background-position: center center; 

    background-size: cover;
    background-attachment: fixed;
	/*
    background-repeat: no-repeat; 
    overflow: hidden;
	*/

}

.center {
    text-shadow: 0px 2px 8px black;
    color: #fff;
    text-align: center;
    line-height: 0em;
    bottom: 1em;
    position: fixed;
    width: 100%;
}

.avk_search {
	text-align: center;
	width: 100%;
	margin-top: calc(55vh - 0px);
	margin-bottom: 25vh;
	transition: margin-top 1s ease, margin-bottom 1s ease;
}

.avk_search.active {
    margin-top: calc(5vh - 0px);
    margin-bottom: 2vh;
}

.avk_search input {
	text-align: center;
    font-size: 2em;
    font-weight: 700;
    width: calc(100vw - 3em);	
    max-width: 450px;
    padding: 0.5em 1em;
    border: 1px solid rgb(238 238 238 / 40%);
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0);
    background-color: rgb(255 255 255 / 40%);
	backdrop-filter: blur(3px);
	transition: all 0.3s ease-in-out;
}


.avk_search input:focus {
    outline: none;

    background-color: rgb(255 255 255 / 65%);
    border-color: #e3d0ff;
    /* box-shadow: 0 0 18px 7px rgb(125 50 243 / 98%); */

    box-shadow: 0 0 18px 7px rgb(125 50 243 / 20%);
	animation: glow 1s infinite alternate;

	backdrop-filter: blur(0px);
	
}

.avk_search input:active {

    box-shadow: 0 0 18px 7px rgb(125 50 243 / 20%);
	animation: glow 1s infinite alternate;

	backdrop-filter: blur(3px);
}

@keyframes glow {
  from {
    box-shadow: 0 0 18px 7px rgb(125 50 243 / 50%);
  }
  to {
    box-shadow: 0 0 50px 35px rgb(125 50 243 / 90%);
  }
}


.avk_search ::placeholder {

    font-size: 0.8em;
	font-weight: 400;
	color: #000000; /* Change to your desired color, e.g., 'red', '#0000ff' */
	opacity: 0.6; /* Override Firefox's default lower opacity */
}

.avk_search button.norm_button {
    font-size: 1em;
    color: #fff;
    padding: 10px 20px;
    background-color: rgb(125 50 243 / 98%);
    border: 1px solid rgb(125 50 243 / 98%);
    outline: 1px solid #ffffff8a;
    box-shadow: 0px 0 5px rgb(125 50 243 / 98%);
    border-radius: 0 0 5px 5px;
    text-decoration: none;
	opacity: 1;
	transition: all 0.4s ease;
}

.avk_search button.norm_button:hover {
	cursor: pointer;
	background-color: rgb(125 50 243 / 90%);
    box-shadow: 0px 0 15px rgb(125 50 243 / 98%);
}





.keyword {
	display: none;
}


/* Фильтр */

#filterContainer {
    background-color: #000;
    margin: 0 auto;
    padding: 0.5em 10vw;
    text-align: center;
}

#filterContainer input {
    width: calc(100% - 2em);
    color: #fff;
    /* max-width: 400px; */
    padding: 1em 1em;
    border-radius: 5px;
    border: 1px solid #ffffff26;
    font-size: 1em;
    background-color: #ffffff12;
}




/* паддинги */

div#companyInfo,
div#results,
div#progress {
    padding: 0.5em 10vw;
}


div#companyInfo {
    background-color: #000;
    color: #00ffcc;
}

div#results {
    background-color: #000;
    color: #00ffcc;
}

div#progress {
    background-color: #000;
    color: #00ffcc;
}
#companyInfo:before {
	content: "";
    display: block;
    margin-right: -10vw;
    margin-left: -10vw;
    margin-top: -100px;
    height: 100px;
    top: 0;
    background: linear-gradient(to top, #000000 0%, transparent 100%);
}



/*
#progress:after {
  font-size: 1.5rem;
  font-weight: bold;
  animation: blink 1s step-end infinite;
}
@keyframes blink {
  50% { opacity: 0; }
}
*/


#companyInfo::after {
    content: "_";
    animation: blink 1s infinite;
    margin-left: 3px;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}


.db_item {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
	border: 1px solid rgb(125 50 243 / 98%);
	box-shadow: 0px 0 5px rgb(125 50 243 / 98%);

    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.db_item b {
	color: #ffcc00;
}

.the_row {
    display: flex;
    flex-wrap: wrap;
    gap: 0em 0.6em;
    align-items: center;
}


.db_item h3 {
	margin-top: 0 !important;
	margin-bottom: 0.1em !important;
}
.db_item h3 a {
	text-decoration:none;
	color: #00ffcc;
}

.db_item.show {
    opacity: 1;
    transform: translateY(0);
}

.db_item:hover {
	background-color: rgb(125 50 243 / 20%);
	box-shadow: 0px 0 10px rgb(125 50 243 / 98%);
}

.edrpou_hover {
	padding: 5px 10px;
	border-radius: 5px;
}
.edrpou_hover:hover {
	cursor: pointer;
	animation: glow 1s infinite alternate;
}




.bottom {
	height: 45vh;
	background-color: #000;
}



.top_button {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 99999;
}

.top_button a {
	color: #fff;
	padding: 11px 10px 6px 10px;
    background-color: rgb(125 50 243 / 98%);
    border-radius: 36px;
    text-decoration: none;
	transition: all 0.4s ease;
}
.top_button a:hover {
	background-color: rgb(125 50 243 / 90%);
    box-shadow: 0px 0 15px rgb(125 50 243 / 98%);
}
.top_button svg {
	height: 1em;
}	
.top_arrow {
	fill: #ffffff;
}


/* Тултип */

/*noinspection ALL*/
body *[title]:hover::after,
a *[title]:hover::after {
	content: attr(title);
    position: fixed;
    z-index: 999;
    top: 1em;
    /* left: 1em; */
    right: 1em;
    max-width: calc(100% - 4em);
    color: #ffffff;
    background-color: rgb(125 50 243 / 90%);
    padding: 1em;
    border-radius: 6px;
}



@media screen and (max-width: 600px) {


/* паддинги */

#filterContainer,
div#companyInfo,
div#results,
div#progress {
    padding: 0.5em 4vw;
}

#companyInfo:before {
    margin-right: -4vw;
    margin-left: -4vw;
}
.db_item {
    font-size: 0.8em;
    line-height: 1.2em;
}

}
