* { margin: 0; padding: 0; }

html { height: 100%; }

body {
	color: #1F2329;
	background: #FFFFFF;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
	font-size: 14pt;    
	word-spacing: 2px;
	line-height: 1.3;
	height: 100%;
}

.italic p {
	font-style: italic;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}
p {
	margin: 0 0 25px 0;
	color: #1F2329;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
	word-spacing: 2px;
	line-height: 1.5;
	font-size: 14pt;
}

h1 {
	margin: 25px 0;
	font-family: "Montserrat", sans-serif;
	color: #336699;
	font-weight: 500;
	font-size: 30pt;
	line-height: 1.3;
}
h2 {
	margin: 25px 0;
	font-family: "Montserrat", sans-serif;
	color: #FFCC00;
	font-weight: 500;
	font-size: 26pt;
	line-height: 1.3;
}
h3 {
	margin: 15px 0;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	font-weight: 500;
	font-size: 16pt;
	line-height: 1.3;
}
h4 {
	margin: 15px 0;
	font-family: "Montserrat", sans-serif;
	color: #336699;
	font-weight: 500;
	font-size: 16pt;
	line-height: 1.3;
}

a {
	color: #336699;
	text-decoration: none;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}
a:hover { color: #3399FF; text-decoration: none; }

ol li {
	margin: 2px 0 2px 20px;
	padding: 0 0 0 15px;
	word-spacing: 2px;
	line-height: 1.5;
	list-style-position: outside;
}
ul { margin: 25px 0; }
ol { margin: 25px 0; }
ul li {
	margin: 2px 0 2px 20px;
	padding: 0 0 0 15px;
	word-spacing: 2px;
	line-height: 1.5;
	list-style-type: circle;
	list-style-position: outside;
}

header {
	background-color: #F9F9F9;
	display: block;
	margin: 0;
	width: 100%;
	border-top: 2px solid #FFCC00;
}

footer {
	font-family: "Montserrat", sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #264964;
	text-align: center;
	display: block;
	margin: 0;
	padding: 25px 0;
	float: none;
	height: auto;
	width: 100%;
	position: relative;
}

.content-head {
	display: table;
	margin: 0 auto;
	height: 150px;
	width: 1074px;
}

.content-nav {
	display: block;
	margin: 0 auto;
	width: 1074px;
	padding: 0;
}

.navi {
	background-color: #FFFFFF;
	display: table;
	width: 100%;
	padding: 5px 0;
	box-shadow: 0px 16px 12px -11px rgba(34, 60, 80, 0.2);
	position: relative;
	z-index: 1000;
}

.content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1074px;
    justify-content: start;
	position: relative;
}

/*Запрет эмоджи*/
.emoji {
    display: none;
}
.no-unicode {
  font-family: 'Arial', sans-serif;
  unicode-bidi: plaintext;
}
/*Запрет эмоджи конец*/

/*Стили таблиц*/
table {
	margin: 0;
	width: 100%;
}
table tr:nth-child(even) { background-color: #F5F9FC; }

table, tr, td, th {
	color: #252525;
	border: 1px solid #F5F9FC;
	border-collapse: collapse;
}

td, th { padding: 5px 10px; }

th { font-weight: bold; background-color: #F5F9FC; }
/*Стили таблиц конец*/

/* Блок обертка для новостных блоков */
.white {
    margin: 0;
    padding: 50px 0 100px 0;
    width: 100%;
    position: relative;
}
/* Блок обертка для новостных блоков конец */

/*Положение логотипа */
.logoimages {
	display: block;
	margin: 25px 25px 25px 0;
	float: left;
	height: 100px;
	width: 100px;
	position: relative;
}

.logoimages img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 100px;
	max-width: 100px;
}
/*Положение логотипа конец*/

/*Заголовок в шапке*/
.myadress {
	display: table;
	margin: 0;
	text-align: right;
	float: left;
	height: 150px;
	width: 250px;
	position: relative;
}

.myname {
	display: table;
	margin: 0 25px 0 0;
	float: left;
	height: 150px;
	width: 674px;
	position: relative;
}

.myname-inner { display: table-cell; vertical-align: middle !important; }

.myname-inner h1 {
	margin: 0 0 5px 0;
	font-family: "Montserrat", sans-serif;
	color: #336699;
	font-weight: 400;
	font-size: 28pt;
	line-height: 1.2;
	text-transform: uppercase;
}

.myname-inner p {
	margin: 0;
	font-family: "Raleway", sans-serif;
	color: #1F2329;
	font-weight: 400;
	font-size: 10pt;
}
/*Заголовок в шапке конец*/

/*Обертка меню и поиска*/
.block-nav {
	margin: 0px;
	float: left;
	width: 75%;
	position: relative;
}
.block-search {
	margin: 0;
	float: left;
	width: 25%;
	height: 36px;
	position: relative;
}
/*Обертка меню и поиска конец*/

/*Форма поиска*/
#story {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 11pt;
    color: #000000;
    padding: 5px 30px 5px 5px;
    border: 1px solid #FFCC00;
    border-radius: 5px;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.q_search_btn {
    font-size: 16pt;
    top: 50%;
    right: 6px;
    padding: 0;
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    transform: translateY(-50%);
    line-height: 1;
}

.q_search_btn:focus,
.q_search_btn:active {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
/*Форма поиска конец*/

/*Листалка страниц*/
.navigation {
	font-family: "Montserrat", sans-serif;
	font-size: 20pt;
	text-align: center;
	display: table;
	margin: 100px 0;
	float: none;
	width: 100%;
	position: relative;
}

.navigation span { display: inline-block; margin: 0 1px; font-weight: 500; }
.navigation a { display: inline-block; margin: 0 1px; font-weight: 500; }
/*Листалка страниц конец*/

/* Параллакс */
.bg-ex-parallax {
    background-repeat: no-repeat;
    top: -25px;
    width: 100%;
    min-height: 80%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-ex-parallax .content {
    margin: 0 auto;
    height: auto;
    width: 1074px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
}

.bg-ex-parallax .content .content-inner p {
	margin: 0 0 25px 0;
	color: #FFFFFF;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
	word-spacing: 2px;
	line-height: 1.8;
	font-size: 16pt;
}

.bg-ex-parallax .content .content-inner { 
    width: 100%;
}

.bg-ex-parallax .content .content-inner H1 {
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 42pt;
    line-height: 1.3;
}
/* Параллакс конец */

/* Желтая кнопка */
.btn-yellow {
	display: inline-block;
	cursor: pointer;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 30px;
	color: #FFCC00;
	border-radius: 10px;
	border: 4px solid #FFCC00;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.btn-yellow:hover { color: #3399FF; border: 4px solid #3399FF; }
/* Желтая кнопка конец */

/* Сине-желтая кнопка */
.btn-blue {
	display: inline-block;
	cursor: pointer;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 30px;
	color: #336699;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	border: 4px solid #FFCC00;
    background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.btn-blue:hover { color: #336699; border: 4px solid #336699; }
/* Сине-желтая кнопка конец */

/* Блок О НАС на первой странице */
.grey {
	background-color: #F5F7FA;
	margin: -30px 0 0 0;
	padding: 100px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.child {
	display: flex;
	flex-direction: column; 
	width: 50%;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
}
.child-content {
	display: flex;
	line-height: 1.5;
	font-size: 14pt;
	flex-direction: column;
}
.child img {
	width: 100%;
	height: auto;
	position: relative;
}
.blye {
	background-color: #478AC9;
	display: block;
	top: 50px;
	left: 65%;
	width: 300px;
	aspect-ratio: 1 / 1;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.yellow {
	background-color: #F1C50E;
	display: block;
	right: 0;
	bottom: 50px;
	height: 200px;
	width: 50%;
	position: absolute;
	z-index: 2;
	opacity: 0;
}

/* Анимации */
.animate .blye {
	animation: flyInLeft 1s ease-out forwards;
}
.animate .yellow {
	animation: flyInRight 1s ease-out forwards;
	animation-delay: 0.3s;
}

@keyframes flyInLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes flyInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
/* Блок О НАС на первой странице конец */

/*Анонс новостей*/
.anonsfest {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7));
    height: 100%;
    width: 100%;
    padding: 15px;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.anonsfest:hover {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
}
.kartinka {
    width: 32%;
    aspect-ratio: 1 / 1;
    display: flex;
    margin: 10px 0.5%;
    color: #FFFFFF;
    justify-content: center;
    align-items: stretch;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    /* Новые свойства для фона */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.kartinka h2 {
    margin: 10px 0;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18pt;
    line-height: 1.1;
    border-top: 3px solid #E2E2E2;
}
.kartinka:hover {
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.44);
}
.kartinka a {
	color: #FFFFFF;
	text-decoration: none;
}
/*Анонс новостей конец*/

/*Полная новость*/
.block-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
    margin: 0px;
    padding: 20px;
    float: left;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block-content img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.block-text {
    width: 100%;
}
/*Полная новость конец*/

/* Стиль галереи */
.xfieldimagegallery {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0 -5px; 
    padding: 0;
}

.xfieldimagegallery li {
    width: calc(33.333% - 10px); 
    margin: 5px;
    aspect-ratio: 1 / 1;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease-out;
    box-sizing: border-box;
}

.xfieldimagegallery li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.xfieldimagegallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.xfieldimagegallery li:hover {
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.44);
}

.xfieldimagegallery li:hover img {
    transform: scale(1.05);
}
/* Стиль галереи конец */

/* Стикеры */
.sticker-large {
	width: 338px;
	aspect-ratio: 1 / 1;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sticker-large a { color: #1F2329; }

.sticker-large h3 { padding-top: 15px; border-top: 2px solid #909090; }

.sticker-large:hover {
	-webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.44);
}

.sticker-large:nth-child(3n) { margin-right: 0; }
/* Стикеры конец */

/*Прикрепленный файл*/
.attachment {
	display: block;
	margin: 25px 0;
	float: none;
	width: 100%;
	position: relative;
}
/*Прикрепленный файл конец*/

/*Кнопка возврата*/
.btn-up {
  position: fixed;
  background-color: #FF9900;
  right: 10%;
  bottom: 0px; 
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  width: 60px;
  height: 50px;
  opacity: 1;
    z-index: 1000;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

.btn-up_hiding {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #FF8040; /* цвет заднего фона при наведении */
  }
}
/*Кнопка возврата конец*/

/*Обратная связь*/
.address {
	box-sizing: border-box;
	flex: 0 0 33.333%;
	padding: 0 10px;
}

.address iframe { width: 100%; height: 100%; border: none; }

.address1 {
	box-sizing: border-box;
	flex: 0 0 33.333%;
	padding: 0 10px;
	background: -webkit-linear-gradient(45deg, rgb(231, 231, 231) 1%, rgb(249, 249, 249) 18%);
	background: -moz-linear-gradient(45deg, rgb(231, 231, 231) 1%, rgb(249, 249, 249) 18%);
	background: linear-gradient(45deg, rgb(231, 231, 231) 1%, rgb(249, 249, 249) 18%);
	-webkit-box-shadow: -7px 7px 29px -8px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: -7px 7px 29px -8px rgba(34, 60, 80, 0.2);
	box-shadow: -7px 7px 29px -8px rgba(34, 60, 80, 0.2);
	padding: 25px;
	z-index: 2;
}

.content form {
	box-sizing: border-box;
	flex: 0 0 33.333%;
	padding: 0 10px;
}

.wide {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	vertical-align: top;
	font-size: 14pt;
	font-style: normal;
	color: #191919;
	margin: 0 0 15px 0;
	padding: 8px;
	float: none;
	width: 98%;
	outline: none;
	border: 1px solid #FFCC00;
	border-radius: 4px;
	position: relative;
}

.form_submit .c-captcha {
    display: table;
    width: 100%;
    margin: 10px 0;
}

#dle-captcha {
    display: table-cell;
    width: 49%;
    height: 74px;
    float: left;
    vertical-align: top;
}

.c-captcha input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    color: #191919;
    font-size: 22pt;
    padding: 10px;
    width: 48%;
    height: 76px;
    text-align: center;
    outline: none;    
    border: 1px solid #CCCCCC;
    position: relative;
}

.grey-large {
	background-color: #F9F9F9;
	display: block;
	top: 7%;
	right: 0px;
	height: 80%;
	width: 50%;
    opacity: 0;
	position: absolute;
	z-index: 1;
}
.animate .grey-large {
	animation: flyInRight 1s ease-out forwards;
	animation-delay: 0.3s;
}

@keyframes flyInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
/*Обратная связь конец*/

/*Реклама в подвале*/
.reclams {
    background-color: #F5F7FA;
    margin: 0;
    padding: 25px 0;
    width: 100%;
    border-top: 2px solid #FFCC00;
}

.reclams .content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    max-width: 100%; 
    margin: 0 auto; 
}

.reclams-box {
    box-sizing: border-box;
    padding: 5px;
    flex: 0 1 calc(33.33% - 10px);
    aspect-ratio: 1 / 1; 
    display: flex; 
    justify-content: center; 
    align-items: center;  
    overflow: hidden;
    position: relative;
}

.reclams-box img {
    max-width: 100%; 
    max-height: 100%;
    object-fit: contain;
    margin: auto; 
}

.reclams-box p {
    margin: 0;
    width: 100%; 
}

.reclams-box a {
    display: flex; 
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .reclams-box {
        flex: 0 1 100%; 
    }
}
/*Реклама в подвале конец*/

/*Версия для слепых*/
.col {
	display: block;
	top: 0px;
	right: 0px;
	padding: 0;
	position: fixed;
	z-index: 100;
}
.col button {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	font-size: 12pt;
	font-weight: 500;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #000000;
	border: none;
	outline: none;
	border-radius: 0  0 0 10px;
	text-transform: uppercase;
	cursor: pointer;
}
/*Версия для слепых конец*/

/*ФИО сотрудника в короткой версии карточки*/
.fio {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
	padding: 15px;
	height: 25%;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
/*ФИО сотрудника в короткой версии карточки конец*/

/*---------------- ВЕРСИЯ ДЛЯ ПЛАНШЕТОВ ---------------------*/
@media only screen and (max-width: 800px) { 
h1 {
	font-size: 5vw;
}
p {
	font-size: 12pt;
}
.content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 96%;
    justify-content: space-between;
	position: relative;
}
    
/* Стиль шапки и меню */
.content-head { width: 96%; }
.content-nav { width: 96%; }
/* Стиль шапки и меню конец */

/*Положение логотипа */
.logoimages {
	margin: 25px 5% 25px 0;
	width: 25%;
}
/*Положение логотипа конец*/

/*Заголовок в шапке*/
.myadress {
	display: none;
}

.myname {
	margin: 0;
	width: 70%;
}

.myname-inner h1 {
	font-size: 3.8vw;
}
.myname-inner p {
	display: none;
}
/*Заголовок в шапке конец*/
	
/*Обертка меню и поиска*/
.block-nav { width: 30%; }
.block-search { width: 70%; }
/*Обертка меню и поиска конец*/
    
/*Форма поиска*/
#story {
	margin: 2px 0;
}
/*Форма поиска конец*/
    
/* Параллакс */
.bg-ex-parallax {
    padding: 25px 0;
}
.bg-ex-parallax .content {
	width: 96%;
}
.bg-ex-parallax .content .content-inner p {
	font-size: 12pt;
}
.bg-ex-parallax .content .content-inner H1 {
    font-size: 5.8vw;
	font-weight: 500;    
}
/* Параллакс конец */
    
/* Блок О НАС на первой странице */
.grey {
	padding: 50px 0;
}
.child {
	width: 100%;
	padding: 20px 0;
}
.blye {
	display: none;
}
.yellow {
	display: none;
}
/* Блок О НАС на первой странице конец */
    
/*Версия для слепых*/
.col {
	display: none;
}
.col button {
	display: none;
}
/*Версия для слепых конец*/
    
/*Анонс новостей*/
.anonsfest {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.anonsfest:hover {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}
.kartinka {
    width: 48%;
    margin: 10px 1%;
    -webkit-transition: none
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.kartinka h2 {
    font-size: 3vw;
}
.kartinka:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Анонс новостей конец*/
    
/*Полная новость*/
.block-content {
    margin: 0;
    float: none;
    width: 100%;
}
/*Полная новость конец*/
    
/* Стиль галереи */
.xfieldimagegallery li {
    width: calc(50% - 10px); 
    transition: none;
}

.xfieldimagegallery li img {
    transition: none;
}

.xfieldimagegallery li:hover {
    box-shadow: none;
}

.xfieldimagegallery li:hover img {
    transform: none;
}
/* Стиль галереи конец */

/* Стикеры */
.sticker-large {
	width: calc(50% - 15px);
	margin: 10px 0;
	border: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.sticker-large:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* Стикеры конец */
    
/*Обратная связь*/
.address {
	flex: 0 0 100%;
}

.address iframe { height: 500px;}
    
.address1 {
	flex: 0 0 100%;
	margin: 20px 0;
	background: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 25px;
	z-index: 2;
}

.content form {
	flex: 0 0 100%;
	padding: 0 10px;
}

.grey-large {
	display: none;
}
/*Обратная связь конец*/
}
/*---------------- МОБИЛЬНАЯ ВЕРСИЯ ---------------------*/
@media only screen and (max-width: 600px) { 
h1 {
    font-size: 8vw;
}
    
/*Убиваем паралакс*/
.bg-ex-parallax  {
    display: none;
}
/*Убиваем паралакс конец*/
    
/*Анонс новостей*/
.kartinka {
    width: 100%;
    margin: 10px 0;
}
.kartinka h2 {
    font-size: 6vw;
}
/*Анонс новостей конец*/
    
/* Стиль галереи */
.xfieldimagegallery li {
    width: calc(100% - 10px); 
    transition: none;
}
/* Стиль галереи конец */

/* Стикеры */
.sticker-large {
	width: calc(100% - 15px);
}
/* Стикеры конец */
}

/*Системные блоки*/
#searchsuggestions {
	z-index: 2200;
	width: 300px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);
	background-clip: padding-box;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
	#searchsuggestions a { color: inherit; }
	#searchsuggestions a:hover { background-color: #f7f7f7; }
	#searchsuggestions a span { display: block; cursor: pointer; }
	#searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
	#searchsuggestions span.seperator { display: block; }
	#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
	#searchsuggestions span.notfound { padding: 15px 25px; display: block; }
	#searchsuggestions .break { display: none; }