/*
font-family: 'Jost', sans-serif;
font-family: 'Roboto', sans-serif;
*/

body {
	font-family: 'Roboto', sans-serif;
	background: url(../images/pattern.png);
}

header {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.wrapper {
	box-shadow: 0 0 10px #ccc;
	margin: 0px 0;
	padding: 30px;
	background: #fff;
}

h1,
h2,
h3 {
	color: #666;
	font-family: 'Jost', sans-serif;
}

h2 {
	font-size: 1.75rem;
}

p {
	margin-bottom: 30px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

.menu ul li a {
	color: #666;
	text-decoration: none;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 0 10px;
}

.menu ul li a:hover {
	background: #666;
	color: #fff;
}

.menu ul li.current a,
.menu ul li.active a {
	background: #666;
	color: #fff;
}

.social {
	text-align: right;
}

.social img {
	width: 50px;
	margin-left: 5px;
}

.date {
	font-family: 'Jost', sans-serif;
	font-size: 2em;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news {
	margin-bottom: 60px;
}

.news-content {
	margin-top: 60px;
}

.baton {
	padding: 10px 20px;
	background: #f00;
	color: #fff;
	font-family: 'Jost', sans-serif;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
	display: inline-block;
}

.baton:hover {
	text-decoration: underline;
	color: #fff;
	background: #e00;
}

footer {
	background: #f00;
	color: #fff;
	padding: 50px 0;
	font-family: 'Jost', sans-serif;
}

.copyright {
	text-align: center;
}

.copyright p {
	margin: 5px;
}

.copy {
	font-size: 1.2rem;
}

.article h1,
.article h2 {
	border-left: 8px solid #f00;
	padding-left: 15px;
}

.calendar {
	background: url(../images/calendar.svg) no-repeat;
	padding-left: 55px;
	font-weight: 500;
	margin-bottom: 40px;
}

.article img {
	margin-bottom: 40px;
}

.article h1,
.article h2 {
	margin-bottom: 30px;
}

.article .baton {
	margin-top: 30px;
}

.f-wrap {
	position: relative;
	margin-bottom: 20px;
}

.play {
	position: absolute;
	top: 110px;
	left: 250px;
}

.film h2 {
	font-weight: 600;
}

.time,
.prem {
	font-size: 1.5em;
	padding-left: 60px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #666;
	padding-bottom: 2px;
	padding-top: 2px;
}

.time {
	background: url(../images/duration.svg) no-repeat;
}

.prem {
	background: url(../images/calendar.svg) no-repeat;
}

.film {
	margin-bottom: 80px;
}

.film h2 {
	font-size: 2em;
}

.film div {
	margin-bottom: 20px;
}

.film .baton {
	display: block;
	width: 250px;
	text-align: center;

	margin-top: 50px;
}

.page-link {
	color: #000;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0 !important;
}

.page-item.active .page-link {
	background: #f00;
	border-color: #f00;
}



@media (max-width: 1399.98px) {
	.play {
		top: 90px;
		left: 200px;
	}	
}




@media (max-width: 1199.98px) {
	.menu ul li a {
		font-size: 1.4em;
	}
	.social img {
		width: 40px;
	}
	.date {
		font-size: 1em;
	}
	.calendar {
		background-size: 20px;
		padding-left: 35px;
	}
	.news-content {
		margin-top: 30px;
	}
	.time, .prem {
		font-size: 1em;
		padding-left: 40px;
		background-size: 30px;
	}
	.play {
		top: 60px;
		left: 150px;
	}
}


@media (max-width: 991.98px) {
	.baton {
		padding: 5px 10px;
		font-size: 1em;
	}
	.play {
		width: 80px;
		top: 50px;
		left: 120px;
	}

}


@media (max-width: 767.98px) {
	.play {
		top: 90px;
		left: 190px;
	}	
}


@media (max-width: 575.98px) {
	.play {
		top: 30%;
		left: 40%;
	}
	.wrapper {
		padding: 20px 10px 10px;
		box-shadow: none;
	}
	.body {
		background: transparent;
	}
	.shapka {
		text-align: center;
	}
	.logotype img {
		width: 120px;
		margin-bottom: 10px;
	}
	.menu {
		margin-bottom: 10px;
	}
	.social {
		text-align: center;
	}
}
