/*
	Theme Name: АНО «Дирекция спортивных и социальных проектов»
	Theme URI: http://bshepelev.ru
	Description: The theme for WordPress. 
	Author: Shepelev Boris
	Version: 1.a
*/

/* --- RESET ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

* { 
	border:0; 
	margin:0; 
	padding:0; 
	outline: none;
	border-collapse: collapse; 
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

:focus {
	outline:none;
	box-shadow:none;
	border-color:transparent;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

ol, ul {  }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

input, textarea{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

html,
body { 
	padding:0;
	margin:0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal; 
	font-style: normal; 
	font-size:12px;
	line-height:19px;
	position:relative;
	height:100%; 
	width:100%;
	min-width:330px;
	background:#FFF;
	color:#000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust:100%;
}

html { overflow-x:hidden; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	clear:both;
	width:100%;
	display:block;
	position:relative;
	text-align:center;
}

.left { float:left; }
.right { float:right; }

.center { 
	clear:both;
	float:none;
	width:calc(100% - 32px);
	max-width:1200px;
	min-width:300px;
	padding:0;
	margin:0 auto;
	text-align:left;
	box-sizing: border-box;
	position:relative;
	/*background:rgba(54,255,0, 0.5);*/
}

.clear {
	clear:both;
	width:100%;
	height:0px;
}

.animate__animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
}

.animates { 
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
}

.sr-only {
	position: absolute;
	clip: rect(0 0 0 0);
}

.hide123 { display:none; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	background: #343538 url("images/header.svg") no-repeat 100% 0px;
	padding:10px 0;
}

.home .header {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	background:none;
	z-index:100;
}

.header .logo a,
.header .logo span {
	display:inline-block;
	width:180px;
	height:86px;
	background:url("images/logo-top.svg") no-repeat center center;
	text-indent:-9999px;
}

.header .logo.en a,
.header .logo.en span {
	background:url("images/logo-top-en.svg") no-repeat center center;
}

.header .center {
	display:flex;
	justify-content: space-between;
	align-items: center;	
}

.header .center.no-space-between { justify-content:flex-start; }

.header .menu-social-lang {
	display:inline-block;
	vertical-align:top;
	width:510px;
	padding:8px 0 0 0;
}

.header .center.no-space-between .menu-social-lang {
	margin-left:100px;
}

.header .lang-search-social {
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.header .menu-social-lang .lang ul {
	font-size:0px;
	position:relative;
	margin:0 -10px;
}

.header .menu-social-lang .lang ul li {
	display:inline-block;
	list-style:none;
}

.header .menu-social-lang .lang ul li a {
	margin:0 10px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

.header .menu-social-lang .lang ul li.active { display:none; }

.header .menu-social-lang .social ul {
	font-size:0px;
	position:relative;	
	margin:0 -12px;
}

.header .menu-social-lang .social ul li {
	display:inline-block;
	list-style:none;	
	vertical-align:middle;
}

.header .menu-social-lang .social ul li a {
	display:inline-block;
	vertical-align:middle;
	margin:0 12px;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
}

.header .menu-social-lang .social ul li a img {
	width: 100%;
	height: 100%;
}


.header .menu-social-lang .social ul li.vk a {
	width:19px;
	height:19px;
	background:url("images/vk.svg") no-repeat center center;
}

.header .menu-social-lang .social ul li.instagram a {
	width:14px;
	height:14px;
	background:url("images/instagram.svg") no-repeat center center;
}

.header .menu-social-lang .social ul li.facebook a {
	width:14px;
	height:14px;
	background:url("images/facebook.svg") no-repeat center center;
}

.header .menu-social-lang .social ul li.youtube a {
	width:20px;
	height:20px;
	background:url("images/youtube.svg") no-repeat center center;
}

.header .menu-social-lang .social ul li.flickr a {
	width:20px;
	height:20px;
	background:url("images/flickr.svg") no-repeat center center;
}

.header .search {
	position:relative;
	height:32px;
	width:150px;
}

.header .search form input[type="submit"] {
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:8px;
	text-indent:-9999px;
	border:none;
	background:url("images/search.svg") no-repeat center center;
	cursor:pointer;
}

.header .search form input[type="text"] {
	background:rgba(255,255,255, 0.5);
	border-radius: 2px;	
	width:150px;
	padding:8px;
	box-sizing: border-box;
	height:32px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFFFFF;	
	text-indent:0;
	transition: all 0.5s;
	position:absolute;
	right:0px;
	top:0px;
}

.header .search form input[type="text"]:focus {
	width:calc(150px + 116px);
	background:#999a9b;
}

.header .search form input[type="text"]::-webkit-input-placeholder {
	color: #FFFFFF;
	text-align:center;
}

.header .search form input[type="text"]::-moz-placeholder {
	color: #FFFFFF;
	text-align:center;
}

.header .search form input[type="text"]:-ms-input-placeholder {
	color: #FFFFFF;
	text-align:center;
}

.header .search form input[type="text"]:-moz-placeholder {
	color: #FFFFFF;
	text-align:center;
}

.header .search form input[type="text"]:focus::-webkit-input-placeholder {
	text-align:left;
}

.header .search form input[type="text"]:focus::-moz-placeholder {
	text-align:left;
}

.header .search form input[type="text"]:focus:-ms-input-placeholder {
	text-align:left;
}

.header .search form input[type="text"]:focus:-moz-placeholder {
	text-align:left;
}

.header .top-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin:12px 0 0 0;
}

.header .top-menu ul {
	font-size:0px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .top-menu ul li {
	display:inline-block;
	list-style:none;
}

.header .top-menu ul li a {
	display:inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;	
	text-decoration:none;
	padding:16px 24px 16px 0;
	position:relative;
	transition: all 0.5s;
}

.header .top-menu ul li a::before {
	content:'';
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	right:0px;
	top:21px;
	background:url("images/top-menu.svg") no-repeat center center;
	transition: all 0.5s;
}

.header .top-menu ul li a:hover,
.header .top-menu ul li a:hover::before {
	opacity: 0.6;
}

.header .top-menu ul li a.active,
.header .top-menu ul li a.active::before {
	opacity: 0.6;
}

.header .top-menu ul li a.active::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.header .top-menu ul li ul {
	display:none;
}

.header .mobile-menu {
	display:none;
}

.header .bay {
	display: flex;
	align-items: center;	
	transition: all 0.5s;
	opacity:1;
}

.header .bay.fade { opacity:0; }
.header .bay.show { display:none; }

.header .bay a {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	text-decoration:none;
	padding:16px 32px;
	background: #FFC245;
	border-radius: 4px;
	margin-right:12px;
	transition: all 0.5s;
	display:inline-block;
}

.header .bay a:hover {
	background: #FAB220;
}

.header .bay div {
	display:inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;	
	text-align:left;
}

.header .bay div span { display:block; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.dropdown-block {
	background: #231F20;
	overflow:hidden;
	display:none;
	position:absolute;
	left:0px;
	right:0px;
	top:100%;
	z-index:111;
}

.dropdown-block .center { display:block; }

.dropdown-block .menusss {
	display:block;
	position:relative;
	margin:0 -6px;
	font-size:0px;
}

.dropdown-block .menusss li {
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 12px);
	box-sizing: border-box;
	margin:0 6px;
	padding:24px;
}

.dropdown-block .menusss li.menu-item-has-children {
	transition: all 0.5s;
	position:relative;
}

.dropdown-block .menusss li.menu-item-has-children::before {
	content:'';
	left:0px;
	right:0px;
	top:100%;
	background:transparent;
	position:absolute;
	height:200px;
	transition: all 0.5s;
}

.dropdown-block .menusss li.menu-item-has-children > a {
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #FFFFFF;	
}

.dropdown-block .menusss li.menu-item-has-children:hover {
	background: #343538;
}

.dropdown-block .menusss li.menu-item-has-children:hover::before {
	background: #343538;
}

.dropdown-block .menusss li.menu-item-has-children ul {
	padding:12px 0 0 0;
}

.dropdown-block .menusss li.menu-item-has-children ul li {
	margin:8px 0;
	display:block;
	width:100%;
	box-sizing: border-box;
	padding:0 6px;
}

.dropdown-block .menusss li.menu-item-has-children ul li a {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration:none;
}

.dropdown-block .search-dd,
.dropdown-block .lang-dd,
.dropdown-block .social-dd {
	display:none;
}

.dropdown-block .bays {
	margin:0 0 24px 0;
	background: #343538;
	border-radius: 4px;
	padding:24px 0;
	text-align:center;
	display:none;
}

.dropdown-block .bays a {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;	
	text-decoration:none;
	padding:16px 32px;
	background: #FFC245;
	border-radius: 4px;
}

.dropdown-block .bays div {
	margin:12px 0 0 0;
	text-align:center;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;	
}

.dropdown-block .bays div span { display:block; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.slider-wrap {
	position:relative;
	overflow:hidden;
}

.slider-wrap .item {
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	overflow:hidden;
}

.slider-wrap .item .cell {
	position:absolute;
	z-index:1;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.slider-wrap .item .cell .brick {
	position:absolute;
	z-index:3;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;	
}

.slider-wrap .item .center {
	height:750px;
	position:relative;
	z-index:12;
}

.slider-wrap .item .center .data {
	position:absolute;
	bottom:15%;
	left:0px;
	z-index:12;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;	
	width:100%;
	z-index:15;
}

.slider-wrap .item .center .data p {
	margin:0 0 28px 0;
}

.slider-wrap .item .center .data h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 33px;
	line-height: 120%;
	color: #FFFFFF;
	margin:0 0 12px 0;	
}

.slider-wrap .item .center .data a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration:none;
	display:inline-block;
	padding:16px 32px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;	
	transition: all 0.5s;
}

.slider-wrap .item .center .data a:hover {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.slider-wrap .item .center .data a:active {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #FFFFFF;
}

.slider-wrap .slick-dots {
	display:block;
	text-align:center;
	font-size:0px;
	position:absolute;
	left:calc((100% - 1200px) / 2);
	bottom:49px;
}

.slider-wrap .slick-dots li {
	display:inline-block;
	list-style:none;
	border: 1px solid #FFF;
	background:transparent;
	text-indent:-9999px;
	margin:0 24px 0 0;
	cursor:pointer;
	transition: all 0.5s;
	width:12px;
	height:12px;
	border-radius:50%;
}

.slider-wrap .slick-dots li.slick-active {
	background:#FFF;
}

.slider-wrap .slick-arrow{
	position: absolute;
	font-size: 0;
	line-height: 0;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	top: 50%;
	background: transparent;
	z-index: 999;
}

.slider-wrap .slick-arrow.slick-prev{
	left: 50px;
}

.slider-wrap .slick-arrow.slick-next{
	right: 50px;
}

.slider-wrap .slick-arrow.slick-prev:before,
.slider-wrap .slick-arrow.slick-next:after {
	width: 100%;
	height: 100%;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
}

.slider-wrap .slick-arrow.slick-prev:before{
	content: '←';
}

.slider-wrap .slick-arrow.slick-next:after{
	content: '→';
}

@media screen and (max-width: 768px) {
	.slider-wrap .slick-arrow {
		display: none !important;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ad {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	padding:16px 0;
	background: #E14C4C;
}

.ad .center {
	text-align:center;
}

.ad  a {
	text-decoration:none;
	color: #FFFFFF;
	position:relative;
	display:inline-block;
	padding-right:37px;
}

.ad  a::after {
	display:block;
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	margin:-3px 0 0 0;
	width:25px;
	height:9px;
	background:url("images/next-ad.svg") no-repeat center center;
	background-size:25px auto;
	z-index:2;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.home-news {
	padding:4.1% 0;
	background: #EDEFF5;
}

.home-news .center {
	position:relative;
}

.home-news h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	color: #000000;	
	margin:0 0 28px 0;
}

.home-news h2 a {
	text-decoration:none;
	color: #000000;	
	position:relative;
}

.home-news h2 a::before {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	background:url("images/next-black.svg") no-repeat center center;
	top:50%;
	right:calc(-36px - 45px);
	margin:-6px 0 0 0;
	transition: all 0.5s;
}

.home-news h2 a:hover::before {
	right:calc(-36px - 45px - 5px);
}

.home-news a.rss {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;	
	text-decoration:none;
	position:absolute;
	right:0px;
	top:7px;
}

.home-news a.rss::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:50%;
	margin:-10px 0 0 0;
	left:-32px;
	background:url("images/rss.svg") no-repeat center center;
}

.home-news .hnews-list {
	display: flex;
	align-items: flex-start;	
	justify-content: space-between;	
	position:relative;
}

.home-news .hnews-list .lleft,
.home-news .hnews-list .rright {
	width:calc(50% - 6px);
}

.hnews-list .item {
	position:relative;
	overflow:hidden;
	background: #FFFFFF;
	border-radius: 8px;	
	margin-top:12px;
}

.hnews-list .item-1 {
	padding:5.487%;
}

.hnews-list .item-1 .images {
	background-color:#EDEFF5;
	width:100%;
	padding-bottom:60.377%;
	margin:0 0 16px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	border-radius: 4px;
	transition: all 0.5s;
}

.hnews-list .item-1:hover .images {
	background-size:calc(100% + 15px) auto;
}

.hnews-list .item-1 .service {
	margin:0 0 16px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 110%;
	color: #18191A;	
}

.hnews-list .item-1 .service i {
	font-style: normal;
	position:relative;
	padding-left:25px;
}

.hnews-list .item-1 .service i::before {
	content:'';
	position:absolute;
	top:2px;
	bottom:2px;
	left:10px;
	width:1px;
	background: #D8D8D8;
	display:block;
}

.hnews-list .item-1 a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #000000;	
	text-decoration:none;
}

.hnews-list .item-1 a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.hnews-list .item-2 {
	padding:5.487% 5.487% 5.487% 34.848%;
	min-height:115px;
}

.hnews-list .item-2 .images {
	width:26.011%;
	padding-bottom:19.193%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	border-radius: 4px;
	transition: all 0.5s;	
	position:absolute;
	left:0;
	top:0;
	margin:5.487% 0 0 5.487%;
}

.hnews-list .item-2:hover .images {
	background-size:auto calc(100% + 5px);
}

.hnews-list .item-2 .service {
	margin:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 110%;
	color: #18191A;	
}

.hnews-list .item-2 .service i {
	font-style: normal;
	position:relative;
	padding-left:25px;
}

.hnews-list .item-2 .service i::before {
	content:'';
	position:absolute;
	top:2px;
	bottom:2px;
	left:10px;
	width:1px;
	background: #D8D8D8;
	display:block;
}

.hnews-list .item-2 a {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 150%;
	color: #000000;	
	text-decoration:none;
}

.hnews-list .item-2 a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.hnews-list .item-3 {
	padding:5.487%;
}

.hnews-list .item-3 .images {
	background-color:#EDEFF5;
	width:100%;
	padding-bottom:41.509%;
	margin:0 0 16px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	border-radius: 4px;
	transition: all 0.5s;
}

.hnews-list .item-3:hover .images {
	background-size:calc(100% + 15px) auto;
}

.hnews-list .item-3 .service {
	margin:0 0 16px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 110%;
	color: #18191A;	
}

.hnews-list .item-3 .service i {
	font-style: normal;
	position:relative;
	padding-left:25px;
}

.hnews-list .item-3 .service i::before {
	content:'';
	position:absolute;
	top:2px;
	bottom:2px;
	left:10px;
	width:1px;
	background: #D8D8D8;
	display:block;
}

.hnews-list .item-3 a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #000000;	
	text-decoration:none;
}

.hnews-list .item-3 a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.hnews-list-slider {
	display:none;
	height:0px;
	overflow:hidden;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.map-explanation {
	background: #F0F2F5; /*#F8F8F8;*/
	padding:32px 0;
	position:relative;
	margin:0 0 40px 0;
}

.map-explanation::after,
.map-explanation::before {
	content:'';
	display:block;
	top:0px;
	bottom:0px;
	width:1000px;
	position:absolute;
	background: #F0F2F5;
}

.map-explanation::before {
	left:-1000px;
}

.map-explanation::after {
	right:-1000px;
}

.map-explanation ul {
	display: flex;
	align-items: center;	
}

.map-explanation ul li {
	list-style:none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;	
	margin:0 28px 0 0;
	padding-left:24px;
	position:relative;
}

.map-explanation ul li::before {
	content:'';
	display:block;
	width:16px;
	height:16px;
	border-radius: 3px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-8px 0 0 0;
}

.map-explanation ul li:nth-child(1)::before { background: #007EC5; }
.map-explanation ul li:nth-child(2)::before { background: #00AB4D; }
.map-explanation ul li:nth-child(3)::before { background: #FECA0A; }
.map-explanation ul li:nth-child(4)::before { background: #fe9695; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pages {
	padding:2.558% 0 8%;
	overflow:hidden;
}

.page-template-page-partners .pages,
.page-template-page-kazan .pages,
.sights .pages,
.page-template-page-map .pages {
	padding-bottom:4%;
}

.search-results .pages {
	padding-bottom:0px;
}

.post-template-default .pages {
	padding-bottom:4%;
}

.archive .pages {
	padding-bottom:0px;
}

.archive.category-1 .pages {
	padding-bottom:100px;
}

.pages h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #231F20;
	margin:0 0 32px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breadcrumbs {
	padding:0 0 40px 0;
}

.breadcrumbs ol {
	display:flex;
	background: #F0F2F5;
	font-size:0px;
	padding:8px 36px 8px 16px;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;	
}

.breadcrumbs ol li {
	display:flex;
	list-style:none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;	
	position:relative;
	padding:0 44px 0 0;
	margin:0 24px 0 0;
}

.breadcrumbs ol li::after {
	content:'';
	display:block;
	position:absolute;
	right:0px;
	top:50%;
	margin:-10px 0 0 0;
	width:20px;
	height:20px;
	background:url("images/breadcrumbs.svg") no-repeat center center;
	background-size:19px auto;
}

.breadcrumbs ol li:last-child {
	margin:0;
	padding:0;
}

.breadcrumbs ol li:last-child::after { display:none; }

.breadcrumbs ol li a {
	text-decoration:none;
}

.breadcrumbs ol li a span {
	color: #231F20;
}

.breadcrumbs ol li span {
	color: #7C7C7C;
	text-overflow: ellipsis;
	width:780px;
	overflow: hidden;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.reports h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	display:block;
	margin:0 0 32px;
}

.reports.twoss {
	padding:42px 0 0 0;
}

.list-reports-none {
	margin:0 0 48px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #888A8C;	
}

.list-reports {
	font-size:0px;
	position:relative;
	margin:0 -6px;
	display:flex;
	flex-wrap: wrap;
}

.list-reports .item {
	margin:6px;
	width:calc(50% - 6px - 6px);
	display:flex;
	vertical-align:top;
	position:relative;
	background: #F0F2F5; /*#F8F8F8;*/
	padding:76px 32px 36px 32px;
	box-sizing: border-box;
	border-radius: 8px;
}

.list-reports .item.one {
	width:calc(100% - 6px - 6px);
}

.page .list-reports .item.one {
	width:calc(50% - 6px - 6px);
}

.list-reports .item span.year {
	display:block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	position:relative;
	position:absolute;
	left:32px;
	top:36px;
	padding:0 0 0 33px;
}

.list-reports .item span.year::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
	margin:-12px 0 0 0;
	width:24px;
	height:24px;
	background:url("images/year.svg") no-repeat center center;
}

.list-reports .item h2,
.list-reports .item h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
}

.list-reports .item h2 a,
.list-reports .item h3 a {
	color: #231F20;	
	text-decoration:none;
}

.list-reports .item span.size {
	display:block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	position:relative;
	padding:0 0 0 35px;
	position:absolute;
	right:27px;
	top:36px;
	width:70px;
	text-align:left;
}

.list-reports .item span.size::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
}

.list-reports .item span.size.pdf::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/pdf.svg") no-repeat center center;	
}

.list-reports .item span.size.x-rar::before,
.list-reports .item span.size.rar::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/x-rar.svg") no-repeat center center;		
}

.list-reports .item span.size.x-zip::before,
.list-reports .item span.size.zip::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/x-zip.svg") no-repeat center center;		
}

.list-reports .item span.size.doc::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/doc.svg") no-repeat center center;		
}

.list-reports .item span.size.xls::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/xls.svg") no-repeat center center;		
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.introduction-legal {
	background: #F0F2F5;
	position:relative;
	padding:67px 38% 67px 48px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #7C7C7C;
	overflow:hidden;
	border-radius:8px;
}

.introduction-legal::before {
	content:'';
	display:block;
	position:absolute;
	width:688px;
	height:656px;
	top:-50px;
	right:-273px;
	background:url("images/introduction-legal.svg") no-repeat center center;
	z-index:1;
}

.introduction-legal .data {
	position:relative;
	z-index:2;
}

.introduction-legal h2 {
	margin:0 0 24px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.introduction-legal h2 a {
	color:#007EC5;
	text-decoration:underline;
}

.introduction-legal h2 a:hover {
	text-decoration:none;
}

.list-legal {
	margin:40px 0 0 0;
}

.list-legal .cell {
	font-size:0px;
	position:relative;
	margin:-16px -6px;
	display:flex;
	flex-wrap: no-wrap;
}

.list-legal .cell .item {
	float:none;
	clear:both;
	margin:16px 6px;
	width:calc(50% - 6px - 6px);
	display:flex;
	vertical-align:top;
	position:relative;
	padding:0px;
	box-sizing: border-box;
}

.list-legal .data {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
}

.list-legal .data a {
	color:#007EC5;
	text-decoration:underline;
}

.list-legal .data a:hover {
	text-decoration:none;
}

.list-legal .data p {
	margin:24px 0 0 0;
}

.list-legal .data h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.list-legal .data blockquote {
	background: #F8F8F8;
	display: flex;
	align-items: center;
	padding:62px 44px;
	border-radius:8px;
}

.list-legal .data blockquote p {
	margin:0;
}

.list-legal .data blockquote p a {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #007EC5;
	text-decoration:underline;
}

.list-legal .data blockquote p a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.error-block .cell {
	font-size:0px;
	position:relative;
	margin:-16px -6px;
	display:flex;
	flex-wrap: no-wrap;
}

.error-block .cell .item {
	float:none;
	clear:both;
	margin:16px 6px;
	width:calc(50% - 6px - 6px);
	display:flex;
	vertical-align:middle;
	position:relative;
	padding:0px;
	box-sizing: border-box;
	align-items: center;
}

.error-block .cell .item img {
	width:100%;
	max-width:594px;
	height:auto;
	border:none;
}

.error-block .cell .item:nth-child(2) {
	background: #F0F2F5;
	padding:9% 5%;
	border-radius:8px;
}

.error-block .data {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;	
}

.error-block .data p {
	margin:16px 0 0 0;
}

.error-block .data h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #231F20;	
}

.error-block .data a {
	color:#007EC5;
	text-decoration:underline;
}

.error-block .data a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.affiliate-program {
	background: #F0F2F5;
	position:relative;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #7C7C7C;	
	padding:73px 400px 73px 48px;
	overflow:hidden;
	border-radius:8px;
}

.affiliate-program::before {
	content:'';
	display:block;
	position:absolute;
	width:348px;
	height:348px;
	bottom:-58px;
	right:18px;
	background:url("images/affiliate-program.svg") no-repeat center center;
}

.affiliate-program .data {
	position:relative;
	z-index:2;
}

.affiliate-program h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:0 0 24px 0;
}

.who-can-become {
	margin:40px 0 0 0;
}

.who-can-become h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;
	margin:0 0 24px 0;
}

.who-can-become h3 em {
	color:#007EC5;
	font-style:normal;
}

.list-who-can-become {
	position:relative;
	margin:-16px -8px;
	font-size:0px;
}

.list-who-can-become .cell {
	display:inline-block;
	margin:8px;
	width:calc(50% - 8px - 8px);
	vertical-align:top;
}

.list-who-can-become .cell .item {
	margin:12px 0;
	display:block;
	box-sizing: border-box;
	padding-left:12px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000000;	
	position:relative;
	border-left:2px solid #007EC5;
}

.cooperation {	
	margin:40px 0 0 0;
	background: #F0F2F5;
	padding:54px 0;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	position:relative;
	overflow:hidden;
	border-radius:8px;
}

.cooperation::before {
	content:'';
	display:block;
	position:absolute;
	width:364px;
	height:467px;
	bottom:-110px;
	right:-110px;
	background:url("images/cooperation.svg") no-repeat center center;
	z-index:1;
}

.cooperation .cell {
	display:inline-block;
	vertical-align:top;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;	
	position:relative;
	z-index:2;
	width:calc(50% - 140px);
	margin:0 70px;
	vertical-align:top;
	box-sizing: border-box;
}

.cooperation .cell:first-child {
	margin:0 40px 0 70px;
	width:calc(50% - 110px);
}

.cooperation .cell p {
	padding:16px 0;
}

.cooperation .cell p a {
	color:#007EC5;
	text-decoration:underline;
}

.cooperation .cell p a:hover {
	text-decoration:none;
}

.cooperation .cell p strong {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;	
	color: #231F20;
}

.cooperation .cell p strong a {
	text-decoration:none;
	color: #231F20;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.media-representatives {
	background: #F0F2F5; /*#F8F8F8;*/
	position:relative;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #7C7C7C;	
	padding:105px 400px 65px 48px;
	overflow:hidden;
	border-radius:8px;
}

.media-representatives::before {
	content:'';
	display:block;
	position:absolute;
	width:353px;
	height:290px;
	bottom:-22px;
	right:13px;
	background:url("images/media-representatives.svg") no-repeat center center;
}

.media-representatives .data {
	position:relative;
	z-index:2;
}

.media-representatives h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:0 0 24px 0;
}

.accreditation-services {
	position:relative;
	margin:40px -6px 0;
	display:flex;
}

.accreditation-services .cell {
	width:calc(50% - 12px);
	margin:0 6px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;
}

.accreditation-services .cell p {
	margin:12px 0;
}

.accreditation-services .cell h3 {
	margin:0 0 12px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.accreditation-services .cell a {
	color:#007EC5;
	text-decoration:underline;
}

.accreditation-services .cell a:hover {
	text-decoration:none;
}

.contact-media {	
	margin:40px 0 0 0;
	background: #F0F2F5; /*#F8F8F8;*/
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	padding:50px 80px;
	border-radius:8px;
}

.contact-media::before {
	content:'';
	display:block;
	position:absolute;
	width:364px;
	height:467px;
	bottom:-110px;
	right:-110px;
	background:url("images/cooperation.svg") no-repeat center center;
	z-index:1;
}

.contact-media .data {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
	position:relative;
	z-index:2;
}

.contact-media .data p {
	margin:0 0 16px 0;
}

.contact-media .data p a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	text-decoration:none;
}

.contact-media .list-contact-media {
	display:flex;
	justify-content: space-between;	
	padding:16px 0 0 0;
	position:relative;
	z-index:2;
}

.contact-media .list-contact-media .item { width:209px; }

.contact-media .list-contact-media .item:nth-child(2) {
	width:272px;
}

.contact-media .list-contact-media .cell span  {
	margin:0 0 16px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
	display:block;
}

.contact-media .list-contact-media .cell a {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	text-decoration:none;
}

.contact-media .list-contact-media .cell a.email {
	font-size: 14px;
	line-height: 22px;
}

.contact-media .list-contact-media .cell p {
	margin:4px 0 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.volunteers-image {
	width:100%;
	position:relative;
	background-color:#F8F8F8;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	border-radius: 8px;
	margin:0 0 40px 0;
	overflow:hidden;
}

.volunteers-image::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	position:absolute;
	background: linear-gradient(90deg, #231F20 0%, rgba(35, 31, 32, 0) 117%);
	z-index:1;
}

.volunteers-image .data {
	position:relative;
	z-index:2;
	display:inline-block;
	padding:9.34% 0 9.34% 9.34%;
	width:364px;
}

.volunteers-image .data h1 {
	color:#FFF;
	font-size: 36px;
	line-height: 44px;	
}

.volunteers-image .data a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration:none;
	display:inline-block;
	padding:16px 32px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;	
	transition: all 0.5s;
}

.volunteers-image .data a:hover {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.volunteers-image .data a:active {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #FFFFFF;
}

.volunteers-data {
	margin:0 0 40px 0;
}

.volunteers-data h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:0 0 24px 0;
}

.volunteers-data .twos {
	display:flex;
	justify-content: space-between;
	align-items: top;		
}

.volunteers-data .lleft,
.volunteers-data .rright {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
}

.volunteers-data .lleft { width:49.5%; }
.volunteers-data .rright { width:47.16%; }

.volunteers-data .lleft a,
.volunteers-data .rright a {
	color:#007EC5;
}

.volunteers-data .lleft a:hover,
.volunteers-data .rright a:hover {
	color:#3B95E9;
}

.volunteers-data .lleft a:active,
.volunteers-data .rright a:active {
	color:#066FAA;
}

.contacts-brick {
	background: #F0F2F5;
	border-radius: 8px;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	margin:0 0 40px 0;
	padding:60px 70px;
	font-size:0px;
}

.contacts-brick::before {
	content:'';
	display:block;
	position:absolute;
	width:260px;
	height:369px;
	top:-42px;
	right:-44px;
	background:url("images/contacts-brick.svg") no-repeat center center;
	z-index:1;
}

.contacts-brick .list {
	position:relative;
	margin:0 -33px;
	z-index:2;
}

.contacts-brick .item {
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 66px);
	margin:0 33px;
}

.contacts-brick .item small {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
	margin:0 0 16px 0;
	display:block;
}

.contacts-brick .item p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
}

.contacts-brick .item p.last {
	margin:32px 0 0 0;
}

.contacts-brick .item p.last a {
	color: #007EC5;
	text-decoration:underline;
}

.contacts-brick .item p.last a:hover {
	text-decoration:none;
}

.contacts-brick .item p.last b {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;	
}

.contacts-brick .item strong {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:0 0 4px 0;
	display:block;
}

.contacts-brick .item strong a {
	color: #231F20;	
	text-decoration:none;
}

.contacts-brick .item b {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
}

.contacts-brick .item b a {
	text-decoration:none;
	color: #231F20;
}

.maps {
	overflow:hidden;
	border-radius:8px;
	width:100%;
	padding-bottom:44.583%;
	position:relative;
}

.maps iframe {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.nesting-navigation ul {
	display: flex;
	flex-wrap: wrap;
	position:relative;
	margin:-16px;
	font-size:0px;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
}

.nesting-navigation ul li {
	list-style:none;
	width:50%;
	box-sizing: border-box;
	padding:16px;
	display: flex;
}

.nesting-navigation ul li a {
	display: flex;
	width:100%;
	box-sizing: border-box;
	background: #F0F2F5; /*#F8F8F8;*/
	border-radius: 8px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #007EC5;	
	padding:32px 86px 32px 32px;
	text-decoration:underline;
	border-left:4px solid #007EC5;
	position:relative;
	transition: all 0.5s;
	align-items: center;	
}

.nesting-navigation ul li a::before {
	content:'';
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin:-20px 0 0 0;
	right:32px;
	background:#007EC5 url("images/nesting-navigation.svg") no-repeat center center;
	border-radius: 8px;
	transition: all 0.5s;
}

.nesting-navigation ul li a:hover { 
	color:#3B95E9; 
	border-left:4px solid #3B95E9;
}

.nesting-navigation ul li a:hover::before { background-color:#3B95E9; }

.nesting-navigation ul li a:active { 
	color:#066FAA; 
	border-left:4px solid #066FAA;
}

.nesting-navigation ul li a:active::before { background-color:#066FAA; }

.nesting-navigation h3 {
	margin:0 0 32px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.none-filter {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #888A8C;	
	margin:0 6px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.html-map {
	display:flex;
	flex-wrap:wrap;
	position:relative;
	margin:-4px -12px;
	font-size:0px;
}

.html-map li.menu-item-has-children,
.html-map li.any {
	background: #F0F2F5; /*#F8F8F8;*/
	list-style:none;
	width:100%;
	max-width:calc(33.333% - 12px);
	box-sizing: border-box;
	margin:4px 6px;
	flex-wrap:no-wrap;
	padding:32px;
	border-radius: 8px;
}

.html-map li.any {
	background:none;
	padding:0;
}

.html-map li a {
	color:#000;
	font-size:18px;
	line-height:20px;
}

.html-map li.menu-item-has-children > a {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	text-decoration:none;
	display:inline-block;
}

.html-map li.menu-item-has-children ul {
	display:block;
	padding:12px 0 0 0;
}

.html-map li.menu-item-has-children ul li {
	display:block;
	padding:4px 0;
}

.html-map li.menu-item-has-children ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #007EC5;	
	text-decoration:underline;
	transition: all 0.5s;
}

.html-map li.menu-item-has-children ul li a:hover { color:#3B95E9; }
.html-map li.menu-item-has-children ul li a:active { color:#066FAA; }

.html-map li.any li {
	display:block;
	margin:12px 0;
	padding:57px 32px;
	background: #F0F2F5; /*#F8F8F8;*/
	border-radius: 8px;
}

.html-map li.any li:first-child { margin-top:0; }
.html-map li.any li:last-child { margin-bottom:0; }

.html-map li.any a {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	display:inline-block;
	text-decoration: underline;
	color: #007EC5;	
	transition: all 0.5s;
}

.html-map li.any a:hover { color:#3B95E9; }
.html-map li.any a:active { color:#066FAA; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.contact-block {
	background: #F0F2F5;
	border-radius: 8px;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	margin:20px 0 20px 0;
	padding:60px 70px;
	font-size:0px;
}

.contact-block::before {
	content:'';
	display:block;
	position:absolute;
	width:260px;
	height:369px;
	top:-42px;
	right:-44px;
	background:url("images/contacts-brick.svg") no-repeat center center;
	z-index:1;
}

.contact-block .first-line,
.contact-block .last-line {
	position:relative;
	z-index:2;
}

.contact-block .first-line {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;	
	flex-wrap: wrap;
}

.contact-block strong {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
	display:block;
	margin:0 0 16px 0;
}

.contact-block .first-line div.adress {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	margin:0;
}

.contact-block .first-line div.adress b {
	display:block;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:0 0 4px 0;
}

.contact-block .first-line div.phone a {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	text-decoration:none;
}

.contact-block .first-line div.email a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
	text-decoration:none;
}

.contact-block .first-line div.time {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;		
}

.contact-block .first-line div.time {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
	padding:0 50px 0 0;
}

.contact-block .first-line div.time i {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;	
}

.contact-block .last-line strong { margin:0 0 4px 0; }

.contact-block .last-line {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	padding:24px 0 0 0;
	margin:24px 0 0 0;
	border-top:1px solid #C8CACC;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.list-object .item {
	border-top:1px solid #C8CACC;
	padding:40px 0;
}

.list-object .item:first-child {
	border:none;
	padding-top:0px;
}

.list-object .item .cell {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;	
	flex-wrap: wrap;	
}

.list-object .item .pic-data {
	display: flex;
	padding-right:30px;
}

.list-object .item .pic {
	width:440px;
}

.list-object .item .pic a {
	display:block;
	width:100%;
	padding-bottom:60.681%;
	border-radius: 8px;
	overflow:hidden;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.list-object .item .pic a::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background: linear-gradient(180deg, rgba(74, 74, 74, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.list-object .item .pic a span.title-category {
	position:absolute;
	left:16px;
	right:16px;
	top:16px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.list-object .item .pic a span.title-category span { margin:0 4px 4px 0; }

.list-object .item span.title-category span.cat {
	display:inline-block;
	padding:6px 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	background: #007EC5;
	border-radius: 4px;
	backdrop-filter: blur(12px);
}

.list-object .item span.title-category span.tag {
	display:inline-block;
	padding:6px 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	background: linear-gradient(168.53deg, rgba(247, 228, 228, 0.4) 0%, rgba(201, 206, 218, 0.4) 97.46%);
	backdrop-filter: blur(12px);
	border-radius: 4px;
}

.list-object .item .data {
	padding-left:39px;
	box-sizing: border-box;
}

.list-object .item .data h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.list-object .item .data h2 a {
	display:block;
	margin:0 0 20px 0;
	color: #231F20;	
	text-decoration:none;
}

.list-object .item a.link {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;
	text-decoration:none;
	padding:16px 32px;
	border: 1px solid #231F20;
	box-sizing: border-box;
	border-radius: 4px;	
	transition: all 0.5s;
}

.list-object .item a.link:hover {
	color:#FFF;
	background: #3C3C3C;
	border: 1px solid #3C3C3C;
}

.list-object .item .data .adress {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;	
	margin:0 0 12px 0;
}

.list-object .item .data strong {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #888A8C;	
	display:block;
	margin:0 0 4px 0;
}

.list-object .item .any {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width:320px;
}

.list-object .item .any div {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	margin:0 0 12px 0;
}

.list-object .item .any div a {
	color: #007EC5;
	text-decoration:none;
}

.list-object .item .any div a[href^="tel:"],
.list-object .item .any div a[href^="mailto:"] {
	color: #231F20;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.about {
	border-radius:8px;
	background: #F0F2F5;
	padding:7.166% 48px;
	margin:0 0 40px 0;
	position:relative;
	overflow:hidden;
}

.about::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:459px;
	height:459px;
	background:url("images/about.svg") no-repeat center center;
	top:-13px;
	right:-25px;
}

.about .data {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #7C7C7C;	
	max-width:748px;
	position:relative;
	z-index:2;
}

.about .data h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:0 0 24px 0;
}

.about .data a {
	text-decoration: underline;
	color: #007EC5;	
	transition: all 0.5s;
}

.about .data a:hover { color:#3B95E9; }
.about .data a:active { color:#066FAA; }

.about-two {
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin:0 0 48px 0;
}

.about-two .lleft,
.about-two .rright {
	width:calc(50% - 6px);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
}

.statistix {
	padding:100px 0;
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin:0 0 48px 0;
}

.statistix::before {
	content:'';
	position:absolute;
	left:-1000px;
	right:-1000px;
	top:0px;
	bottom:0px;
	background: linear-gradient(167.31deg, rgba(45, 93, 156, 0) -65.71%, #032655 79.32%), #042D63;
	z-index:1;
}

.statistix .lleft { 
	width:385px; 
	position:relative;
	z-index:2;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 140%;
	color: #FFFFFF;
}

.statistix .lleft h3 {
	margin:0 0 20px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	color: #FFFFFF;	
}

.statistix .list-statistics {
	display: flex;
	align-items: flex-start;
	position:relative;
	z-index:2;	
}

.statistix .list-statistics .item {
	width:216px;
	height:215px;
	margin:0 6px;
	border-radius: 8px;	
	padding:107px 23px 31px 23px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;	
	box-sizing: border-box;
	background:url("images/list-statistics-item.svg") no-repeat center center;
	position:relative;
}

.statistix .list-statistics .item b {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 133%;
	color: #FFFFFF;	
	margin:0 0 4px 0;
	display:block;
}

.statistix .list-statistics .item i {
	display:block;
	position:absolute;
	top:24px;
	left:24px;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-position:center center;
}

.general-information { margin:0 0 8px 0; }

.general-information .cell {
	margin:0 0 40px 0;
	display: flex;
	align-items: flex-start;	
	justify-content: space-between;
}

.general-information .cell .lleft,
.general-information .cell .rright {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	width:calc(50% - 6px);
}

.under-years {
	margin:0 0 48px 0;
	display: flex;
	align-items: flex-start;	
	justify-content: space-between;	
}

.under-years .lleft,
.under-years .rright {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	width:calc(50% - 6px);
}

.over-years {
	position:relative;
	padding:60px 0;
	margin:0 0 40px 0;
}

/*
.over-years::before {
	content:'';
	display:block;
	left:-1000px;
	right:-1000px;
	top:0px;
	bottom:0px;
	position:absolute;
	background: linear-gradient(167.31deg, rgba(45, 93, 156, 0) -65.71%, #032655 79.32%), #042D63;
	z-index:1;
}
*/
.slider-nav {
	border-bottom: 1px solid #3B6091;
	margin:0 0 50px -9px;
	position:relative;
	z-index:2;	'
}

.slider-nav .item {
	margin:0;
}

.slider-nav {
/* 	overflow-y:hidden;
	overflow-x: hidden;
	scroll-snap-type: x;
	justify-content: start;
	display:flex;
	flex-direction: row; */
	position:relative;
	margin:0 0 104px 0px;
}

.slider-nav .slick-arrow{
	display: none !important;
}

.slider-nav .item {
/* 	scroll-snap-align: start; */
/* 	scroll-snap-stop: normal; */
	display:flex;
	margin:0 40px 0 0;
}

.slider-nav .item a {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;	
	padding:9px 0;
	display:inline-block;
	cursor:pointer;
	position:relative;
	text-decoration:none;
}

.slider-nav .item a.active::before {
	content:'';
	display:block;
	position:absolute;
	background:#FFC245;
	height:2px;
	left:50%;
	bottom:-1px;
	margin:0 0 0 -17px;
	width:34px;
}

.slider-for {
	position:relative;
	z-index:2;
	padding:0 0 72px 0;
}

.slider-for .item {
	padding:50px 0 0 0;
}

.slider-for .item:focus {
	outline:none;
	box-shadow:none;
	border-color:transparent;
}

.slider-for .cell {
	display: flex;
	align-items: flex-start;	
	justify-content: space-between;		
}

.slider-for .cell .lleft {
	width:52.75%;
	position:relative;
}

.slider-for .cell .lleft span {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 96px;
	line-height: 96px;
	background: -webkit-linear-gradient(#F8E4C5, #042D63);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity:0.6;
	position:absolute;
	right:20px;
	top:-54px;
}

.slider-for .cell .lleft div {
	width:100%;
	padding-bottom:61.137%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:8px;
	position:relative;
	overflow:hidden;
}

.slider-for .cell .lleft div::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(85, 85, 85, 0) 68.48%);
}

.slider-for .cell .rright {
	width:43.166%;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
}

.slider-for .cell .rright sup {
	font-size:0.7em;
	position:relative;
	top:-4px;
}

.slider-for .cell .rright ul li {
	display:block;
	list-style:none;
	margin:8px 0;
	padding:0 0 0 34px;
	position:relative;
	box-sizing: border-box;
}

.slider-for .cell .rright ul li::before {
	content:'';
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	left:0px;
	top:8px;
	background:url("images/li-white.svg") no-repeat center center;
}

.slider-for .cell .rright h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	color: #FFFFFF;	
	margin:0 0 20px 0;
}

.slider-for .cell .rright h3 strong{
	font-weight: bold;
}

.slider-for .slick-dots {
	display:block;
	text-align:center;
	font-size:0px;
	padding:24px 0 0 0;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	text-align:center;
}

.slider-for .slick-dots li {
	display:inline-block;
	list-style:none;
	border: 1px solid #FFF;
	background:transparent;
	text-indent:-9999px;
	margin:0 12px;
	cursor:pointer;
	transition: all 0.5s;
	width:12px;
	height:12px;
	border-radius:50%;
}

.slider-for .slick-dots li.slick-active {
	background:#FFF;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.statistix-over-years {
	position:relative;
	padding:8.033% 0;
	overflow:hidden;
}

.statistix-over-years::before {
	content:'';
	display:block;
	left:-1000px;
	right:-1000px;
	top:0px;
	bottom:0px;
	position:absolute;
	background: linear-gradient(167.31deg, rgba(45, 93, 156, 0) -65.71%, #032655 79.32%), #042D63;
	z-index:1;
}

.statistix-over-years .center {
	position:relative;
	z-index:2;
} 

.statistix-over-years .statistix {
	padding:0;
	margin:0 0 107px 0;
}

.statistix-over-years .over-years {
	padding:0px;
	margin:0;
}

.statistix-over-years .statistix::before,
.statistix-over-years .over-years::before { 
	display:none; 
}

.statistix-over-years .statistix .lleft h2 {
	margin:0 0 20px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	color: #FFFFFF;	
}

.statistix-over-years .statistix .lleft h2 a {
	color: #FFFFFF;	
	text-decoration:none;
	position:relative;
}

.statistix-over-years .statistix .lleft h2 a::before {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	background:url("images/next.svg") no-repeat center center;
	top:50%;
	right:calc(-36px - 45px);
	margin:-6px 0 0 0;
	transition: all 0.5s;
}

.statistix-over-years .statistix .lleft h2 a:hover::before {
	right:calc(-36px - 45px - 5px);
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.three {
	background: linear-gradient(137.18deg, rgba(45, 93, 156, 0) -35.13%, #032655 80%), #042D63;
	padding:64px 0;
	position:relative;
}

.three::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:url("images/three.jpg") no-repeat center center;
	z-index:1;
}

.three .list-three {
	display: flex;
	align-items: flex-start;	
	justify-content: space-between;
	position:relative;
	z-index:2;
}

.three .item {
	width:380px;
	background:#FFF;
	padding:37px 37px 37px 132px;
	border-radius:8px;
	box-sizing: border-box;
	position:relative;
}

.three .item::before {
	content:'';
	display:block;
	width:101px;
	height:106px;
	background-color:#FFC245;
	border-radius:0 8px 8px 0;
	position:absolute;
	left:0px;
	top:50%;
	margin:-53px 0 0 0;
	background-repeat:no-repeat;
	background-position:center center;
}

.three .item:nth-child(1)::before { background-image:url("images/three-1.svg"); }
.three .item:nth-child(2)::before { background-image:url("images/three-2.svg"); }
.three .item:nth-child(3)::before { background-image:url("images/three-3.svg"); }

.three .item b {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 36px;
	color: #231F20;	
	display:block;
	margin:0 0 8px 0;
}

.three .item p a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #007EC5;
	text-decoration: underline;
	transition: all 0.5s;
}

.three .item p a:hover { color:#3B95E9; }
.three .item p a:active { color:#066FAA; }

.three .item p a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.partners-home {
	padding:0 0 8.033% 0;
	position:relative;	
	clear:both;
	float:none;
}

.partners-home h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	color: #000000;	
	margin:0 0 20px 0;
}

.partners-home h2 a {
	text-decoration:none;
	color: #000000;	
	position:relative;
}

.partners-home h2 a::before {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	background:url("images/next-black.svg") no-repeat center center;
	top:50%;
	right:calc(-36px - 45px);
	margin:-6px 0 0 0;
	transition: all 0.5s;
}

.partners-home h2 a:hover::before {
	right:calc(-36px - 45px - 5px);
}

.partners-home .list {
	display: flex;
	align-items: center;	
	justify-content: space-between;	
	flex-wrap: wrap;
}

.partners-home .list .item {
	width:41.666%;
	padding-left:155px;
	position:relative;
	box-sizing: border-box;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
	margin:65px 0 0 0;
}

.partners-home .list .item span {
	display:block;
	position:absolute;
	width:140px;
	height:100px;
	left:0px;
	top:50%;
	margin:-50px 0 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.foto-video {
	padding:8.033% 0;
	position:relative;
}

.foto-video .list-fv {
	display: flex;
	align-items: flex-start;	
	justify-content: space-between;	
	position:relative;
}

.foto-video .list-fv::before {
	content:'';
	top:78px;
	bottom:0px;
	right:24.416%;
	background:#CACED9;
	width:1px;
	position:absolute;
}

.foto-video .lleft {
	width:71.333%;
}

.foto-video .rright {
	width:20.166%;
}

.foto-video h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	color: #000000;	
	margin:0 0 40px 0;
}

.foto-video h2 a {
	text-decoration:none;
	color: #000000;	
	position:relative;
}

.foto-video h2 a::before {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	background:url("images/next-black.svg") no-repeat center center;
	top:50%;
	right:calc(-36px - 45px);
	margin:-6px 0 0 0;
	transition: all 0.5s;
}

.foto-video h2 a:hover::before {
	right:calc(-36px - 45px - 5px);
}

.foto-video .rright .cell .item {
	margin:24px 0 0 0;
	display:block;
	position:relative;
}

.foto-video .rright .cell .item:first-child { margin:0; }

.foto-video .rright .cell .images {
	width:100%;
	padding-bottom:56.611%;
	background-color:#CACED9;
	border-radius:4px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	overflow:hidden;
	margin:0 0 12px 0;
	transition: all 0.5s;
}

.foto-video .rright .cell .item:hover .images {
	background-size:calc(100% + 15px) auto;
}

.foto-video .rright .cell time {
	display:block;
	margin:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	color: #7C7C7C;
}

.foto-video .rright .cell a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #000000;	
	text-decoration:none;
}

.foto-video .rright .cell a:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.foto-video .lleft .cell {
	position:relative;
	margin:-4px;
	font-size:0px;
}

.foto-video .lleft .cell .item {
	margin:4px;
	display:inline-block;
	position:relative;
	width:calc(50% - 8px);
	vertical-align:top;
	overflow:hidden;
}

.foto-video .lleft .cell .item .images {
	width:100%;
	padding-bottom:89.622%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	transition: all 0.5s;
	border-radius: 8px;
	overflow:hidden;
	position:relative;
}

.foto-video .lleft .cell .item .images::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 89.31%);
	opacity:0.8;
	transition: all 0.5s;
}

.foto-video .lleft .cell .item:hover .images {
	background-size:auto calc(100% + 15px);
}

.foto-video .lleft .cell .item:hover .images::before {
	opacity:1;
}

.foto-video .lleft .cell .item a {
	position:absolute;
	left:16px;
	bottom:16px;
	right:16px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration:none;
	z-index:2;
}

.foto-video .lleft .cell .item a:after {
	position: absolute;
	top: -100vh;
	left: -16px;
	right: -16px;
	bottom: -100vh;
	content: '';
}

.foto-video .lleft .cell .item .time-category {
	position:absolute;
	left:16px;
	top:16px;
	background: linear-gradient(168.53deg, rgba(247, 228, 228, 0.4) 0%, rgba(201, 206, 218, 0.4) 97.46%);
	backdrop-filter: blur(12px);
	max-width:calc(100% - 32px);
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	color: #FFFFFF;	
	display:inline-block;
	padding:8px 16px;
	border-radius:4px;
	box-sizing: border-box;
}

.foto-video .lleft .cell .item .time-category i {
	font-style:normal;
	padding-left:24px;
	position:relative;
}

.foto-video .lleft .cell .item .time-category i::before {
	content:'';
	left:12px;
	top:4px;
	height:10px;
	width:1px;
	background:#FFF;
	position:absolute;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.video-home-slider {
	position:relative;
	margin:0 -6px;
	display:none!important;
}

.video-home-slider .item {
	display:inline-block;
	position:relative;
	width:100%;
	background-color: #C4C4C4;
	margin:0 6px;
	overflow:hidden;
	text-decoration:none;
	vertical-align:top;
	border-radius: 8px;
}

.video-home-slider .item a {
	display:block;
	width:100%;
	padding-bottom:95%;
	transition: all 0.5s;
	background-color: #C4C4C4;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 145%;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.video-home-slider .item a::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0, 0.64) url("images/play-btn.svg") no-repeat center center;
	background-size:80px auto;
	position:absolute;
	z-index:1;
	transition: all 0.5s;
}

.video-home-slider .item:hover a::before {
	background:rgba(0,0,0, 0.74) url("images/play-btn.svg") no-repeat center center;
	background-size:90px auto;
}

.video-home-slider .item a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index:5;	
}

.video-home-slider .info-video .header-info {
	display: flex;
	align-items:center;	
	justify-content: space-between;		
}

.video-home-slider .info-video .footer-info {
	font-size: 16px;
	line-height: 24px;
}

.foto-video .list-fv .video-home-slider .info-video .header-info .lleft,
.foto-video .list-fv .video-home-slider .info-video .header-info .rright {
	padding:0px;
	margin:0px;
	width:auto;
}

.video-home-slider .slick-dots,
.foto-home-slider .slick-dots {
	display:block;
	text-align:center;
	font-size:0px;
	position:absolute;
	left:16px;
	right:16px;
	bottom:-32px;
}

.foto-home-slider .slick-dots {
	bottom:-24px;
}

.video-home-slider .slick-dots li,
.foto-home-slider .slick-dots li {
	display:inline-block;
	list-style:none;
	border: 1px solid #231F20;
	background:transparent;
	text-indent:-9999px;
	margin:0 12px;
	cursor:pointer;
	transition: all 0.5s;
	width:12px;
	height:12px;
	border-radius:50%;
}

.video-home-slider .slick-dots li.slick-active,
.foto-home-slider .slick-dots li.slick-active {
	background:#231F20;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.foto-home-slider {
	position:relative;
	margin:0 -6px;	
	display:none!important;
}

.foto-home-slider .item {
	position:relative;
	overflow:hidden;
	margin:0 6px;
}

.foto-home-slider .item .images {
	background-color:#EDEFF5;
	width:100%;
	padding-bottom:95%;
	margin:0 0 16px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius: 8px;	
	transition: all 0.5s;
}

.foto-home-slider .item .service {
	margin:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 110%;
	color: #18191A;	
}

.foto-home-slider .item .service i {
	font-style: normal;
	position:relative;
	padding-left:25px;
}

.foto-home-slider .item .service i::before {
	content:'';
	position:absolute;
	top:2px;
	bottom:2px;
	left:10px;
	width:1px;
	background: #D8D8D8;
	display:block;
}

.foto-home-slider .item a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #000000;	
	text-decoration:none;
}

.foto-home-slider .item a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.all-project {
	padding:220px 0;
}

.all-project .center {
	position:relative;
	padding:0;
}

.all-project .center::before {
	content:'';
	display:block;
	left:-65%;
	width:100%;
	top:-120px;
	bottom:-80px;
	position:absolute;
	background: #E9EBF2 url("images/all-project.svg") no-repeat 85% center;
	border-radius:8px;
}

.all-project .twoss {
	display: flex;
	align-items: flex-start;	
	justify-content: space-between;	
	position:relative;	
}

.all-project .twoss .lleft {
	width:50%;
	padding:3.46% 2.68%;
	background: #FFFFFF;
	box-shadow: 0px 4px 7px #DFE0E6, 0px 4px 20px #DEDFE4;
	border-radius: 8px;	
	box-sizing: border-box;
}

.all-project .twoss .rright {
	width:46.75%;
	padding:3.46% 2.68%;
	box-sizing: border-box;
}

.all-project .twoss h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 110%;
	color: #000000;
	padding:0 0 6.82% 0;
	border-bottom: 1px solid #CACED9;
	margin:0 0 30px 0;
}

.all-project .twoss .rright h2 {
	font-weight:normal;
}

.all-project .twoss h2 a {
	color: #000000;
	text-decoration:none;
}

.all-project .twoss h2 span {
	display:inline-block;
	position:relative;
}

.all-project .twoss h2 span::before {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	background:url("images/next-black.svg") no-repeat center center;
	top:50%;
	right:calc(-36px - 45px);
	margin:-6px 0 0 0;
	transition: all 0.5s;
}

.slide-project-4  {
	width:330px;
	margin:0 auto;
}

.slide-project-4 .item {
	width:165px;
	text-align:center;
}

.slide-project-4 .item a,
.slide-project-4 .item span {
	display:inline-block;
	width:145px;
	height:145px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin:10px 0;
}

.slide-project-9  {
	width:450px;
	margin:0 auto;
}

.slide-project-9 .item {
	width:150px;
	text-align:center;
}

.slide-project-9 .item a,
.slide-project-9 .item span {
	display:inline-block;
	width:90px;
	height:100px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin:10px 0;
	filter: grayscale(1);
}

.slider-wraps {
	position:relative;
}

.all-project .slick-next,
.all-project .slick-prev {
	display:block;
	position:absolute;
	top:50%;
	margin:-11px 0 0 0;
	width:12px;
	height:22px;
	background:url("images/slick.svg") no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
	z-index:10;
	opacity:1;
	transition: all 0.5s;
}

.slider-wraps:hover .slick-next,
.slider-wraps:hover .slick-prev {
	opacity:1;
}

.all-project .slick-next {
	right:-20px;
}

.all-project .slick-prev {
	left:-20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);		
}

.all-project .slide-project-4 .slick-next { right:-80px; }
.all-project .slide-project-4 .slick-prev { left:-80px; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.about-person {
	background: #F0F2F5;
	color: #7C7C7C;
	position:relative;
	overflow:hidden;
	height:440px;
	display:flex;
	padding:0 160px 0 464px;
	align-items: center;
	border-radius:8px;
}

.about-person::before {
	content:'';
	display:block;
	position:absolute;
	width:630px;
	height:601px;
	top:-80px;
	right:-315px;
	background:url("images/introduction-legal.svg") no-repeat center center;
	background-size:630px auto;
	z-index:1;
	opacity:0.7;
}

.about-person span.photo {
	position:absolute;
	left:0px; /*-90px*/
	top:0px;
	bottom:0px;
	width:440px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:440px auto;
}

.about-person .data {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #7C7C7C;	
	position:relative;
	z-index:2;
}

.about-person .data h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #231F20;
}

.about-person .data h2 a {
	color: #231F20;
	text-decoration:none;
}

.about-person .data p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #7C7C7C;	
	padding:10px 0 0 0;
}

.about-person .data div {
	padding:58px 0 0 0;
}

.about-person .data small {
	display:block;
	padding:24px 0 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
}

.about-person .data div ul li {
	display:inline-block;
	list-style:none;
	vertical-align:top;
	margin:0 0 0 48px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;
}

.about-person .data div ul li:first-child { margin:0; }

.about-person .data div li em {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;
	display:block;
	margin:0 0 16px 0;
}

.about-person .data div li strong {
	display:block;
	font-weight:normal;
}

.about-person .data div li a[href^="mailto:"] {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	text-decoration:none;
}

.about-person .data div li a[href^="tel:"] {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;
	text-decoration:none;
}

.about-person .data div li div {
	padding:32px 0 0 0;
}

.about-person .data div li div strong {
	font-size: 16px;
	line-height: 24px;
	font-weight:bold;
	display:inline;
}

.list-person {
	padding:8px 0 0 0;
	position:relative;
	margin:-8px;
	font-size:0px;
}

.list-person .item {
	display:inline-block;
	margin:8px;
	width:calc(50% - 8px - 8px);
	vertical-align:top;
}

.list-person .item b,
.list-person .item strong {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;
	display:block;
	margin:32px 0 16px 0;
}

.list-person .item li {
	margin:12px 0;
	display:block;
	box-sizing: border-box;
	padding-left:12px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000000;	
	position:relative;
	border-left:2px solid #007EC5;
}

h3.subtitle-person {
	margin:56px 0 40px;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.listings-person {
	position:relative;
	margin:0 - 6px;
	font-size:0px;
	display:flex;
	flex-wrap: wrap;
}

.listings-person .cell {
	margin:0 6px;
	width:calc(25% - 12px);
	box-sizing: border-box;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #7C7C7C;	
	text-align:center;
	padding:162px 0 0 0;
	position:relative;
}

.listings-person .item {
	margin:0;
	box-sizing: border-box;
	padding:116px 24px 24px 24px;
	width:100%;
	background: #F0F2F5;
	height:230px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	transition: all 0.5s;
	border-radius:8px;
}

.listings-person .item:hover {
	background: #F0F0F0;
}

.listings-person .item div.photo {
	display:block;
	width:242px;
	height:242px;
	position:absolute;
	top:0px;
	background-color:#F0F2F5;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:242px auto;
	border-radius:50%;
	border:8px solid #FFF;
	left:50%;
	margin:0 0 0 -129px;
	transition: all 0.5s;
}

.listings-person .item:hover div.photo {
	background-color: #F0F0F0;
}

.listings-person .item .data {
	text-align:center;
	display:block;
	width:100%;
}

.listings-person .item b {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;	
	display:block;
	margin:0 0 4px 0;
}

.listings-person .item b a {
	color: #231F20;	
	text-decoration:none;
}

.listings-person .item b a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.listings-person .slick-dots {
	display:block;
	text-align:center;
	font-size:0px;
	padding:24px 0 0 0;
}

.listings-person .slick-dots li {
	display:inline-block;
	list-style:none;
	border: 1px solid #343538;
	background:#FFF;
	text-indent:-9999px;
	margin:0 12px;
	cursor:pointer;
	transition: all 0.5s;
	width:12px;
	height:12px;
	border-radius:50%;
}

.listings-person .slick-dots li.slick-active {
	background:#343538;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.list-attractions {
	position:relative;
	margin:-6px;
	font-size:0px;	
}

.list-attractions .item {
	display:inline-block;
	width:calc(33.333% - 12px);
	margin:6px;
	border-radius:8px;
	overflow:hidden;
}

.list-attractions .item a {
	display:block;
	width:100%;
	padding-bottom:100%;
	transition: all 0.5s;
	background-color: #C4C4C4;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;	
}

.list-attractions .item a::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background: linear-gradient(180deg, rgba(1, 8, 19, 0) 0%, rgba(1, 7, 15, 0.8) 100%);
}

.list-attractions .item .title-category {
	position:absolute;
	left:32px;
	right:32px;
	bottom:32px;
}

.list-attractions .item .title-category b {
	display:block;
	margin:8px 0 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;	
}

.list-attractions .item .title-category i {
	display:inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	background: #007EC5;
	backdrop-filter: blur(12px);
	border-radius: 4px;
	padding:6px 16px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.visit-tatrstan {
	background: #F0F2F5; /*#F0F2F5;*/
	padding:40px 0;
	display:flex;
	justify-content: center;
	align-items: center;	
	position:relative;
	column-gap:30px;
	flex-wrap:wrap;
	margin:0 0 8% 0;
}

.visit-tatrstan::before {
	content:'';
	display:block;
	position:absolute;
	left:-1000px;
	width:3000px;
	top:0px;
	bottom:0px;
	z-index:-1;
	background: #F0F2F5;
}

.visit-tatrstan span.logot {
	display:inline-block;
	width:185px!important;
	height:62px;
	background:url("images/visit-tatrstan.png") no-repeat center center;
}

.visit-tatrstan div {
	background:url("images/visit-tatrstan-bg.png") no-repeat center center;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;	
	padding:16px 24px;
	box-sizing: border-box;
	max-width:525px;
	border-radius:8px;
}

.visit-tatrstan a {
	display:inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;	
	text-decoration:none;
	padding-right:69px;
	position:relative;
}

.visit-tatrstan a::before {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	background:url("images/next-black.svg") no-repeat center center;
	top:50%;
	left:calc(100% - 45px);
	margin:-6px 0 0 0;
	transition: all 0.5s;
}

.visit-tatrstan a:hover::before {
	left:calc(100% - 45px + 5px);
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.list-video {
	position:relative;
	margin:-6px;
	font-size:0px;
}

.video {
	margin-top:28px;
	margin-bottom:28px;
	position:relative;
	font-size:0px;
	border-radius: 8px;
}

.list-video .item {
	display:inline-block;
	position:relative;
	width:calc(50% - 12px);
	background-color: #C4C4C4;
	margin:6px;
	overflow:hidden;
	text-decoration:none;
	vertical-align:top;
	border-radius: 8px;
}

.video .item {
	display:inline-block;
	position:relative;
	width:100%;
	overflow:hidden;
	text-decoration:none;
	vertical-align:top;
}

.video .item .print-version { display:none; }

.video .item a,
.list-video .item a {
	display:block;
	width:100%;
	padding-bottom:56.228%;
	transition: all 0.5s;
	background-color: #C4C4C4;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.video .item:hover a,
.list-video .item:hover a {
	background-size:calc(100% + 15px) auto;
}

.video .item a::before,
.list-video .item a::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:rgba(0,0,0, 0.64) url("images/play-btn.svg") no-repeat center center;
	background-size:80px auto;
	position:absolute;
	z-index:1;
	transition: all 0.5s;
}

.video .item:hover a::before,
.list-video .item:hover a::before {
	background:rgba(0,0,0, 0.74) url("images/play-btn.svg") no-repeat center center;
	background-size:90px auto;
}

.video .item a::after,
.list-video .item a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index:5;	
}

.info-video {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:2;
}

.info-video .header-info {
	display:flex;
	justify-content: space-between;
	align-items: center;	
	width:100%;
	padding:24px;
	box-sizing: border-box;
}

.info-video .header-info time {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	color: #FFFFFF;	
	display:inline-block;
}

.info-video .header-info .tagss {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;	
	position:relative;
	padding-left:12px;
	margin-left:12px;	
}

.info-video .header-info .tagss::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:3px;
	bottom:3px;
	width:1px;
	background:#7C7C7C;
}

.info-video .header-info span.time {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	color: #FFFFFF;	
	display:inline-block;
	padding-left:30px;
	z-index:3;
	position:relative;
}

.info-video .header-info span.time::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
	margin:-11px 0 0 0;
	background:url("images/time.svg") no-repeat center center;
	width:22px;
	height:22px;
}

.info-video .footer-info {
	position:absolute;
	left:24px;
	right:24px;
	bottom:24px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	z-index:3;
	height:50px;
	overflow:hidden;
}

.single .sigle-sidebar .info-video .footer-info {
	height:auto;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.list-foto {
	position:relative;
	margin:-6px;
	font-size:0px;
}

.list-foto .item {
	display:inline-block;
	width:calc(33.333% - 12px);
	vertical-align:top;
	background-color: #C4C4C4;
	overflow:hidden;
	border-radius: 8px;
	position:relative;
	margin:6px;
}

.list-foto .item a {
	display:block;
	width:100%;
	padding-bottom:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	transition: all 0.5s;
	text-decoration:none;
}

.list-foto .item a:hover {
	background-size:auto calc(100% + 15px);
}

.list-foto .item a::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	position:absolute;
	z-index:1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 89.31%);
	opacity:0.8;
	transition: all 0.5s;
}

.list-foto .item a:hover::before { opacity:1; }

.list-foto .item .data-title-category {
	position:absolute;
	left:21px;
	right:21px;
	bottom:21px;
	z-index:2;
}

.list-foto .item .data-title-category b {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	margin:7px 3px 0 3px;
	display:block;
	height:70px;
	overflow:hidden;
}

.list-foto .item .data-title-category time {
	padding:6px 16px;
	display:inline-block;
	background:rgba(247, 228, 228, 0.6);
	backdrop-filter: blur(12px);
	border-radius: 4px;	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	margin:3px;
}

.list-foto .item .data-title-category i.tag span {
	padding:6px 16px;
	display:inline-block;
	background:rgba(0, 126, 197, 0.8);
	backdrop-filter: blur(12px);
	border-radius: 4px;	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	margin:3px;	
}

.list-foto .item .colfoto {
	box-sizing: border-box;
	padding:6px 8px;
	width:60px;
	display:inline-block;
	text-align:right;
	position:absolute;
	right:0px;
	top:0px;
	z-index:2;
	background: linear-gradient(165.76deg, rgba(247, 228, 228, 0.6) 0%, rgba(201, 206, 218, 0.6) 100%);
	backdrop-filter: blur(12px);
	border-radius: 0px 8px;	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
}

.list-foto .item .colfoto::before {
	content:'';
	display:block;
	position:absolute;
	width:18px;
	height:18px;
	left:8px;
	top:50%;
	margin:-9px 0 0 0;
	background:url("images/foto.svg") no-repeat center center;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.completed-projects {
	background: #F8F8F8;
	padding:48px 0 0 0;
	position:relative;
	margin:48px 0 0 0;
	display:block;
}

.completed-projects::before,
.completed-projects::after {
	content:'';
	display:block;
	top:0px;
	bottom:0px;
	background: #F8F8F8;
	width:1000px;
	position:absolute;
}

.completed-projects::before { left:-1000px; }
.completed-projects::after { right:-1000px; }

.completed-projects h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #231F20;	
	display:block;
	margin:0 0 40px;
}

.list-projects {
	position:relative;
	margin:0px -6px;
	font-size:0px;
}
/*
.list-projects.mansory {
	width:100%;
	margin:0;
	line-height: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
            column-gap: 12px;
	transition: all .5s ease-in-out;			
}*/

.list-projects .item {
	display:inline-block;
	vertical-align:top;
	margin:6px;
	width:calc(33.333% - 12px);
	position:relative;
}
/*
.list-projects.mansory .item {
	display:inline-block;
	vertical-align:top;
	margin:0 auto 12px auto;
	padding:0;
	width:100%;
	position:relative;	
}*/

.list-projects .item .images {
	width:100%;
	padding-bottom:100%;
	background-repeat:no-repeat;
	background-position:center center;
	/*background-size:auto 100%;*/
	background-size:cover!important;
	transition: all 0.5s;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.list-projects.mansory .item:nth-child(2) .images {
	padding-bottom:132.6530612244898%;
}

.list-projects .item:hover .images {
	/*background-size:auto calc(100% + 15px);*/
	background-size:cover;
}

.list-projects .item .images::before {
	content: '';
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 89.31%);
	opacity: 0.8;
	transition: all 0.5s;
}

.list-projects .item:hover .images::before {
	opacity:1;
}

.list-projects .item .images .data {
	position:absolute;
	left:24px;
	right:24px;
	bottom:24px;
	z-index:2;
}

.list-projects .item .images .data h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	margin:16px 0 0 0;
	height:70px;
	overflow:hidden;
}

.list-projects .item .images .data h3 a {
	color: #FFFFFF;
	text-decoration:none;
}

.list-projects .item .images .data h3 a::after {
	position: absolute;
	left: -24px;
	right: -24px;
	bottom: -24px;
	content: '';
	z-index:5;
	height:100vh;
}

.logo-datas-oldtime {
	display: flex;
	align-items: center;	
	padding:0 0 0 60px;
	position:relative;
}

.logo-datas-oldtime.nologo { padding:0; }

.post-template-default .logo-datas-oldtime { padding:0; }

.logo-datas-oldtime i {
	display:block;
	width:56px;
	height:56px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-28px 0 0 0;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.logo-datas-oldtime div {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	margin-left:12px;
}

.logo-datas-oldtime.nologo div { margin-left:0px; }

.post-template-default .logo-datas-oldtime div:first-child {
	margin:0;
}

.logo-datas-oldtime div b {
	display:block;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	padding:0 0 4px 0;
}

.logo-datas-oldtime .before-beginning {
	background: #EEBD07;
	backdrop-filter: blur(12px);
	border-radius: 4px;
	display:inline-block;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-transform:lowercase;
	margin-left:32px;
	padding:6px 16px;
}

.logo-datas-oldtime .before-beginning time,
.logo-datas-oldtime .before-beginning b { 
	display:inline; 
	padding:0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.list-projects .item .before-beginning {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	display:inline-block;
	padding:6px 16px;
	background: #EEBD07;
	backdrop-filter: blur(12px);
	border-radius: 4px;
	position:absolute;
	right:16px;
	top:16px;
	text-transform:lowercase;
	z-index:3;
}

.list-projects .item .limitations {
	position:absolute;
	left:16px;
	top:21px;
	z-index:3;
	font-size: 12px;
	color:#FFF;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#underway .item:nth-child(4n+2),
#underway .item:nth-child(4n+3) {
	display:inline-block;
	vertical-align:top;
	margin:6px;
	width:calc(33.333% - 12px);
	position:relative;	
}

#underway .item:nth-child(4n+1),
#underway .item:nth-child(4n+4) {
	display:inline-block;
	vertical-align:top;
	margin:6px;
	width:calc(66.666% - 12px);
	position:relative;	
}

#underway .item:nth-child(4n+1) .images,
#underway .item:nth-child(4n+4) .images {
	width:100%;
	padding-bottom:49.3%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
	transition: all 0.5s;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.filterproject {
	margin:0 0 40px 0;
}

.filterproject a.togglefilter {
	display:none;
}

.filterproject .set-elements {
	width:100%;
	display:flex;
	justify-content: stretch;	
	align-items: flex-start;
	flex-wrap: nowrap;
}

.filterproject .set-elements .year { 
	width:110px; 
	max-width:110px;
	min-width:110px;
}

.filterproject .set-elements .type-project,
.filterproject .set-elements .view-project { 
	width:100%; 
	margin-left:15px;
	min-width:140px;
	max-width:400px;
}

.filterproject .set-elements .submit-filter,
.filterproject .set-elements .reset-filter { 
	width:130px; 
	max-width:130px;
	min-width:130px;
}

.filterproject .set-elements .mselect2 { width:100%; }

.filterproject .set-elements .mselect3 { width:100%; }

.filterproject b {
	display:block;
	margin:0 0 6px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;		
}

.filterproject .set-elements .type-project span,
.filterproject .set-elements .view-project span,
.filterproject .set-elements .year span {
	width: 100%;
    background: #FFF;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 50px 14px 14px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #343538;
    cursor: pointer;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.filterproject .set-elements .year span { padding-right:14px; }

.filterproject .set-elements .year span::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin: -11px 0 0 0;
    background: url("images/header-vacancie.svg") no-repeat center center;
    background-size: 22px auto;
    transition: all 0.5s;
    z-index: 1;
}

.filterproject .set-elements .year span.active::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);		
}

.filterproject .set-elements .type-project input,
.filterproject .set-elements .view-project input {
	width:100%;
	display:inline-block;
	padding:14px 50px 14px 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #343538;	
	cursor:pointer;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	position:relative;	
	z-index:2;
	background:transparent;
}

.filterproject .set-elements .type-project span::before,
.filterproject .set-elements .view-project span::before {
	content:'';
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:14px;
	top:50%;
	margin:-11px 0 0 0;
	background:url("images/header-vacancie.svg") no-repeat center center;
	background-size:22px auto;
	transition: all 0.5s;
	z-index:1;
}

.filterproject .set-elements .type-project span.active::before,
.filterproject .set-elements .view-project span.active::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);		
}

.filterproject .set-elements .year input {
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #343538;
    cursor: pointer;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: transparent;
}

.filterproject .set-elements a.submit-filter {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;	
	text-decoration:none;
	display:inline-block;
	border-radius:4px;
	background: #007EC5;
	padding:13px 0 14px;
	width:100%;
	max-width:130px;
	min-width:90px;
	text-align:center;
	margin:28px 0 0 15px;
	transition: all 0.5s;
}

.filterproject .set-elements a.reset-filter {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;	
	text-decoration:none;
	display:inline-block;
	border-radius:4px;
	background: #007EC5;
	padding:13px 0 14px;
	width:100%;
	max-width:130px;
	min-width:90px;
	text-align:center;
	margin:28px 0 0 13px;
	transition: all 0.5s;
}

.filterproject .set-elements a.submit-filter:hover,
.filterproject .set-elements a.reset-filter:hover {
	background: #0A60A7;
}

.type-project .mselect2,
.view-project .mselect3 { 
	display:block; 
}

.type-project ul li,
.view-project ul li {
	display:block;
	list-style:none;
	position:relative;
	width:100%;
}

.type-project ul li ul,
.view-project ul li ul {
	position:absolute;
	left:0px;
	top:100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(1, 21, 52, 0.16);	
	border-radius: 4px;
	width:100%;
	padding:0;
	box-sizing: border-box;
	z-index:5;
	overflow:hidden;
	display:none;
}

.type-project ul li ul li,
.view-project ul li ul li {
	padding:14px 14px;
	border-top: 1px solid #F0F2F5;
}

.type-project ul li ul li:first-child,
.view-project ul li ul li:first-child { border:none; }

.type-project ul li ul li a,
.view-project ul li ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #343538;	
	text-decoration:none;	
}

.type-project ul li ul li.active a,
.view-project ul li ul li.active a {
	color:#007EC5;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.logotype-project {
	border-top: 1px solid #C8CACC;
	border-bottom: 1px solid #C8CACC;
	padding:12px 0;
	margin:0 0 40px 0;
}

.logotype-project span {
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}

.buy-watch-find-out {
	border-bottom: 1px solid #C8CACC;
	margin:0 0 28px 0;
	padding:0 0 38px 0;
}

.buy-watch-find-out p {
	padding:2px 0;
	text-align:center;
}

.buy-watch-find-out .bwfo-1 a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000000;	
	text-decoration:none;
	display:inline-block;
	padding:14px 0;
	width:100%;
	background: #FFC245;
	border-radius: 4px;	
	text-align:center;
	border:1px solid #FFC245;
	transition: all 0.5s;
}

.buy-watch-find-out .bwfo-1 a:hover {
	background: #FAB220;
	border:1px solid #FAB220;
}

.buy-watch-find-out .bwfo-2 a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000000;	
	text-decoration:none;
	display:inline-block;
	padding:14px 0;
	width:100%;
	border:1px solid #231F20;
	border-radius: 4px;	
	text-align:center;
	transition: all 0.5s;
}

.buy-watch-find-out .bwfo-2 a:hover {
	background: rgba(35, 31, 32, 0.1);
	border: 1px solid rgba(35, 31, 32, 0.7);	
}

.buy-watch-find-out .bwfo-3 a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;
	text-decoration:none;
	display:inline-block;
	position:relative;
	padding:14px 73px 14px 0;
}

.buy-watch-find-out .bwfo-3 a::before {
	content:'';
	width:61px;
	height:12px;
	position:absolute;
	background:url("images/next-black-long.svg") no-repeat center center;
	top:50%;
	right:0px;
	margin:-6px 0 0 0;
	transition: all 0.5s;
}

.buy-watch-find-out .bwfo-3 a:hover::before { right:-10px; }

.innumbers {
	padding:0 0 28px 0;
}

.innumbers .list {
	background: #F0F2F5;
	border-radius: 8px;
	overflow:hidden;
	padding:24px 32px;
	position:relative;
}

.innumbers .list::before {
	content:'';
	display:block;
	width:291px;
	height:484px;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:1;
	background:url("images/innumbers.svg") no-repeat center center;
}

.innumbers .list .item {
	position:relative;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin:8px 0;
}

.innumbers .list .item b {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	color: #000000;	
	margin:0 16px 0 0;
}

.innumbers .list .item p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000000;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.list-news {
	position:relative;
	margin:-6px -6px -38px -6px;
	font-size:0px;
}

.list-news .item {
	margin:6px 6px 38px 6px;
	position:relative;
	vertical-align:top;
	display:inline-block;
	width:calc(33.333% - 12px);
}

.list-news .item div.thumb {
	display:block;
	width:100%;
	background-color: #C4C4C4;
	border-radius: 8px;
	padding-bottom: 56.122%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	overflow:hidden;
	transition: background-size 0.35s;
}

.list-news .item:hover div.thumb {
	background-size:calc(100% + 10px) auto;
}

.list-news .item .data-category {
	margin:20px 0 8px; 
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
}

.list-news .item .data-category i {
	font-style: normal;
	position:relative;
}

.list-news .item .data-category time {
	padding:0 12px 0 0;
	margin:0 9px 0 0;
	position:relative;
}

.list-news .item .data-category time::before {
	content:'';
	display:block;
	position:absolute;
	right:0px;
	top:3px;
	bottom:3px;
	width:1px;
	background:#7C7C7C;
}

.list-news .item h2 a {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	text-decoration:none;
	transition: all 0.5s;
	opacity:1;
}

.list-news .item h2 a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.list-news .item:hover h2 a {
	opacity: 0.8;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.list-contests {
	position:relative;
	margin:-6px;
	font-size:0px;
}

.list-contests .item {
	display:inline-block;
	width:calc(33.333% - 12px);
	vertical-align:top;
	background-color: #C4C4C4;
	overflow:hidden;
	border-radius: 8px;
	position:relative;
	margin:6px;
}

.list-contests .item a {
	display:block;
	width:100%;
	padding-bottom:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	transition: all 0.5s;
	text-decoration:none;
}

.list-contests .item a:hover {
	background-size:auto calc(100% + 15px);
}

.list-contests .item a::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	position:absolute;
	z-index:1;
	background: linear-gradient(0deg, #02011A 24.51%, rgba(0, 16, 31, 0.2) 100%);
	opacity:0.7;
	transition: all 0.5s;
}

.list-contests .item a:hover::before {
	opacity:1;
}

.list-contests .item .data-title-category {
	position:absolute;
	left:24px;
	right:24px;
	bottom:24px;
	z-index:2;
}

.list-contests .item .data-title-category h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;	
	margin:12px 0 0 0;
	display:block;
	height:70px;
	overflow:hidden;
}

.list-contests .item .data-title-category time {
	padding:6px 16px;
	display:inline-block;
	background: linear-gradient(165.76deg, rgba(247, 228, 228, 0.6) 0%, rgba(201, 206, 218, 0.6) 100%);
	backdrop-filter: blur(12px);
	border-radius: 4px;	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
	margin:0 6px 0 0;
}

.list-contests .item .data-title-category i.tag span {
	padding:6px 16px;
	display:inline-block;
	backdrop-filter: blur(12px);
	border-radius: 4px;	
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;	
}

.list-contests .item .data-title-category i.tag span.open { background: #00AB4D; }
.list-contests .item .data-title-category i.tag span.close { background: #EE1B2D; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.category-menu {
	background: #F0F2F5; /*#F8F8F8;*/
	padding:32px 0;
	position:relative;
	margin:0 0 40px 0;
}

.category-menu::after,
.category-menu::before {
	content:'';
	display:block;
	top:0px;
	bottom:0px;
	width:1000px;
	position:absolute;
	background: #F0F2F5;
}

.category-menu::before {
	left:-1000px;
}

.category-menu::after {
	right:-1000px;
}

.category-menu ul.cats {
	font-size:0px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
}

.category-menu ul.cats li {
	display:inline-block;
	list-style:none;
	width:auto; 
	flex-grow: 1;
}

.category-menu ul.cats li a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #7C7C7C;
	text-decoration:none;
	display:block;
	padding:0 32px 16px 16px;
	position:relative;
}

.category-menu ul.cats li:first-child a { padding-left:0px; }

.category-menu ul.cats li a span {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #007EC5;
	border-radius: 2px;
	display:inline-block;
	vertical-align:middle;
	background: #CEF0F8;
	padding:4px 10px;
	transition: all 0.5s;
	position:absolute;
	top:0px;
	margin-left:8px;
}

.category-menu ul.cats li a::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background: #7C7C7C;
	height:1px;
	opacity: 0.72;
}

.category-menu ul.cats li:hover a::before {
	background: #A3E1EF;
	height:3px;
	opacity:1;
	bottom:-1px;	
}

.category-menu ul.cats li:hover span {
	background: #A3E1EF;
}

.category-menu ul.cats li.active a,
.category-menu ul.cats li a:active {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #343538;	
}

.category-menu ul.cats li.active a::before,
.category-menu ul.cats li a:active::before {
	background: #007EC5;
	height:3px;
	opacity:1;
	bottom:-1px;
	transition: all 0.5s;
}

.category-menu ul.cats li.active span,
.category-menu ul.cats li a:active span {
	color:#FFF;
	background: #007EC5;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.paginations {
	padding:40px 0 100px;
	text-align:center;
}

.pagination {
	background: #F0F2F5; /*#F8F8F8;*/
	border-radius:8px;
	display:inline-block;
	font-size:0px;
	overflow:hidden;
}

.pagination a,
.pagination span {
	padding:12px 16px;
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #007EC5;	
	text-decoration:none;
}

.pagination span.current {
	color:#FFF;
	background:#007EC5;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.additional-information {
	font-size:0px;
	position:relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.page-template-page-kazan .additional-information,
.sights .additional-information {
	align-items: flex-end;
}

.additional-information .lleft,
.additional-information .rright {
	display:flex;
	align-items: center;	
}

.sights .additional-information .lleft {
	flex-direction:column;
	align-items: start;	
}

.additional-information .category {
	margin-right:24px;
	display:block;
}

.additional-information .category a {
	background: #007EC5;
	border-radius: 4px;
	padding:4px 10px;
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;	
	text-decoration:none;
	margin-right:8px;
	transition: all 0.5s;
}

.additional-information .category i {
	background: #007EC5;
	border-radius: 4px;
	padding:4px 10px;
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;	
	text-decoration:none;
	margin-right:8px;
	transition: all 0.5s;
}

.additional-information .category span {
	display:inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;	
	padding:4px 10px;
	border-radius: 4px;
	backdrop-filter: blur(12px);
}

.additional-information .category span.open,
.additional-information .category span.close {
	font-weight:normal;
}

.additional-information .category span.open { background: #00AB4D; } 
.additional-information .category span.close { background: #EE1B2D; }

.additional-information .category a:hover {
	background: #0A60A7;
}

.additional-information .category a:active {
	background: #00387F;
}

.additional-information time {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
}

.additional-information .sharethis,
.additional-information .to-print {
	display:flex;
	align-items: center;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.news-thumb {
	position:relative;
}

.news-thumb .limitations {
	position:absolute;
	z-index:2;
	left:4.66%;
	top:9.32%;
	color:#FFF;	
	font-size: 16px;
}

.news-thumb .print-image {
	width:100%;
	height:auto;
	border:none;
	vertical-align:bottom;
	margin:0 0 24px 0;
	display:none;
}

.news-thumb span.thumb {
	display:block;
	width:100%;
	padding-bottom:49.75%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius: 8px;
	overflow:hidden;
	position:relative;
}

.page-template-page-kazan .news-thumb span.thumb,
.sights .news-thumb span.thumb {
	display:block;
	width:100%;
	padding-bottom:41.666%;
}

.news-thumb span.thumb::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(7, 1, 22, 0) 0.01%, #070116 100%);
}

.news-thumb .additional-information {
	position:absolute;
	left:4.66%;
	right:4.66%;
	bottom:9.38%;
	z-index:2;
}

.news-thumb h1 {
	position:absolute;
	z-index:2;
	left:4.66%;
	right:4.66%;
	bottom:12.760%;
	color:#FFF;
}

.page-template-page-kazan .news-thumb h1 { bottom:22.760%; }

.singleproject .news-thumb h1 {
	bottom:14.760%;
}

.sights .news-thumb h1 {display:none; }

.characteristics li {
	display:block;
	list-style:none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;		
}

.page-template-page-kazan #map,
.sights #map {
	width:100%;
	height:525px;
	overflow:hidden;
	border-radius: 8px;
	margin:28px 0 0 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.to-print {
	padding:0 0 0 32px;
}

.to-print a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #007EC5;
	text-decoration:none;
	padding:0 0 0 36px;
	position:relative;
}

.to-print a::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
	margin:-12px 0 0 0;
	height: 24px;
    width: 24px;
	background:url("images/printer.svg") no-repeat center center;
	background-size: 24px 24px;
}

.sharethis .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
	padding:0 0 0 36px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #007EC5;
	position:relative;
}

.sharethis  .ya-share2__list.ya-share2__list_direction_horizontal { margin:0; }

.sharethis .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin:0;
}

.sharethis .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
    color: #007EC5;
}

.sharethis .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
	margin:-12px 0 0 0;
	height: 24px;
    width: 24px;
	background:url("images/shared.svg") no-repeat center center;
	background-size: 24px 24px;
}

.sharethis .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    background:transparent;
    border:none;
    border-radius:0px;
}

.sharethis .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more { display:none; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.news-thumb .additional-information time {
	color: #FFF;	
}

.sights .news-thumb .additional-information span.title {
	display:block;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #FFF;
	margin:0 0 24px 0;	
}

.news-thumb .to-print a {
	color:#FFF;
	transition: all 0.5s;
}

.news-thumb .to-print a:hover,
.news-thumb .to-print a:active {
	color: #007EC5;
}

.news-thumb .to-print a::before {
	background:url("images/printer-white.svg") no-repeat center center;
	transition: all 0.5s;
}

.news-thumb .to-print a:hover::before,
.news-thumb .to-print a:active::before {
	background:url("images/printer.svg") no-repeat center center;
}

.news-thumb .sharethis .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
	color:#FFF;
	transition: all 0.5s;	
}

.news-thumb .sharethis .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):hover .ya-share2__title,
.news-thumb .sharethis .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):active .ya-share2__title {
	color: #007EC5;
}

.news-thumb .sharethis .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more::before {
	background:url("images/shared-white.svg") no-repeat center center;
	transition: all 0.5s;
}

.news-thumb .sharethis .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:hover::before,
.news-thumb .sharethis .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:active::before {
	background:url("images/shared.svg") no-repeat center center;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.page-template-page-kazan section,
.sights section {
	margin:28px 0 0 0;
	position:relative;
}

.page-template-page-kazan section .text,
.sights section .text {
	max-width:865px;	
}

section .wrap-image-three {
	width:100%;
	position:relative;
}

section .wrap-image-three span.h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:40px 0 -2px 0;
	display:block;
	position:relative;
}

section .wrap-image-three span.h2 a {
	display:inline-block;
	position:absolute;
	right:0px;
	top:10px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	color: #007EC5;	
}

section .wrap-image-three span.h2 a:hover { text-decoration:none; }

section .image-three {
	position:relative;
	margin:28px -6px;
	font-size:0px;
}

section .image-three div.item {
	display:block;
	margin:0 6px;
}

section .image-three div a {
	display:block;
	width:100%;
	padding-bottom:66.836%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:calc(100% + 50px) auto;
	border-radius:8px;
	overflow:hidden;
	transition: all 0.5s;
}

section .image-three div a:hover {
	background-size:calc(100% + 65px) auto;
}

section .image-three .slick-next,
section .image-three .slick-prev {
	display:block;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	width:40px;
	height:40px;
	background:#007EC5 url("images/nesting-navigation.svg") no-repeat center center;
	text-indent:-9999px;
	border-radius: 8px;
	cursor:pointer;
	z-index:10;
	transition: all 0.5s;
	opacity:0;
}

.singleproject section .image-three .slick-next,
.singleproject section .image-three .slick-prev {
	top:calc(50% - 24px);
}

section .image-three:hover .slick-next,
section .image-three:hover .slick-prev {
	opacity:1;
}

section .image-three .slick-next { right:10px; }

section .image-three:hover .slick-next { right:30px; }

section .image-three .slick-prev {
	left:10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);		
}

section .image-three:hover .slick-prev { left:30px; }

section .image-three .slick-next:hover,
section .image-three .slick-prev:hover {
	background:#0A60A7 url("images/nesting-navigation.svg") no-repeat center center;
}

.sights section .image-three .slick-next,
.sights section .image-three .slick-prev,
.page-template-page-kazan section .image-three .slick-next,
.page-template-page-kazan section .image-three .slick-prev,
.singleproject section .image-three .slick-next,
.singleproject section .image-three .slick-prev {
	background:#FFF url("images/nesting-navigation-black.svg") no-repeat center center;
}

.sights section .image-three .slick-next:hover,
.sights section .image-three .slick-prev:hover,
.page-template-page-kazan section .image-three .slick-next:hover,
.page-template-page-kazan section .image-three .slick-prev:hover,
.singleproject section .image-three .slick-next:hover,
.singleproject section .image-three .slick-prev:hover {
	background:#FFF url("images/nesting-navigation-blue.svg") no-repeat center center;
}

section .image-three .slick-dots { display:none!important; }

section .jump-links {
	margin:11px 0 0 0;
	display:flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

section .jump-links a {
	width:48.833%;
	display:flex;
	align-items: center;
	height:90px;
	box-sizing: border-box;
	padding:0 108px 0 36px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #007EC5;	
	border-left:4px solid #007EC5;
	border-radius: 8px;
	background: #F0F2F5 url("images/jump-links-a.svg") no-repeat 100% center; /*#F0F2F5*/
	margin:17px 0;
	position:relative;
	transition: all 0.5s;	
}

section .jump-links a::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin: -20px 0 0 0;
    right: 32px;
    background: #007EC5 url("images/nesting-navigation.svg") no-repeat center center;
    border-radius: 8px;
    transition: all 0.5s;	
}

section .jump-links a:hover {
	border-left:4px solid #042D63;
	background:url("images/jump-links-a-hover.svg") no-repeat 100% center;
	color:#FFF;
}

section .jump-links a::before {
    background: #FFF url("images/nesting-navigation-blue.svg") no-repeat center center;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.singleproject section .image-three .slick-dots { 
	display:block!important; 
	text-align:center;
	font-size:0px;
	padding:24px 0 0 0;
}

.singleproject section .image-three .slick-dots li {
	display:inline-block;
	list-style:none;
	border: 1px solid #343538;
	background:#FFF;
	text-indent:-9999px;
	margin:0 12px;
	cursor:pointer;
	transition: all 0.5s;
	width:12px;
	height:12px;
	border-radius:50%;
}

.singleproject section .image-three .slick-dots li.slick-active {
	background:#343538;
}

.wrap-image-partners span.h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:40px 0 0 0;
	display:block;	
	border-bottom: 1px solid #C8CACC;
	padding:0 0 24px 0;
}

.wrap-image-partners .image-three-partners {
	margin:0 auto;
	padding:40px 40px 50px 40px;
}

.wrap-image-partners .image-three-partners .item {
	margin:0 30px;
}

.wrap-image-partners .image-three-partners .item span {
	display:block;
	width:100%;
	padding-bottom:100%;
	box-sizing: border-box;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

section .image-three-partners .slick-next,
section .image-three-partners .slick-prev {
	display:block;
	position:absolute;
	top:50%;
	margin:-20px 0 0 0;
	width:40px;
	height:40px;
	background:#FFF url("images/nesting-navigation-blue.svg") no-repeat center center;
	text-indent:-9999px;
	border-radius: 8px;
	cursor:pointer;
	z-index:10;
	transition: all 0.5s;
	opacity:1;
}

section .image-three-partners .slick-next { right:0px; }

section .image-three-partners .slick-prev {
	left:0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);		
}

section .image-three-partners .slick-prev:hover,
section .image-three-partners .slick-next:hover {
	background:#FFF url("images/nesting-navigation-black.svg") no-repeat center center;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.foto-listings-big {
	width:100%;
	background-color: #C4C4C4;
	border-radius: 8px;
	overflow:hidden;
	margin:24px 0 0 0;
}

.foto-listings-big a {
	display:block;
	width:100%;
	padding-bottom:41.666%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.foto-listings-small {
	position:relative;
	margin:18px -6px -6px -6px;
	font-size:0px;
}

.foto-listings-small div {
	width:calc(33.333% - 12px);
	display:inline-block;
	margin:6px;
	border-radius: 8px;
	overflow:hidden;
	vertical-align:top;
}

.foto-listings-small a {
	background-color: #C4C4C4;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	display:block;
	padding-bottom:66.836%;
	width:100%;
	transition: all 0.5s;
}

.foto-listings-small a:hover {
	background-size:calc(100% + 15px) auto;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.come-back {
	text-align:center;
	margin:40px 0 0 0;
}

.come-back a {
	display:inline-block;
	background: #007EC5;
	border: 1px solid #007EC5;
	box-sizing: border-box;
	border-radius: 4px;	
	padding:14px 32px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;	
	text-decoration:none;
	transition: all 0.5s;
}

.come-back a:hover {
	background: #0A60A7;
}

.come-back a:active {
	background: #00387F;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sigle-sidebar {
	display: flex;
	margin:28px 0 0 0;
}

.sigle-sidebar section {
	width:calc(100% - 291px);
	box-sizing: border-box;
	padding-right:44px;
}

.sigle-sidebar aside {
	min-width: 291px;
	max-width: 291px;
}

.sigle-sidebar aside span {
	display:block;
	margin:12px 0 24px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
}

.sigle-sidebar aside .any-post div {
	position:relative;
	margin:32px 0 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #7C7C7C;	
}

.sigle-sidebar aside .any-post div::before {
	content:'';
	display:block;
	left:0px;
	right:0px;
	top:-16px;
	height:1px;
	position:absolute;
	background: #7C7C7C;
	opacity: 0.4;	
}

.sigle-sidebar aside .any-post div:first-child {
	margin:0;
}

.sigle-sidebar aside .any-post div:first-child::before { display:none; }

.sigle-sidebar aside .any-post div p {
	margin:0 0 8px 0;
}

.sigle-sidebar aside .any-post div time,
.sigle-sidebar aside .any-post div i {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #7C7C7C;	
}

.sigle-sidebar aside .any-post div i {
	padding:2px 4px;
	display:inline-block;
	margin-left:8px;
	border-radius:4px;
	color:#FFF;
}

.sigle-sidebar aside .any-post div i.open { background: #00AB4D; }
.sigle-sidebar aside .any-post div i.close { background: #EE1B2D; }

.sigle-sidebar aside .any-post div a {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #231F20;	
	text-decoration:none;
}

.sigle-sidebar aside .any-post div a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';	
}

.sigle-sidebar aside .any-post .toggle-news {
	display:none;
}

.sigle-sidebar aside .any-post .toggle-news-all {
	padding:16px 0 0 0;
	text-align:left;
}

.sigle-sidebar aside .any-post .toggle-news-all a {
	text-decoration:none;
}

.sigle-sidebar aside .any-post .toggle-news-all a span {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #007EC5;
    transition: all 0.5s;
	text-decoration:underline;	
}

.sigle-sidebar aside .any-post .toggle-news-all a:hover span { color:#3B95E9; }

.sigle-sidebar aside .any-post .toggle-news-all a span.last { display:none; }

.sigle-sidebar aside .any-post .toggle-news-all a.active span.last { display:block; }
.sigle-sidebar aside .any-post .toggle-news-all a.active span.first { display:none; }

.text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
}

.text p {
	margin:12px 0;
}

.text h2 {
	margin:12px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.text h3 {
	margin:12px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #231F20;	
}

.text div {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: #231F20;
	padding:40px 90px;
	margin:24px 0;
	border-top:4px solid #CBCCD1;
	border-bottom:4px solid #CBCCD1;
}

.text ul {
	display:block;
	box-sizing: border-box;
	padding:12px 0 12px 26px;
}

.text ul li {
	display:block;
	list-style:none;
	margin:8px 0;
	padding:0 0 0 34px;
	position:relative;
	box-sizing: border-box;
}

.text ul li::before {
	content:'';
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	left:0px;
	top:8px;
	background:url("images/li.svg") no-repeat center center;
}

.text ol {
	counter-reset: my-counter;
	padding:12px 0 12px 26px;
	box-sizing: border-box;
}

.text ol li {
	display:block;
	list-style:none;
	margin:12px 0;
	counter-increment: my-counter;
	position: relative;
	padding:0 0 0 34px;
	box-sizing: border-box;
}

.text ol li::before {
	content: counter(my-counter);
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #231F20;
	position:absolute;
	left:-10px;
	top:6px;
	width:28px;
	height:28px;
	top: 0;
	border: 1px solid #231F20;
	box-sizing: border-box;
	border-radius: 6px;
	border:1px solid #231F20;
	display:inline-block;
	text-align:center;
}

.text table {
	width:100%;
	margin:12px 0 24px;
	padding:0;
}

.text table tr:first-child td,
.text table tr:first-child th {
	border-bottom:1px solid #82848C;
	font-weight:bold;
	vertical-align:middle;
	width:auto;
}

.text table tr td {
	padding:20px 40px;
	vertical-align:middle;
}

.text table tr:nth-child(even) td {
	background: #F0F1F5;
}

.text blockquote {
	display:block;
	margin:46px 100px 46px 165px;
	position:relative;
}

.text blockquote::before {
	content:'';
	display:block;
	width:24px;
	height:19px;
	background:url("images/blockquote.svg") no-repeat 0 0;
	position:absolute;
	top:-0px;
	left:-66px;
}

.text blockquote p {
	padding:0;
	margin:0;
}

.text blockquote strong {
	display:inline-block;
	padding:16px 0 0 0;
	margin:16px 0 0 0;
	border-top:1px solid #D1D1D1;
}

.text blockquote em {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #7C7C7C;
	display:block;
	margin:4px 0 0 0;
}

.text a {
	text-decoration:underline;
	color:#007EC5;
	transition: all 0.5s;
}

.text a:hover {
	color:#3B95E9;
}

.text a:active {
	color:#066FAA;
}

section .images-standart-wrap span.h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:40px 0 -2px 0;
	display:block;
	position:relative;
	padding:0 130px 0 0;
}

section .images-standart-wrap span.h2 a {
	display:inline-block;
	position:absolute;
	right:0px;
	top:7px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	color: #007EC5;	
}

section .images-standart-wrap span.h2 a:hover { text-decoration:none; }

.sigle-sidebar .images {
	margin:28px 0;
	width:100%;
	overflow:hidden;
	border-radius: 8px;
}

.sigle-sidebar .images .item {
	width:100%;
	overflow:hidden;
	border-radius: 8px;
}

.sigle-sidebar .images .item a {
	position:relative;
	display:block;
	width:100%;
	padding-bottom:48.786%;
	overflow:hidden;
	border-radius: 8px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
	transition: all 0.5s;
}

.sigle-sidebar .images .item a:hover {
	background-size:calc(100% + 15px) auto;
}

.sigle-sidebar .images .slick-dots {
	display:block;
	text-align:center;
	font-size:0px;
	padding:24px 0 0 0;
}

.sigle-sidebar .images .slick-dots li {
	display:inline-block;
	list-style:none;
	border: 1px solid #343538;
	background:#FFF;
	text-indent:-9999px;
	margin:0 12px;
	cursor:pointer;
	transition: all 0.5s;
	width:12px;
	height:12px;
	border-radius:50%;
}

.sigle-sidebar .images .slick-dots li.slick-active {
	background:#343538;
}

.images-listing { display:none; }

.sigle-sidebar .documents {
	margin:24px 0 0 0;
}

.sigle-sidebar .documents h2 {
	margin:16px 0 24px;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.sigle-sidebar .documents .list-documents {
	margin:16px 0 0 0;
	display:flex;
	justify-content: space-between;
}

.sigle-sidebar .documents .list-documents {
	font-size:0px;
	position:relative;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin:-28px 0 0 0;
}

.sigle-sidebar .documents .list-documents .item {
	width:calc(50% - 7px - 7px);
	display:flex;
	position:relative;
	background: #F8F8F8;
	padding:32px 32px;
	box-sizing: border-box;
	border-radius: 8px;
	margin:28px 0 0 0;
}

.sigle-sidebar .documents .list-documents .item.one {
	width:100%;
}

.sigle-sidebar .documents .list-documents .item span.title {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
}

.sigle-sidebar .documents .list-documents .item span.title a {
	color: #231F20;	
	text-decoration:none;
}

.sigle-sidebar .documents .list-documents .item span.size {
	display:block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	position:relative;
	padding:0 0 0 36px;
	margin:1px 0 17px 0;
}

.sigle-sidebar .documents .list-documents .item span.size::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
}

.sigle-sidebar .documents .list-documents .item span.size.pdf::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/pdf.svg") no-repeat center center;	
}

.sigle-sidebar .documents .list-documents .item span.size.rar::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/x-rar.svg") no-repeat center center;		
}

.sigle-sidebar .documents .list-documents .item span.size.zip::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/x-zip.svg") no-repeat center center;		
}

.sigle-sidebar .documents .list-documents .item span.size.doc::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/doc.svg") no-repeat center center;		
}

.sigle-sidebar .documents .list-documents .item span.size.xls::before {
	margin:-16px 0 0 0;
	width:28px;
	height:32px;
	background:url("images/xls.svg") no-repeat center center;		
}

ul.images-list {
	margin:24px 0 0 0;
	line-height: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

ul.images-list li {
	display:inline-block;
	padding:0;
	list-style:none;
	margin:0px 0px 10px 0px;
}

.images-list a {
	display:block;
	width:100%;
	overflow:hidden;
	border-radius:8px;
}

.images-list a img {
	width:100%;
	height: auto;
	transition: all 0.5s;
	vertical-align:top;
}

.images-list a:hover img {
	transform: scale(1.05, 1.05);
}

.images-one {
	text-align:center;
	margin:0 0 28px 0;
}

.images-one a {
	display:inline-block;
}

.images-one a img {
	max-width:100%;
	vertical-align:bottom;
	border:none;	
	border-radius:8px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.logo-smalltext {
	border-top:4px solid #C8CACC;
	border-bottom:4px solid #C8CACC;
	padding:40px 85px;
	margin:0 0 28px 0;
	display:flex;
	justify-content: space-between;
	align-items: center;	
}

.logo-smalltext div:last-child {
	width:520px;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.page-template-page-partners .content {
	width:100%;
	max-width:867px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.list-partners .item {
	padding:40px 150px 40px 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-top:1px solid #C8CACC;
}

.list-partners .item:first-child {
	border:none;
	padding-top:0px;
}

.list-partners .item .description {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
	max-width:620px;
}

.list-partners .item .description h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;
	margin:0 0 8px 0;	
}

.list-partners .item .button a {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;
	padding:16px 22px;
	border:1px solid #231F20;
	box-sizing: border-box;
	border-radius: 4px;
	text-decoration:none;	
	transition: all 0.5s;
}

.list-partners .item .button a:hover {
	background: #3C3C3C;
	color:#FFF;
	border:1px solid #3C3C3C;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.page-template-page-brandbook .pages {
	padding-bottom:0px;
}

.brendbuk-1 {
	background: #F0F1F5 url("images/brendbuk-1.svg") no-repeat 0 0;
	position:relative;
	overflow:hidden;
}

.brendbuk-1 .center {
	padding:3% 0 5%;
}

.brendbuk-1-bottom {
	display:block;
	font-weight:bold;
	position:absolute;
	bottom:17px;
	right:0px;
	color:#FFF;
	z-index:2;
	font-size:52px;
	line-height:52px;
	z-index:1;
	text-align:right;
}

.brendbuk-1 .data { 
	max-width:594px; 
	position:relative;
	z-index:3;
}

.brendbuk-2 {
	padding:7% 0;
}

.brendbuk-2 .center {
	display:flex;
	justify-content: space-between;
	align-items: center;	
}

.brendbuk-2 .image { margin-left:15%; }

.brendbuk-2 .cell {
	width:50%;
	padding:0;
	border:none;
	margin:0px;
}

.brendbuk .data {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
}

.brendbuk .data p {
	padding:10px 0;
}

.brendbuk .data h3 {
	margin:0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.brendbuk .data h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #007EC5;	
	margin:0 0 4px 0;
}

.brendbuk-3 {
	background: #F0F1F5 url("images/brendbuk-3.svg") no-repeat calc(100% - 10%) -1px;
	position:relative;
	padding:3% 0 0 0;
	min-height:460px;
	margin:0 0 60px 0;
	box-sizing: border-box;	
}

.brendbuk-3 .data {
	max-width:805px;
	padding-left:265px;
	box-sizing: border-box;
	margin:0 auto;
	position:relative;
}

.brendbuk-3 .data::before {
	content:'';
	display:block;
	background:url("images/brendbuk-3-image.svg") no-repeat center center;
	width:200px;
	height:199px;
	position:absolute;
	left:0px;
	top:0px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.page-template-page-map #map {
	height:535px;
	overflow:hidden;
	border-radius:8px;
}

.ymaps-2-1-78-listbox__button {
    box-sizing: border-box!important;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px!important;
    background-clip: border-box;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif!important;
    cursor: pointer;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    display: inline-block;
    text-align: left;
	height: 28px;
    white-space: nowrap;
}

.ymaps-2-1-78-listbox__button-text {
	font-family: 'Open Sans', sans-serif!important;
	font-style: normal!important;
	font-weight: bold!important;
	font-size: 16px!important;
	line-height: 24px!important;
	color: #007EC5!important;	
}

.ymaps-2-1-78-listbox__list {
	font-family: 'Open Sans', sans-serif!important;
}

.ymaps-2-1-78-listbox__list-item-text {
	font-family: 'Open Sans', sans-serif!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-size: 14px!important;
	line-height: 22px!important;	
	padding-top:5px!important;
	padding-bottom:5px!important;
}

.ymaps-2-1-78-listbox__list-item:hover {
    background-color: #007EC5!important;
}

.ymaps-2-1-78-listbox__list-item:hover .ymaps-2-1-78-listbox__list-item-text { color:#FFF!important; }

.ymaps-2-1-78-balloon__tail {
	background:none!important;
	box-shadow:none!important;
}

.ymaps-2-1-78-balloon {
	box-shadow:none!important;
}

.ymaps-2-1-78-balloon__layout {
	background: #FFFFFF!important;
	box-shadow: 0px 4px 10px rgba(1, 21, 52, 0.16)!important;
	border-radius: 8px!important;
}

.ymaps-2-1-78-balloon__content {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 222px!important;
    height: 100%;
    min-height: 15px;
    margin: 0;
    padding: 16px 24px!important;
	font-family: 'Open Sans', sans-serif!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-size: 14px!important;
	line-height: 22px!important;	
}

.ymaps-2-1-78-balloon__close-button {
	display: block;
	width: 16px!important;
	height: 16px!important;
	cursor: pointer!important;
	background: url("images/balloon__close-button.svg") no-repeat center center!important;
	opacity:1!important;
	margin:8px 8px 0 0!important;
}

.ymaps-2-1-78-map ymaps b {
	display:block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #000000;	
	margin:0 0 4px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.vacancie-two {
	display:flex;
	justify-content: space-between;	
	align-items: center;
	background: #F0F2F5;
	border-radius: 8px;	
	padding:40px 48px;
}

.vacancie-two .data {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
}

.vacancie-two .data h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;
	margin:0 0 8px 0;
}

.vacancie-two .data h2 em {
	color:#007EC5;
	font-style: normal;
}

.vacancie-two .data ul li {
	display:block;
	list-style:none;
	margin:16px 0 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	border-left:2px solid #007EC5;
	padding:0 0 0 12px;
}

.vacancie-two .subscribe {
	width:480px;
	max-width:480px;
	min-width:480px;
	margin:0 0 0 48px;
	background:#a5d6f1;
	position:relative;
	border-radius: 8px;	
	padding:32px;
	overflow:hidden;
}

.vacancie-two .subscribe::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:152px;
	height:116px;
	background:url("images/subscribe.svg") no-repeat center center;
	right:-24px;
	top:25px;
}

.vacancie-two .subscribe .wpcf7 {
	position:relative;
	z-index:2;
}

.vacancie-two .subscribe .wpcf7 h3 {
	margin:0 0 20px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
}

.vacancie-two .subscribe .wpcf7 p {
	display:flex;	
}

.vacancie-two .subscribe .wpcf7 input.wpcf7-text {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
	width: 252px;
	background: #FFFFFF;
	border:1px solid #FFF;
	border-radius: 4px;
	padding:14px;
	box-sizing: border-box;
}

.vacancie-two .subscribe .wpcf7 input.wpcf7-submit {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;	
	background: #007EC5;
	padding:14px 32px;
	cursor:pointer;
	border-radius: 4px;
	margin-left:12px;
	transition: all 0.5s;
}

.vacancie-two .subscribe .wpcf7 input.wpcf7-submit:hover { background: #0A60A7; }

.vacancie-two .subscribe .wpcf7 .wpcf7-response-output {
	font-size:12px;
	line-height:14px;
	display:block;
	text-align:center;
	color:red;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:0px;
	bottom:-22px;
}

.vacancie-two .subscribe .wpcf7 .ajax-loader {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom:1px!important;
	right:0px!important;
	background:#FFF url("images/loading-blue.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:0 40px 0 0!important;
}

.response {
	padding:44px 0;
	margin:0 0 32px 0;
	border-bottom: 1px solid #C8CACC;
}

.response .data {
	margin:0 auto;
	max-width:640px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #888A8C;
}

.response .data h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	margin:0 0 8px 0;
}

.vacancie-none {
	padding:100px 0 0 0;
	text-align:center;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #888A8C;
}

.vacancie-list .item {
	background: #F0F2F5;
	border-radius: 8px;
	margin:8px 0 0 0;
}

.vacancie-list .item  .header-vacancie {
	padding:32px 128px 32px 48px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	position:relative;
	cursor:pointer;
}

.vacancie-list .item  .header-vacancie::before {
	content:'';
	display:block;
	right:48px;
	top:50%;
	position:absolute;
	width:32px;
	height:32px;
	background:url("images/header-vacancie.svg") no-repeat center center;
	margin:-16px 0 0 0;
	transition: all 0.5s;
}

.vacancie-list .item  .header-vacancie.active::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.vacancie-list .item  .header-vacancie h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #231F20;	
	margin:0 0 8px 0;
}

.vacancie-list .item .data {
	padding:20px 48px 32px 48px;
	position:relative;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
	display:none;
}

.vacancie-list .item .data p.mobile { display:none; }

.vacancie-list .item .data::before {
	content:'';
	display:block;
	left:48px;
	right:48px;
	top:0px;
	position:absolute;
	border-top: 1px solid #C8CACC;
}

.vacancie-list .item .data p {
	padding:20px 0;
}

.vacancie-list .item .data ul {
	margin:-4px 0 0 26px;
}

.vacancie-list .item ul li {
	display:block;
	list-style:none;
	margin:8px 0;
	padding:0 0 0 34px;
	position:relative;
	box-sizing: border-box;
}

.vacancie-list .item ul li::before {
	content:'';
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	left:0px;
	top:8px;
	background:url("images/li.svg") no-repeat center center;
}

.vacancie-list .item ol {
	counter-reset: my-counter;
	margin:-4px 0 0 26px;
	box-sizing: border-box;
}

.vacancie-list .item ol li {
	display:block;
	list-style:none;
	margin:8px 0;
	counter-increment: my-counter;
	position: relative;
	padding:0 0 0 34px;
	box-sizing: border-box;
}

.vacancie-list .item ol li::before {
	content: counter(my-counter);
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #231F20;
	position:absolute;
	left:-10px;
	top:6px;
	width:28px;
	height:28px;
	top: 0;
	border: 1px solid #231F20;
	box-sizing: border-box;
	border-radius: 6px;
	border:1px solid #231F20;
	display:inline-block;
	text-align:center;
}

.vacancie-list .item .data .wpcf7 {
	position:relative;
	margin:32px -48px 0 -48px;
	padding:32px 48px 0 48px;
}

.vacancie-list .item .data .wpcf7::before {
	content:'';
	display:block;
	left:48px;
	right:48px;
	top:0px;
	position:absolute;
	border-top: 1px solid #C8CACC;
}

.vacancie-list .item .data .wpcf7 p {
	display:flex;	
}

.vacancie-list .item .data .wpcf7 input.wpcf7-text {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
	width: 252px;
	background: #FFFFFF;
	border:1px solid #FFF;
	border-radius: 4px;
	padding:14px;
	box-sizing: border-box;
}

.vacancie-list .item .data .wpcf7 input.wpcf7-submit {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;	
	background: #007EC5;
	padding:14px 32px;
	cursor:pointer;
	border-radius: 4px;
	margin-left:12px;
	transition: all 0.5s;
}

.vacancie-list .item .data .wpcf7 input.wpcf7-submit:hover { background: #0A60A7; }

.vacancie-list .item .data .wpcf7 .wpcf7-response-output {
	font-size:12px;
	line-height:14px;
	display:block;
	text-align:center;
	color:red;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:48px;
	bottom:-12px;
}

.vacancie-list .item .data .wpcf7 .ajax-loader {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom:23px!important;
	left:445px!important;
	background:#FFF url("images/loading-blue.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:0!important;
}

.vacancie-list .item .data .wpcf7 .hide { display:none; }

.sort-vacancie b {
	display:block;
	margin:0 0 6px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;	
}

.sort-vacancie .sortvacancie { display:inline-block; }

.sort-vacancie ul li {
	display:block;
	list-style:none;
	position:relative;
	width:280px;
}

.sort-vacancie ul li span {
	width:100%;
	background: #F0F1F5;
	border-radius: 4px;
	display:inline-block;
	padding:14px 50px 14px 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #343538;	
	cursor:pointer;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	position:relative;
}

.archive .sort-vacancie ul li span {
	background:#FFF;
}

.sort-vacancie ul li span::before {
	content:'';
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:14px;
	top:50%;
	margin:-11px 0 0 0;
	background:url("images/header-vacancie.svg") no-repeat center center;
	background-size:22px auto;
	transition: all 0.5s;
}

.sort-vacancie ul li span.active::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);		
}

.sort-vacancie ul li ul {
	position:absolute;
	left:0px;
	top:100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(1, 21, 52, 0.16);	
	border-radius: 4px;
	width:100%;
	padding:0;
	box-sizing: border-box;
	z-index:55;
	overflow:hidden;
	display:none;
}

.sort-vacancie ul li ul li {
	padding:14px 14px;
	border-top: 1px solid #F0F2F5;
}

.sort-vacancie ul li ul li:first-child { border:none; }

.sort-vacancie ul li ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	display:block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #343538;	
	text-decoration:none;	
}

.sort-vacancie ul li ul li.active a {
	color:#007EC5;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.filter {
	margin:24px 0 0 0;
}

.filter a.togglefilter {
	display:none;
}

.ajax-object-tag a {
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;	
	position:relative;
	display:inline-block;
	padding-left:24px;
	margin-right:28px;
}

.ajax-object-tag a::before {
	content:'';
	display:block;
	width:16px;
	height:16px;
	background: #FFFFFF;
	border: 1px solid #888A8C;
	box-sizing: border-box;
	border-radius: 3px;
	position:absolute;
	left:0px;
	top:50%;
	margin:-8px 0 0 0;
	transition: all 0.5s;
}

.ajax-object-tag a.active::before {
	background: #007EC5;
	border: 1px solid #007EC5;
}

.filter .set-elements {
	display:flex;
	justify-content: stretch;	
	align-items: flex-start;
	justify-content: safe flex-start;
}

.filter .set-elements .sort-vacancie { width:215px; }

.sort-vacancie ul li { width:215px; }

.filter .set-elements .data-start,
.filter .set-elements .data-end {
	position:relative;
	margin-left:15px;
}

.filter .set-elements .data-start b,
.filter .set-elements .data-end b,
.filter .set-elements .name-title b {
	display:block;
	margin:0 0 6px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #7C7C7C;		
}

.filter .set-elements .data-start span,
.filter .set-elements .data-end span {
	display:block;
	width:160px;
	background:#FFF;
	border-radius: 4px;	
	position:relative;
}

.filter .set-elements .data-start input,
.filter .set-elements .data-end input {
	width:100%;
	display:inline-block;
	padding:14px 50px 14px 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #343538;	
	cursor:pointer;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	position:relative;	
	z-index:2;
	background:transparent;
}

.filter .set-elements .data-start span::before,
.filter .set-elements .data-end span::before {
	content:'';
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:14px;
	top:50%;
	margin:-11px 0 0 0;
	background:url("images/header-vacancie.svg") no-repeat center center;
	background-size:22px auto;
	transition: all 0.5s;
	z-index:1;
}

.filter .set-elements .data-start span.active::before,
.filter .set-elements .data-end span.active::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);		
}

.filter .set-elements .name-title {
	position:relative;
	margin-left:15px;
	width:100%;
	max-width:400px;
}

.filter .set-elements .name-title span {
	display:block;
	width:100%;
	background: #FFF;
	border-radius: 4px;	
	position:relative;	
}

.filter .set-elements .name-title input {
	background:transparent;
	display:inline-block;
	padding:14px 50px 14px 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #343538;	
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	position:relative;	
	width:100%;
	z-index:2;
}

.filter .set-elements .name-title span::before {
	content:'';
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:14px;
	top:50%;
	margin:-11px 0 0 0;
	background:url("images/name-title.svg") no-repeat center center;
	background-size:22px auto;
	transition: all 0.5s;
	z-index:1;
}

.filter .set-elements a.submit-filter {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;	
	text-decoration:none;
	display:inline-block;
	border-radius:4px;
	background: #007EC5;
	padding:13px 0 14px;
	width:100%;
	max-width:130px;
	min-width:90px;
	text-align:center;
	margin:28px 0 0 15px;
}

.filter .set-elements a.reset-filter {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;	
	text-decoration:none;
	display:inline-block;
	border-radius:4px;
	background: #007EC5;
	padding:13px 0 14px;
	width:100%;
	max-width:130px;
	min-width:90px;
	text-align:center;
	margin:28px 0 0 15px;
}

.filter .set-elements a.submit-filter:hover,
.filter .set-elements a.reset-filter:hover {
	background: #0A60A7;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

span.search-string {
	display:none;
}

.list-search {
	min-height:205px;
}

.list-search .item {
	background: #F0F2F5;
	border-radius: 8px;
	padding:24px 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	margin:16px 0 0 0;
}

.list-search .item:first-child {
	margin:0px;
}

.list-search .item .name-category {
	display:flex;
	justify-content:flex-start;	
	align-items: center;
}

.list-search .item .name-category h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;	
}

.list-search .item .name-category h2 a {
	color: #231F20;	
	text-decoration:none;
}

.list-search .item p {
	padding:16px 0 0 0;
	display:block;
}

.list-search .item .name-category span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;	
	display:inline-block;
	background: #007EC5;
	border-radius: 4px;
	padding:4px 10px;
	margin-right:16px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wpcf7 .wpcf7-not-valid-tip { display:none; }

.wpcf7 input.wpcf7-text.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	color: red!important;
	border:1px solid red!important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	background: #343538;
	padding:50px 0;
}

.footer .center {
	display:flex;
}

.footer .logo a,
.footer .logo span {
	display:inline-block;
	width:247px;
	height:118px;
	background:url("images/logo-top.svg") no-repeat center center;
	text-indent:-9999px;
	background-size:247px auto;
}

.footer .logo.en a,
.footer .logo.en span {
	background:url("images/logo-top-en.svg") no-repeat center center;
	background-size:247px auto;
}

.footer .copyright {
	margin:22px 0 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.08em;
	color: #595959;	
}

.footer  .menu-contact {
	width:640px;
	margin-left:112px;
}

.footer .menu-contact .contact p { display:none; }

.footer .contact {
	border: 1px solid #525252;
	box-sizing: border-box;
	border-radius: 2px;	
	text-align:center;
	position:relative;
}

.footer .contact::before {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-12px;
	width:1px;
	height:24px;
	background:#525252;
}

.footer .contact ul {
	display:block;
	font-size:0px;
}

.footer .contact ul li {
	display:inline-block;
	list-style:none;
	width:50%;
	text-align:center;
	vertical-align:middle;
}

.footer .contact a {
	display:inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;	
	text-decoration:none;
	padding:12px 0;
}

.footer .menuss ul {
	font-size:0px;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
}

.footer .menuss ul li {
	display:inline-block;
	list-style:none;
	margin:0 48px 29px 0;
}

.footer .menuss a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
	color: #FFFFFF;	
}

.footer .menuss a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.search-results .pages {
	padding-bottom:4%
}

.search-result-none {
	margin:0 0 60px 0;
}

.search-result-none p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #888A8C;
	padding:0 0 60px 0;
	border-bottom: 1px solid #C8CACC;
}

.search-result-none.no-more {
	display:none;
	margin:0;
	padding:60px 0 0 0;
}

.search-result-none.no-more p {
	border:none;
	padding:0;
}

.show-more-ajax {
	text-align:center;
	padding:4% 0 0 0;
}

.show-more-ajax a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    background: #007EC5;
    padding: 13px 20px 14px;
    text-align: center;
    margin: 28px 0 0 15px;	
	transition: all 0.5s;
}

.show-more-ajax a:hover {
	background: #0A60A7;
}

/*==========================================================================================================================================================*/

@media print {
	
	* { 
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	
	.header { 
		display:none; 
	}
	
	.breadcrumbs {
		display:none; 
	}
	
	.pages {
		padding:0px;
	}
	
	.news-thumb h1 {
		font-size: 28px;
		line-height: 38px;
		margin:0 0 24px 0;
		color:#000;
		position:relative;
		left:auto;
		right:auto;
		bottom:auto;
	}
	
	.news-thumb .additional-information {
		position:relative;
		left:auto;
		right:auto;
		bottom:auto;
	}
	
	.characteristics {
		display:flex;
		justify-content: space-between;	
		align-items: center;
	}
	
	.characteristics li {
		color: #000;		
	}
	
	.page-template-page-kazan section .text,
	.sights section .text {
		max-width:100%;	
	}
	
	section .jump-links {
		display:none;
	}
	
	section .wrap-image-three { display:none; }
	
	.additional-information time {
		padding-left:10px;
	}	
	
	.news-thumb .rright { display:none; }
	.sigle-sidebar aside { display:none; }
	
	.sigle-sidebar section {
		width:100%;
		padding:0;
	}
	
	.news-thumb span.thumb {
		display:none!important; 
	}
	
	.news-thumb .print-image {
		display:block;
	}
	
	.sigle-sidebar .documents .list-documents {
		display:block
	}

	.sigle-sidebar .documents .list-documents .item {
		width:100%;
		display:block;
		background:none;
		padding:0;
	}
	
	.list-documents a[href]:after,
	.sigle-sidebar .text	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	.sigle-sidebar .documents .list-documents .item {
		margin:16px 0 0 0;
	}
	
	.sigle-sidebar .documents .list-documents .item:first-child { margin:0; }
	
	.sigle-sidebar .documents .list-documents .item span.size {
		padding:0 0 0 46px;
	}
	
	.sigle-sidebar .documents .list-documents .item span.title {
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		color: #231F20;	
	}
	
	.sr-only {
		position: relative;
		clip:auto;
		color:#000!important;
		font-size: 14px!important;
		line-height: 22px!important;
		font-weight:normal!important;
		padding:0 5px 0 0!important;
		margin:0px!important;
	}	
	
	.additional-information .lleft { 
		display:block; 
		width:100%;
		padding:0px;
		text-align:left;
		margin:0;
	}
	
	.additional-information .category {
		display:block;
	}
		
	.additional-information .category a {
		background:none;
		padding:0px;
		color: #000;	
	}

	.additional-information .category span.open,
	.additional-information .category span.close { 
		background:none; 
		color:#000;
		padding:0;
	}

	.news-thumb .additional-information time {
		color: #000;	
		padding:0px;
	}
	
	.video .item a { display:none; }
	
	.video .info-video { display:none; }
	
	.video .item .print-version {
		display:block;
		border:1px dashed #CCC;
		padding:16px;
		border-radius:8px;
		color:#000;
		font-size: 16px;
		line-height: 24px;
		box-sizing: border-box;
	}
	
	.sigle-sidebar .images {
		display:none;
	}
	
	.images-listing {
		display:block;
		position:relative;
		font-size:0px;
		border:1px dashed #CCC;
		padding:10px;
		border-radius:8px;
		box-sizing: border-box;
		margin:0 0 24px 0;
	}
	
	.images-listing span {
		display:inline-block;
		width:calc(33.333% - 12px);
		margin:6px;
		vertical-align:middle;
	}
	
	.images-listing img {
		width:100%;
		height:auto;
		border:none;
		vertical-align:bottom;
	}
	
	.footer { 
		display:none; 
	}
	
	.wrap-image-partners span.h2 {
		border:none;
		padding:0;
	}
	
	.image-three-partners {
		display:none!important;
	}
	
	.images-listing.partners-list-images span {
		width:calc(20% - 12px);
	}
	
	.images-listing.partners-list-images img {
		width:100%;
		height:auto;
		border:none;
		vertical-align:bottom;
	}
	
	.additional-information .logo-datas-oldtime b {
		color: #000;
	}
	
	.logo-datas-oldtime .before-beginning {
		background: #FFF;
		color: #000;
		font-style: normal;
		font-weight: normal;
		margin-left:32px;
		padding:6px 16px;
		border:1px solid #000;
	}

	.logo-datas-oldtime .before-beginning time,
	.logo-datas-oldtime .before-beginning b { 
		display:inline; 
		padding:0;
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
		color: #000;
	}
	
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.page-template-page-media-subscribe .description {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;	
	padding:0 0 29px 0;
}

.page-template-page-media-subscribe .description h1 {
	padding:0 0 17px 0;
	margin:0;
}

.page-template-page-media-subscribe .form-subscribe {
	background: #F0F2F5 url("images/form-subscribe.svg") no-repeat 100% 50%;
	padding:24px 25px 41px 25px;
}

.page-template-page-media-subscribe .form-subscribe .wpcf7 {
	max-width:669px;
}

.page-template-page-media-subscribe .form-subscribe label {
	display:block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #888A8C;	
	padding:0 0 6px 0;
}

.page-template-page-media-subscribe .form-subscribe span.wpcf7-form-control-wrap {
	display:block;
	padding:0;
	position:relative;
	margin:0 0 16px 0;
}

.page-template-page-media-subscribe .form-subscribe input.wpcf7-text {
	width:100%;
	padding:14px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #000;	
	background: #FFFFFF;
	border-radius: 4px;
	border:1px solid #FFF;
}

.page-template-page-media-subscribe .form-subscribe input.wpcf7-submit {
	display:inline-block;
	padding:14px 32px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	background: #007EC5;
	border-radius: 4px;
	cursor:pointer;
	transition: all 0.5s;
}

.page-template-page-media-subscribe .form-subscribe input.wpcf7-submit[disabled] {
	background:#C8CACC;
	cursor:default;
}

.page-template-page-media-subscribe .wpcf7 .wpcf7-response-output {
	display:none!important;
}

.page-template-page-media-subscribe .ajax-loader { display:none!important; }

.page-template-page-media-subscribe .wpcf7-acceptance label {
	color: #343538;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.page-template-page-media-subscribe .wpcf7-acceptance label a {
	color: #343538;
	text-decoration:underline;
}

.page-template-page-media-subscribe .wpcf7-acceptance label a:hover {
	text-decoration:none;
}

.page-template-page-media-subscribe .wpcf7-acceptance {
	display:block;	
}

.page-template-page-media-subscribe .wpcf7-acceptance .wpcf7-list-item {
	margin:0;
	padding:0;
}

.page-template-page-media-subscribe .wpcf7-acceptance .wpcf7-list-item label {
	display:flex;
	align-items: center;
	cursor:pointer;
}

.page-template-page-media-subscribe .wpcf7-acceptance .wpcf7-list-item label span {
	margin-left:12px;
}

.page-template-page-media-subscribe input[type="checkbox"] {
	border: 1px solid #C8CACC;
	border-radius: 15px;
	width:28px;
	min-width:28px;
	max-width:28px;
	height:16px;
	display:block;
	margin:0;
	padding:0;
	transition: all 0.5s;
}

.page-template-page-media-subscribe input[type="checkbox"]:checked {
	border: 1px solid #007EC5;
}

.page-template-page-media-subscribe input[type="checkbox"] + .wpcf7-list-item-label:after,
.page-template-page-media-subscribe input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
    content: '';
	display:block;
	left:2px;
	top:5px;
    position: absolute;
    transition: all 0.5s;
	width:12px;
	height:12px;
	background: #C8CACC;
	border-radius:50%;
}

.page-template-page-media-subscribe input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	left:14px;
	background: #007EC5;
}

.page-template-page-media-subscribe .wpcf7 .wpcf7-not-valid-tip {
	display:block;
	position:absolute;
	left:calc(100% + 29px);
	top:0px;
	background: #E14C4C;
	border-radius: 5px;
	padding:10px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	white-space: nowrap;
}

.page-template-page-media-subscribe .wpcf7 .wpcf7-not-valid-tip::before {
	content:'';
	display:block;
	width: 9px;
	height: 9px;
	background: #E14C4C;
	transform: rotate(-45deg);
	position:absolute;
	left:-5px;
	top:50%;
	margin:-4px 0 0 0;
}

.fancybox-content.sendok {
	background: #FFFFFF;
	border-radius: 10px;
	padding:50px 0 60px 0;
	width:600px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #231F20;
	text-align:center;
}

.fancybox-content.sendok label {
	display:block;
	padding:127px 0 21px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #231F20;	
	position:relative;
}

.fancybox-content.sendok label::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	background:url("images/sendok.svg") no-repeat center center;
	height:100px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

#loading {
	background: rgba(0, 0, 0, 0.6); 
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	z-index:100;
}

#loading .load-block {
	width:100%;
	height:100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;	
}

spinner {
	-webkit-animation: rotator 1.4s linear infinite;
		  animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
.path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	  -ms-transform-origin: center;
		  transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
		  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
	0% {
		stroke: #4285F4;
	}
	25% {
		stroke: #DE3E35;
	}
	50% {
		stroke: #F7C223;
	}
	75% {
		stroke: #1B9A59;
	}
	100% {
		stroke: #4285F4;
	}
}

@keyframes colors {
	0% {
		stroke: #4285F4;
	}
	25% {
		stroke: #DE3E35;
	}
	50% {
		stroke: #F7C223;
	}
	75% {
		stroke: #1B9A59;
	}
	100% {
		stroke: #4285F4;
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.page-template-default .pages .content {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;
}

.page-template-default .pages .content p {
	padding:10px 0;
} 

.page-template-default .pages .content h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 110%;
	color: #231F20;
	padding:10px 0;
}

.page-template-default .pages .content h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 110%;
	color: #231F20;
	padding:10px 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.cookie-block {
	position:fixed;
	width:1110px;
	bottom:21px;
	left:50%;
	margin:0 0 0 -555px;
	padding:24px 32px;
	box-sizing: border-box;
	transition: all 0.5s;
	bottom:-1000px;
	background: #FFFFFF;
	box-shadow: 4px 4px 23px rgba(0, 0, 0, 0.04);
	border-radius: 8px;
	z-index:111;
}

.cookie-block.show {
	bottom:21px;
}

.cookie-block .cell {
	display:flex;
	justify-content: space-between;
	align-items: center;	
}

.cookie-block .cell .left {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #888A8C;	
}

.cookie-block .cell .left strong {
	display:block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;	
	padding:0 0 4px 0;
}

.cookie-block .cell .left a {
	color:#007EC5;
	text-decoration:underline;
}

.cookie-block .cell .left a:hover {
	text-decoration:none;
}

.cookie-block .cell .right {
	margin-left:40px;
}

.cookie-block .cell .right a {
	white-space: nowrap;
	padding:8px 6px;
	display:block;
	border: 1px solid #231F20;
	border-radius: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #231F20;	
	transition: all 0.5s;
	text-decoration:none;
}

.cookie-block .cell .right a:hover {
	background:#007EC5;
	border: 1px solid #007EC5;
	color:#FFF;
}

@media screen and (max-width: 1152px) {
	
	.cookie-block {
		width:auto;
		left:10px;
		right:10px;
		margin:0;
	}
	
	.cookie-block.show {
		bottom:10px;
	}
	
}

@media screen and (max-width: 600px) {
	
	.cookie-block {
		left:16px;
		right:16px;
		padding:20px;
		box-shadow: 0px 0px 25px rgb(0 0 0 / 50%);
	}	
	
	.cookie-block.show {
		bottom:16px;
	}
	
	.cookie-block .cell {
		flex-wrap: wrap;
	}
	
	.cookie-block .cell .left {
		width:100%;
	}
	
	.cookie-block .cell .right {
		width:100%;
		margin:0;
		padding:20px 0 0 0;		
	}
	
	.cookie-block .cell .right a {
		text-align:center;
	}
	
}

.info-video .rright{
	display: none;
}

.ya-share2__title{
	font-family: "Open Sans", sans-serif !important;
}
