@charset "UTF-8";
/* COLORS */
/* COLORS END  */
/* COLORS HUNTER */
/* COLORS HUNTER END */
/* MIXINS */
/* MIXINS END */
@import url(SquareSans/squareSans.css);
@import url(Proxima/proxima.css);
@import url(opensans/opensans.css);
@import url(calibri/calibri.css);
/* RESET STYLES */
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video, div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 22px;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

img {
  max-width: 100%;
  /* RELOOK */
  margin-bottom: 10px; }

body {
  line-height: 1;
  font: 136px 'Proxima';
  word-wrap: break-word;
  box-sizing: border-box;
  background: white;
  color: #343741; }

h1, h2, h3,
.subtitle,
.subtitle-second {
  font-family: 'Arial';
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700; }
  h1.center, h2.center, h3.center,
  .subtitle.center,
  .subtitle-second.center {
    text-align: center; }

h1, .subtitle {
  font: 600 26px 'Proxima'; }

.subtitle.gray {
  color: #929292; }
.subtitle.white {
  color: white; }
.subtitle.medium {
  font-size: 26px; }

h2,
.subtitle-second {
  font-size: 20px; }

h3,
.subtitle-third {
  font-size: 15px; }

p, li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px; }

p {
  margin-bottom: 15px; }

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block; }

a {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  vertical-align: baseline;
  background: transparent; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

button,
button:focus {
  border: none;
  outline: none;
  box-shadow: none; }

input, textarea {
  outline: none; }

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

select {
  outline: none; }
  select:focus {
    outline: none; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  border-top: 1px solid #cccccc;
  padding: 0; }

input, select {
  vertical-align: middle;
  background: transparent; }

p, li {
  font: normal 15px 'Proxima';
  line-height: 22px; }

a, a:hover,
a:active,
a:visited {
  color: black;
  cursor: pointer; }

textarea {
  resize: none; }

button {
  outline: none;
  background: none; }

ul {
  padding-left: 35px; }
  ul li {
    list-style-type: none;
    position: relative; }
    ul li:before {
      content: '';
      position: absolute;
      height: 13px;
      width: 27px;
      left: -36px;
      top: 4px;
      background: #19b261; }

/* RESET UI DEFAULT FORM STYLES */
.has-error .help-block,
.has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline,
.has-error.radio label,
.has-error .checkbox-inline,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff8604;
  font-size: 12px;
  clear: both; }

.has-success input,
.has-success textarea {
  color: #19b261;
  border-bottom: 1px solid #19b261; }

.form-stylesheet.inputs-bottom-bord .form-group.has-success input, .form-stylesheet.inputs-bottom-bord .form-group.has-success textarea,
.form-stylesheet.inputs-bottom-bord .form-group.has-success input,
.form-stylesheet.inputs-bottom-bord .form-group.has-success textarea {
  color: #19b261;
  border-bottom: 1px solid #19b261; }

/* RESET UI DEFAULT FORM STYLES END */
/* COLORS */
/* COLORS END  */
/* COLORS HUNTER */
/* COLORS HUNTER END */
/* MIXINS */
/* MIXINS END */
/* INPUT TEXTAREA */
input, textarea {
  color: black;
  background: white;
  padding: 0 12px; }

input {
  height: 50px; }

/* INPUT TEXTAREA END */
/* DELETE ITEM */
.delete-item {
  cursor: pointer;
  color: #343635;
  font: 600 18px 'Proxima';
  z-index: 5; }

/* DELETE ITEM END */
/* Checkboxes */
.checkbox-wrap {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
  min-height: 19px; }
  .checkbox-wrap.file-checkbox {
    padding-left: 0; }
    .checkbox-wrap.file-checkbox label {
      padding-left: 25px; }
      .checkbox-wrap.file-checkbox label:before {
        background: url(../images/paper-clip.png) center no-repeat;
        height: 45px;
        border: none;
        left: -4px;
        top: -15px; }

table, tr, td {
  vertical-align: top; }

td {
  padding: 0 10px; }

table {
  margin-bottom: 15px; }

.checkbox-wrap label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 23px;
  border: 1px solid gray;
  height: 23px;
  background: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }

.checkbox-wrap label {
  font-size: 14px;
  font-weight: normal;
  float: left;
  cursor: pointer;
  text-align: left; }

.checkbox-wrap input {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  left: 0; }

.checkbox-wrap input:checked + label:before,
.checkbox-wrap input:checked + .label-wrap label:before {
  background: url(../images/checkbox_act.png) center no-repeat;
  border: none; }

.checkbox-wrap input:disabled + label,
.checkbox-wrap input:disabled + .label-wrap label {
  opacity: 0.3; }

/* Checkboxes END */
html, body {
  height: 100%; }

body {
  overflow-x: hidden;
  /* rework */ }

.wrapper-main {
  min-height: 100%;
  padding-bottom: 450px;
  height: auto; }
  .wrapper-main.bg-404 {
    background: url("../images/404_img.jpg") no-repeat center;
    background-size: cover; }
  .wrapper-main.gray-bg {
    background: #ededed; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

/* COLORS */
.white {
  color: white; }

.blue {
  color: #005069; }

/* ACTIVE FORM  END */
.clear {
  clear: both; }

.underline {
  text-decoration: underline; }

.medium-notice {
  font-size: 20px; }

.without-dotted {
  list-style-type: none;
  padding-left: 0; }
  .without-dotted li:before {
    display: none; }

.article-item {
  margin-bottom: 25px; }

a.blue-link {
  color: #036676;
  border-bottom: 1px solid #ededed; }

.form-stylesheet {
  margin: 0 auto; }
  .form-stylesheet input {
    float: left; }
  .form-stylesheet .form-main-fields {
    margin-bottom: 55px; }
  .form-stylesheet .inputs-wrap {
    margin-bottom: 80px; }
  .form-stylesheet .show-mobile-menu {
    display: none; }
  .form-stylesheet input, .form-stylesheet textarea, .form-stylesheet select {
    width: 100%; }
  .form-stylesheet select {
    height: 50px;
    padding: 0 8px; }
  .form-stylesheet.white-bg .form-stylesheet-inner {
    background: white; }
  .form-stylesheet.gray-bord .form-stylesheet-inner {
    border: 1px solid #a3a3a3; }
  .form-stylesheet.inputs-bottom-bord .form-group {
    margin-bottom: 0;
    height: 50px; }
  .form-stylesheet.inputs-bottom-bord input, .form-stylesheet.inputs-bottom-bord textarea {
    font: italic 15px 'Proxima';
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #a3a3a3; }
  .form-stylesheet.inputs-bottom-bord input {
    height: 20px; }
  .form-stylesheet.inputs-bottom-bord textarea {
    padding-top: 5px; }
  .form-stylesheet.with-labels .form-group {
    height: 70px; }
  .form-stylesheet.with-labels label {
    font-weight: 500;
    margin-bottom: 6px; }
  .form-stylesheet .form-group {
    height: 60px; }
    .form-stylesheet .form-group.last-of-type {
      margin-bottom: 35px; }
  .form-stylesheet.two-columns .form-group {
    float: left;
    width: 48%; }
    .form-stylesheet.two-columns .form-group:nth-of-type(even) {
      margin-left: 4%; }

/* CLEAR AFTER */
.clear-after {
  position: relative; }
  .clear-after:after {
    content: "";
    display: block;
    clear: both; }

/* CLEAR AFTER END */
.bold-text {
  font-weight: 600; }
  .bold-text.black {
    color: black; }
  .bold-text.white {
    color: white; }

.buttons-cont {
  width: 75px;
  height: 42px;
  top: -58px;
  right: 0;
  z-index: 999;
  display: block;
  position: absolute;
  border: 1px solid #9f9fa0; }

.slider-wrap-with-buttons {
  position: relative;
  clear: both; }
  .slider-wrap-with-buttons .slick-arrow:before {
    display: none; }
  .slider-wrap-with-buttons .slick-next {
    right: 7px;
    background: url("../images/arrow_slider_right.png") no-repeat center; }
  .slider-wrap-with-buttons .slick-prev {
    left: 7px;
    background: url("../images/arrow_slider_left.png") no-repeat center; }

.product-items-cont-main {
  position: relative;
  clear: both; }
  .product-items-cont-main .buttons-cont {
    right: 7px; }
  .product-items-cont-main .slick-arrow:before {
    display: none; }
  .product-items-cont-main .slick-next {
    right: 7px;
    background: url("../images/arrow_slider_right.png") no-repeat center; }
  .product-items-cont-main .slick-prev {
    left: 7px;
    background: url("../images/arrow_slider_left.png") no-repeat center; }

.slider-products {
  position: relative;
  clear: both; }
  .slider-products .buttons-cont {
    position: absolute;
    display: block;
    right: -11px;
    top: -12px;
    border: 1px solid #9f9fa0; }
  .slider-products .slick-arrow {
    left: auto;
    top: -36px; }
    .slider-products .slick-arrow:before {
      color: transparent; }

/* ITEM PRICE */
.item-price {
  font: 700 22px 'Proxima'; }
  .item-price .new-price {
    color: #ff8604;
    float: right; }
  .item-price .new-price-currency {
    color: #ff8604; }
  .item-price .old-price {
    float: left;
    position: relative; }
    .item-price .old-price:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      background: black;
      width: 100%;
      height: 1px; }

/* ITEM PRICE END */
/* SITE BTN */
body .site-btn {
  color: white; }

.site-btn {
  text-align: center;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  font: 600 15px/45px 'Proxima';
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  background: #005069; }
  .site-btn.full {
    width: 100%; }
  .site-btn.medium {
    width: 280px; }
  .site-btn.large {
    height: 50px;
    width: 340px;
    line-height: 50px; }
  .site-btn.small {
    height: 40px;
    width: 38px; }
  .site-btn.compare {
    background: url("../images/icon_cpmpare_white.png") #005069 no-repeat center;
    float: right; }
    .site-btn.compare:hover {
      background: url("../images/icon_cpmpare_white.png") #1fde79 no-repeat center; }
  .site-btn.green {
    background: #1fde79; }
    .site-btn.green:hover {
      background: #005069; }
    .site-btn.green.green-medium {
      background: #19b261; }
  .site-btn.inact {
    opacity: 0.3; }
  .site-btn.center-btn {
    display: block;
    margin: 0 auto; }
  .site-btn.border {
    font-weight: 500;
    background: transparent;
    color: black; }
    .site-btn.border:hover, .site-btn.border:active {
      background: transparent;
      color: black;
      text-decoration: underline; }
    .site-btn.border.white-bord {
      color: white;
      border: 1px solid white; }
    .site-btn.border.gray-bord {
      border: 1px solid #777777; }
    .site-btn.border.blue-bord {
      border: 1px solid #005069;
      color: #005069; }
    .site-btn.border.green-bord {
      border: 1px solid #1fde79;
      color: #1fde79; }
  .site-btn:hover, .site-btn:active {
    background: #1fde79;
    color: white; }
  .site-btn.black-txt {
    color: black; }
  .site-btn.black {
    background: black;
    color: white; }
  .site-btn.light-gray {
    background: #e0e0e0; }

/* SITE BTN END */
/* QUANTITY CONT */
.quantity-cont {
  display: inline-block;
  border: 1px solid #ededed; }
  .quantity-cont .quantity-btn, .quantity-cont input {
    height: 38px;
    text-align: center;
    float: left; }
  .quantity-cont .quantity-btn {
    width: 38px;
    font: 600 15px 'Proxima'; }
    .quantity-cont .quantity-btn.down {
      border-right: 1px solid #ededed; }
    .quantity-cont .quantity-btn.up {
      border-left: 1px solid #ededed; }
  .quantity-cont input {
    border: none;
    width: 50px; }

/* QUANTITY CONT END */
/* BREAD CRUMBS */
.bread-crumbs {
  padding-left: 15px;
  margin-bottom: 30px; }
  .bread-crumbs .separator {
    font-size: 10px;
    margin: 0 3px 0 5px; }
  .bread-crumbs li, .bread-crumbs a {
    display: inline-block;
    font-size: 13px;
    color: #777777;
    margin-right: 2px; }
  .bread-crumbs .main-bread-link {
    width: 14px;
    height: 14px; }

.return-link {
  display: none; }

/* BREAD CRUMBS END */
/* date time */
.date-time {
  margin-bottom: 20px; }

/* date time END  */
.upper {
  text-transform: uppercase; }

.under {
  text-decoration: underline; }

/* NOTICE */
.notice {
  font-size: 15px;
  color: gray; }
  .notice.italic {
    font-style: italic; }
  .notice.blue {
    color: #005069; }

/* NOTICE END */
.without-dotted li {
  list-style: none; }

/* BRANDS LIST */
/* BRANDS LIST END */
.brands-items-cont {
  margin-bottom: 50px; }
  .brands-items-cont .brand-item {
    height: 135px;
    line-height: 135px;
    padding: 0 15px;
    position: relative;
    text-align: center; }
    .brands-items-cont .brand-item img {
      vertical-align: middle;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      margin-bottom: 0; }

/* PAGINATION */
.pagination-block {
  clear: both;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .pagination-block li {
    display: inline-block;
    margin-right: 0;
    margin-left: -.36em;
    padding: 0 11px;
    position: relative;
    z-index: 2;
    background: transparent; }
    .pagination-block li.first a, .pagination-block li.last a {
      width: auto;
      color: #777777;
      font: 600 15px 'calibri'; }
      .pagination-block li.first a:hover, .pagination-block li.last a:hover {
        color: #777777; }
    .pagination-block li:hover a {
      color: #19b261; }
  .pagination-block a, .pagination-block span {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    display: inherit;
    width: 40px;
    height: 40px;
    color: black;
    font-size: 20px;
    line-height: 40px; }
  .pagination-block .active a {
    background: #19b261;
    color: white;
    font-weight: bold; }
    .pagination-block .active a:hover {
      color: white; }
  .pagination-block .first a,
  .pagination-block .last a {
    text-decoration: none; }
  .pagination-block .first.disabled,
  .pagination-block .last.disabled {
    display: none; }
  .pagination-block .pagination-mob-block {
    display: none; }

/* PAGINATION END */
/* LANG LIST */
.lang-list {
  float: right; }
  .lang-list li {
    width: 46px;
    line-height: 46px;
    height: 46px;
    text-align: center;
    float: left;
    padding: 0 8px; }
    .lang-list li a, .lang-list li span {
      font-weight: 600;
      color: white; }
    .lang-list li.act {
      outline: 1px solid #1fde79; }
      .lang-list li.act a, .lang-list li.act span {
        color: #1fde79; }

/* LANG LIST END */
.right-sidebar {
  margin-bottom: 40px; }

/* HORIZONTAL MENU */
.horizontal-menu {
  position: relative;
  z-index: 2; }
  .horizontal-menu li a {
    font-weight: 600;
    font-size: 13px; }
    .horizontal-menu li a:hover {
      text-decoration: underline; }
  .horizontal-menu > ul {
    float: left; }
  .horizontal-menu > li {
    float: left;
    position: relative;
    padding: 0 17px; }
    .horizontal-menu > li a {
      color: white;
      text-transform: uppercase; }
      .horizontal-menu > li a:hover, .horizontal-menu > li a:active {
        color: white; }
    .horizontal-menu > li:first-of-type {
      padding-left: 0; }
      .horizontal-menu > li:first-of-type li {
        padding-left: 0; }

/* HORIZONTAL MENU END*/
/* DECORATION ITEM (BEFORE /AFTER ) */
.decoration-item {
  position: relative; }
  .decoration-item:before {
    content: '';
    width: 29px;
    height: 30px;
    position: absolute; }

/* DECORATION ITEM */
/* ORANGE INDICATION ITEM */
.orange-indication-item.act {
  position: relative; }
  .orange-indication-item.act:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    top: -8px;
    right: -9px;
    background: #fec630; }

/* ORANGE INDICATION ITEM END */
/* HEADER */
.header-wrapper {
  padding-top: 80px;
  background: url("../images/header_bg_img.jpg") no-repeat center;
  background-size: cover;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .header-wrapper.main-header-wrapper {
    margin-bottom: 0;
    min-height: 580px;
    padding-top: 40px;
    background: url("../images/header_bg_main_page.jpg") no-repeat center;
    background-size: cover; }
    .header-wrapper.main-header-wrapper .header-right-container {
      width: 100%;
      padding-top: 0; }
      .header-wrapper.main-header-wrapper .header-right-container .header-curt-login-cont {
        margin-bottom: 138px; }
    .header-wrapper.main-header-wrapper .logo-main {
      clear: both;
      max-width: 240px;
      display: block;
      text-align: center;
      margin: 0 auto 138px; }
  .header-wrapper.page-404 {
    background: none; }
  .header-wrapper.inner-header-wrapper {
    padding-top: 38px;
    margin-bottom: 10px; }
    .header-wrapper.inner-header-wrapper.main-page {
      margin-bottom: 0; }
    .header-wrapper.inner-header-wrapper .logo {
      margin-bottom: 38px; }
    .header-wrapper.inner-header-wrapper .horizontal-menu > li {
      padding: 0 9px; }
    .header-wrapper.inner-header-wrapper .header-right-container .header-curt-login-cont .header-item {
      margin-right: 32px; }
    .header-wrapper.inner-header-wrapper .lang-list li.act {
      outline: none; }
  .header-wrapper .logo {
    float: left;
    margin-bottom: 75px; }
  .header-wrapper .horizontal-menu.second-menu {
    float: left; }
  .header-wrapper .header-right-container {
    float: right;
    width: 84%;
    padding-top: 48px; }
    .header-wrapper .header-right-container .header-nav {
      float: left; }
    .header-wrapper .header-right-container .compare:before {
      background: url("../images/icon_compare.png") no-repeat center; }
    .header-wrapper .header-right-container .compare:after {
      top: -6px; }
    .header-wrapper .header-right-container .header-curt-login-cont {
      float: right; }
      .header-wrapper .header-right-container .header-curt-login-cont .header-item {
        margin-right: 42px;
        padding-left: 30px;
        float: left;
        color: white;
        font-size: 12px; }
        .header-wrapper .header-right-container .header-curt-login-cont .header-item.lang-list {
          margin: -13px 0 0 0; }
        .header-wrapper .header-right-container .header-curt-login-cont .header-item:before {
          left: -5px;
          top: -10px; }
        .header-wrapper .header-right-container .header-curt-login-cont .header-item.login-register-cont:before {
          background: url("../images/icon_authorise.png") no-repeat center; }
        .header-wrapper .header-right-container .header-curt-login-cont .header-item.curt-cont:before {
          background: url("../images/icon_curt.png") no-repeat center; }
    .header-wrapper .header-right-container .header-curt-cont,
    .header-wrapper .header-right-container .login-register-cont {
      float: left; }
    .header-wrapper .header-right-container .lang-list {
      float: right; }
  .header-wrapper.inner-header {
    padding-top: 0; }
    .header-wrapper.inner-header .schedule-soc-header {
      display: block; }
    .header-wrapper.inner-header a {
      color: #343635; }
  .header-wrapper .header-right-container .header-curt-login-register-cont {
    margin-bottom: 55px;
    float: left;
    margin-left: 65px; }
    .header-wrapper .header-right-container .header-curt-login-register-cont .curt-cont {
      float: left;
      padding-left: 40px;
      margin-right: 50px;
      position: relative; }
    .header-wrapper .header-right-container .header-curt-login-register-cont .login-register-cont {
      float: right; }
      .header-wrapper .header-right-container .header-curt-login-register-cont .login-register-cont .login-btn {
        padding-left: 25px;
        position: relative; }
        .header-wrapper .header-right-container .header-curt-login-register-cont .login-register-cont .login-btn:after {
          content: '';
          position: absolute;
          width: 2px;
          height: 13px;
          top: 2px;
          right: 10px;
          background: green; }
  .header-wrapper .black-bg {
    padding: 6px;
    background: #343635; }
    .header-wrapper .black-bg .horizontal-menu {
      width: 100%;
      display: table;
      table-layout: fixed;
      height: 50px;
      float: none; }
      .header-wrapper .black-bg .horizontal-menu ul {
        background: #343635; }
      .header-wrapper .black-bg .horizontal-menu .sublist {
        opacity: 0;
        display: block;
        visibility: hidden;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        position: absolute;
        top: 50px; }
        .header-wrapper .black-bg .horizontal-menu .sublist li {
          display: block;
          padding-right: 0; }
          .header-wrapper .black-bg .horizontal-menu .sublist li:last-of-type {
            margin-bottom: 0; }
          .header-wrapper .black-bg .horizontal-menu .sublist li:hover > ul {
            visibility: visible;
            opacity: 1; }
      .header-wrapper .black-bg .horizontal-menu > li:after,
      .header-wrapper .black-bg .horizontal-menu .search-btn:after {
        content: '';
        width: 1px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 9px;
        background: rgba(255, 255, 255, 0.3); }
      .header-wrapper .black-bg .horizontal-menu > li.search-btn:after,
      .header-wrapper .black-bg .horizontal-menu .search-btn.search-btn:after {
        right: -15px;
        left: auto;
        top: -4px; }
      .header-wrapper .black-bg .horizontal-menu > li {
        width: 25%; }
        .header-wrapper .black-bg .horizontal-menu > li.services .sublist li a {
          line-height: 40px; }
      .header-wrapper .black-bg .horizontal-menu li {
        padding-left: 22px;
        display: table-cell;
        float: none;
        vertical-align: middle;
        position: relative; }
        .header-wrapper .black-bg .horizontal-menu li:before {
          content: "";
          top: 9px;
          left: auto;
          right: 14px;
          display: block; }
        .header-wrapper .black-bg .horizontal-menu li.catalog-list:before {
          background: url(../images/horizontal_bg_icon.png) center no-repeat; }
        .header-wrapper .black-bg .horizontal-menu li.brands:before {
          background: url(../images/icon_brands.png) center no-repeat; }
        .header-wrapper .black-bg .horizontal-menu li.services:before {
          background: url(../images/icon_services.png) center no-repeat; }
        .header-wrapper .black-bg .horizontal-menu li.search:before {
          opacity: 0; }
        .header-wrapper .black-bg .horizontal-menu li .sublist {
          transition: 0.5s;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          width: 100%;
          padding-bottom: 15px;
          left: 0; }
          .header-wrapper .black-bg .horizontal-menu li .sublist li {
            display: block;
            margin-bottom: 0; }
            .header-wrapper .black-bg .horizontal-menu li .sublist li:before {
              display: none; }
  @media (min-width: 768px) {
    .header-wrapper {
      /* BRANDS LIST */
      /* BRANDS LIST END */ }
      .header-wrapper .black-bg .horizontal-menu > li {
        width: 25%; }
        .header-wrapper .black-bg .horizontal-menu > li:hover .sublist {
          display: block;
          opacity: 1; }
          .header-wrapper .black-bg .horizontal-menu > li:hover .sublist li {
            height: 40px; }
            .header-wrapper .black-bg .horizontal-menu > li:hover .sublist li:hover {
              background: url(../images/site_btn_decoration_icon.png) no-repeat 98% center #1fde79; }
            .header-wrapper .black-bg .horizontal-menu > li:hover .sublist li a {
              width: 100%;
              position: relative;
              padding-right: 33px; }
              .header-wrapper .black-bg .horizontal-menu > li:hover .sublist li a .catalog-links-cont {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(0, -50%);
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%); }
        .header-wrapper .black-bg .horizontal-menu > li ul {
          visibility: hidden;
          opacity: 0;
          top: 0;
          left: 293px;
          width: 100%;
          position: absolute; }
        .header-wrapper .black-bg .horizontal-menu > li li a {
          height: 100%;
          display: block; }
      .header-wrapper .black-bg .horizontal-menu li:hover > .sublist {
        opacity: 1;
        visibility: visible; }
      .header-wrapper .brands-list-indicator-mob-cont {
        display: none; } }
  .header-wrapper .search-form {
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .header-wrapper .search-form ::-webkit-input-placeholder {
      color: white; }
    .header-wrapper .search-form ::-moz-placeholder {
      color: white; }
    .header-wrapper .search-form :-moz-placeholder {
      color: white; }
    .header-wrapper .search-form :-ms-input-placeholder {
      color: white; }
    .header-wrapper .search-form input {
      background: transparent;
      color: white;
      font-size: 13px;
      border: none;
      width: 220px;
      -webkit-appearance: none;
      font-weight: 600;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      text-transform: uppercase; }
    .header-wrapper .search-form .search-btn {
      height: 25px;
      width: 25px;
      position: absolute;
      position: absolute;
      left: 98%;
      top: 50%;
      transform: translate(-98%, -50%);
      -webkit-transform: translate(-98%, -50%);
      -moz-transform: translate(-98%, -50%);
      -ms-transform: translate(-98%, -50%);
      left: 95%;
      background: url(../images/icon_search.png) top center no-repeat; }
  .header-wrapper .header-search-cont {
    display: none;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    margin-bottom: 30px;
    position: relative; }
    .header-wrapper .header-search-cont.act {
      opacity: 1;
      display: block; }
    .header-wrapper .header-search-cont input {
      width: 100%;
      padding-left: 10px;
      height: 45px;
      background: transparent;
      border: 1px solid #9f9fa0; }

/* HEADER END */
/* SOC LIST */
.soc-list {
  text-align: center; }
  .soc-list li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block; }
    .soc-list li a i {
      position: absolute;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .soc-list img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .soc-list i {
    font-size: 18px; }

/* */
.soc-list {
  float: left;
  margin: 0 -6px; }
  .soc-list li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    border: none;
    margin: 0 6px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    text-align: center;
    background: transparent;
    position: relative; }
    .soc-list li .fa {
      color: black; }
    .soc-list li:hover {
      background: transparent; }
      .soc-list li:hover .fa {
        color: #1fde79; }
    .soc-list li:last-of-type {
      margin-right: 0; }

/* SOC LIST END  */
/* FOOTER */
.footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #343635;
  height: 450px;
  padding-top: 38px;
  color: white;
  border-top: 1px solid #1fde79; }
  .footer-wrapper .footer-list-container {
    padding-bottom: 50px; }
    .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(2):before, .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(2):after, .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(4):before, .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(4):after {
      content: '';
      top: -38px;
      width: 1px;
      height: 395px;
      position: absolute;
      background: rgba(255, 255, 255, 0.2); }
    .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(2):before, .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(4):before {
      left: -23px; }
    .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(2):after, .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(4):after {
      right: 16px; }
    .footer-wrapper .footer-list-container .footer-list-container-item:nth-of-type(4):after {
      display: none; }
    .footer-wrapper .footer-list-container .footer-list-subtitle,
    .footer-wrapper .footer-list-container .footer-list-subtitle-second {
      color: #1fde79;
      font-weight: 700;
      text-transform: uppercase; }
    .footer-wrapper .footer-list-container .footer-list-subtitle-second {
      margin-bottom: 4px; }
    .footer-wrapper .footer-list-container .footer-list-info {
      font-size: 14px;
      margin-bottom: 7px; }
      .footer-wrapper .footer-list-container .footer-list-info p {
        margin-bottom: 3px; }
    .footer-wrapper .footer-list-container .footer-list-container-item a {
      color: white;
      font: 600 14px 'Open Sans'; }
  .footer-wrapper .footer-bottom-bg {
    background: #ededed;
    height: 62px;
    line-height: 62px; }
  .footer-wrapper .logo img {
    width: 50px; }
  .footer-wrapper .rights,
  .footer-wrapper .soc-list {
    display: inline-block; }
  .footer-wrapper .soc-list {
    padding-top: 18px; }
  .footer-wrapper .rights {
    line-height: 62px;
    color: black; }
    .footer-wrapper .rights a {
      text-decoration: underline;
      color: black; }

/* FOOTER END */
/* PRODUCTS LIST */
.show-param-list {
  display: none; }

.product-items-cont {
  clear: both;
  margin-bottom: 60px; }
  .product-items-cont.white {
    background: white; }
  .product-items-cont .products-item {
    height: 470px;
    text-align: center;
    margin-bottom: 15px; }
    .product-items-cont .products-item .products-item-inner {
      background: white;
      position: relative; }
    .product-items-cont .products-item .products-img-cont,
    .product-items-cont .products-item .item-title,
    .product-items-cont .products-item .item-description,
    .product-items-cont .products-item .item-price {
      position: relative;
      margin-bottom: 10px;
      display: block;
      overflow: hidden; }
    .product-items-cont .products-item .item-title,
    .product-items-cont .products-item .item-description,
    .product-items-cont .products-item .item-price {
      padding: 0 15px; }
    .product-items-cont .products-item .products-img-cont {
      height: 250px;
      text-align: center; }
      .product-items-cont .products-item .products-img-cont img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        vertical-align: middle;
        max-width: 88%; }
    .product-items-cont .products-item .delete-item {
      position: absolute;
      top: 4px;
      left: 6px; }
    .product-items-cont .products-item .item-title {
      text-transform: uppercase;
      height: 36px;
      color: black;
      text-align: center;
      font: 700 15px 'Proxima'; }
    .product-items-cont .products-item .item-description {
      color: #777777;
      height: 65px; }
    .product-items-cont .products-item .item-price {
      height: 26px;
      color: black; }
    .product-items-cont .products-item .site-btn {
      margin-bottom: 10px; }
      .product-items-cont .products-item .site-btn .decoration-item {
        margin-left: 32px; }
        .product-items-cont .products-item .site-btn .decoration-item:before {
          background: url(../images/site_btn_decoration_icon.png) no-repeat center;
          top: -7px;
          left: -38px; }
      .product-items-cont .products-item .site-btn.full {
        float: left;
        margin-left: 12px;
        max-width: 200px; }
      .product-items-cont .products-item .site-btn.compare {
        margin-right: 12px; }
        .product-items-cont .products-item .site-btn.compare.active {
          background: url(../images/icon_cpmpare_white.png) #1fde79 no-repeat center; }
  .product-items-cont.out-of-stock .site-btn {
    background: gray; }

/* PRODUCTS LIST END  */
/* POPUPS */
.modal-open .modal {
  overflow: visible; }

.modal {
  overflow: visible;
  height: auto;
  margin: 82px auto; }
  .modal .modal-body-inner {
    background: white; }
  .modal .modal-body {
    /* WARNING */ }
    .modal .modal-body.curt .modal-body-inner {
      height: 100%; }
  .modal .modal-body-inner {
    overflow: auto; }
  .modal .subtitle {
    color: black;
    margin-bottom: 16px; }
  .modal input {
    height: 38px; }
  .modal .close {
    position: absolute;
    z-index: 9;
    top: -16px;
    font-size: 20px;
    right: 5px;
    color: white;
    opacity: 0.8; }
  .modal .popup-notice-black {
    text-transform: uppercase;
    color: black;
    font-size: 15px; }

/* BG CONT */
.bg-cont {
  padding: 55px 0 0 0; }
  .bg-cont.middle-padd {
    padding: 35px; }

/* BG CONT END */
/* GRAY BG BLOCK */
.gray-bg-cont {
  background: #ededed; }
  .gray-bg-cont .main-page-bg-cont {
    padding-bottom: 0; }
  .gray-bg-cont.card-item {
    padding-bottom: 45px;
    margin-bottom: 110px; }
  .gray-bg-cont input, .gray-bg-cont textarea, .gray-bg-cont select {
    background: transparent; }

/* GRAY BG BLOCK  END */
.black-bg-cont {
  background: #343635;
  color: white; }

/* */
.white-bg-cont {
  background: white; }
  .white-bg-cont.brands {
    padding-bottom: 100px; }
    .white-bg-cont.brands .without-bottom-btn {
      padding-bottom: 35px; }

/* DYNAMIC PAGES */
.dynamic-pages img {
  float: left;
  margin-right: 15px; }
.dynamic-pages .important-notice {
  position: relative;
  text-transform: uppercase;
  padding: 10px 0 0 67px;
  margin: 47px 0;
  font-size: 19px; }
  .dynamic-pages .important-notice:before {
    content: '!';
    position: absolute;
    text-align: center;
    left: 0;
    top: -2px;
    color: white;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #343635; }

/* DYNAMIC PAGES END */
/* NEWS LIST */
.news-cont {
  margin-bottom: 60px; }
  .news-cont .news-item {
    margin-bottom: 35px;
    position: relative; }
    .news-cont .news-item .news-item-img-block,
    .news-cont .news-item .news-item-subtitle,
    .news-cont .news-item .news-item-description,
    .news-cont .news-item .date-block {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 10px; }
    .news-cont .news-item .news-item-img-block {
      height: 245px;
      line-height: 245px;
      margin-bottom: 20px;
      text-align: center; }
      .news-cont .news-item .news-item-img-block .news-item-link {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%; }
    .news-cont .news-item .news-item-subtitle {
      height: 46px;
      font: 700 18px 'Arial';
      text-transform: uppercase; }
    .news-cont .news-item .news-item-description {
      height: 85px;
      font: 500 15px/20px 'Arial'; }
    .news-cont .news-item:last-of-type {
      margin-bottom: 25px; }

/* NEWS LIST END */
/* DATE BLOCK */
.date-block {
  font: 500  15px 'Proxima';
  font-style: italic;
  color: #777777; }

/* DATE BLOCK END */
/* ABOUT US BOTTOM BG */
.about-us-bottom-bg-block {
  padding-top: 15px;
  background: url("../images/contacts_bottom_bg.png") no-repeat center;
  min-height: 870px;
  background-size: cover; }

.no_exist_text {
  float: left;
  margin-left: 12px;
  max-width: 200px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font: 600 15px/45px 'Proxima';
  background: #ededed; }

/* ABOUT US BOTTOM BG END  */
/* WARNING BEFORE */
.warning-before {
  padding-left: 68px;
  position: relative; }
  .warning-before:before {
    content: '!';
    width: 40px;
    height: 74px;
    position: absolute;
    text-align: center;
    line-height: 74px;
    font-size: 46px;
    left: 0;
    top: -35px;
    background: #19b261; }

/* WARNING BEFORE END */
/* MAIN PAGE */
.main-slider-decoration-img-wrap {
  height: 400px; }
  .main-slider-decoration-img-wrap .main-decoration-img,
  .main-slider-decoration-img-wrap .main-slider-wrap {
    height: 400px;
    float: left; }
  .main-slider-decoration-img-wrap .main-slider-wrap {
    width: 100%;
    background: #29584f;
    color: white;
    overflow: hidden; }
    .main-slider-decoration-img-wrap .main-slider-wrap .main-slide-content-wrap,
    .main-slider-decoration-img-wrap .main-slider-wrap .main-slide-img-wrap {
      float: left; }
    .main-slider-decoration-img-wrap .main-slider-wrap .main-slide-img-wrap {
      width: 60%;
      overflow: hidden;
      position: relative;
      height: 100%;
      text-align: center; }
      .main-slider-decoration-img-wrap .main-slider-wrap .main-slide-img-wrap img {
        margin-bottom: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
    .main-slider-decoration-img-wrap .main-slider-wrap .main-slide-content-wrap {
      height: 100%;
      width: 40%;
      padding: 20px;
      background: #29584f; }
      .main-slider-decoration-img-wrap .main-slider-wrap .main-slide-content-wrap .main-slide-content-wrap-inner {
        padding: 100px 30px 30px;
        background: #226456;
        height: 100%; }
    .main-slider-decoration-img-wrap .main-slider-wrap .slick-dots-wrap {
      width: 40%;
      float: right;
      position: absolute;
      right: 0; }
    .main-slider-decoration-img-wrap .main-slider-wrap .slick-dots {
      left: 48px;
      top: 67px;
      z-index: 1; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-dots li {
        margin: 0 2px;
        float: left;
        width: 25px;
        height: 16px;
        background: rgba(31, 200, 119, 0.2); }
        .main-slider-decoration-img-wrap .main-slider-wrap .slick-dots li:before {
          display: none; }
        .main-slider-decoration-img-wrap .main-slider-wrap .slick-dots li.slick-active {
          background: #1fde79; }
        .main-slider-decoration-img-wrap .main-slider-wrap .slick-dots li button:before {
          display: none; }
    .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider {
      height: 100%; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slick-arrow {
        display: none !important; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-title,
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-description,
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-pseudo-link {
        overflow: hidden;
        margin-bottom: 20px; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-title {
        text-transform: uppercase;
        font: 700 24px 'Proxima'; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-description,
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-link {
        font-size: 16px;
        line-height: 23px; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-description {
        max-height: 220px;
        margin-bottom: 38px; }
        .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-description * {
          margin-bottom: 0; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-pseudo-link {
        font-style: italic;
        text-decoration: underline; }
      .main-slider-decoration-img-wrap .main-slider-wrap .slick-slider .slide .slider-link {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%; }

/* NEWS MAIN PAGE */
.news-main-page-bg {
  height: 750px;
  background: url("../images/news_main_page.jpg") no-repeat center;
  background-size: cover;
  color: white; }

.news-items-main-page-cont {
  margin-bottom: 70px;
  padding: 0 7px; }
  .news-items-main-page-cont .news-item {
    margin-bottom: 15px;
    height: 445px; }
    .news-items-main-page-cont .news-item:nth-of-type(2) .news-item-inner {
      background: #0cbd69; }
    .news-items-main-page-cont .news-item:nth-of-type(3) .news-item-inner {
      background: #089370; }
    .news-items-main-page-cont .news-item:nth-of-type(4) .news-item-inner {
      background: #036676; }
    .news-items-main-page-cont .news-item .news-item-inner {
      height: 100%;
      background: #005069;
      margin: 0 -2px; }
    .news-items-main-page-cont .news-item .title,
    .news-items-main-page-cont .news-item .img-block,
    .news-items-main-page-cont .news-item .description {
      overflow: hidden;
      position: relative;
      display: block; }
    .news-items-main-page-cont .news-item .title,
    .news-items-main-page-cont .news-item .description {
      padding: 30px 15px 0;
      text-align: center; }
    .news-items-main-page-cont .news-item .title {
      text-transform: uppercase;
      font: 600 15px 'Proxima';
      height: 68px;
      color: white;
      margin-bottom: 25px; }
    .news-items-main-page-cont .news-item .img-block {
      height: 200px;
      text-align: center; }
    .news-items-main-page-cont .news-item .description {
      font-size: 15px;
      height: 122px; }

/* NEWS MAIN PAGE END */
/* MAIN PAGE END  */
/* CONTACTS PAGE */
.contacts-info-form.form-stylesheet.inputs-bottom-bord .form-group {
  height: 44px; }

.contacts-page .bread-crumbs {
  margin-bottom: 15px; }

.contacts-info-inner {
  background: #343635;
  color: white;
  font-weight: 600;
  padding: 25px 25px 12px 25px; }
  .contacts-info-inner .subtitle {
    margin-bottom: 16px; }
  .contacts-info-inner .contacts-inner-containt {
    margin-bottom: 19px; }
  .contacts-info-inner p {
    margin-bottom: 6px;
    font-size: 15px; }
  .contacts-info-inner .contacts-title {
    font: 700 18px 'Proxima';
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 30px; }
    .contacts-info-inner .contacts-title:before {
      left: -8px;
      top: -5px; }
    .contacts-info-inner .contacts-title.location:before {
      background: url("../images/icon_location.png") no-repeat center; }
    .contacts-info-inner .contacts-title.phone:before {
      background: url("../images/icon_phone.png") no-repeat center; }
    .contacts-info-inner .contacts-title.fax:before {
      background: url("../images/icon_fax.png") no-repeat center; }

.contacts-info-form {
  margin-bottom: 50px;
  padding-left: 40px; }
  .contacts-info-form .subtitle {
    margin-bottom: 8px; }
  .contacts-info-form .notice {
    margin-bottom: 15px; }
  .contacts-info-form textarea {
    height: 100px; }
  .contacts-info-form.form-stylesheet .form-group.field-feedback-text {
    height: 126px;
    margin-bottom: 12px; }

.map-container {
  height: 545px; }

/* CONTACTS PAGE END */
/* ARTICLE */
.right-sidebar .news-cont {
  margin-bottom: 25px; }

.article-full {
  margin-bottom: 15px;
  padding-bottom: 50px;
  border-bottom: 1px solid #777777; }

/* ARTICLE END */
/* Dynamic Pages */
.dynamic-pages a {
  text-decoration: underline; }

/* Dynamic Pages END */
/* Courses */
.courses-form {
  padding: 35px 40px; }
  .courses-form .checkbox-wrap.file-checkbox {
    height: 38px;
    border-bottom: 1px solid #777777;
    margin-bottom: 21px;
    position: relative; }
    .courses-form .checkbox-wrap.file-checkbox label {
      padding-right: 36px;
      float: right; }
      .courses-form .checkbox-wrap.file-checkbox label:before {
        background: url("../images/paper_clip_gray.png") no-repeat center;
        left: auto;
        right: 0; }
  .courses-form textarea {
    height: 85px; }
  .courses-form .site-btn.large {
    float: none;
    display: block;
    margin: 0 auto; }
  .courses-form.form-stylesheet.inputs-bottom-bord .field-courses-massage {
    height: auto; }
  .courses-form.form-stylesheet .inputs-wrap {
    margin-bottom: 50px; }

/* Courses END */
/* ABOUT US BLOCK */
/* ABOUT US BLOCK END */
.not-founded-second {
  text-transform: uppercase;
  font: 600 18px 'Proxima'; }

/* ORDER FORMALISATION */
.order-formalisation {
  padding: 20px 25px 0;
  height: 90px;
  line-height: 90px; }
  .order-formalisation.black-bg {
    background: #343635; }
    .order-formalisation.black-bg .order-formalisation-text {
      color: white;
      float: left;
      padding-top: 16px; }
  .order-formalisation .order-formalisation-text {
    text-transform: uppercase;
    font: 600 18px 'Proxima'; }
  .order-formalisation .site-btn {
    float: right; }

.order-formalisation-info {
  background: #ededed;
  margin-bottom: 15px;
  padding: 34px 20px 25px 20px; }
  .order-formalisation-info .text-notice {
    font: 500 18px 'Proxima';
    padding-bottom: 25px;
    border-bottom: 1px solid #777777;
    margin-bottom: 25px; }
  .order-formalisation-info .order-info-text-item {
    margin-bottom: 10px; }
    .order-formalisation-info .order-info-text-item .text-info {
      display: inline-block;
      color: black;
      margin-left: 15px; }

/* ORDER FORMALISATION END  */
/* ORDER FORMALISATION FULL */
.formalisation-checkboxes {
  clear: both;
  margin-bottom: 20px; }
  .formalisation-checkboxes .checkbox-wrap {
    float: left;
    margin-right: 100px; }
    .formalisation-checkboxes .checkbox-wrap.full {
      float: none;
      margin-bottom: 20px;
      padding-left: 33px; }
      .formalisation-checkboxes .checkbox-wrap.full label {
        font: 600 15px 'Proxima';
        text-transform: uppercase;
        width: 340px; }
        .formalisation-checkboxes .checkbox-wrap.full label:before {
          top: -4px; }
      .formalisation-checkboxes .checkbox-wrap.full .notice {
        clear: both; }

.order-formalisation-form-inner {
  padding: 26px 40px 8px;
  margin-bottom: 40px;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .order-formalisation-form-inner ::-webkit-input-placeholder {
    color: #777777; }
  .order-formalisation-form-inner ::-moz-placeholder {
    color: #777777; }
  .order-formalisation-form-inner :-moz-placeholder {
    color: #777777; }
  .order-formalisation-form-inner :-ms-input-placeholder {
    color: #777777; }
  .order-formalisation-form-inner .left,
  .order-formalisation-form-inner .right {
    width: 48%; }
    .order-formalisation-form-inner .left textarea,
    .order-formalisation-form-inner .right textarea {
      height: 70px; }

.formalisation-section {
  margin-bottom: 25px;
  display: none; }
  .formalisation-section.active {
    display: block; }
  .formalisation-section .notice.blue {
    position: relative;
    z-index: 2; }
  .formalisation-section.black-bg-cont .notice,
  .formalisation-section.black-bg-cont .list-info {
    margin-bottom: 25px; }
  .formalisation-section.black-bg-cont .file-checkbox {
    margin-bottom: 56px; }
    .formalisation-section.black-bg-cont .file-checkbox label {
      position: relative;
      width: 30%; }
      .formalisation-section.black-bg-cont .file-checkbox label:after {
        content: '';
        position: absolute;
        left: 25px;
        width: 80%;
        display: block;
        bottom: -5px;
        height: 1px;
        background: #ededed; }

/* ORDER FORMALISATION FULL END */
/* 404 */
.cont-404 {
  padding-top: 90px;
  margin-bottom: 160px; }

.page-404-txt,
.error-text {
  text-transform: uppercase;
  color: white; }

.page-404-txt {
  font: 600 260px/240px 'Proxima'; }

.error-text {
  margin-bottom: 25px;
  font-size: 20px; }

/* 404 END */
/* CARD PRODCT */
.card-product-img,
.card-product-descr {
  height: 425px; }

.card-product-img {
  position: relative;
  border: 1px solid #ededed; }
  .card-product-img .card-product-img-inner {
    overflow: hidden;
    line-height: 425px;
    text-align: center;
    height: 425px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    .card-product-img .card-product-img-inner.hide-img img {
      opacity: 0; }
    .card-product-img .card-product-img-inner img {
      opacity: 1;
      vertical-align: middle;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%; }

.card-product-descr {
  margin-bottom: 100px; }
  .card-product-descr .in-stock {
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
    padding-left: 36px; }
    .card-product-descr .in-stock:before {
      left: 0;
      top: -6px;
      background: url("../images/in_stock.png") no-repeat center; }
  .card-product-descr .card-product-description {
    max-height: 63px;
    margin-bottom: 45px;
    overflow: hidden; }
  .card-product-descr .soc-list-cont {
    width: 49%; }
  .card-product-descr .item-price {
    width: 100%; }
    .card-product-descr .item-price .new-price {
      float: left;
      margin-left: 15px; }
  .card-product-descr .cart-product-buttons-cont {
    float: left;
    width: 51%; }
  .card-product-descr .site-btn {
    float: left; }
    .card-product-descr .site-btn.add-to-curt {
      width: 240px; }
      .card-product-descr .site-btn.add-to-curt.disabled {
        background: #ededed;
        cursor: default;
        color: #005069; }
    .card-product-descr .site-btn.compare {
      margin-left: 10px; }
      .card-product-descr .site-btn.compare.active {
        background: url(../images/icon_cpmpare_white.png) #1fde79 no-repeat center; }
  .card-product-descr .item-price {
    margin-bottom: 45px;
    font-size: 30px; }
  .card-product-descr .soc-list-cont {
    float: right;
    margin-top: -10px;
    margin-bottom: 33px;
    padding-left: 20px; }
    .card-product-descr .soc-list-cont .soc-text {
      display: block;
      margin-bottom: 4px; }
    .card-product-descr .soc-list-cont .soc-list li {
      width: 38px;
      height: 38px; }
  .card-product-descr .waranity,
  .card-product-descr .delivery {
    color: black;
    text-transform: uppercase;
    padding-left: 52px; }
    .card-product-descr .waranity:before,
    .card-product-descr .delivery:before {
      left: 14px;
      top: -6px; }
  .card-product-descr .delivery:before {
    background: url("../images/icon_delivery.png") no-repeat center; }
  .card-product-descr .delivery:after {
    content: '';
    top: -5px;
    right: 10px;
    width: 2px;
    position: absolute;
    height: 31px;
    background: rgba(212, 212, 212, 0.9); }
  .card-product-descr .waranity:before {
    background: url("../images/icon_security.png") no-repeat center; }

/* TABS */
/* KILL BOOTSTRAP TAB STYLES */
.nav-tabs {
  border: none;
  margin-bottom: 30px; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a {
  background: #eaf1f4;
  width: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border: none;
  color: black;
  text-transform: uppercase;
  background: none;
  font: 600 18px 'Proxima'; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: transparent;
  color: #19b261;
  border: none; }

.nav-tabs li {
  border-right: 1px solid #9f9fa0; }
  .nav-tabs li:first-of-type a {
    padding-left: 0; }
  .nav-tabs li:last-of-type {
    border: none; }
  .nav-tabs li a {
    padding: 6px 38px; }

.tab-content {
  padding-bottom: 100px;
  font-size: 16px; }
  .tab-content p {
    font-size: 16px; }

/* KILL BOOTSTRAP TAB STYLES END  */
/* TABS END */
#easy_zoom {
  z-index: 999;
  width: 600px;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  /* вертикальное и горизонтальное выравнивание текста предзагрузки */
  line-height: 400px;
  text-align: center; }

/* CARD PRODCT END */
/* PDODUCTS LIST WITH PARAMS */
.left-list {
  margin-bottom: 20px; }
  .left-list > .params-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .left-list > .params-block > .params-block-inner > .params-title {
      padding-bottom: 9px; }
    .left-list > .params-block.opened {
      padding-bottom: 6px; }
      .left-list > .params-block.opened > .params-block-inner > .params-title {
        padding-bottom: 2px; }

.params-block {
  text-transform: uppercase;
  margin-bottom: 0;
  overflow: hidden;
  background: white; }
  .params-block .params-title {
    margin-bottom: 0;
    padding-right: 20px;
    padding-top: 12px;
    display: block; }
    .params-block .params-title a {
      display: block;
      font: 600 13px 'Proxima'; }
  .params-block li {
    overflow: hidden;
    padding-left: 12px;
    margin-bottom: 0; }
    .params-block li > a {
      font-size: 11px;
      display: block;
      margin-top: 10px; }
    .params-block li.act > .params-title a {
      color: #19b261; }
  .params-block.act {
    height: auto;
    border: 1px solid transparent; }
    .params-block.act > .params-block-inner > .params-list {
      display: block; }
    .params-block.act > .params-block-inner > .params-title a {
      color: #19b261; }
  .params-block.params-block-subcategory {
    margin-bottom: 0; }
    .params-block.params-block-subcategory li {
      padding-left: 15px;
      overflow: hidden;
      margin-bottom: 0; }
      .params-block.params-block-subcategory li:last-of-type {
        margin-bottom: 0; }
        .params-block.params-block-subcategory li:last-of-type a {
          margin-bottom: 0; }
    .params-block.params-block-subcategory .spoiler-param-btn {
      right: 0;
      top: 8px; }
    .params-block.params-block-subcategory .params-block-inner {
      padding: 0 0 0 0;
      display: block; }
      .params-block.params-block-subcategory .params-block-inner a {
        min-height: 20px;
        line-height: 17px;
        display: block; }
  .params-block.single-category .params-title {
    margin-bottom: 0; }
  .params-block .params-block-inner {
    padding: 0 12px 0 12px;
    position: relative; }
  .params-block .params-list {
    display: none; }
    .params-block .params-list .param-item {
      color: black; }
      .params-block .params-list .param-item:hover, .params-block .params-list .param-item:active {
        color: #19b261; }
  .params-block .spoiler-param-btn {
    display: block;
    height: 20px;
    width: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    position: absolute;
    background: url(../images/arrow_top.png) center no-repeat;
    top: 9px;
    right: 11px; }
    .params-block .spoiler-param-btn.act {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg); }

/* PDODUCTS LIST WITH PARAMS END */
/* BRANDS INNER LIST */
.brand-info {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 -15px 25px; }
  .brand-info .brand-img,
  .brand-info .brand-txt {
    display: table-cell;
    vertical-align: middle; }
  .brand-info .brand-img {
    width: 25%;
    text-align: center; }
    .brand-info .brand-img img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%; }
  .brand-info .brand-txt {
    width: 75%;
    text-align: left;
    position: relative;
    padding: 15px;
    border-left: 1px solid #ededed; }

/* BRANDS INNER LIST END */
/* CURT */
.curt-block {
  width: 100%;
  display: table;
  table-layout: fixed; }
  .curt-block .curt-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 16px; }
  .curt-block.header .curt-item.img {
    width: 22%; }
  .curt-block.header .curt-item.name {
    width: 35%; }
  .curt-block.header .curt-item.price, .curt-block.header .curt-item.total {
    width: 19%; }
  .curt-block.header .curt-item.close-curt {
    width: 5%; }
  .curt-block.info {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    padding: 20px 0; }
    .curt-block.info .curt-item.img {
      width: 22%; }
      .curt-block.info .curt-item.img .img-inner {
        width: 180px;
        height: 120px; }
    .curt-block.info .curt-item.img, .curt-block.info .curt-item.name, .curt-block.info .curt-item.price, .curt-block.info .curt-item.total {
      position: relative; }
      .curt-block.info .curt-item.img:before, .curt-block.info .curt-item.name:before, .curt-block.info .curt-item.price:before, .curt-block.info .curt-item.total:before {
        content: "";
        position: absolute;
        right: 0;
        top: 5%;
        width: 1px;
        height: 90%;
        background: #ededed; }
    .curt-block.info .curt-item.name {
      width: 35%; }
      .curt-block.info .curt-item.name .curt-item-name-subtitle {
        font: 600 18px 'Proxima';
        text-transform: uppercase; }
    .curt-block.info .curt-item.price, .curt-block.info .curt-item.total {
      width: 19%; }
    .curt-block.info .curt-item.price .old-price,
    .curt-block.info .curt-item.price .new-price {
      clear: both;
      float: left; }
    .curt-block.info .curt-item.price .old-price {
      margin-bottom: 4px; }
    .curt-block.info .curt-item.close-curt {
      font: 600 18px 'Proxima';
      color: #343635;
      width: 5%; }
  .curt-block .mobile-title {
    display: none; }

.total-curt-block {
  margin-bottom: 15px;
  padding: 30px;
  background: #005069;
  color: white;
  text-transform: uppercase; }
  .total-curt-block .total-cont-sum {
    height: 44px;
    padding-top: 9px;
    display: inline-block;
    line-height: 44px; }
  .total-curt-block .right-total-block {
    float: right; }
    .total-curt-block .right-total-block .site-btn {
      height: 52px;
      line-height: 52px; }
      .total-curt-block .right-total-block .site-btn.green:hover {
        background: #1fde79; }
      .total-curt-block .right-total-block .site-btn.continue-purchase {
        margin-right: 20px; }
  .total-curt-block .total-price {
    margin-left: 138px;
    font: 600 24px 'Calibri'; }

/* CURT END  */
/* POPUPS */
/* FOBOS MODAL BaNNER */
.banner-modal {
  width: 860px; }
  .banner-modal .modal-body-inner {
    height: 465px;
    padding: 12px 25px;
    border: 5px solid #2f584f;
    background: url(../images/olen.jpg) center no-repeat;
    background-size: cover; }
  .banner-modal .site-btn {
    clear: both;
    position: absolute;
    left: 50%;
    margin-left: -170px;
    bottom: 20px; }
  .banner-modal .close {
    width: 50px;
    height: 50px;
    line-height: 58px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    color: black;
    font-size: 54px;
    top: 16px;
    right: 37px; }
    .banner-modal .close:hover {
      color: #1fde79; }

.banner-img,
.banner-text {
  float: left; }

.banner-text {
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  width: 65%;
  margin-left: 5%;
  line-height: 45px;
  overflow: hidden;
  text-align: center; }

/* FOBOS MODAL  BANNER END */
/* Curt */
.modal-curt {
  width: 782px; }

.modal-body {
  padding: 0; }
  .modal-body.curt {
    height: 520px; }
    .modal-body.curt .right-modal-block .item-popup-info-cont {
      margin-bottom: 142px; }
    .modal-body.curt .left-modal-block .left-modal-notice-top {
      margin-bottom: 29px; }
    .modal-body.curt .left-modal-block .left-modal-img-cont {
      margin-bottom: 23px; }
  .modal-body .left-modal-block,
  .modal-body .right-modal-block {
    width: 50%;
    float: left;
    padding: 20px;
    text-transform: none;
    height: 100%; }
  .modal-body .left-modal-block {
    background: white;
    color: black; }
    .modal-body .left-modal-block .left-modal-notice-top {
      font-size: 20px;
      margin-bottom: 50px;
      padding-left: 54px; }
      .modal-body .left-modal-block .left-modal-notice-top:before {
        content: '';
        width: 40px;
        height: 65px;
        position: absolute;
        top: -20px;
        background: url("../images/white_bird.png") #19b261 no-repeat center; }
    .modal-body .left-modal-block .left-modal-img-cont {
      height: 245px;
      line-height: 245px;
      margin-bottom: 40px; }
      .modal-body .left-modal-block .left-modal-img-cont img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
    .modal-body .left-modal-block .left-modal-subtitle {
      font: 700 18px 'Proxima';
      text-transform: uppercase; }
    .modal-body .left-modal-block .item-price {
      font-size: 24px; }
    .modal-body .left-modal-block .quantity-cont {
      margin-bottom: 20px; }
  .modal-body .right-modal-block {
    background: #343635; }
    .modal-body .right-modal-block .right-modal-subtitle,
    .modal-body .right-modal-block .item-popup-info-cont {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .modal-body .right-modal-block .right-modal-subtitle {
      color: white; }
    .modal-body .right-modal-block .item-popup-info-cont {
      padding: 30px 0;
      margin-bottom: 245px; }
    .modal-body .right-modal-block .item-popup-info {
      color: white; }
      .modal-body .right-modal-block .item-popup-info.curt-cont {
        margin-bottom: 25px; }
      .modal-body .right-modal-block .item-popup-info .item-popup-main-info {
        float: right;
        color: #1fde79; }
      .modal-body .right-modal-block .item-popup-info .decoration-item {
        padding-left: 40px;
        font: 500 15px 'Proxima'; }
        .modal-body .right-modal-block .item-popup-info .decoration-item:before {
          top: -8px;
          left: 0; }
        .modal-body .right-modal-block .item-popup-info .decoration-item.curt {
          margin-bottom: 25px; }
          .modal-body .right-modal-block .item-popup-info .decoration-item.curt:before {
            background: url("../images/icon_curt.png") no-repeat center; }
        .modal-body .right-modal-block .item-popup-info .decoration-item.total:before {
          background: url("../images/icon_total.png") no-repeat center; }
    .modal-body .right-modal-block .site-btn {
      margin-bottom: 20px; }
      .modal-body .right-modal-block .site-btn.green:hover {
        background: #1fde79; }

/* Curt END */
/* POPUPS END */
/* COMPARE LIST */
.product-items-cont-outer.white {
  background: white; }

.add-items-block {
  text-decoration: underline;
  padding-right: 46px; }
  .add-items-block:before {
    top: -4px;
    right: 0;
    content: '+';
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    outline: 1px solid gray; }
  .add-items-block:hover {
    color: gray; }

.compare-bottom-panel {
  margin-bottom: 65px; }

.products-compare-add-info-inner {
  text-align: center;
  width: 100%; }

.products-compare-add-info {
  position: relative;
  text-align: center;
  height: 470px; }
  .products-compare-add-info .products-compare-add-info-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .products-compare-add-info .notice-cont {
    margin-bottom: 30px; }
    .products-compare-add-info .notice-cont .notice {
      width: 75%;
      margin: 0 auto 2px; }

/* COMPARE LIST END */
/* COMPARE LIST INNER */
.compare-list-inner-left li {
  text-transform: uppercase; }
.compare-list-inner-left .add-container {
  height: 343px;
  position: relative; }
  .compare-list-inner-left .add-container .add-items-block {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0; }
    .compare-list-inner-left .add-container .add-items-block:before {
      height: 38px;
      width: 38px;
      line-height: 38px;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      top: -45px; }

.item-param {
  height: 45px;
  border-top: 1px solid gray;
  overflow: hidden;
  padding: 13px  9px;
  margin-bottom: 0; }
  .item-param.title {
    font: 600 13px 'Proxima';
    text-align: left; }
    .item-param.title:first-of-type {
      border-top: none; }
  .item-param.param-complectation {
    height: 140px; }
  .item-param.info {
    font: 500 15px 'Proxima';
    padding: 5px 15px 5px;
    text-align: left; }
  .item-param .param-title-mobile {
    display: none; }

.products-item.compare-item {
  text-align: left;
  height: auto; }

/* COMPARE LIST INNER END */
/* BRANDS LIST */
.brands-list {
  margin-bottom: 40px; }

.brands-container {
  min-height: 600px; }

.brands-cont-left-panel {
  background: #ededed;
  width: 1170px;
  left: 0; }
  .brands-cont-left-panel .letter-left-item {
    width: 50px;
    position: relative;
    float: left;
    height: 50px;
    text-transform: uppercase;
    font: 600 19px 'Proxima';
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    margin-bottom: 0;
    color: gray;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s; }
    .brands-cont-left-panel .letter-left-item.act {
      background: #19b261;
      color: white; }
    .brands-cont-left-panel .letter-left-item.all-brands {
      width: 100px;
      font-size: 13px; }
  .brands-cont-left-panel.top-position {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    position: fixed; }
  .brands-cont-left-panel:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white; }

.brands-cont-right-panel {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s; }
  .brands-cont-right-panel.low-z-index {
    z-index: -1;
    position: relative; }

.brands-list-indicator-mob-cont {
  display: none; }

.brands-list-letter-cont {
  display: table;
  width: 100%;
  padding: 25px 0 15px 0;
  table-layout: fixed;
  border-top: 1px solid #ededed;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s; }
  .brands-list-letter-cont.act {
    border-top: 1px solid #19b261; }
  .brands-list-letter-cont .nachaliku-proetov-nuzno-nadavat-po-rukam {
    display: none; }
  .brands-list-letter-cont .brands-list {
    width: 100%;
    display: block;
    padding: 22px 22px 0 22px;
    margin-bottom: 15px;
    border-right: 1px solid #ededed;
    text-align: center; }
    .brands-list-letter-cont .brands-list:last-of-type {
      border: none; }
    .brands-list-letter-cont .brands-list:first-of-type {
      text-align: left; }
    .brands-list-letter-cont .brands-list li {
      float: left;
      width: 25%;
      text-align: center;
      margin-bottom: 22px;
      position: relative; }
      .brands-list-letter-cont .brands-list li .img-cont {
        cursor: pointer;
        display: none;
        opacity: 0;
        border: 1px solid #ededed;
        top: 23px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        z-index: 2;
        position: absolute; }
        .brands-list-letter-cont .brands-list li .img-cont img {
          margin-bottom: 0; }
      .brands-list-letter-cont .brands-list li:hover .img-cont {
        display: inline-block;
        opacity: 1; }
    .brands-list-letter-cont .brands-list a {
      color: black;
      font: 700 18px 'Proxima';
      text-decoration: underline; }
  .brands-list-letter-cont.inactive {
    display: none; }

/* BRANDS LIST END */
/* REGISTER */
.form-stylesheet.authorise, .form-stylesheet.register {
  width: 49%;
  float: left;
  padding: 38px;
  height: 525px; }
  .form-stylesheet.authorise .subtitle, .form-stylesheet.register .subtitle {
    margin-bottom: 10px; }
  .form-stylesheet.authorise .site-btn.green:hover, .form-stylesheet.register .site-btn.green:hover {
    background: #1fde79; }
.form-stylesheet.authorise {
  border: 1px solid #ededed; }
  .form-stylesheet.authorise .notice {
    width: 75%;
    margin-bottom: 35px; }
  .form-stylesheet.authorise .inputs-wrap {
    margin-bottom: 149px; }
  .form-stylesheet.authorise .forgot-pass-link {
    font-size: 18px;
    text-decoration: underline; }
.form-stylesheet.register {
  background: #005069;
  margin: 0 0 60px 2%;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .form-stylesheet.register input {
    background: #005069; }
  .form-stylesheet.register input, .form-stylesheet.register textarea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .form-stylesheet.register ::-webkit-input-placeholder {
    color: white; }
  .form-stylesheet.register ::-moz-placeholder {
    color: white; }
  .form-stylesheet.register :-moz-placeholder {
    color: white; }
  .form-stylesheet.register :-ms-input-placeholder {
    color: white; }
  .form-stylesheet.register .subtitle {
    color: white; }
  .form-stylesheet.register .inputs-wrap {
    margin-bottom: 25px; }
  .form-stylesheet.register .notice {
    color: white;
    margin-bottom: 25px; }

/* REGISTER END  */
/* FORGOT PASS */
.recovery-pass-form .inputs-wrap {
  margin-bottom: 32px; }
  .recovery-pass-form .inputs-wrap .form-group {
    width: 37%; }

.notice.forgot-pass-notice {
  margin-bottom: 60px;
  width: 38%; }
  .notice.forgot-pass-notice a {
    display: block; }

/* FORGOT PASS END */
/* PERSONAL DATA */
.left-buttons-personal-cabinet {
  border: 1px solid #ededed; }
  .left-buttons-personal-cabinet li {
    margin-bottom: 0;
    border-bottom: 1px solid #ededed; }
    .left-buttons-personal-cabinet li a {
      color: black;
      font: 600 15px 'Proxima';
      text-transform: uppercase;
      width: 100%;
      padding: 14px 20px 9px;
      display: inline-block;
      margin-bottom: 0; }
    .left-buttons-personal-cabinet li.act {
      border: none;
      background: #343635; }
      .left-buttons-personal-cabinet li.act a {
        color: #1fde79; }

.personal-data-wrap {
  padding-top: 0;
  margin-bottom: 40px; }
  .personal-data-wrap .personal-data-form {
    padding: 40px 30px; }
    .personal-data-wrap .personal-data-form input {
      background: transparent; }
    .personal-data-wrap .personal-data-form .inputs-wrap {
      margin-bottom: 32px; }

/* ORDER LIST */
/* ORDER LIST END */
.order-list-tbl {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .order-list-tbl.order-head, .order-list-tbl.order-detail {
    padding: 15px 0; }
    .order-list-tbl.order-head .order-num, .order-list-tbl.order-detail .order-num {
      padding-left: 20px; }
  .order-list-tbl.order-detail .order-num {
    width: 50%; }
  .order-list-tbl.order-head {
    background: #ededed;
    cursor: pointer;
    margin-bottom: 20px; }
  .order-list-tbl .order-list-row {
    width: 25%;
    vertical-align: middle;
    display: table-cell; }
  .order-list-tbl .order-title-mobile {
    display: none; }

.order-list-detail {
  overflow: hidden;
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  height: 0;
  margin-bottom: 30px; }
  .order-list-detail .order-list-tbl {
    border-bottom: 1px solid #ededed; }
    .order-list-detail .order-list-tbl:last-of-type {
      border: none; }

/* PERSONAL DATA END */
h1.subtitle {
  margin-bottom: 12px; }

.prod_sku {
  margin-bottom: 12px; }

/*# sourceMappingURL=main.css.map */
