@charset "UTF-8";

/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Reset
*  2.0 - Fonts
*  3.0 - Globals
*  4.0 - Color Palette
*  5.0 - Header
*  6.0 - Body
*    6.1 - Sliders
*    6.2 - Imagery
*  7.0 - Footer
*/

/*** 1.0 - Reset ***/
* {
    box-sizing: border-box;
}

/*** 1.0 - Aside ***/
.aside {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    padding: 30px;
    background: #fff;
    z-index: 100;
}

.aside.active {
    display: block;
}

.aside-nav {
    padding-top: 60px;
}

.aside-nav li {
    margin-bottom: 25px;
}

.aside-nav li:last-child {
    margin-bottom: 0;
}

.aside-nav a {
    font-size: 20px;
    text-decoration: none;
    color: #151515;
}

.aside-nav li.current a {
    text-decoration: underline;
    color: #d40000;
}

.aside-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.aside-overlay.active {
    display: block;
}

.aside-open {
    display: none;
}

.aside-open-icon {
    width: 24px;
    height: 40px;
}

.aside-open-icon span {
    display: block;
    height: 2px;
    margin-top: 5px;
    background: #fff;
}

.aside-close {
    position: absolute;
    top: 42px;
    right: 15px;
    width: 40px;
    height: 40px;
}

.aside-close-icon span {
    display: block;
    position: absolute;
    left: 10px;
    top: 18px;
    width: 20px;
    height: 2px;
    background: #000;
}

.aside-close-icon span:first-child {
    transform: rotate(45deg);
}

.aside-close-icon span:last-child {
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .aside-open {
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin-top: 15px;
        padding-top: 8px;
        height: 40px;
    }
}

/*** 8.0 - Footer ***/

span.font5 {
    color: #ff0000;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background: #e7e7e7;
    color: #000;
}

h1 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #810000;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.responsive {
    max-width: 100%;
    height: auto;
}

dl#system-message {
    width: 940px;
    margin: 20px auto;
}

dt.error {
    background: #d5d5d5;
    line-height: 35px;
    text-indent: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

dd.error {
    background: #ee3f3f !important;
    line-height: 35px;
    text-indent: 30px;
    color: #fff;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 20px;
}

dt.message {
    background: #ffb526;
    line-height: 35px;
    text-indent: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

dd.message.message {
    background: #ffb526;
    line-height: 35px;
    text-indent: 30px;
    color: #fff;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 20px;
}

.our_staf_table td {
    vertical-align: top;
}

div.our_staff {
    margin: 0 0 10px 0;
}

div.all_content {
    position: relative;
}

.download_gallery {
    position: absolute;
    right: 0px;
    top: 0px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #f9f9f9),
        color-stop(1, #e9e9e9)
    );
    background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 200px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
}

.download_gallery:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #e9e9e9),
        color-stop(1, #f9f9f9)
    );
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}

a.shadowbox-button {
    display: block;
    overflow: hidden;
    width: 170px;
    height: 130px;
}

a.login_button {
    background: -webkit-linear-gradient(#333333, #3a3939, #0a0909, #111111);
    padding: 8px 30px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

div.ras_price_link {
    width: 75px;
    text-align: center;
    margin: 40px auto 0px auto;
}

div.opt_price_link {
    text-align: center;
    margin: 40px auto 0px auto;
}

div.opt_price_link div.date-update {
    font-size: 10px;
    font-weight: normal;
    color: #989898;
}

td.col_price h3.price-title {
    text-decoration: underline;
    text-align: center;
}

td.col_price a {
    text-decoration: none;
}

table.price_veiw td.col_price {
    padding: 25px;
}

table.price_veiw td.col_price > table {
    margin: 0px auto;
}

table.price_veiw {
    margin: 20px 0px;
}

.strong {
    font-weight: bold;
}

.post-header {
    margin-bottom: 30px;
}

div.emp_video h3 {
    line-height: 43px;
    color: #444;
    font-weight: normal;
    font-size: 20px;
}

div.emp_video {
    width: 600px;
    margin: 0px auto;
    padding: 0px 33px 34px 33px;
    border: 1px solid #ddd;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #ededed),
        color-stop(1, #dfdfdf)
    );
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.acymailing_introtext {
    background: #fff;
    border: 1px solid #bbb;
    color: #444;
    width: 278px;
    padding: 20px;
    margin: 0px auto;
    margin-bottom: 20px;
    border-radius: 10px;
}

ul.poly_list li div.poly_tumb_over {
    width: 140px;
    height: 99px;
    overflow: hidden;
    margin-bottom: 10px;
}

ul.poly_list li.last_tumb {
    margin-right: 0px;
}

ul.poly_list li:hover,
ul.poly_list li:hover a {
    background: #ebebeb;
    color: #575757;
}

ul.poly_list li {
    display: block;
    width: 140px;
    padding: 6px;
    border: 1px solid #ddd;
    float: left;
    margin: 0px 17px 17px 0px;
    min-height: 200px;
    background: #f9f9f9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.poly_list li a {
    line-height: 22px !important;
    text-decoration: none;
    color: #949494;
    display: block;
}

div#user_info {
    width: 940px;
    margin: 15px auto;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
    font: normal 14px/24px arial;
    color: #949494;
}

a {
    outline: none;
    color: #0085ff;
}

a:focus {
    border: none;
}

a:active {
    border: none;
}

a img {
    border: none;
}

ol,
ul {
    list-style: none;
}

::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    /* text-align: left; */
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

abbr,
acronym {
    border: 0;
}

#osnova {
    width: 100%;
    position: relative;
}

/* Header start*/
.header-top {
    height: 26px;
    background-color: #000000;
    position: relative;
    z-index: 3;
}

.gtranslate {
    padding-top: 2px;
}

.gtranslate select {
    background: none;
    border: none;
    color: #fff;
}

.gtranslate select option {
    color: #000;
}

.header-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-nav a {
    display: block;
    margin: 0px 7px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    color: #bdbdbd;
}

.header-nav a:hover {
    color: #fff;
    background: #5f5f5f;
}

.header-logo {
    display: block;
    padding-top: 4px;
    line-height: 1;
}

.header-text {
    padding-top: 24px;
    padding-bottom: 10px;
}

.slogan p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.45px;
    color: #fff;
}

@media (max-width: 991px) {
    .slogan p {
        display: none;
    }

    .slogan a {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
    }
}

@media (max-width: 320px) {
    .header-text {
        display: none;
    }
}

.header-social {
    padding: 35px 0;
}

.header-bottom {
    width: 100%;
    height: 137px;
    margin-bottom: 40px;
    background: rgb(152, 0, 0);
    background: -moz-linear-gradient(
        0deg,
        rgba(152, 0, 0, 1) 0%,
        rgba(217, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(152, 0, 0, 1) 0%,
        rgba(217, 0, 0, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(152, 0, 0, 1) 0%,
        rgba(217, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#980000", endColorstr="#d90000", GradientType=1);
    position: relative;
    z-index: 3;
}

.header-bottom:before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #4e0000;
    z-index: 2;
}

.header-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 11px;
    width: 100%;
    background: #810000;
}

.header-bottom-content {
    position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
    .header-bottom {
        height: 81px;
    }

    .header-logo img {
        height: 60px;
    }

    .header-text {
        padding: 24px 0 0 0;
    }
}

/* Header End */

/* Primary navigation in header Start */
.primary-menu {
    width: 100%;
    height: 35px;
    background-image: url(../images/header/menu_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #810000;
}

.primary-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-menu li {
    flex: 1 0 auto;
    text-align: center;
    border-right: 1px solid #810000;
}

.primary-menu li:last-child {
    border: none;
}

.primary-menu a {
    display: block;
    padding: 0 17px;
    line-height: 35px;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 #810000;
}

.primary-menu li:hover {
    background: url(../images/header/menu_bg_hover.png);
    background-repeat: repeat-x;
}

.mobile-nav-trigger {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    color: #fff;
}

@media (max-width: 992px) {
    .primary-menu {
        display: none;
    }
}

/* Primary navigation in header End */

/* Last posts Start */
.last-posts {
}

.last-posts__title {
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d40000;
}

.last-posts__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.post__imagelink {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.post__imagelink:hover {
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
    background: red;
}

.post__imagelink:focus {
    border: 1px solid #ccc;
}

.post__image {
    max-width: 100%;
}

.post__date {
    margin-bottom: 5px;
    font-size: 12px;
    color: #666;
}

.post__title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #151515;
}

@media (max-width: 768px) {
    .post {
        margin-bottom: 30px;
    }

    .post:last-child {
        margin-bottom: 0;
    }
}

/* Last posts End */

/* Post list */
.sidebar h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #777;
}

.postitem {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.postitem__imagelink {
    display: block;
    line-height: 1;
    width: 50%;
    height: 100%;
    padding: 3px;
    border: 1px solid #ccc;
}

.postitem__image {
    max-width: 100%;
}

.postitem__content {
    width: 50%;
    padding-left: 10px;
}

.postitem__title {
    line-height: 1;
    margin-bottom: 5px;
}

.postitem__link {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.postitem__link:hover {
    color: #810000;
    text-decoration: underline;
}

.postitem__date {
    color: #797979;
    font-size: 11px;
    margin-bottom: 5px;
}

/* Page content start */
.content {
    margin-bottom: 30px;
    padding: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
    background: #fff;
}

@media (max-width: 992px) {
    .content {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 24px 15px;
    }
}

#slider_content {
    position: relatvive;
    margin: 30px auto 0px auto;
    width: 940px;
    height: auto;
    margin-bottom: 30px;
}

#slider_content_1 {
    margin: 0px auto;
    width: 720px;
    height: 248px;
    background-color: #000000;
    margin-bottom: 20px;
}

#news_content {
    margin: 0px auto;
    width: 960px;
    margin-top: 50px;
    min-height: 100px;
}

table.blog_news div#content_list_category,
table.blog_sale div#content_list_category {
    position: relative;
    width: 630px;
    height: 140px;
    color: #444;
    margin-bottom: 20px;
}

table.blog_news div#content_list_category,
table.blog_sale div#content_list_category {
    width: 100%;
    height: 186px;
}

div#news_archive {
    width: 275px;
}

div.moduletablearchive_news {
    margin-left: 20px;
}

div.moduletablearchive_news h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
}

div.moduletablearchive_news ul {
    margin: 0px;
    padding: 0px;
}

div.moduletablearchive_news ul li {
    margin: 0px;
    padding: 0px;
    height: 31px;
    padding-right: 11px;
    display: block;
    line-height: 31px;
    border-bottom: 1px solid #eee;
}

div.moduletablearchive_news ul li a {
    display: block;
    width: 160px;
    height: 31px;
    line-height: 31px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

div.moduletablearchive_news ul li a:hover {
    color: #555;
}

/* Page content end */

/* Post content Start */
.post-content {
    margin-bottom: 30px;
}

.post-content-description {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
    background: #fff;
    word-wrap: break-word;
}

@media (max-width: 992px) {
    .post-content-description {
        margin-bottom: 15px;
    }
}

/* Post content End */

div#content_list_category {
    max-width: 890px;
    min-width: 600px;
    /*
 -webkit-box-shadow: 0px 0px 15px #222;
 -moz-box-shadow: 0px 0px 15px #222;
 box-shadow: 0px 0px 15px #222;*/
}

.contentpaneopen_content img {
    margin: 5px 5px 5px 0px;
}

.contentpaneopen_content_news img {
    margin: 5px 5px 5px 0px;
}

table.contentpaneopen_content_news {
    width: 100%;
    padding-left: 10px;
    margin-left: 10px;
}

table.contentpaneopen_content_news a.img_link,
table.contentpaneopen_content_sale a.img_link {
    text-decoration: none;
    color: #000;
}

div.sale_period,
div.sale_end {
    width: 200px;
    color: #fff;
    border-radius: 2px;
    display: block;
    text-align: center;
    padding: 5px 0;
    margin: 0px 0 10px 0;
}

div.sale_period {
    background: #079022;
}

div.sale_end {
    background: #ec1b1b;
}

table.contentpaneopen_content_sale {
    width: 100%;
    padding-left: 0;
}

.contentpaneopen_title,
.contentpaneopen_title_brands {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    margin-bottom: 20px;
    /*
background-image:url(../images/content/title_news.png);*/
    background-repeat: repeat-x;
    color: #d40000;
    text-transform: uppercase;
    font-weight: bold;
}

.contentpaneopen_title td.contentheading {
    padding-left: 10px;
}

div#clear_string {
    margin: 0px;
    padding: 0px;
    clear: both;
}

/* What is this block */
div#right {
    width: 200px;
    margin-left: 10px;
    /*
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    background-color: #ffffff;
}

div#right ul {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div#right ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: 1px dotted #999999;
    margin-top: 3px;
    margin-bottom: 3px;
}

div#right ul li:hover {
    background-image: url(../images/content/play2.png);
    background-position: center right;
    background-repeat: no-repeat;
}

div#right ul li:active {
    background-image: url(../images/content/play2.png);
    background-position: center right;
    background-repeat: no-repeat;
}

div#right ul li a {
    display: block;
    color: #666666;
    text-decoration: none;
}

div#right ul li a:hover {
    color: #cc0000;
}

div#right ul li a:active {
    color: #cc0000;
}

/*--------------------------------------------------------------------------------------------*/
.contentpaneopen_title_all a,
table.contentpaneopen_title_all_archive a {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 26px;

    /*
background-image:url(../images/content/title_news.png);*/
    background-repeat: repeat-x;
    color: #d40000;
    text-transform: uppercase;
    text-decoration: none;
}

.contentpaneopen_title_all,
table.contentpaneopen_title_all_archive,
div.componentheading_mansport {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    margin-bottom: 20px;
    background-repeat: repeat-x;
    color: #d40000;
    text-transform: uppercase;
    text-decoration: none;
}

table.contentpaneopen_title_all_news td.contentheading_news a,
table.contentpaneopen_title_all_sale td.contentheading_sale a {
    font-size: 20px;
    text-transform: uppercase;
    color: #d40000;
}

table.contentpaneopen_title_all_news,
table.contentpaneopen_title_all_sale {
    margin-bottom: 10px;
}

.contentpaneopen_title_all_news > div.content_list_category {
    width: 640px;
}

table.gk_news_show_table {
    margin-top: 5px;
}

table.gk_news_show_table a img {
    border: 1px solid #fff;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table.gk_news_show_table a img:hover {
    border: 1px solid #fff;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.module_news h3 {
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    /*background:url(../images/header/news_bg.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    color: #d40000;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
}

.module_news h4.gk_news_show_news_header.ta_center {
    font: 18px;
}

.module_news h4.gk_news_show_news_header.ta_center a {
    text-decoration: none;
    color: #810000;
}

a.gk_news_show_news_readmore_inline {
    text-decoration: none;
    font-style: italic;
    color: #999999;
    font-size: 12px;
}

a.gk_news_show_news_readmore_inline:hover {
    color: #ff0000;
}

.module_news p.gk_news_show_news_info.ta_right {
    color: #aeaeae;
    font-size: 10px;
    padding: 0px 5px;
}

.module_news p.gk_news_show_news_text.ta_left {
    padding: 5px;
}

div#right h3 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 25px;
    /*
-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

background-image:url(../images/content/right_bg.png);
background-repeat:repeat-x;*/
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
}

#bottom_content div.module {
    margin: 0px auto;
    width: 935px;
    margin-top: 30px;
    min-height: 100px;

    background-color: #ffffff;
    /*
    -webkit-box-shadow: 0px 0px 15px #222;

    -moz-box-shadow: 0px 0px 15px #222;

    box-shadow: 0px 0px 15px #222;*/
}

#bottom_content {
    position: relative;
}

table.contentpaneopen_title_news {
    margin-left: 44%;
    width: 55%;
    margin-top: 0;
}

table.contentpaneopen_title_sale {
    margin-left: 44%;
    width: 55%;
}

td.contentheading_news,
td.contentheading_mansport,
td.contentheading_sale {
    line-height: 30px;
    font-size: 18px;
    color: #810000;
}

.contentheading_news a,
td.contentheading_mansport a,
td.contentheading_sale a {
    color: #810000;
    text-decoration: none;
    line-height: 100%;
}

div.jcomments-links {
    clear: both;
    line-height: 20px;
    border-top: #999999 1px dotted;
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 100%;
}

div.jcomments-links a {
    color: #ff0000;
}

.readmore-link {
    background-position: 0 3px;
}

div.componentheading_news,
div.componentheading_sale {
    color: #555;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
}

div#news_rotator h3 {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    margin-bottom: 20px;
    background-repeat: repeat-x;
    color: #d40000;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: normal;
}

table.blog_news {
    width: 630px !important;
    padding-left: 10px;
    float: left;
}

table.blog_news,
table.blog_sale {
    width: 100% !important;
}

table.blog_news div.createdate,
table.blog_sale div.createdate {
    background: none;
    color: #797979;
    float: none;
    font-size: 11px;
    text-align: left;
    border: none;
}

table.blog_sale #content_list_category {
    padding-bottom: 30px;
    margin-bottom: 0;
}

div.componentheading {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    margin-bottom: 20px;
    background-repeat: repeat-x;
    color: #d40000;
    text-transform: uppercase;
}

div.createdate {
    background-color: #969696;
    color: #ffffff;
    width: 130px;
    height: 32px;
    line-height: 32px;
    float: right;
    font-size: 12px;
    text-align: center;
    border: 1px solid #969696;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

/*** 8.0 - Footer ***/
.footer {
    position: relative;
    padding: 30px 0;
    background: #000 url(../images/bg_footer_repeater.png) repeat-x center top;
    background-size: contain;
}

.footer h3 {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font: bold 12px/2.231 sans-serif;
    margin-bottom: 20px;
    text-align: right;
}

/*** 8.1 - Footer menu ***/
.footer-menu {
    margin-bottom: 10px;
}

.footer-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 50px 0 0;
    list-style: none;
}

.footer-menu li {
    margin-left: 20px;
}

.footer-menu ul li:first-child {
    margin-left: 0px;
}

.footer-menu a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.footer-menu a:hover {
    color: #999;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-menu li {
        margin: 0 0 10px 0;
        flex-basis: 50%;
    }
}

@media (max-width: 320px) {
    .footer-menu li {
        margin: 0;
        flex-basis: 100%;
    }
}

/*** 8.2 - Footer menu ***/
.copyright {
    font-size: 13px;
    color: #444;
}

.copyright a {
    color: #444;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Footer End */

div#header_block_2_2 div.social_link {
    padding-top: 34px;
}

a.i_facebook,
a.i_youtube,
a.i_vk,
a.i_rss,
a.i_facebook2,
a.i_google_plus {
    display: block;
    float: right;
    text-indent: -999em;
    overflow: hidden;
    margin-right: 18px;
}

a.i_facebook {
    width: 82px;
    height: 17px;
    background: url(../images/icon_footer_facebook.png) left top no-repeat;
}

a.i_facebook2 {
    width: 26px;
    height: 17px;
    background: url(../images/icon_facebook2.png) left top no-repeat;
}

a.i_youtube {
    width: 48px;
    height: 19px;
    background: url(../images/icon_footer_youtube.png) left top no-repeat;
}

a.i_vk {
    width: 35px;
    height: 19px;
    background: url(../images/icon_i_vk.png) left top no-repeat;
}

a.i_google_plus {
    width: 19px;
    height: 19px;
    background: url(../images/googleplus-19.png) left top no-repeat;
}

a.i_rss {
    width: 18px;
    height: 18px;
    margin-right: 0;
    background: url(../images/icon_footer_rss.png) left top no-repeat;
}

/*panel----------------------------------------------------------------------*/
div#panel_left {
    display: block;
    width: 72px;
    height: 282px;
    background-image: url(../images/panel/panel_block_bg.png);
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 290px;
    z-index: 10000;
}

div#panel_left div {
    width: 50px;
    height: 30px;
    margin: 14px 11px;
}

#to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 10000;
    width: 80px;
    height: 48px;
    text-align: center;
    visibility: hidden;
    background-image: url(../../../templates/beez/images/naverx.png);
}

div#to-top:hover {
    color: #cccccc;
    font-weight: bold;
    text-decoration: none !important;
    z-index: 10000;
    width: 80px;
    height: 48px;
    text-align: center;
    visibility: hidden;
    background-image: url(../../../templates/beez/images/naverx1.png);
}

#to-top a {
    display: block;
    color: #cccccc;
    font-weight: bold;
    line-height: 100px;
    text-decoration: none !important;
    width: 80px;
}

#to-top a:hover {
    color: #ff0000;
}

/*РљРЅРѕРїРєР° РЅР°РІРµСЂС… вЂ“ END*/

/*help panel*/
#help {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    position: fixed;
    margin-left: 10px;
    top: 350px;
    min-width: 30px;
    z-index: 100000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    behavior: url(ie-css3.htc);
}

div#roksearch_results {
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 10px #000;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    behavior: url(ie-css3.htc);
}

#help img {
    border: 0px;
}

#help-panel {
    background-color: #000;
    border: 1px solid #000;
    display: none;
    float: left;
    max-width: 350px;
    color: #fff;
}

#help-panel .collapse {
    display: none;
    float: right;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 15px;
}

#help-panel .collapse a {
    font-size: 11px;
    color: black;
    text-decoration: underline;
    font-size: 12px;
}

#support-header {
    background: url("../images/24-7-bg.gif") repeat-x scroll 0 0 transparent;
    height: 17px;
    padding: 2px 0 0 10px;
}

#help-panel .main {
    background: url("../images/item-bg.gif") repeat-x scroll 0 0 transparent;
    float: right;
    height: 37px;
    width: 240px;
}

#help-panel a.title {
    background: url("../images/but-right.gif") no-repeat scroll 10px 15px
        transparent;
    color: #444;
    display: block;
    font-weight: bold;
    padding: 12px 10px 12px 22px;
    font-size: 12px;
}

#help-panel a.title span {
    color: #666;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

#help-panel a.selected {
    background: url("../images/but-down.gif") no-repeat scroll 10px 15px
        transparent;
}

#help a {
    text-decoration: none;
}

#help-button {
    float: left;
}

#kontakt {
    margin-left: 53px;
}

#kontakt legend {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    color: #000;
}

/*--------------------------------------table СЃ РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹РјРё РјРѕРґСѓР»СЏРјРё*/
.table_dop_modules {
    margin: 0px auto;
    padding: 0px;
    width: 940px;
    min-height: 1px;
}

.table_dop_modules tr td#dop_block_1 {
    width: 465px;
    margin-right: 5px;
}

.table_dop_modules tr td#dop_block_2 {
    width: 465px;
    margin-left: 5px;
}

/*------------------------------------------------------------*/
div#brands_conteiner {
    margin: 0px auto;
    padding: 0px;
    width: 890px;
    min-height: 100px;
}

div#brands_conteiner div#brands_conteiner_block_1 {
    margin: 0px auto;
    padding: 0px;
    width: 890px;
    height: 121px;
    clear: both;
}

div#brands_conteiner div#brands_conteiner_block_2 {
    margin: 0px auto;
    padding: 0px;
    width: 940px;
    height: 121px;
    clear: both;
}

div#brands_conteiner div#brands_conteiner_block_1 div,
div#brands_conteiner div#brands_conteiner_block_2 div {
    width: 220px;
    height: 95px;
    float: left;
    text-align: center;
    padding-top: 10px;
    border: 1px solid #ffffff;
}

div#brands_conteiner div#brands_conteiner_block_1 div:hover,
div#brands_conteiner div#brands_conteiner_block_2 div:hover {
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*--------------------------------------------------------------------*/
div#dop_1 {
    margin: 0px;
    padding: 20px 20px;
    width: 549px;
    /*min-height:290px;*/
    float: left;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
}

div#dop_2 {
    margin: 0px;
    padding: 10px 0px;
    width: 319px;
    min-height: 172px;
    float: right;
    margin-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

div.module_v form div input.button {
    background: none;
    width: 50px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 5px;
    color: #ffffff;
}

div.module_v form div input.button:hover {
    color: #666666;
    border-bottom: 1px solid #666666;
    cursor: pointer;
}

div.module_v form div {
    margin-top: 3px;
}

/*----------------------------delivery*/
#delivery_conteiner {
    margin: 0px auto;
    padding: 0px;
    width: 935px;
    min-height: 85px;
}

#delivery_conteiner_block_1 {
    margin: 0px;
    padding: 0px;
    width: 935px;
    min-height: 200px;
    border-bottom: 1px solid #cccccc;
}

#delivery_conteiner_block_1 div {
    min-width: 200px;
    min-height: 85px;
    float: left;
    text-align: center;
    padding-top: 18px;
    margin-left: 2px;
}

#delivery_conteiner_block_1 div img {
    border: 1px solid #ccc;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#delivery_conteiner_block_1 div img:hover {
    border: 1px solid #333;
}

#delivery_conteiner_block_1 div a {
    text-decoration: none;
    border: none;
}

#delivery_conteiner_block_1 div
/********************************************************************block 2*/
#delivery_conteiner_block_2 {
    clear: both;
    width: 935px;
    min-height: 85px;
}

#delivery_conteiner_block_2 div {
    min-width: 200px;
    min-height: 85px;
    float: left;
    text-align: center;
    padding-top: 18px;
    margin-left: 2px;
}

#delivery_conteiner_block_2 div img {
    border: 1px solid #ccc;
    padding: 2px;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#delivery_conteiner_block_2 div img:hover {
    border: 1px solid #333;
}

#delivery_conteiner_block_2 div a {
    text-decoration: none;
    border: none;
}

img.gk_news_show_news_image_static.i_left {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

td.gk_news_show_center {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

td.gk_news_show_left {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

td.gk_news_show_right {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#userForm {
    padding: 20px;
}

textarea.rsform-text-box {
    max-width: 300px;
}

input.rsform-submit-button {
    border: 0px;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    width: 112px;
    height: 25px;
    line-height: 25px;
    background: #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}

input.rsform-submit-button:hover {
    background: #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

/*-----------------------------------------------------kontakt*/

#help2 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    position: fixed;
    right: 0;
    top: 300px;
    min-width: 30px;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
}

#help2 img {
    border: 0px;
}

#help-panel2 {
    background-color: #000;
    border: 1px solid #000;
    display: none;
    float: right;
    max-width: 350px;
    color: #fff;
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
    padding: 20px;
    max-height: 340px;
}

#help-panel2 .collapse {
    display: none;
    float: right;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 15px;
}

#help-panel2 .collapse a {
    font-size: 11px;
    color: black;
    text-decoration: underline;
    font-size: 12px;
}

#support-header {
    background: url("../images/24-7-bg.gif") repeat-x scroll 0 0 transparent;
    height: 17px;
    padding: 2px 0 0 10px;
}

#help-panel2 .main {
    background: url("../images/item-bg.gif") repeat-x scroll 0 0 transparent;
    float: right;
    height: 37px;
    width: 240px;
}

#help-panel2 a.title {
    background: url("../images/but-right.gif") no-repeat scroll 10px 15px
        transparent;
    color: #444;
    display: block;
    font-weight: bold;
    padding: 12px 10px 12px 22px;
    font-size: 12px;
}

#help-panel2 a.title span {
    color: #666;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

#help-panel2 a.selected {
    background: url("../images/but-down.gif") no-repeat scroll 10px 15px
        transparent;
}

#help2 a {
    text-decoration: none;
}

#help-button2 {
    float: left;
    margin-top: -4px;
    margin-right: -1px;
}

#kontakt2 {
    margin-left: 10px;
}

#kontakt2 legend {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    color: #000;
}

/*-------------------------------------------------- end kontakt*/

/* Search  */

input#search_searchword {
    padding: 0px;
    margin: 0px;
    width: 163px;
    height: 29px;
    line-height: 22px;
    outline: none;
    border: none;
    color: #999;
    background-color: #eee;
    border: #dfdfdf 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
}

input#search_searchword::select {
    background: #f7f7f7;
}

button.button {
    margin: 0px;
    padding: 0px;
    height: 29px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 29px;
    float: left;
    background: #333;
    border: 1px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    z-index: 200;
}

button.button:hover {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    height: 29px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 29px;
    float: left;
    background: #ccc;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

/* Pagination section */
span.pagination {
    margin: 0px auto;
}

span.pagination span,
span.pagination a {
    border: 1px #fff solid;
    margin: 0 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../images/header/pagnav/nav_bg1.jpg);
    background-repeat: repeat-x;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.pagination a:hover {
    background: url(../images/header/pagnav/nav_bg.jpg);
    background-repeat: repeat-x;
}

span.pagination strong span {
    background: url(../images/header/pagnav/nav_bg.jpg);
    background-repeat: repeat-x;
}

/* Post header section */

.post-header img {
    max-width: 100%;
    height: auto;
}

/* Pre Header Panel----------------------------------------------------------top_panel*/
#top-panel {
    height: 250px;
    padding: 10px 20px;
    background: #262626;
    box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.7);
}

button#login_btn {
    border: none;
    background: none;
    display: block;
    /*margin-left:59px;*/
    width: 138px;
    background: url(../images/login.png);
    background-repeat: no-repeat;
    height: 24px;
}

button#login_key {
    border: none;
    background: none;
    display: block;
    /*margin-left:59px;*/
    width: 25px;
    background: url(../images/login_door.png);
    background-repeat: no-repeat;
    height: 25px;
    opacity: 0.6;
}

button#logout {
    border: none;
    background: none;
    display: block;
    /*margin-left:59px;*/
    width: 25px;
    background: url(../images/logout_door.png);
    background-repeat: no-repeat;
    height: 25px;
}

button#login_key:hover {
    opacity: 1;
    cursor: pointer;
}

button#login_btn:hover {
    background: url(../images/login_hover.png);
    cursor: pointer;
}

button#login_btn:active {
    background: url(../images/login_active.png);
}

button#login_btn span.buttext {
    width: 128px;
    /*padding-right:10px;*/
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    text-indent: 3em;
    text-transform: uppercase;
}

#sub-panel a span {
    background: url(img/sub-right.png) right bottom no-repeat;
    display: block;
}

strong {
    color: #000000;
    font-weight: bold;
}

.face {
    border: solid 2px #a6c34e;
    margin-left: 10px;
    float: right;
}

/*---------------------------------------------------*/
div#top-panel {
    display: none;
}

div#panel_center {
    margin: 50px auto;
    padding: 0px;
    width: 460px;
    color: #fff;
    position: relative;
}

div#block_top_panel {
    margin: 0px auto;
    padding: 0px;
    width: 460px;
    /* float:left; */
    height: 100px;
}

div#block_top_panel2 {
    margin: 0px;
    padding: 0px;
    width: 300px;
    float: left;
    min-height: 100px;
    margin-left: 20px;
}

div#block_top_panel3 {
    margin: 0px;
    padding: 0px;
    width: 300px;
    float: left;
    min-height: 100px;
    margin-left: 20px;
}

div.module_poll {
    width: 300px;
    color: #fff;
    text-align: center;
    border: 1px solid #1f1f1f;
    background-color: #070707;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    min-height: 280px;
}

div.module_poll strong {
    color: #fff;
}

div.module_reg_info {
    width: 800px;
    color: #fff;
    text-align: center;
    border: 1px solid #1f1f1f;
    background-color: #070707;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
}

div.module_login fieldset.input {
    border: none;
}

div.module_registration fieldset.input {
    border: none;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

span.login_pr_text {
    color: #777;
    font: 13px/1.231 sans-serif;
}

p#form-login-password {
    margin-left: 20px !important;
}

p#form-login-username,
p#form-login-password {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 218px;
    float: left;
}

p#form-login-username label,
p#form-login-password label {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
}

/*--------------------------------------ffffffffff-----*/
input#modlgn_passwd,
input#modlgn_username {
    padding: 0px 15px;
    outline: none;
    height: 25px;
    width: 188px;
    color: #fff;
    border: none;
    background: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #777;
    font-weight: bold;
}

input#modlgn_passwd:focus,
input#modlgn_username:focus {
    color: #cccccc;
    border: 1px solid #999;
}

input {
    background: transparent;
    border: none;
    -webkit-font-smoothing: antialiased;
}

div.module_registration form p fieldset input {
    background: transparent;
}

fieldset.input input.button {
    width: 87px;
    margin: 0px;
    padding: 0px;
    height: 29px;
    cursor: pointer;
    line-height: 29px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 175px;
}

fieldset.input input.button:hover {
    color: #fff;
}

div#logout_user input.button:hover {
    cursor: pointer;
}

div#logout_user input.button,
div#logout_user a {
    display: block;
    margin: 0px 15px;
    padding: 0px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    float: left;
    line-height: 30px;
}

div#logout_user {
    height: 30px;
    margin-left: auto;
    margin-bottom: 0;
    /*padding: 0 20px;
	background: #810000;*/
    float: left;
    display: block;
    list-style-type: none;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

div#logout_user:hover {
    cursor: pointer;
}

div.module_registration form ul li a {
    color: #ccc;
    line-height: 20px;
    text-decoration: none;
}

div.module_registration h3 {
    margin: 0px;
    padding: 0px;
    font: bold 22px/1.231 sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}

div.module_registration form ul li a:hover {
    color: #fff;
    line-height: 20px;
    text-decoration: underline;
}

form.form-validate input {
    border: 1px solid #bbb;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    color: #666;
    height: 25px;
    line-height: 25px;
}

td.gk_news_show_center div {
    background-image: url(../images/content/news_img_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 268px;
    height: 140px;
    padding: 16px;
    margin-bottom: 12px;
}

td.gk_news_show_center div:hover {
    background-image: url(../images/content/news_img_bg_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 268px;
    height: 140px;
    padding: 16px;
    margin-bottom: 12px;
}

td.gk_news_show_left div {
    background-image: url(../images/content/news_img_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 268px;
    height: 140px;
    padding: 16px;
    margin-bottom: 12px;
}

td.gk_news_show_left div:hover {
    background-image: url(../images/content/news_img_bg_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 268px;
    height: 140px;
    padding: 16px;
    margin-bottom: 12px;
}

td.gk_news_show_right div {
    background-image: url(../images/content/news_img_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 268px;
    height: 140px;
    padding: 16px;
    margin-bottom: 12px;
}

td.gk_news_show_right div:hover {
    background-image: url(../images/content/news_img_bg_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 268px;
    height: 140px;
    padding: 16px;
    margin-bottom: 12px;
}

div#dop_block_center {
    margin: 0px auto;
    padding: 0px;
    width: 940px;
    min-height: 10px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

div#to_top {
    position: absolut;
    right: 0px;
    bottom: 0px;
}

#dop_block_center2 {
    margin: 0px auto;
    padding: 0px;
    width: 940px;
    min-height: 10px;
    margin-bottom: 10px;
}

div#dop_3 {
    margin: 0px;
    padding: 0px;
    width: 460px;
    min-height: 1px;
    float: left;
}

div#dop_4 {
    margin: 0px;
    padding: 0px;
    width: 460px;
    min-height: 1px;
    float: right;
    margin-left: 10px;
}

div#dop_4 h3 {
    text-align: center;
}

div#dop_3 h3 {
    text-align: center;
}

div#dop_2 h3 {
    margin: 0px;
    padding: 0px 0px 0px 30px;
    line-height: 25px;
    background: url(../images/icon_news.png) 7px top no-repeat;
    color: #555;
    font: 18px Verdana;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*---------------------------------------------------feedburner*/
form.form_feed {
    margin: 0px auto;
    width: 320px;
    text-align: center;
}

div#bg_feed_block,
div.acymailing_module input.inputbox {
    width: 271px !important;
    height: 40px;
    background: url(../images/bg_news_feed.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 7px;
    padding: 0px 15px;
    color: #525252;
}

input.feed_email {
    margin: 0px;
    padding: 0px 15px;
    width: 170px;
    height: 28px;
    line-height: 28px;
    color: #525252;
    float: left;
    margin-top: 6px;
    outline: none;
}

input.feed_button:hover {
    background: url(../images/rss_button_hover.png);
    cursor: pointer;
}

input.feed_button:active {
    background: url(../images/rss_button_active.png);
}

div#nav_site {
    margin: 0px auto;
    padding: 5px;
    width: 940;
    height: 25px;
    line-height: 25px;
    color: #777;
    border-bottom: 1px solid #ddd;

    margin-bottom: 10px;
}

div#nav_site a {
    color: #777;
    text-decoration: none;
}

div#nav_site a:hover {
    color: #444;
}

div#nav_site span {
    color: #ccc;
}

/* div#content table tbody tr td {
vertical-align:middle;
} */
div.module_soc {
    width: 300px;
    color: white;
    text-align: center;
    border: 1px solid #1f1f1f;
    background-color: #070707;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#phocagallery a img {
    width: 170px;
}

a.category {
    margin-left: 15px;
}

div#button_price_big {
    margin: 0px auto;
    width: 200px;
    height: 35px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/content/bg_price.png);
    background-repeat: repeat-x;
    text-align: center;
    line-height: 35px;
}

div#button_price_big a {
    text-decoration: none;
    display: block;
    color: #810000;
    font-weight: bold;
}

div#button_price_big a:hover {
    text-decoration: none;
    display: block;
    color: #00c20e;
    font-weight: bold;
}

div#button_price_big:hover {
    background-image: url(../images/content/bg_price_hover.png);
    background-repeat: repeat-x;
}

div#dop_1 a {
    text-decoration: none;
}

div#dop_1 a:hover {
    text-decoration: underline;
}

#float_rigfh {
    margin: 0px;
    padding: 0px;
    float: right;
}

.login {
    float: right;
    padding: 0 0 30px 30px;
}

/*--------------------------------------------------Настройка табов*/
/*
.tabber_nav ul {
margin-left: 0 !important;
list-style-type: none !important;
}
.tabber_nav ul li.active{

background: url(../images/bg_listitem_active_right.png) right top no-repeat !important;
}
.tabber_nav ul li.active:hover a {
color:#fff !important;}
.tabber_nav ul li.active a:hover {
color:#fff !important;
}
.tabber_nav ul li.active span  {

background: url(../images/bg_listitem_active_left.png) left top no-repeat !important;
}
.tabber_nav ul li span {
display:block;
height: 31px !important;
line-height: 31px !important;
border-bottom: 1px solid #EEE !important; 
}
.tabber_nav li.active a{
color: white !important;
text-shadow: 0 1px 0 black !important;
}
.tabber_nav ul li a {

width: 192px !important;
height: 31px !important;
line-height: 31px !important;
padding-left: 24px !important;
}
div.tabber_nav li.tabber_tab a:hover  {
color: #810000;
}
.tabber_nav li a{
font: 13px Verdana !important;
font-weight:bold !important;
color: #777;
text-transform: uppercase !important;
text-decoration: none !important;
}*/
/*настройка всех остальных табов-----------------------------------------------*/
div.tabber_nav {
    float: left;
    width: 195px;
    margin-right: 10px;
}

div.tabber_content.myclass_tabber_product {
    width: 375px !important;
    border: none;
}

div.tabber_content {
    width: 668px;
    float: left;
    clear: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

div.tabber_nav ul {
    margin-left: 0;
    list-style-type: none;
}

div.tabber_nav ul li {
    margin-left: 0;
    height: 31px;
    padding-right: 11px;
}

div.tabber_nav ul li span {
    display: block;
    height: 31px;
    line-height: 31px;
    border-bottom: 1px solid #eee;
}

div.tabber_nav ul li a {
    width: 160px;
    height: 31px;
    line-height: 31px !important;
    padding-left: 24px;
    font: 11px verdana;
    color: #777;
    text-transform: uppercase;
    text-decoration: none;
}

div.tabber_nav ul li a:hover {
    color: #98e112;
}

div.tabber_nav li.active a {
    color: white;
    text-shadow: 0 1px 0 #777;
    line-height: 31px !important;
}

div.tabber_nav li.active a:hover {
    color: #fff;
}

div.tabber_nav ul li.active {
    background: url(../images/bg_listitem_active_right.png) right top no-repeat;
}

div.tabber_nav ul li.active span {
    background: url(../images/bg_listitem_active_left.png) left top no-repeat;
}

div.tabber_nav {
    border-bottom: none;
}

/*-----------------------------------------------Настройка видео*/

div#dop_5 {
    margin: 0px auto;
    width: 960px;
}

ul.videos figcaption a:hover {
    text-decoration: underline;
    color: #810000;
}

ul.videos figcaption a {
    text-decoration: none;
    color: #444;
    font: bold 15px/1.5 sans-serif;
}

ul.videos figcaption {
    margin-top: 10px;
}

.test_content cite,
.videos figcaption h2,
.big_test cite {
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
}

li.grid_3 {
    width: 220px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

li.grid_3 p a {
    display: block;
    width: 202px;
    height: 113px;
    padding: 8px;
    background: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

li.grid_3 h2 a {
    text-decoration: none;
}

li.grid_3 figure {
    margin: 0px;
    padding: 0px;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

li.grid_3 figure:hover {
    border: 1px solid #777;
}

li.grid_3 figure:active {
    border: 1px solid #810000;
}

li.grid_3 figure p {
    margin: 0px;
    padding: 0px;
}

div#dop_5 ul.videos.clearfix {
    margin: 0px;
    padding: 0px;
}

h1.star {
    margin-left: 10px;
    padding: 3px 0 4px 40px;
    background: url(../images/icon_star.png) left top no-repeat;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 10px;
    font: 24px Verdana;
    font-weight: bold;
}

/*.video_row ul {
margin-left: 0;
list-style-type: none;
}

.grid_12,.grid_16 {
width: 940px;
}
div#dop_5 .grid_3, div#dop_5.grid_3, div#dop_5.grid_4 {
width: 220px;
}
.alpha {
margin-left: 0px !important;
}
.videos li figure, .maps figure, .dasharticle figure, .special figure, .tiny_vid figure {
border: 1px solid #BBB;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 7px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

h1.art_head a, .videos li figcaption h2 a, .vid_details h4 a, .carousel a, .ie7 .teevee h2 a {
text-decoration: none;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}*/
div#dop_6 {
    margin: 0px auto;
    width: 962px;
    height: 117px;
}

/*-----------------------------------------------------------настройка соц ситей*/
#brand_footer_links {
    width: 525px;
    float: right;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#brand_footer_links li:first-child {
    width: 145px;
}

#brand_footer_links li {
    width: 125px;
    margin: 0;
    float: left;
    margin-left: 20px;
}

#brand_footer li:first-child .gray_btn {
    width: 145px;
}

#brand_footer_links a {
    text-decoration: none;
}

a.gray_btn {
    float: left;
    display: block;
    width: 125px;
    height: 22px;
    line-height: 22px;
    border: #bbbbbb 1px solid;
    margin: 0;
    position: relative;

    cursor: pointer;
    background: #f0f0f0;
    border-radius: 10px;
    text-align: center;
}

a.gray_btn:hover {
    background: #fff;
}

/*форма обратной связи---------------------------------------------------*/

div.module_feedback textarea.textarea {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 379px;
    min-width: 325px;
    max-height: 248px;
    min-height: 50px;
    color: #919191;
    /*background:url(../images/massage_box_bg.png)no-repeat left top;*/
    border: none;
    outline: none;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #eaeaea;
}

div.module_feedback form {
    margin: 0px auto;
    width: 350px;
}

div.module_feedback input.inputbox {
    display: block;
    width: 290px;
    height: 30px;
    color: #919191;
    background: url(../images/mail_active_massage.png) 15px 9px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    padding: 0px 10px 0px 45px;
    outline: none;
}

div.module_feedback input.inputbox.subject_feedback {
    width: 290px;
    height: 30px;
    margin-top: 10px;
    background: url(../images/penci_massagel.png) 15px 9px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    padding: 0px 10px 0px 45px;
    outline: none;
    border: 1px solid #eaeaea;
}

div.module_feedback div.mail {
    width: 345px;
    height: 30px;
    /*background:url(../images/massage_input.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    border: 1px solid #eaeaea;
}

div.module_feedback div.subject {
    width: 345px;
    height: 30px;
    /*background:url(../images/massage_input.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
}

span.massage_error {
    display: block;
    position: absolute;
    left: 22px;
    top: 63px;
    width: 366px;
    padding: 8px 15px;
    color: #d2f6c9 !important;
    text-align: center;
    background: #97d17c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.rapid_contact + span.massage_error {
    display: block;
    margin: 0px auto;
    position: relative;
    width: 367px;
    padding: 8px 15px;
    color: #f6c9c9 !important;
    text-align: center;
    background: #d17c7c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: -2px;
    top: 0px;
}

div.module_feedback h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0px;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px;
    color: #7e7e7e;
}

p.closeme a {
    display: block;
    width: 105px;
    height: 19px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: url(../images/btn_close.png) no-repeat 85px 0px;
    float: right;
    text-align: left;
    font-weight: bold;
    position: absolute;
    top: 60px;
    right: 60px;
}

p.closeme a:hover {
    background: url(../images/btn_close.png) no-repeat 85px -20px;
    color: #acacac;
}

div.module_registration ul {
    margin: 0px;
    padding: 0px;
    width: 800px;
    height: 30px;
}

div.module_registration ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-left: 15px;
}

div.module_registration ul li p#form-login-remember {
    margin: 0px;
    padding: 0px;
}

table.blog_news img.img_news_mini,
table.blog_sale img.img_news_mini {
    margin: 0px 15px 10px 0px !important;
    width: 204px;
    height: 104px;
    padding: 7px;
    border: 1px solid #bbb;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
}

table.blog_news img.img_news_mini,
table.blog_sale img.img_news_mini {
    width: 40% !important;
    height: auto !important;
}

img.img_news_mini {
    padding: 18px 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

table.blog_news img.img_news_mini:hover {
    border: 1px solid #777;
}

table.blog_news img.img_news_mini:active {
    border: 1px solid #810000;
}

table.contentpaneopen_content_sale tbody tr td,
table.contentpaneopen_content_news tbody tr td {
    padding-left: 44%;
}

table.contentpaneopen_news,
table.contentpaneopen_sale {
    width: 605px;
    float: left;
}

table.contentpaneopen_news td.createdate,
table.contentpaneopen_sale td.createdate {
    font-size: 11px;
    color: #797979;
    padding: 10px 0;
}

table.contentpaneopen_archive img {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 15px;
}

table.contentpaneopen_news img,
table.contentpaneopen_archive img,
table.contentpaneopen_sale img {
    margin: 0px 0px 20px 0px !important;
    max-width: 562px;
    height: auto;
}

input.filter_search {
    border: 1px solid #ccc;
}

div#news_rotator {
    display: none;
    width: 940px;
    height: 370px;
    margin-bottom: 30px;
}

/*------------------------------------------------------НАСТРОЙКА СТРАНИЦЫ С АТЛЕТАМИ*/

table.blog_mansport div#content_list_category {
    margin-left: 8px;
    max-width: 411px !important;
    min-width: 411px !important;
    height: 332px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
    padding: 12px;
    background: url(../images/athletes/sport_mans_bg.jpg);
    background-repeat: repeat-x;
    position: relative;
}

table.blog_mansport div#content_list_category img.avatar_atlets {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 3px;
    border: 1px solid #bbb;
    background: #fff;
}

table.blog_mansport div#content_list_category img.avatar_atlets:hover {
    border: 1px solid #777;
}

table.blog_mansport div#content_list_category img.avatar_atlets:active {
    border: 1px solid #810000;
}

table.blog_mansport div#atlets_description {
    position: absolute;
    width: 220px;
    height: auto;
    left: 202px;
    top: 40px;
    font-size: 11px;
    color: #666666;
}

table.blog_mansport table.contentpaneopen_title_mansport {
    position: absolute;
    left: 200px;
    text-shadow: #fff 0px 1px 0px;
}

table.blog_mansport div#content_list_category div#soc_icon_atlets {
    position: absolute;
    top: 265px;
}

table.blog_mansport div#content_list_category div#soc_icon_atlets a {
    display: block;
    width: 33px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 1px;
    text-decoration: none;
    color: #eee;
}

table.blog_mansport div#content_list_category a.readon_mansport {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../images/athletes/readmore_button.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 97px;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
}

table.blog_mansport div#content_list_category a.readon_mansport:hover {
    color: #ccc;
}

/*-----------------------------------------------------------*/
div#soc_icon_atlets a.icon_facebook {
    background: url("../images/athletes/facebook.png");
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_mailru {
    background: url("../images/athletes/mailru.png");
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_odnoklasniki {
    background: url("../images/athletes/odnoklasniki.png");
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_twitter {
    background: url("../images/athletes/twitter.png");
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_vk {
    background: url("../images/athletes/vk.png");
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_facebook:hover {
    background: url(../images/athletes/facebook_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_mailru:hover {
    background: url(../images/athletes/mailru_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_odnoklasniki:hover {
    background: url(../images/athletes/odnoklasniki_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_twitter:hover {
    background: url(../images/athletes/twitter_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

div#soc_icon_atlets a.icon_vk:hover {
    background: url(../images/athletes/vk_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

div#team_atlets {
    position: absolute;
    top: 264px;
    left: 13px;
    color: #000;
    font-weight: bold;
    width: 181px;
    text-align: center;
}

a.download_aciya {
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    background: #b00a0a;
    text-decoration: none;
}

a.download_aciya:hover {
    background: #6b0707;
}

table.moduletable_zak {
    margin: 0px auto;
}

div#news_archive {
    float: left;
}

#prod-news {
    clear: both;
    margin: 5px 0px;
}

#prod-news h4 {
    font-size: 18pt;
    color: #99cc00;
}

#download-arhiv {
    float: left;
    width: 260px;
}

#download-arhiv a {
    color: #000000;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#download-arhiv a:hover {
    color: #e40000;
}

#banner-d {
    float: left;
    margin: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 140px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#banner-d:hover {
    border: 1px solid #ff0000;
}

#banner-d a img {
    margin: 0px 0px 10px 0px;
}

#banner-d a {
    color: #555;
    display: block;
    text-decoration: none;
    line-height: 18px;
}

#banner-d:hover a {
    color: #ff0000;
}

#banner-block {
    border-bottom: 1px solid #ccc;
    clear: both;
    margin: 5px 0px;
    width: 100%;
}

span#jcemediabox-popup-numbers a.active {
    color: #ff0000;
}

div#terms_of_delivery h3 {
    font-size: 18px;
    text-align: center;
}

div#terms_of_delivery h4 {
    color: #c20000;
}

div#terms_of_delivery {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 22px;
}

div#last_news table.gk_news_show_table a img:hover,
div#last_news table.gk_news_show_table a img {
    padding: 0px;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 10px !important;
}

div#last_news p.ta_left {
    color: #999;
    font-size: 11px;
    line-height: 1.4em;
    height: 1.4em;
}

div#last_news table.gk_news_show_table a img:hover {
    background: #f9f9f9;
}

#last_news {
    width: 260px;
    float: left;
    margin-top: -8px;
    margin-left: 25px;
}

#last_news h3 {
    background: url(../images/last_news.png) no-repeat left center;
    line-height: 64px;
    text-indent: 70px;
    color: #777;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

#last_news h4.gk_news_show_news_header.ta_left a {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 100%;
}

#last_news h4.gk_news_show_news_header.ta_left a:hover,
#last_news
    tr.gk_news_show_tablerow:hover
    h4.gk_news_show_news_header.ta_left
    a {
    color: #66c4f8;
}

#last_news table tbody tr td {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

#last_news a.see_all_news {
    display: block;
    background: #66c4f8;
    color: #fff;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    width: 200px;
    margin: 10px auto;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#last_news a.see_all_news:hover {
    background: #333;
}

p.fast_phone {
    position: absolute;
    right: 3px;
    top: 11px;
    color: #770b0b;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 15px;
}

div.tabber_nav ul li a span {
    display: inline;
    line-height: auto;
    border: none;
}

td.contentheading_powerlifting {
    font-size: 48px;
    text-align: center;
    color: #000;
    line-height: 150%;
}

table.contentpaneopen_title_all_powerlifting {
    width: 100%;
    margin-bottom: 45px;
}

table.contentpaneopen_powerlifting {
    width: 100%;
}

div.description_belts,
div.stuff_belts,
div.size_belts,
div.price_and_order_belts,
div.description_bandage {
    width: 900px;
    margin: 0px auto;
    border-bottom: 1px solid #ddd;
}

div.description_belts {
    height: 175px;
    background: url(../images/belt/powerinside2.png) no-repeat right bottom;
}

div.stuff_belts {
    height: 150px;
    background: url(../images/belt/powerinside3.png) no-repeat left bottom;
}

div.size_belts {
    height: 320px;
    background: url(../images/belt/belt3.png) no-repeat right center;
}

div.price_and_order_belts {
    height: 250px;
    background: url(../images/belt/belt4.png) no-repeat left center;
    position: relative;
}

.pr_c {
    position: absolute;
    bottom: 0px;
    left: 12px;
    width: 330px;
    color: #ff0000;
    font-size: 11px;
    text-align: center;
}

div.description_bandage {
    height: 320px;
    background: url(../images/belt/bondage.png) no-repeat right bottom;
}

div#left_side {
    width: 450px;
    float: left;
}

div#right_side {
    width: 450px;
    float: right;
}

div#right_side h3,
div#left_side h3 {
    font: normal 30px/60px Arial, sans-serif;
    margin: 0px;
    color: #9e9e9e;
}

div#mini_banner {
    width: 100%;
    height: 60px;
    margin: 0px 0px 15px 0px;
    background: #fff;
}

div#mini_banner div.module {
    width: 960px;
    margin: 0px auto;
}

div.sale {
    width: 100%;
    height: 320px;
    background: #fff url(../images/bg_sale.png) repeat-x top left;
    position: relative;
    border-bottom: 1px solid #cecece;
    margin-bottom: 25px;
}

div.sale_center {
    width: 960px;
    margin: 0px auto;
    height: 233px;
    padding: 87px 0px 0px 0px;
}

div.sale_shadow {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    background: url(../images/shadow.png) repeat-x left top;
}

div#sale_left,
div#sale_right {
    background: url(../images/sale_m_bg.png) repeat-x left top;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    width: 390px;
    height: 204px;
    float: left;
    margin: 0px 44px 0px 44px;
    position: relative;
}

div.belt_img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 348px;
    height: 139px;
    background: url(../images/belt_img.png) no-repeat center center;
    text-indent: -999999px;
}

#counter {
    padding: 0px 0 0 18px;
    position: relative;
    top: 26px;
    background-color: transparent;
}

div.sale h3 {
    font-size: 20px;
    color: #7a7a7a;
    text-shadow: 0 1px 1px #fff;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}

div#sale_right a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 134px;
    height: 29px;
    color: #fff;
    background: url(../images/readmore_bg.png) repeat-x left top;
    border: 1px solid #770000;
    text-decoration: none;
    line-height: 29px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

div#defaultCountdown {
    background: url(../images/clock_counter.png) transparent no-repeat;
    width: 298px;
    height: 109px;
    margin: 0 auto;
    color: #fff;
    text-indent: -9999px;
}

span.countdown_section {
    display: block;
    margin-top: 45px;
    text-indent: 0px;
}

div.time_left {
    text-align: center;
    line-height: 25px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

a.veiw_all_sale {
    display: block;
    margin: 0px auto;
    width: 138px;
    background: url(../images/login.png);
    background-repeat: no-repeat;
    height: 24px;
    color: #fff;
    line-height: 22px;
    text-indent: 12px;
    text-decoration: none;
}

a.veiw_all_sale:hover {
    background: url(../images/login_hover.png);
}

/* Страница АКЦИОННОЕ ПРЕДЛОЖЕНИЕ  */
div.sale_page {
    width: 920px;
    margin: 0px 0px 0px 7px;
}

div.sale_container_right {
    width: 275px;
    float: left;
    position: relative;
}

div.con_sale {
    width: 275px;
}

div.ui-dialog {
    position: fixed !important;
    width: 450px !important;
}

div.product {
    width: 288px;
    float: left;
    margin-left: 25px;
    margin-bottom: 25px;
    min-height: 300px;
    border: 1px solid #ddd;
}

div.left_product_block {
    width: 258px;
    padding: 15px;
}

div.product.first_child {
    margin: 0px;
}

div.product_name {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

div.product_new_price {
    padding: 5px 0px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 5px 0px;
}

div.product_time_left {
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

div.product_description {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

button#opener {
    background: #a30000;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    outline: none !important;
    cursor: pointer;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 40px;
    border: none;
}

button#opener:hover {
    background: #db0000;
    color: #ffffff;
}

button#opener:active {
    background: #a30000;
    color: #ffffff;
}

span.color_price {
    color: #ffae00;
    font-size: 14px;
}

div.black_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.62);
    z-index: 99;
    top: 0px;
    left: 0px;
}

span.sales {
    line-height: 101px;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ff0000;
}

/* ***************************************************************************** */
div.right_content {
    width: 673px;
    float: left;
    padding: 0px;
    border: 1px solid #bbb;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

ul.menu_download {
    margin: 0px;
    padding: 0px;
}

div#side_2 {
    margin: 30px auto 0px auto;
    background: #eeeeee;
    border: 1px solid #bbb;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 150px;
    padding: 24px;
}

div#side_2 a.support_d:hover {
    display: block;
    width: 150px;
    height: 29px;
    background: url(../images/support_button.png) no-repeat 0px -30px;
}

div#side_2 a.support_d {
    display: block;
    width: 150px;
    height: 29px;
    background: url(../images/support_button.png) no-repeat 0px 0px;
    margin: 6px auto 0px auto;
    font: 13px Arial;
    color: white;
    text-decoration: none;
    text-shadow: 0 1px 0 #00528b;
    text-transform: uppercase;
    line-height: 29px;
    text-align: center;
}

div#side_1 {
    width: 195px;
}

div#side_1 h3 {
    font-size: 16px;
    color: #7e7777;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: normal;
}

div.sidebar ul li a span {
    display: block;
    width: 160px;
    height: 31px;
    line-height: 31px;
    padding-left: 24px;
}

div.sidebar ul li a:hover {
    color: #810000;
}

div.sidebar ul li.active a {
    color: #fff;
    font-weight: bold;
    background: url(../images/bg_listitem_active_left.png) left top no-repeat;
}

div.sidebar ul li a {
    display: block;
    height: 31px;
    line-height: 31px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    text-decoration: none;
}

div.sidebar ul li {
    margin-left: 0;
    height: 31px;
    padding-right: 11px;
}

div.sidebar ul li.active {
    background: url(../images/bg_listitem_active_right.png) right top no-repeat;
}

div.right_content table.contentpaneopen_title_all {
    width: 664px;
    margin: 0px auto;
}

div#head_m {
    padding: 16px;
}

div#head_m h1 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #810000;
    text-transform: uppercase;
    font-weight: normal;
}

p.wellcom_username {
    padding: 16px;
    margin: 0px;
    font-size: 24px;
    color: #810000;
    text-transform: uppercase;
    font-weight: normal;
}

div.pre_d_block {
    width: 662px;
    height: 35px;
    line-height: 35px;
}

div.pre_brand_page {
    width: 270px;
    float: left;
}

div.pre_brand_page a:hover,
div.pre_site_brand a:hover {
    color: #555;
    text-decoration: underline;
}

div.pre_brand_page a {
    display: block;
    text-decoration: none;
    color: #777;
    background: url(../images/icon_goto.png) left center no-repeat;
    text-indent: 25px;
}

div.pre_site_brand {
    width: 220px;
    float: left;
}

div.pre_site_brand a {
    display: block;
    text-decoration: none;
    color: #777;
    background: url(../images/icon_weblink.png) left center no-repeat;
    text-indent: 25px;
}

div.soc_link_brand {
    width: 120px;
    float: left;
    margin-top: 3px;
    margin-left: 52px;
}

div.soc_link_brand a.facebook {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/soc_link.png) no-repeat -64px 0px;
    text-indent: -9999px;
    float: left;
    margin: 0px 7px;
}

div.soc_link_brand a.vk {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/soc_link.png) no-repeat -32px 0px;
    text-indent: -9999px;
    float: left;
    margin: 0px 7px;
}

div.soc_link_brand a.twitter {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/soc_link.png) no-repeat 0px 0px;
    text-indent: -9999px;
    float: left;
    margin: 0px 7px;
}

div.soc_link_brand a.facebook:hover {
    background: url(../images/soc_link.png) no-repeat -64px -28px;
}

div.soc_link_brand a.vk:hover {
    background: url(../images/soc_link.png) no-repeat -32px -28px;
}

div.soc_link_brand a.twitter:hover {
    background: url(../images/soc_link.png) no-repeat 0px -28px;
}

/* Настройка табов в материалах */
div.view-table {
    display: inline-table;
    width: 100%;
}

.catalog_block {
    width: 240px;
    margin: 60px auto;
    padding: 44px 54px;
    background: #eeeeee;
    border: 1px solid #bbb;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

h1.t_dashboard {
    font-size: 24px;
    color: #810000;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

div#tabs .catalog_block dl dd {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

div#tabs .catalog_block dl dt {
    font: bold 18px helvetica, arial, myriad, verdana, sans-serif;
    text-decoration: none;
    margin-bottom: 10px;
    color: #444;
}

div#tabs .catalog_block dl {
    padding-left: 62px;
    position: relative;
    background: url(../images/icon_excel.png) top left no-repeat;
}

div#tabs .catalog_block dl.download_dsc {
    background: url(../images/icon_rar.png) top left no-repeat;
    margin-bottom: 15px;
}

div.catalog_block a:hover {
    background: url(../images/std_download_button.png) no-repeat 0px -42px;
}

div.catalog_block a {
    display: block;
    width: 240px;
    height: 41px;
    text-align: center;
    text-decoration: none;
    line-height: 41px;
    color: #fff;
    background: url(../images/std_download_button.png) no-repeat 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

ul.clearfix {
    margin: 0px;
    padding: 0px;
}

ul.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

a.download_button {
    background: url(../images/btn_download_tiny-icon.png) top center;
    display: block;
    width: 107px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    line-height: 1;
    float: right;
    margin-top: 6px;
    text-indent: -9999px;
    margin-right: 15px;
}

ul.clearfix li.alt {
    background: #eee;
}

ul.clearfix li {
    padding: 0px;
    margin: 0px;
    height: 31px;
    line-height: 31px;
}

ul.clearfix li a.dl_lightbox:hover {
    background-position: 22px -19px !important;
    color: #810000;
}

ul.clearfix li a.dl_lightbox {
    width: 350px;
    float: left;
    line-height: 31px;
    padding-left: 50px;
    margin: 0px;
    background: url(../images/icon_eye.png) 22px 11px no-repeat !important;
    text-decoration: none;
    color: #444;
}

div.user_mm {
    background: #eeeeee;
    border: 1px solid #bbb;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 350px;
    padding: 20px;
    margin: 24px auto;
}

div.login_bottom {
    margin: 0px;
    padding: 0px;
    background: url(../images/login_bottom.png) no-repeat center center;
    width: 460px;
    height: 36px;
    position: relative;
    margin-top: 10px;
}

div.accaunt_forgot_pass,
div.accaunt_uname_pass,
div.accaunt_reg_page {
    line-height: 36px;
    padding: 0px;
    margin: 0px;
    width: 115px;
    float: left;
}

div.accaunt_forgot_pass a:hover,
div.accaunt_uname_pass a:hover,
div.accaunt_reg_page a:hover {
    color: #fff;
}

div.accaunt_forgot_pass a,
div.accaunt_uname_pass a,
div.accaunt_reg_page a {
    text-decoration: none;
    color: #777;
}

div.accaunt_forgot_pass {
    margin-left: 10px;
}

div.login_button:hover {
    background: url(../images/rss_button_hover.png);
}

div.login_button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(../images/rss_button.png);
    width: 96px;
    height: 28px;
}

div.login_button input {
    display: block;
    width: 96px;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 #00528b;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

/* Настройка ротатора на империи */
.rotator {
    position: relative;
    background: #000;
    margin-bottom: 20px;
}

#slide_container {
    width: 930px;
    height: 351px;
    overflow: hidden;
    margin: 0 0 1px 0;
    border: 5px solid #383838;
    list-style-type: none;
}

.slide_row {
    overflow: hidden;
    width: 940px;
    height: 131px;
    position: relative;
}

#slide_nav_wrap {
    height: 131px;
    margin: 0 42px;
    overflow: hidden;
    position: relative;
}

#slide_nav {
    position: relative;
    margin: 0;
    height: 131px;
    overflow: hidden;
    list-style-type: none;
    border-top: 1px solid #6c6b6b;
    margin-bottom: 15px;
}

#slide_nav li.ui-tabs-selected {
    background: #383838;
    border-color: #555555;
}

#slide_nav li {
    float: left;
    width: 190px;
    padding: 11px;
    height: 128px;
    margin: 0;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
}

#slide_nav a {
    text-decoration: none;
    color: #fff;
}

#slide_nav h2 {
    font: bold 13px helvetica, arial, myriad, verdana, sans-serif;
    color: #fff;
}

#slide_container li {
    float: left;
    margin: 0;
}

#slide_arrows .arrow {
    width: 40px;
    height: 130px;
    padding: 0;
    margin: 0px;
    position: absolute;
    top: 0;
    background: url(../images/btn_slider_arrows.png) no-repeat;
}

#slide_arrows .arrow#back_slide {
    left: 1px;
}

#slide_arrows .arrow#back_slide {
    background-position: left top;
}

#slide_arrows .arrow#next_slide {
    background-position: right bottom;
}

#slide_arrows .arrow#next_slide {
    right: 1px;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

#slide_nav li:hover {
    background: #1a1a1a;
    border-color: #252525;
}

#slide_arrows .arrow#back_slide:hover {
    background-position: -42px top;
}

#slide_arrows .arrow#back_slide:active {
    background-position: right top;
}

#slide_arrows .arrow#next_slide:hover {
    background-position: -43px bottom;
}

#slide_arrows .arrow#next_slide:active {
    background-position: left bottom;
}

/*Настройка выпадающей панели*/
.drawer {
    box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.7);
    background: #262626;
}

#login_container {
    position: relative;
    padding: 60px;
    width: 460px;
    margin: 0px auto;
}

a.contentpagetitle_brand_page {
    font: 24px/2 sans-serif;
    color: #810000;
    text-transform: uppercase;
    text-decoration: none;
}

div.inner_tab {
    padding: 0px 20px 20px 20px;
    min-height: 100px;
}

ul.large_w_tab {
    width: 889px;
}

ul.large_w_tab a.login_toggle {
    text-transform: none !important;
    width: 390px;
    font-weight: normal;
    position: relative;
    display: table-cell;
    text-indent: 25px;
    border-left: 1px solid #bbb;
}

form#com-form-login fieldset.input {
    border: none;
    width: 350px;
    background: #eee;
    padding: 24px;
    border: 1px solid #ddd;
}

form#com-form-login fieldset.input label {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    display: block;
    line-height: 25px;
}

p#com-form-login-username {
    margin-bottom: 10px;
}

p#com-form-login-username input,
p#com-form-login-password input {
    padding: 7px 10px;
    background: #fff !important;
    color: #777;
    width: 328px;
    border: 1px solid #ddd;
}

div.login_info {
    width: 890px;
    margin: 0px 0px 20px 0px;
}

form#com-form-login fieldset input.button:hover {
    background: #333;
}

form#com-form-login fieldset input.button {
    width: 87px;
    height: 29px;
    cursor: pointer;
    line-height: 29px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 0px !important;
    background: #4ca0e2;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    float: left;
}

form#com-form-login fieldset input.button + ul {
    float: right;
    width: 150px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

span.link_login_b {
    background: url(../images/rss_button.png);
    width: 96px;
    height: 28px;
    display: block;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 #00528b;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    top: 5px;
    right: 4px;
    text-align: center;
}

div.inner_tab2 {
    padding: 24px;
}

div#contacts_block {
    width: 888px;
    /*background: #eeeeee;
	border: 1px solid #bbb;*/
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -60px;
}

div.left_c_block {
    width: 350px;
    float: left;
    padding: 22px 22px 22px 0;
    /*border-right:1px solid #bbb;*/
}

div.right_c_block {
    width: 494px;
    float: left;
    padding: 22px 0 22px 22px;
    position: relative;
}

div#b1 h3,
div#b2 h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0px;
    text-align: left;
    text-transform: uppercase;
    line-height: 40px;
    color: #7e7e7e;
}

div#b1 iframe {
    padding: 5px;
    background: #fff;
}

div#b2 {
    margin-top: 10px;
}

div.module_feedback input.button,
div.acymailing_module input.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background-color: #f24537;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 33px;
    line-height: 33px;
    width: 131px !important;
    text-decoration: none;
    text-align: center;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
}

div.acymailing_module input.button {
    float: none;
    border-radius: 20px;
}

div.module_feedback input.button:hover,
div.acymailing_module input.button:hover {
    background-color: #c62d1f;
}

div.module_feedback input.button:active,
div.acymailing_module input.button:active {
    position: relative;
    top: 1px;
}

ul.logo_brend {
    width: 892px;
    min-height: 500px;
}

ul.logo_brend li figure a {
    display: block;
    background: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
}

ul.logo_brend li figure:hover {
    border: 1px solid #777;
}

ul.logo_brend li figure {
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 7px;
}

ul.logo_brend li {
    width: 208px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}

ul.logo_brend li:nth-child(4n + 4) {
    margin-right: 0px;
}

ul.logo_brend li figcaption h2 a:hover {
    color: #d81616;
}

ul.logo_brend li figcaption h2 a {
    color: #810000;
    font-weight: bold;
    text-decoration: none;
}

ul.logo_brend li figcaption h2 {
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    width: 200px;
    font: 14px helvetica, arial, myriad, verdana, sans-serif;
    text-transform: none;
}

div.polygraphy_1 h4 {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: normal;
    line-height: 37px;
    margin-bottom: 8px;
}

/* Настройка вида таблицы  */

.simple_table {
    width: 668px;
    margin: 0px auto;
    border-collapse: separate;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    font-size: 14px;
}

table.simple_table div.st_col_2,
div.st_col_3,
div.st_col_4,
div.st_col_5 {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #ededed),
        color-stop(1, #dfdfdf)
    );
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    text-indent: 0;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    color: #777777;
    display: block;
    float: left;
    width: 164px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    border-collapse: separate;
    border-spacing: 1px;
}

div.st_col_3,
div.st_col_4 {
    width: 165px;
    margin-left: 1px;
}

table.simple_table th.st_col_1 {
    color: #cb1818;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

/* Настройка заголовка */
table.simple_table tr.one td.col4 {
    background: #abd6d5;
    text-align: center;
    color: #949494;
}

table.simple_table tr.one td.col3 {
    background: #a9d2bf;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #fff;
    color: #949494;
}

table.simple_table tr.one td.col2 {
    background: #c2ddba;
    text-align: center;
    border-right: 1px solid #fff;
    color: #949494;
}

table.simple_table tr.one td.col1 {
    background: #e8e8e8;
    text-indent: 20px;
    color: #949494;
}

table.simple_table tr.two td.col4 {
    background: #bbe7e5;
    text-align: center;
    color: #949494;
}

table.simple_table tr.two td.col3 {
    background: #b9e2cf;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #fff;
    color: #949494;
}

table.simple_table tr.two td.col2 {
    background: #d2edca;
    text-align: center;
    border-right: 1px solid #fff;
    color: #949494;
}

table.simple_table tr.two td.col1 {
    background: #fff;
    text-indent: 20px;
    color: #949494;
}

table.simple_table tr td {
    width: 167px;
}

table.simple_table tr {
    line-height: 50px;
}

table.simple_table tr.two:hover td,
table.simple_table tr.one:hover td {
    color: #000;
    font-weight: bold;
}

table.simple_table tr:last-child td.col4 {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

table.simple_table tr:last-child td.col2 {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

table.simple_table tr.two td.col1,
table.simple_table tr.one td.col1 {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

/* ====   Таблица  ====*/
table.sales_table {
    width: 500px;
    margin: 0px auto;
    border-collapse: separate;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    font-size: 14px;
}

table.sales_table tr th div.header {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #ededed;
    background: linear-gradient(
        to bottom,
        #ec7f7f 0%,
        #c64b4b 50%,
        #a01717 100%
    );
    background: -moz-linear-gradient(
        to bottom,
        #ec7f7f 0%,
        #c64b4b 50%,
        #a01717 100%
    );
    background: -webkit-linear-gradient(
        to bottom,
        #ec7f7f 0%,
        #c64b4b 50%,
        #a01717 100%
    );
    background: -o-linear-gradient(
        to bottom,
        #ec7f7f 0%,
        #c64b4b 50%,
        #a01717 100%
    );
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    text-indent: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fcd2d2;
    border-collapse: separate;
    border-spacing: 1px;
}

table.sales_table tr {
    line-height: 40px;
    text-align: center;
}

table.sales_table tr td:nth-child(1) {
    color: #5e5e5e;
}

table.sales_table tr td:nth-child(1),
table.sales_table tr td:nth-child(2) {
    border-right: 2px solid #fff;
}

table.sales_table tr td:nth-child(2) {
    font-weight: bold;
}

table.sales_table tr.one {
    background: #fff;
}

table.sales_table tr.two {
    background: #fff4f4;
}

div.st_col_3,
div.st_col_4 {
    width: 165px;
    margin-left: 1px;
}

/* Brands products
************************************************************ */
div.modulebrands-products h3 {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #000 !important;
}

div.right_content2 {
    width: 673px;
    float: left;
    padding: 0px;
}

div.right_content2 div#content_list_category {
    min-width: 180px;
    max-width: 180px;
    height: 325px;
    float: Left;
    margin: 5px;
    margin: 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 11px 22px 11px;
    text-align: center;
}

div.right_content2 div#content_list_category img {
    max-width: 180px;
    margin: 10px 0px;
}

div.componentheading-branded-products {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    /* background-image: url(../images/content/title_news.png); */
    background-repeat: repeat-x;
    color: #d40000;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 11px;
    margin-bottom: 15px;
}

table.blog-branded-products
    table.contentpaneopen_title-branded-products
    a:hover {
    color: #d40000;
}

table.blog-branded-products table.contentpaneopen_title-branded-products a {
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

table.contentpaneopen_title_all-branded-products {
    width: 100%;
}

table.contentpaneopen_title_all-branded-products a {
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    padding: 10px 20px;
}

table.contentpaneopen_title_all-branded-products
    + table.contentpaneopen-branded-products
    tr
    td {
    width: 100%;
    padding: 20px;
}

table.contentpaneopen_title_all-branded-products
    + table.contentpaneopen-branded-products
    img.brand-shits-img {
    display: block;
    width: 180px;
    padding: 10px;
    float: Left;
}

a.readon-branded-products {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #f0f0f0),
        color-stop(1, #d1d1d1)
    );
    background: -moz-linear-gradient(top, #f0f0f0 5%, #d1d1d1 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 5%, #d1d1d1 100%);
    background: -o-linear-gradient(top, #f0f0f0 5%, #d1d1d1 100%);
    background: -ms-linear-gradient(top, #f0f0f0 5%, #d1d1d1 100%);
    background: linear-gradient(to bottom, #f0f0f0 5%, #d1d1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d1d1d1', GradientType=0);
    background-color: #f0f0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    display: inline-block;
    cursor: pointer;
    color: #424242;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 11px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

a.readon-branded-products:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #d1d1d1),
        color-stop(1, #f0f0f0)
    );
    background: -moz-linear-gradient(top, #d1d1d1 5%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #d1d1d1 5%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #d1d1d1 5%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #d1d1d1 5%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #d1d1d1 5%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#f0f0f0', GradientType=0);
    background-color: #d1d1d1;
}

a.readon-branded-products:active {
    position: relative;
    top: 1px;
}

ul.description-brands-shift li {
    font-size: 13px;
    line-height: 25px;
    color: #818181;
}

ul.description-brands-shift {
    list-style-type: disc;
    list-style-position: inside;
    display: block;
    width: 430px;
    float: left;
}

table.contentpaneopen-branded-products {
    width: 100%;
}

div#unsubbutton_div input {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d02718;
    padding: 9px 18px;
    text-decoration: none;
    background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, #f24537),
        color-stop(100%, #c62d1f)
    );
    background-color: #f24537;
    color: #ffffff;
    display: inline-block;
    text-shadow: 1px 1px 0px #810e05;
    -webkit-box-shadow: inset 0px 0px 0px 0px #f5978e;
    -moz-box-shadow: inset 0px 0px 0px 0px #f5978e;
    box-shadow: inset 0px 0px 0px 0px #f5978e;
}

div#unsubbutton_div input:hover {
    background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, #c62d1f),
        color-stop(100%, #f24537)
    );
    background-color: #c62d1f;
}

div#unsubbutton_div input:active {
    position: relative;
    top: 1px;
}

table.our_team {
    width: 80%;
    margin: auto;
}

table.our_team tr {
    border: 1px solid #bbb;
}

table.our_team td {
    vertical-align: top;
    padding: 20px;
    font-size: 12px;
    border: 1px solid #bbb;
}

table.our_team td h3 {
    color: #bc1010;
    text-transform: uppercase;
}

div.our_team h3 {
    color: #bc1010;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

.spec_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spec-images img {
    max-width: 100%;
}

.spec-contact {
    text-align: left;
    margin-left: auto;
    width: 275px;
}

.spec-contact img {
    width: 15px;
    height: 15px;
    margin: 5px 5px -2px 0;
}

.responsibility {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;

    padding: 8px;
    width: 258px;
    left: -1px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
}

.specialist:hover .responsibility {
    display: block;
}

div#header_search {
    padding-left: 202px;
}

a.view-cer {
    display: block;
    font-size: 13px;
    color: #555555;
    line-height: 38px;
    padding: 0px 42px;
    text-shadow: 0 1px 0 #f4f4f4;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    float: left;
    border-left: 1px solid #bbb;
    border-right: 1px solid #fff;
}

a.view-cer:hover {
    color: #810000;
}

.contentpaneopen_brand_page > tbody > tr > td > img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 30px;
}

.ohg {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #568dd6;
    padding: 9px 18px;
    text-decoration: none;
    background: -moz-linear-gradient(center top, #63b8ee 5%, #468ccf 100%);
    background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, #63b8ee),
        color-stop(100%, #468ccf)
    );
    background-color: #63b8ee;
    color: #ffffff;
    display: inline-block;
    text-shadow: 0px -1px 0px #264666;
    -webkit-box-shadow: inset 0px 0px 0px 0px #bee2f9;
    -moz-box-shadow: inset 0px 0px 0px 0px #bee2f9;
    box-shadow: inset 0px 0px 0px 0px #bee2f9;
    margin-left: 45px;
}

.ohg:hover {
    background: -moz-linear-gradient(center top, #468ccf 5%, #63b8ee 100%);
    background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, #468ccf),
        color-stop(100%, #63b8ee)
    );
    background-color: #468ccf;
}

.ohg:active {
    position: relative;
    top: 1px;
}

div.rec-ohg {
    border: 1px solid #ddd;
    background: #f9f9f9;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
}

div.ohg-img-block {
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.ohg-img-block img {
    width: 100%;
    height: auto;
}

td.contentheading_ohg a {
    display: block;
    line-height: 26px;
    font-size: 26px;
    color: #d40000;
    text-transform: uppercase;
    text-decoration: none;
}

span.jcemediabox-zoom-span {
    width: 128px !important;
    height: 128px;
}

div.ohg-prod-block {
    border-bottom: 1px solid #c2c2c2;
    margin: 20px 0px;
    padding-bottom: 20px;
}

div.ohg-prod-block h3 {
    text-indent: 10px;
}

div.individual-purchase {
    text-align: center;
}

div.individual-purchase-center {
    width: 275px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 12px 7px 12px;
}

div.individual-purchase h3 h3 {
    display: none;
}

span.title-download-price {
    display: block;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.download-price {
    display: block;
}

.download-price h3 {
    display: block;
    margin-bottom: 20px;
}

.download-price img {
    margin-bottom: 10px;
}

.download-price span {
    display: block;
    text-align: center;
    color: #b3b3b3;
}

div.individual-purchase-center table {
    margin: 0px auto;
}

div.individual-purchase div.ras_price_link {
    margin: 0px !important;
}

div.ins {
    padding: 10px 0px;
    color: #777;
}

div.zoom {
    z-index: 999;
}

div.zoom img.zoom-icon {
    position: absolute;
    padding: 5px;
}

.niceMessage {
    background: #f3e6e6;
    border-left: 3px solid #c76666;
    padding: 10px 20px;
}

.snow-bottom {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background: url(../images/new-year/snow.png) repeat-x left bottom;
    background-size: contain;
}

.timer {
    width: 203px;
    padding: 10px 10px 10px 10px;
    margin: 0px auto;
    background: #d90000;
    background: -moz-linear-gradient(top, #d90000 0%, #810000 100%);
    background: -webkit-linear-gradient(top, #d90000 0%, #810000 100%);
    background: linear-gradient(to bottom, #d90000 0%, #810000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d90000', endColorstr='#810000', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: -11px;
}

.timer-title {
    color: #fff;
    padding-left: 7px;
    display: block;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}

.col_price > table {
    margin: 0px auto;
}

/* Download table start */
.download-table > tbody > tr {
    border-bottom: 1px solid #ecf0f1;
}

.download-table > thead {
    border-bottom: 3px solid #dde5ec;
}

.download-table > thead > tr > th {
    text-align: left;
    line-height: 36px;
    font-weight: bold;
    padding-left: 10px;
}

.download-table > tbody > tr > td {
    line-height: 36px;
    text-align: left;
    padding-left: 10px;
}

.download-table > tbody > tr > td:nth-child(2n) {
    color: #a5a5a5;
    font-size: 12px;
}

.download-table > tbody > tr:hover {
    background: #f6f6f6;
}

.download-btn {
    display: block;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    border: 1px solid #2980b9;
    padding: 0px 10px;
    color: #fff;
    border-radius: 2px;
    border-radius: 2px;
    border-radius: 2px;
    border-radius: 2px;
    background: #2d99e1;
    background: -moz-linear-gradient(top, #2d99e1 0%, #298acb 100%);
    background: -webkit-linear-gradient(top, #2d99e1 0%, #298acb 100%);
    background: linear-gradient(to bottom, #2d99e1 0%, #298acb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d99e1', endColorstr='#298acb', GradientType=0);
}

.download-btn:hover {
    background: #2980b9;
}

.download-btn:focus,
.download-btn:active {
    border: 1px solid #2980b9;
}

/* Download table end */
.brand__banner {
    margin-bottom: 30px;
}

.brand__banner img {
    max-width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.brand-sidebar {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 7px;
    border: 1px solid #eee;
}

.brand-sidebar__title {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.brand-sidebar__devider {
    height: 1px;
    margin: 10px 0;
    border: none;
    background: #eee;
}

.brand-description h2 {
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 26px;
    color: #810000;
}

.brand-description ul {
    margin: 15px 0;
    list-style: disc;
    padding-left: 15px;
    line-height: 1.5;
}

.brand-description ul li {
    margin-bottom: 10px;
}

.certificate-b-link {
    display: block;
    text-align: center;
    color: #555;
    background: #f0f0f0;
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #bbbbbb;
    font-size: 13px;
    font-weight: bold;
}

.certificate-b-link:hover {
    background: #fcfcfc;
    border: 1px solid #bbbbbb;
}

.certificate-b-link:active,
.certificate-b-link:focus {
    background: #eeeeee;
    border: 1px solid #888888;
}

.download-b-link {
    display: block;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #0175c6;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.37);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.37);
    -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.37);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.37);
    background: #5ec8ff;
    background: -moz-linear-gradient(
        top,
        #5ec8ff 0%,
        #33b4ff 49%,
        #1fabff 50%,
        #19a9ff 100%
    );
    background: -webkit-linear-gradient(
        top,
        #5ec8ff 0%,
        #33b4ff 49%,
        #1fabff 50%,
        #19a9ff 100%
    );
    background: linear-gradient(
        to bottom,
        #5ec8ff 0%,
        #33b4ff 49%,
        #1fabff 50%,
        #19a9ff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ec8ff', endColorstr='#19a9ff', GradientType=0);
    font-size: 13px;
}

.download-b-link:hover {
    background: #8cd7ff;
    background: -moz-linear-gradient(
        top,
        #8cd7ff 0%,
        #63c5ff 49%,
        #50bbff 50%,
        #47b9ff 100%
    );
    background: -webkit-linear-gradient(
        top,
        #8cd7ff 0%,
        #63c5ff 49%,
        #50bbff 50%,
        #47b9ff 100%
    );
    background: linear-gradient(
        to bottom,
        #8cd7ff 0%,
        #63c5ff 49%,
        #50bbff 50%,
        #47b9ff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cd7ff', endColorstr='#47b9ff', GradientType=0);
}

.download-b-link:active,
.download-b-link:focus {
    background: #11a1f6;
    background: -moz-linear-gradient(top, #11a1f6 0%, #5ec2f6 100%);
    background: -webkit-linear-gradient(top, #11a1f6 0%, #5ec2f6 100%);
    background: linear-gradient(to bottom, #11a1f6 0%, #5ec2f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11a1f6', endColorstr='#5ec2f6', GradientType=0);
    border: 1px solid #0175c6;
}

/* New brend on main page - 30/03/2016 */
.new-brend {
    position: relative;
    margin: 11px;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #bbb;
    overflow: hidden;
}

.new-brend:before {
    content: "new";
    display: block;
    position: absolute;
    width: 115px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    right: -33px;
    top: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    background: -webkit-linear-gradient(top, #a90000 0%, #c30101 100%);
    background: -moz-linear-gradient(top, #a90000 0%, #c30101 100%);
    background: -linear-gradient(top, #a90000 0%, #c30101 100%);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}

.new-brend:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.new-brend .new-brend__desc,
.new-brend .new-brend__image {
    display: inline-block;
    vertical-align: middle;
}

.new-brend .new-brend__desc {
    width: 69%;
}

.new-brend .new-brend__image {
    width: 30%;
}

.new-brend .new-brend__image .new-brend__image-link {
    display: inline-block;
}

.new-brend__text {
    margin-bottom: 20px;
}

.new-brend__text h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.new-brend .new-brend__button-download {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #a90000 0%, #c30101 100%);
    background: -moz-linear-gradient(top, #a90000 0%, #c30101 100%);
    background: -linear-gradient(top, #a90000 0%, #c30101 100%);
    text-decoration: none;
}

.new-brend .new-brend__desc .new-brend__button-download:hover {
    background: -webkit-linear-gradient(top, #bd0505 0%, #ec0404 100%);
    background: -moz-linear-gradient(top, #bd0505 0%, #ec0404 100%);
    background: -linear-gradient(top, #bd0505 0%, #ec0404 100%);
}

.new-brend .new-brend__image img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bbb;
}

.new-brend .new-brend__image img:hover {
    border-color: #c30101;
}

/* Brands page start */
.brands__title {
    margin-bottom: 0;
}

.brands__description {
    margin-bottom: 20px;
}

.brands__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand-item {
    width: 23%;
    margin-bottom: 30px;
}

.brand-item__imagebox {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border: 1px solid #eee;
    border-radius: 3px;
}

.brand-item__imagebox:hover {
    border-color: #bbb;
}

.brand-item__image {
    max-width: 100%;
    height: 100%;
}

.brand-item__title {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #424242;
}

.brand-item__title:hover {
    color: #ff0000;
}

.brand + .free-content {
    display: none;
}

@media (max-width: 992px) {
    .brand-item {
        width: 31%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .brand-item {
        width: 48%;
        margin-bottom: 30px;
    }
}

/* Brands page end */

/* Price Download Block */
.price-download {
    margin-bottom: 30px;
    text-align: center;
}

.price-download h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Simple tabs start */
.simple-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.simple-tabs .nav-tabs {
    width: 24%;
    height: 100%;
    border-bottom: 0;
}

.simple-tabs .nav-tabs li {
    width: 100%;
}

.simple-tabs .nav-tabs li a {
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    color: #777 !important;
}

.simple-tabs .nav-tabs li.active a:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 31px;
    right: -9px;
    top: 0;
    background: url(../images/bg_listitem_active_right.png) no-repeat center
        center !important;
}

.simple-tabs .nav-tabs li.active a {
    color: #fff !important;
    border-color: transparent;
    box-shadow: none;
    background: url(../images/bg_listitem_active_left.png) left top no-repeat;
}

.simple-tabs .nav-tabs li a:focus {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.simple-tabs .nav-tabs li a:hover {
    background: none !important;
    border-color: transparent !important;
    border-bottom: 1px solid #eee !important;
    color: #000 !important;
}

.simple-tabs .nav-tabs li.active a:hover {
    color: #fff !important;
    background: url(../images/bg_listitem_active_left.png) left top no-repeat !important;
}

.simple-tabs .tab-content {
    width: 76%;
    padding-left: 30px;
}

.simple-tabs .tab-content .tab-pane {
    padding: 0;
}

/* Simple tabs end */

/* News start */

.news-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.news-item__left {
    width: 40%;
}

.news-item__right {
    padding-top: 10px;
    width: 60%;
    padding-left: 20px;
}

.news-item__imagebox {
    display: block;
    line-height: 1;
    padding: 10px;
    border: 1px solid #eee;
}

.news-item__image {
    max-width: 100%;
}

.news-item__title {
    margin-bottom: 5px;
}

.news-item__date {
    color: #797979;
    font-size: 11px;
    margin-bottom: 5px;
}

.news-item__link {
    color: #810000;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
}

.news-item__introtext {
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .news-item__left {
        width: 100%;
    }

    .news-item__right {
        padding-top: 10px;
        width: 100%;
        padding-left: 0;
    }
}

/* News end */

/* News page start */
.newspage__date {
    margin-bottom: 10px;
    font-size: 11px;
    color: #797979;
}

.newspage__imagebox {
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.newspage__image {
    max-width: 100%;
}

/* News page end */

/* Pagination start */
.pagination .counter {
    display: none;
}

.pagination-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .hidden-phone {
    margin: 0 5px;
}

.pagination li:first-child,
.pagination li:last-child {
    display: none;
}

.pagination a {
    content: "";
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee;
    color: #777;
}

.pagination a:hover {
    background: #f9f9f9;
    color: #000;
}

.pagination li:nth-child(2) a {
    width: 30px;
    height: 33px;
    background: url(../images/chevron-left.svg) no-repeat center center;
}

.pagination li:nth-last-child(-n + 2) a {
    width: 30px;
    height: 33px;
    background: url(../images/chevron-right.svg) no-repeat center center;
}

.pagination li.active a {
    background: #810000;
    color: #fff;
    border-color: #810000;
}

.pagination li.disabled {
    display: none;
}

@media (max-width: 767px) {
    .pagination {
        margin-bottom: 20px;
    }
}

/* Pagination end */

/* Subscribe form strart */
.sp-force-hide {
    display: none;
}

.sp-form[sp-id="144715"] {
    display: block;
    background: #ffffff;
    padding: 20px;
    max-width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: Arial, "Helvetica Neue", sans-serif;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
}

.sp-form[sp-id="144715"] input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.sp-form[sp-id="144715"] .sp-form-fields-wrapper {
    margin: 0 auto;
    width: 400px;
}

.sp-form[sp-id="144715"] .sp-form-control {
    background: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    padding-left: 8.75px;
    padding-right: 8.75px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 35px;
    width: 100%;
}

.sp-form[sp-id="144715"] .sp-field label {
    color: #444444;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}

.sp-form[sp-id="144715"] .sp-button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #0089bf;
    color: #ffffff;
    width: auto;
    font-weight: bold;
}

.sp-form[sp-id="144715"] .sp-button-container {
    text-align: left;
}

/* Subscribe form end */

.athlete-item {
    margin-bottom: 30px;
}

.athlete-item .item-image {
    margin-bottom: 10px;
}

.athlete-item .item-image a {
    display: block;
    line-height: 100%;
    max-height: 270px;
    overflow: hidden;
}

.athlete-item img {
    width: 100%;
}

.athletest-item__title {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #424242;
}

.athletest-item__title:hover,
.athlete-item:hover .athletest-item__title {
    color: #ff0000;
}

/* Employee */
.employee-photo {
    width: 100%;
    margin-bottom: 15px;
}

.employee-name {
    font-size: 16px;
    font-weight: 600;
}

.employee-position {
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}

.employee-contact {
    margin-bottom: 15px;
}

.employee-contact li {
    margin-bottom: 5px;
}

.employee-contact li a {
    display: block;
    padding-left: 30px;
    font-size: 13px;
    line-height: 22px;
}

.employee-contact li.phone a {
    background: url(../images/phone-20x20.png) no-repeat left center;
}

.employee-contact li.skype a {
    background: url(../images/skype_20x20.png) no-repeat left center;
}

.employee-contact li.email a {
    background: url(../images/e-mail_20x20.png) no-repeat left center;
}

.employee-direction {
    margin-bottom: 40px;
    list-style: none;
    padding-left: 15px;
}

.employee-direction li:first-child {
    margin-left: -15px;
}

.employee-direction li:first-child:before {
    content: none;
}

.employee-direction li:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.rscontact h2 {
    font-size: 20px;
    font-weight: bold;
}

.rscontact input,
.rscontact textarea {
    display: block;
    width: 100%;
    border: 1px solid #e9e9e9;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 15px;
    border-radius: 3px;
}

.rscontact .control-group {
    margin-bottom: 15px;
}

.rscontact .btn {
    border: none;
    display: inline-block;
    padding: 7px 15px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
    background: #2d99e1;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.contacts-box {
    padding-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-info {
    margin-top: 40px;
}
.contact-info p {
    margin-bottom: 20px;
}
.contact-info p:last-child {
    margin-bottom: 0;
}
.contact-info strong {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 400;
    color: #666;
}
.contact-info a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    transition: all 0.1s linear;
}
.contact-info a:hover {
    transition: all 0.1s linear;
    color: #c62d1f;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .contact-info {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.our_team {
    width: 50%;
}

.spec_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.specialist {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.spec-images {
    max-width: 40%;
}

.spec-images img {
    max-width: 100%;
    height: auto;
}

.spec-desc {
    box-sizing: border-box;
    max-width: 60%;
    padding-left: 15px;
}

.spec-name {
    padding: 10px 0;
    margin: auto;
}

.spec-name h4 {
    font-size: 14px;
    color: #8e0a0a;
    text-transform: uppercase;
}

.spec-contact {
    text-align: left;
    margin-left: auto;
    width: 275px;
}

.spec-contact img {
    width: 15px;
    height: 15px;
    margin: 5px 5px -2px 0;
}

.responsibility {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;

    padding: 8px;
    width: 258px;
    left: -1px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
}

.specialist:hover .responsibility {
    display: block;
}

.newspage__description h1,
.newspage__description h2,
.newspage__description h3,
.newspage__description h4,
.newspage__description h5,
.newspage__description h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

.newspage__description h2 {
    font-size: 28px;
    line-height: 1.25;
}

.newspage__description p {
    line-height: 1.5;
}

.newspage__description ul {
    margin-bottom: 20px;
}

.sp-form-outer {
    display: flex;
    height: 100%;
}

.message {
    margin-top: -40px;
    margin-bottom: 40px;
    line-height: 40px;
    background: #f3e1c6;
    color: #ff0000;
}

/* Tabs component */
.tabs-container {
    display: flex;
}

.tab_container {
}

ul.tabs {
    width: 24%;
}

ul.tabs li {
    margin: 0;
    padding: 8px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

ul.tabs li:hover {
    background-color: #e5e5e5;
    color: #333;
}

ul.tabs li.active {
    background: rgb(21, 21, 21);
    background: -moz-linear-gradient(
        0deg,
        rgba(21, 21, 21, 1) 0%,
        rgba(52, 52, 52, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(21, 21, 21, 1) 0%,
        rgba(52, 52, 52, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(21, 21, 21, 1) 0%,
        rgba(52, 52, 52, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151515", endColorstr="#343434", GradientType=1);
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
}

.tab_container {
    clear: both;
    padding-left: 30px;
    width: 76%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    display: none;
}

.tab_content h2 {
    font-size: 20px;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 991px) {
    .tabs {
        display: none;
    }

    .tab_container {
        width: 100%;
        padding-left: 0;
    }

    .tab_content {
        padding: 20px 0;
    }

    .tab_drawer_heading {
        display: block;
        margin: 0;
        padding: 8px 12px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #777;
        border-top: 1px solid #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .tab_container .tab_drawer_heading:last-child {
        border-bottom: 1px solid #ddd;
    }

    .d_active {
        background: rgb(21, 21, 21);
        background: -moz-linear-gradient(
            0deg,
            rgba(21, 21, 21, 1) 0%,
            rgba(52, 52, 52, 1) 100%
        );
        background: -webkit-linear-gradient(
            0deg,
            rgba(21, 21, 21, 1) 0%,
            rgba(52, 52, 52, 1) 100%
        );
        background: linear-gradient(
            0deg,
            rgba(21, 21, 21, 1) 0%,
            rgba(52, 52, 52, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151515", endColorstr="#343434", GradientType=1);
        color: #fff;
    }
}

/* Lang */
.mod-languages li a {
    color: rgba(255, 255, 255, 0.6);
}
.mod-languages li.lang-active a {
    color: rgba(255, 255, 255, 1);
}
.mod-languages li:hover a {
    color: rgba(255, 255, 255, 1);
}

.price-update-hidden {
    display: none;
}

.prices {
    width: 100%;
    display: flex;
    justify-content: center;
}
.prices > div:first-child {
    margin-right: 20px;
}

.text-right {
    text-align: right;
}

.header-phone__title {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.header-phone a {
    display: inline-block;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
}
.header-phone a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .header-phone {
        display: none;
    }
}

/* WhatsApp button */
.whatsapp-button {
    width: 60px;
    height: 60px;
    padding: 12px;
    border-radius: 50%;
    background-color: #25d366;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    animation: pulse 3s infinite;
}
.whatsapp-button img {
    width: 100%;
    height: 100%;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 991px) {
    .whatsapp-button {
        bottom: 30px;
        right: 30px;
    }
}

.mc-block {
    margin-bottom: 40px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 12px;
}
.mc-block p {
    margin-bottom: 5px;
}
.mc-block__name {
    font-weight: 600;
}
