@font-face
{
	font-family: 'Open Sans';
	src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensanslight.woff2') format('woff2'), url('../fonts/opensanslight.woff') format('woff'), url('../fonts/opensanslight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face
{
	font-family: 'Open Sans';
	src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/opensanslightitalic.woff2') format('woff2'), url('../fonts/opensanslightitalic.woff') format('woff'), url('../fonts/opensanslightitalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face
{
	font-family: 'Open Sans';
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/opensansextrabold.woff2') format('woff2'), url('../fonts/opensansextrabold.woff') format('woff'), url('../fonts/opensansextrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face
{
	font-family: 'Cuprum';
	src: local('Cuprum'), local('Cuprum-Regular'), url('../fonts/cuprum.woff2') format('woff2'), url('../fonts/cuprum.woff') format('woff'), url('../fonts/cuprum.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face
{
	font-family: 'Cuprum';
	src: local('Cuprum Bold'), local('Cuprum-Bold'), url('../fonts/cuprumbold.woff2') format('woff2'), url('../fonts/cuprumbold.woff') format('woff'), url('../fonts/cuprumbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

*
{
	padding: 0;
	margin: 0;
}

html
{
	background: #222222 url(../images/bg.jpg) no-repeat center top;
	font: 13px 'Cuprum';
	font-weight: 300;
	font-style: normal;
	color: #191919
}

body
{
	min-width: 1200px
}

a
{
	color: #000000;
	text-decoration: none
}
a:hover
{
	color: #444444;
}

header
{
	background: url(../images/header_line.png) repeat-x top;
	min-width: 1200px;
	width: 100%;
	height: 100px
}
header .navigation
{
	background: url(../images/header_nav.png) no-repeat center top;
	height: 51px;
	z-index: 200;
	display: inline-block;
	width: 1200px;
}
header .navigation ul.full
{
	width: 980px
}
header .navigation ul
{
	width: 815px;
	padding: 10px 0 0 110px;
	list-style: none;
	float: left;
}
header .navigation ul li
{
	margin: 5px;
	float: left;
}
header .navigation ul li a
{
	font-size: 12px;
	border-radius: 8px;
	background-color: #21272c;
	padding: 5px 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
header .navigation ul li a:hover
{
	background-color: #283e5b;
}
header .user
{
	float: right;
	width: 180px;
	height: 44px;
	margin: 5px 80px 0 0;
	color: #ffffff;
}
header .user .ava
{
	float: left;
	margin-right: 10px;
}
header .user .ava img
{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #273b54;
	box-shadow: 0 0 3px #38567d
}
header .user a
{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin: 2px;
}
header .user a:hover
{
	text-decoration: underline;
}
header .user a.quit
{
	float: right;
	margin: -31px 13px 0 0;
	font-size: 16px;
	clear: both
}
header .bottom
{
	background: url(../images/header_bottom.png) no-repeat center top;
	height: 20px;
	margin-top: -17px;
	position: relative;
	z-index: 60
}
header .main
{
	background: url(../images/header_main.png) no-repeat center top;
	height: 124px;
	margin-top: -19px;
	z-index: 100;
}
header .main, header .navigation
{
	position: relative;
}
header .information
{
	font: 12px 'Open Sans';
	color: #ffffff;
	margin: 26px 87px 0 0;
	float: right;
	width: 430px;
	text-shadow: 2px 1px 3px #222;
}
header .logo
{
	background: url(../images/logo.png);
	width: 293px;
	height: 68px;
	margin: 30px 0 0 110px;
	float: left;
	outline: 0
}
header .logo:hover
{
	opacity: 0.9
}

main
{
	width: 1024px;
	min-height: 750px;
	padding-top: 40px;
	margin: 25px auto 0;
	background-color: #fff;
	position: relative;
	z-index: 50
}
main .sidebar
{
	width: 215px;
	margin: 10px 0 0 10px;
	display: inline-block
}
main .sidebar .block-blue
{
	background-color: #43648e !important
}
main .sidebar .block-blue .menu-title
{
	color: #ffffff !important
}
main .sidebar .block-blue ul li a
{
	color: #ffffff !important
}
main .sidebar .block-blue ul li
{
	border-bottom: 1px solid #3c5982 !important
}
main .sidebar .block-blue ul li:nth-child(n+1)
{
	border-top: 1px solid #56749a !important
}
main .sidebar .block-blue ul li:nth-last-child(1)
{
	border: 0 !important;
	border-top: 1px solid #56749a !important
}
main .sidebar .block-blue ul li:hover span
{
	border-color: #3c5982 !important;
	background-color: #ccb834
}
main .sidebar .block-blue ul li a:hover
{
	background-color: #4d6c94 !important
}
main .sidebar .block-menu
{
	font-size: 12px;
	border-radius: 8px;
	background-color: #f4f4f4;
	margin-bottom: 10px;
	text-transform: uppercase;
	box-shadow: 0px 0px 3px #b1b1b1;
}
main .sidebar .block-menu .menu-title
{
	padding: 8px;
	color: #43648e
}
main .sidebar .block-menu .menu-title i
{
	font-size: 14px;
	float: right
}
main .sidebar .block-menu ul
{
	list-style: none
}
main .sidebar .block-menu ul li
{
	border-top: 1px solid #d8dce1
}
main .sidebar .block-menu ul li:nth-child(1)
{
	border-top: 0
}
main .sidebar .block-menu ul span
{
	margin: 3px 8px 0 0;
	float: right;
	border: 2px solid #3c5982;
	background-color: #ffffff;
	width: 4px;
	height: 4px
}
main .sidebar .block-menu ul li:hover span
{
	border-color: #ccb834
}
main .sidebar .block-menu ul div
{
    display: inline-block;
    float: right;
    margin-right: 10px;
    color: #f1dc54;
}
main .sidebar .block-menu ul li a
{
	padding: 5px 0 5px 15px;
	display: block;
	text-decoration: none;
	color: #000000
}
main .sidebar .block-menu ul li a:hover
{
	color: #ffffff;
	background-color: #43648e
}
main .sidebar .block-menu ul li:hover:nth-last-child(1) a
{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}
main .sidebar .hr
{
	background: url(../images/header_bottom.png);
	width: 100%;
	height: 3px
}
main .content
{
	width: 775px;
	padding: 5px;
	margin: 5px 5px 0 5px;
	display: inline-block
}
main .content .slider
{
	width: 775px;
	height: 224px;
	border-radius: 5px;
	overflow: hidden
}
main .content .services
{
	display: inline-block;
	width: 100%;
}
main .content .services .service:nth-child(1)
{
	margin-left: 0
}
main .content .services .service:nth-last-child(1)
{
	margin-right: 0;
	float: right
}
main .content .services .service
{
	width: 175px;
	margin: 5px 9.5px 0;
	float: left
}
main .content .services .name-price
{
	text-align: center;
	background-color: #56749a;
    color: #9db3d0;
    text-shadow: 1px 1px 2px #000000;
	padding: 2px 0 10px;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px 1px #bfc2c5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
main .content .services img
{
	border-radius: 8px;
	width: 175px;
	margin-top: -5px;
	box-shadow: 0 -2px 0px 0px #43648e;
	border-bottom: 1px solid rgba(34, 34, 34, 0.59)
}
main .content .services a
{
	text-align: center;
	display: block;
	background-color: #263a54;
    color: #9db3d0;
    text-shadow: 1px 1px 2px #000;
	padding: 5px;
	text-transform: uppercase;
	margin-top: -10px;
	padding-top: 12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}
main .content .services a.close
{
	background-color: #162231 !important
}
main .content .services a:hover
{
	color: #acc1dc;
}
main .content .news
{
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-right: 0
}
main .content .news .name-info
{
	margin-top: -12px;
	padding: 7px;
	text-transform: uppercase
}
main .content .news .name-info span
{
	float: right;
	margin-left: 8px
}
main .content .news .tags-full
{
	border-top: 1px solid #d8dce1
}
main .content .news .hr
{
	background: url(../images/header_bottom.png);
	width: 100%;
	height: 3px
}
main .content .news .square
{
	margin: 3.5px 5px 0 0;
	float: left !important;
	width: 4px;
	height: 4px;
	border: 2px solid #ccb834;
	background-color: #3c5982
}
main .content .news a
{
	float: right;
	margin: -15px 5px;
	text-transform: uppercase
}
main .content .news a .square
{
	border: 2px solid #3c5982;
	background-color: #ccb834
}
main .content .news a:hover .square
{
	border-color: #ccb834;
	background-color: #3c5982
}

footer
{
	background: url(../images/footer.jpg);
	width: 1024px;
	height: 168px;
	margin: 0 auto
}
footer .info
{
	float: left;
	margin: 15px 0 0 10px;
	width: 400px
}
footer .payment
{
	float: right;
	margin: 20px 50px 0 0
}
footer .payment img
{
	margin-right: 10px
}
footer .banners
{
	float: right;
	margin: 12px 85px 0 80px
}
footer .logo
{
	background: url(../images/footer_logo.png);
	width: 166px;
	height: 33px;
	position: absolute;
	margin: 75px 0 0 433px
}
footer .logo:hover
{
	opacity: 0.8
}

.wrapper
{
	width: 1200px;
	margin: 0 auto
}


/* merger */
main .sidebar, main .content
{
	vertical-align: top;
}
main .content .news .tags-full,
main .content .news .text
{
	padding: 5px
}

/* fix */
.manage-header
{
	height: 38px !important;
}
.manage-main
{
	margin-top: -20px !important;
}
.manage-content
{
	width: 98% !important;
}
.manage-bottom
{
	margin-top: -20px !important;
}
.freekassa
{
	width: 215px
}
.year
{
	float: left;
	margin: 21px 0 0 39px
}
.services-rules p
{
	padding: 5px
}
.services-rules h3
{
	margin: 5px 0 5px 15px
}
.services-rules ul, .services-rules ol
{
	margin: 10px 0 0 25px
}
.services-rules ol li
{
	padding: 2px
}

.preview-panel {
	width: 400px;
    display: inline-block;
}
.preview-panel img
{
	width: 81.5px;
	height: 81.5px;
	margin: 5px
}

.preview-video
{
    width: 486px;
    height: 276px
}
.preview-video-mini
{
	float: right;
    margin-top: 5px;
	width: 356px;
    height: 180px;
}

.preview-video-top
{
	margin-top: 60px !important
}
.preview-video-top-second
{
	margin: 10px 0 0 15px
}

.clear
{
	clear: both
}
.boost_rating
{
    float: right;
    font-size: 14px;
    margin: 18px 15px -30px 0;
    background-color: #f4f4f4;
    padding: 0 5px 0 7px;
    border-radius: 7px
}
.boost_rating i
{
	cursor: pointer;
	padding: 5px
}
.boost_rating span
{
	padding: 5px 10px
}
.boost_rating i.fa-thumbs-o-up
{
	color: #3c8d78
}
.boost_rating i.fa-thumbs-o-down
{
	color: #ff6000
}

.justify
{
	text-align: justify
}
.w398
{
    width: 398px
}
.w398 p
{
	padding-left: 8px
}

.services-info
{
	margin: 8px 0 0 0
}
.services-info li
{
	padding: 2px;
	list-style: none
}
.services-rules p
{
	padding: 5px
}

.hide
{
	display: none
}

.monit
{
	width: 98px;
    height: 98px;
	margin: 9px auto 10px auto;
	display: block
}

.monit > img.poster
{
    width: 94px !important;
    height: 94px !important;
    border-radius: 50% !important;
}

.monit > div.service_game
{
    font: 9px Arial;
}

.monit_pad td
{
	padding: 10px
}
.monit_pad tr:nth-child(2n)
{
	background-color: #ddd
}

.monit_type a
{
	float: left;
	background: none !important;
    color: #222 !important;
    text-shadow: none !important
}

.moninfo > .server_img
{
	height: 130px;
    text-align: center
}
.moninfo > table
{
	width: 75% !important
}
.reviews-btn {
    position: fixed;
    bottom: -8px;
    left: -3px;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px;
}
.reviews-btn img {
	width: 135px;
}
.reviews-btn:hover img {
	opacity: 0.8;
}
.reviews {
	display: inline-block;
}
.reviews img {
	width: 80px;
    height: 80px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}
.reviews-red {
	color: #fb3535;
}
.preview_rating b {
	display: inline-block;
	width: 12px;
	padding: 0 3px;
}
.preview_rating i {
	cursor: pointer;
}
.hblock_service {
	padding: 12px;
    background: none;
    color: #000000;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 10px 0;
}
.content_service {
	background-color: #fdfdfd;
    border: 1px solid #cfdde8;
}
.content_service .btn-success {
    height: initial;
    padding: 5px 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.content_service .vbot > div {
    border-radius: 8px;
    font-size: 13px;
    padding: 2px 8px;
    height: inherit;
    text-transform: uppercase;
    background-color: #83aed0;
}
.content_service .form input,
.content_service .form select {
	border-radius: 8px;
    font: 14px 'Cuprum';
    padding: 5px 5px 3px;
    border: 1px solid #dae4ec;
    background-color: #fafcfd;
}
.content_service .form label {
    display: block;
    margin-bottom: 3px;
    margin: 0 0 3px 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.content_text ul {
	margin: 15px 30px;
}
.preview-game-cs img
{
	width: 81.5px;
	height: 81.5px;
	margin: 0 20px;
}
.fortune_link {
	position: absolute;
    top: 85px;
    left: 224px;
    background: url(../images/fortune/fortune.gif) no-repeat;
    width: 136px;
    height: 19px;
}