* {
    box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}

html {
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Roboto', 'Roboto Condensed', sans-serif;
    color: #222222;
    margin: 0;
    padding:  0;
    background: #040202 url(../images/site-bg/top-site-all-bg.gif) repeat-x left top;
}

header, nav, section, article, aside, footer {
   display:block;
}

/* !global elements */

img {
    border:none;
}

a {
    color: #222222;
    text-decoration: underline;
    -webkit-transition:color 0.15s ease-in;
    -moz-transition:color 0.15s ease-in;
    -o-transition:color 0.15s ease-in;
}

a:hover {
    text-decoration: none;
}

input:focus, textarea:focus {
    outline: none;
    -webkit-appearance: none;
}

p {
    padding: 0 0 15px 0;
    margin: 0;
}

ul, ol {
    padding: 0;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

/* end global elements */

/* !titles */

h1 {
    font-size:30px;
    line-height:30px;
    color:#222222;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
    margin:0;
    padding:0 0 15px;
}

h2 {
    font-size:18px;
    line-height:18px;
    color:#222222;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
    margin:0;
    padding:0 0 15px;
}

h2 a{
    color:#222;
}

h2 a:hover{
    color:#7fb600;
}

h3 {
    font-size:16px;
    line-height:20px;
    color:#222222;
    font-family:'Roboto', sans-serif;
    margin:0;
    padding:0 0 10px;
}

h4 {
    
}

.title-line h1,
.title-line h2,
.title-line h3 {
    padding: 0;
}

/* end titles */

/* !form elements */

input[type="text"],
input[type="password"] {
    font-size: 12px;
    font-family: inherit;
    color: #999;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}

input[type="button"],
input[type="submit"] {
    font-family: inherit;
}

textarea {
    font-size: 12px;
    font-family: inherit;
    color: #999;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    resize: vertical;
    background: #fff;
}

form label {
    cursor: pointer;
}

/* end form elements */

/* rateit */
.rateit { display: -moz-inline-box; display: inline-block; position: relative; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; }
.rateit .rateit-range { position: relative; display: -moz-inline-box; display: inline-block; background: url("../images/icon/star.gif"); height: 16px; outline: none; cursor: pointer; }
.rateit .rateit-range * { display: block; }

/* for IE 6 */
* html .rateit, * + html .rateit { display: inline; }
* html .rateit .rateit-range, * + html .rateit .rateit-range { display: inline; }

/* for IE 7 */
.rateit .rateit-hover, .rateit .rateit-selected { position: absolute; left: 0; top: 0; width: 0; }
.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl { left: auto; right: 0; }
.rateit .rateit-hover { background: url("../images/icon/star.gif") left -32px; color: #efc529; }
.rateit .rateit-hover-rtl { background-position: right -32px; }
.rateit .rateit-selected { background: url("../images/icon/star.gif") left -16px; color: #bf4242; }
.rateit .rateit-selected-rtl { background-position: right -16px; }
.rateit .rateit-preset { background: url("../images/icon/star.gif") left -48px; color: #ef6b22; }
.rateit .rateit-preset-rtl { background: url("../images/icon/star.gif") left -48px; }
.rateit button.rateit-reset { background: url("../images/icon/delete.gif") 0 0; width: 16px; height: 16px; display: -moz-inline-box; display: inline-block; float: left; outline: none; border: none; padding: 0; }
.rateit .rateit-reset span { display: none; }
.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus { background-position: 0 -16px; }

.rateit-font { font-size: 24px; line-height: 1em; }
.rateit-font .rateit-range { background: none; height: auto; }
.rateit-font .rateit-empty { color: #ccc; }
.rateit-font .rateit-range > div { background: none; overflow: hidden; cursor: default; }

.rateit.rateit-font .rateit-reset { font-size: inherit; background: none; width: 0.6em; height: 0.6em; margin-top: 0.2em; background: gray; border-radius: 50%; position: relative; }
.rateit.rateit-font .rateit-reset span { display: block; font-weight: bold; color: white; height: -webkit-calc(50% - 0.045em); height: calc(50% - 0.045em); top: 0; position: absolute; border-bottom: 0.09em solid white; width: 72%; margin-left: 14%; }
.rateit.rateit-font .rateit-reset:hover { background: #e6574b; /* Old browsers */ background: -webkit-radial-gradient(center ellipse, #e6574b 55%, #f6836b 77%, #f9d3cc 100%); background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ background-position: 0 0; }
.rateit.rateit-font button.rateit-reset:focus { background: #e6574b; /* Old browsers */ background: -webkit-radial-gradient(center ellipse, #e6574b 55%, #f6836b 77%, #f9d3cc 100%); background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ background-position: 0 0; }

/* end rateit */

/* select */

.selectboxit-container {
    position: relative;
    z-index: 1;
}

.selectboxit {
    width: 185px !important;
    height: 36px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    padding: 7px 40px 0 10px;
    cursor: pointer;
    border: 1px solid #B3B3B3;
    background: #fff url("../images/site-bg/select-bg.png") no-repeat right;
}

.selectboxit-options {
    width: 185px !important;
    display: none;
    position: absolute;
    top: 22px; left: 0;
    border: 1px solid #ACACAC;
    background: #fff;
}

.selectboxit-options li {
    list-style: none;
}

.selectboxit-options li a {
    display: block;
    line-height: 18px;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
}

.selectboxit-options li a:hover {
    color: #fff;
    background: #ccc;
}

.selectboxit-focus {

}

/* end select */

/* !buttons */

.button {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0;
    border: none;
    cursor: pointer;
}

.gray-button {
    min-width: 110px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    background: #CBCBCB;
}

.gray-button:hover {
    background: #757575;
}

.download-button {
    min-width: 230px;
    height: 60px;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    padding: 0 10px 0 70px;
    background: #7FB600 url("../images/btn/download-btn.jpg") no-repeat left top;
}

.download-button:hover {
    background: #8EC60E url("../images/btn/download-btn-hover.jpg") no-repeat left top;
}

/* end buttons */

/* !table */

table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

table td {
    padding: 0px;
}

/* end table */

/* !navigation */

nav.inline ul {
    list-style: none;
    padding: 0;
}

nav.inline ul li {
    float: left;
}

nav.center {
    overflow-x: hidden;
}

nav.center ul {
    position: relative;
    left: 50%;
    float: left;
}

nav.center ul li {
    position: relative;
    right: 50%;
}

/* end navigation */

/* !global blocks */

#wrapper {
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: auto;
    position: relative;
    background:url(../images/site-bg/top-site-bg.png) no-repeat center top;
}

.content-wrapper {
    
}

.inner-block {
    width: 1170px;
    margin: auto;
}

.content-wrapper .inner-block{
    background:#fff;
    padding:45px 30px 90px;
    position:relative;
    behavior:url(PIE.htc);
    -moz-box-shadow:0 0 15px #000;
    -webkit-box-shadow:0 0 15px #000;
    box-shadow:0 0 15px #000;
    min-height:570px;
}

/* global blocks */

/* !header */

header.main {
    padding:42px 0 0 0;
    position:relative;
    z-index:2;
}

header.main .top-line{
    height:110px;
}

.logo{
    display:inline-block;
    margin-top:48px;
}

.logo img{
    display:block;
}

.mobile-logo {
    display: none;
}

.menu-button {
    display: none;
}

.banner{
    width:728px;
    height:90px;
}

.banner img{
    display:block;
}

header.main .bottom-line{
    background:#3f3f3f;
    border-bottom:4px solid #7fb600;
}

/*head-menu*/
.head-menu{
    width:840px;
}

.head-menu.active{
    width:740px;
}

.head-menu.active li a{
    padding:0 12px;
}

.head-menu li a.main_menu {
    display:inline-block;
    text-decoration:none;
    height:44px;
    line-height:44px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    padding:0 30px;
    position:relative;
}

.head-menu li:first-child a.main_menu:after{
    background:none;
}

.head-menu li a.main_menu:hover{
    background:#7fb600;
    z-index:1;
}

.head-menu li.active a.main_menu {
    background:#2a2a2a;
    z-index:1;  
}

.head-menu li a.main_menu:hover:after,
.head-menu li.active a.main_menu:after{
    height:44px;
    left:auto;
    right:-1px;
    background:#7fb600;
    top:0;
    margin-top:0;
}

.head-menu li.active a.main_menu:after{
    background:#2a2a2a;
}

.head-menu li a.main_menu:after{
    height:14px;
    background:#565656;
    position:absolute;
    content:'';
    display:block;
    width:1px;
    left:0;
    top:50%;
    margin-top:-7px;
}

#other_menu {
    display: none;
    position: absolute;
    width: 350px;
    max-height: 382px;
    background: #fff;
    border: 1px solid #CCCCCC;
    overflow-y: auto;
}

#other_menu li {
    float: none;
    display: block;
}

#other_menu li a {
    height:38px;
    line-height: 38px;
    font-size:16px;
    font-weight:bold;
    padding:0 30px;
    text-decoration: none;
}

#other_menu li a:hover {
    text-decoration: underline;
}


/*end head-menu*/

/*search*/
.search{
    width: 320px;
    margin:8px 10px 0 0;
    height:28px;
    background:#fff;
}

.search .text-input{
    border:none;
    background:#fff;
    height:28px;
    padding:0 10px;
    width:290px;
    color:#666;
    font-size:14px;
    font-family:'Roboto', sans-serif;
}

.search-button{
    height:28px;
    width:30px;
    display:block;
    background:url(../images/btn/search-btn.png) no-repeat center;
    padding: 0;
    margin: 0;
    border:none;
    cursor:pointer;
}

.search-button span {
    display: none;
}

.search-button:hover{
    background:url(../images/btn/search-btn-hover.png) no-repeat center;
}

.open-search-button {
    display: none;
}

/*end search*/

/* end header */

/*cont*/

.cont {
    width: 780px;
}

.title-line {
    padding: 0 0 23px 0;
    margin: 0 0 20px;
    background: url("../images/site-bg/line-bg.jpg") repeat-x left bottom;
}

.title-line h1 {
    margin: 0 200px 0 0;
}

.product-row {
    margin: 0 0 10px -12px;
}

.product {
    width: 186px;
    margin: 0 0 12px 12px;
}

.product a {
    display: block;
    text-decoration: none;
    text-align: center;
}

.product a img {
    display: inline-block;
	max-height: 124px;
}

.product a .photo {
    width: 186px;
    height: 134px;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid #F0F0F0;
    background: #F0F0F0;
}

.product a:hover .photo {
    border: 2px solid #7FB600;
    background: #fff;
}

.product a .title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 10px 3px 10px;
}

.product a:hover .title {
    color: #fff;
    background: #7FB600;
}

.long-banner {
    width: 730px;
    margin: auto;
    margin-bottom: 20px;
}

.navigation {
    padding: 20px 0 0;
    margin: 20px 0 0;
    background: url("../images/site-bg/line-bg.jpg") repeat-x left top;
}

.navigation ul li a {
    width: 55px;
    height: 30px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 2px;
    border: 1px solid #B3B3B3;
}

.navigation ul li a:hover {
    line-height: 26px;
    border: 2px solid #7FB600;
}

.navigation ul li a.active {
    color: #fff;
    border-color: transparent;
    background: #7FB600;
}

.navigation ul li a.prev-button {
    width: 65px;
    padding: 0 10px 0 20px;
    background: url("../images/btn/nav-left-arrow.png") no-repeat 9px center;
}

.navigation ul li a.prev-button:hover {
    background: url("../images/btn/nav-left-arrow.png") no-repeat 8px center;
}

.navigation ul li a.next-button {
    width: 65px;
    padding: 0 20px 0 10px;
    background: url("../images/btn/nav-right-arrow.png") no-repeat right 9px center;
}

.navigation ul li a.next-button:hover {
    background: url("../images/btn/nav-right-arrow.png") no-repeat right 8px center;
}

.products-list {
    padding: 30px 0 0;
}

.products-list h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 15px;
    margin: 0 0 15px;
    background: url("../images/site-bg/line-bg.jpg") repeat-x left bottom;
}

.info-side {
    width: 230px;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0 30px;
}

.developer {
    font-size: 13px;
    color: #a2a2a2;
    line-height: 12px;
    padding: 0 0 0 20px;
    background: url("../images/icon/people-icon.png") no-repeat left top;
}

.info-side .buttons-line {
    padding: 34px 0 10px;
}

/*product-photo*/

.product-photo {
    width: 520px;
    position: relative;
    margin: 0 0 30px;
}

.product-photo img {
    width: 100%;
    display: block;
}

.product-photo .prev-button,
.product-photo .next-button {
    width: 30px;
    height: 45px;
    display: block;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
}

.product-photo .prev-button {
    left: 0;
    background: url("../images/btn/slider-left-btn.jpg") no-repeat;
}

.product-photo .next-button {
    right: 0;
    background: url("../images/btn/slider-right-btn.jpg") no-repeat;
}

/*end product-photo*/

/*end cont*/

/*sidebar*/

.sidebar {
    width: 300px;
}

.small-banner {
    width: 300px;
    padding: 0 0 20px;
}

.small-banner img {
    display: block;
}

.info-skins {
    padding: 10px 20px 25px;
    margin: 0 0 20px;
    border: 1px solid #CCCCCC;
}

.info-skins .title-line {
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.info-skins .row ul {
    width: 120px;
    padding: 0;
}

.info-skins .row ul li:first-child {
    padding: 0;
}

.info-skins .row ul li {
    padding: 8px 0 0;
    list-style: none;
}

.info-skins .row ul li a {
    text-decoration: none;
}

.info-skins .row ul li a:hover {
    text-decoration: underline;
}

.info-skins .row ul li a img {
    float: left;
}

.info-skins .row ul li a span {
    display: block;
    margin: 1px 0 0 30px;
}

/*end sidebar*/

.mobile-on {
    display: none;
}

/* !footer */ 

.footer-spacer {
    height: 160px;
}

footer.main {
    width: 100%;
    height: 160px;
    margin: -160px 0 0 0;
    position: relative;
    z-index: 100;
    background: none;
}

.footer-menu{
    height:40px;
    background:#2a2a2a;
    padding:9px 0 0 0;
}

.footer-menu li{
    position:relative;
    padding:0 15px;
}

.footer-menu li:first-child:after{
    display:none;
}

.footer-menu li:after{
    height:14px;
    width:1px;
    display:block;
    content:'';
    background:#565656;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-7px;
}

.footer-menu li a{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

.footer-menu li a:hover{
    color:#7fb600;
}

.copyrights{
    padding:25px 0 0 0;
    line-height:16px;
    color:#fff;
    font-size:12px;
    text-align:center;
}

.copyrights a{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

.copyrights a:hover{
    text-decoration:underline;
}

/*  end footer */

.block {
  margin: 20px 0;
}

.block__title {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.block-info h2 {
    margin-top: 40px;
}

li {
    list-style-type: none;
}

.rating-wrap {
  margin-top: 9px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.rating-wrap .rateit {
  line-height: 0;
}
.rating {
  font-size: 13px;
  color: #a2a2a2;
  line-height: 12px;
  padding-right: 7px;
}
.rating__img {
  padding-right: 4px;
}
