@charset "utf-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {color:#1c1b1b;}
::-moz-placeholder          {color:#1c1b1b;}
:-moz-placeholder           {color:#1c1b1b;}
:-ms-input-placeholder      {color:#1c1b1b;}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNovaT-Thin.eot');
    src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
        url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
body {
	font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 14px;
	color: #333333;
	min-width: 640px;
}
a {
	text-decoration: none;
	color: #333333;
	transition: all 0.3s ease 0s;
}
input, button, textarea {
	font-family: 'Proxima Nova Rg', sans-serif;
	outline: none;
	transition: all 0.3s ease 0s;
}
div {
	outline: none;
}
.container {
	width: 1290px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
}
header {
	padding-top: 15px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.logo {
	display: block;
}
.logo-title1 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2539a9;
	display: block;
	margin-bottom: 10px;
}
.logo-title2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #888888;
	display: block;
	letter-spacing: 1.5px;
}
.logo img {
    height: 60px;
    
}
.header-image img {
	width: 100%;
	border-radius: 5px;
}
.header-image {
	width: 970px;
}
.header-blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
nav {
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
nav ul li {
	float: left;
	height: 28px;
	width: 118px;
	margin-right: 10px;
	margin-bottom: 10px;
}
nav ul li:nth-child(10n) {
	margin-right: 0px;
}
nav ul li a {
	background-color: #4166ab;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Proxima Nova Lt";
	padding-top: 8px;
}
nav ul li a:hover, nav ul li.active a {
	background-color: #43a155;
}
/* fix */
nav ul li, nav ul li:nth-child(10n) {
display: inline-block;
margin-right: 5px;
margin-left: 5px;
float: none;
}
nav ul {
text-align: center;
}
/* fix */
.main {
	padding-top: 30px;
	padding-bottom: 40px;
}
h1, .h1 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.catalog-item {
	display: inline-block;
	height: 156px;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*.catalog-item:nth-child(4n) {
	margin-right: 0px;
}*/
.catalog-item img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
}
.catalog {
	margin-bottom: 20px;
	text-align: center;
}
.description {
    width: auto;
    font-size: 24px;
    text-align: center;
}
.bottom-banner {
	text-align: center;
}
.footer-nav {
	padding-top: 30px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
.footer-nav ul {
	text-align: center;
}
.footer-nav ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 19px;
	margin-left: 15px;
}
.footer-nav ul li a {
	font-size: 25px;
	color: #4166ab;
	font-family: "Proxima Nova Lt";
}
.footer-nav ul li a:hover, .footer-nav ul li.active a {
	color: #43a155;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #2539a9;
	border-right-color: #2539a9;
	border-bottom-color: #2539a9;
	border-left-color: #2539a9;
}
footer {
	background-color: #ffe438;
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 15px;
	color: #2539a9;
	font-family: "Proxima Nova Rg";
	font-weight: 100;
	border-top: 1px solid #e5e5e5;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
footer a {
	font-family: "Proxima Nova Rg";
	font-weight: normal;
	color: #2539a9;
	display: inline-block;
	margin-left: 17px;
}
footer a:hover {
	text-decoration: underline;
}
.totop {
	background-image: url(../img/totop.png);
	height: 67px;
	width: 67px;
	position: fixed;
	z-index: 2;
	right: 20px;
	bottom: 20px;
	display: none;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(2,61,18,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(2,61,18,0.4);
	box-shadow: 0px 0px 15px 0px rgba(2,61,18,0.4);
	color: #FFF;
	text-align: center;
	padding-top: 32px;
	font-family: "Proxima Nova Lt";
	transition: all 0s ease 0s;
}
.totop:hover {
	opacity: 0.9;
}
.back {
	background-color: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
.back a {
	font-size: 16px;
	color: #023d12;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 20px;
	font-family: "Proxima Nova Lt";
}
.back a:hover {
	color: #2539a9;
}
.item-left {
	float: left;
	width: 840px;
	text-align: center;
}
.game-image1 {
	width: 100%;
	margin-bottom: 40px;
	border-radius: 5px;
}
.game {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
	padding-bottom: 60px;
	padding-top: 40px;
}
.game-image2 {
	width: 468px;
	border-radius: 5px;
}
.item-slider {
	float: left;
	width: 240px;
	margin-right: 40px;
}
.slider-item img {
	border-radius: 5px;
	height: 100%;
	width: 100%;
}
.slider-item {
	height: 320px;
	width: 240px;
}
.item-right {
	float: right;
	width: 302px;
}
.item-right {
     width: 100%;
}
.slick-dots li {
	border: 1px solid #FFFFFF !important;
	padding-top: 4px !important;
	padding-left: 4px !important;
	border-radius: 50% !important;
	height: 14px !important;
	width: 14px !important;
}
.slick-dots li button {
	background-color: #023d12 !important;
	height: 4px !important;
	width: 4px !important;
	border-radius: 50% !important;
	padding: 0px !important;  
}
.slick-dots li button:before {
	font-size: 0px !important;
}
.slick-dots li.slick-active {
	border: 1px solid #023d12 !important;
}
.slick-dots li.slick-active button {
	background-color: #FFFFFF !important;
}
.slick-prev:before, .slick-next:before {
	font-size: 0px !important;
}
.slick-dots {
	bottom: -35px !important;
}
.slick-prev, .slick-next {
	height: 13px !important;
	width: 9px !important;
	top: auto !important;
	bottom: 0px !important;
	margin-bottom: -40px !important;
}
.slick-prev {
	background-image: url(../img/slider-left.png) !important;
	left: 0px !important;
	z-index: 2;
}
.slick-next {
	background-image: url(../img/slider-right.png) !important;
	right: 0px !important;
	z-index: 2;
}
.content p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}
.content {
	margin-bottom: 40px;
}
.index-banner {
	text-align: center;
}
.item-cats {
	margin-top: -10px;
	margin-bottom: 20px;
}