/* cyrillic */

@font-face {
    font-family: 'pf_dindisplay_probold';
	font-display: swap;
    src: url(pfdindisplaypro-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dindisplay_proregular';
	font-display: swap;
    src: url(pfdindisplaypro-reg-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box !important;
}

html {
	width: 100vw;
	scroll-behavior: smooth;
}
body {
background: url(images/6221097.webp) top center no-repeat;
/*background: -webkit-linear-gradient(to bottom, #eaafc8, #654ea3);  
background: linear-gradient(to bottom, #eaafc8, #654ea3);*/
background-size: cover;

	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: 'pf_dindisplay_proregular', 'Arial', 'Helvetica';
	color: #222;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
.no {
	text-decoration: none;
	border-bottom: none;
}
img {
	border: 0px;
}

p {
	font-family: 'pf_dindisplay_proregular';
	color: #222;
	font-size: 10pt;
}

a {
	color: #7045d1;
	text-decoration:none;
	border-bottom: 1px solid;
	border-color: #7498a9;
	font-family: 'pf_dindisplay_proregular';
	cursor: pointer;
}

a:hover {
	color: #5229af;
	border-color: #5229af;
}

strong {
	font-weight: 600;
}

h1 a {
	font-size: 60pt;
	font-weight: normal;
    font-family: 'pf_dindisplay_proregular';
	line-height: 60%;
	color: #fff;
	border: none;
	line-height: 0.8;
}

h1 a:hover {
	color: #fff;
}

h2 {
    font-family: 'pf_dindisplay_proregular';
    font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 16pt;
	font-weight: normal;
	font-family: 'pf_dindisplay_probold';
	color: #3f3f3f;
}

h5 {
	font-size: 12pt;
	font-weight: 400;
	font-family: 'pf_dindisplay_probold';
	color: #3f3f3f;
	margin:0;
}

a.dotted {
	color: #7045d1;
	text-decoration:none;
	border-bottom: 1px dotted #7498a9;
}

a.dotted:hover {
	color: #5229af;
	border-color: #5229af;
}

.link {
	color: #3f3f3f;
	font-size: 11pt;
	font-weight: normal;
	font-family: 'pf_dindisplay_probold';
	text-decoration: none;
	border-bottom: none;
	text-transform: uppercase;
	margin-right: 20px;
}

.page {
	max-width: 980px;
	width: 85%;
	background: #fff;
	padding: 15px;
	margin: auto;
	border-radius: 15px;
}

.maintable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wh40 {
	width: 100%;
	height: 40px;
}

.wh60 {
	width: 100%;
	height: 60px;
}

.wh20 {
	width: 100%;
	height: 20px;
}

.w100 {
	width: 100%;
}

.bbdotted {
	border-bottom: 1px dotted #ccc;
	width: 100%;
	margin: 30px 0;
	}
	
.line-hor {
	border-top: 1px solid #ffffff35;
	width: 100%;
	max-width:980px;
	margin: 30px auto;
	padding: 30px 0 30px 0;
	text-align: center;
	}

.line-hor p {
	font-family: 'pf_dindisplay_proregular';
    color: #00000091;
    font-size: 9pt;
}

.line-hor a {
	font-family: 'pf_dindisplay_proregular';
    color: #00000091;
    font-size: 9pt;
	border-bottom: 1px solid #00000030;
}

.lh2 {
	line-height: 2;
	font-size: 12pt;
}

.otst {
	padding: 40px;
}

.t-stat tr:hover {
	background: #eef6f7;
}

.t-stat td {
	height: 24px;
}

.spisok-gorodov {
	width: 100%;
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.p1 {
	padding: 15px;
}

[id^=switch] + *{
	display:none;

}
[id^=switch]:target + *{
	display:block;

}
.messageBlockForm {
    display: none;
}
.messageBlockForm.active {
    display: block;
}


.fom-send {
	text-align:center;
}

.addorg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #ccc;
}

.addorg a {
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #00000045;
}

.addorg p {
	color: #000;
	font-size: 9pt;
}

.addorg a:hover {
	color: #7045d1;
	border-bottom: 1px solid #7045d180;
}

.addorg a:before {
	content: "+";
    position: absolute;
    margin-left: -12px;
}

.two-cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.two-cols div {
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.two-cols div h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.article-box {
    width: 100%;
    max-width: 980px;
    margin: 20px auto;
    padding: 20px;
    background-color: #FFF;
    border-radius: 15px;
}

@media screen and (max-width: 746px) {
    .article-box {
        max-width: 85%;
    }

    .article-box .two-cols h4 {
        font-size: 14px;
    }


h1 a {
	font-size: 30pt;
}

h2 {
	font-size: 16px;
}


.p1 {
	padding: 12px;
}
.otst {
	padding: 10px;
}


}