/* 
 *
 * Author  :  Vlad Muraviov
 * Website :  http://coded.pro
 * E-mail  :  vlad.muraviov@gmail.com
 * Skype   :  vlad.muraviov
 *
 *
 */

/* ==========================================================================
   Normalize ( normalize.css v1.1.3 | MIT License | git.io/normalize )
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

html, body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

:active, :hover, :focus  {
    outline: 0;
}

a {
    color: #818181;
    text-decoration: underline;
}

a:hover {
    color: #fff;
}

/* ==========================================================================
   Lists
   ========================================================================== */

dl, menu, ol, ul {
    margin: 0 0 15px 25px;
    padding: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 0 25px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {

}

h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
}

h6 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 15px;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}


b, strong {
    font-weight: 700;
}

blockquote {
    margin: 15px 0;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 15px 0;
}

mark {
    background: #ff0;
    color: #000;
}

p, pre {
    margin: 0 0 20px;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

address {
    font-style: normal;
    margin: 0 0 15px;
}

/* ==========================================================================
   Selection
   ========================================================================== */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* ==========================================================================
   ie-browsehappy
   ========================================================================== */

.ie-browsehappy {
    position:fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    font: 18px/28px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    display: block;
}

.ie-browsehappy_inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 32px;
    margin-top: -14px;
}

.ie-browsehappy_text mark {
    color: #FF4151;
    background: #000;
    display: inline-block;
    padding: 0 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.ie-browsehappy_text {
    display: block;
    margin: 0;
    color:#333;
}

.ie-browsehappy_update {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.ie-browsehappy a {
    color:#333;
    text-decoration: underline;
}
.ie-browsehappy a:hover{
    color:#89949B;
}


.js-off { 
    position:fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    font: 18px/28px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align: center;
    display:none;
}

.js-off_inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 28px;
    margin-top: -14px;
}

.js-off_text {
    display: block;
    margin: 0;
    color:#333;
}

.js-off_text mark {
    color: #FF4151;
    background: #000;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    border-radius: 3px;
    letter-spacing: 1px;

}

.js-off_how {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 700;
}

.js-off a {
    color:#333;
    text-decoration: underline;
}
.js-off a:hover{
    color:#89949B;
}

.js-no { overflow: hidden; }
.js-no .js-off { display: block; }


/* ==========================================================================
   box-sizing
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   Elements
   ========================================================================== */


.custom-table_th {
    display: block;
    position: relative;
}

.custom-table_th:after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    background: url(/s/img/icons.png) -160px -35px no-repeat;
    position: absolute;
    left: -23px;
    top: 50%;
    margin-top: -4px;
}

/* -------- */

.custom-table {
    color: #555;
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
}

.custom-table thead tr th {
    padding: 7px 20px;
    background: url(/s/img/bg-decor.png) 0 0;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 4px solid #B9B9B9;
    text-align: left;
}

.custom-table thead tr th:first-child {
    padding-left: 40px;
}

.custom-table tbody tr {
    border: none;
    background-color: #c7c7c7;
}

.custom-table tbody tr td {
    background-color: #c7c7c7;
    border: none;
    padding: 2px 20px;
    vertical-align: middle;
}

.custom-table tbody tr td:first-child {
    padding-left: 40px;
}

.custom-table tfoot tr td {
    padding: 15px;
    border: none;
}



.custom-table th, .custom-table td {
    display: block;
}

.custom-table tbody tr td:first-child, .custom-table thead tr th:first-child {
    padding-left: 20px;
}

/* ----- */

.custom-text, .custom-textarea, .custom-select {
    width: 100%;
}

.custom-text {
    border: none;
    background-color: #c7c7c7;
    height: 36px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #8A8A8A;
    color: #1f1f1f;
    padding: 5px 10px;
    font: 18px/24px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.custom-text:focus {
    background: #fff;
}

.custom-text.error {
    background: #EA5347;
    border-color: #EA5347;
}

.custom-select {
    border: none;
    background-color: #c7c7c7;
    height: 36px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #8A8A8A;
    color: #1f1f1f;
    padding: 5px 10px;
    font: 18px/24px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.custom-textarea {
    border: none;
    background-color: #c7c7c7;
    height: 340px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #8A8A8A;
    color: #1f1f1f;
    padding: 5px 10px;
    font: 18px/24px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.custom-textarea:focus {
    background: #fff;
}

.custom-checkbox {
    top: -2px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0 0;
    position: relative;
    background: url(/s/img/icons.png) -102px -55px no-repeat;
}
.custom-checkbox.checked {
    background-position: -121px -55px;
    top: -2px;
}

.custom-checkbox.disabled {
    opacity: 0.55;
}

/* ----- */

input.btn {
    line-height: 1;
}

.btn {
    border: none;
    height: 36px;
    font: 18px/36px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.btn-block {
    width: 100%;
}

.btn-dark {
    color: #fff;
    background: #3f3f3f url(/s/img/bg-btn.png) 0 0;
}

.btn-dark:hover {
    background: #424242;
}

.btn-dark:active {
    top: 1px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
}

.btn-light {
    color: #fff;
    background: #3f3f3f url(/s/img/bg-btn_2.png) 0 0;
}

.btn-light:hover {
    background: #424242;
}

.btn-light:active {
    top: 1px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
}

/* ----- */

.link-arrow  {
    font: 12px/14px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    display: block;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    color: #dcdcdc;
    text-decoration: none;
}

.link-arrow:hover {
    text-decoration: underline;
}

.link-arrow:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -160px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.link-arrow_back:after {
    background-position: -160px -24px;
}

.link-arrow_dark {
    color: #797979;
    font-size: 11px;
}

.link-white {
    color: #fff;
}

.link-white:hover {
    text-decoration: none;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon-write_us, .icon-tick, .icon-pt, .icon-fb, .icon-im, .icon-yt, .icon-support, .icon-user, .icon-mail, .icon-basket, .icon-basket_2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: url(/s/img/icons.png) 0 0 no-repeat;
}

.icon-write_us {
    width: 28px;
    height: 18px;
    background-position: -140px -51px;
    margin: 0 20px 0 0;
}

.icon-basket_2 {
    width: 20px;
    height: 18px;
    background-position: -177px -21px;
    margin: 0 5px 0 0;
}

.icon-tick {
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
    width: 23px;
    height: 22px;
    background-position: -100px -27px;
}

.icon-tick.active {
    background-position: -128px -27px;
}

.icon-video {
    display: block;
    width: 136px;
    height: 175px;
    background: url(/s/img/icon-video.png) 0 0 no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -68px 0 0 -85px;
}

.icon-video:hover {
    background-position: 0 -180px;
}

.icon-pt, .icon-fb, .icon-im, .icon-yt {
    display: block;
    text-indent: -9999px;
    width: 19px;
    height: 19px;
}

.icon-pt { background-position: 0 -27px;}
.icon-fb { background-position: -26px -27px;}
.icon-im { background-position: -52px -27px;}
.icon-yt { background-position: -78px -27px;}

.icon-pt:hover { background-position: 0 -51px;}
.icon-fb:hover { background-position: -26px -51px;}
.icon-im:hover { background-position: -52px -51px;}
.icon-yt:hover { background-position: -78px -51px;}

.icon-support {
    width: 19px;
    height: 22px;
    background-position: -59px 0;
    margin-right: 8px;
}

a:hover .icon-support {
    background-position: -201px 0;
}

.icon-user {
    width: 12px;
    height: 14px;
    background-position: 0 0;
    margin-right: 8px;
}
a:hover .icon-user {
    background-position: -142px 0;
}

.icon-mail {
    width: 14px;
    height: 9px;
    background-position: -17px 0;
    margin-right: 8px;
    top: -1px;
}
a:hover .icon-mail {
    background-position: -159px 0;
}

.icon-basket {
    width: 18px;
    height: 16px;
    background-position: -36px 0;
    margin-right: 8px;
    top: -1px;
}

a:hover .icon-basket {
    background-position: -178px 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    font: 12px/20px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #818181;
    background: #202020;
    *overflow: hidden;
}


.index {
    background: #202020 url(/s/img/i__img.jpg) center 0 no-repeat fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 700px;
}

.hidden-xs {
    display: none !important;
}

.wrapper {
    min-height: 100%;
}

.middle, .main {
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 17px;
}

.middle:before, .middle:after, .main:before, .main:after {
    content: " ";
    display: table;
}

.middle:after { clear: both; }

.main {
    padding: 0;
}



/* ==========================================================================
   header
   ========================================================================== */
.header {
    padding-top: 50px;
}

.top-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 49px;
    line-height: 48px;
    border-bottom: 1px solid #1F1F1F;
    background: #020202;
    z-index: 9991;
}

.top-sidebar .middle {
    position: relative;
}

.logo {
    float: left;
    width: 90px;
}

.panel {
    height: 48px;
    margin-left: 130px;
}

.panel-toggle {
    display: block;
    text-indent: -9999px;
    background: url(/s/img/icons.png) -82px 0; no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    cursor: pointer;
    float: right;
}

.panel-toggle:hover {
    background-position: -112px 0;
}

.panel-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #2F2F2F;
    padding: 15px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    display: none;
}

.cabinet {
    font: 13px/40px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: -15px -15px 0;
    text-align: left;
}

.cabinet a {
    color: #797979;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #000;
}

.cabinet a u {
    text-decoration: none;
}


.cabinet span {
    display: none;
}

/* ----- */

.support { display: none; }

/* ----- */

.nav {
    overflow: hidden;
    margin: 0 -15px;
    font-size: 13px;
}

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

.nav-list li {
    border-bottom: 1px solid #000;
}

.nav-list a {
    display: block;
    background: #A3A1A2;
    color: #000;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 15px;
}

/* ----- */

.social {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    line-height: 19px;
}

.social > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
}

/* --- */

.b-image {
    width: 100%;
}

.b-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Main
   ========================================================================== */

.main {
    padding-bottom: 64px;
}

/* ----- */


.service {
    padding: 15px 0 0;
    /*background: #000000;*/
}

.service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 100%;
}

.service-list > li {
    display: block;
    max-width: 490px;
    margin: 0 auto 15px;
}

.service-list > li:last-child {
    margin-bottom: 0;
}

.service-item {
    display: block;
    width: 100%;
    max-height: 260px;
    background: #2F2F2F;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.95;
    text-align: left;
}

.service-item:hover {
    opacity: 1;
}

.service-item_big {
    height: auto;
}

.service-item_big img {
    display: block;
    width: 100%;
    height: auto;
}

/* --- */

.service-video {
    width: 100%;
}

.service-video img {
    display: block;
    width: 100%;
    height: auto;
}

/* --- */

.service-item_info {
    min-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    overflow: hidden;
    display: block;
    background: #2F2F2F url(/s/img/bg-service-item.png) 0 0;
}

.service-item_title {
    font: 20px/24px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    display: block;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.service-item_title:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.service-item_text {
    font: 10px/14px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #818181;
    overflow: hidden;
    text-transform: uppercase;
}

.service-item_text p {
    margin: 0;
}

.service-item_text p:last-child { margin: 0; }

.service-item_image {
    /*
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    */

    max-height: 260px;
    display: block;
    margin-top: 110px;
}

.service-item_image img {
    display: block;
    width: 100%;
    /* height: 100%; */
}

/* ----- */

.main-content {
    padding: 25px 15px;
}

.main-content:before, .main-content:after {
    content: " ";
    display: table;
}

.main-content:after { clear: both; }

.main-content { *zoom: 1; }

/* ------ */

.path {
    margin: 0 0 25px;
    padding: 0 0 25px;
    list-style: none;
    text-transform: uppercase;
    font: 700 11px/15px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    border-bottom: 1px solid #6C6C6C;
}

.path > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
    margin: 0 10px 0 0;
}

.path > li:first-child {
    padding-left: 0;
}

.path > li:first-child:after {
    display: none;
}

.path > li:after {
    content: '';
    width: 13px;
    height: 7px;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.path a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.path a:hover {
    color: #797979;
}

/* ----- */

.login {
    min-width: 100%;
    margin: 0 -15px;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;;
}

.login-title {
    font: 700 12px/24px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 0 0 25px;
}

.login-title:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.login-form {
    background-color: #6c6c6c;
    padding: 15px 22px 20px;
    text-align: left;
}

.login-form_row {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
}

.login-form_row .icon-tick {
    display: none;
}

.login-form_row .btn {
    margin: 25px 0 10px;
}

.login-form_label {
    color: #c7c7c7;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
    display: block;
}

.login-form_text {
    display: block;
    color: #c7c7c7;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 40px;
}

.login-form-error_text {
    color: #FF130F;
    margin: 5px 0 0;
    display: block;
    padding: 2px 5px;
    /*background: #FF130F;*/
    color: #AA0000;
    font-size: 11px;
}

/* ----- */

.video {
    margin: 0 -15px;
}

.video-main {
    width: 100%;
    padding: 40px 0 0;
    margin: 0 0 28px;
    background: #000;
}

.video-main img {
    display: block;
    width: 100%;
}



.video-thumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
    text-align: center;
}


.video-thumbs > li {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 10px;
    text-align: left;
}

.video-item {
    display: block;
    height: 140px;
    position: relative;
    color: #fff;
    margin: 0;
}

.video-item img {
    display: block;
    width: 100%;
    height: 140px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.video-item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.video-item_title {
    display: block;
    background: url(/s/img/bg-decor.png) 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    min-height: 45px;
    z-index: 3;
}

/* ----- */


.contacts {

}

.contacts-map {
    text-align: center;
    margin-top: -55px;
    margin-bottom: 20px;
}

.contacts-content {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.contacts-title {
    font: 20px/24px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 0 0 25px;
}

.contacts-title:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.contacts-list {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 100%;
}

.contacts-list > li {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding-left: 25px;
}

.contacts-address {
    display: block;
    font: 12px/16px Tahoma, Arial, Helvetica, sans-serif;
}

.contacts-address strong {
    display: block;
}

.contacts-address p {
    margin: 0;
}

.contacts-address mark {
    background: none;
    color: #555555;
}


/* ----- @001 ----- */

.basket {
    font: 12px/15px Tahoma, Arial, Helvetica, sans-serif;
    color: #555;
}

.basket p {
    margin: 0 0 25px;
}

.basket-title {
    font: 20px/24px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 0 0 25px;
}

.basket-title:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.basket-content {
    background: #B9B9B9;
    padding: 25px 15px;
    min-width: 100%;
    margin: 0 -15px;
}

.basket-table {
    width: 100%;
    margin: 0 0 20px;

}

.basket-table .custom-text {
    border: none;
    width: auto;
    width: 70px;
    position: relative;
    background-color: #A3A1A2;
    height: 22px;
    color: #1f1f1f;
    padding: 4px 10px;
    font: 12px/14px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.basket-table .custom-text:focus {
    background: #fff;
}

/* ------- */

.basket-table table {
    min-width: 100% !important;
    width: 100%;
    white-space: nowrap;
}

.basket-table tr th {
    display: table-cell;
    padding: 10px 20px;
    background: url(/s/img/bg-decor.png) 0 0;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 4px solid #B9B9B9;
    text-align: left;
}

.basket-table tr th:first-child {
    padding-left: 40px;
}

.basket-table tbody tr {
    border-bottom: 10px solid #B9B9B9;
    background-color: #c7c7c7;
}

.basket-table tbody tr td {

    padding: 4px 20px;
    border-bottom: 2px solid #B9B9B9;
    vertical-align: middle;
}

.basket-table tbody tr td:first-child {
    padding-left: 40px;
}

.basket-table tfoot tr td {
    display: table-cell;
    vertical-align: top;
    border: none;
    padding: 15px;
    padding-bottom: 0;
}


/* ------ */

@media screen and (max-width: 900px){

    .basket-table tr th {
        display: none;
    }

    .basket-table tbody tr {
        border-bottom: 10px solid #B9B9B9;
    }

    .basket-table tbody tr td, .basket-table tfoot tr td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px 20px;
    }

    .basket-table tbody tr td:first-child {
        padding-left: 20px;
    }

    .visible-xs {
        display: block !important;
    }
}

/* -------- */



.basket-total {
    font-size: 11px;
    line-height: 13px;
}

.basket-total strong {
    font-size: 14px;
    color: #1f1f1f;
    display: block;
    margin: 0 0 10px;
}

.basket-total p {
    margin: 0;
}

.basket-link {
    font-size: 12px;
    color: #1f1f1f;
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.basket-link:hover {
    text-decoration: underline;
}

/* ------ */


.title {
    font: 20px/24px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 0 0 20px;
}

.title:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 9px;
    left: 0;
}

.ul_arrows {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul_arrows li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 20px 0;
}

.ul_arrows li:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 0;
}

.ul_arrows ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul_square {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666666;
    font: 11px/19px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.ul_square li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 15px;
}

.ul_square ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul_square li:after {
    content: '';
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
}

.ul_square.no_m > li {
    margin: 0;
}

/* ----- */

.partners mark {
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #797979;
    font-weight: 700;
}

.form {
    margin: 0 0 40px;
    max-width: 630px;
}

.form .title {
    margin: 0 0 40px;
}


.form-col_1, .form-col_2 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}

.form-label {
    display: block;
    font-size: 18px;
    color: #818181;
    margin: 0 0 10px;
}

.form .custom-text {
    margin: 0 0 10px;
}

.form-text {
    font-weight: 700;
    margin: 0 0 30px;
}

.form-code {
    /*white-space: nowrap;*/
    margin: 0 0 25px;
}

.form-code_row {
    padding: 10px 0 0;
}

.form-code_row span {
    display: block;
    overflow: hidden;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    color: #818181;
}

.form-code_row .custom-text {
    width: 45%;
    text-align: center;
}

/* ----- */

.partners-images {
    display: none;
}

.partners-images_list {
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 100%;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
}

.partners-images_list > li {
    width: 100%;
    max-width: 210px;
    height: 210px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.partners-images_item {
    display: block;
    width: 100%;
    height: 210px;
    background: #3E3E3E;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #797979;
    font: 11px/15px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partners-images_item:hover {
    z-index: 2;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.partners-images_item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.partners-images_item__caption {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 30px;
}

.partners-images_item__caption_in {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.partners-images_item__caption mark {
    display: block;
    background: none;
    color: #fff;
}

.partners-images_item__caption p {
    margin: 0 0 10px;
}

.partners-images_item__caption p:last-child {
    margin: 0;
}

.partners-logos {
    display: none;
}

/* ----- */

.products-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    min-width: 100%;
}

.products-list > li {
    max-width: 250px;
    margin: 0 auto 10px;
    /*margin: 0 0 10px;*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.products-item {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 240px;
    width: 100%;
    position: relative;
    font: 14px/17px Tahoma, Arial, Helvetica, sans-serif;
}


.products-item_image {
    background: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    height: 240px;
    line-height: 240px;
    overflow: hidden;
}

.products-item_image img {
    max-height: 100%;
}

.products-item_desc {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #424242 url(/s/img/bg-decor.png) 0 0;
    z-index: 2;
    padding: 10px 10px;
    overflow: hidden;
    min-height: 54px;
}

.products-item_inf {
    float: right;
    width: 50%;
    margin: 0 0 0 25px;
}

.products-item_inf small {
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-item_inf small:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: -18px;
}

.products-item_inf b {
    font-size: 11px;
    color: #818181;
}

.products-item_title {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: normal;
}

/* ----- */

.cart {
    font: 11px/15px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 -15px;
    max-width: 775px;
}

.cart-col {
    margin: 0 0 10px;
}

.cart-desc {
    background: #424242 url(/s/img/bg-decor.png) 0 0;
    padding: 20px;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
}

.cart-desc mark {
    background: none;
    color: #818181;
    margin: 0 5px 0 0;
}

.cart-desc_title {
    margin: 0 0 10px;
    font: 700 14px/14px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.cart-desc_inf {
    padding: 0 0 0 25px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.cart-desc_inf:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: 0;
}

.cart-desc_details {
    margin: 0;
    padding: 20px 0 15px;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-desc_details > li {
    margin: 8px 0;
}

.cart-desc_control {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 30px;
}

.cart-desc_price {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    margin: 0 10px 30px 0;
}

.cart-desc_counter {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
}

.btn-basket {
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0;
    width: 18px;
    height: 28px;
    background: url(/s/img/icons.png) -180px -43px no-repeat;
    position: relative;
    top: -5px;
    margin: 0 5px;
}

.btn-basket:hover {
    background-position: -204px -43px;
}

.cart-desc_design {
    font-weight: 700;
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

/* ----- */

.cart-images_thumbs {
    margin: 0 0 -10px -10px;
    padding: 0;
    list-style: none;
    min-width: 100%;
    overflow: hidden;
}

.cart-images_thumbs > li {
    float: left;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    background: #fff;
    margin: 0 0 10px 10px;
    position: relative;
}

.cart-images_thumbs img {
    display: block;
    max-height: 100%;
}

.cart-images_thumbs a {
    display: block;
}

.cart-images_thumbs > li:hover {
    opacity: 0.7;
}

.cart-images_thumbs > li.slides_here {
    opacity: 0.7;
    top: 1px;
}


.cart-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    height: 480px;
}

.cart-images > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 480px;
    line-height: 480px;
    text-align: center;
}

.cart-images:first-child {
    position: relative;
    display: block;
    float: left;
}

/* ----- */

.offer {
    padding: 35px 0 0;
    overflow: hidden;
}

.offer-title {
    display: block;
    margin: 0 0 30px 50px;
    font: 14px/18px Helvetica, Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.offer-desc {
    background: #383838;
    margin: 0 0 12px;
    overflow: hidden;
}

.offer-text {
    padding: 40px 20px 0;
    font: 11px/14px Helvetica, Tahoma, Arial, sans-serif;
    color: #797979;
}

.offer-text p {
    margin-bottom: 25px;
}

.offer-text small {
    font-size: 10px;
    color: #bfbfbf;
    text-transform: uppercase;
}

.offer-text b, .offer-text strong {
    color: #fff;
}

.offer-table {
    overflow: hidden;
}

.offer-table .custom-table {
    margin: 0;
}


.offer-btn {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    font: 14px/40px 'Helvetica Neue', Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #353535;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.offer-btn:hover {
    background: #000;
}

.offer-table .custom-table tbody tr:last-child td:last-child {
    padding-bottom: 15px;
}

.offer-table .custom-table tbody tr td:first-child {
    font-weight: 700;
    padding-top: 15px;
    line-height: 14px;
}




.offer-steps {
    margin: 0 0 12px;
    padding: 12px 0 0;
    list-style: none;
    min-width: 100%;
}

.offer-steps > li {
    display: block;
    margin: 0 auto;
    padding: 0 0 12px;
    max-width: 325px;
}

.offer-steps > li.full_width {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.offer-steps-item {
    width: 100%;
    height: 460px;
    background: #313131;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.offer-steps-item:hover {
    /*box-shadow: 0 0 10px #fff;*/
}

.offer-steps-item_head {
    background: #2F2F2F url(/s/img/bg-decor.png) 0 0;
    height: 105px;
    position: relative;
    padding: 35px 0 40px 110px;
}

.offer-steps-item_head:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -4px;
}

.offer-steps-item_counter {
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 50%;
    width: 38px;
    height: 38px;
    font: 20px/34px 'Helvetica Neue', Tahoma, Arial, Helvetica, sans-serif;
    border: 2px solid #8C8C8C;
    margin-top: -19px;
    text-align: center;
}

.offer-steps-item_title {
    font: 14px/17px 'Helvetica Neue', Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.offer-steps-item_image {
    width: 100%;
    height: 190px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.offer-steps-item_image img {
    display: block;
    width: 100%;
    height: 100%;
    
}

.offer-steps-item:hover .offer-steps-item_image {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.offer-steps-item_text {
    font: 11px/13px 'Helvetica Neue', Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    margin: 0;
    overflow: hidden;
    color: #797979;
    margin: 20px 65px 0 65px;
    height: 120px;
}

/* ------ */

.offer-steps-item_big {
    height: auto;
}

.offer-steps-item_big .offer-steps-item_head {
    height: auto;
    padding-left: 150px;
    overflow: hidden;
}

.offer-steps-item_big .offer-steps-item_counter {
    width: 70px;
    height: 70px;
    border: 4px solid #8C8C8C;
    line-height: 62px;
    font-size: 36px;
    margin-top: -35px;
}

.offer-steps-item_big .offer-steps-item_title {
    margin: 0 0 20px;
}

.offer-steps-item_big .offer-steps-item_title br { display: none;}

.offer-steps-item_inf {
    margin: 0 0 20px;
    color: #bfbfbf;
    text-transform: uppercase;
    font: 10px/14px 'Helvetica Neue', Tahoma, Arial, Helvetica, sans-serif;
}


.offer-steps-item_big .offer-steps-item_text {
    padding: 0;
    margin: 0;
    height: auto;
}

/* ------ */


.offer-details {
    overflow: hidden;
    position: relative;
    background: #353535;
}


.offer-details_col {
    position: relative;
    z-index: 2;
    padding: 25px 60px;
}


.offer-details_col:after {
    content: '';
    display: block;
    background: url(/s/img/icons.png) -18px -14px no-repeat;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 30px;
    left: 14px;
}

.offer-details_title {
    font: 14px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
}



/* ==========================================================================
   Left-sidebar
   ========================================================================== */

.left-sidebar {
    margin: 0 0 20px;
}

.menu {
    margin: 0 -15px 15px;
    padding: 0;
    list-style: none;
    font: 700 11px/15px Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    min-width: 100%;
    background: #000;
}

.menu > li {
    border-bottom: 1px solid #2F2F2F;
}

.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #2F2F2F;
    text-transform: none;
}

.menu ul > li {
    border-bottom: 1px solid #000;
}

.menu ul a {
    padding-left: 25px;
}

.menu > li.current > a {
    color: #fff;
}

.menu > li.current > a:after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    background: url(/s/img/icons.png) -160px -14px no-repeat;
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -4px;
}

.menu > li.current ul {
    display: block;
}

.menu ul > li.current > a {
    color: #fff;
}

.menu ul > li.current > a:after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    background: url(/s/img/icons.png) -160px -14px no-repeat;
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -3px;
}

.menu a {
    color: #797979;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.menu a:hover {
    color: #fff;
    background: #A3A1A2;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    height: 64px;
    background: #020202;
    margin-top: -64px;
    font: 11px/15px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 28px 0;
}

.copyright {
    color: #797979;
    margin: 0;
    font-weight: 700;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (min-width: 480px){

    .cabinet {
        text-align: left;
    }
    .cabinet a {
        text-decoration: none;
    }
    
    .video-thumbs {
        margin: 0;
    }

    .video-thumbs > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 0 10px 10px;
        margin: 0;
    }

    /* ---- */
    
    .login {
        margin: 0 auto;
        max-width: 380px;
        min-width: 0;
    }

    .login-title {
        font-size: 20px;
        font-weight: normal;
    }

    .login-form_row {
        padding-right: 40px;
    }

    .login-form_row .icon-tick {
        display: block;
    }

    /* ----- */



    
    



}

@media screen and (min-width: 768px){


    .offer-table .custom-table tbody tr td:first-child {
        padding-top: 0;
    }


    .cart-images_thumbs {
        margin-bottom: 10px;
    }


    .service-list {
        margin: 0;
        text-align: center;
    }

    .service-list > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 -4px 0 0;
        padding: 0 0 15px 15px;
        text-align: center;
    }

    .service-list > li.full-width {
        width: 100%;
        margin: 0 -4px 0 0;
        padding: 0 0 15px 15px;
        max-width: 980px;
    }

    .service-item_text p {
        margin: 0 0 12px;
    }

    /* ----- */


    .video-thumbs > li {
        /*width: 25%;*/
    }


    /* ----- */

    .contacts-content {
        padding-left: 120px;
    }

    .contacts-list > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 25px;
        margin: 0 -4px 30px 0;
    }

    /* ----- */

    /* ----- */
    

    .container {
        overflow: hidden;
    }

    .left-sidebar {
        float: left;
        width: 200px;
        margin: 0 5px 0 0;
    }

    .menu {
        margin: 0 0 15px;
        padding: 0 0 0 25px;
        background: none;
    }

    .menu > li {
        border: none;
    }

    .menu a {
        padding: 3px 0;
        display: inline-block;
    }

    .menu a:hover {
        background: none;
    }

    .menu ul {
        background: none;
        margin-left: 20px;
    }

    .menu ul > li {
        border: none;
    }


    .menu ul a {
        padding: 2px 0;
    }

    /* =----- */

    .basket-title {
        margin: 0 0 10px;
    }

    .basket-content {
        margin: 0;
    }

    /* ----- */

    .partners-images {
        display: block;
        margin-bottom: -15px;
        overflow: hidden; 
    }

    .partners-images_list {
        margin: 0 -210px;
        min-width: 100%;
        overflow: hidden;
        text-align: left;
    }

    .partners-images_list > li {
        /*width: 25%;*/
        /*float: left;*/
        text-align: left;
    }

    /* ----- */

    .form-col_1 { width: 40%; }

    .form-col_2 { width: 60%; padding: 0 0 0 15px; }

    /* ----- */

    .partners-logos {
        display: block;
        margin: 0 0 40px;
    }

    .partners-logos_list {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .partners-logos_list > li {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 25px;
    }

    /* ------ */

    .products-list {
        margin: 0 0 0 -7px;
    }


    /* ----- */

    .cart {
        margin: 0;
        overflow: hidden;
    }

    .cart-col {
        float: right;
        width: 255px;
        margin: 0 0 0 10px;
    }

    .cart-content {
        overflow: hidden;
    }
    
    /* ----- */

    .offer-steps-item_big .offer-steps-item_title {
        float: left;
        margin: 0 20px 0 0;
    }

    .offer-steps-item_big .offer-steps-item_title br { display: block;}

    .offer-steps-item_inf {
        float: right;
        max-width: 260px;
        margin: 0 0 0 20px;
    }

    .offer-details:after {
        content: '';
        display: block;
        width: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #282828;
        left: 0;
        z-index: 1;
    }

    .offer-details:before {
        content: '';
        display: block;
        width: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #353535;
        right: 0;
        z-index: 1;
    }

    .offer-details_col {
        width: 50%;
        float: left;
    }

    /* ----- */

    .offer-steps {
        margin: 0 0 12px -12px;
        text-align: center;
    }

    .offer-steps > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 12px 12px;
        margin: 0 -4px 0 0;
        text-align: left;
    }

    .visible-xs {
        display: none;
    }


}

.products-list > li {
    width: 250px;
    padding-left: 7px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 7px 0;
}

.products-item {
    font-size: 10px;
}


@media screen and (min-width: 994px) {
    
    .offer-steps {
        position: relative;
        left: -10px;
        overflow: hidden;
        min-width: 0;
        max-width: 975px;
        margin: 0 auto 12px;
    }

    .offer-steps > li.full_width {
        padding-left: 12px;
        margin-right: -4px;
    }
    

    .service-item_big {
        height: 250px;
    }

    .path {
        padding: 0;
        border: none;
    }


    .custom-table tbody tr td {
        border-bottom: 2px solid #B9B9B9;
    }

    
    .panel {
        overflow: hidden;
    }

    .panel-toggle { display: none;}

    .panel-dropdown {
        display: block;
        position: static;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    /* ----- */

    .cabinet {
        float: left;
        line-height: 48px;
        margin: 0;
        white-space: nowrap;
    }

    .cabinet a {
        display: inline-block;
        font-size: 11px;
        padding: 0;
        margin: 0 5px;
        text-decoration: underline;
    }

    .cabinet a:hover {
        background: none;
        color: #fff;
    }

    .cabinet u {
        display: block;
        text-indent: -9999px;
        width: 0;
        height: 0;
        position: fixed;
        top: -99px;
    }

    .cabinet span {
        display: inherit;
    }

    .cabinet .icon-mail, .icon-basket {
        margin: 0;
    }

    /* ----- */

    .support {
        display: block;
        float: right;
        font: 10px/14px Arial, 'Helvetica Neue', Helvetica, sans-serif;
        margin: 10px 0;
        text-decoration: none;
        padding-left: 30px;
        position: relative;
        color: #797979;
        margin-left: 15px;
    }

    .support:hover {
        color: #fff;
    }

    .support .icon-support {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -11px;
    }

    /* ----- */

    .nav {
        margin: 0;
    }

    .nav-list {
        display: table;
        width: 100%;
    }

    .nav-list > li {
        display: table-cell;
        border: none;
        text-align: center;
    }

    .nav-list a {
        height: 48px;
        background: none;
        padding: 2px 10px 0;
        font: 700 9px/48px Arial, 'Helvetica Neue', Helvetica, sans-serif;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
    }

    .nav-list a:hover {
        background: #424242;
    }

    /* ----- */

    .social {
        position: absolute;
        top: 100%;
        right: 15px;
    }

    .social > li {
        margin: 0 0 0 7px;
    }

    /* ----- */

    .service-item_title {
        float: left;
        margin: 0 40px 0 0;
    }

    /* ----- */

    .partners-images_list > li {
        /*width: 20%;*/
    }

    /* ----- */

    .products-list > li {
        width: 250px;
    }

    /*
    .products-list:not(.all_visible):hover > li {
        opacity: 0.2;
    }

    .products-list:not(.all_visible):hover > li:hover {
        opacity: 1;
    }
    */


    .products-item {
        font-size: 10px;
    }

    .products-item_inf {
        width: 40%;
    }

    .products-item_inf small {
        font-size: 10px;
    }

    /* ----- */

    .offer-desc {
        padding: 0 0 0 60px;
    }

    .offer-text {
        float: left;
        width: 220px;
        margin: 0 40px 0 0;
        padding: 40px 0 0;
    }

    /* ------ */

    .custom-table th, .custom-table td {
        display: table-cell;
    }

    .custom-table tbody tr td:first-child, .custom-table thead tr th:first-child {
        padding-left: 40px;
    }

    /* ----- */

    .offer-steps > li {
        /*width: 33.33%;*/
    }

    /* ----- */


    .cart-desc, .cart-desc_title, .cart-desc_inf {
        font-size: 10px;
    }

    .hidden-xs {
        display: inherit !important
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

.pull-left { 
    float: left;
}

.pull-right {
    float: right;
}

.text-left { 
    text-align: left;
}
.text-right { 
    text-align: right;
 }
.text-center { 
    text-align: center;
}

.inline { 
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.transition { 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text-shadow { 
    text-shadow: 1px 1px 0 #666;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/** РЅРѕРІР°СЏ РІС‘СЂСЃС‚РєР° **/
.menu a {
    color: #fff;
    font-weight: normal;
}
.menu > li.current > a {
    font-weight: bold;
}
.cart-desc mark {
    color: #fff;
    font-weight: normal;
}
.cart-desc_details > li {
    font-weight: bold;
}
body {
    color: #FFFFFF;
}
.copyright {
    color: #fff;
}
a {
    color: #fff;
}
.cabinet a {
    color: #fff;
}    
.cart-desc, .cart-desc_title, .cart-desc_inf {
    font-size: 11px;
}
.products-item_inf b {
    color: #fff;
}
.service-item_text {
    color: #fff;
}
.ul_square {
    color: #fff;
}
.link-arrow_dark {
    color: #fff;
}
.link-arrow {
    color: #fff;
}
.form-label {
    color: #fff;
}

.partners mark {
    color: #fff;
}
.basket {
    color: #000;
}

.logo {
    width: 226px;
    margin-top: 38px;
}

.middle, .main {
    padding: 0 15px;
}
.top-sidebar {
    height: 95px;
}
.panel {
    height: 95px;
    /*position: relative;;*/
}
@media screen and (min-width: 993px) {
    .nav-list a {
        font: 700 12px/48px Arial,'Helvetica Neue',Helvetica,sans-serif;
    }
    
    .nav-list {
        margin-top: 0;
    }
    .nav {
        font-size: 13px;
        height: 48px;
        left: 50px;
        margin-bottom: 0;
        margin-right: -15px;
        margin-top: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 49px;
    }
    .support {
        margin: 10px 15px 10px 15px;
    }
    .cabinet {
        line-height: 48px;
        margin: 0;
        position: absolute;
        right: 165px;
        white-space: nowrap;
    }
}

.footer {
    background: none repeat scroll 0 0 #020202;
    font: 11px/15px Tahoma,Arial,'Helvetica Neue',Helvetica,sans-serif;
    height: 64px;
    margin-top: 0;
    padding: 28px 0;
}