/********** Project vars **********/
/********** RESET **********/
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  background: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  color: #1a1a1a; }

input, select, textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #1a1a1a !important;
  outline: none !important; }

p {
  margin: 0px 0px 1.5em 0px;
  padding: 0px; }

a, a:link, a:visited {
  border-bottom: 1px solid #ff808a;
  color: #e60012;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  outline: none !important; }

a:hover {
  border-color: transparent; }

a:focus, a:active {
  outline: none !important; }

a img, :link img, :visited img {
  border: none; }

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

table td {
  padding: 0px; }

address {
  font-style: normal; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0px 0px 0.75em 0px;
  padding: 0px;
  font-weight: bold;
  line-height: 1.3em;
  color: #1a1a1a; }

h1, .h1 {
  margin-bottom: 0.25em;
  font-size: 48px; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 30px; } }

h2, .h2 {
  margin-bottom: 0.35em;
  font-size: 30px; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  margin-bottom: 0.45em;
  font-size: 24px; }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  margin-bottom: 0.55em;
  font-size: 20px; }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  margin-bottom: 0.65em;
  font-size: 18px; }
  @media (max-width: 768px) {
    h5, .h5 {
      font-size: 18px; } }

h6, .h6 {
  margin-bottom: 0.75em;
  font-size: 16px; }
  @media (max-width: 768px) {
    h6, .h6 {
      font-size: 16px; } }

/* --- fonts base 14px --- */
.ff-georgia {
  font-family: Georgia; }

.fs-12 {
  font-size: 12px;
  line-height: 1.5em; }

.fs-14 {
  font-size: 14px;
  line-height: 1.5em; }

.fs-16 {
  font-size: 16px;
  line-height: 1.5em; }

.fs-18 {
  font-size: 18px;
  line-height: 1.5em; }

.fs-20 {
  font-size: 20px;
  line-height: 1.5em; }

.fs-24 {
  font-size: 24px;
  line-height: 1.5em; }

.fs-30 {
  font-size: 30px;
  line-height: 1.5em; }

.fs-32 {
  font-size: 32px;
  line-height: 1.5em; }

.fs-36 {
  font-size: 36px;
  line-height: 1.5em; }

.fs-42 {
  font-size: 42px;
  line-height: 1.5em; }

.fs-48 {
  font-size: 48px;
  line-height: 1.5em; }

@media (max-width: 767px) {
  .fs-xxs-12 {
    font-size: 12px;
    line-height: 1.5em; } }

.fw-thin {
  font-weight: 200; }

.fw-light {
  font-weight: 300; }

.fw-normal {
  font-weight: 400; }

.fw-medium {
  font-weight: 500; }

.fw-semibold {
  font-weight: 600; }

.fw-bold {
  font-weight: 700; }

.fw-extra {
  font-weight: 800; }

.fw-black {
  font-weight: 900; }

.lh-n {
  line-height: normal; }

.lh-1 {
  line-height: 1em; }

.lh-15 {
  line-height: 1.5em; }

.lh-2 {
  line-height: 2em; }

.ws-nw {
  white-space: nowrap !important; }

.text-underline {
  text-decoration: underline; }

/* --- bg --- */
.bg-white {
  background: #ffffff;
  color: #000000 !important; }

.bg-dark {
  background: #000000;
  color: #ffffff !important; }
  .bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3, .bg-dark h4, .bg-dark .h4, .bg-dark h5, .bg-dark .h5, .bg-dark h6, .bg-dark .h6 {
    color: #ffffff; }

.bg-gray {
  background: #f2f2f2; }

/* --- colors --- */
.color-white {
  color: #ffffff !important; }

.color-black {
  color: #000000 !important; }

.color-red, .red {
  color: #e60012 !important; }

.color-gray, .gray {
  color: #b3b3b3 !important; }

/********** bootstrap **********/
/* --- img --- */
.img-block {
  position: relative;
  display: block; }
  .img-block img {
    display: block;
    width: 100%; }

a.img-block {
  border: none !important; }

/* --- lists --- */
.list-inline {
  margin-right: -5px; }
  .list-inline.list-inline-middle li {
    vertical-align: middle; }
  .list-inline.list-inline-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .list-inline.list-inline-20 li {
      padding-left: 10px;
      padding-right: 10px; }

.list-unstyled.list-unstyled-10 li {
  margin-top: 10px; }
  .list-unstyled.list-unstyled-10 li:first-child {
    margin-top: 0px; }
.list-unstyled.list-unstyled-20 li {
  margin-top: 20px; }
  .list-unstyled.list-unstyled-20 li:first-child {
    margin-top: 0px; }

.list-simple {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .list-simple li {
    position: relative; }
    .list-simple li:first-child {
      margin-top: 0px !important; }
    .list-simple li:before {
      content: '';
      background: #e60012;
      position: absolute;
      top: 9px;
      left: -12px;
      display: block;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .list-simple.list-simple-10 li {
    margin-top: 10px; }

/* --- media --- */
.media {
  margin-top: 20px; }
  .media .media-left {
    padding-right: 20px; }
  .media .media-right {
    padding-left: 20px; }
  .media .media-img {
    padding-top: 4px; }
  @media (max-width: 767px) {
    .media.media-responsive .media-left {
      display: block;
      width: auto;
      margin: 0px;
      padding: 0px 0px 20px 0px; }
    .media.media-responsive .media-right {
      display: block;
      width: auto;
      margin: 0px;
      padding: 20px 0px 0px 0px; }
    .media.media-responsive .media-body {
      display: block;
      width: auto; } }

/* --- forms --- */
textarea.form-control {
  height: auto !important; }

/* --- btns --- */
.btn {
  position: relative;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: normal;
  outline: none !important; }
  .btn input {
    background: none;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    *filter: alpha(opacity=0); }
    .btn input:hover {
      cursor: pointer; }
  .btn.btn-md {
    padding: 10px 15px; }
  .btn.btn-default {
    background: none;
    border-color: #e60012;
    color: #e60012 !important;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e60012;
    -moz-box-shadow: inset 0px 0px 0px 1px #e60012;
    -ms-box-shadow: inset 0px 0px 0px 1px #e60012;
    box-shadow: inset 0px 0px 0px 1px #e60012; }
    .btn.btn-default:hover {
      background: #b3000e;
      border-color: #b3000e;
      color: #ffffff !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
  .btn.btn-danger {
    background: #e60012;
    border-color: #e60012; }
    .btn.btn-danger:hover {
      background: #b3000e;
      border-color: #b3000e; }

/* --- modal --- */
.modal-backdrop {
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s; }
  .modal-backdrop.in {
    opacity: 0.8; }

.modal-open {
  padding-right: 0px !important; }

.modal {
  padding-right: 0px !important; }
  .modal .closer {
    position: absolute;
    top: 10px;
    right: 10px; }
  .modal .modal-dialog {
    position: relative;
    margin: 50px auto; }
    @media (max-width: 767px) {
      .modal .modal-dialog {
        margin: 10px; } }
    .modal .modal-dialog.modal-md {
      width: 500px; }
      @media (max-width: 767px) {
        .modal .modal-dialog.modal-md {
          width: auto; } }
      .modal .modal-dialog.modal-md .modal-body {
        padding: 40px 60px; }
        @media (max-width: 767px) {
          .modal .modal-dialog.modal-md .modal-body {
            padding: 20px; } }

.closer {
  border: none !important;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  width: 16px;
  height: 16px; }
  .closer:before {
    content: '';
    background: gray;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    margin: -1px 0px 0px -50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .closer:after {
    content: '';
    background: gray;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 100%;
    margin: -50% 0px 0px -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .closer:hover:before, .closer:hover:after {
    background: #e60012; }

/* --- label ---*/
.label.label-danger {
  background: #e60012; }
.label.label-danger-2 {
  background: #ff808a;
  display: inline-block;
  font-weight: normal;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg); }

/* --- panel --- */
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .panel.panel-cart {
    border: 1px solid #cccccc;
    padding: 0px; }
    .panel.panel-cart .panel-body {
      padding: 15px 20px; }
      .panel.panel-cart .panel-body .panel-cart__item {
        position: relative; }
        .panel.panel-cart .panel-body .panel-cart__item dl {
          margin: 0px;
          padding: 0px; }
          .panel.panel-cart .panel-body .panel-cart__item dl dt {
            margin: 0px;
            padding: 0px;
            font-size: 16px; }
          .panel.panel-cart .panel-body .panel-cart__item dl dd {
            margin: 5px 0px 0px 0px;
            padding: 0px; }
        .panel.panel-cart .panel-body .panel-cart__item .cost {
          margin-top: 5px;
          font-size: 16px;
          font-weight: bold;
          text-align: right; }
    .panel.panel-cart .panel-footer {
      background: none;
      border-top: 1px solid #cccccc;
      padding: 15px 0px 20px;
      margin: 0px 20px; }
      .panel.panel-cart .panel-footer .list-inline {
        text-align: right; }
        .panel.panel-cart .panel-footer .list-inline li {
          margin: 5px 0px;
          vertical-align: middle;
          line-height: 16px;
          text-align: left; }

/* --- table --- */
.table.table-striped th {
  border: none;
  font-weight: normal;
  color: gray; }
  .table.table-striped th:last-child {
  /*text-align: right;*/ }
.table.table-striped td {
  border: none; }
  .table.table-striped td:last-child {
  text-align: right; }

/* --- grid --- */
.row-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.row-0 > .col-xs-1, .row-0 > .col-sm-1, .row-0 > .col-md-1, .row-0 > .col-lg-1, .row-0 > .col-xs-2, .row-0 > .col-sm-2, .row-0 > .col-md-2, .row-0 > .col-lg-2, .row-0 > .col-xs-3, .row-0 > .col-sm-3, .row-0 > .col-md-3, .row-0 > .col-lg-3, .row-0 > .col-xs-4, .row-0 > .col-sm-4, .row-0 > .col-md-4, .row-0 > .col-lg-4, .row-0 > .col-xs-5, .row-0 > .col-sm-5, .row-0 > .col-md-5, .row-0 > .col-lg-5, .row-0 > .col-xs-6, .row-0 > .col-sm-6, .row-0 > .col-md-6, .row-0 > .col-lg-6, .row-0 > .col-xs-7, .row-0 > .col-sm-7, .row-0 > .col-md-7, .row-0 > .col-lg-7, .row-0 > .col-xs-8, .row-0 > .col-sm-8, .row-0 > .col-md-8, .row-0 > .col-lg-8, .row-0 > .col-xs-9, .row-0 > .col-sm-9, .row-0 > .col-md-9, .row-0 > .col-lg-9, .row-0 > .col-xs-10, .row-0 > .col-sm-10, .row-0 > .col-md-10, .row-0 > .col-lg-10, .row-0 > .col-xs-11, .row-0 > .col-sm-11, .row-0 > .col-md-11, .row-0 > .col-lg-11, .row-0 > .col-xs-12, .row-0 > .col-sm-12, .row-0 > .col-md-12, .row-0 > .col-lg-12 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.row-10 {
  margin-left: -5px !important;
  margin-right: -5px !important; }

.row-10 > .col-xs-1, .row-10 > .col-sm-1, .row-10 > .col-md-1, .row-10 > .col-lg-1, .row-10 > .col-xs-2, .row-10 > .col-sm-2, .row-10 > .col-md-2, .row-10 > .col-lg-2, .row-10 > .col-xs-3, .row-10 > .col-sm-3, .row-10 > .col-md-3, .row-10 > .col-lg-3, .row-10 > .col-xs-4, .row-10 > .col-sm-4, .row-10 > .col-md-4, .row-10 > .col-lg-4, .row-10 > .col-xs-5, .row-10 > .col-sm-5, .row-10 > .col-md-5, .row-10 > .col-lg-5, .row-10 > .col-xs-6, .row-10 > .col-sm-6, .row-10 > .col-md-6, .row-10 > .col-lg-6, .row-10 > .col-xs-7, .row-10 > .col-sm-7, .row-10 > .col-md-7, .row-10 > .col-lg-7, .row-10 > .col-xs-8, .row-10 > .col-sm-8, .row-10 > .col-md-8, .row-10 > .col-lg-8, .row-10 > .col-xs-9, .row-10 > .col-sm-9, .row-10 > .col-md-9, .row-10 > .col-lg-9, .row-10 > .col-xs-10, .row-10 > .col-sm-10, .row-10 > .col-md-10, .row-10 > .col-lg-10, .row-10 > .col-xs-11, .row-10 > .col-sm-11, .row-10 > .col-md-11, .row-10 > .col-lg-11, .row-10 > .col-xs-12, .row-10 > .col-sm-12, .row-10 > .col-md-12, .row-10 > .col-lg-12 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.row-20 {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.row-20 > .col-xs-1, .row-20 > .col-sm-1, .row-20 > .col-md-1, .row-20 > .col-lg-1, .row-20 > .col-xs-2, .row-20 > .col-sm-2, .row-20 > .col-md-2, .row-20 > .col-lg-2, .row-20 > .col-xs-3, .row-20 > .col-sm-3, .row-20 > .col-md-3, .row-20 > .col-lg-3, .row-20 > .col-xs-4, .row-20 > .col-sm-4, .row-20 > .col-md-4, .row-20 > .col-lg-4, .row-20 > .col-xs-5, .row-20 > .col-sm-5, .row-20 > .col-md-5, .row-20 > .col-lg-5, .row-20 > .col-xs-6, .row-20 > .col-sm-6, .row-20 > .col-md-6, .row-20 > .col-lg-6, .row-20 > .col-xs-7, .row-20 > .col-sm-7, .row-20 > .col-md-7, .row-20 > .col-lg-7, .row-20 > .col-xs-8, .row-20 > .col-sm-8, .row-20 > .col-md-8, .row-20 > .col-lg-8, .row-20 > .col-xs-9, .row-20 > .col-sm-9, .row-20 > .col-md-9, .row-20 > .col-lg-9, .row-20 > .col-xs-10, .row-20 > .col-sm-10, .row-20 > .col-md-10, .row-20 > .col-lg-10, .row-20 > .col-xs-11, .row-20 > .col-sm-11, .row-20 > .col-md-11, .row-20 > .col-lg-11, .row-20 > .col-xs-12, .row-20 > .col-sm-12, .row-20 > .col-md-12, .row-20 > .col-lg-12 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.row-50 {
  margin-left: -25px !important;
  margin-right: -25px !important; }

.row-50 > .col-xs-1, .row-50 > .col-sm-1, .row-50 > .col-md-1, .row-50 > .col-lg-1, .row-50 > .col-xs-2, .row-50 > .col-sm-2, .row-50 > .col-md-2, .row-50 > .col-lg-2, .row-50 > .col-xs-3, .row-50 > .col-sm-3, .row-50 > .col-md-3, .row-50 > .col-lg-3, .row-50 > .col-xs-4, .row-50 > .col-sm-4, .row-50 > .col-md-4, .row-50 > .col-lg-4, .row-50 > .col-xs-5, .row-50 > .col-sm-5, .row-50 > .col-md-5, .row-50 > .col-lg-5, .row-50 > .col-xs-6, .row-50 > .col-sm-6, .row-50 > .col-md-6, .row-50 > .col-lg-6, .row-50 > .col-xs-7, .row-50 > .col-sm-7, .row-50 > .col-md-7, .row-50 > .col-lg-7, .row-50 > .col-xs-8, .row-50 > .col-sm-8, .row-50 > .col-md-8, .row-50 > .col-lg-8, .row-50 > .col-xs-9, .row-50 > .col-sm-9, .row-50 > .col-md-9, .row-50 > .col-lg-9, .row-50 > .col-xs-10, .row-50 > .col-sm-10, .row-50 > .col-md-10, .row-50 > .col-lg-10, .row-50 > .col-xs-11, .row-50 > .col-sm-11, .row-50 > .col-md-11, .row-50 > .col-lg-11, .row-50 > .col-xs-12, .row-50 > .col-sm-12, .row-50 > .col-md-12, .row-50 > .col-lg-12 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.row-100 {
  margin-left: -50px !important;
  margin-right: -50px !important; }

.row-100 > .col-xs-1, .row-100 > .col-sm-1, .row-100 > .col-md-1, .row-100 > .col-lg-1, .row-100 > .col-xs-2, .row-100 > .col-sm-2, .row-100 > .col-md-2, .row-100 > .col-lg-2, .row-100 > .col-xs-3, .row-100 > .col-sm-3, .row-100 > .col-md-3, .row-100 > .col-lg-3, .row-100 > .col-xs-4, .row-100 > .col-sm-4, .row-100 > .col-md-4, .row-100 > .col-lg-4, .row-100 > .col-xs-5, .row-100 > .col-sm-5, .row-100 > .col-md-5, .row-100 > .col-lg-5, .row-100 > .col-xs-6, .row-100 > .col-sm-6, .row-100 > .col-md-6, .row-100 > .col-lg-6, .row-100 > .col-xs-7, .row-100 > .col-sm-7, .row-100 > .col-md-7, .row-100 > .col-lg-7, .row-100 > .col-xs-8, .row-100 > .col-sm-8, .row-100 > .col-md-8, .row-100 > .col-lg-8, .row-100 > .col-xs-9, .row-100 > .col-sm-9, .row-100 > .col-md-9, .row-100 > .col-lg-9, .row-100 > .col-xs-10, .row-100 > .col-sm-10, .row-100 > .col-md-10, .row-100 > .col-lg-10, .row-100 > .col-xs-11, .row-100 > .col-sm-11, .row-100 > .col-md-11, .row-100 > .col-lg-11, .row-100 > .col-xs-12, .row-100 > .col-sm-12, .row-100 > .col-md-12, .row-100 > .col-lg-12 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

/* --- media addition --- */
@media (min-width: 450px) {
  .visible-xxs {
    display: none; } }

@media (max-width: 450px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
    margin: 0px !important; } }
@media (max-width: 767px) {
  .pull-xs-right {
    float: right; }

  .text-xs-right {
    text-align: right; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-right {
    float: right; }

  .text-sm-right {
    text-align: right; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-right {
    float: right; }

  .text-md-right {
    text-align: right; } }
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-right {
    float: right; }

  .text-lg-right {
    text-align: right; } }
/********** project **********/
/* --- helpers --- */
.block {
  display: block !important; }

.ofl {
  overflow: hidden;
  position: relative;
  *zoom: 1; }

.hr {
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
  display: block;
  height: 1px; }

/* --- padding --- */
.p-0 {
  padding: 0px !important; }

.p-10 {
  padding: 10px; }

.p-50-0 {
  padding: 50px 0px; }

/* --- margin --- */
.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-05 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.m-0 {
  margin: 0px !important; }

.negative-content-xs {
  position: relative; }
  @media (max-width: 767px) {
    .negative-content-xs {
      margin: 0px -15px; } }

/* --- links --- */
.type-link {
  color: #e60012;
  text-decoration: underline; }
  .type-link:hover {
    text-decoration: none;
    cursor: pointer; }

.overlink {
  background: url(../images/blank.gif) no-repeat 0 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 55;
  display: block;
  width: 100%;
  height: 100%; }

/* --- icons --- */
span.icon {
  display: inline-block; }

.icon {
  position: relative; }
  .icon .ico {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block; }
    .icon .ico img {
      display: block;
      width: 100%; }
  .icon.icon_right .ico {
    left: auto;
    right: 0px; }
  .icon.size_16 {
    padding-left: 24px; }
    .icon.size_16.icon_right {
      padding-left: 0px;
      padding-right: 24px; }
    .icon.size_16 > .ico {
      width: 16px;
      height: 16px;
      margin-top: -8px; }
  .icon.size_24 {
    padding-left: 30px; }
    .icon.size_24.icon_right {
      padding-left: 0px;
      padding-right: 30px; }
    .icon.size_24 > .ico {
      width: 24px;
      height: 24px;
      margin-top: -12px; }
  .icon.size_32 {
    padding-left: 48px; }
    .icon.size_32.icon_right {
      padding-left: 0px;
      padding-right: 48px; }
    .icon.size_32 > .ico {
      width: 32px;
      height: 32px;
      margin-top: -16px; }
  .icon.size_60 {
    padding-left: 75px; }
    .icon.size_60.icon_right {
      padding-left: 0px;
      padding-right: 75px; }
    .icon.size_60 > .ico {
      width: 60px;
      height: 60px;
      margin-top: -30px; }

/********** LAYOUT **********/
#wrap {
  background: #f2f2f2;
  width: 100%;
  min-height: 100%;
  position: relative; }

.wrapper {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%; }

#header {
  background: #f2f2f2;
  padding: 15px 0px; }
  #header .header-list {
    position: relative;
    margin: 0px -15px;
    padding: 0px;
    list-style: none; }
    #header .header-list li {
      display: inline-block;
      vertical-align: middle;
      padding: 0px 15px; }
      #header .header-list li.header-logo a {
        border: none; }
        #header .header-list li.header-logo a img {
          display: block;
          height: 50px; }
      @media (max-width: 991px) {
        #header .header-list li.header-address {
          display: none; } }
      #header .header-list li.header-feedback {
        float: right;
        height: 50px;
        line-height: 50px; }
        @media (max-width: 991px) {
          #header .header-list li.header-feedback {
            display: none; } }
        #header .header-list li.header-feedback .fa {
          vertical-align: middle;
          margin-right: 5px;
          font-size: 24px; }
      #header .header-list li.header-phone {
        float: right;
        height: 50px;
        font-size: 24px;
        font-weight: bold;
        line-height: 50px; }
        @media (max-width: 991px) {
          #header .header-list li.header-phone {
            display: none; } }
      #header .header-list li.header-nav {
        float: right;
        height: 50px;
        line-height: 50px; }
        @media (min-width: 992px) {
          #header .header-list li.header-nav {
            display: none; } }
        #header .header-list li.header-nav a {
          border: none;
          position: relative;
          display: block;
          width: 20px;
          height: 20px;
          margin-top: 15px; }
          #header .header-list li.header-nav a i {
            background: #e60012;
            position: absolute;
            top: 50%;
            left: 0px;
            display: block;
            width: 20px;
            height: 2px;
            margin-top: -1px; }
            #header .header-list li.header-nav a i:before {
              content: '';
              background: #e60012;
              position: absolute;
              top: -6px;
              left: 0px;
              display: block;
              width: 20px;
              height: 2px; }
            #header .header-list li.header-nav a i:after {
              content: '';
              background: #e60012;
              position: absolute;
              top: 6px;
              left: 0px;
              display: block;
              width: 20px;
              height: 2px; }

#mainmenu {
  background: #e60012;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s; }
  @media (max-width: 991px) {
    #mainmenu {
      position: fixed;
      top: 0px;
      bottom: 0px;
      right: -320px;
      z-index: 999;
      width: 300px; }
      #mainmenu .container {
        width: auto; } }
  #mainmenu a {
    border-color: #f27f88;
    border-color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase; }
    #mainmenu a:hover {
      border-color: transparent; }
  #mainmenu ul {
    position: relative;
    overflow: hidden;
    margin: 0px -15px;
    padding: 0px;
    list-style: none;
    *zoom: 1; }
    @media (min-width: 992px) {
      #mainmenu ul {
        margin: 0px 0px 0px -10px; } }
    @media (min-width: 1199px) {
      #mainmenu ul {
        margin: 0px 0px 0px -15px; } }
    #mainmenu ul li {
      padding: 15px 25px; }
      @media (min-width: 992px) {
        #mainmenu ul li {
          float: left;
          padding: 15px 10px; } }
      @media (min-width: 1199px) {
        #mainmenu ul li {
          padding: 15px; } }
      #mainmenu ul li.last {
        background: #cd0010; }
        @media (min-width: 992px) {
          #mainmenu ul li.last {
            float: right; } }
  #mainmenu .closer {
    top: 15px;
    right: 15px; }
    @media (min-width: 992px) {
      #mainmenu .closer {
        display: none !important; } }
    #mainmenu .closer:before, #mainmenu .closer:after {
      background: #ffffff !important; }
    #mainmenu .closer:hover {
      opacity: 0.5; }

.mainmenu-backdrop {
  background: #000000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s; }
  @media (min-width: 992px) {
    .mainmenu-backdrop {
      display: none !important; } }
  .mainmenu-backdrop:hover {
    cursor: pointer; }

.mainmenu-open {
  overflow: hidden; }
  .mainmenu-open #mainmenu {
    overflow-x: hidden; }
    @media (max-width: 991px) {
      .mainmenu-open #mainmenu {
        right: 0px; } }
  .mainmenu-open .mainmenu-backdrop {
    opacity: 0.8;
    visibility: visible; }

#slider .container {
  position: relative; }
#slider .slider-list {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  #slider .slider-list li {
    display: none; }
    #slider .slider-list li.active {
      display: block; }
#slider .slider-item {
  position: relative;
  margin: 0px -15px;
      height: 390px;
}
  #slider .slider-item .img {
    padding: 0px 15px; }
    @media (min-width: 768px) {
      #slider .slider-item .img {
        width: 50%; } }
    @media (max-width: 767px) {
      #slider .slider-item .img {
        float: none !important;
        padding: 0px; } }
  #slider .slider-item .txt {
    padding: 30px 15px 75px;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      #slider .slider-item .txt {
        width: 50%; } }
    @media (max-width: 1199px) {
      #slider .slider-item .txt {
        font-size: 36px; } }
    @media (max-width: 991px) {
      #slider .slider-item .txt {
        font-size: 24px; } }
    @media (max-width: 767px) {
      #slider .slider-item .txt {
        float: none !important;
        margin-top: 0px !important;
        padding: 30px 15px 75px; } }
    @media (max-width: 449px) {
      #slider .slider-item .txt {
        font-size: 18px; } }
  #slider .slider-item .colm {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0px 15px; }
#slider .slider-dots {
  position: absolute;
  left: 10px;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
  #slider .slider-dots span {
    background: #e60012;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s; }
    #slider .slider-dots span.active, #slider .slider-dots span:hover {
      background: #e60012;
      opacity: 1;
      cursor: pointer; }

#footer {
  padding: 30px 0px; }
  #footer .container {
    position: relative; }
  #footer .logo {
    border: none;
    margin-bottom: 30px;
    display: block;
    max-width: 180px; }
    @media (min-width: 992px) {
      #footer .logo {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -30px;
        margin-bottom: 0px; } }
    #footer .logo img {
      display: block;
      width: 100%; }
  #footer .footer-menu {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #footer .footer-menu {
        margin-bottom: 30px; } }
    #footer .footer-menu li {
      margin-top: 10px; }
      #footer .footer-menu li:first-child {
        margin-top: 0px; }
      @media (min-width: 992px) {
        #footer .footer-menu li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 30px;
          margin-top: 0px; }
          #footer .footer-menu li:first-child {
            margin-left: 0px; } }
      #footer .footer-menu li a {
        color: #4d4d4d;
        border-color: #b3b3b3; }
        #footer .footer-menu li a:hover {
          border-color: transparent; }
  #footer .footer-add-menu {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none; }
    @media (max-width: 767px) {
      #footer .footer-add-menu {
        margin-bottom: 30px; } }
    #footer .footer-add-menu li {
      margin-top: 10px; }
      #footer .footer-add-menu li:first-child {
        margin-top: 0px; }
      @media (min-width: 992px) {
        #footer .footer-add-menu li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 30px;
          margin-top: 0px; }
          #footer .footer-add-menu li:first-child {
            margin-left: 0px; } }
  #footer .footer-contacts {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none; }
    #footer .footer-contacts li {
      margin-top: 5px; }
      #footer .footer-contacts li:first-child {
        margin-top: 0px; }
      @media (min-width: 992px) {
        #footer .footer-contacts li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 30px;
          margin-top: 0px; }
          #footer .footer-contacts li:first-child {
            margin-left: 0px; } }
  #footer .copyright {
    color: #a3a3a3; }

/* --- section --- */
.section {
  position: relative; }

.section-error {
  padding: 80px 20px 120px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center; }
  .section-error .error-code {
    font-size: 240px;
    line-height: normal;
    font-weight: bold;
    color: #e60012; }

.section-main-about {
  padding: 60px 0px 20px; }
  .section-main-about .h {
    max-width: 820px;
    margin: 0px auto 50px;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center; }
    @media (max-width: 767px) {
      .section-main-about .h {
        font-size: 24px; } }
  .section-main-about .ma-item {
    position: relative;
    margin: 40px 0px; }
    @media (max-width: 1199px) {
      .section-main-about .ma-item .ma-item__image {
        margin-bottom: 20px; } }
    .section-main-about .ma-item .ma-item__image img {
      max-width: 100%; }
    @media (min-width: 1200px) {
      .section-main-about .ma-item .ma-item__text {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 180px; } }
    .section-main-about .ma-item .ma-item__text .title {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1.5em;
      font-weight: bold; }
    .section-main-about .ma-item .ma-item__text .description {
      margin-bottom: 20px; }
  .section-main-about.section-main-about-simple {
    max-width: 400px;
    margin: 0 auto;
    padding: 0px; }
    .section-main-about.section-main-about-simple .ma-item {
      margin: 0px; }
      @media (min-width: 1200px) {
        .section-main-about.section-main-about-simple .ma-item .ma-item__text {
          right: -60px; } }
      .section-main-about.section-main-about-simple .ma-item .title {
        font-size: 14px;
        line-height: 1.5em; }
      .section-main-about.section-main-about-simple .ma-item .description {
        font-size: 12px; }

.ma-advantages {
  margin-bottom: 40px; }
  @media (max-width: 449px) {
    .ma-advantages {
      font-size: 12px;
      line-height: 1.4em; } }
  .ma-advantages .title {
    font-size: 72px;
    font-weight: bold;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .ma-advantages .title {
        font-size: 48px; } }
    @media (max-width: 449px) {
      .ma-advantages .title {
        font-size: 36px; } }

.negative-minus {
  position: relative; }
  .negative-minus:before {
    content: '-';
    position: absolute;
    top: 0px;
    right: 100%; }

.tatsuno-abc_title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: bold; }
  @media (max-width: 767px) {
    .tatsuno-abc_title {
      font-size: 24px;
      text-align: center; } }

.tatsuno-abc {
  position: relative;
  overflow: hidden;
  display: block !important;
  margin-bottom: 70px;
  *zoom: 1; }
  .tatsuno-abc .tatsuno-abc__item {
    text-align: center; }
    @media (min-width: 768px) {
      .tatsuno-abc .tatsuno-abc__item {
        float: left;
        width: 14%; } }
    .tatsuno-abc .tatsuno-abc__item:first-child {
      margin-left: 1%; }
    .tatsuno-abc .tatsuno-abc__item .letter {
      margin-bottom: 20px;
      font-size: 200px;
      line-height: 0.8em;
      font-weight: 800;
      color: #e60012; }
      @media (max-width: 1199px) {
        .tatsuno-abc .tatsuno-abc__item .letter {
          font-size: 140px;
          line-height: 1em; } }
      @media (max-width: 1199px) {
        .tatsuno-abc .tatsuno-abc__item .letter {
          margin-bottom: 10px;
          font-size: 120px; } }
      @media (max-width: 767px) {
        .tatsuno-abc .tatsuno-abc__item .letter {
          margin-bottom: 10px;
          font-size: 200px; } }
    .tatsuno-abc .tatsuno-abc__item .description {
      font-weight: 600; }
      @media (max-width: 1199px) {
        .tatsuno-abc .tatsuno-abc__item .description {
          font-size: 13px;
          line-height: 1.3em; } }
      @media (max-width: 991px) {
        .tatsuno-abc .tatsuno-abc__item .description {
          font-size: 10px;
          line-height: 1.3em; } }
      @media (max-width: 767px) {
        .tatsuno-abc .tatsuno-abc__item .description {
          font-size: 14px; } }
      .tatsuno-abc .tatsuno-abc__item .description::first-letter {
        color: #e60012; }

.section-main-news .h {
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 3px;
  text-transform: uppercase; }
.section-main-news .mn-item {
  margin-top: 35px; }
  .section-main-news .mn-item:first-child {
    margin-top: 0px; }
  @media (max-width: 991px) {
    .section-main-news .mn-item {
      margin-top: 35px !important; } }
  .section-main-news .mn-item .img {
    margin-bottom: 7px; }
    @media (max-width: 991px) {
      .section-main-news .mn-item .img {
        max-width: 360px; } }
    .section-main-news .mn-item .img img {
      max-width: 100%; }
  .section-main-news .mn-item .date {
    margin-bottom: 5px;
    color: #a3a3a3; }
  .section-main-news .mn-item .description {
    line-height: 1.75em; }
.section-main-news .col-xs-12:first-child .mn-item {
  margin-top: 0px !important; }

.contacts-persons {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  list-style: none; }
  .contacts-persons > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 4) - 4px);
    *zoom: 1; }
    @media (max-width: 991px) {
      .contacts-persons > li {
        width: 33.3333%; } }
    @media (max-width: 767px) {
      .contacts-persons > li {
        width: 50%; } }
    @media (max-width: 449px) {
      .contacts-persons > li {
        width: 100%; } }
  .contacts-persons .person {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    list-style: none; }

.dealer-map .dealer-map__head {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: bold; }
.dealer-map .dealer-map__body img {
  max-width: 100%; }

.catalog-preview {
  background: #ffffff;
  border: solid 1px #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .catalog-preview .img {
    border: none;
    position: relative;
    display: block;
    margin: 0px -20px 10px; }
    .catalog-preview .img img {
      display: block;
      margin: 0 auto;
      height: 240px;
      max-width: 100%;
      -webkit-transition: all 0.15s linear 0s;
      -moz-transition: all 0.15s linear 0s;
      -o-transition: all 0.15s linear 0s;
      transition: all 0.15s linear 0s; }
    .catalog-preview .img:hover img {
      opacity: 0.7; }
  .catalog-preview .name {
    position: relative;
    overflow: hidden;
    white-space: nowrap; }
  .catalog-preview .description {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    color: #999999; }

.pathway {
  margin-bottom: 10px;
  color: #b3b3b3; }
  .pathway span {
    margin: 0px 3px; }

.news-preview {
  margin-bottom: 50px; }

.see-price {
  position: relative;
  display: inline-block; }
  .see-price .button {
    background: #e60012;
    padding: 10px 20px 7px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .see-price .button strong {
      display: block;
      font-size: 30px;
      line-height: normal; }
    .see-price .button:hover {
      cursor: pointer; }
  .see-price .drop {
    background: #ffffff;
    position: absolute;
    z-index: 555;
    width: auto;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #b3b3b3;
    -moz-box-shadow: 0px 0px 10px #b3b3b3;
    -ms-box-shadow: 0px 0px 10px #b3b3b3;
    box-shadow: 0px 0px 10px #b3b3b3;
    display: none; }
    @media (min-width: 992px) {
      .see-price .drop {
        top: 50%;
        left: 100%;
        margin-left: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .see-price .drop:before {
          content: '';
          border: 10px solid transparent;
          border-right-color: #ffffff;
          position: absolute;
          top: 50%;
          left: -20px;
          margin-top: -10px; } }
    @media (max-width: 991px) {
      .see-price .drop {
        top: 100%;
        left: 0px;
        margin-top: 20px; }
        .see-price .drop:before {
          content: '';
          border: 10px solid transparent;
          border-bottom-color: #ffffff;
          position: absolute;
          top: -20px;
          left: 120px; } }
    @media (max-width: 449px) {
      .see-price .drop {
        padding: 0;
        font-size: 11px;
        } }
  @media (min-width: 992px) {
    .see-price:hover .drop {
      display: block !important; } }

.jumbotron {
  background: #000000;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  text-align: center; }
  .jumbotron .jumbotron-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.4; }
  .jumbotron .jumbotron-body {
    position: relative;
    z-index: 5;
    max-width: 580px;
    margin: 0 auto;
    padding: 170px 0px 200px; }
    @media (max-width: 767px) {
      .jumbotron .jumbotron-body {
        padding: 120px 0px; } }
  .jumbotron .jumbotron-title {
    margin-bottom: 0.75em;
    font-size: 48px;
    line-height: 1.3em;
    font-weight: bold; }
    @media (max-width: 767px) {
      .jumbotron .jumbotron-title {
        font-size: 24px;
        line-height: 1.3em; } }
  .jumbotron .jumbotron-link-video {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    position: relative;
    display: inline-block;
    padding: 14px 25px 14px 60px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; }
    .jumbotron .jumbotron-link-video:before {
      content: '';
      background: url(../images/icons/video-120.png) no-repeat 0 0/100% auto;
      position: absolute;
      top: 50%;
      left: 4px;
      display: block;
      width: 40px;
      height: 40px;
      margin: -20px 0px 0px 0px; }
    .jumbotron .jumbotron-link-video:hover:before {
      opacity: 0.7; }

.company-history .history-item {
  position: relative;
  margin-top: 50px; }
  @media (max-width: 991px) {
    .company-history .history-item {
      padding-left: 120px; } }
  @media (max-width: 449px) {
    .company-history .history-item {
      padding-left: 70px; } }
  @media (min-width: 992px) {
    .company-history .history-item.left {
      width: 50%;
      padding-right: 100px;
      text-align: right; }
      .company-history .history-item.left .year {
        right: -50px; } }
  @media (min-width: 992px) {
    .company-history .history-item.right {
      width: 50%;
      margin-left: 50%;
      padding-left: 100px;
      text-align: left; }
      .company-history .history-item.right .year {
        left: -50px; } }
  .company-history .history-item .title {
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d; }
  .company-history .history-item .year {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: #e60012;
    position: absolute;
    top: 50%;
    display: block;
    width: 100px;
    height: 50px;
    margin-top: -25px;
    text-align: center; }
    @media (max-width: 991px) {
      .company-history .history-item .year {
        left: 0px; } }
    @media (max-width: 449px) {
      .company-history .history-item .year {
        top: -5px;
        width: auto;
        margin-top: 0px;
        font-size: 24px;
        line-height: 30px; } }
  @media (max-width: 991px) {
    .company-history .history-item .icon {
      margin: 0px;
      padding: 0px; }
      .company-history .history-item .icon .ico {
        display: none; } }

.section-service {
  margin-top: 30px; }
  .section-service:first-child {
    margin-top: 0px; }
  .section-service .section-service__info {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .section-service .section-service__info {
        position: absolute;
        top: 0px;
        left: 100%;
        width: 220px;
        margin-left: 20px; } }
    .section-service .section-service__info .count {
      font-size: 72px;
      font-weight: bold;
      line-height: 80px;
      color: #e60012; }
    .section-service .section-service__info .description {
      margin-bottom: 20px;
      color: #333333; }
    .section-service .section-service__info ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .section-service .section-service__info ul li {
        margin-top: 10px; }
        .section-service .section-service__info ul li:first-child {
          margin-top: 0px; }
  @media (min-width: 992px) {
    .section-service .section-service__text {
      padding-right: 100px; } }
  .section-service .section-service__img {
    padding-top: 30px; }
    .section-service .section-service__img img {
      display: block;
      width: 100%; }

.scroller-x {
  position: relative;
  overflow-x: auto; }
  .scroller-x .scroller-x-container {
    min-width: 720px; }
  .scroller-x .scroller-xs-container {
    width: 100%;
    min-width: 360px; }

/* --- uniq pades --- */
.owl-carousel .owl-nav .owl-prev {
  background: #f7f7f7 url(../images/icons/larr-72-red.png) no-repeat 50% 50%/24px auto;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 9999;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.owl-carousel .owl-nav .owl-next {
  background: #f7f7f7 url(../images/icons/rarr-72-red.png) no-repeat 50% 50%/24px auto;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  visibility: hidden; }

.owl-carousel-catalog {
  background: #f2f2f2;
  padding: 40px 0px; }
  .owl-carousel-catalog .owl-carousel .owl-nav .owl-prev {
    margin-left: -15px; }
  .owl-carousel-catalog .owl-carousel .owl-nav .owl-next {
    margin-right: -15px; }
  .owl-carousel-catalog .catalog-preview {
    margin-bottom: 0px; }

.owl-carousel-chetab .owl-nav .owl-prev {
  top: 40px;
  margin-top: 0px;
  margin-left: -15px; }
.owl-carousel-chetab .owl-nav .owl-next {
  top: 40px;
  margin-top: 0px;
  margin-right: -15px; }

.equipment-img {
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 350px;
  padding: 10px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #b3b3b3;
  -moz-box-shadow: 0px 0px 10px #b3b3b3;
  -ms-box-shadow: 0px 0px 10px #b3b3b3;
  box-shadow: 0px 0px 10px #b3b3b3; }
  .equipment-img img {
    display: block;
    width: 100%; }

@media screen and (max-width: 330px) {
  .equipment-img {
    left: 0 !important;
    width: 100%;
    max-width: 330px;
  }
  .see-price .drop {
    width: 300px;
  }
}

@media screen and (min-width: 330px) and (max-width: 375px) {
  .equipment-img {
    left: 0 !important;
    width: 100%;
    max-width: 350px;
  }
  .see-price .drop {
    width: 350px;
  }
}

#calculator {
  background: #ffffff;
  position: fixed;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 9999;
  width: 950px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  right: -100%;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s; }
  @media (max-width: 949px) {
    #calculator {
      width: 100%; } }
  #calculator .calculator-body {
    position: relative;
    padding: 40px; }
    @media (max-width: 767px) {
      #calculator .calculator-body {
        padding: 40px 20px 20px; } }
  #calculator .calc-closer {
    background: url(../images/icons/calc-closer.png) no-repeat top right;
    border: none;
    position: absolute;
    top: 50px;
    right: 40px;
    display: block;
    padding-right: 30px;
    line-height: 18px; }
    @media (max-width: 767px) {
      #calculator .calc-closer {
        top: 20px;
        right: 20px; } }
    #calculator .calc-closer:hover {
      text-decoration: underline; }
  .calc-open #calculator {
    visibility: visible;
    opacity: 1;
    right: 0px; }

#ordering {
  background: #ffffff;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 9999;
  width: 470px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  right: -100%;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s; }
  @media (max-width: 469px) {
    #ordering {
      width: 100%; } }
  #ordering .ordering-body {
    position: relative;
    padding: 40px; }
    @media (max-width: 449px) {
      #ordering .ordering-body {
        padding: 40px 20px 20px; } }
  #ordering .ordering-closer {
    background: url(../images/icons/calc-closer.png) no-repeat top right;
    border: none;
    position: absolute;
    top: 50px;
    right: 40px;
    display: block;
    padding-right: 30px;
    line-height: 18px; }
    @media (max-width: 767px) {
      #ordering .ordering-closer {
        top: 20px;
        right: 20px; } }
    #ordering .ordering-closer:hover {
      text-decoration: underline; }
  .ordering-open #ordering {
    visibility: visible;
    opacity: 1;
    right: 0px; }

.ymap {
  position: relative;
  overflow: hidden;
  min-height: 600px; }
  .ymap .map-panel {
    background: #ffffff;
    padding: 30px; }
    @media (min-width: 768px) {
      .ymap .map-panel {
        position: absolute;
        top: 50%;
        left: 50px;
        z-index: 5;
        width: 360px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .ymap .map-panel .map-panel__head {
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 1.2em;
      font-weight: bold; }
    .ymap .map-panel .map-panel__body {
      line-height: 1.8em; }

.ymaps-2-1-56-controls__toolbar {
  display: none;
  visibility: hidden; }

#vmap {
  width: 1140px;
  height: 690px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    #vmap {
      width: 940px;
      height: 570px; } }
  @media (max-width: 991px) {
    #vmap {
      width: 720px;
      height: 435px; } }
  @media (max-width: 768px) {
    #vmap {
      width: 450px;
      height: 275px; } }
  @media (max-width: 449px) {
    #vmap {
      width: 300px;
      height: 180px; } }

.labelist label {
  position: relative;
  font-weight: normal; }
  .labelist label input {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin: 0px;
    visibility: hidden; }
  .labelist label .arr {
    display: none; }
  .labelist label:hover {
    cursor: pointer; }
.labelist.labelist-a {
  position: relative;
  margin: 0px -10px;
  padding: 0px;
  list-style: none; }
  .labelist.labelist-a li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px 20px; }
  .labelist.labelist-a label {
    position: relative;
    display: block;
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    display: block;
    padding: 10px 20px;
    color: #4d4d4d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .labelist.labelist-a label:hover {
      border: 2px solid #ff808a; }
    .labelist.labelist-a label.active {
      border: 2px solid #e60012; }
    .labelist.labelist-a label input {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      margin: 0px;
      visibility: hidden; }
.labelist.labelist-b {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .labelist.labelist-b li {
    display: block;
    margin-top: 10px; }
    .labelist.labelist-b li:first-child {
      margin-top: 0px; }
  .labelist.labelist-b label {
    background: #f2f2f2;
    position: relative;
    display: block;
    margin: 0px;
    padding: 10px 10px 10px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .labelist.labelist-b label strong {
      display: none;
    }
    .labelist.labelist-b label input {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      margin: 0px;
      visibility: hidden; }
    .labelist.labelist-b label .arr {
      background: none;
      border: 2px solid #e60012;
      position: absolute;
      top: 50%;
      left: 10px;
      z-index: 5;
      display: block;
      width: 20px;
      height: 20px;
      margin: -10px 0px 0px 0px; }
      .labelist.labelist-b label .arr.check {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
      .labelist.labelist-b label .arr.radio {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .labelist.labelist-b label:hover {
      cursor: pointer; }
    .labelist.labelist-b label.active .arr {
      background: #e60012; }
      .labelist.labelist-b label.active .arr.check:before {
        content: '';
        background: #ffffff;
        position: absolute;
        bottom: 4px;
        left: 0px;
        display: block;
        width: 7px;
        height: 2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .labelist.labelist-b label.active .arr.check:after {
        content: '';
        background: #ffffff;
        position: absolute;
        bottom: 7px;
        left: 3px;
        display: block;
        width: 15px;
        height: 2px;
        margin: 0px 0px 0px 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .labelist.labelist-b label.active .arr.radio {
        background: #e60012; }
        .labelist.labelist-b label.active .arr.radio:before {
          content: '';
          background: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          width: 10px;
          height: 10px;
          margin: -5px 0px 0px -5px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }

.chetabs .chetab-navs {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .chetabs .chetab-navs.chetab-navs-simple {
    margin: 0px -10px; }
    .chetabs .chetab-navs.chetab-navs-simple li {
      display: inline-block;
      vertical-align: top;
      padding: 0px 10px 20px; }
      .chetabs .chetab-navs.chetab-navs-simple li a {
        background: #f2f2f2;
        border: 2px solid #f2f2f2;
        display: block;
        padding: 10px 20px;
        color: #4d4d4d;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
        .chetabs .chetab-navs.chetab-navs-simple li a:hover {
          border: 2px solid #ff808a; }
        .chetabs .chetab-navs.chetab-navs-simple li a.active {
          border: 2px solid #e60012; }
  .chetabs .chetab-navs .owl-carousel-chetab {
    margin-bottom: 20px; }
    .chetabs .chetab-navs .owl-carousel-chetab a {
      border: none;
      display: block;
      color: #4d4d4d;
      text-align: center; }
      .chetabs .chetab-navs .owl-carousel-chetab a .img {
        background: #f2f2f2;
        border: 2px solid #f2f2f2;
        display: block;
        margin-bottom: 5px;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
            overflow: hidden;
       }
        .chetabs .chetab-navs .owl-carousel-chetab a .img img {
          display: block;
          height: 90px;
          margin: 0px auto; }
      .chetabs .chetab-navs .owl-carousel-chetab a .name {
        display: block;
        font-size: 12px;
        line-height: 16px;
      }
      .chetabs .chetab-navs .owl-carousel-chetab a:hover .img {
        border: 2px solid #ff808a; }
      .chetabs .chetab-navs .owl-carousel-chetab a.active .img {
        border: 2px solid #e60012; }

.counter {
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #e60012; }
  .counter a {
    position: absolute;
    top: 50%;
    border: none;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px; }
    .counter a.minus {
      left: 0px; }
      .counter a.minus:before {
        content: '';
        background: #e60012;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 10px;
        height: 2px;
        margin: -1px 0px 0px -5px; }
    .counter a.plus {
      right: 0px; }
      .counter a.plus:before {
        content: '';
        background: #e60012;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 10px;
        height: 2px;
        margin: -1px 0px 0px -5px; }
      .counter a.plus:after {
        content: '';
        background: #e60012;
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 2px;
        height: 10px;
        margin: -5px 0px 0px -1px; }
    .counter a.disabled:before, .counter a.disabled:after {
      background: #b3b3b3; }
  .counter .counter-val {
    background: none;
    border: none;
    display: block;
    width: auto;
    height: 20px;
    width: 30px;
    text-align: center; }

.fancybox-container .fancybox-content {
  width: 90% !important;
  height: 90% !important;
  max-width: 90% !important;
  max-height: 90% !important; }
  @media (max-width: 767px) {
    .fancybox-container .fancybox-content {
      margin: 0px; } }
  @media (min-width: 767px) {
    .fancybox-container .fancybox-content {
      width: 640px !important;
      height: 360px !important;
      max-width: none !important;
      max-height: none !important; }
    }
  @media (min-width: 991px) {
    .fancybox-container .fancybox-content {
      width: 853px;
      height: 480px; } }
  @media (min-width: 1600px) {
    .fancybox-container .fancybox-content {
      width: 1280px;
      height: 720px; } }


@media (max-width: 767px) {
  #slider .slider-item {
    height: auto;
    min-height: 200px !important;
  }
}
.main_slider {
	position: relative;
}
input.dop_koeff {
    position: relative !important;
    float: right;
    visibility: visible !important;
    background: white;
    border: 0;
    width: 35px;
    border-radius: 5px;
    text-align: center;
    margin-right: 0 !important;
}
.table_title {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

@media (min-width: 980px) {
  .drop .table.table-striped tr > th {
    min-width: 130px;
    text-align: left;
    vertical-align: middle;
  }
  .js-table-equipment th:first-child {
    min-width: 479px;
  }
  .js-table-equipment th:last-child {
    min-width: 128px;
  }
  .js-table-equipment th:nth-child(3) {
    min-width: 155px;
    max-width: 155px;
  }
  .js-table-equipment th:nth-child(2) {
    min-width: 179px;
  }

  .see-price .drop {
    min-width: 500px;
  }
}

a.banner_it:hover {
  border-bottom: none !important;
}

@media screen and (min-width: 1300px) {
  #slider .slider-item {
        height: 450px !important;
  }
}


.dilers__caro {
  display: block;
  margin-top: 60px;
  margin-bottom: 40px;
}
.dilers__caro_wrap {
  overflow-x: hidden;
}
.dilers__caro .owl-stage {
  display: flex;
}
.dilers__caro .dilers__caro_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dilers__caro .dilers__caro_item img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
}
.dilers__caro .dilers__caro_item .dilers__caro_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dilers__caro .dilers__caro_item .dilers__caro_link {
  display: block;
  color: #e60311;
  text-decoration: none;
}

.scheme_gallery {
	margin: 30px 0 15px;
}
.scheme_gallery img {
	display: block;
	max-width: 100%;
}

#cart_list .cost {
	display: none !important;
}