
.container {
	max-width: 1920px;
	/*	min-width:1200px;*/
	min-width: 460px;
	margin: 0 auto;
	padding: 120px 0 0;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}


header {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30;
	/*	min-width:1200px;*/
	min-width: 460px;
}

header .wrap {
	max-width: 1440px;
	height: 120px;
	position: relative;
}

header .logo {
	float: left;
	width: 345px;
	height: 99px;
	background: url(../i/logo.png) no-repeat;
	margin: 21px 0 0 20px;
	background-size: 100%;
}

#nav-mini {
	width: 28px;
	height: 28px;
	padding: 6px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	left: 30px;
	display: none;
}

#nav-mini * {
	position: relative;
	display: block;
	width: 28px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	transition: all .1s ease-in 0s;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	-ms-transition: all .1s ease-in 0s;
}

#nav-mini i {
	top: 3px;
}

#nav-mini em {
	top: 10px;
}

#nav-mini span {
	top: 17px;
}

#nav-mini:hover {
	background: #333;
}

header nav {
	position: relative;
	margin: 0 0 0 380px;
}

header nav>a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	line-height: 88px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 26px 11px 0;
	border-bottom: 6px solid #000;
	font-size: 16px;
}

header nav>a:hover {
	border-bottom-color: #fff;
}

header nav>a.active {
	border-bottom-color: #fff;
}

.socials {
	float: right;
	margin: 56px 0 0;
}

.socials a {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 15px;
}

.socials a:first-child {
	margin-left: 0
}

.socials a img {
	display: block;
	position: relative;
	max-height: 50px;
}

.socials a:hover img {
	top: -25px;
}


.top {
	position: relative;
	overflow: hidden;
}

.top .wrap {
	height: 435px;
}

.top-center {}

.top-center .wrap {}

.top-big {}

.top-big .wrap {
	height: 875px;
}

.top-right {}

.top-right .wrap {}

.top * {
	position: relative;
}

#top-slider {
	height: 875px;
	position: relative;
}

#top-slider li {
	width: 1920px;
	height: 875px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	display: none;
}

#top-slider li:first-child {
	display: block;
}

#top-slider li>.wrap>img {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
}

#top-slider li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top>.wrap>img {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
}

.top-text {
	width: 470px;
	border: 2px solid #fff;
	border-top: 0;
	position: absolute;
	top: 120px;
	left: 30px;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 15px;
}

.top-center .top-text {
	top: 150px;
	left: 365px;
}

.top-big .top-text {
	top: 300px;
}

.top-right .top-text {
	top: 320px;
	left: 695px;
}

.tt-title {
	display: table;
	width: 474px;
	margin: -60px 0 30px -2px;
}

.tt-title>* {
	display: table-cell;
	font-size: 58px;
	line-height: 60px;
}

.tt-title div {}

.tt-title div span {
	display: block;
	position: relative;
	top: 30px;
	padding: 0 15px;
	white-space: nowrap;
}

.tt-title i {
	width: 50%;
	border-bottom: 2px solid #fff;
}

.tt-title em {
	width: 50%;
	border-bottom: 2px solid #fff;
}

.top-info {
	width: 470px;
	position: absolute;
	top: 220px;
	left: 32px;
	text-align: center;
	font-size: 25px;
	color: #fff;
}

.top-center .top-info {
	top: 250px;
	left: 367px;
}

.top-big .top-info {
	top: 400px;
}

.top-right .top-info {
	top: 420px;
	left: 697px;
}

.top-links {
	width: 510px;
	position: absolute;
	top: 325px;
	left: 12px;
	text-align: center;
}

.top-center .top-links {
	top: 355px;
	left: 367px;
}

.top-links a {
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	padding: 0 10px;
	border: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 1px;
}

.top-links a:hover {
	background: #fff;
	color: #000;
}

.top>.wrap>a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top .big-button {
	border-color: #fff;
	color: #fff;
	margin: 0;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 510px;
	left: 790px;
	transition: all .1s ease-in 0s;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	-ms-transition: all .1s ease-in 0s;
}

.top li:hover .big-button {
	background: #fff;
	color: #000;
}

#ts-ctrl {
	width: 100%;
	height: 120px;
	padding: 30px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

#ts-ctrl a {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}

#ts-ctrl a:hover {
	background: rgba(255, 255, 255, .5);
}

#ts-ctrl a.active {
	background: #fff;
}

#next {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: url(../i/next.png);
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin: 0 0 0 -27px;
}

#next:hover {
	background-color: rgba(255, 255, 255, .5);
}


#video {
	position: relative;
	overflow: hidden;
	background: #000;
}

#video video {
	width: 1920px;
	height: 1080px;
	position: relative;
	left: 50%;
	/*	transform: translateX(-50%);*/
	margin: 0 0 0 -960px;
}

#video i {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../i/mute.png);
	margin: 50px 0;
	position: absolute;
	top: 0;
	right: 40px;
	cursor: pointer;
}

#video i.muted {
	background-position: 0 -60px;
}


.video {
	height: 1080px;
	position: relative;
	overflow: hidden;
}

.video iframe {
	width: 1920px;
	height: 1080px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.micro-text {
	margin: 40px 10%;
}

.info-text {
	/*	height:770px;*/
	position: relative;
	overflow: hidden;
	background: url(../i/it01.jpg) no-repeat 50% 0, url(../i/it02.jpg) no-repeat 50% 770px, url(../i/it03.jpg) no-repeat 50% 1540px, url(../i/it04.jpg) no-repeat 50% 2310px, url(../i/it01.jpg) no-repeat 50% 3080px, url(../i/it02.jpg) no-repeat 50% 3850px, url(../i/it03.jpg) no-repeat 50% 4620px, url(../i/it04.jpg) no-repeat 50% 5390px;
}

.info-text.rt {}

.info-text.lt {}

.info-text img {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	display: none;
}

.info-text .wrap {
	position: relative;
	width: 680px;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.info-text.tr .wrap {
	padding: 50px 0 50px 21%;
	width: auto;
	max-width: 800px;
}

.info-text.tl .wrap {
	padding: 280px 470px 0 50px;
}


.article {
	overflow: hidden;
	padding: 0 0 0 30px;
	margin: 40px 0;
}

.news-title {
	position: relative;
	padding: 30px;
	background: #f3f3f3;
	overflow: hidden;
	margin: 0 0 30px -30px;
}

.news-title h1 {
	font-size: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	width: auto;
	max-width: none;
	margin: 0 300px 0 0;
}

.news-title a {
	display: block;
	width: 130px;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	right: 30px;
}

.news-title a:hover {
	background: #fff;
	color: #000;
}

.article h2 {
	margin: 1em 0 0;
	padding: 0;
	border: 0;
	font-size: 25px;
	text-align: left;
	width: auto;
}


.tour-table {
	margin: 40px 0;
}

.tour-text {
	margin: 40px 10%;
	text-align: center;
}

.tour-table table {
	width: 100%;
	margin: 0 40px;
}

.tour-table table tr:nth-child(2n+1) td {
	background: #ededed;
}

.tour-table table th,
.tour-table table td {
	text-align: center;
	vertical-align: middle;
}

.tour-table table th {
	color: #fff;
	background: #000;
	text-transform: uppercase;
	padding: 15px;
}

.tour-table table td {
	padding: 10px;
}

.tour-table table td strong {
	display: block;
	line-height: 1;
}

.tour-table table td strong span {
	display: block;
	font-size: 30px;
}

.tour-table table td a {
	display: block;
	border: 2px solid #000;
	width: 180px;
	line-height: 37px;
	text-transform: uppercase;
}

.tour-table table td a:hover {
	background: #000;
	color: #fff;
}


.events-text {
	margin: 40px 10%;
	text-align: center;
}

.events {
	list-style: none;
	overflow: hidden;
	margin: 40px 0;
}

.events li {
	float: left;
	width: 20%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

.events li .e-img {
	width: 100%;
	height: 304px;
	position: relative;
	overflow: hidden;
}

.events li .e-img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*	left:50%;
	margin:0 0 0 -192px;*/
}

.events li .e-img i {
	display: block;
	width: 33px;
	height: 16px;
	background: url(../i/ea.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -16px;
}

.events li h2 {
	width: auto;
	height: 105px;
	padding: 100px 45px 0;
	font-size: 20px;
	border: 0;
	margin: 0;
}

.e-links {
	height: 80px;
	padding: 12px 0 0;
	border-top: 1px solid #000;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 45px;
}

.e-links a {
	margin: 0 3px;
}

.e-links a:hover {
	text-decoration: underline;
}


.disco-text {
	margin: 40px 10%;
	text-align: center;
}

.discography {
	/* list-style: none; */
	overflow: hidden;
	/* width:98%; */
	margin: 0 auto;
	display: grid;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.discography li {
    padding: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
}

.discography li img {
	width: 100%;
    height: auto;

}

.discography li div {
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding: 10px;
	background: linear-gradient(to top, #000, rgba(0, 0, 0, .7));
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 20px;
	transition: all .1s ease-in 0s;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	-ms-transition: all .1s ease-in 0s;
}

.discography li:hover div {
	height: 100% !important;
}

.discography li div strong {
	display: block;
	font-size: 25px;
}

.discography li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../i/dplay.png) no-repeat 50% -50%;
}

.discography li:hover a {
	background-position: 50% 50%
}


.media-text {
	margin: 40px 10%;
	text-align: center;
}

.filter,
.js_tabs {
	margin: 40px 0;
	text-align: center;
}

.filter a,
.js_tabs a {
	display: inline-block;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 15px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 0 12px;
	margin: 0 1px;
}

.filter a:hover,
.filter a.active,
.js_tabs a:hover,
.js_tabs a.active {
	background: #000;
	color: #fff;
}

.tab_info {
	display: none;
}

.media {
	list-style: none;
	overflow: hidden;
	margin: 40px 0;
}

.media>li {
	float: left;
	width: 20%;
	height: 304px;
	position: relative;
	overflow: hidden;
}

.media>li>img {
	position: absolute;
	top: 0;
	/*	left:0;*/
	width: 101%;
	height: auto;
	/*	left:50%;
	margin:0 0 0 -192px;*/
	transition: all .3s ease-in 0s;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
}

.media>li>div {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 105px 40px 0;
	position: relative;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	transition: all .3s ease-in 0s;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
}

.media>li:hover>img {
	width: 110%;
	margin: -5% 0 0 -5%;
}

.media>li:hover>div {
	opacity: 1;
}

.media>li>div>h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}

.media>li>div>h2 a {
	color: #fff;
}

.media>li>div>i {
	display: block;
	width: 57px;
	height: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 15px auto;
}

.media>li>div>a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	margin: 0 5px;
	position: relative;
}

.media>li>div>a:hover {
	text-decoration: underline;
}

.media>li>div ul {
	display: none;
}


.big-button {
	display: block;
	width: 256px;
	border: 2px solid #000;
	font-size: 20px;
	line-height: 43px;
	text-transform: uppercase;
	margin: 40px auto;
}

.big-button:hover {
	background: #000;
	color: #fff;
}


.discography-block {
	overflow: hidden;
	background: url(../i/disco-bg.jpg) 50% 0;
}

.discography-block .disco-text {
	color: #fff;
}

.discography-block .disco-text h2 {
	border-color: #fff;
}

.discography-block .discography {}

.discography-block .discography li {
	border: 1px solid #fff;
}





footer {
	padding: 20px 0;
	min-width: 460px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}

footer table {
	width: 100%;
}

footer table td {
	padding: 0 5px;
	vertical-align: middle;
	white-space: nowrap;
}

.hr1 {
	width: 30%;
}

.hr2 {
	width: 50%;
}

footer table td hr {
	height: 1px;
	background: #000;
}

.dev {}

.dev a {
	font-weight: bold;
}

.dev a span {
	color: #6c6c6c;
}




#shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	z-index: 600;
	display: none;
}

#media-container {
	position: fixed;
	top: 0;
	left: 50%;
	display: table;
	width: 1200px;
	height: 700px;
	margin: 0 0 0 -600px;
	z-index: 660;
	display: none;
}

#media-video {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	display: none;
}

.video-block {
	display: inline-block;
	width: 1198px;
	border: 1px solid #fff;
}

.video-block iframe {
	display: block;
	width: 100%;
	height: 515px;
	background: url(../i/loader.png) no-repeat 50% 50% rgba(0, 0, 0, .75);
}

#video-title {
	padding: 15px 30px;
	color: #fff;
	font-size: 15px;
	line-height: 29px;
	background: rgba(0, 0, 0, .75);
	overflow: hidden;
}

#video-title span {
	float: left;
}

.close-all {
	float: right;
	padding: 0 0 0 45px;
	background: url(../i/close.png) no-repeat;
	color: #fff;
	text-transform: uppercase;
}

#media-photo {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	display: none;
}

.big-picture {
	display: inline-block;
}

#photo-big {
	border: 1px solid #fff;
	position: relative;
}

#photo-big img {
	display: block;
	max-width: 1000px;
	max-height: 560px;
}

#photo-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 15px;
	line-height: 29px;
	color: #fff;
	padding: 15px 30px;
	background: rgba(0, 0, 0, .75);
	overflow: hidden;
}

#photo-title span {
	float: left;
}

#images-list {
	height: 117px;
	margin: 10px 0 0;
}

#images-list>i,
#images-list>em {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	background: url(../i/arr.png);
	cursor: pointer;
}

#images-list>i {}

#images-list>em {
	background-position: -55px 0;
}

#images-slider {
	display: inline-block;
	vertical-align: middle;
	width: 748px;
	height: 117px;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
}

#images-slider ul {
	list-style: none;
	width: 9999em;
	height: 117px;
	position: relative;
}

#images-slider ul li {
	float: left;
	width: 175px !important;
	height: 115px !important;
	border: 1px solid #fff;
	margin: 0 5px;
}

#images-slider ul li a {
	display: block;
}

#images-slider ul li img {
	display: block;
	width: 175px;
	height: 115px;
}





@media only screen and (max-width:1370px) {
	.tour-table table {
		width: auto;
		margin: 0 20px;
	}

	.media li,
	.events li {
		width: 25%;
	}
}

@media only screen and (max-width:1330px) {
	header nav>a {
		padding: 26px 4px 0;
	}
}

@media only screen and (max-width:1220px) {
	header nav {
		font-size: 16px;
	}

	header nav>a {
		line-height: 88px;
		padding: 26px 1px 0;
		margin: 0;
	}

	#video video {
		width: 1280px;
		height: 720px;
		margin: 0 0 0 -640px;
	}

	.video {
		height: 720px;
	}

	.video iframe {
		width: 1280px;
		height: 720px;
	}
}

@media only screen and (max-width:1200px) {
	#media-container {
		width: 1000px;
		height: 500px;
		margin: 0 0 0 -500px;
	}

	.video-block {
		width: 998px;
	}

	.video-block iframe {
		height: 500px;
	}
}

@media only screen and (max-width:1170px) and (min-width:620px) {

	.media li,
	.events li {
		width: 33.33%;
	}
	.discography {
		grid-template-rows: 1fr 1fr 1fr !important;
		grid-template-columns: 1fr 1fr 1fr !important;

	}
	.discography li {
		margin: 0 1% 12px;
	}
}
@media only screen and (max-width:620px) {

	.media li,
	.events li {
		width: 33.33%;
	}
	.discography {
		grid-template-rows: 1fr !important;
		grid-template-columns: 1fr !important;

	}
	.discography li {
		margin: 0 1% 12px;
	}
}
@media only screen and (max-width:1120px) {
	header nav {
		display: none;
		position: absolute;
		top: 120px;
		left: 0;
		right: 0;
		background: #000;
		margin: 0;
	}

	header nav.opened {
		display: block;
	}

	header nav>a {
		display: block;
		text-align: center;
		border: 0;
		padding: 0;
		line-height: 36px;
		margin: 0 10%;
	}

	header nav>a:hover {
		background: #333;
	}

	header nav>a.active {
		background: #fff;
		color: #000;
	}

	.top-text {
		width: 300px;
		font-size: 20px;
	}

	.top-big .top-text {
		top: 140px;
	}

	.top-center .top-text {
		top: 100px;
		left: 450px;
	}

	.top-info {
		width: 300px;
		top: 200px !important;
		font-size: 18px;
	}

	.top-right .top-info {
		top: 220px !important;
	}

	.top-center .top-info {
		top: 180px !important;
		left: 450px;
	}

	.top-links {
		width: 340px;
		top: 250px;
	}

	.top-links a {
		font-size: 12px;
		line-height: 22px;
		padding: 0 5px;
	}

	.top .big-button {
		top: 270px;
		left: 745px;
		width: 196px;
		line-height: 36px;
		font-size: 18px;
	}

	.tt-title {
		width: 304px;
		margin: -36px 0 30px -2px;
	}

	.tt-title>* {
		font-size: 32px;
		line-height: 36px;
	}

	.tt-title div span {
		top: 18px;
	}

	#ts-ctrl {
		height: 80px;
	}

	#next {
		bottom: 0;
	}

	.socials {
		text-align: center;
		width: 80%;
		margin: 20px 10%;
		float: none;
		display: inline-block;
	}

	.socials a {
		margin: 0 0 0 5%;
	}

	#nav-mini {
		display: block;
		float: right;
		left: -10%;
	}
}

@media only screen and (max-width:1000px) {
	#video video {
		width: 1000px;
		height: 560px;
		margin: 0 0 0 -500px;
	}

	.video {
		height: 560px;
	}

	.video iframe {
		width: 1000px;
		height: 560px;
	}

	.news-title h1 {
		margin: 0;
	}

	.news-title a {
		position: static;
		float: right;
	}

	.tour-table table {
		font-size: 15px;
	}

	.tour-table table th {
		padding: 5px;
	}

	.tour-table table td {
		padding: 5px;
	}

	.tour-table table td a {
		width: 110px;
	}

	#media-container {
		width: 600px;
		height: 400px;
		margin: 0 0 0 -300px;
	}

	.video-block {
		width: 598px;
	}

	.video-block iframe {
		height: 400px;
	}
}

@media only screen and (max-width:820px) {
	.top-big .top-text {
		top: 40px;
		left: 445px;
	}

	.top-big .top-info {
		top: 120px !important;
		left: 445px;
	}

	.top .big-button {
		top: 170px !important;
		left: 495px;
	}
}

@media only screen and (max-width:730px) {
	.info-text.tr .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	#video video {
		width: 720px;
		height: 405px;
		margin: 0 0 0 -360px;
	}

	.video {
		height: 405px;
	}

	.video iframe {
		width: 720px;
		height: 405px;
	}

	footer {
		padding: 0;
	}

	.copyrights,
	.hr1 {
		display: none;
	}
}

@media only screen and (max-width:620px) {
	.tour-table table {
		font-size: 12px;
	}

	.tour-table table th {
		padding: 2px;
	}

	.tour-table table td {
		padding: 2px;
	}

	.tour-table table td a {
		width: 90px;
	}

	#media-container {
		width: 500px;
		height: 300px;
		margin: 0 0 0 -250px;
	}

	.video-block {
		width: 498px;
	}

	.video-block iframe {
		height: 300px;
	}
}

@media only screen and (max-width:530px) {
	header .logo {
		margin: 8px 0 0;
	}

	#media-container {
		width: 300px;
		height: 230px;
		margin: 0 0 0 -150px;
	}

	.video-block {
		width: 298px;
	}

	.video-block iframe {
		height: 230px;
	}

	footer {
		display: none;
	}
}

< !-- cлайдер доб.12.03.2018 -->

/*     .slide {
    width: 500px;
    height: 300px;
    border: 1px solid #888;
    position: relative;
    text-align: center;
}
	.slide  input {
    display: none;
}

.slide  input + label {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: rgba(90, 90, 90, 0.8);
    border: 2px solid rgba(190, 190, 190, 0.8);

    cursor: pointer;

    z-index: 100;
    position: relative;

    margin-right: 4px;
    top: 90%;

    transition: background 0.8s ease-out 0s;
}

.slide  input + label:hover {
    background: rgba(250, 250, 250, 0.8);
}

.slide  input:checked + label {
    background: rgba(220, 220, 220, 0.8);
}
	
.slide  div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}
	
.slide  div {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0.9s;
}

img {
    width:500px;
		height:300px;
}
	
.slide  input:checked + label + div {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s ease-out 0.1s, visibility 0.1s ease-out 0s;
}
	
.slide  div  p {
    position: absolute;
		font-size:18px;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 3px #222;
} */
< !--конец слайдера-->.ssil2 {
	color: #ffffff !important;
	text-decoration: none;
}

.ssil2 a {
	color: #ffffff !important;
	text-decoration: none;
}

.ssil2 a:visited {
	color: #ffffff !important;
	text-decoration: none;
}

.ssil2 a:link {
	color: #ffffff !important;
	text-decoration: none;
}

.ssil2 a:hover {
	color: #ffffff !important;
	text-decoration: none;
