body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #111;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
}

/* HEADER */
.header {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: bold;
    font-size: 20px;
    color: #2e7d32;
}

.menu a {
    margin-left: 15px;
    text-decoration: none;
    color: #111;
}

/* TITLE */
h1 {
    text-align: center;
    margin: 30px 0 20px;
}

/* SEARCH */
.search-box {
    display: flex;
    border: 2px solid #2e7d32;
    border-radius: 6px;
    overflow: hidden;
}

.search-box input {
    flex: 1;
    padding: 12px;
    border: none;
    font-size: 16px;
}

.search-box button {
    background: #2e7d32;
    color: #fff;
    border: none;
    padding: 0 25px;
    font-weight: bold;
    cursor: pointer;
}

.search-box button:disabled {
    opacity: 0.6;
}

/* RESULT */
.result {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
}

/* STATUS */
.status {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 4px 6px;
    border-radius: 4px;
}

.status:hover {
    background: #f1f1f1;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
}

.green {
    background: #2e7d32;
}

.yellow {
    background: #f9a825;
}

.red {
    background: #c62828;
}

/* TOOLTIP */
.tooltip {
    display: none;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 12px;
    max-width: 220px;
    width: max-content;
    z-index: 10;
}

.status.active .tooltip,
.status:hover .tooltip {
    display: block;
}

/* SITES */
.sites {
    margin-top: 40px;
}

.site-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.domain {
    flex: 1;
    word-break: break-all;
}

/* DESCRIPTION */
.description {
    margin-top: 40px;
    line-height: 1.6;
}

/* FOOTER */
.footer {
    margin-top: 50px;
    background: #f9f9f9;
    padding: 20px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-right {
    text-align: right;
}

.footer a {
    display: block;
    text-decoration: none;
    color: #111;
    margin: 3px 0;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}

/* MOBILE */
@media (max-width: 600px) {
    .header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box {
        flex-direction: column;
    }

    .search-box button {
        width: 100%;
        padding: 12px;
    }

    /* ВАЖНО: статус остается справа */
    .site-item {
        flex-direction: row;
        align-items: center;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-right {
        text-align: left;
    }
}

.block_politics_cookies{
	padding: 20px;
	z-index: 999;
	position: sticky;
	bottom: 0px;
	top: 0px;
	background: #aab694;
	color: #fff;
	display: flex;
}

.politics_cookies{
	padding-right: 30px;
}

.button_cookies{
	background: #2e7d32;
	color: #fff;
	border: none;
	padding: 3px 10px;
}

.block_popup_politics_cookies{
	background: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	height: 100%;
	position: fixed;
	display: flex;
	padding: 70px;
	z-index: 999999999;
	bottom: 0px;
	width: 100%;
	justify-content: center;
}

.politics_cookies_text{
	background: #fff;
	padding: 90px;
	width: fit-content;
	min-width: 384px;
	height: fit-content;
	top: 20%;
	width: 60%;
	position: relative;
}

.open_popup_cookie{
	text-decoration: underline dotted;
	font-weight: bold;
  	color: #2e7d32;
}

.block_close_politics_popup{
	position: absolute;
	right: 10px;
	top: 10px;
}

.popup__close-button{
	background: none;
	border: none;	
}

.checkbox_agree_personal_data{
	width: 20px;
  	height: 20px;
}

.block-politika{
	padding-bottom: 30px;
}

.block-button-get-price>input{

}

.link_person_data {
	text-decoration: underline;
}