/*@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-regular-webfont.eot");
  src: url("../fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-regular-webfont.ttf") format("truetype"), url("../fonts/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal; }


@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: bold;
    font-style: normal;

}*/
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#roboto_bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Bender';
  src: url("../fonts/jovanny_lemonad_-_bender-webfont.eot");
  src: url("../fonts/jovanny_lemonad_-_bender-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jovanny_lemonad_-_bender-webfont.woff2") format("woff2"), url("../fonts/jovanny_lemonad_-_bender-webfont.woff") format("woff"), url("../fonts/jovanny_lemonad_-_bender-webfont.ttf") format("truetype"), url("../fonts/jovanny_lemonad_-_bender-webfont.svg#benderregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bender';
  src: url("../fonts/jovanny_lemonad_-_bender-black-webfont.eot");
  src: url("../fonts/jovanny_lemonad_-_bender-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jovanny_lemonad_-_bender-black-webfont.woff2") format("woff2"), url("../fonts/jovanny_lemonad_-_bender-black-webfont.woff") format("woff"), url("../fonts/jovanny_lemonad_-_bender-black-webfont.ttf") format("truetype"), url("../fonts/jovanny_lemonad_-_bender-black-webfont.svg#benderblack") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Bender';
  src: url("../fonts/jovanny_lemonad_-_bender-bold-webfont.eot");
  src: url("../fonts/jovanny_lemonad_-_bender-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jovanny_lemonad_-_bender-bold-webfont.woff2") format("woff2"), url("../fonts/jovanny_lemonad_-_bender-bold-webfont.woff") format("woff"), url("../fonts/jovanny_lemonad_-_bender-bold-webfont.ttf") format("truetype"), url("../fonts/jovanny_lemonad_-_bender-bold-webfont.svg#benderbold") format("svg");
  font-weight: bold;
  font-style: normal; }

* {
  padding: 0;
  margin: 0; }

div, span, input, button, textarea, ul, li, a {
  box-sizing: border-box;
  font-family: inherit; }

*:focus, *:active, input:focus, textarea:focus, button:focus {
  outline: none !important; }

input[type=text], input[type=tel], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

#full-page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }

.container {
  max-width: 1140px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: '';
    display: table;
    clear: both; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis; }

input:-moz-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis; }

:placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-overflow: ellipsis; }

:focus::-webkit-input-placeholder {
  opacity: 0.4; }

input:focus::-moz-placeholder {
  opacity: 0.4; }

input:focus:-moz-placeholder {
  opacity: 0.4; }

:focus:-ms-input-placeholder {
  opacity: 0.4; }

:focus:placeholder {
  opacity: 0.4; }

i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em; }

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

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

* {
  box-sizing: border-box; }

.site-header {
  border-top: solid 5px #bf100d;
  position: relative;
  z-index: 100; }
  .site-header a:hover {
    text-decoration: none; }

.home-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.page-header {
  background: url(/static/n/img/head.png) no-repeat center top;
  min-height: 284px;
  margin-bottom: 40px; }

.page-heading {
  margin-top: 35px;
  color: #fdfdfd; }
  .page-heading h1 {
    font: bold 33.33px 'Roboto', sans-serif; }

.breadcrumb {
  font-size: 14.58px;
  margin-bottom: 5px;
  color: #d7d8d8; }
  .breadcrumb li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb li:after {
      content: "\00BB";
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 10px; }
    .breadcrumb li:last-child:after {
      display: none; }
  .breadcrumb a {
    color: inherit;
    text-decoration: underline; }
    .breadcrumb a:hover {
      text-decoration: none; }

.search-line {
  padding: 8px 0 12px;
  text-align: right; }
  .search-line form {
    width: 218px;
    height: 34px;
    margin-left: auto;
    margin-right: 6px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-top: solid 1px rgba(150, 149, 148, 0.77);
    border-bottom: solid 1px rgba(150, 149, 148, 0.77); }
    .search-line form:before, .search-line form:after {
      content: '';
      position: absolute;
      width: 6px;
      top: -1px;
      bottom: -1px; }
    .search-line form:before {
      left: -6px;
      background: url(../img/form-left.png) no-repeat center right; }
    .search-line form:after {
      right: -6px;
      background: url(../img/form-right.png) no-repeat center right; }
  .search-line input[type=text] {
    height: 32px;
    line-height: 32px;
    width: 197px;
    margin-left: -6px;
    vertical-align: top;
    border: none;
    background: transparent;
    color: #fdfdfd;
    padding-left: 18px; }
  .search-line button {
    height: 32px;
    line-height: 32px;
    width: 33px;
    margin-left: -5px;
    margin-right: -6px;
    border: none;
    background: url(../img/search.png) no-repeat center center;
    cursor: pointer; }

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

.header-phone {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
    color: white;
  /*font-size: 14.58px;*/
    font-weight: bold;
    background: url(/static/img/tel-icon.png) no-repeat 0 0;
    line-height: 20px;
    height: 25px;
    padding-left: 30px;
  margin-top: 7px;
}

.hc-link, a.hc-link {
  color: white;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/cart-icon.png) no-repeat left center;
  line-height: 20px;
  height: 20px;
  padding-left: 30px; }
  .hc-link:hover, a.hc-link:hover {
    text-decoration: underline; }

.nav-line {
  height: 76px;
  line-height: 76px;
  position: relative;
  /*overflow: hidden;*/
}
  .nav-line:before {
    content: '';
    position: absolute;
    right: 10px;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    top: 0;
    bottom: 0;
    left: 0;
    background: #b60d0a;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    background: -webkit-linear-gradient(top, #bf100d, #b60d0a, #960200);
    background: linear-gradient(to bottom, #bf100d, #b60d0a, #960200); }

.nav-logo {
  float: left;
  width: 300px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .nav-logo a, .nav-logo img {
    position: relative;
    vertical-align: middle;
    z-index: 2; }
  .nav-logo:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    background: white;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .nav-logo:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    background: white;
    -webkit-transform: skewX(-22deg);
            transform: skewX(-22deg);
    -webkit-transform-origin: right top;
            transform-origin: right top; }


/*.dropdown-menu{*/
  /*display: block;*/
  /*position: absolute !important;*/
  /*z-index:  99999999 !important;*/
/*}*/


/*.dropdown-menu ul, .dropdown-menu li{*/
  /*display: block !important;*/
/*}*/
.nav-menu {
  margin-left: 300px;
  padding: 0 15px; }
  .nav-menu > ul {
    display: table;
    width: 100%;
    list-style: none; }
  .nav-menu > ul > li {
    display: table-cell;
    width: 500px;
    text-align: center;
    position: relative;
    z-index: 1; }
  .nav-menu > ul >li > a {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
    font: bold 15.42px 'Bender', sans-serif;
    line-height: 76px;
    white-space: nowrap; }
    .nav-menu ul > li > a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 30px;
      margin: auto;
      border: solid 2px #fdfdfd;
      opacity: 0;
      z-index: -1; }
    .nav-menu > ul > li a:hover:after {
      opacity: 1; }

/*.dropdown-menu ul{*/
  /*position: absolute !important;*/
  /*width: 200px !important;*/
/*}*/

.dropdown ul{
  display: none;
  position: absolute;
  margin-left: -50%;
  background: rgb(190,15,12);
background: -moz-linear-gradient(180deg, rgba(190,15,12,1) 0%, rgba(153,3,1,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(190,15,12,1) 0%, rgba(153,3,1,1) 100%);
background: linear-gradient(180deg, rgba(190,15,12,1) 0%, rgba(153,3,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be0f0c",endColorstr="#990301",GradientType=1);
}

.dropdown.open ul{
  display: block;
}

.dropdown-menu li{
  /*height: 50px !important;*/

  list-style: none;
  /*padding: 0;*/
  margin: 0;
  width: 200px !important;
  position: relative;
  padding: 10px 15px;
  box-sizing: border-box;
  /*height: 50px !important;*/
}

.dropdown-menu li:not(:last-of-type){
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.dropdown-menu a{
  color: white !important;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px !important;
  border: 2px solid rgba(0,0,0,0);

}

.dropdown-menu a:hover{
  border: 2px solid white;
}


body {
  font-family: Roboto, sans-serif;
  font-size: 14.58px;
  color: #2f2e2d; }

input[type=text], input[type=tel], input[type=email], textarea {
  width: 100%;
  font: inherit; }

.page-content, .news {
  line-height: 1.6; }
  .page-content h2, .news h2 {
    font: 900 29.17px 'Bender', sans-serif;
    color: #9c0800;
    margin-bottom: 12px;
    line-height: 1;
    text-align: center; }
    .page-content h2:before, .news h2:before {
      content: '[ ';
      color: #9b9c9c; }
    .page-content h2:after, .news h2:after {
      content: ' ]';
      color: #9b9c9c; }
  .page-content h3, .news h3 {
    font: bold 20.83px 'Roboto', sans-serif; }
  .page-content p, .news p {
    margin-bottom: 12px; }

a {
  color: #a21715;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/*
 * 	Core Owl Carousel CSS File
 *	v2.0.0
 */
/* clearfix */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* temporary fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-stage-outer.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-controls .owl-nav div,
.owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl-video-play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: scale;
  transition-property: scale;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-loaded {
  display: block; }

.owl-loading {
  opacity: 0;
  display: block; }

.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* If mouseDrag:false then you are able to select text */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel .owl-item img.owl-lazy {
  opacity: 0; }

.owl-carousel .owl-item img {
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item {
  -webkit-backface-visibility: hidden; }

.owl-rtl {
  direction: rtl; }

.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* animate */
.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-animated-in {
  z-index: 0; }

.owl-animated-out {
  z-index: 1; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
  color: #FFF;
  display: inline-block;
  margin: 5px;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  cursor: pointer; }

.owl-theme .owl-controls .owl-nav .disabled, .owl-nav.disabled {
  display: none; }

.owl-prev, .owl-next {
  cursor: pointer; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover {
  text-decoration: none; }

/* Styling dots*/
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.owl-theme .owl-dots .owl-dot.active span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 14px 40px;
  font-weight: bold;
  font-size: 16.67px;
  position: relative;
  overflow: hidden; }

.btn-red {
  color: white;
  border: none;
  background: transparent; }
  .btn-red:before {
    top: 0;
    left: 12px;
    right: 0;
    bottom: 0;
    background: #ba0505;
    background: -webkit-linear-gradient(top, #c40000, #b90606, #ad0c0c);
    background: linear-gradient(to bottom, #c40000, #b90606, #ad0c0c);
    content: '';
    position: absolute;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    z-index: -1; }
  .btn-red:after {
    top: 0;
    right: 12px;
    left: 0;
    bottom: 0;
    background: #ba0505;
    background: -webkit-linear-gradient(top, #c40000, #b90606, #ad0c0c);
    background: linear-gradient(to bottom, #c40000, #b90606, #ad0c0c);
    content: '';
    position: absolute;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    z-index: -1; }
  .btn-red:hover:before, .btn-red:hover:after {
    background: -webkit-linear-gradient(bottom, #c40000, #b90606, #ad0c0c);
    background: linear-gradient(to top, #c40000, #b90606, #ad0c0c); }

.btn i {
  margin-right: 25px; }

.i-right {
  width: 9px;
  height: 13px;
  background: url(../img/i_right.png); }

.i-mail {
  width: 14px;
  height: 11px;
  background: url(../img/i_email2.png); }

.row {
  margin: 0 -20px; }
  .row:before, .row:after {
    content: '';
    display: table;
    clear: both; }

.one-half, .one-third, .one-fourth {
  float: left;
  padding: 0 20px; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.33333%; }

.one-fourth {
  width: 25%; }

.hs-bg {
  height: 635px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: white; }

.hs-outer {
  height: 635px;
  display: table;
  table-layout: fixed;
  width: 100%; }

.hs-bg1 {
  background-image: url(../img/slide1.jpg); }

.hs-bg2 {
  background-image: url(../img/slide2.jpg); }

.hs-bg3 {
  background-image: url(../img/slide3.jpg); }

.hs-bg4 {
  background-image: url(../img/slide4.jpg); }

.hs-text {
  display: inline-block;
  position: relative;
  color: white;
  border-top: solid 5px #969594;
  padding: 30px 30px 0;
  min-width: 600px; }
  .hs-text:before {
    height: 140px;
    width: 160px;
    width: calc(50% - 235px);
    border-left: solid 5px #969594;
    border-bottom: solid 5px #969594;
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
  .hs-text:after {
    height: 140px;
    width: 160px;
    width: calc(50% - 235px);
    border-right: solid 5px #969594;
    border-bottom: solid 5px #969594;
    content: '';
    position: absolute;
    right: 0;
    top: 0; }
  .hs-text h2 {
    font: bold 45.56px 'Bender', sans-serif;
    margin: 0 0 25px; }
  .hs-text p {
    max-width: 400px;
    margin: 0 auto;
    font-size: 18.75px; }
  .hs-text .btn {
    margin-top: 45px; }

.hs-inner {
  display: table-cell;
  height: 635px;
  text-align: center;
  vertical-align: middle;
  padding-top: 90px; }

.home-slider-bg-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.home-slider .owl-prev, .home-slider .owl-next {
  position: absolute;
  top: 50%;
  width: 67px;
  height: 67px;
  margin-top: -67px; }

.home-slider .owl-prev {
  left: 0;
  background: url(../img/left.png) no-repeat center center; }

.home-slider .owl-next {
  right: 0;
  background: url(../img/right.png) no-repeat center center; }

.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center; }

.home-slider .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 5px;
  cursor: pointer;
  margin: 0 5px;
  background: #dededd; }
  .home-slider .owl-dot.active {
    background: #aaa9a9; }

.about {
  padding: 90px 0 80px; }
  .about h2 {
    text-align: left; }

.about-left {
  float: left;
  width: 300px; }

.about-right {
  margin-left: 360px; }

.advantages {
  text-align: center;
  padding: 85px 0 65px;
  background: url(../img/advantages_bg.jpg) no-repeat center top;
  min-height: 663px;
  background-size: cover; }
  .advantages h2 {
    margin-bottom: 45px; }

.advantage-img {
  width: 124px;
  height: 140px;
  position: relative;
  margin: 0 auto 10px;
  background: url(../img/advant_img_bg.png) no-repeat center center;
  background-size: contain; }
  .advantage-img img {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto; }

.advantage-item h3 {
  line-height: 1.2;
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 18px;
  position: relative;
  color: #454444; }
  .advantage-item h3:after {
    content: '';
    position: absolute;
    width: 38px;
    height: 3px;
    background: #b80300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.brands {
  padding: 60px 0 75px; }

.brands-carousel-outer {
  margin: 35px 50px 0; }

.brands-carousel {
  line-height: 61px;
  text-align: center; }
  .brands-carousel img {
    display: inline-block;
    vertical-align: middle;
    max-height: 61px; }
  .brands-carousel .owl-prev, .brands-carousel .owl-next {
    position: absolute;
    width: 27px;
    height: 51px;
    top: 50%;
    margin-top: -25px; }
  .brands-carousel .owl-prev {
    left: -50px;
    background: url(../img/left2.png) no-repeat center center; }
  .brands-carousel .owl-next {
    right: -50px;
    background: url(../img/right2.png) no-repeat center center; }

.page-right {
  margin-left: 305px; }

.page-right-inner {
  float: right;
  width: 100%; }

.page-left {
  float: left;
  width: 274px; }

.image-header {
  height: 174px;
  line-height: 174px;
  text-align: center;
  background: url(../img/heading_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fdfdfd; }
  .image-header > * {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle; }
  .image-header h2 {
    font: 900 29.17px 'Bender', sans-serif;
    margin: 0; }

.brands-tile {
  margin: 30px -10px 0; }

.bti-header {
  padding-top: 8px;
  text-align: center;
  height: 42px;
  background: url(../img/brand_head.png) no-repeat center top;
  color: #2f2e2d;
  margin: -1px 0 -5px; }
  .bti-header h4 {
    font-weight: normal;
    font-size: 16.67px; }

.brands-tile-item {
  float: left;
  width: 33.33333%;
  padding: 0 10px 20px; }
  .brands-tile-item a {
    display: block;
    border: solid 1px #d0cfcf;
    background: white;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .brands-tile-item a:hover {
      border-color: #c0c0c0;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); }
      .brands-tile-item a:hover .bti-header {
        background-position: center bottom;
        color: #fdfdfd; }

.bti-body {
  height: 136px;
  position: relative; }
  .bti-body img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.inner-page-container {
  margin-bottom: 100px; }

.item-info {
  margin-bottom: 20px; }
  .item-info h3 {
    font: bold 25px 'Roboto', sans-serif;
    margin: 0;
    color: #2f2e2d; }
  .item-info h4 {
    font: bold 14.58px 'Roboto', sans-serif;
    margin: 0;
    color: #878787; }

.ii-left {
  float: left;
  width: 60%; }

.ii-right {
  float: left;
  width: 40%;
  text-align: right; }

.text-page {
  line-height: 1.5; }
  .text-page h2 {
    font: bold 20.83px 'Bender', sans-serif;
    color: #2f2e2d;
    margin: 30px 0 12px;
    padding-bottom: 8px;
    background: url(../img/h2.png) no-repeat left bottom; }
  .text-page ul {
    list-style: none;
    margin: 15px 0;
    padding-left: 17px; }
    .text-page ul li {
      padding-left: 27px;
      background: url(../img/li.png) no-repeat left 6px;
      color: #702322;
      margin: 6px 0; }

.table-info table {
  width: 100%;
  border-collapse: collapse; }

.table-info th {
  background: #dededd;
  padding: 12px 6px;
  text-align: left;
  border-top: solid 1px #cecdcd;
  text-align: center;
  font-weight: normal; }
  .table-info th:first-child {
    text-align: left; }
  .table-info th:first-child {
    border-left: solid 1px #cecdcd; }
  .table-info th:last-child {
    border-right: solid 1px #cecdcd; }

.table-info .he th{
  background-color: white !important;
  border-right: 1px solid  #dededd !important;
}

.table-info td {
  border: solid 1px #cecdcd;
  padding: 12px 6px;
  vertical-align: middle;
  border-bottom-width: 0;
  text-align: center;
  /*min-width: 90px;*/
}
  .table-info td:first-child {
    text-align: left; }

.table-info tr:nth-child(odd) {
  background: #f5f5f5; }

.table-info tr:last-child td {
  border-bottom-width: 1px; }

.table-info tr:not(:first-child):hover td {
  border-bottom-color: #c33a37;
  border-top-color: #c33a37; }
  .table-info tr:not(:first-child):hover td:first-child {
    border-left-color: #c33a37; }
  .table-info tr:not(:first-child):hover td:last-child {
    border-right-color: #c33a37; }

.table-info tr:not(:first-child):hover + tr td {
  border-top-color: #c33a37; }

.cart-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/cart.png) no-repeat center center;
  visibility: hidden; }

tr:hover .cart-button {
  visibility: visible; }

.feedback-holder {
  background: #f5f6f6  no-repeat center bottom;
  padding: 24px 45px;
  position: relative;
  z-index: 1;
  margin: 50px 0 40px; }
  .feedback-holder h3 {
    font: bold 20.83px 'Bender', sans-serif;
    color: #2f2e2d;
    margin: 0 0 20px;
    min-width: 90px; }

.form-input {
  position: relative;
  margin: 0 8px 18px;
  background: white;
  border-top: solid 1px #bdbdbd;
  border-bottom: solid 1px #bdbdbd; }
  .form-input:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -1px;
    bottom: -1px;
    width: 8px;
    background: url(../img/input_left.png) no-repeat right top;
    border-bottom: solid 1px #bdbdbd; }
  .form-input:after {
    content: '';
    position: absolute;
    right: -8px;
    top: -1px;
    bottom: -1px;
    width: 8px;
    background: url(../img/input_right.png) no-repeat left bottom;
    border-top: solid 1px #bdbdbd; }
  .form-input input[type=text], .form-input input[type=tel], .form-input input[type=email], .form-input textarea {
    background: transparent;
    border: none;
    padding: 10px 14px; }
  .form-input textarea {
    height: 133px; }

.news-list-item {
  margin: 35px 0;
  overflow: hidden; }

.nl-left {
  float: left;
  width: 265px;
  position: relative; }
  .nl-left .news-date {
    top: 0;
    font-weight: bold; }

.nl-right {
  margin-left: 295px; }
  .nl-right h4 {
    font: bold 14.58px 'Roboto', sans-serif;
    margin: 0 0 16px; }

a.more {
  font: normal 16.67px 'Bender', sans-serif;
  color: #a21715;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px; }
  a.more:hover {
    text-decoration: underline; }

.paging {
  text-align: center;
  margin-top: 50px; }
  .paging li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    line-height: 41px;
    margin: 0 1px;
    padding: 0 !important; }
    .paging li a {
      display: block;
      line-height: 41px;
      text-decoration: none;
      background: url(../img/numbers.png) no-repeat right center;
      color: #2f2e2d; }
      .paging li a:hover {
        background-position: left center;
        color: #a21715; }
    .paging li.active a {
      background-position: left center;
      color: #a21715; }

.sidebar-header {
  padding: 12px 12px 12px 55px;
  background: #b70e0b;
  background: -webkit-linear-gradient(top, #bf100d, #a80806);
  background: linear-gradient(to bottom, #bf100d, #a80806);
  color: white;
  position: relative;
  font: 900 14.58px 'Bender', sans-serif;
  z-index: 10; }
  .sidebar-header:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 12px;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/catalog.png) no-repeat center center; }
  .sidebar-header:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ab0907 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -6px;
    left: 20px; }

.sidebar-menu {
  border: solid 1px #cbcaca; }
  .sidebar-menu ul {
    list-style: none; }
    .sidebar-menu ul ul {
      display: none; }
  .sidebar-menu li {
    border-bottom: solid 1px #cbcaca; }
  .sidebar-menu a {
    display: block;
    color: inherit;
    text-decoration: none; }
  .sidebar-menu .has-submenu {
    border-bottom: none; }
    .sidebar-menu .has-submenu > a {
      background: #f5f5f5 url(../img/submenu.png) no-repeat 20px center;
      font: 900 14.58px 'Bender', sans-serif;
      padding: 9px 9px 9px 50px;
      color: #2f2e2d;
      position: relative;
      border-bottom: solid 1px #cbcaca; }
    .sidebar-menu .has-submenu li {
      position: relative; }
      .sidebar-menu .has-submenu li:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 3px;
        background: #969594;
        left: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        pointer-events: none;
        z-index: 10; }
      .sidebar-menu .has-submenu li a {
        padding: 6px 9px 6px 50px;
        background: white;
        position: relative;
        color: #2f2e2d;
        font-size: 14.58px; }
        .sidebar-menu .has-submenu li a:hover {
          text-shadow: 0 0 0 black;
          background: #efeeee; }
          .sidebar-menu .has-submenu li a:hover:before {
            content: '';
            position: absolute;
            top: -1px;
            bottom: -1px;
            right: -7px;
            margin: auto;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 16.5px 0 16.5px 7px;
            border-color: transparent transparent transparent #cbcaca; }
          .sidebar-menu .has-submenu li a:hover:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: -6px;
            margin: auto;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15.5px 0 15.5px 6px;
            border-color: transparent transparent transparent #efeeee; }
    .sidebar-menu .has-submenu.active > a {
      background-image: url(../img/submenu2.png); }
      .sidebar-menu .has-submenu.active > a:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        left: 21px;
        bottom: -5px;
        background: #f5f5f5;
        border-right: solid 1px #c9c8c8;
        border-bottom: solid 1px #c9c8c8;
        box-sizing: border-box;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        z-index: 10; }

.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

#full-page {
  position: relative;
  padding-bottom: 414px;
  min-height: 100vh; }

.news {
  padding: 105px 0 70px;
  min-height: 715px;
  background: url(../img/news_bg.jpg) no-repeat center center;
  position: relative; }

.news-carousel-outer {
  margin-top: 45px; }

.news-carousel h4 {
  font: bold 14.58px 'Roboto', sans-serif;
  margin-bottom: 20px; }

.news-carousel a {
  color: inherit;
  text-decoration: none; }

.news-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -75px; }

.news-carousel .owl-prev, .news-carousel .owl-next {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px; }

.news-carousel .owl-prev {
  background: url(../img/left3.png) no-repeat center center;
  margin-right: 6px; }

.news-carousel .owl-next {
  background: url(../img/right3.png) no-repeat center center; }

.news-text {
  padding-left: 80px;
  padding-top: 22px;
  position: relative; }

.news-date {
  background: #c80805;
  text-align: center;
  font: normal 13.75px 'Bender', sans-serif;
  color: white;
  position: absolute;
  width: 55px;
  left: 0;
  top: -16px;
  padding: 9px 0 12px; }

.date-day {
  font-size: 20.83px;
  display: block; }

.footer-top {
  background: url(../img/footer_bg.jpg) repeat-y center top;
  color: #fdfdfd;
  padding: 45px 0 60px;
  font-size: 13.75px;
  position: relative; }
  .footer-top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    background: url(../img/footer-top.png) no-repeat center bottom;
    height: 30px; }
  .footer-top a {
    color: inherit;
    text-decoration: none; }
    .footer-top a:hover {
      text-decoration: underline; }
  .footer-top ul {
    list-style: none; }

.footer-left {
  float: left;
  width: 33.33333%; }
  .footer-left p {
    margin: 25px 0; }

.socials p {
  font: normal 14.57px 'Roboto', sans-serif;
  margin: 0 0 10px; }

.footer-right {
  float: left;
  width: 66.66666%;
  line-height: 30px; }
  .footer-right h4 {
    font: bold 15.41px 'Roboto', sans-serif;
    margin-bottom: 18px;
    padding-bottom: 7px;
    border-bottom: solid 1px #9b9a9a; }

.pluso-more {
  display: none !important; }

body > iframe {
  display: none !important; }

.footer-column-1 {
  width: 30%;
  margin-right: 5%;
  float: left; }

.footer-column-2 {
  width: 28%;
  margin-right: 5%;
  float: left; }

.footer-column-3 {
  width: 31%;
  float: left; }
  .footer-column-3 p {
    font-family: 'Roboto', sans-serif; }

.footer-address {
  padding-left: 30px;
  background: url(../img/i_address.png) no-repeat left 9px; }

.footer-phones {
  padding-left: 30px;
  background: url(../img/i_phone.png) no-repeat left 9px; }

.footer-email {
  padding-left: 30px;
  background: url(../img/i_email.png) no-repeat left 10px; }

.footer-bottom {
  border-top: solid 2px white;
  background: #b00b08;
  background: -webkit-linear-gradient(top, #bf100d, #b40c0a, #960200);
  background: linear-gradient(to bottom, #bf100d, #b40c0a, #960200);
  border-bottom: solid 1px #cb8180;
  font-size: 13px;
  color: #fdfdfd;
  padding: 16px 0; }

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  /*border: none;*/
  display: block;
  vertical-align: top; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  width: 50%;
  display: inline-block;
  color: #97816e; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: middle;
  display: inline-block;
  width: 50%; }

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#toggle_nav {
  display: none; }

@media screen and (max-width: 1150px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 959px) {
  .cart-button {
    visibility: visible; }
  .table-info {
    border-bottom: solid 1px gray; }
    .table-info td {
      text-align: left;
      border: solid 1px gray;
      border-bottom: none; }
  #toggle_nav {
    display: block;
    width: 60px;
    height: 40px;
    float: right;
    border: solid 1px white;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    margin-top: 15px; }
    #toggle_nav span {
      width: 30px;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: white; }
      #toggle_nav span:before, #toggle_nav span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        background: white; }
      #toggle_nav span:before {
        top: -6px; }
      #toggle_nav span:after {
        bottom: -6px; }
  .nav-menu > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    padding: 15px 0;
    background: #990301; }
  .nav-menu > ul > li {
    display: block;
    width: auto;
    text-align: right; }
  .nav-menu > ul > li > a {
    padding-right: 20px;
    line-height: 45px; }
  .nav-line {
    overflow: visible;
    margin-left: -10px;
    margin-right: -10px; }
.dropdown-menu li{
  position: relative !important;
    width: 100% !important;
  position: relative !important;
  margin: 0 !important;
}

.dropdown ul{
  display: none !important;
  position: relative !important;
}

.dropdown.open ul{
  display: block !important;
}

.dropdown-menu li a{
  padding-right: 20px;
}

}

@media screen and (max-width: 799px) {
  .one-fourth {
    width: 50%; }
    .one-fourth:nth-child(odd) {
      clear: both; }
  .footer-left, .footer-right {
    float: none;
    width: auto; }
  .footer-right {
    margin-top: 20px; }
  .page-right {
    margin-left: 0; }
  .page-left, .page-right-inner {
    float: none;
    width: auto;
    clear: both; }
  .hs-text h2 {
    font-size: 25px; }
  .about-right {
    margin-left: 0; }
  .about-left {
    margin: 0 20px 20px 0; }
  .footer-top {
    background-size: cover; } }

@media screen and (max-width: 639px) {
  .about-right {
    clear: both; }
  .nl-right {
    margin-left: 0; }
  .nl-left {
    margin: 0 10px 10px 0; }
  .page-heading h1 {
    font-size: 22px; }
  .hs-text {
    min-width: 100px;
    border: none; }
    .hs-text:before, .hs-text:after {
      display: none; }
    .hs-text p {
      font-size: 14px; } }

@media screen and (max-width: 479px) {
  .item-info h3 {
    font-size: 18px; }
  .nav-logo {
    width: 60%; }
    .nav-logo img {
      max-width: 70%; }
  .feedback-holder {
    padding: 24px 15px; }
  .nl-right {
    clear: both; }
  .brands-tile-item {
    width: 50%;
    padding: 0 5px 20px; }
    .brands-tile-item img {
      max-width: 85%; }
  .bti-header h4 {
    font-size: 13px; }
  .image-header h2 {
    font-size: 20px; }
  .page-content h2, .news h2 {
    font-size: 20px; }
  .news-carousel .owl-nav {
    top: -35px; }
  .footer-column-1 {
    width: 60%;
    margin-right: 2%; }
  .footer-column-2 {
    width: 38%;
    margin-right: 0; }
  .footer-column-3 {
    width: 100%; }
  .one-fourth {
    width: 100%; }
  .advantages {
    background: #cccccc; }
  .inner-page-container {
    margin-bottom: 520px;

  } }

@media screen and (max-width: 399px) {
  .search-line {
    text-align: left; }
  .header-cart {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px; } }

/*# sourceMappingURL=../../maps/css/style.css.map */


.nav-tabs.nav-tabs-transparent li a {
  font-size: 1.3em;
  color: #7e8488;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid 1px #ddd;
  font-family: "Lato";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.nav-tabs.nav-tabs-transparent li a:hover {
  background-color: #e5e5e5;
}
.nav-tabs.nav-tabs-transparent li.active a,
.nav-tabs.nav-tabs-transparent li.active a:hover,
.nav-tabs.nav-tabs-transparent li.active a:focus {
  background-image: -webkit-linear-gradient(bottom, #0087c1, #0099da);
  background-image: -moz-linear-gradient(bottom, #0087c1, #0099da);
  background-image: -o-linear-gradient(bottom, #0087c1, #0099da);
  background-image: linear-gradient(to top, #0087c1, #0099da);
  color: #fff;
  border-bottom: solid 1px #ddd;
}
.nav-tabs.nav-tabs-ar {
  border-top: solid 3px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  font-family: "Lato", sans-serif;
  background-color: #fff;
}
.nav-tabs.nav-tabs-ar li a {
  margin-top: -3px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
  color: #555;
  transition: padding 0.2s, border-top 0.2s;
  -moz-transition: padding 0.2s, border-top 0.2s;
  -webkit-transition: padding 0.2s, border-top 0.2s;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  margin-left: -1px;
  border: 0;

  border-top: solid 3px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
  border-left: solid 1px #e5e5e5;
}
.nav-tabs.nav-tabs-ar li:first-child a {
  margin-left: 0px;
}
.nav-tabs.nav-tabs-ar li a:hover,
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
  border-top: solid 3px #BB0F0C;
  background-color: #f9f9f9;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  color: #BB0F0C;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
}
.nav-tabs.nav-tabs-ar li.active a {
  position: relative;
  z-index: 2;
}
.nav-tabs.nav-tabs-ar li.active a,
.nav-tabs.nav-tabs-ar li.active a:hover,
.nav-tabs.nav-tabs-ar li.active a:focus {
  border-bottom: solid 1px #f9f9f9;
}
.nav-tabs.nav-tabs-ar li a:hover {
  position: relative;
  z-index: 1;
  border-bottom-color: #e5e5e5;
  border-top-color: #000;
  color: #000;
}
@media (min-width: 370px) {
  .nav-tabs.nav-tabs-ar li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-tabs.nav-tabs-ar li a:hover,
  .nav-tabs.nav-tabs-ar li.active a,
  .nav-tabs.nav-tabs-ar li.active a:hover,
  .nav-tabs.nav-tabs-ar li.active a:focus {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.nav-tabs.nav-tabs-ar + .tab-content {
  padding: 15px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
  background-color: #f9f9f9;
}
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus,
.nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
  background-color: #fff;
}
.nav-tabs.nav-tabs-ar li a i {
  font-size: 1.2em;
}
.nav-tabs + .tab-content {
  padding: 15px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
}
.nav-tabs li a {
  border-radius: 2px;
}
.nav-tabs.nav-tabs-round li a {
  border-radius: 5px 5px 0 0;
}
.nav-tabs li a:hover {
  background-color: #f5f5f5;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}

.nav-tabs.nav-tabs-ar.nav-tabs-ar-white, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
    background-color: #fff;
}
.nav-tabs.nav-tabs-ar + .tab-content {
    padding: 15px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden;
    background-color: #f9f9f9;
}
.nav-tabs + .tab-content {
    padding: 15px;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden;
}

.tab-content{
    margin-top: 10px;
}


.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block !important;
}

.nav-tabs.nav-tabs-ar.nav-tabs-ar-white, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li a:hover, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:hover, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white li.active a:focus, .nav-tabs.nav-tabs-ar.nav-tabs-ar-white + .tab-content {
    background-color: #fff;
}

.nav-tabs li:last-of-type:after{
    content: '';
    display: block;
    clear: both;
}

.inner-page-container li{
  margin-left: 35px !important;
}

.inner-page-container ul{
    margin-bottom: 10px !important;
}

.news-img img{
    width: 100% !important;
}

.news-img{
  margin-left: 55px;
}

.goodimg img{
      margin: auto auto;
  display: block;
}

.goodimg a{
  border: 1px solid #c7c7c6;
  display: flex;
  height: 250px;
}

.goodttl{
  background-color: #c22926;
  width: 17px;
  height: 2px;
  margin-top: 2px;
}

.gooddescr ul{
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.gooddescr li{
  background: url(/static/n/img/li2.png)  no-repeat left;
  padding-left: 15px;
  margin-left: 0 !important;
}

.site-footer ul{
  line-height: 1.5em !important;
}

.feat {
  border-top: 1px solid #ededed;
  color: #545454;
  font-size: 12px;
  line-height: 14px; }
  .feat li {
    border-bottom: 1px solid #ededed;
    padding: 8px 10px; }
  .feat li div {
    display: inline-block; }
  .feat_name {
    width: 170px;
    margin: 0 10px 0 0; }

.featbox {
  border-top: 0;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 20px; }
  .featbox li {
    border-bottom-color: #c5c5c5;
    padding: 10px 10px;
    position: relative; }
  .featbox .feat_name {
    width: 320px;
    margin-right: 10px; }
  .featbox_title {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700; }
  .featbox li:hover {
    border-bottom-color: #C7C7C6; }
    .featbox li:hover:before {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      top: -1px;
      background: #C7C7C6; }
  .featbox li.featbox_title:hover {
    border-bottom-color: #c5c5c5; }
    .featbox li.featbox_title:hover::before {
      content: none;
      display: none; }


.header-email{
  background: url('/static/img/mail.png') no-repeat left;
  background-size: 30px;
  display: inline-block;
  vertical-align: middle !important;
  height: 40px;
  margin-right: 40px;
}

.header-email a{
  color:white !important;
  text-decoration: none;
  margin-left: 40px;
  margin-top: 10px;
  display: inline-block;
}

.docs{
  background: url('/static/img/pdf.png') no-repeat 0px 5px;
  padding-left: 50px;
  min-height: 60px;
  margin-top: 20px;
}
.cert-heading{
  margin-top: 10px;
}