@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-BoldItalic.eot');
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
		url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
		url('../fonts/Roboto-BoldItalic.woff') format('woff'),
		url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-LightItalic.eot');
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
		url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
		url('../fonts/Roboto-LightItalic.woff') format('woff'),
		url('../fonts/Roboto-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('Roboto'), local('Roboto-Regular'),
		url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-MediumItalic.eot');
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
		url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
		url('../fonts/Roboto-MediumItalic.woff') format('woff'),
		url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.eot');
	src: local('Roboto Light'), local('Roboto-Light'),
		url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff2') format('woff2'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Italic.eot');
	src: local('Roboto Italic'), local('Roboto-Italic'),
		url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Italic.woff2') format('woff2'),
		url('../fonts/Roboto-Italic.woff') format('woff'),
		url('../fonts/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

::-webkit-scrollbar {
	width: 12px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #f2f2f2;
	border-radius: 1px;
}
::-webkit-scrollbar-thumb {
	background: #ED4712;
	border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
	background: #DD4712;
}

*, *::before, *::after {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 16px;
	line-height: 140%;
	margin: 0;
	font-family: 'Roboto', system-ui, sans-serif;
	background: #fff;
}
body._lock {
	overflow: hidden;
	padding-right: 12px;
}
img {
	max-width: 100%;
}
input, select, textarea, button {
	outline: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
.nowrap {
	white-space: nowrap;
}

.container {
	max-width: 100%;
	margin: 0 auto;
}

.btn {
	display: inline-flex;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
	text-shadow: 1px 2px #6f6f6f;
	background: linear-gradient(180deg, #FFD02B, #FFCFC1);
	/*background: #0B0BE8;*/
	/*border: 3px solid #FFD02B;*/
	transition: all .15s;
	cursor: pointer;
}
.btn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 48px;
	border-radius: 50px;
	background: linear-gradient(180deg, #F77210, #E82611);
}
.btn-sm {
	color: #F9D026;
	font-size: 14px;
	padding: 3px;
	text-shadow: none;
	background: linear-gradient(180deg, #F9D026, #FF564E);
	text-transform: uppercase;
}
.btn-sm span {
	padding: 13px 40px 12px;
	background: #000;
}
.btn:hover {
	opacity: .95;
}
@media (max-width: 990px) {
	.btn {
		font-size: 18px;
		padding: 3px;
	}
	.btn span {
		padding: 10px 25px;
	}
}
@media (max-width: 680px) {
	.btn {
		font-size: 16px;
	}
	.btn-sm {
		font-size: 13px;
		padding: 2px;
	}
}

.bg-wrapper {
	position: relative;
}
.bg-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.bg-wrapper > div {
	position: relative;
	z-index: 1;
}

.main {
	background-color: #333;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	min-height: 400px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .container {
	padding: 45px 15px;
	margin: auto;
}
.main h1 {
	font-size: 52px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.main h2 {
	font-size: 18px;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 70px;
}
.main .btn {
	margin-bottom: 25px;
}
.main .main__desc {
	font-size: 14px;
	margin-bottom: 15px;
}
.main .main__desc span {
	background: #0F0F0F;
	display: inline-block;
	border-radius: 18px;
	padding: 3px 28px 2px;
	margin-left: 8px;
}
@media (max-width: 990px) {
	.main h1 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.main h2 {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.series {}
.series .container {
	display: flex;
	flex-wrap: wrap;
}
.series .series__block {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	flex: 0 0 33.333%;
	padding: 40px 25px;
	text-align: center;
	min-height: 390px;
	border: 3px solid #000;
	overflow: hidden;
}
.series .series__block.bg-wrapper:before {
	background: rgba(0, 0, 0, 0.55);
}
.series__block-1 {
	background-image: url(../images/bg-1.jpg);
}
.series__block-2 {
	background-image: url(../images/bg-2.jpg);
}
.series__block-3 {
	background-image: url(../images/bg-3.jpg);
}
.series__block-4 {
	background-image: url(../images/bg-4.jpg);
}
.series__block-5 {
	background-image: url(../images/bg-5.jpg);
}
.series__block-6 {
	background-image: url(../images/bg-6.jpg);
}
.series .series__block > div {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}
.series .series__title {
	font-size: 36px;
	line-height: normal;
	margin-bottom: 25px;
}
.series .series__text {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 25px;
}
.series .series__btn {
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: all .5s;
}
.series .series__block:hover .series__btn {
	visibility: visible;
	height: 55px;
	opacity: 1;
}
@media (max-width: 1200px) {
	.series .series__block {
		flex: 0 0 50%;
		padding: 40px 15px;
	}
}
@media (max-width: 620px) {
	.series .series__block {
		flex: 0 0 100%;
		padding: 40px 15px;
	}
	.series .series__title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.series .series__text {
		font-size: 14px;
		line-height: 135%;
		margin-bottom: 15px;
	}
	.series .series__btn {
		visibility: visible;
		height: 55px;
		opacity: 1;
	}
}

.footer {
	background: #141414;
	color: #6f6f6f;
	text-align: center;
	font-size: 18px;
	padding: 45px 25px 0;
	min-height: 150px;
}
.footer p {
	margin: 0 0 15px;
}
.footer a {
	color: #6f6f6f;
	text-decoration: none;
}
@media (max-width: 1080px) {
	.footer {
		padding: 24px 15px 0;
		min-height: 90px;
	}
	.footer p {
		margin: 0 0 5px;
	}
}
@media (max-width: 620px) {
	.footer {
		padding: 15px;
		font-size: 13px;
		min-height: 75px;
	}
	.footer p {
		margin: 0;
	}
}