@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext);

* {
    padding: 0px;
    margin: 0px;
    border: 0px
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

aside, nav, footer, header, section {
    display: block
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 1020px;
    position: relative;
    width: 100%;
    color: #000
}

body {
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    color: #666;
    font-family: "PT Sans";
    background: url('../img/bg.jpg') top no-repeat fixed
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top
}

button {
    cursor: pointer
}

.clr {
    clear: both;
    display: block
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

.row:after {
    content: '';
    display: block;
    clear: both
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 1400px) {
    .container {
        padding: 0 10px
    }
}

#up {
    position: fixed;
    right: 20px;
    bottom: 250px;
    display: none;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: url('../img/icons/up.png') 0 0 no-repeat
}

#up:hover {
    background: url('../img/icons/up_a.png') 0 0 no-repeat !important
}

.btn {
    background-color: #E2001A;
    text-decoration: none;
    text-align: center;
    padding: 0 24px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}

.btn span {
    background: url('../img/icons/btn-arrow.png') right no-repeat;
    padding-right: 30px
}

.btn:hover {
    background-color: #F7001C
}

.btn_min {
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    font-size: 14px
}

.btn_min span {
    padding-right: 17px;
    background: url('../img/icons/btn-arrow-min.png') right no-repeat
}

.btn_min:hover {
    background-color: #F7001C
}

.btn_blue {
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    width: 169px;
    height: 34px;
    text-align: center;
    background-color: #384c8e;
    background-image: -moz-linear-gradient(bottom, #384c8e 0%, #435cab 100%);
    background-image: -o-linear-gradient(bottom, #384c8e 0%, #435cab 100%);
    background-image: -webkit-linear-gradient(bottom, #384c8e 0%, #435cab 100%);
    background-image: linear-gradient(to top, #384c8e 0%, #435cab 100%)
}

.btn_blue:hover {
    background-color: #516cbd;
    background-image: -moz-linear-gradient(bottom, #516cbd 0%, #5d80d6 100%);
    background-image: -o-linear-gradient(bottom, #516cbd 0%, #5d80d6 100%);
    background-image: -webkit-linear-gradient(bottom, #516cbd 0%, #5d80d6 100%);
    background-image: linear-gradient(to top, #516cbd 0%, #5d80d6 100%)
}

.bsh, body.mainpage .mainslider-3-block, .maincontent-left-block, .maincontent-right-block, .content-404-search, .content-block {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25)
}

.new {
    background: url('../img/icons/new.png') 0 0 no-repeat;
    width: 64px;
    height: 53px;
    position: absolute;
    left: 50%;
    margin-left: 32px;
    top: 0
}

.title {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    padding: 0 10px 0 25px;
    color: #222;
    background-image: -moz-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: linear-gradient(to top, #f4f4f4 0%, #fff 100%);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none
}

.title_red {
    border-left: 5px solid #ec001b
}

.title_blue {
    border-left: 5px solid #3d539a
}

.label {
    color: #666;
    margin-bottom: 7px
}

.label .star {
    color: #f0001c;
    font-weight: 700;
    margin-right: 2px
}

.input {
    font-size: 14px;
    width: 100%;
    height: 33px;
    border: 1px solid #e9e9e9;
    padding: 0 8px;
    font-family: "PT Sans";
    color: #333
}

textarea.input {
    font-size: 14px;
    font-family: "PT Sans";
    color: #333;
    padding: 8px;
    height: 160px
}

header {
    height: 80px;
    padding-top: 38px
}

.header__logo {
    float: left
}

.header-menu {
    padding: 8px 0 0 40px;
    float: left
}

.header-menu__link {
    color: #222;
    font-size: 15px;
    margin-right: 65px
}

.header-menu__link:hover {
    color: #425aa8
}

.header-menu__link:last-child {
    margin-right: 0
}

.header__login {
    float: right;
    margin-left: 30px;
    display: block
}

.header__login span {
    padding-right: 24px;
    background: url('../img/icons/key.png') right no-repeat
}

.header-search {
    float: right;
    font-size: 0
}

.header-search__input {
    color: #939393;
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    width: 212px;
    border: 1px solid #bdbdbd;
    border-right: none;
    height: 34px;
    display: inline-block;
    vertical-align: top
}

.header-search__btn {
    width: 37px;
    height: 34px;
    background: #e2001a url('../img/icons/search.png') center no-repeat
}

.header-search__btn:hover {
    background-color: #F7001C
}

.header-loginpopup {
    display: none;
    width: 305px;
    padding: 19px;
    z-index: 500;
    background-color: #384c8e;
    position: absolute;
    right: 0px;
    top: 35px
}

.header-loginpopup input {
    height: 33px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 10px
}

.header-loginpopup button {
    height: 38px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #7482b0;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    background-color: transparent
}

.header-loginpopup button:hover, .header-loginpopup input[type=submit]:hover {
    background-color: #e2001a;
    border: 1px solid #e2001a
}

.header-loginpopup__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff
}

.header-loginpopup__label {
    color: #fff;
    font-size: 14px;
    padding-bottom: 7px
}

.header-loginpopup__lost {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px
}

.header-loginpopup__lost:hover {
    color: #97afff
}

@media (max-width: 1400px) {
    .header-loginpopup {
        right: 10px
    }
}

@media (max-width: 1250px) {
    .header-menu {
        padding: 5px 0 0 30px
    }

    .header-menu__link {
        margin-right: 25px
    }

    .header__login{
        margin-left: 15px;
    }
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative
}

.owl-carousel .owl-stage {
    position: relative
}

.owl-carousel .owl-item {
    float: left;
    position: relative
}

.mainslider-1 {
    padding-bottom: 20px;
    margin-bottom: 22px
}

.mainslider-1 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 10px
}

.mainslider-1 .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #b7bbbb;
    float: left;
    margin-right: 5px;
    cursor: pointer
}

.mainslider-1 .owl-dot.active {
    background-color: #8f9292
}

.mainslider-1-item {
    width: 100%;
    position: relative
}

.mainslider-1-item__image {
    text-align: center
}

.mainslider-1-item__image img {
    max-width: 100%
}

.mainslider-1-item-text {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 2
}

.mainslider-1-item__text_1 {
    color: #606060;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.mainslider-1-item__text_1 span {
    color: #181818;
    font-size: 48px;
    font-weight: 700;
    display: block
}

.mainslider-1-item__text_2 {
    text-transform: uppercase;
    color: #e2001a;
    font-size: 20px;
    font-weight: 700
}

.mainslider-1-item__text_3 {
    color: #0f0f0f;
    font-size: 20px;
    margin-bottom: 20px
}

.mainslider-2 {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px
}

.mainslider-2 .owl-stage-outer {
    border-right: 1px solid #c3c3c4
}

.mainslider-2 .owl-item {
    border-left: 1px solid #c3c3c4
}

.mainslider-2 .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -9px;
    left: 0
}

.mainslider-2 .owl-prev, .mainslider-2 .owl-next {
    cursor: pointer;
    width: 11px;
    height: 18px;
    text-indent: -100000px;
    position: absolute;
    top: 0
}

.mainslider-2 .owl-prev {
    left: 9px;
    background: url('../img/icons/slide-left.png') 0 0 no-repeat
}

.mainslider-2 .owl-prev:hover {
    background: url('../img/icons/slide-left_a.png') 0 0 no-repeat
}

.mainslider-2 .owl-next {
    right: 9px;
    background: url('../img/icons/slide-right.png') 0 0 no-repeat
}

.mainslider-2 .owl-next:hover {
    background: url('../img/icons/slide-right_a.png') 0 0 no-repeat
}

.mainslider-2-item {
    text-align: center
}

.mainslider-2-item a {
    display: block;
    color: #181818;
    font-size: 14px
}

.mainslider-2-item img {
    display: block;
    margin: 0 auto 5px auto;
    max-width: 100%
}

.mainslider-3-block__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    padding-left: 25px;
    text-transform: uppercase;
    color: #222;
    background-image: -moz-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: linear-gradient(to top, #f4f4f4 0%, #fff 100%)
}

.mainslider-3 {
    background-color: #fff;
    padding: 30px
}

.mainslider-3 .owl-nav {
    position: absolute;
    top: 0;
    margin-top: -40px;
    right: 25px
}

.mainslider-3 .owl-prev, .mainslider-3 .owl-next {
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-indent: -100000px;
    float: left;
    position: relative
}

.mainslider-3 .owl-prev {
    background: url('../img/icons/slide-3-left.png') 0 0 no-repeat
}

.mainslider-3 .owl-prev:hover {
    z-index: 2;
    background: url('../img/icons/slide-3-left-h.png') 0 0 no-repeat
}

.mainslider-3 .owl-next {
    left: -1px;
    background: url('../img/icons/slide-3-right.png') 0 0 no-repeat
}

.mainslider-3 .owl-next:hover {
    z-index: 2;
    background: url('../img/icons/slide-3-right-h.png') 0 0 no-repeat
}

.mainslider-3__image {
    display: block
}

.mainslider-3__image img {
    display: block;
    margin: 0 auto 5px auto;
    max-width: 100%
}

.mainslider-3-text {
    border-bottom: 1px solid #c9c8c9;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.mainslider-3__title {
    color: #242324;
    font-size: 18px;
    font-weight: 700;
    display: block
}

.mainslider-3-text__1 {
    color: #9d9c9d;
    font-size: 14px;
    padding-top: 3px
}

.maincontent-row {
    margin: 0 0px 20px 0px
}

.maincontent-left {
    float: left;
    width: 380px
}

.maincontent-right {
    margin-left: 400px;
    background: #fff url('../img/bg-mainblock.png') 0 0 repeat-x
}

.maincontent-left-block {
    height: 289px;
    background-color: #fff
}

.maincontent-left-text {
    padding: 23px;
    color: #222;
    font-size: 14px;
    line-height: 16px;
    height: 147px;
    overflow: hidden
}

.maincontent-left-text__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.maincontent-right-block {
    height: 289px;
    background: url('../img/images/02.png') right no-repeat;
    padding: 26px
}

.maincontent-right__logo {
    display: block;
    margin: 0 0 25px 20px
}

.maincontent-right__text_1 {
    text-transform: uppercase;
    color: #3a4f93;
    font-size: 20px;
    margin-bottom: 15px
}

.maincontent-right__text_2 {
    color: #222;
    font-size: 14px;
    line-height: 16px;
    max-width: 50%;
    margin-bottom: 25px
}

.maincontent-right__btn {
    margin-left: 10px
}

.content-404 {
    max-width: 650px;
    margin: 0 auto
}

.content-404-left {
    float: left;
    width: 50%;
    color: #333;
    font-size: 24px;
    text-transform: uppercase
}

.content-404-left span {
    font-size: 166px;
    display: block;
    line-height: 135px
}

.content-404-right {
    color: #333;
    font-size: 20px;
    line-height: 25px;
    padding-top: 4px
}

.content-404__btn {
    margin-top: 40px
}

.content-404-search {
    margin-top: 45px;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.content-404-search .header-search__input {
    width: 100%;
    padding-right: 47px;
    display: block;
}

.content-404-search .header-search__btn{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.content {
    padding: 25px 0 40px 0
}

body.mainpage .content {
    padding: 17px 0px 40px 0px
}

body.page404 .content {
    padding: 195px 0px 40px 0px
}

.content-block {
    background-color: #fff;
    padding: 20px 25px 20px 25px
}

.content-block .mainslider-3-block {
    margin: 20px -25px -20px -25px
}

.content-block .mainslider-3-block__title {
    margin: 0 25px
}

.content-block .owl-nav {
    right: 50px
}

.content-breadcrumbs {
    margin-bottom: 20px;
    color: #666;
    font-size: 12px
}

.content-breadcrumbs a {
    color: #435baa
}

.content-breadcrumbs a:hover {
    color: #5d7ed4
}

.content-leftside {
    float: left;
    width: 235px
}

.content-rightside {
    margin-left: 260px
}

.content-rightside-block {
    float: left;
    width: 100%
}

.content__title {
    margin-bottom: 12px;
    position: relative
}

.content__title-nav {
    right: 15px;
    top: 0;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.content__title-nav a {
    color: #3c5197
}

.content__title-nav a:hover {
    color: #5d7ed4
}

.content__title-nav span {
    margin: 0 10px;
    display: inline-block;
    width: 1px;
    background-color: #bdbdbd;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.content-article {
    font-size: 14px;
    color: #666;
    line-height: 18px
}

.content-article h1 {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.content-article h2 {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.content-article strong {
    color: #333
}

.content-article a {
    color: #3c5197
}

.content-article a:hover {
    color: #5d7ed4
}

.content-article ul li {
    list-style: none;
    margin-bottom: 5px;
    background: url('../img/icons/li.png') left 7px no-repeat;
    padding-left: 10px
}

.content-article .alert {
    color: #e2001a;
    font-weight: 700;
    padding-top: 10px;
    display: inline-block
}

.content-article__back {
    color: #3c5197
}

.content-article__catalog {
    padding: 5px 0 20px 0
}

.content__new_mini {
    right: 10px;
    top: 50%;
    position: absolute;
    background: url('../img/icons/new-mini.png') 0 0 no-repeat;
    width: 23px;
    height: 9px
}

.content__top_mini {
    right: 10px;
    top: 50%;
    position: absolute;
    background: url('../img/icons/top-mini.png') 0 0 no-repeat;
    width: 23px;
    height: 9px
}

.content-productblock {
    padding-top: 25px
}

.content-productblock__all {
    color: #333;
    font-size: 14px;
    padding-bottom: 20px
}

.content-productblock__addincart {
    width: 144px;
    height: 40px;
    line-height: 40px;
    font-family: 'Arial';
    float: right;
    margin-top: 20px;
    position: relative;
}

.content-productblock__addincart span {
    background: url('../img/icons/cart.png') left no-repeat;
    padding-left: 25px
}

.tabs .ui-tabs-nav:after {
    content: '';
    display: block;
    clear: both
}

.tabs .ui-tabs-nav li {
    float: left;
    list-style: none;
    padding-top: 6px
}

.tabs .ui-tabs-nav li a {
    color: #666;
    padding: 14px 24px 14px 24px;
    display: block;
    border: 1px solid #e9e9e9
}

.tabs .ui-tabs-nav li a:hover {
    border: 1px solid #6b6b6b
}

.tabs .ui-tabs-nav li.ui-tabs-active {
    padding-top: 0px
}

.tabs .ui-tabs-nav li.ui-tabs-active a {
    border: 1px solid #3c5197;
    background-color: #3c5197 !important;
    color: #fff;
    padding: 20px 24px 14px 24px
}

.tabs .ui-tabs-nav li.ui-state-drop a {
    background-color: #e5eaf9
}

.tabs .ui-tabs-nav li.ui-state-hilite a {
    background-color: #3c5197;
    color: #fff
}

.tabs .tabs-block {
    border-top: 1px solid #e9e9e9;
    margin-top: -1px;
    padding-top: 20px
}

.product-table {
    border-collapse: collapse;
    width: 100%
}

.product-table th {
    background-color: #3c5197;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
    padding: 0 10px;
    white-space: nowrap
}

.product-table td {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: center;
    white-space: nowrap
}

.product-table td:first-child {
    border-left: 1px solid #e9e9e9
}

.product-table td:last-child {
    border-right: 1px solid #e9e9e9
}

.product-table td img {
    max-width: 100%
}

.product-table td a {
    color: #666
}

.product-table tr.header td {
    border-left: none;
    border-right: none;
    text-align: left;
    padding: 15px 0 5px 0;
    font-weight: 700;
    color: #333 !important
}

.product-table tr.total td {
    text-align: right;
    color: #666
}

.product-table tr.total td strong {
    color: #333
}

.product-table tr.wait td {
    color: #bdbdbd
}

.product-table tr.wait a {
    color: #bdbdbd
}

.product-table__title {
    white-space: normal
}

.product-table-quantity {
    height: 20px;
    width: 40px;
    overflow: hidden;
    margin: 0 auto
}

.product-table-quantity button {
    width: 7px;
    height: 10px;
    display: block
}

.product-table-quantity button.up {
    background: url('../img/icons/arrow-up.png') center no-repeat
}

.product-table-quantity button.dwn {
    background: url('../img/icons/arrow-dwn.png') center no-repeat
}

.product-table-quantity__input {
    color: #666;
    text-align: center;
    width: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 20px;
    float: left;
    margin-right: 5px
}

.ui-draggable {
    cursor: move
}

.ui-draggable-dragging {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    opacity: 0.7
}

.ui-draggable-dragging td {
    text-align: center;
    padding: 10px;
    vertical-align: middle
}

.ui-draggable-dragging td img {
    max-width: 100%
}

.ui-draggable-dragging td a {
    color: #666
}

.content-module {
    margin-bottom: 10px
}

.content-module__title_menu {
    margin-bottom: 0
}

.content-module-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    display: table;
    width: 100%
}

.content-module-item:last-child {
    border-bottom: none
}

.content-module-item__img {
    display: table-cell;
    position: relative;
    width: 70px;
    text-align: center;
    vertical-align: top
}

.content-module-item__data {
    display: table-cell;
    width: 45px;
    vertical-align: top
}

.content-module-item__data_value {
    position: relative;
    background-color: #3c5197;
    width: 28px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 4px 0
}

.content-module-item__data_value:after {
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -3.5px;
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-left: 4px solid #3c5197;
    border-bottom: 3.5px solid transparent
}

.content-module-item__data_value span {
    display: block;
    text-transform: uppercase
}

.content-module-item__text {
    display: table-cell;
    color: #666;
    line-height: 18px;
    display: block;
    vertical-align: top
}

.content-module-item__text:hover {
    color: #4057a3
}

.content-module_help {
    background-color: #3c5197;
    color: #fff;
    padding: 12px
}

.content-module__title_help {
    background: url('../img/icons/help.png') 0 0 no-repeat;
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    line-height: 21px;
    padding-bottom: 10px
}

.content-module-block__help {
    margin: 0 -12px;
    border-top: 1px solid #8a96bc;
    padding: 20px 12px 12px 12px
}

.content-module-block__help ul li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 12px;
    background: url('../img/icons/li-1.png') 0 4px no-repeat
}

.content-module-help__link {
    color: #fff;
    line-height: 16px
}

.content-module-help__link:hover {
    color: #97afff
}

ul.content-module-menu {
    border-bottom: 1px solid #e9e9e9
}

ul.content-module-menu li {
    list-style: none;
    position: relative
}

ul.content-module-menu ul.content-module-menu {
    border-bottom: none;
    display: none
}


li.content-module-menu__parent .content-module-menu__trigger {
    content: '';
    right: 10px;
    top: 12px;
    position: absolute;
    background: url('../img/icons/plus.png') 0 0 no-repeat;
    width: 9px;
    height: 9px;
    cursor: pointer;
}

li.content-module-menu__parent a.content-module-menu__link.active {
    background-color: #3c5197;
    color: #fff
}

li.content-module-menu__parent .active ~ .content-module-menu__trigger {
    background: url('../img/icons/minus-a.png') 0 0 no-repeat
}

a.content-module-menu__link {
    border: 1px solid #e9e9e9;
    border-bottom: none;
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 13px;
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

a.content-module-menu__link:hover {
    background-color: #f5f7fb
}

a.content-module-menu__sublink {
    background: url('../img/icons/li-2.png') 15px center no-repeat;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

a.content-module-menu__sublink:hover {
    background-color: #f5f7fb
}

.content-banner__about {
    text-align: center;
    background: url('../img/bg-about-banner.png') top repeat-x;
    margin-bottom: 20px
}

.content-cartform {
    padding-top: 20px
}

.content-cartform-form {
    margin-right: 305px
}

.content-cartform-form-block {
    margin: 0 -11px
}

.content-cartform-form__el {
    float: left;
    padding: 0 11px;
    margin-bottom: 10px;
    float: left;
    width: 50%
}

.content-cartform-buttons {
    float: right;
    padding-top: 40px
}

.content-cartform-buttons__back {
    float: right;
    margin-bottom: 25px;
    color: #3c5197
}

.content-cartform-buttons__back:hover {
    color: #5d7ed4
}

.content-productblock__oform {
    float: right;
    height: 40px;
    line-height: 40px;
    font-family: 'Arial';
    float: right;
    clear: both;
    width: 144px
}

.content-productblock__oform span {
    background: url('../img/icons/ok.png') left no-repeat;
    padding-left: 25px
}

.content-banner__catalog img {
    width: 100%
}

.catalog-row {
    padding-top: 21px;
    margin: 0 -5px
}

.catalog-item {
    padding: 0 5px;
    float: left;
    width: 33.3333%;
    margin-bottom: 10px
}

.catalog-item__link {
    display: table;
    width: 100%;
    height: 214px;
    text-align: center;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #a5d839;
    background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #fefefe 67%, #fefefe 100%);
    background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #fefefe 67%, #fefefe 100%);
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #fefefe 67%, #fefefe 100%);
    background-image: linear-gradient(to top, #f1f1f1 0%, #fefefe 67%, #fefefe 100%);
    border: 3px solid #fff
}

.catalog-item__link:hover {
    border: 3px solid #4057A3
}

.catalog-item__table {
    border: 1px solid #E9E9E9;
    display: table-cell;
    height: 214px;
    vertical-align: middle
}

.catalog-item__table img {
    margin-bottom: 30px
}

.catalog-item__table span {
    display: block
}

.content-productblock-row {
    margin: 0 -5px
}

.content-productblock-item {
    float: left;
    width: 33.333%;
    padding: 0 5px;
    margin-bottom: 10px
}

.content-productblock-item-ins {
    border: 1px solid #E9E9E9;
    height: 270px;
    padding: 15px
}

.content-productblock-item-ins:hover {
    border: 1px solid #6b6b6b
}

.content-productblock-item__image {
    display: table;
    text-align: center;
    width: 100%
}

.content-productblock-item__image span {
    display: table-cell;
    height: 145px;
    vertical-align: middle
}

.content-productblock-item__title {
    line-height: 18px;
    display: block;
    color: #435baa;
    margin-bottom: 5px
}

.content-productblock-item__title:hover {
    color: #5d7ed4
}

.content-productblock-item__text {
    color: #666;
    line-height: 18px
}

.contacts__label {
    color: #333;
    font-weight: 700;
    margin-bottom: 20px
}

.contacts__label_map {
    background: url('../img/icons/map-blue.png') left no-repeat
}

.contacts__label_time {
    background: url('../img/icons/time-blue.png') left no-repeat
}

.contacts__label_phone {
    background: url('../img/icons/phone-blue.png') left no-repeat
}

.contacts-top {
    line-height: 18px;
    padding-bottom: 30px;
    padding-top: 10px
}

.contacts-top .contacts__label {
    padding-left: 20px
}

.contacts-top-item {
    float: left;
    width: 33.333%
}

.contacts-map {
    padding-bottom: 20px;
    display: none;
}

.contacts-map [id^=map]{
    height: 355px
}

.contacts-bottom-form {
    float: left;
    width: 50%;
    padding-right: 17px
}

.contacts-bottom-form .input {
    margin-bottom: 10px
}

.contacts-bottom-team {
    float: right;
    width: 50%;
    padding-left: 17px
}

.contacts-bottom-team-item {
    margin-bottom: 10px
}

.contacts-bottom-team-item__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f8f8f8;
    float: left
}

.contacts-bottom-team-item__img img {
    width: 100%
}

.contacts-bottom-team-item__info {
    margin-left: 87px;
    padding-top: 20px
}

.contacts-bottom-team-item__info strong {
    color: #333;
    display: block;
    margin-bottom: 5px
}

.contacts__btn {
    float: right;
    width: 120px
}

.contacts__btn span {
    background: url('../img/icons/ok.png') left no-repeat;
    padding-left: 25px
}

.content-info {
    padding-top: 10px
}

.content-info-item {
    margin-bottom: 25px
}

.content-info-item__title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px
}

.content-info-item__text {
    color: #666;
    padding-bottom: 15px;
    line-height: 16px
}

.content-info-item__more {
    color: #4057a3
}

.content-info-item__more:hover {
    color: #5d7ed4
}

.content-banner__info {
    padding-bottom: 20px
}

.content-banner__info img {
    width: 100%
}

.content-info-item__image {
    float: left
}

.content-info-item__image ~ .content-info-item-info {
    margin-left: 275px
}

.content-product {
    padding-top: 10px
}

.content-product-left {
    width: 515px;
    float: left
}

.content-product__image {
    border: 1px solid #e9e9e9;
    text-align: center;
    min-height: 340px;
    display: table;
    width: 100%;
    position: relative
}

.content-product__image:after {
    content: '';
    background: url('../img/icons/zoom.png') 0 0 no-repeat;
    width: 31px;
    height: 31px;
    right: 20px;
    bottom: 20px;
    position: absolute
}

.content-product__image span {
    display: table-cell;
    height: 340px;
    vertical-align: middle
}

.content-product-subimage {
    margin: 0 -6px;
}

.content-product-subimage-item {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display:inline;
    width: 25%;
    padding: 0 6px;
    margin-top: 10px;
}

.content-product-subimage-item a {
    display: table;
    width: 100%;
    border: 1px solid #e9e9e9
}

.content-product-subimage-item a span {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    padding: 5px
}

.content-product-subimage-item a:hover {
    border: 1px solid #333
}

.content-product-subimage-item img {
    width: 100%
}

a.cloudzoom-gallery-active {
    border: 1px solid #333
}

.content-product-mess {
    padding-top: 20px
}

.content-product-mess__title {
    margin-bottom: 10px;
    color: #222;
    font-size: 14px;
    font-weight: 700
}

.content-product__textarea {
    font-family: "PT Sans";
    width: 100%;
    padding: 10px;
    border: 1px solid #e9e9e9;
    height: 145px
}

.content-product-left ~ .content-product-right {
    margin-left: 535px
}

.content-product-right-block {
    float: left;
    width: 100%
}

.content-product-reclam__title {
    background-color: #435baa;
    color: #fff;
    font-weight: 700;
    padding: 9px 14px
}

.content-product-reclam__item {
    border-bottom: 1px solid #e9e9e9;
    padding: 9px 14px;
    background-color: #f5f7fb
}

.content-product-reclam__item input {
    vertical-align: middle
}

.content-product-reclam__item label {
    padding-left: 5px;
    color: #333;
    cursor: pointer;
    vertical-align: middle
}

.content-product-price {
    padding: 20px 0 10px 12px;
    border-bottom: 1px solid #e9e9e9
}

.content-product-price__label {
    color: #222;
    font-weight: 700;
    margin-bottom: 12px
}

.content-product-price-item {
    padding-bottom: 10px
}

.content-product-price-item span {
    display: inline-block
}

.content-product-price-item .label {
    width: 90px
}

.content-product-price-item input {
    border: 1px solid #e9e9e9;
    width: 150px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-right: 5px
}

.content-product-tech {
    padding: 20px 0 12px 12px;
    border-bottom: 1px solid #e9e9e9
}

.content-product-tech__label {
    color: #222;
    font-weight: 700;
    margin-bottom: 3px
}

.content-product-tech-block {
    padding-top: 12px
}

.content-product-tech-block p {
    margin-bottom: 7px
}

.content-product-tech-block input {
    vertical-align: middle
}

.content-product-tech-block label {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

.content-product-logo {
    padding: 20px 0 12px 12px;
    border-bottom: 1px solid #e9e9e9
}

.content-product-logo__label {
    color: #222;
    font-weight: 700;
    margin-bottom: 6px
}

.content-product-logo__sublabel {
    padding-bottom: 12px
}

.content-product-logo-block {
    padding-top: 15px
}

.content-product-logo__item {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin-right: 20px
}

.content-product-logo__item label {
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer
}

.content-product-format {
    padding: 20px 0 12px 12px;
    border-bottom: 1px solid #e9e9e9
}

.content-product-format__label {
    color: #222;
    font-weight: 700;
    margin-bottom: 12px
}

.content-product-format-block p {
    margin-bottom: 7px
}

.content-product-format-block input {
    vertical-align: middle
}

.content-product-format-block label {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

.content-product__button {
    height: 40px;
    line-height: 40px;
    font-family: 'Arial';
    clear: both;
    width: 232px;
    margin: 20px 0 0 12px
}

.content-product__button span {
    background: url('../img/icons/ok.png') left no-repeat;
    padding-left: 25px
}

.content-product-inf-1 {
    padding: 0px 0 10px 0px;
    border-bottom: 1px solid #e9e9e9
}

.content-product-inf-1 ul {
    margin-left: 20px
}

.content-product-inf-1 ul li {
    margin-bottom: 5px
}

.content-product-inf-2 {
    padding: 10px 0px 15px 0px
}

.content-product__pack {
    background: url('../img/icons/pack.png') 0 0 no-repeat;
    padding-left: 20px;
    margin-bottom: 15px
}

.content-product__rait {
    float: left
}

.content-product-stars {
    display: inline-block;
    margin-left: 5px
}

.content-product__soc {
    float: right
}

.content-product-priceblock__title {
    background-color: #435baa;
    color: #fff;
    font-weight: 700;
    padding: 9px 14px
}

.content-product-priceblock__title a {
    float: right;
    color: #fff;
    font-weight: 400;
    background: url('../img/icons/dwn.png') 0 0 no-repeat;
    padding-left: 20px
}

.content-product-priceblock-table {
    display: table;
    width: 100%
}

.content-product-priceblock-table .content-product-priceblock-table-row {
    display: table-row
}

.content-product-priceblock-table .content-product-priceblock-item {
    display: table-cell;
    width: 33.333%;
    vertical-align: middle;
    white-space: nowrap;
}

.content-product-priceblock-table .content-product-priceblock__label {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px
}

.content-product-priceblock-table .product-table-quantity {
    display: inline-block;
    vertical-align: middle
}

.content-product-priceblock-table .select {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.content-product-priceblock-table .select .select-title {
    width: auto;
    height: 25px;
    max-width: 250px;
}

.content-product-priceblock-table .select .select-title__value {
    line-height: 23px
}

.content-product-priceblock-table .select .select-title__arrow {
    top: 11px
}

.content-product-priceblock-table .select .select-options {
    top: 25px
}

.content-product-priceblock-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 9px 14px;
    background-color: #f5f7fb;
    color: #333
}

.content-product-priceblock-item span {
    color: #435baa
}

.content-product-action {
    padding-top: 20px
}

.content-product__cart {
    display: inline-block;
    color: #fff;
    width: 159px;
    height: 34px;
    background-image: -moz-linear-gradient(bottom, #c90017 0%, #e2001a 100%);
    background-image: -o-linear-gradient(bottom, #c90017 0%, #e2001a 100%);
    background-image: -webkit-linear-gradient(bottom, #c90017 0%, #e2001a 100%);
    background-image: linear-gradient(to top, #c90017 0%, #e2001a 100%);
    margin-right: 5px;
    position: relative;
}

.content-product__cart span {
    background: url('../img/icons/cart.png') 0 0 no-repeat;
    padding-left: 25px
}

.content-product__cart:hover {
    background-color: #F7001C;
    background-image: -moz-linear-gradient(bottom, #F7001C 0%, #F7001C 100%);
    background-image: -o-linear-gradient(bottom, #F7001C 0%, #F7001C 100%);
    background-image: -webkit-linear-gradient(bottom, #F7001C 0%, #F7001C 100%);
    background-image: linear-gradient(to top, #F7001C 0%, #F7001C 100%)
}

.content-product__pricebtn {
    color: #666;
    width: 111px;
    height: 34px;
    border: 1px solid #666;
    background-color: #fff
}

.content-product__pricebtn span {
    background: url('../img/icons/label.png') 0 0 no-repeat;
    padding-left: 23px
}

.content-product__pricebtn:hover {
    opacity: 0.6
}

.content-block-tabs {
    padding-top: 40px
}

.content-orders {
    padding: 10px 0 15px 0
}

.content-orders table {
    border-collapse: collapse;
    width: 100%
}

.content-orders table tr.grey {
    background-color: #f2f4f6
}

.content-orders table th {
    background-color: #3c5197;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
    padding: 0 10px;
    white-space: nowrap
}

.content-orders table td {
    color: #666;
    font-size: 14px;
    padding: 15px 0px;
    text-align: center
}

.content-orders table td:last-child {
    width: 300px
}

.content-orders table .look {
    color: #435baa;
    background: url('../img/icons/look.png') left no-repeat;
    padding-left: 20px
}

.content-orders table .look:hover {
    color: #5d7ed4
}

.content-orders table .reorder {
    color: #435baa;
    background: url('../img/icons/reorder.png') left no-repeat;
    padding-left: 20px;
    margin-left: 15px
}

.content-orders table .reorder:hover {
    color: #5d7ed4
}

.partners-list {
    padding: 0px 0 25px 0
}

.partners-list ul li {
    list-style: none;
    float: left;
    width: 25%;
    margin-bottom: 7px;
    padding-left: 10px;
    background: url('../img/icons/li-3.png') left no-repeat
}

.partners-list__link {
    color: #3c5197
}

.partners-list__link:hover {
    color: #5d7ed4
}

.partners-info {
    padding-bottom: 20px
}

.partners__label {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.partners__item {
    padding-bottom: 15px
}

.partners__item_map {
    background: url('../img/icons/map-blue.png') 0 0 no-repeat;
    padding-left: 20px
}

.partners__item_phone {
    background: url('../img/icons/phone-blue.png') 0 0 no-repeat;
    padding-left: 20px
}

.service-top__label {
    padding: 10px 0
}

.service-top-form {
    padding: 10px 0
}

.service-top-form input {
    width: 254px;
    height: 33px;
    padding: 0 10px;
    color: #a5a5a5;
    border: 1px solid #e9e9e9
}

.service-top-form button {
    width: 130px;
    height: 33px;
    background-color: #384c8e;
    background-image: -moz-linear-gradient(bottom, #4bb621 0%, #56d026 100%);
    background-image: -o-linear-gradient(bottom, #4bb621 0%, #56d026 100%);
    background-image: -webkit-linear-gradient(bottom, #4bb621 0%, #56d026 100%);
    background-image: linear-gradient(to top, #4bb621 0%, #56d026 100%);
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 15px
}

.service-top-form button span {
    background: url('../img/icons/ok.png') right no-repeat;
    padding-right: 20px
}

.service-top-form button:hover {
    background-color: #55cb25;
    background-image: -moz-linear-gradient(bottom, #55cb25 0%, #62e22b 100%);
    background-image: -o-linear-gradient(bottom, #55cb25 0%, #62e22b 100%);
    background-image: -webkit-linear-gradient(bottom, #55cb25 0%, #62e22b 100%);
    background-image: linear-gradient(to top, #55cb25 0%, #62e22b 100%)
}

.service-bottom__text {
    line-height: 16px;
    margin-bottom: 20px
}

.service-bottom-left {
    float: left;
    width: 50%;
    text-align: center
}

.service-bottom-right {
    float: right;
    width: 50%;
    text-align: center
}

.content-reg {
    padding-top: 5px;
    width: 321px;
    padding-bottom: 20px
}

.content-reg .alert {
    color: #e2001a;
    padding-bottom: 15px
}

.content-reg__label {
    margin-bottom: 10px
}

.content-reg__label .star {
    color: #e2001a
}

.content-reg__ellabel {
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 10px
}

.content-reg__input {
    width: 321px;
    height: 33px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #e9e9e9
}

.select {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-bottom: 10px
}

.select-title {
    width: 321px;
    height: 33px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    background-color: #fff
}

.select-title__arrow {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 9px;
    height: 5px;
    background-image: url('../img/icons/select.png')
}

.select-title__value {
    font-size: 12px;
    line-height: 33px;
    overflow: hidden;
    padding: 0 30px 0 10px;
    text-overflow: ellipsis;
    color: #696969;
    white-space: nowrap;
}

.select-options {
    position: absolute;
    z-index: 5;
    top: 33px;
    display: none;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-top: none
}

.select-options-inside {
    background-color: #fff
}

.select-options__value {
    color: #3a3a3a;
    font-size: 12px;
    display: block;
    overflow: hidden;
    padding: 8px 5px 8px 5px;
    cursor: pointer;
    white-space: normal;
    text-decoration: none
}

.select-options__value:hover {
    background-color: #3c5197;
    color: #fff
}

.content-reg__btn {
    float: right;
    width: 190px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px
}

.content-reg__btn span {
    background: url('../img/icons/ok.png') left no-repeat;
    padding-left: 25px
}

.content-user {
    padding-top: 5px;
    padding-bottom: 20px
}

.content-user-form {
    float: left;
    width: 321px
}

.content-user-form .alert {
    color: #e2001a;
    padding-bottom: 15px
}

.content-user-form .star {
    color: #e2001a;
    display: none
}

.content-user-info {
    margin-left: 370px
}

.content-user-info__txt-1 {
    color: #666;
    font-weight: 400;
    padding-bottom: 4px
}

.content-user-info__txt-2 {
    color: #333;
    font-weight: 700;
    padding-bottom: 15px
}

.content-user-info__txt-3 {
    color: #3C5197;
    font-weight: 400;
    display: block
}

.content-user-info__txt-3:hover {
    color: #5d7ed4
}

.content-review {
    padding-bottom: 20px;
    padding-top: 5px
}

.content-review-item {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 45px;
    background: url('../img/icons/review.png') 0 0 no-repeat
}

.content-review-item__header {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.content-review-item__header span {
    color: #a3a3a3
}

.content-review__btn {
    float: right
}

.content-review-form {
    padding-top: 20px
}

.content-review-form input, .content-review-form textarea {
    font-family: "PT Sans";
    height: 34px;
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding: 0 10px
}

.content-review-form textarea {
    padding: 10px;
    height: 80px
}

.content-review-form__title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}

.content-review-pag {
    padding-bottom: 30px
}

.content-review-pag ul li {
    list-style: none;
    float: left;
    margin-right: 4px
}

.content-review-pag__link {
    display: block;
    width: 17px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #646464
}

.content-review-pag__link:hover, .content-review-pag__link.active {
    background-color: #435baa;
    border-radius: 4px;
    color: #fff
}

.content-review-pag__arrow {
    display: block;
    background: url('../img/icons/pagg.png') center no-repeat;
    width: 17px;
    height: 18px
}

.bottom {
    background-color: #0d4c9b;
    padding: 40px 0
}

.bottom-column {
    float: left;
    width: 30%
}

.bottom-column_menu {
    width: 40%
}

.bottom-column_address {
    float: right;
    width: auto
}

.bottom-menu {
    margin-left: -33px
}

.bottom-menu-column {
    float: left;
    width: 33.333%;
    padding: 0 0px 0 33px;
    background: url('../img/bg-bottom-menu.jpg') right repeat-y
}

.bottom-menu__link {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.bottom-menu__link:last-child {
    margin-bottom: 0
}

.bottom-menu__link:hover, .bottom-menu__link.active {
    color: #1c1d1f
}

.bottom-phone {
    color: #fff;
    width: 180px;
    margin: 0 auto
}

.bottom-phone__label {
    background: url('../img/icons/phone.png') 0 0 no-repeat;
    padding-left: 23px;
    margin-bottom: 5px;
    line-height: 15px
}

.bottom-phone__value {
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 18px
}

.bottom-address {
    color: #fff;
    padding-left: 0px
}

.bottom-address__label {
    background: url('../img/icons/map.png') 0 0 no-repeat;
    padding-left: 23px;
    margin-bottom: 3px;
    line-height: 18px
}

.bottom-address__value {
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 16px
}

footer {
    background-color: #09366e;
    font-size: 12px;
    color: #d0d6d6;
    padding: 20px 0
}

.footer__copy {
    float: left;
    font-size: 12px
}

.footer__dev {
    float: right;
    font-size: 12px
}

.footer__dev a {
    color: #e2001a
}

.cloudzoom-lens {
    display: block !important;
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    cursor: crosshair;
    z-index: 10
}

.cloudzoom-zoom {
    z-index: 9999;
    width: 500px;
    height: 200px;
    border: 1px solid #888;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.cloudzoom-zoom-inside {
    cursor: pointer;
    z-index: 9999;
    border: none;
    box-shadow: none
}

.cloudzoom-caption {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    display: none;
    padding: 10px;
    text-align: left;
    color: #fff;
    background-color: #000
}

.cloudzoom-blank {
    display: none;
    background-image: url(../img/blank.png)
}

.cloudzoom-ajax-loader {
    width: 32px;
    height: 32px;
    background-image: url(ajax-loader.gif)
}

.zoom {
    position: relative;
    display: inline-block
}

.zoom:after {
    background: url('../img/icons/zoom.png') 0 0 no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: ''
}

.stars {
    width: 70px
}

.stars ul {
    position: relative;
    height: 13px;
    list-style: outside none none;
    background: url('../img/icons/star.png') repeat
}

.stars ul li {
    float: left;
    height: 13px;
    width: 14px;
    cursor: pointer
}

.stars ul li span {
    left: 0;
    position: absolute;
    width: 14px;
    height: 13px;
    z-index: 0
}

.stars ul li i {
    text-indent: -1000em;
    position: relative;
    z-index: 2;
    font-style: normal;
    width: 14px;
    height: 13px;
    display: block
}

.stars ul li.current {
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/icons/star-h.png") repeat;
    z-index: 1
}

.stars ul li:hover span {
    left: 0px;
    z-index: 0;
    background: url("../img/icons/star-h.png") repeat
}

.stars li.star1 span {
    left: 0
}

.stars li.star1:hover span {
    width: 14px
}

.stars li.star2 span {
    left: 14px
}

.stars li.star2:hover span {
    width: 24px
}

.stars li.star3 span {
    left: 24px
}

.stars li.star3:hover span {
    width: 38px
}

.stars li.star4 span {
    left: 38px
}

.stars li.star4:hover span {
    width: 52px
}

.stars li.star5 span {
    left: 52px
}

.stars li.star5:hover span {
    width: 66px
}
.service-result-form{
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    *display:inline;
    margin-left: 20px;
    font-weight: bold;
    font-style: italic;
}
.font-green{
    color: green;
}
.font-red{
    color: red;
}
.share42init{
    display: inline-block;
    vertical-align: middle;
    zoom:1;
    *display:inline;
}
.share42-item{margin-bottom: 0 !important;}
.header__personal{
    margin-right: 51px;
}
.header__personal_row{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    position: relative;
}
.header__personal_row ~ .header__personal_row{
    margin-top: 3px;
}
.header__personal a{
    color: #3c5197;
}
.header__personal_logout{
    position: absolute;
    width: 15px;
    height: 13px;
    background: url("../img/logout-small_back.png") no-repeat;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
}
a.icon-basket{
    display: block;
    float: right;
    width: 35px;
    height: 34px;
    position: relative;
    background: url("../img/header-basket_icon.png") no-repeat;
    text-decoration: none;
    color: #fff;
}
a.icon-basket i{
    display: block;
    font-style: normal;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    right: -2px;
    bottom: -6px;
    height: 18px;
    line-height: 13px;
    font-size: 12px;
    border: 2px solid #fff;
    background: #eb1219;
    position: absolute;
    min-width: 18px;
    padding: 0 2px;
    text-align: center;
    font-weight: bold;
}
.btn-message-balloon{
    line-height: normal;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 16px;
    border: 2px solid #5e70aa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 40px 20px 15px;
    min-width: 175px;
    color: #333333;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: #fff url('../img/basket_add-small_back.png') no-repeat 50% 15px;
}
.content-productblock__addincart .btn-message-balloon{
    left: auto;
    right: 0;
}
.btn-message-balloon.error{
    border-color: red;
    background-image: none;
    padding: 15px 20px;
    color: red;
}
.btn-message-balloon.error:before{
    background-color: red;
}
.btn-message-balloon:before{
    background-color: #5e70aa;
    content: "\00a0";
    display: block;
    height: 14px;
    position: absolute;
    bottom: -9px;
    left:50%;
    margin-left: -10px;
    transform:             rotate( 45deg );
    -moz-transform:    rotate( 45deg );
    -ms-transform:     rotate( 45deg );
    -o-transform:      rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    width:  14px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.btn-message-balloon:after{
    background-color: #fff;
    content: "\00a0";
    display: block;
    height: 14px;
    position: absolute;
    bottom: -7px;
    left:50%;
    margin-left: -10px;
    transform:             rotate( 45deg );
    -moz-transform:    rotate( 45deg );
    -ms-transform:     rotate( 45deg );
    -o-transform:      rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    width:  14px;
}
.file-download{
    margin-bottom: 15px;
}
.file-download-link{
    color: #d60019;
    text-decoration: none;
    margin-left: 10px;
}
.file-download-link:before{
    content: url(../img/file-small_icon.png);
    vertical-align: middle;
    margin-right: 4px;
}
.item-article-block{
    margin-bottom: 20px;
    line-height: 1.3;
}
.item-article-block .item-article-title{
    color: #435baa;
    font-weight: bold;
    margin: 0 0 5px;
}
.item-article-block .item-article-title a{
    text-decoration: none;
    color: inherit;
}
.item-article-block .item-article-title a:hover{
    text-decoration: underline;
}
.item-article-block ~ .item-article-block{
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
}