        /* Style Article */
        ._article { margin-top: 2rem; margin-bottom: 2rem; font-size: 19px;}
        ._article li { margin-bottom: 1rem; margin-left: 2.5rem; }
        ._article li > p { padding: 0px; margin: 0px; }
        ._article ol, ._article ul { margin-bottom: 0.5rem !important; padding: 0px !important; }
        ._article ul > li { list-style-type: disc; }
        ._article ul ul > li { list-style-type: circle; }
        ._article ol > li { list-style-type: decimal; }
        .pt-100 { padding-top: 100px }
        .container {max-width: 100%; margin: auto; height: auto;}
		
		/* Style Table */
	    table {
        border-collapse: collapse; /* Убирает промежутки между границами */
        width: auto; /* Задаем ширину контейнера */
        }
        th, td {
            border: 1px solid #000; /* Чёрная граница вокруг ячеек */
            padding: 8px; /* Внутренний отступ для ячеек */
            text-align: left; /* Выравнивание текста по левому краю */
        }
        th {
            background-color: #f2f2f2; /* Светло-серый фон для заголовков */
        }
		
		
		
		.d-none{display: none;}
		.t-store__prod-popup__close-txt-wr{dislay:block !important;}
		.t-popup__close-wrapper{display:none;}
		.posad-text{
			display: flex;
			flex-direction: column;
			width: 75%;
			margin: auto;
			font-family: 'TildaSans',Arial,sans-serif;
			font-size: 18px;
			font-weight: 300;
		}
		.posad-text p{
		    padding: 0.5rem 0;
		}
		.posad-text h2{
			font-size: 38px;
			text-align: center;
			font-family: 'TildaSans',Arial,sans-serif;
			font-weight: 600;
		}
		@media screen and (max-width: 1000px) {
			.posad-text{
				width: 90%;
			}
		}
		
		.politic-text{
		    display: flex;
			flex-direction: column;
			width: 90%;
			margin: auto;
			font-family: 'TildaSans',Arial,sans-serif;
			font-size: 18px;
			font-weight: 300;
		}
		
		.politic-text p{
		    padding: 0.5rem 0;
		}
		
		@media screen and (max-width: 1000px) {
			.politic-text{
				width: 100%;
			}
			
			.politic-text h1{
				font-size: 1.5em;
			}
		}
	
	
