				#loadercat{
					position: relative;
					border-radius: 10px;
					display:none;
					
				}
				.loadercat{
					width: 100%;
					display: flex;
					justify-content: center;
					padding: 10px;
					}

				.error{
					color: tomato;
					border: solid 1px;
					border-radius: 10px;
					padding: 7px 14px;
					margin: 3px 1px;
					background-color: white;
					font-size: 16px;
				}
				#sinf{
					position: fixed;
					top: 20%;
					left: 50%;
					padding: 20px;
					width: 320px;
					margin-left: -200px;
					background: #fff;
					border: 1px solid #ffa500;
					border-radius: 4px;
					z-index: 99999;
					opacity: 1;
					display: none;
					box-shadow: 1px 1px 6px 1px;
				}
				#loaders{
				display: none;
					position: absolute;	
				}

			 .errcom0, .errcom1, .errcom2, .errcom3{
				 display:none;
				border: solid 1px;
				border-radius: 10px;
				padding: 8px 7px;
				margin: 3px 1px;
				background-color: white;
				font-size: 15px;
				background-color: tomato;
				box-shadow: 1px 1px 4px 1px;
			 }
			.errcom2  {
				background-color: tomato;
			}
			.errcom3 {
				background-color: tomato;
			}
			.errcom0 {
				background-color: yellowgreen;
			}
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f5f5f5;
            color: #333;
        }

        #page {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #f5fcff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            min-height: 100vh;
        }

        #shapka {
            background-color: #2c3e50;
            padding: 15px 20px;
            display: flex;
            align-items: center;
        }

        #shapka a {
            color: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 18px;
        }

        #logo {
            border-radius: 50%;
        }

        #header {
            padding: 20px;
            text-align: center;
			background-color: white;
            border-bottom: 1px solid #e9ecef;
        }

        #header h1 {
            margin-bottom: 15px;
            color: #2c3e50;
        }

        #header p {
            color: #6c757d;
            line-height: 1.6;
        }

        .form-request {
            padding: 20px;
            text-align: center;
            background-color: #fff;
        }

        #searchform {
            display: flex;
            justify-content: center;
            gap: 10px;
            max-width: 500px;
            margin: 0 auto;
        }

        .phone {
            padding: 10px 15px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-size: 16px;
            flex: 1;
        }

        #search {
            padding: 10px 20px;
            background-color: #28a745;
            color: #fff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }

        #search:hover {
            background-color: #218838;
        }

        #sinf {
			position: fixed;
			top: 50%;
			transform: translate(-50%, -50%);
			background-color: #fff;
			padding: 20px;
			border-radius: 5px;
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
			z-index: 1000;
			text-align: center;
			margin: 0 auto;
        }

        #loaders {
            width: 50px;
            height: 50px;
        }

        .popup-close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 20px;
            color: #6c757d;
            text-decoration: none;
        }

        #comtop, #numtop, #numtop2 {
            background-color: #2c3e50;
            color: #fff;
            padding: 12px 20px;
            margin-top: 20px;
            font-weight: bold;
        }

        #comentblock {
            padding: 20px;
        }

        #coment {
            background-color: #fff;
            border: 1px solid #e9ecef;
            border-radius: 5px;
            padding: 15px;
            margin-bottom: 15px;
            cursor: pointer;
        }

        #coment:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        #numer {
            font-weight: bold;
            margin-bottom: 5px;
            color: #2c3e50;
        }

        #numer a {
            color: inherit;
            text-decoration: none;
        }

        #numer a:hover {
            text-decoration: underline;
        }

        #otvet {
            color: #6c757d;
            margin: 10px 0;
        }

        #type {
            font-style: italic;
            color: #6c757d;
        }

        #numerblock {
		display: grid;
			grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
			gap: 15px;
			padding: 20px;

			}

        #numpage {
            background-color: #fff;
            border: 1px solid #e9ecef;
            border-radius: 5px;
            padding: 10px;
            text-align: center;
            cursor: pointer;
        }

        #numpage:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }