/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3event_picture_bezop
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-readyf

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.ntr{
		
		background-color:#f1eeee;
	}

.ntd{
		padding:20px;
	}
	


article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}



figure {
	margin: 1em 0;
	
}
.to-news{
	text-align:center;
	max-width:1000px;
	height:auto;

	margin:0 auto;
	padding:10px;
	
	
}



hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

.post-img-p{
	width:400px;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin-right: 5px;
}
.alignright {
float: right;
margin-left: 5px;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;

border-radius: 3px;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

.news-post p{

}

.to_news{
	
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}



audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


.post-news-block img{
    opacity: 1;
    transition: opacity 124ms linear, transform 124ms linear;  /* Плавное изменение прозрачности и увеличения */
	width: 100%;
	height: auto;
    display: block; /* Убираем полосу под картинкий */
}
.post-news-block:hover img{
    opacity: 1; /* Высветляем картинку, но она становится темнее, так как под ней черный фон */
    transform: scale(1.05); /* Увеличение картинки */
}


.knopki1 {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

/*направления*/

.range_napr{
    margin:0 auto; 
    width:90%; 
     height: 320px;
	display: flex;
    justify-content: space-around;
    flex-direction: row;
 }
 
 .block_napr{
     display:inline-block;
     width: 24%;
     vertical-align:top;
     font-family: 'Exo 2', sans-serif;
     margin-top:15px;
     border-radius: 10px;

 }	
 
 .block_napr:hover {
     transform: scale(1.05); /* Увеличиваем масштаб */
     transition: all 0.5s ease;
 }
 
 .post-news-body-napr{
     
     padding:5px;
     height:100px;
     font-size:15px;
     text-align: center;
     border-radius: 0 0 15px 15px;
	 border-color: #dbb1f1;
	 background-color: #ededed;
	 border-top: none;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
 }	
 
 .post-news-body-napr p{
   font-size:17px;
     color: white;
     margin-top:10px;
     text-decoration: none;
 }	
 
 .napr-h{
     margin-top:10px;	
     font-size:19px;
     margin-left:5px;
     transition: 1s; /* Время эффекта */
     text-align: center; 
 }
 
 
 .post-news-block-napr img{
     opacity: 1;
     transition: opacity 124ms linear, transform 124ms linear;  /* Плавное изменение прозрачности и увеличения */
     width: 100%;
     height: auto;
     border-radius: 15px 15px 0 0;
     display: block;
	 
 }
 .post-news-block-napr:hover img{
     opacity: 0.99; /* Высветляем картинку, но она становится темнее, так как под ней черный фон */
     
 }
 
 .post-news-block-napr{
     height:150px;
     font-size:17px;
     border-radius: 10px 10px 0 0;
     margin: 0;
	 border-color: #dbb1f1;
 }



.su-spoiler.my-custom-spoiler > .su-spoiler-title {

	/* Text Size */
	font-size: 17px;
}

.su-spoiler.my-custom-spoiler > .su-spoiler-title > .su-spoiler-icon {
	/* Icon Color */
	color: #725ccc;
}







.container-pedagog {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: center;
}

.photo-pedagog {
	margin-right: 5px;
}

.photo-pedagog img{
	width: 380px;
	border-radius: 15px;
}

.opisanie-pedagog {
	width: 400px;
	font-size: 14px;
	font-family: system-ui;
	margin-left: 15px;
	line-height: 1.5;
}

.o-sebe {
	width: 600px;
	font-size: 14px;
	font-family: system-ui;
	margin: 0 auto;
	text-align: justify;
}

.banner-sharabarina{
    font-family: 'Exo 2', sans-serif;
    text-align:center;
    color:#fff;
	 padding:180px;
	background-color:#f3f3f3;
	border-radius:20px;
	font-size:50px;
	 background: url(http://aucentr.ru/wp-content/uploads/2023/04/photo_2023-04-09_13-05-46.jpg) center no-repeat;
      background-size: cover;
	
   
}

.title_shar {
    font-family: system-ui;
    font-size: 20px;
    text-align: center;
	color: #212529;
}

.video-sharabarina {
	display: flex;
	justify-content: space-evenly;
    flex-wrap: wrap;
}

.banner_sharabarina{
	max-width:1400px;
	margin:0 auto;
	height:400px;
	
}

.banner_shar{
	max-width:100%;
	height:100%;
	margin:0 auto;
	
	background: url(http://aucentr.ru/wp-content/uploads/2023/04/4533355-копия.png) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}

.flex-sharabarina {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
}

.info-sharabarina {
	display: flex;
	flex-direction: column;
	width: 600px;
}

.doc-sharabarina {
	width: 500px;
	    display: flex;
        flex-direction: column;
    justify-content: center;
	margin-left: 20px;
}


.alm-reveal {
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
}


.flex-sponsor {
	display: flex;
	align-items: center;
}








button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}
.form-z{
	text-align:center;
	 font-family: 'Exo 2', sans-serif;
	 font-size:14px;
	 text-align:center;
    color:#224938;
	    margin-top: 20px;
	padding: 20px 0;
    background: #f3f3f3;
    font-weight: 300;
    text-align: center;
    color: #000;
  
    font: 140% Arial,Helvetica,sans-serif;
}
.form-z-d{
	text-align:center;
	 font-family: 'Exo 2', sans-serif;
	 font-size:14px;
	 text-align:center;
    color:#224938;
	    margin-top: 20px;
	padding: 20px 0;
    background: #f3f3f3;
    font-weight: 300;
    text-align: center;
    color: #000;

  
    font: 140% Arial,Helvetica,sans-serif;
}

.alignnormal{
	width:700px;
	margin:0 auto;
}



#gg{
	max-width:700px;
margin:0 auto;
}

#ggg{
	max-width:700px;
margin:0 auto;

}

.bigh-row{
	max-width:95%;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}

.bigh{
	width:100%;
	height:auto;
	
}

#nav-single{width:100%;font-weight:bold;color:#333;font-size:15px;line-height:20px;display:inline-block;}
#nav-single a{font-weight:normal;font-size:13px;margin-top:15px;}
#nav-single .nav-next{width:45%;float:right;text-align:right;}
#nav-single .nav-previous{width:45%;float:left;}
.header_top{

max-width: 1200px;
margin:0 auto;
margin-top: 20px;
	height:auto;
	
}
.header_top-1{

max-width: 2200px;
margin:0 auto;
margin-top: 20px;
	height:auto;
	padding:70px;
}
.header-t-1{
margin:0 auto;
max-width: 1100px;
height:auto;	
}

.logo_flex, .logo_flex_1, .header_contact,.search,.header_btn, .logo_flex_6{
  display:inline-block;  
  vertical-align: middle;
 font-family: 'Exo 2', sans-serif;
 margin-left:20px;
}

.custom-header{
	margin-bottom:0px !important;
}

.logo_flex{
 max-width:370px;
 
}

.logo_flex_1 {
    max-width: 300px;
}

.logo_flex_3{
 max-width:270px;
 
}

.logo_flex_4{
max-width:360px;	
}




.logo_flex_3, .logo_flex_4,.header_contact-1{
  display:inline-block;  
  vertical-align:top;
 font-family: 'Exo 2', sans-serif;
 margin-left:20px;
	margin-top:10px;
}

.header_contact{
  width:230px;
  text-align:left;
  padding:0px;
 font-size:14px;
   border-right:1px solid #dbcaca;
}

.header_contact-1{
 max-width:350px;
  text-align:left;
  padding:0px;
 font-size:14px;
   
}


.text-bold-1 {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    color: #450505;
	font-size:17px;
}
.info-depart{
	   font-family: 'Exo 2', sans-serif;
    text-align: left;
    color: #450505;
	font-size:15px;
	font-weight: 300;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background: #012748;
}

.header-contact__mail {
    background: url(https://polaris-adygea.ru/templates/jblank/images/svg/pochta_shapka.svg) no-repeat left 50%;
    padding-left: 20px;
    padding-bottom: 5px;
}

.search_1{
	margin:0 auto;
}

.fp1{
	list-style:none;
	 text-decoration:none;
}

.fp1 a{
	list-style:none;
	 text-decoration:none;
}

.fp12{
	list-style:none;
	 text-decoration:none;
}

.fp12 a{
	list-style:none;
	 text-decoration:none;
}

.fp111{
	list-style:none;
	 text-decoration:none;
}

.fp111 a{
	list-style:none;
	 text-decoration:none;
}

.fpvk a{
	list-style:none;
	 text-decoration:none;
}
.fptg a{
	list-style:none;
	 text-decoration:none;
}


.fp3{
		list-style:none;
	 	text-decoration:none;
		text-align: left;
		font-family: system-ui;
		font-size: 14px; 
}

.fp3 a{
	list-style:none;
	 text-decoration:none;
}

/*структура*/

.link_section {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.link_section p {
	font-size: 20px;
}

.link_section a {
	color: #491DDD;
}

.card_structure_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.card_structure {
	display: flex;
	flex-direction: column;
    align-items: center;
	width: 300px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.card_structure img {
	width: 250px;
	height: 250px;
	border-radius: 5%;
	object-fit: cover;
	object-position: top;
}

.card_structure h2 {
	margin: 10px 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	font-size: 16px;
}

.card_structure p {
	margin: 5px 0;
	color: #555;
	text-align: center;
	font-size: 16px;
}

.card_structure p span {
	margin: 5px 0;
	color: #555;
	text-align: center;
	font-size: 18px;
}



/*структура*/




.ruk-logo{
	max-width:1200px;
	height:auto;
		margin: 0 auto;
}

.ruk-align{
	max-width:1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.ruk-align-center {
	max-width:1000px;
	margin: 0 auto;
    display: flex;
	flex-direction: column;
}

.ruk-align-0{
	max-width:300px;
	margin: 0 auto;
}

.ruk-align-1{
	max-width:640px;
	margin: 0 auto;
}

.ruk-align-2{
	max-width:870px;
	margin: 0 auto;
}

.ruk-logo-korrect{
	max-width:400px;
	margin:0 auto;
	display:inline-block;
	vertical-align:middle;
	margin-top:20px;
}	

.ruk-logo-korrect-1{
	max-width:400px;
	margin:0 auto;
	<!--display:inline-block;-->
	vertical-align:middle;
	margin-top:20px;
	
		
	
}
.ruk-logo-korrect-3{
	max-width:350px;
	margin:0 auto;
	

	vertical-align:middle;
	margin-top:20px;
	
}

	
	
}
.footer-info{
	background-color:red;
	max-width:300px;
}



.ruk-info{
	width:110px;
	height:110px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/02/Никулина_Евгения_Викторовна_руководитель_Регионального_центра_копия.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
   
  
	
}

.ruk-info1{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/09/сингатуллина.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
   
  
	
}


.ruk-info-voroncova{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/09/воронцова.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}



.ruk-info-merculova{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/09/Меркулова.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}



.ruk-info-Vigans{
	width:110px;
	height:110px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/10/ВигантсЯВ.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}


.ruk-info-Pshen{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/06/Пшенникова-копия.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}


.ruk-info-Zydov{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/10/Зуев-С.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}

.ruk-info-chernomorec{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/08/photo_2023-08-15_15-45-56-копия.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}


.ruk-info-koroshenko{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2025/02/Корощенко_Анна_Николаевна_методист_РЦ.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}

.ruk-info-svincova{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/10/Свинцова.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}


.ruk-info-Rodina{
	width:110px;
	height:110px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/12/Родина-Оксана-Геннадьевна-заместитель-руководителя-копия-1.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
   
  
	
}

.ruk-info-Rodina1{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/12/Родина-Оксана-Геннадьевна-заместитель-руководителя-копия-1.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}



.ruk-info-stepanenko{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/03/Степаненко-Т.С..png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}


.ruk-info-sapenko{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/10/Сапенко-Виктория-Юрьевна-.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}




.ruk-info-Vigans, .text-info-r_1 {
    display: inline-block;
    vertical-align: middle;
}


.ruk-logo-korrect-sovet-z{
	max-width:400px;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-top:40px;
	
	
}

.ruk-logo-korrect-sovet-u{
	max-width:400px;
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-top:30px;
	
	
}
.ruk-info-gladkov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/07/image_2023-07-25_17-40-57.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-ruhlenko{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/ruhlenko.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}
.ruk-info-sidorova{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/sidorova.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-singatullina{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/singatullina.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


.ruk-info-syrovatskyi{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/syrovat.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


.ruk-info-akinchin{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/akinchin.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-akinchin{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/akinchin.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-altynnik{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/altynnik.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;

}
.ruk-info-gluh{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/06/Глуховская-Марина-Владимировна-копия.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;	
}

.ruk-info-andreeva{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/andreeva.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-anciferov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/anciferov.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-duin{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/duin.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-ignatenko{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/ignatenko.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


	
.ruk-info-partusevich{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/pratusevich.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-tarabaeva{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/tarabaeva.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-paponov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/paponov.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-hripunov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/hripunov.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-ivanov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/hripunov.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-chehunov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/04/chehunov.jpg) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-gorlov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/gorlov.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-borisenko{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/borisenko.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


.ruk-info-kozhemykin{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/kozhemykin.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-dubencov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/dubencov.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


.ruk-info-lanin{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/lanin.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}
.ruk-info-nikulin{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/nikulin.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-htey{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/htey.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-belokurova{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/belokurova.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-bolotov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/bolotova.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-zhirov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/zhirova.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-tomichek{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/tomichec.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}
.ruk-info-sharabarin-m{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/sharabarin.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-yckovskyi{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/yckovscki.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-typugina{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/typugina.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-gricenko{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/gricenko.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-naiman{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/найман.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


.ruk-info-koroleva{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/koroleva.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-sapryka{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/sapryka.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


.ruk-info-shapalov{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/05/shapovalov.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}


.ruk-info-talachenko{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/talachenko.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

.ruk-info-karagodina{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/03/karogodina.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}

#u1315-3{
	margin: 0 0 0em;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    text-align: center;
}

.name_sovet{
	 text-align: center;
	font-weight: bold;
}

.ruk-info-1{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/зубарева.jpg) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
	
}
.ruk-info-2{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/homenko.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-3{
width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/buziahvili.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}


.ruk-info-bortnik{
width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/bortnik.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}


.ruk-info-zhigalova{
width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/zhigalova.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-ruhlenko{
width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/01/ruhlenko.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-tishina{
width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/tishina.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-papchenko{
width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/Papchenya_Aleksey_Leonidovich-300x300.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-4{
		width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/voichenko.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-5{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/kostuchenko.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-6{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/glagoleves.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-7{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/glagolevsn.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-8{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/ivanov.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-9{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/klet.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-10{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/pavlova.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-11{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/kurganskik.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-12{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/kurganskisi.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-13{
width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/starikov.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-14{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/teplov.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-15{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/tetuhin.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-16{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/horkina.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-17{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/shevchenko.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-18{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/shmeleva.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-19{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/cheglov.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-20{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/aleinik.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}
.ruk-info-21{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/09/boruha1.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-24{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/07/n5t74Fb-e1690363436498.jpeg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}



.ruk-info-bgu{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/bstu.png) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}

.ruk-info-bgtu{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/bd3245df725766ed1683bf83041a6455.png) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}

.ruk-info-bgau{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/11/FBA17E122A86E255AA3888494A2BFAD8.png) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}

.ruk-info-rgo{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/scale_1200.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}

.ruk-info-bgiik{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/03/1F293008BED943CBFD0C1FCECCEB817E.png) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}


.ruk-info-okt{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/03/photo_2023-02-20_22-42-57.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}


.ruk-info-tkip{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/03/rO2g4M0y83o.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}


.ruk-info-brmc{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/kZWZhL3m3e4t4BiYYf4u6jLCWO5ImrPO-sRpED_HO1B3BiLq-RU7iEaRkKa_RqnHRxm5huLY.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}

.ruk-info-stpet{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/05/block_ru.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}


.ruk-info-talant{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/05/28d3e96e-5f73-4ba3-a76f-4b21391b8384.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}



.ruk-info-sportschool{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/logo.png) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}

.ruk-info-cmi{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/1.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}

.ruk-info-resurs{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/02/ko1YYHKNfIQ.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}


.ruk-info-kvant{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/03/kvantorium.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}


.ruk-info-tvor{
	width:220px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/03/1ZQChCKdh6A.jpg) center no-repeat;
    background-size: contain;
	margin: 0 auto;
	
}


.ruk-info-22{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/polezhaev.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-23{
	width:120px;
	height:170px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/11/poluhin.jpg) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-logo-korrect-sovet{
	max-width:470px;
	margin:0 auto;
	
	
}
.name-sovet{
	font-size: 16px;
    text-align: center;
	font-weight: bold;
}


.ruk-info-rzhevskaya{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/02/11zon_cropped.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
}


.ruk-info-eremenko{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/06/Еременко-Светлана_методист-копия1.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
}

.ruk-info-bogomazova{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/10/Богомазова.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
}

.ruk-info-dedovec{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/10/Дедовец.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
}


.ruk-info-s{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/09/shar.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
}

.ruk-info-n{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/09/bolhovitina.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
}
.ruk-info-v{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/09/ivan-1.png) center no-repeat;
    background-size: cover;
		margin: 0 auto;
	
}

.ruk-info-d{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/09/dmitriy.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-a{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/05/Шляхова.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-a2{
	width:150px;
	height:150px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/05/Шляхова.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-g{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/04/глеб-1.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-siankoMB{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/09/Сиянко-М.В.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-tonkih{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/10/Тонких-копия.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}

.ruk-info-AceevaDS{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2024/04/11zon_cropped-2-1.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}	

.ruk-info-TimoshenkoAA{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/09/Тимошенко-А.А.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}	

.ruk-info-LadnixTA{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/09/Ладных-Т.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}	

.ruk-info-DzerovichMM{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/09/Дзерович-ММ.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}

.ruk-info-Cher{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/12/Черняева-Юлия_-методист-Центра-копия-1.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}


.ruk-info-sytnik{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/06/Сытник-Анастасия-Владимировна_-методист-РегЦентра-копия.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}

.ruk-info-Myh{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/06/Мухартов-Андрей-Александрович-копия.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}

.ruk-info-Mil{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/06/Милёхин-Андрей-Викторович.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}

.ruk-info-Fun{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/06/Фунтикова-АВ-копия.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}

.ruk-info-Arteb{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/06/5916667e-a247-4b31-b6d7-35d17b60a4e0-копия.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
}



.ruk-info-k{
	width:90px;
	height:90px;
	background: url(http://aucentr.ru/wp-content/uploads/2020/10/kvashina.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;
	
}


.ruk-info-psiholog{
	width:718px;
	height:718px;
	background: url(http://aucentr.ru/wp-content/uploads/2021/10/PS.png) center no-repeat;
    background-size: cover;
	margin: 0 auto;

	
}


.text-info-r{
	width:230px;
	height:auto;
	margin-left:5px;
}

.text-info-ra{
	width:300px;
	height:auto;
	margin: 0 auto;
}

.text-info-r_1{
	width:260px;
	height:auto;
	margin-left:15px;
}

.ruk-info,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}



.ruk-info,.text-info-r_1{
	display:inline-block;
	vertical-align:middle;
}



.ruk-info,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info1,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-n,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}


.ruk-info-g,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-Arteb,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-siankoMB,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-tonkih,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}


.ruk-info-AceevaDS,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-gluh,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}


.ruk-info-merculova,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}



.ruk-info-voroncova,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-TimoshenkoAA,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-LadnixTA,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-DzerovichMM,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	


.ruk-info-sytnik,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-Fun,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}
.ruk-info-Myh,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}
.ruk-info-Mil,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-eremenko,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-rzhevskaya,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-stepanenko,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-Pshen,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-Rodina,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-Rodina1,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-Zydov,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-chernomorec,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-koroshenko,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-svincova,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-dedovec,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	

.ruk-info-sapenko,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-bogomazova,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}	


.ruk-info-Cher,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-a,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-s,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-v,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-d,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

.ruk-info-k,.text-info-r{
	display:inline-block;
	vertical-align:middle;
}

#u1315-2{
	font-weight:bold;
}

.name{
	font-size:13px;
	text-align: left;
}

.header-contact__phone{
    background: url(https://polaris-adygea.ru/templates/jblank/images/svg/telefon_shapka.svg) no-repeat left 50%;
    padding-left: 20px;
    padding-bottom: 5px; 
}

.header-contact__lang{
     background: url(http://pmdst.online/wp-content/uploads/2020/08/11.png) no-repeat left 50%;
    padding-left: 20px;
    padding-bottom: 5px;  
    
}

.pt-cv-readmore {
    color: YOUR_COLOR !important;
    background-color: YOUR_COLOR !important;
    border: none !important;
    display:none;
}

.search{
  width:250px; 
  
}

blockquote {
    margin: 0;
    background: white;
    border-top: 5px solid #EAF9F9;
    border-bottom: 5px solid #EAF9F9;
    color: #3A3C55;
    padding: 30px 30px 30px 90px;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.header_btn{
       padding: 14px 48px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #fff;
    border: solid 1.6px rgba(95,113,132,0.2);
    background-color: #ecf546;
    text-transform: uppercase;
    width:180px;
     border-right:1px solid #dbcaca;
     box-shadow: 0 2px 10px 0 rgba(0,114,70,0.5);

}

/* Страничка психолога //////////////////////////////////////////////////////////////////////////////////////////
 */

.project-image_for_psih{
	max-width:1000px;
	margin:0 auto;
	height:400px;
	
}

.project-image_psih{
	max-width:100%;
	height:100%;
	margin:0 auto;
	
	background: url(http://aucentr.ru/wp-content/uploads/2022/10/баннер-верхний.png) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}

p.txt_cntr {
	text-align: left;
}

.range_psih{
   margin:0 auto; 
   width:90%; 
	height: 320px;
}

.block_psih{
    display:inline-block;
    width: 24%;
    vertical-align:top;
    font-family: 'Exo 2', sans-serif;
	margin-top:15px;
	border-radius: 10px;
}	

.block_psih:hover {
	transform: scale(0.95); /* Увеличиваем масштаб */
	transition: all 0.5s ease;
}

.post-news-body-psih{
    background: linear-gradient(45deg, #EECFBA, #C5DDE8);
    padding:5px;
    height:150px;
    font-size:15px;
	text-align: center;
	border-radius: 0 0 10px 10px;
}	

.post-news-body-psih p{
  font-size:17px;
	color:#224962;
	margin-top:10px;
	text-decoration: none;
}	

.psih-h{
	margin-top:10px;	
	font-size:19px;
	margin-left:5px;
	transition: 1s; /* Время эффекта */
	text-align: center; 
}


.post-news-block-psih img{
    opacity: 1;
    transition: opacity 124ms linear, transform 124ms linear;  /* Плавное изменение прозрачности и увеличения */
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
	display: block;
}
.post-news-block-psih:hover img{
    opacity: 0.9; /* Высветляем картинку, но она становится темнее, так как под ней черный фон */
    
}

.post-news-block-psih{
    height:150px;
    font-size:17px;
	border-radius: 10px 10px 0 0;
	margin: 0;
}

p.psih_quote {
	font-size:19px; 
	color:#725ccc;
}

.psih_info {
	display: block;
	width: 90%;
	height: 450px;
	margin: auto;
}

.psih_info_img {
	float: left;
	display: inline-block;
	width: 300px;
	
}

.psih_info_img:hover {
	transform: scale(1.05); /* Увеличиваем масштаб */
	transition: all 0.3s ease;
}

p.open_p:hover {
	transform: scale(1.02); /* Увеличиваем масштаб */
	transition: all 0.3s ease;
}

.psih_info_text {
	float: right;
	display: inline-block;
	width: 600px;
	padding-right: 10px;

}

.psih_img {
	width: auto;
	border-radius: 20px;	
	border: 1 px solid black;
}

.modalDialog1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog1:target {
	display: block;
	pointer-events: auto;
}

.modalDialog1 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #725ccc; }




.modalDialog4 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog4 > div {
	width: 200px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
.close {
	color: #333;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}








.modalDialog1,
.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog2:target {
	display: block;
	pointer-events: auto;
}

.modalDialog2 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #725ccc; }

.modalDialog3,
.modalDialog4,
.modalDialog5 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog3:target {
	display: block;
	pointer-events: auto;
}

.modalDialog3 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #725ccc; }

.modalDialog4:target {
	display: block;
	pointer-events: auto;
}

.modalDialog4 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #725ccc; }

.modalDialog5:target {
	display: block;
	pointer-events: auto;
}

.modalDialog5 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #725ccc; }


.psih_info1 {
	display: block;
	width: 90%;
	height: 450px;
	margin: auto;
}

.psih_info_img1 {
	float: right;
	display: inline-block;
	width: 50%;
}

.psih_info_text1 {
	float: left;
	display: inline-block;
	width: 50%;
	padding-right: 10px;

}

.psih_img1 {
	width: auto;
	border-radius: 20px;	
	border: 1 px solid black;
}

.psih_knopka {
            background-image: linear-gradient(90deg, #7773c6,#9d6cc0,#bd64b2);
            padding: 20px 35px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.6s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 19px;
			width: 260px;
			
          }

.psih_knopka:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			transform: scale(1.06);
          }

	.zag_psih {
    color: black;
    font-family: Montserrat;
}
.psih ul {
    color: blueviolet;
}

/* Страничка психолога */

.btn-grad {
            background-image: linear-gradient(to right, #725ccc 0%, #ff80aa  51%, #40dfff  100%);
            margin-left: auto;
			margin-right: auto;
            padding: 30px 55px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.6s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 22px;
			width: 350px;
			
          }

.btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			transform: scale(1.06);
          }

.acenter {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	transform: scale(1.06);
}

.btn-grad1 {
            background-image: linear-gradient(to right, #0bb0a9 0%, #3bc1ba  51%, #a8bbb0  100%);
            margin-left: auto;
			margin-right: auto;
            padding: 25px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 20px;
			width: 300px;
          }

.btn-grad1:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

.btn-grad2 {
            background-image: linear-gradient(90deg, #7773c6,#9d6cc0,#bd64b2);
            margin-left: auto;
			margin-right: auto;
            padding: 30px 55px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.6s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 15px;
			width: 350px;
			
          }

.btn-grad2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			transform: scale(1.06);
          }



.abigv {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
          
          
.menu_button {
            background-image: linear-gradient(50deg, #7773c6,#9d6cc0,#bd64b2);
            padding: 25px 37px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.45s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 19px;
			width: 1200px;
          }

.menu_button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			transform: scale(1.05);
          }

.new_button {
            background-image: linear-gradient(90deg, #7773c6,#9d6cc0,#bd64b2);
            padding: 25px 37px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.45s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 19px;
			width: 250px;
          }

.new_buttonvhos {
            padding: 25px 37px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.45s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 19px;
			width: 200px;
          }

.new_button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			transform: scale(1.05);
          }

.new_button2 {
            background-image: linear-gradient(90deg, #7773c6,#9d6cc0,#bd64b2);
			padding: 10px 10px;
			text-align: center;
			/* text-transform: uppercase; */
			transition: 0.45s;
			/* background-size: 200% auto; */
			color: white;
			box-shadow: 0 0 5px #eee;
			border-radius: 10px;
			display: block;
			font-size: 16px;
			width: 140px;
          }

.new_button2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			transform: scale(1.05);
          }



.new_button1 {
            background-image: linear-gradient(90deg, #08B0A9,#004165);
            padding: 25px 37px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.45s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 5px #eee;
            border-radius: 20px;
            display: block;
			font-size: 19px;
			width: 280px;
          }

.new_button1:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
			transform: scale(1.05);
          }




.link-more{
	display:none;
}

.text_p{
	display:none;
}
.raspisan_block{
	width:100%;
	height:150px;
	border: 6px solid #725ccc;
	border-radius: 25px;
	padding: 15px;
	word-break: break-word;
}
.raspisan{
	text-align:center;
	font-size:28px;
	font-weight:bold;
	margin-right: auto;
   padding-top: 0px;
    padding: absolute;
	
}

.block{
	
width:200px;
	height:auto;
}
.header_btn a{
    color: #000;
}
.range{
	width:100%;
	height:auto;
}

.vf {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: baseline;
	align-content: center;
}

.


.title_p{
     font-family: 'Exo 2', sans-serif;
     font-size:35px;
     color:#3c4938;
       text-align: center;
}

.napravlenie{
	font-family: 'Exo 2', sans-serif;
     font-size:35px;
     color:#224938;
      
}

.date_p_p{
	position:absolute;
	width:40px;
	height:40px;
	background-color:#fff;
	font-family: 'Exo 2', sans-serif;
     font-size:24px;
}

.napravlenie-p{
	font-family: 'Exo 2', sans-serif;
     font-size:35px;
     color:#224938;
      
}

.napravlenie-1{
	font-family: 'Exo 2', sans-serif;
     font-size:20px;
     color:#000;
	text-align:center;
}

.napravlenie-2{
	font-family: 'Exo 2', sans-serif;
     font-size:25px;
     color:#000;
	
}

.info-napr,.photo-napr{
	display:inline-block;
	vertical-align:top;
	width:20%;
	
}

.info-napr{
	width:60%;
}

.p-email{
	font-size:16px;
}

.photo-napr{
	margin-left:70px;
	
	width:27%;
}

.news-s{

	width:100%;
	height:auto;
}



.napravlenie-p:before{
	content: "\f1b2";
font-family: FontAwesome;
display: inline-block; 
font-size: 30px; 
	padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
}


.napravlenie-p:before{
	content: "\f1b2";
font-family: FontAwesome;
display: inline-block; 
font-size: 30px; 
	padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
}

.fp1:before{
	content: "\f1c1";
font-family: FontAwesome;
display: inline-block; 
font-size: 24px; 


padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	color:red;
}

.fp3:before{
content: "\f1c1";
font-family: FontAwesome;
display: inline-block; 
font-size: 16px; 
padding-left:-10px;
padding-right: 2px;
top: 5px;
left: 0;
color:violet;
}




.fp12:before{
	content: "\f1c2";
font-family: FontAwesome;
display: inline-block; 
font-size: 24px; 


padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	color:blue;
}

.fp111:before{
	content: "\f1c4";
font-family: FontAwesome;
display: inline-block; 
font-size: 30px;


padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	color:red;
}


.fpvk:before{
content: "\f189";
text-align:center;
font-family: FontAwesome;
display: inline-block; 
font-size: 30px;
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	color:blue;
}

.fptg:before{
content: "\f1d9";
text-align:center;
font-family: FontAwesome;
display: inline-block; 
font-size: 30px;
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	color:#42aaff;
}

.fp2:before{
	content: "\f1c1";
font-family: FontAwesome;
display: inline-block; 
font-size: 30px; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	color:red;
}

.fp2{
	text-align:center;
	border:1px solid red;
	border: solid 1.6px rgba(95,113,132,0.2);
    background-color: #f3f3f3;
    text-transform: uppercase;
    max-width: 500px;
    border-right: 1px solid #dbcaca;
    box-shadow: 0 2px 10px 0 rgba(0,114,70,0.5);
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
	border-radius: 1.5rem;
	font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
}

.yt_icon:before{

font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
color: #725ccc;

}

.sport-h:before{

font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
	padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	    color: #151111;

}

.project-h:before{

font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
	padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	    color: #151111;
}

.art-h:before{

font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
	padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	    color: #151111;
}

.scince-h:before{

font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
	padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
	    color: #151111;
}

	.bigh_block1 {
	 display:flex;
		justify-content: center;
		align-content: center;

	margin:0 auto;
	flex-wrap: wrap;
}

.bigh-1 {
	display: flex;
	align-items: center;
	width: 340px;
	height: auto;
}
.bigh-1 img {
	width: 340px;
	height: 120px;
	margin: 0 auto;
}
.bigh-1:hover a {
	opacity: 1.1;
}


.title1{
     font-family: 'Exo 2', sans-serif;
     font-size:25px;
     color:#000000;
       text-align: left;
       font-weight:bold;
}


.title5{
     font-family: 'Exo 2', sans-serif;
     font-size:24px;
     color:#000000;
       text-align: left;
       font-weight:bold;
}

.title6{
     font-family: 'Exo 2', sans-serif;
     font-size:24px;
     color:#ed0b0b;
       text-align: left;
       font-weight:bold;
}


.title6 p{
     font-family: 'Exo 2', sans-serif;
     font-size:26px;
     color:#ed0b0b;
       text-align: center;
       font-weight:bold;
}

.title5 a{
     font-family: 'Exo 2', sans-serif;
     font-size:24px;
     color:#67a4f5;
       text-align: left;
       font-weight:bold;
}
.date_p{
      font-family: 'Exo 2', sans-serif;
     font-size:30px;
     color:#3c4938;
     font-weight:bold;
       text-align: center;
}

.header_btn_1{
     padding: 14px 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #000;
    border: solid 1.6px rgba(95,113,132,0.2);
    background-color: #f3f3f3;
    text-transform: uppercase;
    width: 300px;
    border-right: 1px solid #dbcaca;
    box-shadow: 0 2px 10px 0 rgba(0,114,70,0.5);
    margin: 0 auto;
      font-family: 'Exo 2', sans-serif;
}

.header_btn_2{
     padding: 14px 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #000;
    border: solid 1.6px rgba(95,113,132,0.2);
    background-color: #f3f3f3;
    text-transform: uppercase;
    width: 300px;
    border-right: 1px solid #dbcaca;
    box-shadow: 0 2px 10px 0 rgba(0,114,70,0.5);
    margin: 0 auto;
      font-family: 'Exo 2', sans-serif;
}

.header_btn_3{
     padding: 30px 48px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #000;
    border: solid 1.6px #725ccc;
    background-color: #f3f3f3;
    text-transform: uppercase;
    width: 900px;
    border-right: 1px solid #725ccc;
    box-shadow: 0 2px 10px 0 #725ccc;
    margin: 0 auto;
      font-family: 'Exo 2', sans-serif;
}



.header_btn_1 a{
    color: #000; 
}

.header_btn_3 a{
    color: #000; 
}

.block{
    display:inline-block;
  width: 24%;
    vertical-align:top;
    font-family: 'Exo 2', sans-serif;  
	margin-top:15px;
}

.block1{
    display:inline-block;
  width: 24%;
    vertical-align:top;
    font-family: 'Exo 2', sans-serif;  
	margin-top:15px;
}






.news-post-s {
    height: auto;
    max-width: 550px;
    display: inline-block;
    margin: 0 auto;
    float: left;
    
    margin-top: 10px;
    border-bottom: 2px solid #224938;
    background-color: white;
    padding: 7px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(0, #ba80e5, #ba80e5);
  
    border: none;
    letter-spacing: 0.85px;
}

.btn2 {
    display: inline-block;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15.6px 22.2px;
    font-size: 1rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
}


.range{
   margin:0 auto; 
   width:90%;
}






h6 a{
    color:#000000;
}

.post-news-body{
    background-color: #f3cf07;
    padding:4px;
    height:310px;
    font-size:17px;
}



.post-news-block{
    height:auto;
    font-size:17px;
}





.post-news-body p{
  font-size:17px;
	color:#224962;
	margin-top:10px;
}





.bg-catskill{
	height:auto;
}

.divider{
    max-width:100%;
}

.image-t{
	width:33%;
}

.olimpiada{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/niiNo66SVgU.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_1{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/sport.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_2{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/1357377322_40.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_3{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/yandex_image20191212-22532-rj2uei.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_4{
    width:100%;
    height:500px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/1357377322_40-1024x640.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_5{
    width:100%;
    height:500px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/5388650267064511302.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.photo-kurator-s{
 width:100%;
    height:300px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/Болховитина-Надежда.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);	
}



.modalDialog7 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog7:target {
	display: block;
	pointer-events: auto;
}

.modalDialog7 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}	




.list-view{
	max-width:2200px;	
}
.list-view2{
	max-width:6000px;	
	height:300px;
	border-radius:15px;
}
.row_grid2{
	max-width:2000px;
	margin:0 auto;
	border-radius:15px;
	height:300px;
}

.row_grid{
	max-width:990px;
	margin:0 auto;
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.project-image{
	max-width:950px;
	margin:0 auto;
	height:250px;
	
   
}
.project-image_for1{
	max-width:650px;
	margin:0 auto;
	height:200px;
	
   
}

.project-image_for2{
	max-width:950px;
	margin:0 auto;
	height:200px;
	
   
}

.project-image_for3{
	max-width:1400px;
	margin:0 auto;
	height:400px;
	
}

.project-image_for4{
	max-width:600px;
	margin:0 auto;
	height:400px;
	
}

.project-image_for5{
	max-width:889px;
	margin:0 auto;
	height:500px;
	
}

.project-image_for6{
	width:100%;
	margin:0;
	padding: 0;
}



.project-image_1{
	max-width:100%;
	height:70%;
	margin:0 auto;
	
	background: url(http://aucentr.ru/wp-content/uploads/2022/02/Будьте-в-курсе-1-1024x512-1.png) center no-repeat;
	background-size: cover;
}
.project-image_2{
	max-width:90%;
	height:100%;
	margin:0 auto;
	
	background: url(http://aucentr.ru/wp-content/uploads/2022/02/изображение_viber_2022-02-04_11-21-19-546.jpg) center no-repeat;
	background-size: 100% auto;
}

.project-image_3{
	max-width:100%;
	height:100%;
	margin:0 auto;
	
	background: url(http://aucentr.ru/wp-content/uploads/2025/09/OK-cover4000-19.png) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}

.project-image_5{
	max-width:100%;
	height:100%;
	margin:0 auto;
	
	background: url(http://aucentr.ru/wp-content/uploads/2023/02/ВсОШ-БАННЕР.png) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}

.project-image_6{
	width:100%;
	margin:0 auto;
	margin-top: -45px;
	padding: -24px;
	height: 400px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/04/4533355-копия.png) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}


.project-image_7{
	width:100%;
	margin:0 auto;
	margin-top: -45px;
	padding: -24px;
	height: 400px;
	background: url(http://aucentr.ru/wp-content/uploads/2023/04/Banner_1.jpg) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}



.col{
  max-width:305px;
	display:inline-block;
	vertical-align:top;
	margin-left:0px;
	margin-top:0px;
}

.event a{
	border-radius: 20px;
}

.event {
	border-radius: 15px;
    box-shadow: 0 0 7px #706a87;
}


.event_picture{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/09/kid-vUVjVrI.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_vsoch{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_bezop{
    width:100%;
    height:200px;

     background: url(https://distant.aucentr.ru/wp-content/uploads/2023/04/курс-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_tiim3{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/05/MJIpcQVPi38.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
    border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_vsoh_school{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/image_2023-09-12_15-03-59.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
    border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_vsoh_region2023{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2024/11/Картинка-ВсОШ.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
    border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_vserosolimp2024{
    width:100%;
    height:200px;

      background: url(http://aucentr.ru/wp-content/uploads/2024/09/ВсОШ-школа.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
    border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_russia_belarus_olimp{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/photo_2023-09-12_13-50-13.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
    border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_ush3{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/Ушинский_картинка.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_seminar{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/10/изображение_viber_2020-10-20_15-54-48.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_sozvesdie{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/11/sozvesdie.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_1{
    width:100%;
    height:200px;
      background: url(http://aucentr.ru/wp-content/uploads/2022/09/pilotazh.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	object-fit: cover;

	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);	
}
.event_picture_vp-vp{
    width:100%;
    height:200px;
      background: url(http://aucentr.ru/wp-content/uploads/2020/10/pilotazh.jpg) center no-repeat;
      background-size: contain;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_2{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/09/1357377322_40.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_3{
    width:100%;
    height:200px;

      background: url(http://aucentr.ru/wp-content/uploads/2020/10/log2.png) center no-repeat;
      background-size: contain;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_101{
    width:100%;
    height:200px;

      background: url(http://aucentr.ru/wp-content/uploads/2021/05/VfyMbxMMW8SoAcR3mX4ZeM01XXWNOACEXjXjUwQRoJPMtbTZQPteJ1dTHJ6Bp4GAeGCPIGkC9XNA22ynzpFwNN40oTmrssn7.png) center no-repeat;
      background-size: contain;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_102{
    width:100%;
    height:200px;

      background: url(http://aucentr.ru/wp-content/uploads/2021/05/OZjL5TwkvgM.jpg) center no-repeat;
      background-size: contain;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event__type__over{
 font-size: 14px;
 font-weight: 300;
 color: #292b2c;
}

.event_picture_4{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/10/5388650267064511302.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.meo_curse{
	margin-top: 10px;
    font-size: 16px;
    color: #323232;
   
    text-align: left;
    font-weight:900;
}

.meo_curse_registr{
	margin-top: 10px;
    font-size: 8px;
    color: #323232;
   
    text-align: left;
   
}

p.over-title {
    margin-top: 10px;
    font-size: 16px;
    color: #323232;
    
}

.event_picture_5{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/10/yandex_image20191212-22532-rj2uei.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_6{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/10/1357377322_40-1024x640.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_11{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/09/bolshayaperemena.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_7{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/09/niiNo66SVgU.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_8{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/11/Rdz20LGvcbM-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_12{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/01/шахматы-2-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_13{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/01/informatika.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_13-1{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/изображение_viber_2021-09-21_11-15-16-611.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_14{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/01/informatika.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_15{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/02/vernad.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_16{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/02/0-02-05-6f1e6d08dab437c3d2c5c16a99c990621777db041957a8976be6ef41291ed848_544a3593.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_tiim{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/11/logo.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_chess_gambit{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/03/beee3a72b76e7ff33038baa870facceb.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_finans{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/11/ENRCVgJBfB.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_sirius-olimp{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/05/28d3e96e-5f73-4ba3-a76f-4b21391b8384.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_17{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/02/0-02-05-6fa0f3b690f10932dc1a7274849080804116a7b6d7198edb5398a75ce2cbe90e_1f25a5e7.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_18{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/10/1357377322_40-1024x640.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_19{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/02/a437678f9ddf1753d32f8b4b24a56fad.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_25{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/04/изображение_viber_2021-04-27_15-57-59.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_27{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/04/ВОЛЕЙБОЛ.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_26{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/04/Programing.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_28{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/05/1_5255149d0d97c5255149d0d9dc.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_20{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/02/0-02-0a-95f618bf24d6ff853fbdab51c38a15ffb851e605ae51b5462ef9cb4935ad0a88_d4a34d77.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_21{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/05/unnamed.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_22{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/05/kissclipart-glass-mathematics-written-clipart-mathematics-form-b4f2a0083bfd4fb0.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_29{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/06/1614676604_33-p-fon-khudozhestvennaya-gimnastika-43.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_30{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/06/ingenuity_192420545.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_31{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/07/tennis_8-12.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_32{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/07/28341be6265ca2760a7580a7f731c817_big.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_33{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/07/1613635727_90-p-fon-dlya-prezentatsii-tantsi-102.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_63{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/олимпиада.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_34{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/07/изображение_2021-07-22_090324.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_35{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/08/1586352065_image-01-shutterstock-287476514_hires.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_36{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/1613465576_81-p-fon-dlya-prezentatsii-sportivnii-stil-97.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_37{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/How-to-digitalize-claim-processes-with-the-aid-of-advanced-analytics-and-AI-926x579-c-default.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_38{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/11-3.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_39{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/i.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_40{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/3c9ba8454c3db0321e55af938c45.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_41{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/unnamed.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_42{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/История-государства-и-права-России.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_fizmat{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2021/09/unnamed1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.event_picture_lit{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2021/10/books.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.event_picture_rus{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2021/10/rus-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_atlet{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/atlet3.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_him{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/химия.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_bolviz{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/изображение_viber_2021-09-17_15-51-39-525.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_teatr{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/ncbs-article-ves-mir-teatr-pic1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_narodny-tanec{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/0-02-05-9936e107def4cc2e47ebb530ee39f35c4f154e7fb3333a8b528b8bade547637d_df1cf734bf737179.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}







.event_picture_biol{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/биология.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_vol{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/vol-2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_vol2{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2021/10/изображение_viber_2021-10-15_11-54-44-642-копия.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_mhk{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/mhk.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena145{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/p35367_Wy6bsM.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);


}


.event_picture_smena132{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/11/photo_2022-11-21_14-20-44.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena38{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/mhk.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena39{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena39.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena40{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/atlet3.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena41{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena41.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena42{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena42.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena43{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena43-1.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena44{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena44.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena45{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena45.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena46{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena46.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena47{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena47.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena48{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena48.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena49{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena49.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena50{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena50.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena51{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena51.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena52{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/smena52.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena53{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/smena53.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena54{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/smena54.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena55{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/smena55.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena56{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/smena56.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena57{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/smena57.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena58{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/smena58.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena59{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/01/IMG-91b1dd2930aae6762f60739b4587a380-V.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}
.event_picture_smena63{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/01/smena63.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena64{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/0-02-05-1740d0832b0a1b64bfafc7b2571f052c2f1b8c0fbcc1dc7cb150ea27829260fe_8b79bfbcd24b68fa.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena65{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/0-02-05-1cc167a66628b99bd010a88b27ed82d0a9e035be71d2944170b8cdac05201651_384537fcc168c395.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena66{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/0-02-05-86c331bb31de380a2f74645a5e209e3b034fbc977d6c0501516e2284ae032b05_c80c295e7bb2b04f.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena67{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/smena67.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}
.event_picture_smena68{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/smena68.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena69{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/smena69.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena70{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/smena70.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena71{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/03/smena71.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_zond{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/05/upload-05-05-2020-08-50-12.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena73{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/smena73.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena84{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/smena84.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);

	
}

.event_picture_smena85{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/smena67-1024x682-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);	
	
}

.event_picture_smena72{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/олимпиадная-математика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);	


}

.event_picture_smena88{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/олимпиадная-биология.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		
}

.event_picture_smena75{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/олимпиадная-информатика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		
	
	
}

.event_picture_smena74{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/олимпиадная-химия-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		
	
	
}

.event_picture_smena87{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/современные-биотехнологии.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		
	
}

.event_picture_smena78{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/актерское-мастерство.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		
}

.event_picture_smena79{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/smena79.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		
}
	
.event_picture_smena81{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/волейбол.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			
	
	
}
	
.event_picture_smena82{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/шахматы.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		
	
	
	
	
}
	
.event_picture_smena83{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/худ-гимнастика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		

}
	
.event_picture_smena80{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/14532794997816_w1920h1440.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			
	
}
	
.event_picture_smena76{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/смена76.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}
	
.event_picture_smena89{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/смена77.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			
	
}
	
.event_picture_smena99{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/05/изображение_viber_2022-05-12_15-45-24-791.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			
	
}

.event_picture_smena101{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/05/smena101.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			
	
}

.event_picture_smena92{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/05/960d8be7156164bb018ed5fed128a195.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			



}


.event_picture_smena94{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/0-02-05-0d9f685738e6855e5ff927940f2338ba8176adc1c8d7ee7d9630a0d749dd2128_f07f72f5b753c455.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			



}

.event_picture_smena90{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/4db19e547fe2a6e8e1a74c1df60eb0f4_big.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena91{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/3p_genetika.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena95{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/1607796469_s1200_5.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena97{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/1612691869_170-p-zelenii-fon-khimiya-245.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena102{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/turizm-2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena103{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/11/smena44.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena118{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/нейро.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena119{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/жерналистика.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena120{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/добровольчество.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena121{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/актерское.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena127{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/мое-отечество.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena126{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/современная-хореография.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena123{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/школа-вожатых.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena117{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/физика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena93{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/IMG_20190316_131344_thumb.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena104{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/06/1573537080_obzh.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena105{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/07/5c76b9c7635a06269155861.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena112{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/08/13018557-1613746861.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena108{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/08/shutterstock_24297694_1300.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena106{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/08/1618338963_40-phonoteka_org-p-fon-na-ekologicheskuyu-temu-42.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena109{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/08/blgtrv.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena107{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/08/preview.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena113{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/08/1647285017_2-kartinkin-net-p-obshchestvoznanie-kartinki-dlya-prezentats-2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena124{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/архитектура-города.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena122{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/легкая-атлетика.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena125{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/спортивный-туризм.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena115{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/физра.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena116{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/врач.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena114{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/исскуство.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena133{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/11/Нсегодня.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena128{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/69043332-8034-4950-9220-b5caf4f02d92.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena129{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/10/maxresdefault_live.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena131{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/11/1625782021_1-phonoteka-org-p-sovremennie-tekhnologii-art-krasivo-1-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena134{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/12/emblema.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena136{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/1_291.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}




.event_picture_smena148{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/vive-pro_pdp-05-1000x1000-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena139{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/063be967ea39be5a68d8d0ea6432850ae9826e62.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}




.event_picture_smena149{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/03/40ef812dc16eb9680a1984e8b095ab7d.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}



.event_picture_smena137{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/03/1620095793_30-phonoteka_org-p-zhurnalistika-fon-42.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena141{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/a951fe3e44b515fe70bb2827a6dfb09e.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena150{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/b8a158db8fc17c6c7ed6a9d0019ebe00.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}



.event_picture_smena151{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/6d19e0e649e20fa288fe4ef4a4810b90_big.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena155{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/3001423.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}




.event_picture_smena144{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/09/школа-вожатых.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena153{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/hiking-logo-design.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena138{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/биология.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena147{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/AXI.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena152{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/kuvyoghmoobaHR0cHM6Ly93d3cuZ2Vvc2Nhbi5hZXJvL3NpdGVzL2RlZmF1bHQvZmlsZXMvMjAxNy0xMi8lRDAlQTAlRDAlQjglRDElODElRDElODMlRDAlQkQlRDAlQkUlRDAlQkExXzAuanBn.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}




.event_picture_smena154{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/47c3e85ab2a279677b7d7387b47e6261.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena140{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/c54556d3-5e74-5d08-a358-17f151d77d96.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}



.event_picture_smena156{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/pobeda-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_smena142{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/Xgzf0acSqN7VV8HpDnIOGk9Rc9Hf2-QKxrBq1qxSDM5VXpffGbB-SsvUwynvL3wL1QjOQdU0gI1UhDml-OONwW68.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena143{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/1614679180_57-p-fon-legkaya-atletika-78.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_smena146{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/1621007384_24-phonoteka_org-p-fon-dlya-prezentatsii-po-sestrinskomu-delu-25.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}





.event_picture_vremya31x
{
    width: 100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/08/2e1e1b2c-a858-4c64-b5f7-f98f373c2ee6.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			



}

.event_picture_voshod{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/voshod.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_atletika{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/05/altetika.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_what{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/03/what.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_what1{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2024/03/1691394522_gas-kvas-com-p-risunki-na-prazdnik-den-rozhdeniya-igri-ch-20.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_kosmos{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/04/kosmos.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_potent{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/0-02-05-ab9b1c3269a1e8ec6af6d6a9c1b83ce9e0a2e489199581dce0e74e685964f433_be0827c69b07df83.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_ush{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/ush.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}
.event_picture_zvezda{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/12/zvezda2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_nagrada{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/05/nagrada.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_meo{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/10/unnamed.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_python{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/10/Python.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_med{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/03/0-02-05-59873ab2a69d6141da9aea4a2600242c81ae1710f4bc4c4e897cd2137a5a0566_a93dcf1d7fece193.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_istor{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/история.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_istor2{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/Чтение_народу_Русской_Правды_в_присутствии_великого_князя_Ярослава.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_smena157{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/05/kKnPm_JCGrBdqNBZNnFG70IYHdCf0BwtuJ28yQETbkjpp1jbivB83zQDvFILBho_sBuoR5PPhwNXVbf-cYKo4Q4n.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena158{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/05/1660199442_63-furman-top-p-fon-dlya-fiziki-krasivo-68.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena159{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/05/jCQEHpANaiI.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena160{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/06/1619692006_13-phonoteka_org-p-sportivnii-turizm-fon-13.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena161{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/06/f7246231989c28fb508c8611c3fe16e8-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena162{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/06/5e4998db5e426814958877.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena163{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/06/1280993155.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena164{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/06/dance-collage20120328_33_2100x1400_300_rgb-copy.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena165{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/06/11327967516_f4387648.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena166{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/06/62670eeb9b7cb720070859.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena170{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/08/hitrosti-kotorye-pomogut-vyuchit-anglijskij-yazyk-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena171{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/08/1125117781.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena172{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/08/822311-risunki-sviazannye-s-istoriei-38.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_smena169{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/08/фото-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena168{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/08/1065img.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena167{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/08/Fizika1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena176{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/o-o-scaled.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena177{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/10082388-1602516199.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena173{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/phpF9Pzrs_otkr-urok-9kl_html_de65c685a2ff1476.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena174{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/image_2023-09-13_16-42-10.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena175{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/flat-biotechnology-concept-illustrated_52683-59633.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena178{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/09/haber.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena179{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/1667438850_27-sportishka-com-p-nastolnii-tennis-oboi-vkontakte-29.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena181{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/df10eb129c310e289e3dd2344791df8a.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena182{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/1b0965261d479be773d3d3a204bc2459-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena183{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/6477824e81264208185846.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena184{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/photo_2023-10-13_12-42-40.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena185{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/MOA_9695.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena186{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/nutrition-science.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena187{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/Использование-виртуальной-и-дополненной-реальности-в-различных-сферах.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena188{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/литература.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena189{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/Id7ehV2qf68.original.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena190{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/Russkiy-yazyk.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena191{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/1573537080_obzh.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena192{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/утс-математика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena193{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/11/1613581058_64-p-fon-dlya-prezentatsii-po-khimii-68.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena194{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/02/0-02-05-6fa0f3b690f10932dc1a7274849080804116a7b6d7198edb5398a75ce2cbe90e_1f25a5e7.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena195{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/project_thumb_facebook_esporte2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena196{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena198{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/11/001-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena197{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/11/og-image.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_smena201{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/11/1677030090_gas-kvas-com-p-risunki-na-ekonomicheskuyu-temu-28.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena200{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/11/1676683853_catherineasquithgallery-com-p-zelenii-fon-khimiya-222.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena202{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/11/1650716717_27-sportishka-com-p-geografiya-krasivo-foto-33.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena203{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/12/1614841505_94-p-fon-matematika-116.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena204{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/12/1644886722_19-fikiwiki-com-p-kartinki-formuli-po-matematike-21-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena205{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/12/1644886722_19-fikiwiki-com-p-kartinki-formuli-po-matematike-21-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena206{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/12/1644886722_19-fikiwiki-com-p-kartinki-formuli-po-matematike-21-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_smena207{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2023/12/1644886722_19-fikiwiki-com-p-kartinki-formuli-po-matematike-21-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena208{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/01/1614841469_7-p-fon-matematika-7.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena233{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/01/707a0da9085f306ed04f4953be1928a7.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena210{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/01/4c84cc84758239c3a12afe6289952643.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena211{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/01/3d13cb99-9d25-5adf-b363-658a506e9f0e.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena212{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/01/besop.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena213{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/01/математика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena234{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/01/Z018xE7JGWU-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena215{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/people-talk-around-the-world-vector-5086581.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena217{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/grafico-3d.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena219{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/20c8c6d449c6ede43e8c020e0ea55d1d.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena218{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/shutterstock_1302867988-CMYK.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena220{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/биохимия-почв.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena236{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/1696458319_gas-kvas-com-p-kartinki-sovremennie-tantsi-19-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena224{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/CpjvhC4IMLJmVWxJN2opigRyDzaDsRy7yxm_gJS0lQvUzttyQEDf6BbWGpQNwt9Ah-IJiBRH0kPaHiGiD_J8TV__.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena250{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/Blacksheep.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena240{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/National_Dance_Company_of_Siberia-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena223{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/04/8f53598d-b398-41cf-8962-da7debe3b717.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena226{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/04/blog02-scaled.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}




.event_picture_smena222{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/04/1692167250_kartinki-pibig-info-p-kartinka-politik-pinterest-33.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}




.event_picture_smena227{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/04/1669377057_28-indasil-club-p-detskie-risunki-na-meditsinskuyu-temu-pint-30.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}




.event_picture_smena229{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/05/1700497374_pictures-pibig-info-p-risunok-slavim-trud-uchitelya-vkontakte-40.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena252{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/05/Kurs-programowanie-dla-dzieci.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena239{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/05/ilmu-biologi.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena231{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/05/1673532328_flomaster-club-p-olimpiiskie-koltsa-risunok-oboi-76.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena232{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/05/image_2024-05-29_19-43-11.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}




.event_picture_smena241{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/130556-po-russkomu-yazyku-27.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}




.event_picture_smena230{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/1674005570_gas-kvas-com-p-risunok-na-temu-khimiya-36.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena254{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/ArmWrestling-1920w.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena253{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/1640869827_main.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena255{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/1671041286_cerenas-club-p-foni-na-temu-fiziki-oboi-6.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena256{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/народная.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena257{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/современная.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena258{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/890767831e3933d2514f87f3cefe7447_big.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena259{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/академия-туризма.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena260{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/от-идеи-к-реализации.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena214{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/ZanimatMat2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena235{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/06/6001934681c37209019469.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena209{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/07/1656976211_55-flomaster-club-p-teatralnii-geroi-risunok-krasivo-64.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena244{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/08/create-your-own-contractor-website-11.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena245{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/08/30lWyFYzuU8.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena246{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/08/1677159675_bronk_club_p_otkritka_dlya_fizika_vkontakte_74-1568x903-1.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena262{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/08/zdjecie-2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena263{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/08/english_1498396196.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena261{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/08/1676742585_gas-kvas-com-p-estafeta-detskii-risunok-43.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}




.event_picture_smena264{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/blog-49.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena265{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/Добровольчество-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_smena266{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/SJHENdQJAxA.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena267{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/6651d790880af662506814.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena268{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/a80d5c23-7ffb-5f3d-b6df-a8ceafd32371.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena269{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/f2e13621-281b-46eb-8f77-412d2b56b1de.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena270{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/photo_2024-09-19_15-53-11.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena271{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/60a230381e406f2ada92056665c2f28e_original.129799.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena272{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/ДООП-Большие-вызовы-проектная-деятельность.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena273{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/4nx59F8zz_E.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena274{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/1680542788_pictures-pibig-info-p-risunok-geografiya-nauka-instagram-22.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena275{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/09/himiya-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena276{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/e343268e4123c7f348463205cea55cfc.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena278{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/stock-image-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena279{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/756810a4-0c23-5103-827b-dfb2cbcd7968.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena280{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/8b7c7824-ff59-5bda-b74e-1c51c58ecccd.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena281{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/f6a08023-c2c1-5b78-825f-a0a62582025d.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena282{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/404-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena283{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/19198658-e1626922972773-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena284{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/10799-scaled-1-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena285{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/cdf9babc21e6ef03d3f47b8e1e92eab3.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena286{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/Фон-буквы-26-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena287{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/3.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena288{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/ogeh_po_biologii_v_2023_godu_1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena289{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/ba7f8af8f08b84f5c4ea883c457a5b12-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena290{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/10/Globe_Laptops_481955-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena291{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/11/96574793-08aa-58a8-b676-535ae6509f27.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena292{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/11/1679732881_bogatyr-club-p-rus-fon-dlya-prezentatsii-instagram-29.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena293{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/11/Fisica.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena294{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/11/7e04ddf1-5538-5824-b75f-836f204b3c89.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena295{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/01/mathematik-Geodreieck-1.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena296{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/11/izobrazhenie_2023-03-24_123037801.webp) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena297{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/12/d52f8a3955b9d4ddbd30a7a33ca009f1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena298{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/01/1699986441_cerenas-club-p-risunok-dlya-uchitelya-geografii-24.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena299{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/DSCF1405.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena300{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/12/mathematics-28954086.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena301{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/12/news23_0037-scaled-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena302{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/12/20518247-1651232171.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena303{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/12/eff6bcfb3445f1dd3988c3ef47cc8248.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena304{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/image_2025-02-04_14-03-35.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena305{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/DSCF2147-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena306{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/DSCF2757-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena307{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/IMG_9700.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena308{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/photo_2025-02-17_10-21-47.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena309{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/photo_2025-02-16_15-43-07.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena310{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/02/photo_2025-02-25_16-08-07.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena311{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/4-2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena312{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-10_13-21-00.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena313{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/photo_2025-03-10_13-05-22.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena314{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/IMG_0239.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena315{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena316{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/photo_2025-03-05_15-38-08.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena317{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/IMG_0240.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena318{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/DSCF4833-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena319{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-10_12-59-47-1.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena320{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-13_17-55-12.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena321{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-13_17-53-55.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena322{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-24_10-43-14.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena323{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/DSCF1473-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena324{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-24_10-42-25.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena325{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-24_10-44-00.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena326{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/photo_2025-03-13_17-54-34.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena328{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/4-2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena330{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/photo_2025-03-21_12-31-22.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena331{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/image_2025-03-24_10-44-35.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena332{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/03/AlDlsuziNW8.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena333{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/04/image_2025-04-09_10-22-17.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena334{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/04/image_2025-04-16_15-51-10.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena335{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/04/image_2025-04-16_15-50-53.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena336{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/04/photo_2025-04-23_10-12-33.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena337{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/05/image_2025-04-30_14-37-42.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena338{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/05/image_2025-04-30_14-36-07.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena339{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/05/image_2025-05-13_13-44-49.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena340{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/04/photo_2025-04-30_11-24-27.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena341{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/05/image_2025-05-13_12-40-05.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena342{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/05/image_2025-05-23_17-07-52.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena343{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/05/image_2025-05-23_17-07-01.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena344{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/05/image_2025-05-28_10-21-03.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena345{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/07/image_2025-07-04_15-20-51.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena346{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/07/image_2025-07-04_15-21-11.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena348{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/07/image_2025-07-04_15-20-03.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena349{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/07/image_2025-07-04_16-29-15.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena350{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/07/image_2025-07-04_16-29-06.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena351{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/07/image_2025-07-04_16-24-59.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena352{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/08/XgZTQNeYZ4n15mT-JAF9r9hejgDGfIwtTqPSv_gKF7d73Jkc687FcV7tCnd9hd0n4h8U-N3OcYyoB82RKyKOHM5A.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena353{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/UMvcgtHYxBWspbZSn1JOsQympS36qPouH5ImRPnZ__so4i-gQRe7IFM-WHmhGfqpiaep5SHktQn0ZCZzX9QthS3c.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena354{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/U2ycAbsaPj_xK2f3ooXL-_MeCsaJw4pq9ry9aJNDW3JccvuLGw_rzEx3wld72aCiMumy79SShl1qRUyW8IwpTVR.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena355{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/08/photo_2025-08-21_10-42-37.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena356{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/08/photo_2025-08-21_10-51-00.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena357{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/ariVDvtA3J_r9x_t9LnOHslhrkQdFPpXVx3NMMVB2kEQA4Vx75H0gFeMd5vOVwTs1NWuG4CKPQsbcSVmW2g0fPhV.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena358{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/f2RbG6yCRl87pNOhGPUG5HkkmP-W6Df9jTMQU2OTPbhM3bGnJwWy1w7toVPdCFiy90GuJmSRZpd6qSncAFVqiTi.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena359{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/математика1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena360{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/математика2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena361{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/биология.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena362{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/математика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena363{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/экология.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena364{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/иб.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena365{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/09/литература.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena366{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/YixRz7NhQ8IoTXV7ljImGXqwooXhXQYvjch6W5BiaDgiYpSpSJkhQ47vFcKKUKHy9Nkm5kasUw-Rf8YjhNTE35be.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena367{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/DSCF2962-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena368{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/IMG_7624.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena369{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/DSCF9386-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena370{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/image_2025-10-17_16-51-04-1.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena371{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/IMG_9754-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena372{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/утс-по-математике.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena373{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/астрономия.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena374{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/утс-физика.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena375{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/photo_2025-10-20_13-34-12.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena376{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/DSCF9549-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}


.event_picture_smena377{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/DSCF1966-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena378{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/IMG_8547-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena379{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/DSCF5267-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena380{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/image_2025-10-17_16-49-08.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena381{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/image_2025-10-17_16-51-04.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena382{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/DSCF4021-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena383{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/экономика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena384{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/олимпиадное-общество.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena385{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/мхк.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena386{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/DSCF6743-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena387{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2025/10/информатика-утс.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_mirbg{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2023/10/20210910233321.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_smena238{
    width:100%;
    height:200px;
     background: url(http://aucentr.ru/wp-content/uploads/2024/03/03-40-scaled.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}



.event_picture_ush4{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/b5c7aaab39b6a6ee39b9a92c4657e67a.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_ush5{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/b5c7aaab39b6a6ee39b9a92c4657e67a.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}




.event_picture_olimp_symbols_russia{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/photo_2023-10-12_14-41-00.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_open_tennis{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/теннис1-4.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_mbg2023{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/10/20210910233321.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     border-radius: 15px 15px 0 0;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_angl{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/angl.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_bezop{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/05/курс-1-1024x768-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_pechM{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/pechM.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_pechZ{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/pechZ.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_python2{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/02/питон.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_arduino{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/10/Arduino.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_ege{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/10/EGE.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_inform{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/10/Inform7.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}


.event_picture_astronom{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/03/astronomia.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}



.event_picture_matkoal{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/10/математика.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_chess{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/chess2.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	
}

.event_picture_tiim{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2020/11/logo.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event_picture_vernadskiy3{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/10/vernad.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_vernadskiy4{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/10/vernad.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     position: relative;
	     border-radius: 15px 15px 0 0;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_mascot_contest_aucentr{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2025/02/DSCF1910.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     position: relative;
	     border-radius: 15px 15px 0 0;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_sirius_olimp{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/image_2023-04-13_18-04-34.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}






.event_picture_bigv3{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/04/бв.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_bigv4{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/12/Снимок-экрана-2023-12-01-170441.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     position: relative;
	     border-radius: 15px 15px 0 0;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_liveclassic2023{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2023/02/30366.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}




.event_picture_smena221{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2024/04/Pngtree2_5d_learn_kn.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}




.event_picture_nauchpromfest{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2024/05/image_2024-05-24_20-07-23.png) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}




.event_picture_liveclassic2024{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2024/04/ehmblema-zhk-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}

.event_picture_liveclassic2025{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2024/04/ehmblema-zhk-1.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     position: relative;
	     border-radius: 15px 15px 0 0;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		

}

.event_picture_keldysh{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2025/04/келдыш-картинка-2025.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     position: relative;
	     border-radius: 15px 15px 0 0;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		

}

.event_picture_school_sirius{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2025/04/photo_2025-04-18_10-23-05.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     position: relative;
	     border-radius: 15px 15px 0 0;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		

}


.event_picture_siriusleto2024_2025{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2025/06/ФООН-ЗАЩИТА.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     position: relative;
	     border-radius: 15px 15px 0 0;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);		

}



.event_picture_vatutin{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/12/bafc475291d63fa71c4ea7c7ba8b69d8.jpeg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_heroes_rus{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2022/12/33445.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);			

}


.event_picture_41{
    width:100%;
    height:200px;

     background: url(http://aucentr.ru/wp-content/uploads/2021/09/0-02-05-9936e107def4cc2e47ebb530ee39f35c4f154e7fb3333a8b528b8bade547637d_df1cf734bf737179.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

p.over-title {
    margin-top: 10px;
    font-size: 16px;
    color: #323232;
	height:90px;
    
}

.slide-mir,.text-mir{
	display:inline-block;
	
	vertical-align:top;
	
}
.slide-mir{
width:60%;	
}
.text-mir{
	margin-left:60px;
	width:25%;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(0, #57BFD4, #47DCD8);
    background: -webkit-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -moz-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -o-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -ms-linear-gradient(bottom, #57BFD4, #47DCD8);
    border: none;
    letter-spacing: 0.85px;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 1rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn2 {
    display: inline-block;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 1rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 1.0rem
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.event__button {
    height: 60px;
    margin-top: 10px;
    padding-top: 5px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: rgba(143, 143, 143, 0.91);
    text-align: left;
    position: relative;
}

.event__button2 {
    height: 60px;
    margin-top: 10px;
    padding-top: 5px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: rgba(143, 143, 143, 0.91);
    text-align: right;
    position: relative;
	
}




.event__count_participants {
    position: absolute;
    right: 20px;
    top: 14px;
}

.padd-date{
    font-size: 13px;
    font-weight: 500;
    color: rgba(143, 143, 143, 0.91);
    text-align: left;
}

.padd-date-1{
    font-size: 13px;
    font-weight: 500;
    color: rgba(143, 143, 143, 0.91);
    text-align: left;
}



.padd-city{
    font-size: 13px;
    font-weight: 500;
    color: rgba(143, 143, 143, 0.91);
  margin-left:50px;
}

.event-wrapper{
    background: #f6f6f6;
      
  width:100%;
  padding:10px;
	height:350px;
}

.event-wrapper-konkurs{
    background: #ededed;
      
  width:100%;
  padding:10px;
	height:360px;
}
.event__footer_overflow{
	margin-top:95px;
}

.meo-info{
	
}

.main-1,.main-2,.main-3{
	display:inline-block;
	vertical-align:top;
}

.event__footer_overflow_bch{
	margin-top:0px;
}

.event-wrapper-bch{
    background: #f6f6f6;
      
  width:100%;
  padding:10px;
	height:230px;
}













.footer-active-3{
    width: 33%;
    border-right: 1px dashed #939393;
  display:flex;
	flex-wrap: wrap;
    height: 100%;
   color:#fff;
    margin:0 auto;
    font-family: 'Source Serif Pro', serif;
	font-weight:400;
      vertical-align:top;
      text-align:left;
      font-size:20px;
}

.footer-active-3 p{
    
   color:#3a2020;
    
      font-family: 'Exo 2', sans-serif;
      
      text-align:left;
      font-size:15px;
}

.text-bold{
    font-family: 'Exo 2', sans-serif;
    text-align:center;
    color:#450505;
   
}

.text-bold_olimp{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #224938;
    text-align:center;
	font-size:21px;
	margin-top:20px;
   
	    
   
}
.text-bold_napravl{
   font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #224938;
    text-align:center;
	font-size:25px;
	margin-top:20px;
	   overflow: hidden;
   
   
	   
   
}



.text-bold_napravl-n{
    font-family: 'Exo 2', sans-serif;
    text-align:center;
    color:#fff;
	 padding:110px;
	background-color:#f3f3f3;
	border-radius:10px;
	font-size:50px;
	 background: url(http://aucentr.ru/wp-content/uploads/2020/09/kursy-edison-2.jpg) center no-repeat;
      background-size: cover;
	
   
}

.up-text{
	text-align:center;
	font-size:40px;
}


.text-bold_psiholog{
    font-family: 'Exo 2', sans-serif;
    text-align:center;
    color:#fff;
	 padding:180px;
	background-color:#f3f3f3;
	border-radius:20px;
	font-size:50px;
	 background: url(http://aucentr.ru/wp-content/uploads/2025/10/Мастер-классы-с-родителями-.jpg) center no-repeat;
      background-size: cover;
	
   
}


.text-bold_fitnes{
    font-family: 'Exo 2', sans-serif;
    text-align:center;
    color:#fff;
	 padding:210px;
	background-color:#f3f3f3;
	border-radius:20px;
	font-size:50px;
	 background: url(http://aucentr.ru/wp-content/uploads/2022/12/photo_2022-12-14_17-33-09.jpg) center no-repeat;
      background-size: cover;
	
   
}

.text-bold_proect{
    font-family: 'Exo 2', sans-serif;
    text-align:center;
    color:#fff;
	 padding:100px;
	background-color:#f3f3f3;
	border-radius:30px;
	font-size:50px;
	 background: url(http://aucentr.ru/wp-content/uploads/2022/01/Будьте-в-курсе.png) center no-repeat;
      background-size: cover;
	
   
}

.row_grid2{
	max-width:990px;
	margin:0 auto;
	background: url(http://aucentr.ru/wp-content/uploads/2021/10/SOS2-1.jpg) center no-repeat;
    background-size: cover;
	font-size:100px;
}

.text-bold_s{
    font-family: 'Exo 2', sans-serif;
    text-align:center;
    color:#fff;
	 padding:100px;
	background-color:#f3f3f3;
	border-radius:30px;
	font-size:160px;
	 background: url(http://aucentr.ru/wp-content/uploads/2021/10/SOS2-1.jpg) center no-repeat;
      background-size: cover;   
}


.text-bold_psiholog2
{
   
 
    text-align:center;
    color:#fff;
	padding:200px;
	background-color:#f3f3f3;
	border-radius:30px;
	font-size:30px;
	 background: url(http://aucentr.ru/wp-content/uploads/2021/10/1.jpg) center no-repeat;
      background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 70%;
	
   
}
.text-bold_psiholog3{
   width: 300px;
    height: auto;
    text-align:center;
    color:#fff;
	padding:200px;
	background-color:#f3f3f3;
	border-radius:30px;
	font-size:30px;
	 background: url(http://aucentr.ru/wp-content/uploads/2021/10/изображение_viber_2021-09-24_08-02-34-902.jpg) center no-repeat;
      background-size: cover;
	 margin: auto;
	
   
}

div.wpforms-container-full {
    margin-bottom: 24px;
    background-color: #f3f3f3;
    padding: 40px;
}


div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    outline: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	    border-radius: 10px;
	FONT-WEIGHT: 300;

}

.shell{
	width:100%;
	height:auto;
	 background:#7f2f2a;
	 font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	color:#ffffff;
	padding:10px;
	padding-left:20px;
	
	
}

.shell p{
	margin-top:5px;
	
	
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
	 font-size: 20px;
    font-family: 'Exo 2', sans-serif;
	FONT-WEIGHT: 300;
	margin-left:10px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0px 0;
	clear: both;}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    background: #632193;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color:#311546;
    border: 1px solid #ccc;
    cursor: pointer;
}

.text-bold_news{
     font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    text-align:center;
	font-size:21px;
   margin-top:20px;
   
}

.spisok:before{;
content: "\f111";
font-family: FontAwesome;
display: inline-block; 
font-size: 10px; 
color: #725ccc; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left: -70px;
padding-right: 0.5em;
top: 5px;
left: 0;

}

.yt_icon:before{;
content: "\f16a";
font-family: FontAwesome;
display: inline-block; 
font-size: 25px; 
color: #725ccc; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left: -70px;
padding-right: 0.5em;
top: 5px;
left: 0;

}


.adress:before{;
content: "\f111";
font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
color: #725ccc; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}

.e-mail:before{;
content: "\f111";
font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
color: #725ccc; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}


.phone:before{;
content: "\f111";
font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
color: #725ccc; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}

.piople:before{;
content: "\f111";
font-family: FontAwesome;
display: inline-block; 
font-size: 20px; 
color: #725ccc; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}



.regim:before{;
content: "\f111";
font-family: FontAwesome;
display: inline-block; 
font-size: 25px; 
color: #725ccc; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}

.text-bold_olimp:before{;
content: "\f19d";
font-family: FontAwesome;
display: inline-block; 
font-size: 24px; 
color: #224938; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}

.text-bold_news:before{;
content: "\f1ea";
font-family: FontAwesome;
display: inline-block; 
font-size: 24px; 
color: #224938; 
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}

.text-bold_napravl:before{;
content: "\f0a9";
font-family: FontAwesome;
display: inline-block; 
font-size: 24px; 
color:#224938;
-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
padding-right: 0.5em;
top: 5px;
left: 0;
 
}


.olimp{
	width: 100%;
    height: 80%;
    padding: 0px;
}
.text-olimp{
  text-align: center;
    /* margin-left: 38%; */
    /* margin-top: 150px; */
    /* position: absolute; */
    z-index: 3;
    color: #fff;
    font-size: 38px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    vertical-align: middle;
    /* margin-top: 20px; */
   
}

.buttons{
    
  
   
}



a.buttons {
  width: 200px;
  height: 60px;
  text-decoration: none;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  display: block;
  
  font: normal 17px arial;
  z-index:4;
   
     font-family: 'Exo 2', sans-serif;
	margin: 100px auto;
	
	  padding: 14px 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #000;
    border: solid 1.6px rgba(255,255,255,0.2);
    background-color: #f3f3f3;
    text-transform: uppercase;
    width: 300px;
    border-right: 1px solid #dbcaca;
    box-shadow: 0 2px 10px 0 rgba(0,114,70,0.5);
    margin: 0 auto;
      font-family: 'Exo 2', sans-serif;

}

a.buttons:not(.active) {
   
    background-image: linear-gradient(#eef3e2, #eef3e2);
    text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
}

a.buttons:not(.active):hover,
a.buttons:not(.active):focus {
  transition: color 200ms linear, text-shadow 500ms linear;
  color: #fff;
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
}
a.buttons:not(:hover) {
    transition: 0.6
}

.news{
    max-width:1140px;
    height:auto;
    margin:0 auto;

}

.news_common-page{
margin-top:10px;
display: flex;
    justify-content: center;
	    flex-wrap: wrap;
}
.link_to_page{
	vertical-align:bottom;
}


.news-1{
	 max-width:530px;
    height:auto;
    margin:0 auto;
}

.news-post{
     max-width: 1000px;
    display: flex;
    margin: 0 auto;
   
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    border-bottom: 5px solid #edc63c;
height:340px;
	background-color: #f4f4f4;
    /*background-image: url(http://remontbelgorod31.ru/wp-content/uploads/2019/01/106.png); */
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
	

	
   
}

.post-news{
	height:300px;
	width:100%;
background-color:red;
}


.pt-cv-cap-w-img .pt-cv-title a {
    color: #000;
}

.post-news{
     padding:20px;
}
.image-t{
	border:1px solid bold;
}
.wrap_1{
    width:100%;
}

.bg-catskill{
   max-width:1400px;
    margin:0 auto;
}


.date{
     font-family: 'Exo 2', sans-serif;
   font-weight: 400;
    font-size: 12px;
}

.date p{
     font-family: 'Exo 2', sans-serif;
   font-weight: 400;
    font-size: 12px;
}



.date:before{;
content: "\f073";
    font-family: FontAwesome;
display: inline-block; 
font-size: 11px; 
color: #6f4141; 

-webkit-animation: my 4s infinite alternate; 
animation: my 4s infinite alternate; 
padding-left:-50px;
	  padding-right: 0.5em;
 
    top: 5px;
    left: 0;
 
}

/*--------------------------------------------------------------
Блог для таба олимпиада
--------------------------------------------------------------*/





.brand{
    width:500px;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 0em;
	padding: 0;
	 font-family: 'Exo 2', sans-serif;
     font-size:17px;
     text-align:justify;
	
	
     
}

#content-1{
	line-height: 220%;
}

#content-2{
	line-height: 220%;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.category_post{
font-size: 12px;
    color: #222222;
      font-family: 'Exo 2', sans-serif;	
	max-width: 150px;
    background: #9fd0e2;
}

.centerimg {
   display: block;
    margin-left: auto;
    margin-right: auto;
  width: auto;
	height:auto;
	max-width:70%
}
.centerimg2 {
   display: block;
    margin-left: auto;
    margin-right: auto;
  width: auto;
	height:auto;
	max-width:15%
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 19px;
    color: #5c3ca9;
      font-family: 'Exo 2', sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 300;
	line-height: 1.7;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}


button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.psih_knopka:hover {
	background: linear-gradient(60deg, #b286ef 10%, #981fbf 50%, #7e20fd 100%);;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
    background-color: black;
    border: 0;
    height: 3px;
    margin-bottom: 1.5em;
    width: 10%;

}

hr.hr_fiolet {
	background-color: #725ccc;
    border: 0;
    height: 1.5px;
    margin-bottom: 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.new_table{
	border: 1px solid grey;
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.phis {
	background-color:#eff7de;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #a78585;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}


.spisok{
width: 100%;
text-align:  center;
}
.center{
display: inline-block}
li{
text-align: center;
}



.mytable1  {
    border-collapse: collapse;
    border-spacing: 0;
}

.mytable1 td, th {
    border: 1px solid #dddddd;
    padding: 5px;
    text-align: center;
}

.mytable1  {
    margin: 0 0 1.5em;
    width: 100%;
}



/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}



/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	color:white;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #403030;
	 font-family: 'Exo 2', sans-serif;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
	 font-family: 'Exo 2', sans-serif;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	    
	

}

body {
	background: #fafafa;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
	width:20px;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
	font-size:22px;
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.custom-header {
	position: relative;
	height:100px;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	display: none;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	    float: right;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
	display: none;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}
li{
	text-decoration:none;
}
/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 0;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
	padding-bottom: 3em;
    width: 80%;
    margin: 0 auto;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar .wp-calendar-table {
	margin-bottom: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

	



img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

audio:focus,
video:focus {
	outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
		
.header_top-1{
max-width: 2200px;
margin:0 auto;
margin-top: 20px;
height:auto;
padding-left:30px;
padding-right:30px;
padding-top:90px;
padding-bottom:90px;
background-color: #fafafa;
}

	p.over-title {
    margin-top: 10px;
    font-size: 16px;
    color: #323232;
    height: auto;
}
	
	.event__footer_overflow {
    margin-top: 0px;
}
	.event-wrapper-konkurs{
    background: #ededed;
    width: 100%;
    padding: 10px;
    height: auto;
}
	
	.event-wrapper-konkurs2{
    background: #f6f6f6;
    width: 100%;
    padding: 10px;
    height: auto;
}
	
	
.logo_flex_3{
width:700px;
	}

.logo_flex_4{
max-width:370px;	
}
	

.logo_flex_3, .logo_flex_4,.header_contact-1{
vertical-align:top;
font-family: 'Exo 2', sans-serif;
margin-left:20px;
margin-top:10px;
}



.header_contact-1{
 max-width:350px;
  text-align:left;
  padding:0px;
 font-size:17px;
   
}

	
	.ruk-logo-korrect-1 {
		margin: 0 auto;
		display: flex;
    	flex-direction: column;
	}
	
	.text-info-r_1 {
		text-align: center;
	}
	

.text-bold-1 {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    color: #450505;
	font-size:25px;
}
.info-depart{
	   font-family: 'Exo 2', sans-serif;
    text-align: left;
    color: #450505;
	font-size:17px;
	font-weight: 300;
}

	
	.text-bold_napravl-n {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    color: #000;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 10px;
    font-size: 20px;
    background-image: none;
    background-size: cover;
}
	


	
	.post-img-p{
	width:300px;
}
	
.col3{
  max-width:305px;
	display:inline-block;
	vertical-align:top;
	margin-left:20px;
	margin-top:10px;
	
}

.event_picture_36{
  width:100%;
  height:200px;
  background: url(http://aucentr.ru/wp-content/uploads/2021/09/1613465576_81-p-fon-dlya-prezentatsii-sportivnii-stil-97.jpg) center no-repeat;
  background-size: cover;
  background-color:#f7dbff;
  margin-top:10px;
  position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.event-wrapper-konkurs3{
  background: #a6deec;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.event-wrapper-konkurs_1{
  background:#efbbe6;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_1 {
    color: #fff;
    background: linear-gradient(0,#e366d347, #e366d382);
    background: -moz-linear-gradient(bottom, #e366d347, #e366d382);
    background: -o-linear-gradient(bottom, #e366d347, #e366d382);
    background: -ms-linear-gradient(bottom, #e366d347, #e366d382);
    border: none;
    letter-spacing: 0.85px;
}	

.event-wrapper-konkurs_2{
  background:#41d9fb;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_2 {
    color: #fff;
    background: linear-gradient(0, #4ec8e373, #29b2d1);
    background: -webkit-linear-gradient(bottom, #4ec8e373, #29b2d1);
    background: -moz-linear-gradient(bottom, #4ec8e373, #29b2d1);
    background: -o-linear-gradient(bottom, #4ec8e373, #29b2d1);
    background: -ms-linear-gradient(bottom, #4ec8e373, #29b2d1);
    border: none;
    letter-spacing: 0.85px;
}	

.event-wrapper-konkurs_3{
  background:#0894f7;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_3 {
    color: #fff;
    background: linear-gradient(0,  #0894f7, #1149af);
    background: -webkit-linear-gradient(bottom, #0894f7, #1149af);
    background: -moz-linear-gradient(bottom,  #0894f7, #1149af);
    background: -o-linear-gradient(bottom,  #0894f7, #1149af);
    background: -ms-linear-gradient(bottom,  #0894f7, #1149af);
    border: none;
    letter-spacing: 0.85px;
}	

.event-wrapper-konkurs_4{
  background: #ecaca6;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_4 {
    color: #fff;
    background: linear-gradient(0, #dfa39e, #d78179b3);
    background: -webkit-linear-gradient(bottom, #dfa39e, #d78179b3);
    background: -moz-linear-gradient(bottom,#dfa39e, #d78179b3);
    background: -o-linear-gradient(bottom, #dfa39e, #d78179b3);
    background: -ms-linear-gradient(bottom, #dfa39e, #d78179b3);
    border: none;
    letter-spacing: 0.85px;
}


.event-wrapper-konkurs_5{
  background:#d3ce39;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_5 {
    color: #fff;
    background: linear-gradient(0, #f7e9479e, #8f83019e);
    background: -webkit-linear-gradient(bottom, #f7e9479e, #8f83019e);
    background: -moz-linear-gradient(bottom, #f7e9479e, #8f83019e);
    background: -o-linear-gradient(bottom, #f7e9479e, #8f83019e);
    background: -ms-linear-gradient(bottom,#f7e9479e, #8f83019e);
    border: none;
    letter-spacing: 0.85px;
}	

.event-wrapper-konkurs_6{
  background: #61df70;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_6 {
    color: #fff;
    background: linear-gradient(0,  #79d95196, #52bf25);
    background: -webkit-linear-gradient(bottom,  #79d95196, #52bf25);
    background: -moz-linear-gradient(bottom, #79d95196, #52bf25);
    background: -o-linear-gradient(bottom, #79d95196, #52bf25);
    background: -ms-linear-gradient(bottom,  #79d95196, #52bf25);
    border: none;
    letter-spacing: 0.85px;
}	

.event-wrapper-konkurs_7{
  background: #b15561;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_7 {
    color: #fff;
    background: linear-gradient(0, #ab4b57, #9f3341);
    background: -webkit-linear-gradient(bottom, #ab4b57, #9f3341);
    background: -moz-linear-gradient(bottom, #ab4b57, #9f3341);
    background: -o-linear-gradient(bottom, #ab4b57, #9f3341);
    background: -ms-linear-gradient(bottom,#ab4b57, #9f3341);
    border: none;
    letter-spacing: 0.85px;
}	
	
.event-wrapper-konkurs_8{
  background: #7971e7;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_8 {
    color: #fff;
    background: linear-gradient(0,  #7971e7, #453db9);
    background: -webkit-linear-gradient(bottom,  #7971e7, #453db9);
    background: -moz-linear-gradient(bottom,  #7971e7, #453db9);
    background: -o-linear-gradient(bottom,  #7971e7, #453db9);
    background: -ms-linear-gradient(bottom, #7971e7, #453db9);
    border: none;
    letter-spacing: 0.85px;
}	

.event-wrapper-konkurs_9{
  background:#c57944;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_9 {
    color: #fff;
    background: linear-gradient(0,  #c57944, #af5516);
    background: -webkit-linear-gradient(bottom,  #c57944, #af5516);
    background: -moz-linear-gradient(bottom,  #c57944, #af5516);
    background: -o-linear-gradient(bottom,  #c57944, #af5516);
    background: -ms-linear-gradient(bottom,  #c57944, #af5516);
    border: none;
    letter-spacing: 0.85px;
}	

.event-wrapper-konkurs_10{
  background: #ede724;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.btn-primary_10 {
    color: #fff;
    background: linear-gradient(0, #efea48, #c1bb00);
    background: -webkit-linear-gradient(bottom, #efea48, #c1bb00);
    background: -moz-linear-gradient(bottom, #efea48, #c1bb00);
    background: -o-linear-gradient(bottom, #efea48, #c1bb00);
    background: -ms-linear-gradient(bottom, #efea48, #c1bb00);
    border: none;
    letter-spacing: 0.85px;
}	

	.event-wrapper-konkurs_11{
  background: #a6deec;   
  padding:10px;
	max-width: 305px;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

	

.event__type__over3{
 font-size: 18px;
 font-weight: 300;
 color: #eef4f7;
}

p.over-title3 {
    margin: 10px 0px -50px 0px;; 
    font-size: 22px;
    color: #323232;
    height: 90px;
	text-align:left;
	 font-weight: bold;
}

.event__footer_overflow3{
	margin-top:0px;
}
	
.ulcenter{
width: 100%;
text-align:  center;
}
.ulcenter2{
display: inline-block}
	
#ulcenter li{
text-align: left;
}
	
.main1{
	display: inline-block;
	vertical-align: middle;
  width: 90px;
  padding-right: 6px;
  height: 24px;
  font-size: 13px;
  line-height: 20px
  float: ;
}
.padd-date-3{
    font-size: 13px;
    font-weight: 500;
    color: rgb(255 247 239);
    text-align: left;
}

.padd-city{
    font-size: 13px;
    font-weight: 500;
    color: rgba(143, 143, 143, 0.91);
  margin-left:50px;
}

.event__button3 {
    height: 60px;
    margin-top: 10px;
    padding-top: 5px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: rgba(143, 143, 143, 0.91);
    text-align: left;
    position: relative;
}

.event__count_participants {
    position: absolute;
    right: 20px;
    top: 14px;
}

.btn-primary3 {
    color: #fff;
    background: linear-gradient(0, #57BFD4, #47DCD8);
    background: -webkit-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -moz-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -o-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -ms-linear-gradient(bottom, #57BFD4, #47DCD8);
    border: none;
    letter-spacing: 0.85px;
}
.btn-primary2 {
    color: #ggg;
    background: linear-gradient(0, #57BFD4, #47DCD8);
    background: -webkit-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -moz-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -o-linear-gradient(bottom, #57BFD4, #47DCD8);
    background: -ms-linear-gradient(bottom, #57BFD4, #47DCD8);
    border: none;
    letter-spacing: 0.85px;
}
	.bord
	{
		border-radius:30px;
	}

.btn3 {
    display: inline-block;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px;
    font-size: 1rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;

}


.main-1,.main-2,.main-3{
    display:inline-block;
    vertical-align:top;
} 
	
	
	.col {
    max-width: 390px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 10px;
}
	
	.col-meod {
    max-width: 390px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 10px;
	
}
	
	.col1 {
    max-width: 390px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 10px;
}
	
	.slide_index{
		display:none;
	}
	
	.logo_flex_1 {
    max-width: 440px;
		margin-left:0px;
}
	
	.header_contact {
    width: 100%;
    text-align: left;
    padding: 0px;
    font-size: 17px;
    border-right: 1px solid #dbcaca;
}
	
	.title_p {
    font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    color: #3c4938;
    text-align: center;
}
	
	
 .info-ph {
    border: 1px solid red;
    padding: 10px;
font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    color: #3c4938;
    text-align: center;
   }

	
	.info-napr{
	width:100%;
}
	
	.date_p{
      font-family: 'Exo 2', sans-serif;
     font-size:19px;
     color:#3c4938;
     font-weight:bold;
       text-align: center;
}
	
	.slide-mir{
width:100%;	
}
.text-mir{
	margin-left:0px;
	width:100%;
}

.photo-napr{
	margin-left:0px;
	height:auto;
	width:100%;
}
	.news-post{
     max-width: 550px;
    display: inline-block;
    margin: 0 auto;
   
    float: left;
    margin-left: 20px;
	margin-right: 20px;
    margin-top: 20px;
    border-bottom: 2px solid  #6a4480;
		height:auto;

	
  
   
}
	.custom-header {
	position: relative;
	height:0px;
}
	
	.logo_flex {
    max-width: 400px;
}
	
	.olimpiada{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/niiNo66SVgU.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
	
	
	.btn_one{
    padding: 14px 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #725ccc;
    border: solid 4px #725ccc;
    background-color: #f3f3f3;
    text-transform: uppercase;
    width: 275px;
    border-right: 4px solid #725ccc;
    box-shadow: 0 2px 10px 0 #725ccc;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
}

.knopki1 {
    width: 1104px;/*фиксируем ширину обертки*/
    margin: 0 auto;/*центрируем ее*/
    background: #fafafa;
    height: 200px;/*Задаем высоту обертки*/
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
   }
	
.knopki1:last-child {
   margin-right: 0px;/*Убираем поле последнего div-а*/
   }


	
.button_vr31x {
	width: 350px;
    height: 150px;
	padding: 4%;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #725ccc;
    border: solid 5px #725ccc;
    background-color: #725ccc;
    text-transform: uppercase;
    width: 300px;
    border-right: solid 5px #725ccc;
    box-shadow: 0 2px 10px 0 #725ccc;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
}

.button_vr31x-1 {
	width: 350px;
    height: 150px;
	padding: 2.5%;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #ffffff;
    border: solid 5px #725ccc;
    background-color: #ffffff;
    text-transform: uppercase;
    width: 300px;
    border-right: solid 5px #725ccc;
    box-shadow: 0 2px 10px 0 #725ccc;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
}

.button_vr31x a {
    color: #725ccc; 
}

.button_vr31x-1 a {
    color: #725ccc; 
}


.button_vr31x:hover {
	 background-image: linear-gradient(to right, #725ccc 0%, #ff80aa  51%, #40dfff  100%);;
	 box-shadow: 0 0px 0px 0 #725ccc;
	 color: white;
	 transition: 0.3s;
     background-size: 200% auto; 
	 border: none;
}

.button_vr31x-1:hover {
	 background-image: linear-gradient(to right, #725ccc 0%, #ff80aa  51%, #40dfff  100%);;
	 box-shadow: 0 0px 0px 0 #725ccc;
	 color: white;
	 transition: 0.3s;
     background-size: 200% auto;
	 border: none;
}

	
.button_vr31x {
   float: left; /*Задаем обтекание*/
 line-height: 1,67;/*Высота строки +  верт. центрирования текста*/
  font-size: 20px;
   background: #f3f3f3;
   color: #725ccc;
   width: 360px; /*Фиксируем ширину блока*/
  margin-right: 7px;
   text-align: center; /*Центрируем текст по горизонтали*/
	
}

	
.button_vr31x-1 {
   float: left; /*Задаем обтекание*/
   line-height: 1,67;/*Высота строки +  верт. центрирования текста*/
   font-size: 20px;
   background: #f3f3f3;
   color: #725ccc;
   width: 360px; /*Фиксируем ширину блока*/
   margin-right: 7px;
   text-align: center; /*Центрируем текст по горизонтали*/
	
}



	
	
	
	
.ac-container{
    width: 100%;
    margin: 10px auto 30px auto;
}

.ac-container label{
    font-family: 'Exo 2', sans-serif;
    padding: 5px 30px;
    position: relative;
    z-index: 20;
    display: block;
    height: 40px;
    cursor: pointer;
    color: #725ccc;
	text-align: center;
    line-height: 33px;
    font-size: 22px;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}


.ac-container label:hover{
    background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #725ccc;
    color: #f8f8ff;
   
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center;  
}

.ac-container input:checked + label:hover:after {
    background-image: url(http://netcribe.com/example/arrow_up.png);
}

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 5px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article {
     -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    height: 200px;
}

.ac-container article p{
    font-style: italic;
	text-align: center;
    color: #2C2D2E;
    line-height: 23px;
    font-size: 22px;
    padding: 5px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

	
.vr31x_etap p {
    text-align: center;
    color: #725ccc;
    
}

.etap1 p {
    text-align: center;
    color: #725ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: larger;
}
	


.arrow-7 {
    margin: 20px auto 20px auto;
    width: 30px;
    height: 75px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #725ccc;
    border-right: 5px solid #725ccc;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}

	
.modalDialog6 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog6:target {
	display: block;
	pointer-events: auto;
}

.modalDialog6 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}	
	
.modalDialog6 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog6:target {
	display: block;
	pointer-events: auto;
}

.modalDialog6 > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #725ccc; }



.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 900px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
	

	
	
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #725ccc; }

.olimpiada_1{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/sport.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_2{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/1357377322_40.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_3{
    width:100%;
    height:400px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/yandex_image20191212-22532-rj2uei.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_4{
    width:100%;
    height:500px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/1357377322_40-1024x640.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_5{
    width:100%;
    height:500px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/5388650267064511302.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
	
	
	.search {
    width: 300px;
}
	.search_1{
	  width: 220px;
	}
	.logo_flex_6{
max-width:90px;
	
}
	
	.search_1,.logo_flex_6{
	 display:inline-block;
		vertical-align:top;
	}
	
	.header_contact{
  width:90%;
  text-align:left;
  padding:0px;
 font-size:20px;
   border-right:0px solid #dbcaca;
}
	
	.post-news-body{
    background-color: #f7dbff;
    padding:5px;
    height:auto;
    font-size:20px;
		background-color:#f3f3f3;
}
	

	
	
	
	.block{
    display:inline-block;
   width:100%;
    vertical-align:top;
    font-family: 'Exo 2', sans-serif;
   
	margin-top:15px;
	
}
	a.buttons {
  width: 150px;
  height: 50px;
  text-decoration: none;
  padding-top: 14px;
  color: #000;
  text-align: center;
  line-height: 20px;
  display: block;
	
  
  font: normal 17px arial;
  z-index:4;
   
     font-family: 'Exo 2', sans-serif;
	margin: 0 auto;
		margin-top: 20px;
		    font: normal 17px arial;
    z-index: 4;
    font-family: 'Exo 2', sans-serif;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
}
	
.olimp{
	width: 100%;
    height: 80%;
    padding: 50px;
}
.text-olimp{
  text-align: center;
    /* margin-left: 38%; */
    /* margin-top: 150px; */
    /* position: absolute; */
    z-index: 3;
    color: #fff;
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    vertical-align: middle;
	background: rgba(0, 0, 0, 0.7);
    /* margin-top: 20px; */
   
}
	
	.image-t{
	width:100%;
}
	
	.name_s{
		text-align:center;
		font-family: 'Exo 2', sans-serif;
    font-weight: 700;
		 font-size: 18px;
		
	}
	
	
.pills {
  width: auto;
  margin-left: 0;
  list-style: none;
  counter-reset: li;
  font-family: calibri;
  font-weight: bold;
  font-size: 1.5em;
}
.pills li {
  padding: 10px 0;
  position: relative;
  left: 0em;
  margin-bottom: 0.75em;
  padding-left: 1em;
  background: #ffffff;
}
.pills li:before {
  padding: 10px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0em;
  width: 1.875em;
  text-align: center;
  color: white;
  font-weight: bold;
  background: #ae76e8;
  border-bottom-left-radius: 70em;
  border-top-left-radius: 70em;
  counter-increment: li;
  content: counter(li);
}	
	
	.footer-active-3 {
    width: 100%;
    border-right: 0px dashed #939393;
    display: flex;
	flex-wrap: wrap;
    height: 100%;
    color: #fff;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
    vertical-align: top;
    text-align: left;
    font-size: 20px;
}
	
	.site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 3em;
    background-color: #eef3e2;
   
    float: left;
    padding: 30px 0;
    width: 100%;
}
	
	.logo_flex,.header_contact{
  display:block;  
  align-items:center!important;  
}
	
	
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}
	
	.news-post{
     max-width: 570px;
    display: inline-block;
    margin: 0 auto;
   
    float: left;
    margin-left: 20px;
	margin-right 20px;
    margin-top: 20px;
    border-bottom: 2px solid #edc63c;

	
  
   
}
	
	.post-news-body{
    background-color: #f7dbff;
    padding:5px;
    height:auto;
    font-size:17px;
}
	

	

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 13px;
    /* font-size: 1.375rem; */
    text-align: justify;
		height:auto;
		 font-family: 'Exo 2', sans-serif;
    font-weight: 300;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}
	
	
	

	p.over-title {
    margin-top: 10px;
    font-size: 16px;
    color: #323232;
    height: 70px;
		text-align: left;
}
	
	.event__footer_overflow {
    margin-top: 10px;
}
	
	.event-wrapper-konkurs {
    background: #ededed;
    width: 100%;
    padding: 10px;
    height: auto;
	border-radius: 0 0 15px 15px;
}
	
	.event-wrapper-konkurs2 {
    background: #f2f1ff;
    width: 100%;
    padding: 10px;
    height: auto;
	border-radius: 30px;
    
	
}
	
	
	
	
	.info-napr{
	width:60%;
}
	
	.post-img-p{
	width:400px;
}
	
	.col {
    max-width: 305px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
	margin-right: 10px;
    margin-top: 20px;
}
	
	.event a{
		border-radius: 10px;
	}
	
	.title_p {
    font-family: 'Exo 2', sans-serif;
    font-size: 35px;
    color: #3c4938;
    text-align: center;
}
	
	
	
	
	
	.logo_flex_1 {
    max-width: 270px;
		margin-left:5px;
}
	.slide_index{
		display:block;
	}
	.text-bold_napravl-n {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    color: #fff;
    padding: 110px;
    background-color: #f3f3f3;
    border-radius: 10px;
    font-size: 50px;
    background: url(http://aucentr.ru/wp-content/uploads/2020/09/kursy-edison-2.jpg) center no-repeat;
    background-size: cover;
}
	

	
.photo-napr{
	margin-left:70px;
	
	max-width:31%;
}
	
	.header_contact{
  width:300px;
  text-align:left;
  padding:0px;
 font-size:14px;
   /*border-right:1px solid #224938;*/
}
	
	.slide-mir{
width:60%;	
}
	.date_p{
      font-family: 'Exo 2', sans-serif;
     font-size:30px;
     color:#3c4938;
     font-weight:bold;
       text-align: center;
}
	
	.date_p_inf{
      font-family: 'Exo 2', sans-serif;
     font-size:30px;
     color:#4857a5;
     font-weight:bold;
       text-align: center;
		
}
	.date_p_inf2{
      font-family: 'Exo 2', sans-serif;
     font-size:30px;
     color:#4857a5;
     font-weight:bold;
       text-align: center;
}
	
.text-mir{
	margin-left:60px;
	width:25%;
}
	
	.custom-header {
	position: relative;
	height:100px;
}
	
	.olimp{
	width: 100%;
    height: 80%;
    padding: 0px;
}
.text-olimp{
  text-align: center;
    /* margin-left: 38%; */
    /* margin-top: 150px; */
    /* position: absolute; */
    z-index: 3;
    color: #fff;
    font-size: 38px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    vertical-align: middle;
    /* margin-top: 20px; */
   
}
	.news-post{
     max-width: 370px;
    display: inline-block;
    margin: 0 auto;
   
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    border-bottom: 2px solid #feffd9;

		background-color:#f0f0f0;
    padding: 7px;
		box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
		height:270px;
	
  
   
}
	
	.image-category{
		background-size:cover;
	}
	.text-olimp{
  text-align: center;
    /* margin-left: 38%; */
    /* margin-top: 150px; */
    /* position: absolute; */
    z-index: 3;
    color: #fff;
    font-size: 38px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    vertical-align: middle;
	background: rgba(0, 0, 0, 0.8);
    /* margin-top: 20px; */
   
}
	.post-news-body{
    background-color: #f3f3f3;
    padding:3px;
    height:auto;
    font-size:20px;
		color: rgba(143, 143, 143, 0.91);
}
	.sport-h{
	 margin-top:10px;	
		 font-size:19px;
		margin-left:5px;
	}
	
	.art-h{
	 margin-top:10px;
		 font-size:19px;
		margin-left:5px;
	}
	
	.scince-h{
	 margin-top:10px;
		 font-size:19px;
		margin-left:5px;
	}
	
	.project-h{
	 margin-top:10px;
		 font-size:17px;
		color:#FFFFFF;
		margin-left:5px;
		
	}
	
	
	
	
	
	
	.post-news-body p{
   margin-top:5px;
}
	a.buttons {
  width: 200px;
  height: 60px;
  text-decoration: none;
  padding-top: 20px;
  color: #000;
  text-align: center;
  line-height: 20px;
  display: block;
  
  font: normal 17px arial;
  z-index:4;
   
     font-family: 'Exo 2', sans-serif;
	margin: 0 auto;
		margin-top: 30px;
}
	
	.header_contact {
    width: 250px;
    text-align: left;
    padding: 0px;
    font-size: 14px;
    /*border-right: 1px solid #dbcaca;*/
}
	
	.image-t{
	width:33%;
}
	
	.block{
    display:inline-block;
   width: 24%;
    vertical-align:top;
    font-family: 'Exo 2', sans-serif;
   
	margin-top:15px;
	
}
	

	
	
	
	.block3{
    display:inline-block;
   width: 30%;
    vertical-align:top;
    font-family: 'Exo 2', sans-serif;
   padding: 6px;
	margin-top:15px;
	
}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}
	
	.footer-active-3 {
    width: 32%;
   
    display: flex;
	flex-wrap: wrap;
    height: 100%;
    color: #212020;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
    vertical-align: top;
    text-align: left;
    font-size: 20px;
}
	
	.logo_flex, .header_contact{
  display:inline-block;  
  align-items:center!important;  
}
.logo_flex {
    width: 260px;
}
	
	.search {
   width:340px;
}
	/* Layout */

	.wrap {
		max-width: 1200px;
		padding-left: 3em;
		padding-right: 3em;
	}
	
	.olimpiada{
    width:95%;
    height:300px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/niiNo66SVgU.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		margin:0 auto;
}

.olimpiada_1{
    width:95%;
    height:300px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/sport.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	margin:0 auto;
}

.olimpiada_2{
    width:95%;
    height:300px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/09/1357377322_40.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	margin:0 auto;
}

.olimpiada_3{
    width:95%;
    height:300px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/yandex_image20191212-22532-rj2uei.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	margin:0 auto;
}

.olimpiada_4{
    width:100%;
    height:300px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/1357377322_40-1024x640.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	margin:0 auto;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.olimpiada_5{
    width:95%;
    height:300px;
     background: url(http://aucentr.ru/wp-content/uploads/2020/10/5388650267064511302.jpg) center no-repeat;
      background-size: cover;
     background-color:#f7dbff;
     margin-top:10px;
     position: relative;
	margin:0 auto;
	
	  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
	
	

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
		background: #f3f3f3;

	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
		font-family: 'Exo 2', sans-serif;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
		color: #224938;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.news{
    max-width:1140px;
    height: auto;
    margin:0 auto;
	
}
	
	
	
	
	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
	background-color: #fafafa;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
		display:none;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		
		width: 100;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
		background-color: #eef3e2;
   
    float: left;
    padding: 30px 0;
    width: 100%;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}


@media screen and ( max-width: 480px ) {
	
	
@media screen and ( max-width: 480px ) {
	.project-image_for4{
	max-width:400px;
	margin:0 auto;
	height:400px;
	background: url(http://aucentr.ru/wp-content/uploads/2022/10/image_4681350_7876154.png) center no-repeat;
}
	.raspisan_block{
	width:100%;
	height:150px;
	border: 3px solid #725ccc;
	border-radius: 15px;
	
	
}
.raspisan{
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	margin-right: auto;
    padding-top: 0px;
    
	
}

.project-image_3{
	max-width:100%;
	height:100%;
	margin:0 auto;
	
	background: url(http://aucentr.ru/wp-content/uploads/2023/04/Post-1823000-3.png) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}
	
.project-image_4{
	max-width:90%;
	height:90%;
	margin:auto;
	background: url(http://aucentr.ru/wp-content/uploads/2022/10/image_4681350_7876154.png) center no-repeat;
	background-size: 100% auto;
	object-fit: contain; 
}	
	
	.common_b{
		
		width:1200px;
		height:400px;
		
	}
	
	
}
@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
 a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   } 
a{
	list-style:none;
	 text-decoration:none;
}












































	
	
	
	



	
	
	
.knopka_rasp {
	padding: 14px 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 1.5rem;
    color: #000;
    border: solid 1.6px #725ccc;
    background-color: #f3f3f3;
    text-transform: uppercase;
    width: 300px;
    border-right: 1px solid #dbcaca;
    box-shadow: 0 2px 10px 0 rgba(0,114,70,0.5);
    margin: 0 auto;
      font-family: 'Exo 2', sans-serif;
}	

.knopka_rasp a {
    color: #725ccc; 
}


.knopka_rasp:hover {
	 background-color: #ffffff;
	 box-shadow: 0 0px 0px 0 #725ccc;
}


	

	
.hr_psih {
		margin: 20px 0;
		padding: 0;
		height: 0;
		border: none;
		border-top: 2px solid #725ccc;
	}
	
	
	.ul_psih {
		list-style-type: disc;
		text-align: left;
		
	}
	
	.ul_psih li {
		list-style: none;
	}

	



	
	

	
@media screen and ( max-width: 480px ) {
	.knopki1{
		max-width:50%;
		margin:0 auto;
		margin-left: 0px;
		font-size: 15px;	
}
	.button_vr31x-1,
	.button_vr31x {
		margin-bottom: 7px;
}
	.modalDialog1,
	.modalDialog,
	.modalDialog7 {
		max-width:450px;
}
	.project-image_for3{
		max-width:480px;
		margin:0 auto;
		height:480px;
}
	.psih_info {
		display: block;
		width: 90%;
		height: 1000px;
		margin: auto;
}
	.psih_info_img {
		float: left;
		display: block;
		padding-left: 5px;
}
	.psih_info_text {
		float: center;
		display: block;
		width: 320px;
		padding-left: 2px;
		font-size: 15px;
}
	.range_psih{
   		margin:0 auto; 
   		width:90%; 
		height: auto;
}

	.block_psih{
    	display:block;
    	width: 90%;
		height: 330px;
}	
	.post-news-block-psih{
    	height: 150px;
		border-radius: 10px 10px 0 0;
		margin: 0;
}
	.post-news-body-psih{
    	height:auto;
   	 	font-size:10px;
		text-align: center;
}	

.post-news-body-psih p{
  		font-size:10px;
		color:#224962;
		margin-top:5px;
		overflow: hidden;
}		
	p.psih_quote {
		font-size:17px; 
		color:#725ccc;
}
	p.open_p {
		font-size: 17px;
}
	p.mob_str {
		font-size: 19px;
		font-weight: bold;
}
	.psih_info1 {
		display: block;
		width: 97%;
		height: 800px;
		margin: auto;
}
	.psih_info_img1 {
		width: 100%;
		float: left;
		display: block;
		padding-left: 5px;
}
	.psih_info_text1 {
		float: center;
		display: block;
		width: 320px;
		padding-left: 2px;
		font-size: 15px;
}
	p.txt_cntr {
	text-align: center;
}
	

.modalDialog2 > div {
	width: 380px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
	
	.modalDialog3 > div {
	width: 380px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
	
	.modalDialog4 > div {
	width: 380px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
	
	.modalDialog5 > div {
	width: 380px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	
}
	

	

	.range_napr {
		display: flex;
		margin:0 auto; 
    	width:90%; 
     	    height: 1050px;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    
	}
	
	.block_napr {
    display: inline-block;
        width: 60%;
    vertical-align: top;
    font-family: 'Exo 2', sans-serif;
    margin-top: 15px;
    border-radius: 10px;

	}
	
	
	
	
.container-pedagog {
	display: flex;
	flex-direction: column;

}

.photo-pedagog {
	margin-right: 0px;
}

.photo-pedagog img{
	width: 250px;
	border-radius: 20px;
}

.opisanie-pedagog {
	width: 330px;
	font-size: 12px;
	font-family: system-ui;
	margin-left: 0px;
	line-height: 1.5;
	text-align: center;
}

.o-sebe {
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 370px;
	font-size: 13px;
	font-family: system-ui;
	margin: 0 auto;
	text-align: center;
	
}	
	

.flex-sharabarina {
	display: flex;
	justify-content: flex-start;
    max-width: 420px;
    flex-direction: column;
    align-items: center;
}

.info-sharabarina {
	display: flex;
	flex-direction: column;
	width: 600px;
	margin-bottom: 20px;
}

.doc-sharabarina {
	width: 400px;
    display: flex;
    justify-content: center;
    margin-left: 20px;
    flex-direction: column;
}
	
.video-sharabarina {
	display: flex;
	    flex-direction: column;
}	
	
.project-image_6{
	display: none;
}	
.project-image_7{
	display: none;
}	
	
	
	
	


	}

@media screen and ( max-width: 770px ) {
	.header_btn_3{
	max-width:90%;
	margin-left: auto;
    margin-right: auto;
	font-size: 15px;
	
}