@font-face {
	font-family: 'Conv_FuturaDemiC';
	src: url('../fonts/FuturaDemiC/FuturaDemiC.eot');
	src: local('☺'), url('../fonts/FuturaDemiC/FuturaDemiC.woff') format('woff'), url('../fonts/FuturaDemiC/FuturaDemiC.ttf') format('truetype'), url('../fonts/FuturaDemiC/FuturaDemiC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_FuturaFuturisC';
	src: url('../fonts/FuturaFuturisBlackC/FuturaFuturisBlackC.eot');
	src: local('☺'), url('../fonts/FuturaFuturisBlackC/FuturaFuturisBlackC.woff') format('woff'), url('../fonts/FuturaFuturisBlackC/FuturaFuturisBlackC.ttf') format('truetype'), url('../fonts/FuturaFuturisBlackC/FuturaFuturisBlackC.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_FuturaFuturisC';
	src: url('../fonts/FuturaFuturisC/FuturaFuturisC.eot');
	src: local('☺'), url('../fonts/FuturaFuturisC/FuturaFuturisC.woff') format('woff'), url('../fonts/FuturaFuturisC/FuturaFuturisC.ttf') format('truetype'), url('../fonts/FuturaFuturisC/FuturaFuturisC.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_FuturaFuturisC';
	src: url('../fonts/FuturaFuturisC-Bold/FuturaFuturisC-Bold.eot');
	src: local('☺'), url('../fonts/FuturaFuturisC-Bold/FuturaFuturisC-Bold.woff') format('woff'), url('../fonts/FuturaFuturisC-Bold/FuturaFuturisC-Bold.ttf') format('truetype'), url('../fonts/FuturaFuturisC-Bold/FuturaFuturisC-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "FuturaRegular";
	src: url("../fonts/FuturaRegular/FuturaRegular.eot");
	src: url("../fonts/FuturaRegular/FuturaRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/FuturaRegular/FuturaRegular.woff") format("woff"),
	url("../fonts/FuturaRegular/FuturaRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "FuturaBold";
	src: url("../fonts/FuturaBold/FuturaBold.eot");
	src: url("../fonts/FuturaBold/FuturaBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/FuturaBold/FuturaBold.woff") format("woff"),
	url("../fonts/FuturaBold/FuturaBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}



/* COMMON */
* { margin: 0; padding: 0; box-sizing: border-box; outline: none; }
html, body { width: 100%; font-family: 'Conv_FuturaFuturisC'; line-height: 1.2; }
a { text-decoration: none; color: #fff;}
ul, ol { list-style: none; }
/* COMMON  END */

/* GRID */
.wrapper { width: 1300px; margin: 0 auto; padding: 0 25px; }
.clear { clear: both; }
.block-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.block-item-1 { width: 100%; }
.block-item-2 { width: 50%; }
.block-item-3 { width: 33.333333%; }
.block-item-4 { width: 25%; }
.block-item-5 { width: 20%; }
.block-item-6 { width: 16.66666667%; }
.block-item-7 { width: 14.28571429%; }
.block-item-8 { width: 12.5%; }
.block-item-9 { width: 11.11111111%; }
.block-item-10 { width: 10%; }
/* GRID END */
.d-flex {
	width: 100%;
    /*flex: 1 0 auto;*/
}
button:focus {
	outline: none !important;
}
input {
	border: 1px solid #e1e1e1;
	padding: 10px 15px;
}
.btn {
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 0px;
}
.btn.blue {
	background: #5762bb;
}


.h1, h1 {
	font-size: 23px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}
.h1 a {
	color: #000;
}
.h3 {
	font-family: "FuturaBold";
	font-size: 22px;
}
.content {
	padding: 40px 0;
}
.content .h1 {
	font-size: 43px;
	text-align: left;
}
.content h1 {
	font-size: 43px;
	text-align: left;
}

.content p {
	color: #373838;
	font-size: 16px;
}
.content ul {
	padding: 0 0 0 30px;
	margin-bottom: 40px;
	display: inline-block;
}
.content ul li {
	position: relative;
	margin-bottom: 10px;
}
.content ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #f64f00;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: -20px;
}
.content ol {
	padding: 0 0 0 35px;
	margin-bottom: 40px;
    counter-reset: num;
} 
.content ol li {
	position: relative;
	margin-bottom: 15px;
}
.content ol li:before {
    content: counter(num) ' ';
    counter-increment: num;
    width: 25px;
    height: 25px;
    border: 2px solid #f65509;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -35px;
    top: 0px;
}
.content blockquote {
	position: relative;
	padding: 20px 20px 20px 80px;
}
.content blockquote:before {
	content: '';
	display: block;
	width: 41px;
	height: 33px;
	background: url('../img/quote.png') 0 0 no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
}
.content i {
	color: #acacac;
	display: block;
	margin-bottom: 20px;
}
.content img {
    padding: 10px 40px 10px 10px;
}
.content .white-block a img {
    padding: 10px 40px 10px 10px;
}
.gray {
	background: #f7f7f7;
}
.content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.content table tr:first-child {
	border-bottom: 2px solid #e1e1e1;
}
.content table tr {
	border-bottom: 1px solid #e1e1e1;
}
.content table tr td {
	padding: 10px;
}
.content table tr th {
	padding: 10px;
}
.gray-bg {
	background: #f7f7f7;
}
.orange-bg {
	background: #f65509;
	color: #fff;
}
.download a {
	display: inline-flex; 
	align-items: center;
	color: #f65509;
	margin-right: 10px;
}
.download {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}
.download a:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.download.pdf a:before {
	background: url('../img/pdf-ico.jpg') 0 0 no-repeat;
}
.download.word a:before {
	background: url('../img/word-ico.jpg') 0 0 no-repeat;
}
.download.exel a:before {
	background: url('../img/exel-ico.jpg') 0 0 no-repeat;
}
.watch-block {
	width: 100%;
	margin-bottom: 30px;
}


html {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	/*height: 100%;*/
	background: #fff3ec;
}
main {
	flex: 1 0 auto;
}
footer {
	flex: 0 0 auto;
}

header {
	padding: 20px 0;
	background: #000;
	position: relative;
}
header .block-wrap {
	justify-content: space-between;
	align-items: center;
}
.offset {
	margin: 0 -20px;
}
.header-menu ul {
	display: flex;
	margin-bottom: 0px;
}
.header-menu ul li {
	margin: 0 10px;
}
.header-menu ul li a:hover {
	color: #f64f00;
}
.header-menu ul li.active a {
	color: #f64f00;
}
.search {
	color: #fff;
	min-width: 60px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.search:before {
	content: '';
	display: block;
	width: 1px;
	height: 71px;
	position: absolute;
	background: rgba(255,255,255,.3);
	top: -26px;
}
.login {
	color: #5762bb;
	min-width: 60px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.login:before {
	content: '';
	display: block;
	width: 1px;
	height: 71px;
	position: absolute;
	background: rgba(255,255,255,.3);
	top: -26px;
}
.login:after {
	content: '';
	display: block;
	width: 1px;
	height: 71px;
	position: absolute;
	background: rgba(255,255,255,.3);
	top: -26px;
	right: 0;
}
.header-right {
	display: flex;
	align-items: center;
}
.switch-language {
	min-width: 70px;
	text-align: center;
}
.switch-language select {
	color: #fff;
	background: transparent;
	border: none;
}
.main-slider {
	height: 600px;
	display: flex;
	margin-bottom: 30px;
}
.main-slider--left {
	height: 100%;
	background: #fff;
	padding: 70px;
	width: 50%;
}
.main-slider--right {
	width: 50%;
}
.main-slider--right, .main-slider--left {
	opacity: 0;
	transition: linear .2s;
}
.main-slider--right.slick-initialized, .main-slider--left.slick-initialized {
	opacity: 1;
}
.main-slider--right-item {
	height: 100%;
	background-size: cover !important;
	height: 600px;
}
.main-slider--left-item_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.main-slider--left .slick-prev {
	bottom: 30px;
}
.main-slider--left .slick-next {
	bottom: 30px;
	left: 150px;
}
.blue-block {
	background: #5762bb;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}
.orange-block {
	background: #f64f00;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}
.placecolor-block {
	background: #f64f00;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}
.date-block {
	color: #8e8e8e;
	font-size: 14px;
}
.main-slider--left-item-name {
	color: #000;
	font-size: 43px;
	font-weight: 700;
	margin-bottom: 30px;
}
.main-slider--left-item-text {
	color: #373838;
	font-size: 16px;
}
.news {
	margin-bottom: 40px;
}
.news-slider {
	opacity: 0;
	transition: linear .2s;
}
.news-slider.slick-initialized {
	opacity: 1;
}
.news-item {
    position: relative;
    margin-bottom: 20px;
}
.news-item .blue-block {
	position: absolute;
	top: 0;
}
.news-item .orange-block {
	position: absolute;
	top: 0;
}
.news-item .placecolor-block {
	position: absolute;
	top: 0;
}
.news-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 150px;
	background-size: cover !important;
}
.news-img--tags {
	text-align: center;
	font-size: 14px;
}
.orange {
	color: #f64f00;
}
.news-item a {
	display: block;
	background: #fff;
    transition: linear .2s;
    background-size: cover !important;
}
.news-item a:hover {
	box-shadow: 2px 2px 20px #cecece;
}
.news-item .date-block {
	margin-bottom: 20px;
}
.news-info {
    padding: 20px 20px;
	position: relative;
}
.news-item.wo-img .news-info {
	padding: 40px 20px 20px;
}
.news-name {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
    height: 94px;
    overflow: hidden;
}
.news-text {
    font-size: 16px;
    color: #373838;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 120px;
    position: relative;
}

.news-share {
	font-size: 14px;
	color: #8e8e8e;
	height: 17px;
}
.news-share span:first-child {
    display: flex;
    float: left;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}
.news-share span:nth-child(3) {
	margin-right: 10px;
}
.news-share span {
	display: flex;
	float: right;
}
.slick-prev, .slick-next {
	width: 17px;
	height: 30px;
}
.slick-prev {
	background: url('../img/left-arrow.png') 0 0 no-repeat;
}
.slick-next {
	background: url('../img/right-arrow.png') 0 0 no-repeat;
}
.news .slick-prev {
	top: -48px;
	left: 20px;
}
.news .slick-next {
	top: -48px;
	right: 20px;
}
.tabs-title {
	font-size: 23px;
	margin-right: 20px;
}
.tabs-nav {
	margin-bottom: 40px;
}
.tabs-nav li {
	margin-right: 20px;
	color: #585858;
	font-size: 20px;
	cursor: pointer;
}
.tabs-nav li.active {
	border-bottom: 2px solid #f64f00;
}
.tabs-box--item {
	display: none;
}
.tabs-box--item.active {
	display: block;
}
.news-with-img {
	position: relative;
}
.news-with-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(246, 79, 0, .72);
	position: absolute;
	top: 0;
	left: 0;
}
.tabs-box .news-item {
	margin-bottom: 30px;
	width: 100%;
}
.tabs-box .wo-padding:first-child {
	padding-left: 0px;
}
.tabs-box .wo-padding:nth-child(2) {
	padding-right: 0px;
}
.news-item.xm a {
	padding: 40px;
	position: relative;
	height: 100%;
}
.news-item.xm .news-info {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	height: 450px;
}
.news-item.xm .blue-block {
	top: -40px;
	left: -40px;
}
.news-item.xm .date-block {
	color: #fff;
}
.news-item.xm .news-name {
	color: #fff;
}
.news-item.xm .news-text {
	color: #fff;
}
.news-item.xm .news-share {
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news-item.xm .news-img--tags {
	color: rgba(255,255,255,.7);
}
.news-item.xs a {
	display: flex;
	background: transparent;
	min-height: 380px;
}
.news-item.xs .news-item--img {
	width: 50%;
	background-size: cover !important;
}
.news-item.xs .news-item--img .blue-block {
	left: 0px;
}
.news-item.xs .news-info {
	width: 50%;
	background: #fff;
}
.whole {
	width: 100% !important;
}
.block-events {
	padding: 60px 0;
	background: url('../img/events-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
}
.events-title {
	font-size: 23px;
	color: #fff;
	margin-bottom: 20px;
}
.event-slider {
	display: flex;
	flex-wrap: wrap;
    margin-top: -40px;
    width: 970px;
}
.event-slider--img {
	width: 30%;
}
.event-slider--img-item {
	height: 330px;
	background-size: cover !important;
}
.event-slider--caption {
    width: 70%;
}
.event-slider--caption-item {
	background: #fff;
	height: 330px;
	width: 100%;
}
.event-slider--caption-item .date-block {
	margin-bottom: 20px;
}
.event-slider--img-item .orange-block {
	display: inline-block;
	width: auto;
}
.event-slider .slick-prev {
	bottom: 30px;
	left: 20px;
}
.event-slider .slick-next {
	bottom: 30px;
	left: 70px;
}
.event-slider .news-text {
	max-height: 115px;
}
#vmap, #vmap2 {
    width: 100%;
    height: 500px;
}
.map-block {
	background: #fff;
	margin: 50px 0;
}
.map-block .h1 {
	display: flex;
	align-items: center;
	text-align: left;
	padding: 20px 20px 0;
	margin-bottom: 0px;
}
.map-block .h1 img {
	margin-right: 15px;
}
.projects .podpiska-email {
	width: auto;
}
.projects .podpiska-email label {
	margin-bottom: 0px;
	margin-right: 10px;
}
.projects .podpiska-slogan {
	margin-bottom: 0px;
	width: auto;
}
.projects .obrabotka {
	width: auto;
}
.projects .podpiska-email > form {
	display: flex;
	align-items: center;
}
.podpiska {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.podpiska-slogan {
	font-size: 20px;
	width: 100%;
	font-weight: 700;
	margin-bottom: 20px;
}
.podpiska-email {
	display: flex;
	align-items: center;
	width: 100%;
}
.btn.orange {
	background: #f64f00;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
	height: 41px;
    line-height: 30px;
}
.btn.orange:hover {
	background: #ce4707;
}
.btn.orange3 {
	background: #f64f00;
	border: 2px solid #f64f00;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}
.btn.orange2 {
	border: 2px solid #f64f00;
	color: #373838;
	font-weight: 700;
}
.btn.gray {
	background: #9b9b9b;
	color: #fff;
	cursor: default !important;
}
.obrabotka {
	width: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.obrabotka label {
	color: #9c9c9c;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
.obrabotka input {
	position: absolute;
	opacity: 0;
}
.obrabotka label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -35px;
    border: 1px solid #cecece;
    z-index: 999;
}
.obrabotka input[type="checkbox"]:checked + label:before {
    background: url(../img/check.png) 50% 50% no-repeat;
    background-size: 10px;
}
.library-slider {
	margin-bottom: 50px;
}
.library-slider--item {
	background: #fff;
	padding: 30px;
}
.library-slider--item-title {
	display: inline-block;
	padding: 10px;
	font-size: 20px;
	color: #fff;
	background: #f64f00;
	margin-bottom: 20px;
}
.library {
	position: relative;
}
.library .slick-prev, .library .slick-next {
	top: -50px;
}
.programm-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.programm-item {
	width: 25%;
}
.programm-img {
	margin-bottom: 20px;
}
.programm-img img {
	border-radius: 50%;
}
.programm-section {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 50px 0;
	max-height: 790px;
    min-height: 790px;
}
.programm-block {
	margin: 0 -20px;
}
.programm-item {
	padding: 0 20px;
}
.programm-block:after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: #f64f00;
	position: absolute;
	left: -50%;
	top: 65px;
}
.programm-item--title {
	display: inline-block;
	width: auto;
	padding: 10px;
	border: 2px solid #f64f00;
	border-radius: 15px;
	position: relative;
	margin-bottom: 50px;
}
.programm-item--title:after {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #f64f00;
	border-right: 2px solid #f64f00;
	background: #fff;
    position: absolute;
    transform: rotate(135deg);
    bottom: -7px;
    left: 18px;
}
.programm-info--title {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.programm-info {
	margin-top: 20px;
	position: relative;
}
.programm-info:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #f64f00;
    border-radius: 50%;
    position: absolute;
    top: -192px;
    left: 18px;
    background: #fff;
    z-index: 999;
}
.programm-info p {
	margin-bottom: 20px;
	color: #373838;
	font-size: 16px;
}
.programm-info--date {
	color: #8e8e8e;
}
.programm-block {
	margin-bottom: 30px;
	padding: 0 40px;
	opacity: 0;
}
.programm-block.slick-initialized {
	opacity: 1;
}
.programm-block .slick-prev, .programm-block .slick-next {
	top: -60px;
}
.programm-block .slick-next {
	right: 70px;
}
.programm-block .slick-prev {
	left: 70px;
}
.programm-section .slick-list {
	z-index: 999;
}
.program-slider--inner .slick-prev, .program-slider--inner .slick-next {
	top: 65px;
	z-index: 9999;
}
.program-slider--inner .slick-prev {
	left: 10px;
}
.program-slider--inner .slick-next {
	right: 18px;
}
.programm-section .h1 {
	margin-bottom: 50px;
}
.program-slider--inner .programm-img {
	text-align: center;
}
.program-slider--inner .programm-img img {
	display: inline-block !important;
}
.partners {
	padding: 50px 0;
}
.partners .h1 {
	margin-bottom: 50px;
}
.partners-slider {
	display: flex;
	padding: 0 40px;
}
.partners-slider--item {
	padding: 0 20px;
}
.partners-slider--item-img {
	min-height: 120px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.partners-slider .slick-prev, .partners-slider .slick-next {
	top: -60px;
}
.partners-slider .slick-prev {
	left: 70px;
}
.partners-slider .slick-next {
	right: 70px;
}
footer {
	padding: 40px 0;
	background: #2b2b2b;
}
.footer-menu ul {
	display: flex;
	margin-bottom: 30px;
}
.footer-menu ul li {
	margin: 0 10px;
}
.footer-menu ul li a:hover {
	color: #f64f00;
}
.footer-top {
	margin-bottom: 30px;
}
.copyright {
	color: #888;
	font-size: 14px;
}
.footer-caption {
	max-width: 440px;
	color: #888;
	margin-left: 220px;
	font-size: 14px;
}
.soc a {
	font-size: 26px;
	color: #888;
	margin: 0 10px;
}
.soc a:hover i {
	color: #f64f00;
}
.copyright a:hover {
	color: #f64f00;
}
.white-block {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.white-block .h3 {
	text-align: center;
}
.white-block a {
	color: #f64f00;
	text-decoration: underline;
}
.white-block a:hover {
	text-decoration: none;
}
.gray-block {
	background: #f7f7f7;
	padding: 30px;
	margin-bottom: 30px;
}
.mini-map {
	height: 180px;
	margin: 20px -30px 20px;
}
.mini-map img {
	width: 100%;
}
.contact-info--item {
	margin-bottom: 10px;
	display: flex;
	font-size: 16px;
}
.contact-info--item i {
	color: #f64f00;
	font-size: 24px;
	margin-right: 10px;
}
.form-callback input {
	width: 100%;
	margin-bottom: 10px;
}
.form-callback textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px;
	height: 110px;
	resize: none;
	border: 1px solid #e1e1e1;
}
.facebook-vidget img {
	width: 100%;
}
.vk-vidget img {
	width: 100%;
}
.width-100 {
	width: 100%;
}
.small-title {
	margin-bottom: 20px;
	font-size: 20px;
	color: #585858;
}
.white-block .podpiska-email {
	margin-bottom: 20px;
}
.white-block .obrabotka {
	margin-left: 35px;
}
.news-aside .news-item {
	margin-bottom: 30px;
	width: 100%; /*чтобы плитки не растягивались по контенту*/
}
.news-aside .news-item a {
	height: 100%;
	min-height: 100%;
}
.tags a {
	color: #5762bb;
	border-bottom: 1px solid #b1b6df;
	display: inline-block;
	margin-bottom: 10px;
	transition: linear .2s;
	margin-right: 20px;
	padding: 5px;
	text-decoration: none;
}
.tags a:hover {
	background: #5762bb;
	color: #fff;
}
.chrono-line {
	width: 2px;
	background: #f64f00;
}
.chrono-item {
	position: relative;
}
.chrono-item:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #f64f00;
	border-radius: 50%;
	position: absolute;
	left: -6px;
	top: 16px;
	background: #fff3ec;
}
.chrono-title {
	display: inline-block;
	font-size: 23px;
	font-weight: 700;
	color: #000;
	padding: 5px;
	border: 2px solid #f64f00;
	border-radius: 10px;
    margin: 0 0 30px 20px;
	position: relative;
	cursor: pointer;
}
.chrono-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
    border-top: 2px solid #f64f00;
    border-right: 2px solid #f64f00;
    position: absolute;
    left: -6.5px;
    top: 14px;
    transform: rotate(-135deg);
    background: #fff3ec;
}
.chrono-items .chrono-item:last-child .chrono-title {
	margin-bottom: 0px;
}
.chrono-items {
	width: 820px;
}
.chrono-item--in {
	padding-left: 30px;
}
.chrono-item--in--small {
	margin-bottom: 20px;
	position: relative;
}
.chrono-item--in--small-title {
	color: #373838;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.chrono-item--in--small--text {
	display: none;
}
.chrono-arrow {
	display: inline-block;
	color: #f64f00;
	position: relative;
	top: 1px;
	left: 5px;
}
.chrono-item--in {
	display: none;
}
.chrono-title.active {
	background: #f64f00;
	color: #fff;
}
.chrono-title.active:before {
	background: #f64f00;
}
.chrono-title.active ~ .chrono-item--in {
	display: block;
}
.chrono-item--in--small-title:hover {
	color: #f64f00;
}
.chrono-item--in--small-title.active {
	margin-bottom: 10px;
	color: #f64f00;
}
.chrono-item--in--small-title.active ~ .chrono-item--in--small--text {
	display: block;
}
.chrono-item--in--small-title.active .chrono-arrow {
	transform: rotate(90deg);
}
.chrono-item--in--small-title--ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 2px solid #f64f00;
	border-radius: 50%;
	position: absolute;
	left: -45px;
	top: -7px;
	background: #fff3ec;
}
.white-bg {
	background: #fff;
	padding: 40px 0;
}
.tabs-nav li:before {
	display: none !important;
}
.content .news-item a {
	min-height: 100%;
}
.read-more {
	color: #8e8e8e;
	font-size: 14px;
	border-bottom: 1px solid #fbad88;
}
.paging {
	text-align: center;
	margin: 50px 0;
}
.paging a {
	font-size: 16px;
	color: #373838;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}
.paging a.prev, 
.paging a.next {
	width: auto;
	height: auto;
	border-bottom: 1px solid #f64f00;
}
.paging a.active {
	width: 20px;
	height: 20px;
	background: #f64f00;
	color: #fff;
}
.breadcrumbs {
	color: #acacac;
	font-size: 14px;
	margin-bottom: 30px;
}
.breadcrumbs a {
	color: #f64f00;
}
.breadcrumbs a:hover {
	color: #e47c4b;
}
.tabs.tabs-content {
	display: flex;
	margin-bottom: 30px;
}
.tabs.tabs-content .tabs-nav {
	padding-left: 0px;
	margin-right: 20px;
	min-width: 150px;
}
.tabs.tabs-content .tabs-nav li {
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 10px 0;
}
.tabs.tabs-content .tabs-nav li.active {
	border-color: #f65509;
	background: #f65509;
	color: #fff;
}
.tabs-nav li:hover {
	color: #f65509 !important;
}
.tabs-nav li:hover a {
	color: #f65509 !important;
}
.icons {
	margin-bottom: 30px;
}
.icons-name {
	font-weight: bold;
	margin-bottom: 10px;
	min-height: 38px;
	font-size: 14px;
}
.icons-text {
	font-size: 14px;
}
.gallery {
	/*margin: 0 -15px 30px;*/
}
.content .white-block .gallery img {
	width: 100%;
	padding: 0px;
    margin-bottom: 10px;
}
.white-block .podpiska {
	padding: 0px;
}
.white-block .podpiska .podpiska-email label {
	margin: 0 10px 0 0;
}
.gallery > .row > div {
    margin-bottom: 0px;
    padding: 0 5px;
}
.interviews-btns {
	display: flex;
}
.interviews-btns .btn {
	width: auto;
	margin-right: 10px;
}
.interview-date {
	color: #8e8e8e;
	font-size: 14px;
	margin-bottom: 20px;
}
.interview-title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #000;
}
.interview-choose {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.interview-choose--item {
	width: 50%;
	padding: 0 10px;
	color: #373838;
	font-size: 16px;
	position: relative;
}
.interview-block {
	margin-bottom: 20px;
}
.interview-choose--item input {
    position: absolute;
    opacity: 0;
}
.interview-choose--item label {
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
}
.interview-choose--item label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: -14px;
    border: 1px solid #cecece;
    border-radius: 50%;
}
.interview-choose--item.checkbox-item label:before {
	border-radius: 0%;
}
.interview-choose--item.checkbox-item input[type="checkbox"]:checked + label:before {
	background: url('../img/check.png') 50% 50% no-repeat;
	background-size: 9px; 
}
.interview-choose--item input[type="radio"]:checked + label:before {
	background: url('../img/check2.png') 4.5px 5px no-repeat;
}
.white-block .orange-block {
	position: absolute;
	left: 0px;
	top: 0px;
}
.gallery-name {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin: 20px 0;
}
.white-block a img {
	padding: 0px;
	width: 100%;
	margin-bottom: 20px;
}
.count {
	position: absolute;
	top: 0;
	right: 0;
	background: #9e9e9e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
}
.map-right {
	border-left: 1px solid #d7d7d7;
	position: relative;
}
#vmap2 {
	padding-right: 40px;
}
.map-right:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -20px;
	transform: rotate(-45deg);
}
.map-item--title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.map-item--info span {
	line-height: 22px;
}
.map-item--info .blue {
	display: block;
	padding: 5px;
	background: #d9dcf4;
}
.map-item--info--block.btn:hover .blue {
	background: #979ed0;
}
.map-item--info a {
	color: #000;
	text-decoration: underline;
	margin-left: 5px;
}
.map-slider .slick-prev {
	top: 0;
	right: 40px;
}
.map-slider .slick-next {
	top: 0;
	right: 0px;
}
.ui-datepicker {
	width: 100%;
}
.white-block .ui-widget.ui-widget-content {
	border: none;
	padding: 0px;
}
.calendar-item--title {
	font-size: 14px;
	color: #8e8e8e;
	margin-bottom: 10px;
}
.calendar-block--item {
	border-bottom: 1px solid #faa882;
	margin-right: 10px;
	font-size: 14px;
}
.calendar-block--item.active {
	background: #f64f00;
	color: #fff;
	padding: 5px;
}
.calendar-item {
	margin-bottom: 20px;
}
.calendar-item .jq-selectbox__select {
	width: auto;
	border: none;
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #faa882;
	border-radius: 0px;
     height: auto;
    line-height: 16px;
    padding-right: 32px;
}
.calendar-item .jq-selectbox__trigger {
	border: none;
	top: -9px;
}
.calendar-item .jq-selectbox__select-text {
    font-family: 'Conv_FuturaFuturisC';
}
.calendar-item .jq-selectbox__dropdown ul {
	padding: 0px;
	margin-bottom: 0px;
}
.calendar-item .jq-selectbox__trigger-arrow {
    border-top: 5px solid #f64f00;
}
.jq-selectbox li {
	margin-bottom: 0px !important;
}
.calendar-item .content .ui-datepicker table {
	margin-bottom: 0px;
}
.calendar-box {
	margin-bottom: 20px;
	position: relative;
}
.calendar-item .styler-select2 .jq-selectbox__select {
	border: 1px solid #e1e1e1;
	padding: 10px 20px;
	margin-left: 20px;
	padding-right: 40px;
	min-width: 200px;
}
.calendar-item .styler-select2 .jq-selectbox__select .jq-selectbox__select-text {
	font-size: 16px;
}
.calendar-item .styler-select2 .jq-selectbox__select .jq-selectbox__trigger {
	top: 2px;
}
.calendar-area--date, .calendar-area--city {
	display: inline-flex;
}
.content p.calendar-area--date {
    background: #5762bb;
    padding: 5px 15px;
    margin-right: 10px;
    color: #fff;
}
.content p.calendar-area--city {
    background: #f64f00;
    padding: 5px 15px;
    margin-right: 10px;
    color: #fff;
}

td.calendar-highlight {
	border: none !important;
	padding: 1px 0 1px 1px !important;
	background: none !important;
	overflow:hidden;
}
td.calendar-highlight a {
	background: #99dd73 !important;
	border: 1px #88a276 solid !important;
}
td.calendar-multi {
	border: 2px !important;
	color: pink;
	padding: 1px 0 1px 1px !important;
	background: none !important;
	overflow:hidden;
}
td.calendar-multi a {
	background: #dd6da4 !important;
	border: 1px #88a276 solid !important;
	color: #fff !important;
	position: relative;
}
.ff_input_err {
	border: 1px solid red !important;
}
.form-item {
	padding: 0 10px;
    flex: 1 0 auto;
}
.form-item input {
	width: 100%;
}
.form-item label {
	display: block;
}
.form-item textarea {
	width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    resize: none;
}
.form-wrap {
	margin: 0 -10px 20px;
}
.podpiska-email > form {
	width: 100%;
}
.form-item .obrabotka {
	margin: 20px 0;
}
.form-item .obrabotka label {
	padding-left: 30px;
}
.form-item .obrabotka label:before {
	left: 0px;
}
.ya-share2__item:before {
	display: none !important;
}
.ya-share2__list {
	padding: 0px !important;
}
.materials {
	/*min-height: 1400px;*/
}
.white-block .news-item {
	width: 100%;
}
.content .news-share i {
	display: inline-block;
}
.news-aside .news-name {
	height: auto;
}
.events-calendar {
	min-width: 280px;
    min-height: 290px;
}
.search-result input {
	width: 100% !important;
	margin-bottom: 20px;
}
.like-active {
	color:green !important;
}
.tabs-box .news-item.main-xm .news-with-img:before {
	display: none;
}
.news-item.xm.main-xm a {
	padding: 0px;
}
.news-item.xm.main-xm a .main-xm--img {
	height: 300px;
    background-size: cover !important;
}
.news-item.xm.main-xm .news-info {
	height: 200px;
	padding: 20px;
}
.news-item.xm.main-xm .blue-block {
	top: 0;
	left: 0;
}
.news-item.xm.main-xm .news-info .date-block {
	color: #8e8e8e;
	width: 100%;
}
.news-item.xm.main-xm .news-info .news-name {
	color: #000;
	width: 100%;
	height: 100%;
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-item.xm.main-xm .news-info .news-text {
    color: #373838;
    max-height: 40px;
    min-height: 40px;
}
.h1 a:hover {
	color: #f64f00;
}
.media-list-view {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.media-item--img {
	min-height: 200px;
    background-size: cover !important;
}
.media-info {
	padding: 10px;
	background: rgba(0,0,0,.5);
	min-height: 58px;
	max-height: 58px;
	margin-bottom: 30px;
}
.media-list-view .col-md-4:hover .media-name {
	color: #f65509 !important;
}
.media-name {
	height: 38px;
	overflow-y: hidden;
}
.interview-choose--item textarea {
	display: inline-block;
	width: 90%;
	resize: none;
	padding: 10px;
}
#search-block .ya-site-form .ya-site-form__input-text {
	background: none repeat scroll 0 0 transparent !important;
	border: medium none;
	box-sizing: border-box;
	margin-left: 55px !important;
	margin-top: -2px !important;
	width: 150px;
}

#search-block .ya-site-form .ya-site-form__submit {
	margin-left: 0;
	opacity: 0;
	width: 25px;
	cursor: pointer;
}
.ya-site-form__submit {
	cursor: pointer;
}

#search-block .ya-site-form .ya-site-form__search-input {
	padding: 0;
}
.hidden_block {
	display: none;
}
.letter {
	font-size: 18px;
	margin: 0 5px;
}
.letter-active {
	font-size: 18px;
	border-bottom: 2px solid #f64f00;
	margin: 0 5px;
}
.letter-link {
	font-size: 18px;
	margin: 0 5px;
}
.letter-link a {
	color: #f64f00;
}
#ya_search_block  {
    position: absolute;
    width: 20%;
    padding: 10px 20px;
    right: 60px;
    background: #fff;
    min-width: 400px;
    height: 67px;
}
header .container {
	position: relative;
}
header .container .d-flex.justify-content-between.align-items-center {
	position: relative;
}
#ya-site-results {
	padding: 20px;
	margin-bottom: 20px;
}
.footer-menu ul li.active a {
	color: #f64f00;
}
.search-result #ya_search_block {
	z-index: 99999;
	position: static;
	width: 100%;
	background: transparent;
}
.ya-site-form__wrap tr {
	border: none !important;
}
.ya-site-form__search tr {
	border: none !important;
}
#ya-site-results {
	background: transparent !important;
}
.b-head__link {
	display: none;
}
.b-head__found {
	display: none !important;
}
.b-head.b-head_type_search-simple {
	display: none !important;
}
.search-result .ya-site-form__search-input-layout {
	margin-bottom: 0px;
}
.search-result .ya-site-form__search-input-layout tr {
	border: none !important;
}
.search-result .ya-site-form__search {
	margin-bottom: 0px;
}
#ya-site-results a:link, #ya-site-results a:active, #ya-site-results .b-pseudo-link, #ya-site-results .b-head-tabs__link, #ya-site-results .b-head-tabs__link:link, #ya-site-results .b-head-tabs__link:visited, #ya-site-results .b-dropdown__list .b-pseudo-link, #ya-site-results .b-dropdowna__switcher .b-pseudo-link, .b-popupa .b-popupa__content .b-menu__item, #ya-site-results .b-foot__link:link, #ya-site-results .b-copyright__link:link, #ya-site-results .b-serp-item__mime, #ya-site-results .b-pager :link {
	color: #000 !important;
    font-family: 'Conv_FuturaFuturisC';
    font-size: 18px !important;
}
#ya-site-results#ya-site-results :link:hover, #ya-site-results#ya-site-results :visited:hover, #ya-site-results#ya-site-results .b-pseudo-link.b-pseudo-link:hover {
	color: #f64f00 !important;
	border-bottom: 1px solid #f64f00;
}
.b-body-items {
	padding-left: 20px !important;
}
.b-serp-item__text {
    font-family: 'Conv_FuturaFuturisC';
    font-size: 16px !important;
}
.interview-title_big {
	font-size: 30px;
	text-align: center;
}
.interview-choose--gistline {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.gist-line {
	width: 100%;
	padding: 10px;
	margin: 0 10px;
	background: #fff3ec;
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gist-line--choose {
	background: rgba(246,79,0,.74);
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}
.gist-line--name {
	color: #000;
	position: relative;
	z-index: 999;
	padding: 0 10px;
}
.gist-line--procent-count {
	position: relative;
    width: 42px;
    text-align: right;
}
.gist-line--procent-count.you-choose:before {
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	background: url('../img/check.png') 0 0 no-repeat;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -3.5px;
}
.map-item--info--block.btn {
	line-height: 18px;
	white-space: normal;
	padding: 0px;
}
.map-item--info--block span:first-child {
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}
.map-item--info--block {
	display: flex;
	flex-wrap: wrap;
}
.b-loader__ext-wrapper, .b-loader__paranja {
	background: transparent !important;
}
.map-slider, .map-slider .slick-track, .map-slider .slick-list  {
	height: 100%;
}
.map-item--info {
	height: 100%;
}
.map-item {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.map-item--info--block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
    flex-direction: column;
    justify-content: center;
}
.footer-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -10px;
}
.footer-logos--item {
	padding: 0 10px;
}
.footer-logos--item img {
    max-width: 150px;
    filter: grayscale(100%);
}
.partners-slider--item-img img {
	width: 90px;
	height: 90px;
}
.gallery .slick-prev {
    top: 50%;
    left: 20px;
}
.gallery .slick-next {
    top: 50%;
    right: 20px;
}
.fader {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, .8);
}
.popup.dialog {
	display: none;
	width: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	padding: 30px;
	z-index: 9999;
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.popup-close img {
	width: 20px;
}
.popup-title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.body.over {
	overflow: hidden;
}
.content ul.sitemap--list  {
	vertical-align: top;
	display: block;
}
.content ul.sitemap--list li > .sitemap--list {
	margin-top: 10px;
}
.content ul.sitemap--list li a:hover {
	color: #f64f00 !important;
}
.calendar-multi a {
	position: relative;
}
.calendar-multi a:after {
	content: attr(data-multi);
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    width: 10px;
    height: 10px;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 8px;
    border-radius: 50%;
}









@media all and ( max-width: 1300px ) {
	.wrapper {
		width: 100%;
	}
	.programm-info--title {
		font-size: 15px;
	}
	.programm-info p {
		font-size: 14px;
	}
}

@media all and ( max-width: 1220px ) {
	.white-block .ui-datepicker td {
		padding: 5px;
	}
	.ui-datepicker-calendar {
		width: 80% !important
	}
	.calendar-item {
		padding-left: 60px;
	}
	.calendar-item .styler-select2 .jq-selectbox__select {
		margin-left: 0px;
		max-width: 140px;
		min-width: 140px;
	}
	.main-slider--left-item-name {
		font-size: 26px;
	}
	.news-share span:first-child {
		max-width: 130px;
	}
	.main-slider--left {
		padding: 20px;
	}
	.news-share span:first-child {
		max-width: 150px;
	}
	.news-share span {
		font-size: 11px;
	}
	.news-text {
		font-size: 13px;
	}
	.news-name {
		font-size: 16px;
	}
	.news-text {
		font-size: 14px;
	}
}

@media all and ( max-width: 1030px ) {
	.container {
		margin: 0px;
		max-width: 100%;
	}
	.logo img {
		max-width: 150px;
	}
	.header-menu ul li a {
		font-size: 12px;
	}
	.main-slider--left-item-name {
		font-size: 22px;
	}
	.event-slider {
		box-shadow: none;
	}
	.podpiska-slogan {
		font-size: 15px;
	}
	.news-share span {
		font-size: 11px;
	}
	.header-menu ul li a {
		font-size: 12px;
	}
	.footer-menu li a {
		font-size: 12px;
	}
	.footer-top .d-flex {
		flex-wrap: wrap;
	}
	.footer-menu ul {
		flex-wrap: wrap;
		margin-top: 20px;
	}
}
@media all and ( max-width: 768px ) {
	.event-slider {
		width: 100%;
	}
	.calendar-item {
		padding-left: 0px;
	}
	.ui-datepicker-calendar {
		width: 100% !important
	}
	.header-menu {
		display: none;
		position: absolute;
		top: 39px;
		left: 0px;
		width: calc(100% + 20px);
		background: #000;
		z-index: 9999;
    	border-top: 1px solid #cecece;
    	margin: 0 -10px;
	}
	.header-menu ul li a {
		font-size: 16px;
		width: 100%;
	    display: block;
	    padding: 10px;
	}
	.header-menu ul {
		flex-direction: column;
	}
	.header-menu ul li {
		margin: 0px;
	}
	.logo {
		margin: 0 auto;
	}
	#nav-icon {
		display: inline-block;
		width: 35px;
		height: 28px;
		position: absolute;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		top: 19px;
		left: 10px;
		z-index: 99999;
	}
	#nav-icon span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #fff;
		opacity: 1;
		left: 0px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#nav-icon span:nth-child(1) {
		top: 0px;
	}
	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
		top: 12px;
	}
	#nav-icon span:nth-child(4) {
		top: 24px;
	}
	#nav-icon.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.main-slider--left {
		padding: 20px;
	}
	.news-name {
		font-size: 13px;
		height: auto;
	}
	.news-content-digest {
		font-size: 10px;
	}
	.news-share {
		font-size: 12px;
	}
	.tabs-nav li {
		margin-right: 10px;
		font-size: 16px;
	}
	.event-slider--caption {
		width: 400px;
	}
	.footer-caption {
		margin-left: 0px;
	}
	.footer-menu ul li a {
		font-size: 11px;
	}
	.footer-logo a img {
		max-width: 150px;
	}
	.news-item.xs a {
		flex-wrap: wrap;
		/*padding: 0 15px;*/
	}
	.news-item.xs .news-item--img .blue-block {
		left: 10px;
	}
	.news-item.xs .news-item--img {
		width: 100%;
		min-height: 150px;
	}
	.news-item.xs .news-info {
		width: 100%;
	}
	iframe {
		width: 100% !important;
	}
}

@media all and ( max-width: 640px ) {
	#ya_search_block {
		right: 40px;
		min-width: 270px;
		width: 270px;
    z-index: 99999;
	}
	.projects .podpiska-email > form {
		flex-wrap: wrap;
	}
	.tabs-box .news-item.main-xm {
		margin: 0 -15px 30px;
	}
	.tabs-box .news-item.xs {
    	margin: 0 -30px 30px;
	}
	.tabs-box .col-md-6.col-xs-12.d-flex .news-item.xs  {
		margin: 0px;
	}
	.projects .podpiska-email > form label {
		display: none;
	}
	.projects .podpiska-email > form input {
		width: 100%;
		margin-bottom: 20px;
	}
	.projects .podpiska-email > form .btn {
		width: 100%;
	}
	.programm-section {
		padding-bottom: 0px;
	}
	main {
		overflow-x: hidden;
	}
	.container {
		padding: 0 10px;
	}
	.search, .login {
		min-width: 40px;
	}
	.main-slider--left {
		width: 100%;
	}
	.main-slider--right {
		width: 100%;
	}
	.main-slider--left-item-text {
		max-height: 60px;
	}
	.main-slider {
		flex-wrap: wrap;
		height: 100%;
    	margin: 0 -10px 30px;
    	overflow-x: hidden;
	}
	.news, .materials {
		margin: 0 -10px 40px;
		overflow-x: hidden;
	}
	.news .news-items .row .news-item {
		display: none;
	}
	.news .news-items .row .news-item:nth-of-type(1),.news .news-items .row .news-item:nth-of-type(2),.news .news-items .row .news-item:nth-of-type(3),.news .news-items .row .news-item:nth-of-type(4) {
		display: block;
	}
	.main-slider--right {
		order: 1;
	}
	.main-slider--left {
		order: 2;
	}
	.main-slider--right-item {
		height: 300px;
	}
	.main-slider--left .slick-next {
		bottom: inherit;
		top: -150px;
		right: 10px;
		left: inherit;
	}
	.main-slider--left .slick-prev {
		bottom: inherit;
		top: -150px;
		left: 10px;
		left: inherit;
	}
	.news-item a {
		min-height: 100%;
	}
	.tabs .d-flex {
		flex-wrap: wrap;
    	flex: 0 1 auto;
	    padding: 0px;
	    margin: 0px;
	}
	.tabs-nav.d-flex {
		margin: 15px;
	}
	.tabs-nav {
		margin-top: 20px;
		padding-left: 0px !important;
	}
	.tabs-box .wo-padding:first-child, .tabs-box .wo-padding:nth-child(2) {
		padding: 0 15px;
	}
	.tabs-nav li {
		margin-bottom: 10px;
	}
	.col-xs-12 .h1 {
		padding: 0px !important;
	}
	.tabs-title {
		padding-left: 0px !important;
	}
	.block-events .d-flex {
		display: block !important;
	}
	.event-slider--caption {
		width: 100%;
	}
	.event-slider--img-item {
		width: 100%;
		height: 100px;
	}
	.event-slider {
		margin-top: 20px;
	}
	.event-slider--img {
		width: 100%;
	}
	#vmap {
		height: 300px;
	}
	.podpiska .d-flex {
		display: block !important;
		text-align: center;
	}
	.podpiska-email {
		margin: 20px 0;
	}
	.podpiska-email input {
		width: 120px;
	}
	.podpiska-email .form-item input {
		width: 100%;
	}
	.podpiska-email .form-item {
		margin-bottom: 20px;
	}
	.obrabotka {
		padding-left: 50px;
	}
	.obrabotka label:before {
		left: 0px;
	}
	.partners-slider .slick-prev, .partners-slider .slick-next {
		top: -70px;
	}
	.partners-slider {
		padding: 0 10px;
	}
	.footer-top .d-flex {
		flex-direction: column;
	}
	.footer-logo a img {
		max-width: 100%;
	}
	.footer-logo {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-menu ul {
		display: none;
	}
	.footer-bottom {
		flex-direction: column;
		align-items: center;
	}
	.footer-caption {
		margin: 10px 0;
	}
	.footer-logos {
		margin-bottom: 20px;
	}
	.footer-logos--item img {
		max-width: 60px;
	}
	.footer-top {
		margin-bottom: 0px;
	}
	.programm-block .slick-prev, .programm-block .slick-next {
		top: -70px;
	}
	.partners-slider--item-img img {
		max-width: 100%;
	}
	.d-flex {
		flex-wrap: wrap;
		flex: 1 1 auto;
	}
	.content .h1 {
		padding: 0 15px;
		font-size: 27px;
	}
	.content h1 {
		padding: 0 15px;
		font-size: 27px;
	}
	.news-share span:first-child {
		width: 160px;
		max-width: 160px;
	}
	.watch-block .h1 {
		padding: 0px;
		font-size: 28px;
	}
	.tabs-title {
		padding: 0 15px;
	}
/*
	.logo img {
		display: none;
	}
*/
	#calendar_reloadable_area .news-item.xs.whole a {
		padding: 0px;
	}
	.logo a {
	    display: block;
	    /* width: 130px;
	    height: 26px; */
	    /*background: url(../img/logo-mobile.png) 0 0 no-repeat;*/
	    /* background-size: cover; */
	}
	.row.col-lg-12 {
		width: auto;
	}
	.white-block img {
		max-width: 100% !important;
		height: auto !important;
		padding: 0px !important;
		margin-bottom: 20px;
	}
	.white-block {
		padding: 10px;
	}
	.col-md-8.col-sm-12 {
		padding: 0px;
	}
	.breadcrumbs {
    	margin: 0 10px 30px;
	}
	.content table.ui-datepicker-calendar tr td {
		padding: 0px;
	}
	.white-block .news-item {
		padding: 0 5px;
	}
	.news-aside > .news-aside {
		margin: 0 -15px;
	}
	#vmap2 {
		padding-right: 0px;
		height: 200px;
	}
	.map-right:before {
		display: none;
	}
	.map-right {
		border: none;
	}
}