@font-face {
	font-family: AlegreyaSans-Regular;
	src: url(../fonts/AlegreyaSans-Regular.ttf);
}

@font-face {
	font-family: AlegreyaSans-Medium;
	src: url(../fonts/AlegreyaSans-Medium.ttf);
}

@font-face {
	font-family: AlegreyaSans-Bold;
	src: url(../fonts/AlegreyaSans-Bold.ttf);
}

@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-family: OpenSans-Bold;
	src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
	font-family: OpenSans-SemiBold;
	src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
	font-family: Opiumnewc;
	src: url(../fonts/Opiumnewc.otf);
	font-display: swap;
}

*, *::before, *::after {
	line-height: 1;
	outline: none;	
	box-sizing: border-box;	
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}

body, html {
	overflow-x: hidden;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: top 0.3s ease-in-out;
}

header.background {
	background-color: #ffffff;
}

.nav-up {
	top: -105px;
}

.h2-title {
	font-family: AlegreyaSans-Bold;
	font-size: 35px;
	color: #303030;
	line-height: 1.2;
	margin: 0;
}

.p-desc {
	font-family: AlegreyaSans-Regular;
	font-size: 16px;
	color: #303030;
	line-height: 1.4;
	margin: 0;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 57px;
	border: 1px solid #3f3f3f;
	font-family: AlegreyaSans-Bold;
	font-size: 18px;
	color: #303030;
	transition: 0.3s box-shadow;
}

.button:hover {
	color: #303030;
	box-shadow: 0px 0px 23px 9px rgba(224, 64, 85, 0.22);
}
a:focus {
	color: currentColor;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1570px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

@media screen and (max-width: 1600px) {
	.container {
		padding: 0 15px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.h2-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 475px) {
	.h2-title {
		font-size: 26px;
	}
}

.mtMain {
margin-top:105px;
}
.cat_title{
font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    color: #424242;
    font-size: 24px;
    margin: 0 0 30px 0;

}
.recent__name, .recent__img{
	cursor:pointer;
}
button.button[disabled] {
	background: #ccc !important;
}
._js_cookie-popup {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
	background: #fff;
	max-height: 90%;
}
._js_cookie-popup p {
	margin: 0;
	line-height: 1.3em
}
._js_cookie-popup .row{
	display: flex;
	align-items: center;
	flex-direction: row;
}
@media (max-width: 767px) {
	._js_cookie-popup .row{
		flex-direction: column;
	}
	._js_cookie-popup .row > div{
		margin: 10px 0;
	}
	._js_cookie-popup .row > div:first-child{
		margin-top: 0;
	}
	._js_cookie-popup .row > div:last-child{
		margin-bottom: 0;
	}
}
._js_cookie-popup a {
	border-bottom: 1px solid;
}
._js_cookie-popup a:hover {
	border-bottom: 1px solid transparent;
}
._js_cookie-popup .button {
	background:#24347a; color:#fff; border: 1px solid #24347a;
	display: inline-block;
}

.form-group label {
	line-height: 1.5em;
}
.form-group a {
	border-bottom: 1px solid;
}
.form-group a:hover {
	border-bottom: 1px solid transparent;
}

.rules{/*padding:20px;*/}
.rules a{color:#CB2812;text-decoration:none;border-bottom: 1px solid #CB2812;}
.rules a:hover{text-decoration:none; border-bottom: 1px solid transparent;}
.rules strong{}
.rules .pull-right{font-size:16px;line-height:20px}
.rules p{font-size:16px;line-height:20px;margin:10px 0;text-align:justify;}
.rules ul{padding:5px 0;margin:0;}
.rules ol{counter-reset:item;padding:5px 0;margin:0;}
.rules > ol.fadeOut *{/*display:none*/}
.rules > ol.fadeOut h3{cursor:pointer;}
.rules > ol.fadeOut .fadeIn *,
.rules > ol.fadeOut .h3,
.rules > ol.fadeOut h3{display:block;}
.rules > ol.fadeOut .fadeIn a{display:inline;}
.rules > ol.fadeOut h3{text-align:left;}
.rules ul{padding:5px 0;margin:0;}
.rules li{font-size:16px;line-height:20px;text-align:justify;padding:2px 0 2px 25px;position:relative;display:block;margin:0;}
.rules > ol > li{padding-left:0;}
.rules > ol.mainList > li{padding-left:25px;}
.rules i{font-style:italic;}
.rules li li{padding:2px 0 2px 50px;}
.rules li li ol > li {padding-left: 60px;}
.rules ul > li{list-style-type:disc !important;display:list-item;padding:2px 0;margin:0 0 0 20px;}
.rules ol > li:before{content:counters(item, ".") "\002E";counter-increment:item;position:absolute;left:0;top: 4px;}
.rules ol > li.h3:before{color:transparent;}
.rules h2{text-align:center;font-weight:bold;font-size:22px;line-height:28px;margin-top:20px;margin-bottom:10px;}
.rules h3{font-weight:bold;font-size:18px;line-height:22px;margin-top:20px;margin-bottom:10px;}
.readAllRules,
.hideAllRules{display:block;color:#f00;font-size:16px;font-weight:bold;margin:10px 0;background:none; float: left}
.hideAllRules{display:none;}
.align-center{text-align:center !important;}

._js_cookie-popup a,
.form-group a,
.button,
.rules > ol h3
{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition:    all 0.3s ease 0s;
	-ms-transition:     all 0.3s ease 0s;
	-o-transition:      all 0.3s ease 0s;
	transition:         all 0.3s ease 0s;
}

.footer_center{
	text-align: center;
	position: relative;
	bottom: -14px;
}

@media(max-width: 768px) {
	.footer_center{
		bottom: 40px;
	}
}