@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,500,300&subset=latin,cyrillic);

body {
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #000;
}
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before,
.itemBody > div > ul.gkBullet1 li:before {
        font-size: 6px;
        top: 9px;
}

/* KIT */
.gk-kit {
	overflow: hidden;
	padding: 0 0 1px 0;
}
.gk-kit dt {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	clear: both;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	min-height: 80px;
	margin-bottom: -1px;
	padding: 5px 5px 5px 5px;
	position: relative;
	z-index: 1;
}

.KititemsCategory {
	text-align: center;
	padding: 20px 0
}

.KititemsCategory > p + p {
	color: #999;
	margin: -42px auto 32px;
    background: #f1f1f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	padding: 12px 24px;
}
.KititemsCategory > p + p strong {
	color: #000;
	display: block;
	font-size: 39px;
	font-weight: 600 !important
}
.KititemsCategory > ul {
	font-size: 12px;
}
.KititemsCategory > p {
	padding: 0 0 0 0;
	margin: 0 auto 0;
}
.KititemsCategory > ul strong {
	color: #4C9FEB;
}
.frontpage #gkTop1,
.frontpage #gkTop2 {
	padding: 1px 0 1px;
}
.frontpage #gkBottom1.gkSingleModule,
.frontpage #gkBottom2.gkSingleModule,
.frontpage #gkBottom3.gkSingleModule,
.frontpage #gkBottom4.gkSingleModule,
.frontpage #gkBottom5.gkSingleModule {
	padding: 40px 0;
}
.frontpage #gkMainbody {
	margin: 0;
	padding: 40px 0 0 0;
}
.gk-social {
	margin: 5px 0 0 0;
}

#gkLogo.cssLogo {
	background: url("logo.png") no-repeat center center;
	/* You can specify there logo size and background */
	height: 300px;
	width: 252px;
    background-size: 350px;
}
#gkLogoSmall.cssLogo {
	background: url("logo2.png") no-repeat center center;
	background-position: center bottom;
	/* You can specify there logo size and background */
	height: 90px;
    width: 290px;
}
#gkLogo.cssLogo { background-image: url("logo.png")}
#gkLogoSmall.cssLogo {
	background-image: url("logo2.png");
}
#gkLogoSmall.cssLogo:hover {
	background-size: 287px;
	
}
#gkHeaderMod > div > div {
	clear: both;
	padding: 1px 0 40px 0;
}
#gkHeaderNav.static #gkLogoSmall {
	    left: 50%;
    margin-left: -145px;
    position: relative;
    top: -11px;
}
#gkHeaderNav.active #gkLogoSmall {
	left: -15px;
	margin-left: 0;
	position: relative;
	top: -20px;
}

#gkTop1 > div > .box {
	margin-bottom: 1px;
}
#gkHeaderMod h1 {
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 26px 0!important;
	text-transform: uppercase;
}
#gkHeaderMod .btn-big {
	background: #FFA500;
    /* border-bottom: 4px solid #00bcf2; */
    border-radius: 14px;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 73px;
    line-height: 70px;
    margin: 0 auto 30px auto;
    /* text-transform: uppercase; */
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 247px;
}