@charset "UTF-8";
/* ----- COLORS ----- */
/* --- NON ACTUAL --- */
/* --- NON ACTUAL --- */
/* responsive */
/* ----- FONTS ----- */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic");
.iconer {
  display: inline-block; }
  .iconer.iconer-phone {
    width: 28px;
    height: 28px;
    background: url(../img/icons/phone.svg) no-repeat; }

/* ----- BASIS ----- */
body {
  background-color: #fff;
  font-family: "PT Sans", sans-serif; }
  body.noscroll {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }
  body.inner header {
    position: relative;
    top: 35px; }

.hidden {
  display: none !important; }

.inliner {
  display: block;
  font-size: 0; }
  .inliner > * {
    display: inline-block;
    float: none; }
  .inliner.vam > * {
    vertical-align: middle; }

.pull-right {
  float: right; }

.posst {
  position: static; }

a {
  color: #013e98;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  a:hover {
    color: #171717;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none; }

.btn.btn-rounded {
  border-radius: 50px; }

.btn-bordered {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 7px 25px;
  color: #333;
  -webkit-box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .btn-bordered:not(:disabled):not(.disabled).active, .btn-bordered:not(:disabled):not(.disabled):active {
    background-color: #2b2a28;
    border-color: #2b2a28;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .btn-bordered:hover, .btn-bordered:active {
    background-color: #2F4063;
    border-color: #2F4063;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .btn-bordered:focus {
    background-color: #2F4063;
    border-color: #2F4063;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.btn-primary {
  background: #0E8420;
  border: 2px solid #0E8420;
  border-radius: 5px;
  padding: 7px 25px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #171717;
    border-color: #171717;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .btn-primary:hover, .btn-primary:active {
    background-color: #171717;
    border-color: #171717;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .btn-primary:focus {
    background: #0E8420;
    border-color: #0E8420;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-blue {
  background: #013e98;
  border: 2px solid #013e98;
  border-radius: 5px;
  padding: 7px 25px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active {
    background-color: #171717;
    border-color: #171717;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .btn-blue:hover, .btn-blue:active {
    background-color: #171717;
    border-color: #171717;
    color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .btn-blue:focus {
    background: #013e98;
    border-color: #013e98;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-white-light {
  background: #fff;
  border: 1px solid #ffffff;
  color: #171717;
  border-radius: 0;
  padding: 7px 25px;
  border: 2px solid #ffffff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-weight: 600;
  padding: 7px 25px;
  transition: all .2s ease; }
  .btn-white-light:hover, .btn-white-light:focus {
    background: transparent;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.btn-white-b {
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  padding: 7px 25px;
  border: 2px solid #ffffff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .btn-white-b:hover, .btn-white-b:focus {
    background: #ffffff;
    color: #171717;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.icon {
  display: inline-block; }

.mobile {
  display: none !important; }

.desktop {
  display: block !important; }

.wrapper {
  position: relative; }

.form-control {
  border-radius: 0; }

img {
  max-width: 100%; }

.owl-carousel .owl-item img {
  width: auto; }

.mv-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.nopadding {
  padding: 0; }

.posr {
  position: relative; }

button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
  outline: none !important; }

.badge-success {
  background: #0E8420;
  font-weight: 500; }

.visible-xs {
  display: none; }

.sticky,
.sticky.head-tr {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(0, 0, 0, 0.4); }

.btn-link {
  color: #DD4814; }
  .btn-link:hover {
    color: #171717; }

.card-header {
  background: #f2f2f2; }

.mobile-catalog-but {
  display: none;
  padding: 0; }
  .mobile-catalog-but a {
    padding: 5px 15px;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 58px;
    background: #013e98;
    color: #fff;
    text-transform: uppercase; }
    .mobile-catalog-but a i {
      position: absolute;
      right: 15px;
      line-height: 58px;
      top: 5px; }

.mobile-menu-button {
  display: none; }

/* ----- PRELOADER ----- */
.preloader-inner {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #DD4814;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
          animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -weblit-transform: scale(0); }
  100% {
    -weblit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.tab-content {
  padding: 30px 30px; }

/* ----- HEADER ----- */
.navbar-toggler {
  position: relative;
  background: transparent;
  border: none;
  display: none;
  padding: 5px 12px; }
  .navbar-toggler span {
    display: block;
    background-color: #013e98;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1; }
    .navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
      -webkit-transition: -webkit-transform .35s ease-in-out;
      transition: -webkit-transform .35s ease-in-out;
      -o-transition: transform .35s ease-in-out;
      transition: transform .35s ease-in-out;
      transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out; }
  .navbar-toggler:not(.noactive) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    opacity: 0.9; }
  .navbar-toggler:not(.noactive) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent; }
  .navbar-toggler:not(.noactive) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    opacity: 0.9; }
  .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }

.overlays {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
  z-index: 10000; }
  .overlays.active {
    display: block; }

.cart-popup_bottom {
  position: fixed;
  background-color: white;
  width: 320px;
  top: 0px;
  right: -322px;
  height: 100vh;
  z-index: 1003;
  padding: 77px 20px 232px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .cart-popup_bottom .line {
    border-color: #212237;
    margin-bottom: 0px;
    margin-top: 0px; }
  .cart-popup_bottom .remove {
    font-size: 13px;
    color: rgba(33, 34, 55, 0.8);
    background: transparent;
    border: none; }
    .cart-popup_bottom .remove:hover {
      color: #212237; }
  .cart-popup_bottom .q {
    color: #212237;
    font-size: 15px; }
  .cart-popup_bottom .price-total {
    color: #212237;
    font-size: 16px; }
  .cart-popup_bottom .actions {
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    background: white;
    z-index: 2; }
  .cart-popup_bottom .cart-widget-buttons {
    padding: 20px 0 60px; }
  .cart-popup_bottom .cart-widget-edit {
    display: block;
    text-align: center;
    margin-bottom: 12px;
    padding: 15px 0px;
    border: 2px solid #212237;
    color: #212237;
    text-transform: uppercase;
    background: transparent; }
  .cart-popup_bottom .cart-widget-order {
    display: block;
    padding: 17px 0px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background: #212237; }
  .cart-popup_bottom .cart-header {
    position: absolute;
    background: white;
    padding: 15px 20px;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px; }
    .cart-popup_bottom .cart-header a {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      margin-left: 20px;
      display: block;
      color: #333333; }
      .cart-popup_bottom .cart-header a:hover {
        color: #0d2556; }
  .cart-popup_bottom .close-cart {
    background-color: #f4f4f4;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 43px;
    text-align: center;
    font-size: 22px; }
    .cart-popup_bottom .close-cart:hover {
      background-color: #0d2556;
      color: #f4f4f4; }
      .cart-popup_bottom .close-cart:hover i {
        color: #f4f4f4; }
    .cart-popup_bottom .close-cart.right {
      position: absolute;
      right: 15px; }
  .cart-popup_bottom .scroll-container {
    overflow: hidden auto;
    position: relative;
    height: 100%;
    padding-bottom: 50px; }
    .cart-popup_bottom .scroll-container .cart-widget-item {
      margin-top: 10px; }
      .cart-popup_bottom .scroll-container .cart-widget-item .name {
        padding: 0px;
        font-size: 15px; }
        .cart-popup_bottom .scroll-container .cart-widget-item .name a {
          font-size: 15px; }
        .cart-popup_bottom .scroll-container .cart-widget-item .name input {
          width: 50px;
          margin: 0px 5px; }
  .cart-popup_bottom.active {
    right: 0px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .cart-popup_bottom p {
    text-align: center; }

.side-menu-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  .side-menu-overlay.active {
    opacity: 1;
    width: 100%; }

.modal-title {
  font-weight: bold; }

.mobile-catalog-menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  padding-bottom: 112px;
  right: 0;
  background: #ffffff;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
  border-top: 1px solid #ccc; }
  .mobile-catalog-menu-content.active {
    display: block; }
  .mobile-catalog-menu-content .menu-manage {
    position: relative; }
    .mobile-catalog-menu-content .menu-manage .name-menu {
      width: 100%;
      height: 80px;
      border-bottom: 1px solid;
      line-height: 80px;
      padding-left: 10px;
      border-bottom: 1px solid whitesmoke; }
      .mobile-catalog-menu-content .menu-manage .name-menu span {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 700;
        color: #7e7e7e;
        margin-bottom: 15px; }
        .mobile-catalog-menu-content .menu-manage .name-menu span.btn-close {
          width: 20px;
          position: absolute;
          top: 3px;
          right: 15px; }
  .mobile-catalog-menu-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative; }
    .mobile-catalog-menu-content ul.inmenu > li:not(.active) {
      display: none; }
    .mobile-catalog-menu-content ul.inmenu li.active > a {
      display: none; }
    .mobile-catalog-menu-content ul.inmenu li.active > ul {
      display: block; }
    .mobile-catalog-menu-content ul li {
      display: block;
      border-top: 1px solid #ccc; }
      .mobile-catalog-menu-content ul li > ul li:first-child {
        border-top: none; }
      .mobile-catalog-menu-content ul li.closer {
        position: relative; }
        .mobile-catalog-menu-content ul li.closer a {
          background: #F5F4F5; }
          .mobile-catalog-menu-content ul li.closer a i {
            position: static;
            color: #171717;
            margin-right: 10px; }
      .mobile-catalog-menu-content ul li a {
        color: #3A3A3A;
        padding: 5px 15px;
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 58px; }
        .mobile-catalog-menu-content ul li a:hover {
          background-color: #f6f6f6; }
        .mobile-catalog-menu-content ul li a i {
          position: absolute;
          right: 15px;
          top: 5px;
          color: #eee;
          line-height: 58px; }
      .mobile-catalog-menu-content ul li > ul {
        display: none; }
        .mobile-catalog-menu-content ul li > ul li {
          display: block; }
          .mobile-catalog-menu-content ul li > ul li a {
            color: #3A3A3A;
            padding: 5px 15px;
            display: block;
            position: relative;
            font-size: 16px;
            line-height: 58px; }
            .mobile-catalog-menu-content ul li > ul li a:hover {
              background-color: #f6f6f6; }
            .mobile-catalog-menu-content ul li > ul li a i {
              position: absolute;
              right: 15px;
              top: 5px;
              color: #eee;
              line-height: 58px; }

.mobile-menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  padding-bottom: 112px;
  right: 0;
  background: #ffffff;
  z-index: 999;
  overflow-y: scroll;
  display: none;
  border-top: 1px solid #ccc; }
  .mobile-menu-content.active {
    display: block; }
  .mobile-menu-content .menu-manage {
    position: relative; }
    .mobile-menu-content .menu-manage .name-menu {
      width: 100%;
      height: 80px;
      border-bottom: 1px solid;
      line-height: 80px;
      padding-left: 10px;
      border-bottom: 1px solid whitesmoke; }
      .mobile-menu-content .menu-manage .name-menu span {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 700;
        color: #7e7e7e;
        margin-bottom: 15px; }
        .mobile-menu-content .menu-manage .name-menu span.btn-close {
          width: 20px;
          position: absolute;
          right: 15px;
		  margin-bottom: 0;}
  .mobile-menu-content > ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobile-menu-content > ul > li {
      display: block;
      border-bottom: 1px solid #ccc; }
      .mobile-menu-content > ul > li > a {
        position: relative; }
        .mobile-menu-content > ul > li > a i {
          position: absolute;
          right: 15px;
          top: 0;
          line-height: 63px;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
      .mobile-menu-content > ul > li:first-child {
        border-top: 1px solid #ccc; }
      .mobile-menu-content > ul > li.drop.active a i {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      .mobile-menu-content > ul > li > a {
        color: #3A3A3A;
        padding: 5px 15px;
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 58px; }
        .mobile-menu-content > ul > li > a:hover, .mobile-menu-content > ul > li > a:focus, .mobile-menu-content > ul > li > a:active {
          background-color: #f6f6f6; }
      .mobile-menu-content > ul > li > .drop-menu {
        padding-left: 10px;
        display: none;
        opacity: 0;
        padding: 5px 10px 5px 10px;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease; }
        .mobile-menu-content > ul > li > .drop-menu.active {
          display: block;
          opacity: 1;
          -webkit-transition: opacity .2s ease;
          -o-transition: opacity .2s ease;
          transition: opacity .2s ease; }
        .mobile-menu-content > ul > li > .drop-menu .menu {
          margin-bottom: 20px; }
        .mobile-menu-content > ul > li > .drop-menu .title {
          color: #ffffff;
          font-size: 14px;
          font-weight: 600; }
        .mobile-menu-content > ul > li > .drop-menu ul {
          list-style-type: none;
          padding: 0 5px;
          margin: 0; }
          .mobile-menu-content > ul > li > .drop-menu ul > li {
            display: block; }
            .mobile-menu-content > ul > li > .drop-menu ul > li > a {
              color: #171717;
              font-size: 14px;
              font-weight: 300; }

.mobile-search-form {
  padding: 10px 15px; }
  .mobile-search-form .btn {
    background: #013e98;
    color: #fff; }

.mobile-menu {
  display: none; }

.ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.dropdown-toggle::after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0;
  border: none;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: 5px; }

.dropdown-menu {
  padding: 10px 10px; }
  .dropdown-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dropdown-menu li {
    display: block; }
	
.overlays {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
  z-index: 1000; }
  .overlays.active {
    display: block; }

header {
  background: #ffffff;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); }
  header .header-top {
    background: #f2f2f2; }
    header .header-top .top-sider {
      text-align: right; }
      header .header-top .top-sider .login {
        position: relative;
        padding: 0 10px;
        margin-left: 120px; }
        header .header-top .top-sider .login a {
          display: inline-block; }
          header .header-top .top-sider .login a + a {
            margin-left: 5px;
            position: relative; }
            header .header-top .top-sider .login a + a::before {
              content: '/';
              display: inline-block;
              margin-right: 5px; }
      header .header-top .top-sider a {
        display: inline-block;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        header .header-top .top-sider a.callbacker {
          display: block;
          padding: 10px 15px;
          font-size: 14px;
          text-transform: uppercase;
          color: #467ed1;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          header .header-top .top-sider a.callbacker:hover span {
            border-bottom: 1px dashed transparent;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
          header .header-top .top-sider a.callbacker span {
            color: #467ed1;
            display: inline-block;
            border-bottom: 1px dashed #467ed1; }
    header .header-top i {
      color: #999999;
      font-size: 16px;
      margin-right: 5px;
      display: inline-block; }
    header .header-top span {
      font-size: 14px;
      line-height: 1.5;
      color: #ffffff;
      padding-top: 2px; }
    header .header-top a {
      font-size: 14px;
      line-height: 1.5;
      color: #999999;
      padding-top: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      header .header-top a:hover {
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    header .header-top .top-left .inliner > * + * {
      margin-left: 30px; }
    header .header-top .phone_block {
      padding: 5px 0;
      display: none; }
      header .header-top .phone_block a {
        color: #4a4a4a;
        font-size: 18px;
        font-weight: bold; }
    header .header-top .socials {
      position: relative; }
      header .header-top .socials ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        header .header-top .socials ul li {
          display: inline-block; }
          header .header-top .socials ul li a {
            color: #999999;
            padding: 0 5px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            header .header-top .socials ul li a:hover {
              color: #013e98;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
            header .header-top .socials ul li a i {
              color: inherit; }
    header .header-top ul.top_menu {
      position: relative;
      list-style-type: none;
      padding: 0 15px;
      margin: 0; }
      header .header-top ul.top_menu li {
        display: inline-block; }
        header .header-top ul.top_menu li + li {
          margin-left: 50px; }
        header .header-top ul.top_menu li a {
          color: #999999;
          display: inline-block;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          header .header-top ul.top_menu li a:hover {
            color: #013e98;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
          header .header-top ul.top_menu li a i {
            color: inherit; }
  header .header-bottom {
    background: transparent; }
    header .header-bottom.sticky {
      background: #808080; }
    header .header-bottom .container {
      position: relative; }
      header .header-bottom .container .flev {
        overflow: hidden; }
    header .header-bottom .logo {
      display: block;
      position: relative;
      z-index: 10; }
      header .header-bottom .logo:hover {
        text-decoration: none;
        background: #f2f2f2; }
        header .header-bottom .logo:hover .vertical_menu {
          display: block; }
        header .header-bottom .logo:hover > a > i {
          color: #171717; }
      header .header-bottom .logo .vertical_menu {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 10;
        display: none; }
      header .header-bottom .logo > a {
        position: relative;
        display: block;
        padding: 20px 20px 20px 15px; }
        header .header-bottom .logo > a > i {
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -5px;
          color: #ccc; }
        header .header-bottom .logo > a img {
          display: inline-block;
          max-width: 100%; }
        header .header-bottom .logo > a .site_name {
          font-size: 33px;
          text-transform: uppercase;
          font-weight: bold;
          display: block; }
        header .header-bottom .logo > a .slogan {
          font-size: 11px;
          display: block;
          color: #f2f2f2; }
        header .header-bottom .logo > a .description {
          font-size: 14px;
          color: #f2f2f2; }
    header .header-bottom .search {
      position: relative; }
      header .header-bottom .search .input-group-btn {
        position: relative; }
        header .header-bottom .search .input-group-btn .btn {
          color: #fff; }
    header .header-bottom .phones {
      position: relative; }
      header .header-bottom .phones .number {
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
        color: #171717;
        font-family: "PT Sans", sans-serif;
        margin: 0; }
      header .header-bottom .phones .callback {
        display: block; }
        header .header-bottom .phones .callback a {
          border-bottom: 1px dotted;
          font-size: 12px;
          line-height: 14px;
          color: #DD4814; }
    header .header-bottom .phone_block {
      display: inline-block;
      padding-left: 38px;
      position: relative; }
      header .header-bottom .phone_block i {
        position: absolute;
        bottom: 5px;
        left: 0; }
      header .header-bottom .phone_block span.desc {
        display: block;
        color: #4a4a4a;
        font-size: 12px;
        text-align: right; }
      header .header-bottom .phone_block a {
        color: #4a4a4a;
        font-size: 18px;
        font-weight: bold; }
    header .header-bottom .header-search-form {
      display: block; }
      header .header-bottom .header-search-form form {
        display: block;
        position: relative; }
        header .header-bottom .header-search-form form input[type=text] {
          display: block;
          width: 100%;
          padding: 10px 15px;
          border-radius: 5px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          font-size: 14px;
          line-height: 20px;
          border: 1px solid #013e98; }
          header .header-bottom .header-search-form form input[type=text]:focus {
            outline: none; }
        header .header-bottom .header-search-form form button[type=submit] {
          position: absolute;
          background: transparent;
          color: #013e98;
          font-size: 16px;
          border: none;
          right: 0;
          top: 0;
          cursor: pointer;
          padding: 10px 15px;
          line-height: 22px;
          display: inline-block; }
          header .header-bottom .header-search-form form button[type=submit]::before {
            content: '';
            width: 1px;
            height: 26px;
            background: #013e98;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -13px; }
    header .header-bottom .right-tools {
      text-align: right; }
    header .header-bottom .compariser {
      position: relative;
      margin-right: 15px;
      z-index: 9; }
      header .header-bottom .compariser i {
        font-size: 30px;
        color: #013e98;
        margin-right: 10px;
        position: relative; }
        header .header-bottom .compariser i span {
          width: 15px;
          height: 15px;
          display: block;
          border-radius: 50%;
          background: #cc2924;
          color: #fff;
          font-size: 10px;
          text-align: center;
          line-height: 15px;
          position: absolute;
          top: -3px;
          right: -5px; }
      header .header-bottom .compariser span {
        color: #2d2d2d;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold; }
    header .header-bottom .cart {
      position: relative;
      display: inline-block;
      text-align: right; }
      header .header-bottom .cart a {
        display: inline-block; }
        header .header-bottom .cart a .carticon {
          position: relative; }
          header .header-bottom .cart a .carticon i {
            font-size: 30px;
            color: #013e98; }
          header .header-bottom .cart a .carticon .count {
            font-size: 10px;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            background: #cc2924;
            display: inline-block;
            line-height: 15px;
            color: #ffffff;
            text-align: center;
            position: absolute;
            top: -3px;
            right: -7px; }
        header .header-bottom .cart a .cart-info {
          position: relative;
          padding: 0 10px 0 20px; }
          header .header-bottom .cart a .cart-info .title {
            color: #171717;
            font-size: 14px;
            display: block;
            text-transform: uppercase; }
          header .header-bottom .cart a .cart-info .info {
            color: #171717;
            font-size: 14px;
            display: block; }
    header .header-bottom .diler {
      display: inline-block;
      max-width: 80px;
      padding: 0 15px; }
      header .header-bottom .diler a {
        display: block; }
        header .header-bottom .diler a img {
          width: 30px;
          fill: #013e98; }

/* ----- NAVIGATION ------ */
.flyer_menu {
  position: fixed;
  display: none;
  top: -100px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  padding: 15px 0;
  -webkit-transition: top .2s ease;
  -o-transition: top .2s ease;
  transition: top .2s ease;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); }
  .flyer_menu.active {
    top: 0;
    -webkit-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease; }
  .flyer_menu .flyer_menu__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .flyer_menu .flyer_menu__content .phone_block {
      display: inline-block;
      padding-left: 38px;
      position: relative; }
      .flyer_menu .flyer_menu__content .phone_block i {
        position: absolute;
        bottom: 0;
        left: 0; }
      .flyer_menu .flyer_menu__content .phone_block span.desc {
        display: block;
        color: #4a4a4a;
        font-size: 12px;
        text-align: right; }
      .flyer_menu .flyer_menu__content .phone_block a {
        color: #4a4a4a;
        font-size: 18px;
        font-weight: bold; }
    .flyer_menu .flyer_menu__content .compariser {
      position: relative;
      margin-right: 15px;
      z-index: 9; }
      .flyer_menu .flyer_menu__content .compariser i {
        font-size: 30px;
        color: #013e98;
        margin-right: 10px;
        position: relative; }
        .flyer_menu .flyer_menu__content .compariser i span {
          width: 15px;
          height: 15px;
          display: block;
          border-radius: 50%;
          background: #cc2924;
          color: #fff;
          font-size: 10px;
          text-align: center;
          line-height: 15px;
          position: absolute;
          top: -3px;
          right: -5px; }
      .flyer_menu .flyer_menu__content .compariser span {
        color: #2d2d2d;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold; }
    .flyer_menu .flyer_menu__content .cart {
      position: relative;
      display: inline-block;
      text-align: right; }
      .flyer_menu .flyer_menu__content .cart a {
        display: inline-block; }
        .flyer_menu .flyer_menu__content .cart a .carticon {
          position: relative; }
          .flyer_menu .flyer_menu__content .cart a .carticon i {
            font-size: 30px;
            color: #013e98; }
          .flyer_menu .flyer_menu__content .cart a .carticon .count {
            font-size: 10px;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            background: #cc2924;
            display: inline-block;
            line-height: 15px;
            color: #ffffff;
            text-align: center;
            position: absolute;
            top: -3px;
            right: -7px; }
        .flyer_menu .flyer_menu__content .cart a .cart-info {
          position: relative;
          padding: 0 10px 0 20px; }
          .flyer_menu .flyer_menu__content .cart a .cart-info .title {
            color: #171717;
            font-size: 14px;
            display: block;
            text-transform: uppercase; }
          .flyer_menu .flyer_menu__content .cart a .cart-info .info {
            color: #171717;
            font-size: 14px;
            display: block; }

.navigation {
  position: relative;
  z-index: 99;
  background: #013e98; }
  .navigation ul.navs {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 0; }
    .navigation ul.navs li {
      display: inline-block;
      width: 16.6666667%;
      text-align: center;
      line-height: 1; }
      .navigation ul.navs li:hover {
        text-align: center; }
        .navigation ul.navs li:hover > a {
          background: #cc2924; }
        .navigation ul.navs li:hover > ul {
          display: block; }
      .navigation ul.navs li a {
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        display: block;
        text-transform: uppercase;
        padding: 20px 15px; }
      .navigation ul.navs li > ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        font-size: 0;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 0 0 27px 4px rgba(0, 0, 0, 0.16);
                box-shadow: 0 0 27px 4px rgba(0, 0, 0, 0.16);
        z-index: 10;
        border-top: 1px solid #ddd; }
        .navigation ul.navs li > ul li {
          width: 20%;
          display: inline-block;
          vertical-align: top;
          margin: 0; }
          .navigation ul.navs li > ul li:hover a {
            border: 1px solid #f5f5f5;
            border-top: 3px solid #013e98;
            background: #ffffff; }
          .navigation ul.navs li > ul li a {
            border: 1px solid transparent;
            border-top: 3px solid transparent;
            display: block;
            text-align: center;
            font-size: 14px;
            color: #303c49;
            min-height: 182px;
            padding: 15px 0;
            margin: 0; }
            .navigation ul.navs li > ul li a img {
              max-height: 100px; }
            .navigation ul.navs li > ul li a span {
              display: block;
              margin: 10px 0;
              padding: 0 15px; }
      .navigation ul.navs li.cart {
        position: relative; }
        .navigation ul.navs li.cart a {
          display: block;
          padding: 12px 15px;
          text-transform: none; }
          .navigation ul.navs li.cart a:hover {
            background: #0E8420; }
        .navigation ul.navs li.cart .icons {
          position: relative;
          margin-right: 10px; }
          .navigation ul.navs li.cart .icons span {
            position: absolute;
            top: -8px;
            right: -8px;
            display: inline-block;
            width: 20px;
            height: 20px;
            color: #ffffff;
            border-radius: 50%;
            border: 2px solid #0E8420;
            background: #DD4814;
            line-height: 18px;
            text-align: center;
            font-size: 11px; }

/* ----- NAVIGATION ------ */
.breadcrumbs {
  padding: 15px 0;
  margin-top: 0;
  position: relative; }
  .breadcrumbs .breadcrumb {
    border-radius: 0;
    padding: 5px 15px;
    margin-bottom: 5px;
    background: #f2f2f2; }
    .breadcrumbs .breadcrumb li a,
    .breadcrumbs .breadcrumb li {
      font-size: 14px; }

.main-slider {
  position: relative;
  z-index: 7; }
  .main-slider .item {
    height: 395px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .main-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    text-align: center; }
    .main-slider .owl-dots .owl-dot {
      background: #808080;
      width: 15px;
      height: 15px;
      display: inline-block;
      z-index: 10;
      border-radius: 50%; }
      .main-slider .owl-dots .owl-dot + .owl-dot {
        margin-left: 10px; }
      .main-slider .owl-dots .owl-dot.active {
        background: #013e98; }
  .main-slider .owl-prev,
  .main-slider .owl-next {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 20rem;
    height: 100%;
    cursor: pointer; }
    .main-slider .owl-prev i,
    .main-slider .owl-next i {
      position: absolute;
      top: 50%;
      color: #fff;
      font-size: 30px;
      margin-top: -15px;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .main-slider .owl-prev {
    left: 0; }
    .main-slider .owl-prev:hover {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(transparent));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .main-slider .owl-prev i {
      left: 15px; }
  .main-slider .owl-next {
    right: 0; }
    .main-slider .owl-next:hover {
      background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(transparent));
      background: -o-linear-gradient(right, rgba(0, 0, 0, 0.2), transparent);
      background: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .main-slider .owl-next i {
      right: 15px; }

.vertical_menu {
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }
  .vertical_menu .title {
    background: #013e98;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 55px;
    line-height: 58px;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    text-transform: uppercase; }
    .vertical_menu .title::before {
      content: '\f0c9';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: 15px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .vertical_menu .title::after {
      content: '\f107';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: 15px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  .vertical_menu .vertical-menu-list {
    background: #ffffff;
    left: 0;
    padding: 10px 0;
    position: static;
    top: 100%;
    width: 100%;
    z-index: 99;
    border: 1px solid #ededed;
    border-top-width: 0;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .vertical_menu .vertical-menu-list > li {
      display: block;
      position: relative; }
      .vertical_menu .vertical-menu-list > li:hover ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1); }
      .vertical_menu .vertical-menu-list > li > a {
        background: #ffffff;
        color: #2c2c2c;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        overflow: hidden;
        overflow-wrap: break-word;
        padding: 7px 20px;
        position: relative;
        cursor: pointer; }
        .vertical_menu .vertical-menu-list > li > a:hover {
          color: #013e98; }
        .vertical_menu .vertical-menu-list > li > a > i {
          position: absolute;
          right: 14px;
          top: 15px; }
      .vertical_menu .vertical-menu-list > li > ul {
        background: #ffffff;
        border: 1px solid #e5e5e3;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        left: 100%;
        padding: 20px 35px;
        position: absolute;
        top: 0;
        list-style-type: none;
        margin: 0;
        z-index: 1;
        -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
            -ms-transform-origin: 0 0 0;
                transform-origin: 0 0 0;
        visibility: hidden;
        z-index: 999;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1); }
        .vertical_menu .vertical-menu-list > li > ul::before {
          background-color: #fff;
          border-color: #f1f1f1 transparent transparent #f1f1f1;
          border-style: solid;
          border-width: 1px;
          content: "";
          display: block;
          height: 15px;
          left: -8px;
          position: absolute;
          top: 15px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          width: 15px; }
        .vertical_menu .vertical-menu-list > li > ul li {
          display: block; }
          .vertical_menu .vertical-menu-list > li > ul li a {
            color: #666;
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            padding: 0;
            white-space: nowrap; }
            .vertical_menu .vertical-menu-list > li > ul li a:hover {
              color: #013e98; }

.clients {
  background: #ffffff; }
  .clients .clients-slider {
    padding: 30px 0; }
    .clients .clients-slider img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .clients .clients-slider img:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }

.banners {
  position: relative;
  background: #f2f2f2;
  padding: 30px 0; }
  .banners .item {
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
    .banners .item:hover .icons i {
      -webkit-transform: translateY(-0.5rem);
          -ms-transform: translateY(-0.5rem);
              transform: translateY(-0.5rem);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .banners .item .icons {
      position: relative; }
      .banners .item .icons i {
        color: #013e98;
        font-size: 30px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    .banners .item span.title {
      font-weight: 600;
      line-height: 1.3;
      font-size: 16px; }
    .banners .item p {
      font-size: 14px;
      margin-bottom: 0; }

.sorting_box {
  background: #f6f6f6;
  padding: 23px 20px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-top: 30px; }
  .sorting_box .sort-toggler {
    display: none; }
  .sorting_box .sorting_box_inner .sort-params a {
    font-weight: 400;
    color: #5f5f5f;
    border-bottom: 1px dotted #aaa;
    padding: 2px 5px 1px 4px;
    margin-right: 5px; }
    .sorting_box .sorting_box_inner .sort-params a:hover {
      background: #dedede;
      color: #525252;
      border: none;
      padding: 2px 5px 5px 4px; }
  .sorting_box .sort-params {
    display: inline-block; }
  .sorting_box .sorting_box_inner .sort-params a.sorting_active {
    background: #013e98;
    color: #fff;
    border: none;
    padding: 2px 5px 5px 4px; }
  .sorting_box .sorting_box_inner .sort-params a.s_sales {
    font-weight: 400;
    color: #f32b4f;
    border-bottom: 1px dotted #f32b4f;
    margin-right: 10px;
    padding: 2px 5px 1px 4px; }
    .sorting_box .sorting_box_inner .sort-params a.s_sales:hover {
      background: #f32b4f;
      color: #fff;
      border: none;
      padding: 2px 5px 5px 4px; }

.def-section {
  padding: 30px 0;
  overflow: hidden; }
  .def-section h2 {
    font-size: 22px;
    line-height: 25px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/title-underline.png) no-repeat center bottom;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px; }
  .def-section h1 {
    font-size: 22px;
    line-height: 25px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/title-underline.png) no-repeat center bottom;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px; }

/* ---------- PRODUCTS ------------ */
.avaibles {
  display: block; }
  .avaibles.instock {
    color: #0E8420;
    font-size: 14px; }
    .avaibles.instock::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      display: inline-block;
      background: #0E8420;
      margin-bottom: 1px;
      margin-right: 5px; }
  .avaibles.outstock {
    color: #cc2924;
    font-size: 14px; }
    .avaibles.outstock::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      display: inline-block;
      background: #cc2924;
      margin-bottom: 1px;
      margin-right: 5px; }

.products {
  position: relative; }
  .products .item {
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .products .item:hover {
      border: 1px solid #013e98;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .products .item .text {
      padding: 15px 15px 120px; }
      .products .item .text .prices-block {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px; }
      .products .item .text .category {
        font-size: 14px;
        color: #838383;
        display: block; }
      .products .item .text a.title {
        font-size: 16px;
        color: #000;
        font-weight: bold;
        display: block;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .products .item .text a.title:hover {
          color: #013e98;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
      .products .item .text form {
        text-align: center;
        padding: 15px 0 10px; }
        .products .item .text form .btn {
          font-size: 14px;
          color: #ffffff;
          font-weight: bold;
          display: block;
          width: 100%;
          margin-bottom: 5px; }
        .products .item .text form .one-click {
          color: #DD4814;
          display: block;
          font-size: 14px;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          .products .item .text form .one-click:hover {
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            .products .item .text form .one-click:hover span {
              border-bottom: 1px dashed #013e98;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
          .products .item .text form .one-click span {
            border-bottom: 1px dashed #DD4814;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
      .products .item .text .prices {
        position: relative;
        text-align: center; }
        .products .item .text .prices .old_price {
          font-size: 14px;
          text-decoration: line-through;
          color: #838383;
          display: inline-block; }
        .products .item .text .prices .price {
          color: #DD4814;
          font-size: 20px;
          font-weight: bold;
          display: inline-block; }
      .products .item .text .characters {
        position: relative;
        padding: 10px 0; }
        .products .item .text .characters .char-item {
          position: relative;
          font-size: 16px;
          text-align: justify;
          margin-bottom: -16px; }
          .products .item .text .characters .char-item::before {
            content: '';
            display: block;
            width: 100%;
            height: 0; }
          .products .item .text .characters .char-item::after {
            width: 100%;
            height: 0;
            visibility: hidden;
            overflow: hidden;
            content: '';
            display: inline-block; }
          .products .item .text .characters .char-item .label {
            color: #464b52;
            display: inline-block; }
          .products .item .text .characters .char-item .value {
            color: #013e98;
            display: inline-block; }
      .products .item .text .features {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8;
        font-size: 0; }
        .products .item .text .features .feature-item {
          width: 30%;
          display: inline-block; }
          .products .item .text .features .feature-item:first-child {
            width: 40%; }
          .products .item .text .features .feature-item:nth-child(2) {
            text-align: center; }
          .products .item .text .features .feature-item i,
          .products .item .text .features .feature-item .iconms {
            font-size: 20px;
            color: #013e98;
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle; }
          .products .item .text .features .feature-item .iconms {
            font-weight: bold;
            font-size: 16px; }
          .products .item .text .features .feature-item span {
            color: #464b52;
            display: inline-block;
            font-size: 12px;
            vertical-align: middle; }
    .products .item .image {
      position: relative;
      text-align: center; }
      .products .item .image a {
        display: block;
        max-height: 200px;
        line-height: 200px; }
        .products .item .image a img {
          max-height: 200px; }
      .products .item .image .bigger {
        padding-bottom: 15px; }
        .products .item .image .bigger .vendor {
          bottom: 0; }
      .products .item .image .labels {
        position: absolute;
        text-align: left;
        top: 10px;
        left: 10px;
        z-index: 10; }
        .products .item .image .labels > div + div {
          margin-top: 5px; }
        .products .item .image .labels .labels-hits {
          color: #ffffff;
          background: #DD4814;
          font-size: 10px;
          text-transform: uppercase;
          padding: 3px 5px;
          display: inline-block; }
        .products .item .image .labels .labels-action {
          color: #ffffff;
          background: #0E8420;
          font-size: 10px;
          text-transform: uppercase;
          padding: 3px 5px;
          display: inline-block; }
        .products .item .image .labels .labels-new {
          color: #ffffff;
          background: #013e98;
          font-size: 10px;
          text-transform: uppercase;
          padding: 3px 5px;
          display: inline-block; }

.bigger {
  position: relative; }
  .bigger .vendor {
    max-height: 20px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10; }

/* ---------- PRODUCTS ------------ */
/* ----------- PRODUCT ------------ */
.one-click,
.compare {
  color: #DD4814;
  display: block;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .one-click:hover,
  .compare:hover {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #DD4814; }
    .one-click:hover span,
    .compare:hover span {
      border-bottom: 1px dashed transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  .one-click span,
  .compare span {
    border-bottom: 1px dashed #DD4814;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.bigger {
  position: relative; }
  .bigger .vendor {
    max-height: 20px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10; }

.avaibler {
  display: inline-block;
  padding: 3px 10px;
  background: #f2f2f2; }
  .avaibler span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px; }
  .avaibler.avaible_1 {
    color: #0E8420; }
  .avaibler.avaible_99 {
    color: #cc2924; }

.color_modal .image {
  margin-bottom: 30px; }

.color_modal .btn--count {
  width: 35px; }

.colores {
  margin: 30px 0; }
  .colores .items {
    position: relative; }
    .colores .items .item {
      position: relative;
      margin-bottom: 30px; }
      .colores .items .item a {
        display: block;
        color: #171717;
        border: 2px solid transparent; }
        .colores .items .item a:hover {
          border: 2px solid #013e98; }
      .colores .items .item .text {
        padding: 10px 0; }
      .colores .items .item .avaibler {
        background: none; }

.product-details {
  position: relative; }
  .product-details h1 {
    text-align: left;
    background: transparent;
    color: #444; }
    .product-details h1::after {
      display: none; }
  .product-details .product-gallery {
    position: relative; }
    .product-details .product-gallery .big-gallery {
      position: relative;
      border-top: 1px solid #f7f7f7;
      border-left: 1px solid #f7f7f7;
      border-right: 1px solid #f7f7f7; }
      .product-details .product-gallery .big-gallery .item {
        max-height: 330px;
        text-align: center;
        line-height: 310px;
        padding: 10px 10px; }
        .product-details .product-gallery .big-gallery .item img {
          display: inline-block;
          max-height: 310px;
          width: auto; }
      .product-details .product-gallery .big-gallery .owl-prev,
      .product-details .product-gallery .big-gallery .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        color: #d1d1d1;
        font-size: 20px; }
        .product-details .product-gallery .big-gallery .owl-prev:hover,
        .product-details .product-gallery .big-gallery .owl-next:hover {
          color: #013e98; }
      .product-details .product-gallery .big-gallery .owl-prev {
        left: 5px; }
      .product-details .product-gallery .big-gallery .owl-next {
        right: 5px; }
    .product-details .product-gallery .small-gallery {
      position: relative;
      border-top: 1px solid #f7f7f7; }
      .product-details .product-gallery .small-gallery .owl-stage-outer {
        margin-right: -1px; }
      .product-details .product-gallery .small-gallery .owl-item.current .item {
        border: 1px solid #DD4814; }
      .product-details .product-gallery .small-gallery .item {
        max-height: 105px;
        text-align: center;
        line-height: 85px;
        padding: 10px 10px;
        border: 1px solid #f7f7f7; }
        .product-details .product-gallery .small-gallery .item img {
          display: inline-block;
          max-height: 85px;
          width: auto; }
      .product-details .product-gallery .small-gallery .owl-prev,
      .product-details .product-gallery .small-gallery .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        color: #d1d1d1;
        font-size: 20px; }
        .product-details .product-gallery .small-gallery .owl-prev:hover,
        .product-details .product-gallery .small-gallery .owl-next:hover {
          color: #013e98; }
      .product-details .product-gallery .small-gallery .owl-prev {
        left: 5px; }
      .product-details .product-gallery .small-gallery .owl-next {
        right: 5px; }
  .product-details .product-description {
    position: relative;
    padding: 15px 15px 15px 0; }
    .product-details .product-description .meta-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .product-details .product-description .addition-options {
      position: relative; }
      .product-details .product-description .addition-options > div + div {
        margin-top: 15px; }
      .product-details .product-description .addition-options .sub-title {
        font-weight: bold;
        display: block;
        margin: 0 0 10px; }
      .product-details .product-description .addition-options .product-color {
        position: relative; }
        .product-details .product-description .addition-options .product-color .border-pick {
          border: 1px solid #171717; }
        .product-details .product-description .addition-options .product-color .colors {
          position: relative;
          overflow: hidden; }
          .product-details .product-description .addition-options .product-color .colors .item {
            position: relative;
            display: inline-block; }
            .product-details .product-description .addition-options .product-color .colors .item div {
              position: relative; }
              .product-details .product-description .addition-options .product-color .colors .item div img {
                border: none;
                border: 1px solid #171717; }
            .product-details .product-description .addition-options .product-color .colors .item input {
              position: absolute;
              visibility: hidden; }
              .product-details .product-description .addition-options .product-color .colors .item input:checked + div::before {
                font-family: "Font Awesome 5 Free";
                content: "\f00c";
                font-weight: 900;
                position: absolute;
                line-height: 27px;
                left: 0;
                right: 0;
                display: inline-block;
                width: 25px;
                text-align: center;
                color: #fff; }
      .product-details .product-description .addition-options .product-size {
        width: 100%;
        display: inline-block;
        margin-bottom: 25px; }
        .product-details .product-description .addition-options .product-size span {
          padding: 6px 12px;
          border-radius: 2px;
          float: left;
          background: #EFEFEF;
          text-align: center;
          margin-right: 10px;
          margin-bottom: 7px;
          font-size: 14px;
          font-weight: 700;
          cursor: pointer; }
          .product-details .product-description .addition-options .product-size span.active {
            background: #333 !important;
            color: #fff; }
    .product-details .product-description .features {
      position: relative;
      padding: 0 0 10px;
      font-size: 0; }
      .product-details .product-description .features .feature-item {
        width: 30%;
        display: inline-block; }
        .product-details .product-description .features .feature-item:nth-child(1) {
          width: 40%; }
        .product-details .product-description .features .feature-item:nth-child(2) {
          text-align: center; }
        .product-details .product-description .features .feature-item:nth-child(3) {
          text-align: right; }
        .product-details .product-description .features .feature-item i,
        .product-details .product-description .features .feature-item .iconms {
          font-size: 30px;
          color: #013e98;
          display: inline-block;
          margin-right: 5px;
          vertical-align: middle; }
        .product-details .product-description .features .feature-item .iconms {
          font-weight: bold;
          font-size: 20px; }
        .product-details .product-description .features .feature-item span {
          color: #464b52;
          display: inline-block;
          font-size: 16px;
          vertical-align: middle; }
    .product-details .product-description .characters {
      position: relative;
      margin: 10px 0; }
      .product-details .product-description .characters .all_characters {
        font-size: 14px;
        color: #cc2924; }
        .product-details .product-description .characters .all_characters span {
          display: inline-block;
          border-bottom: 1px dotted #cc2924; }
      .product-details .product-description .characters .item {
        position: relative;
        padding: 3px 0; }
        .product-details .product-description .characters .item::after {
          content: '';
          height: 1px;
          border-bottom: 1px dotted #013e98;
          display: block;
          bottom: 8px;
          position: absolute;
          left: 0;
          width: 100%;
          z-index: -1; }
        .product-details .product-description .characters .item .label {
          font-size: 16px;
          color: #171717;
          width: 60%; }
          .product-details .product-description .characters .item .label span {
            display: inline-block;
            background: #ffffff;
            padding-right: 5px; }
        .product-details .product-description .characters .item .value {
          font-size: 16px;
          color: #013e98;
          font-weight: bold;
          width: 40%;
          text-align: right; }
          .product-details .product-description .characters .item .value span {
            display: inline-block;
            background: #ffffff;
            padding-left: 5px; }
            .product-details .product-description .characters .item .value span small {
              font-weight: bold; }
    .product-details .product-description .offer-features {
      position: relative; }
      .product-details .product-description .offer-features .item {
        position: relative; }
        .product-details .product-description .offer-features .item span {
          color: #171717;
          font-size: 14px; }
    .product-details .product-description .guarantee {
      padding: 10px 0; }
      .product-details .product-description .guarantee span {
        width: 50%;
        font-size: 14px; }
        .product-details .product-description .guarantee span:nth-child(2) {
          text-align: right; }
  .product-details .description {
    padding: 30px 0; }
    .product-details .description p {
      font-size: 14px; }
  .product-details .product-form {
    position: relative;
    margin: 20px 0; }
    .product-details .product-form .buttons {
      padding-top: 5px;
      display: inline-block;
      text-align: center; }
      .product-details .product-form .buttons .one-click {
        margin-top: 5px; }
    .product-details .product-form .price {
      text-align: left;
      font-weight: bold;
      font-size: 28px;
      color: #DD4814; }
      .product-details .product-form .price i {
        font-size: 18px; }

.card-soup {
  position: relative; }
  .card-soup .nav-item + .nav-item {
    margin-top: 10px; }

.card-title {
  margin-bottom: 0; }
  .card-title .nav-link {
    padding: 0; }

.card {
  position: relative; }
  .card .fade:not(.show) {
    opacity: 1; }

.product-tabs {
  position: relative;
  padding: 30px 0; }
  .product-tabs .nav-tabs {
    background: #f3f3f3;
    border-radius: 40px;
    border: none;
    padding: 0; }
    .product-tabs .nav-tabs .nav-item.show .nav-link,
    .product-tabs .nav-tabs .nav-link.active {
      color: #fff;
      background-color: #013e98;
      border-radius: 40px; }
    .product-tabs .nav-tabs .nav-link {
      border: none;
      color: #171717;
      font-size: 14px;
      font-weight: normal; }

.product-features {
  position: relative; }
  .product-features .features-category {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px; }
    .product-features .features-category img,
    .product-features .features-category i {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 78px;
      height: auto;
      font-size: 30px;
      color: #203b57; }
    .product-features .features-category h4 {
      text-transform: uppercase;
      color: #203b57;
      line-height: 30px;
      margin: 0 0 10px 0; }
    .product-features .features-category p {
      margin: 0 0 10px 0;
      color: #767676; }
    .product-features .features-category .items {
      overflow: hidden; }

#schemes {
  position: relative; }
  #schemes h5 {
    text-align: center; }
  #schemes figure {
    border: 1px solid #d7d7d7;
    margin-bottom: 20px; }

.related_slider {
  position: relative; }
  .related_slider .item {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #f5f5f5; }
    .related_slider .item img {
      display: inline-block !important; }
  .related_slider .owl-prev,
  .related_slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: #013e98;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%; }
  .related_slider .owl-prev {
    left: -15px; }
  .related_slider .owl-next {
    right: -15px; }

/* ----------- PRODUCT ------------ */
/* ----------- RUBRICS ------------ */
.rubric-list {
  position: relative;
  padding: 15px 0; }
  .rubric-list .item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .rubric-list .item:hover {
      -webkit-box-shadow: 0 0 20px 5px #f1f1f1;
              box-shadow: 0 0 20px 5px #f1f1f1;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      .rubric-list .item:hover a::before {
        background: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }
    .rubric-list .item a {
      display: block;
      text-transform: uppercase;
      position: relative; }
      .rubric-list .item a::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }
      .rubric-list .item a span {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        bottom: 15px;
        left: 15px;
        max-width: 70%;
        color: #ffffff; }

/* ----------- RUBRICS ------------ */
/* ----------- COMPARE ------------ */
.compare-table-header {
  position: relative; }
  .compare-table-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99; }
  .compare-table-header .compare-slider {
    position: relative; }
    .compare-table-header .compare-slider .owl-prev,
    .compare-table-header .compare-slider .owl-next {
      position: absolute;
      top: 50%;
      margin-top: -15px;
      background: #013e98;
      color: #fff;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%; }
    .compare-table-header .compare-slider .owl-prev {
      left: -15px; }
    .compare-table-header .compare-slider .owl-next {
      right: -15px; }
  .compare-table-header .product {
    display: inline-block;
    width: 100%;
    position: relative; }
    .compare-table-header .product a.close {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 1px solid #cc2924;
      border-radius: 50%;
      z-index: 9; }
      .compare-table-header .product a.close:hover {
        opacity: 1; }
      .compare-table-header .product a.close::before, .compare-table-header .product a.close::after {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -1px;
        margin-top: -8px;
        content: ' ';
        height: 15px;
        width: 2px;
        display: inline-block;
        background-color: #cc2924; }
      .compare-table-header .product a.close::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .compare-table-header .product a.close::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .compare-table-header .product .item {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 0; }
      .compare-table-header .product .item .text {
        padding: 15px 15px 150px; }
        .compare-table-header .product .item .text a.title {
          font-size: 14px; }
        .compare-table-header .product .item .text .prices {
          position: relative; }
          .compare-table-header .product .item .text .prices .price {
            font-size: 14px; }
          .compare-table-header .product .item .text .prices * .oldprice {
            font-size: 12px; }
      .compare-table-header .product .item .image {
        height: 120px;
        text-align: center;
        line-height: 120px;
        position: relative; }
        .compare-table-header .product .item .image .bigger {
          position: static; }
          .compare-table-header .product .item .image .bigger .vendor {
            height: 10px; }
        .compare-table-header .product .item .image a {
          display: block; }
          .compare-table-header .product .item .image a img {
            max-width: 100%;
            width: auto;
            max-height: 120px;
            display: inline;
            vertical-align: middle; }

.compare-tables {
  position: relative; }
  .compare-tables .compare-table {
    position: relative; }
    .compare-tables .compare-table .title {
      width: 100%;
      padding: 15px 0;
      cursor: pointer;
      border-bottom: 1px solid #d8d8d8; }
      .compare-tables .compare-table .title span {
        font-size: 18px;
        line-height: 26px;
        color: #171717;
        position: relative; }
        .compare-tables .compare-table .title span i {
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
    .compare-tables .compare-table.collapsed {
      position: relative; }
      .compare-tables .compare-table.collapsed .title span i {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      .compare-tables .compare-table.collapsed .table-row {
        display: none; }
    .compare-tables .compare-table .table-row {
      border-bottom: 1px solid #d8d8d8;
      display: block;
      position: relative;
      padding: 5px 0;
      font-size: 0; }
      .compare-tables .compare-table .table-row.different {
        background-color: #daf3fe; }
      .compare-tables .compare-table .table-row .table-title {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px 5px 10px;
        color: grey; }
      .compare-tables .compare-table .table-row .table-value {
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        padding: 5px 10px 5px 20px;
        vertical-align: middle;
        width: 220px; }

/* ----------- COMPARE ------------ */
/* ----------- WIDGETS ------------ */
.sidebar{
	margin-bottom: 30px;
}
.widget {
  position: relative;
  border: 1px solid #dddddd; }
  .widget + .widget {
    margin-top: 30px; }
  .widget .title {
    background: #f6f6f6;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 20px 20px;
    font-family: "PT Sans", sans-serif; }
  .widget > .widget-content {
    position: relative;
    padding: 15px 15px; }
  .widget.catalog {
    border: none; }
    .widget.catalog .widget-title {
      background: #013e98;
      color: #ffffff;
      font-size: 20px;
      font-weight: bold;
      display: block;
      padding: 20px 20px;
      font-family: "PT Sans", sans-serif; }
    .widget.catalog > .widget-content {
      padding: 0; }
      .widget.catalog > .widget-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .widget.catalog > .widget-content ul li {
          display: block; }
      .widget.catalog > .widget-content > ul {
        position: relative; }
        .widget.catalog > .widget-content > ul > li {
          display: block; }
          .widget.catalog > .widget-content > ul > li + li a {
            border-top: 1px solid #ffffff; }
          .widget.catalog > .widget-content > ul > li > ul {
            display: none; }
            .widget.catalog > .widget-content > ul > li > ul > li {
              display: block; }
              .widget.catalog > .widget-content > ul > li > ul > li > a {
                display: block;
                color: #3b3e41;
                font-size: 14px;
                text-transform: uppercase;
                padding: 3px 35px 3px 25px; }
                .widget.catalog > .widget-content > ul > li > ul > li > a:hover {
                  color: #013e98; }
                .widget.catalog > .widget-content > ul > li > ul > li > a.active {
                  color: #013e98; }
                  .widget.catalog > .widget-content > ul > li > ul > li > a.active ~ ul {
                    display: block; }
              .widget.catalog > .widget-content > ul > li > ul > li > ul {
                display: none; }
                .widget.catalog > .widget-content > ul > li > ul > li > ul > li {
                  display: block; }
                  .widget.catalog > .widget-content > ul > li > ul > li > ul > li > a {
                    display: block;
                    padding: 3px 35px 3px 35px;
                    font-size: 14px;
                    color: #838685; }
                    .widget.catalog > .widget-content > ul > li > ul > li > ul > li > a:hover {
                      color: #013e98; }
          .widget.catalog > .widget-content > ul > li > a {
            display: block;
            background: #f7f7f7;
            color: #2b2e31;
            font-size: 14px;
            padding: 8px 35px 8px 15px;
            position: relative; }
            .widget.catalog > .widget-content > ul > li > a:hover {
              background: #f0fcf4; }
              .widget.catalog > .widget-content > ul > li > a:hover > i {
                color: #0E8420;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease; }
            .widget.catalog > .widget-content > ul > li > a.active {
              background: #f0fcf4; }
              .widget.catalog > .widget-content > ul > li > a.active > i {
                color: #0E8420;
                -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease; }
              .widget.catalog > .widget-content > ul > li > a.active ~ ul {
                display: block; }
            .widget.catalog > .widget-content > ul > li > a > i {
              color: #cacaca;
              position: absolute;
              top: 50%;
              right: 15px;
              margin-top: -7px;
              display: inline-block;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
  .widget.news {
    position: relative;
    border: none; }
    .widget.news h3 {
      font-size: 30px;
      margin: 0; }
    .widget.news .news-list {
      position: relative;
      padding: 15px 0; }
      .widget.news .news-list .news_item {
        position: relative;
        background: #fff;
        padding-bottom: 15px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
        .widget.news .news-list .news_item span.date {
          display: block;
          color: #013e98;
          font-size: 14px; }
        .widget.news .news-list .news_item p {
          color: #757575;
          font-size: 14px; }
        .widget.news .news-list .news_item a.news_title {
          color: #000000;
          font-size: 14px;
          font-weight: bold;
          margin: 10px 0;
          text-transform: uppercase;
          display: block;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
          .widget.news .news-list .news_item a.news_title:hover {
            text-decoration: none;
            color: #013e98;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
  .widget.filters {
    position: relative;
    border: 1px solid #f9f9f9;
    margin-bottom: 30px; }
    .widget.filters .title + .filter-close {
      display: none;
      position: absolute;
      top: 10px;
      right: 15px;
      color: #333333;
      font-size: 35px;
      text-decoration: none; }
	.widget.filters .buttons{
		display: none;
	}
    .widget.filters .filters-items {
      padding: 15px 15px; }
    .widget.filters .widget-filter {
      position: relative; }
      .widget.filters .widget-filter.active {
        position: relative; }
        .widget.filters .widget-filter.active .filters-title::after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        .widget.filters .widget-filter.active .widget-content {
          display: block; }
      .widget.filters .widget-filter .filters-title {
        position: relative;
        cursor: pointer;
        margin: 0;
        font-size: 16px;
        padding-right: 20px; }
        .widget.filters .widget-filter .filters-title::after {
          content: '\f107';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          color: #013e98;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          right: 0;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
      .widget.filters .widget-filter + .widget-filter {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed #f9f9f9; }
      .widget.filters .widget-filter .widget-content {
        position: relative;
        display: none;
        padding-top: 15px; }
        .widget.filters .widget-filter .widget-content label {
          display: inline-block;
          max-width: 100%; }
          .widget.filters .widget-filter .widget-content label input {
            display: block;
            max-width: 100%; }

/* ----------- WIDGETS ------------ */
/* ------------- AUTH ------------- */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
  .help-block > small {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px dashed #ccc;
    font-size: 12px; }

#office-auth-form {
  position: relative;
  padding: 30px 15px; }
  #office-auth-form .red {
    color: darkred; }
  #office-auth-form h4 {
    text-align: center;
    margin-bottom: 20px; }

.office-auth-login-wrapper,
.office-auth-register-wrapper {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px; }

.office-auth-register-wrapper {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/* ------------- AUTH ------------- */
/* ---------- CHECKOUT ------------ */
#msOrder {
  position: relative;
  margin: 30px 0; }
  #msOrder .required-star {
    color: darkred; }

.order_num {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  background: #f5f5f5;
  color: #013e98;
  border: 1px solid #f1f1f1; }

.msgetorder {
  margin: 30px 0; }

/* ---------- CHECKOUT ------------ */
.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #0E8420; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0E8420; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0E8420; }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #52c178; }

.contacts {
  position: relative; }
  .contacts .contacts-form {
    max-width: 800px;
    padding: 30px 0;
    margin: 0 auto; }
  .contacts .contacts-list {
    padding: 60px 0;
    border-top: 1px solid #f2f2f2; }
    .contacts .contacts-list .item {
      position: relative; }
      .contacts .contacts-list .item .icon {
        font-size: 40px;
        color: #171717;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 100%;
        border: 1px solid #171717;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .contacts .contacts-list .item .icon:hover {
          color: #ffffff;
          background: #171717;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
      .contacts .contacts-list .item .text {
        font-size: 20px;
        padding: 15px 0; }
        .contacts .contacts-list .item .text p,
        .contacts .contacts-list .item .text a {
          color: #171717; }

.services {
  background: #f2f2f2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.services-list-alt {
  padding: 30px 0 0; }
  .services-list-alt .service-box {
    position: relative;
    text-align: center;
    margin-bottom: 50px; }
    .services-list-alt .service-box:hover {
      position: relative; }
      .services-list-alt .service-box:hover .service-icon {
        background: #171717;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      .services-list-alt .service-box:hover h4 {
        color: #171717;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    .services-list-alt .service-box .service-icon {
      display: inline-block;
      height: 80px;
      width: 80px;
      background: #DD4814;
      line-height: 80px;
      font-size: 30px;
      color: #ffffff;
      border-radius: 5px;
      margin-bottom: 20px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .services-list-alt .service-box h4 {
      color: #171717;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .services-list-alt .service-box p {
      color: #171717; }

.services-list {
  padding: 30px 0; }
  .services-list .service-box {
    padding: 40px 20px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 30px;
    border-bottom: 2px solid #DD4814;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .services-list .service-box:hover {
      -webkit-box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.15);
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .services-list .service-box:hover .line {
        width: 100px;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    .services-list .service-box .service-icon {
      padding: 0;
      margin: 0;
      font-size: 40px;
      text-align: center;
      color: #DD4814; }
    .services-list .service-box .line {
      background: #DD4814;
      width: 40px;
      height: 1px;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .services-list .service-box p {
      margin-top: 15px;
      text-align: center;
      color: #171717; }
    .services-list .service-box h4 {
      color: #171717;
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      margin-top: 20px; }
      .services-list .service-box h4 a {
        color: #013e98; }

.quote-bar {
  width: 100%;
  float: none;
  padding: 70px 0;
  text-align: center;
  background: transparent; }
  .quote-bar h4 {
    font-size: 50px;
    color: #fff;
    margin-top: 0; }
  .quote-bar p {
    padding: 0 10%;
    color: #fff;
    line-height: 26px;
    margin-bottom: 50px; }

.grey {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2; }

.portfolio-items {
  margin: 30px 0;
  position: relative; }
  .portfolio-items .row {
    margin: 0; }
  .portfolio-items .filter-item {
    padding: 0; }
  .portfolio-items .item {
    position: relative;
    margin: 0;
    display: block; }
    .portfolio-items .item img {
      width: 100%; }
    .portfolio-items .item .overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      content: '';
      padding: 90px 50px 95px;
      background: rgba(30, 33, 37, 0.85);
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
              transform: scale(0, 0); }
      .portfolio-items .item .overlay h5 {
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        color: #ffffff;
        padding-bottom: 15px; }
        .portfolio-items .item .overlay h5 a {
          color: #ffffff; }
      .portfolio-items .item .overlay p {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #ffffff;
        padding-bottom: 10px; }
      .portfolio-items .item .overlay i:before {
        font-size: 20px;
        color: #ffffff; }
    .portfolio-items .item:hover .overlay {
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }

.specials {
  background: #f1f1f1; }

.process_area {
  padding-top: 60px; }

.gradient_section {
  background-image: -o-linear-gradient(45deg, #f1f1f1 0%, #013e98 100%);
  background-image: linear-gradient(45deg, #f1f1f1 0%, #013e98 100%); }

.text-content {
  position: relative;
  padding: 30px 0; }
  .text-content h1 {
    font-size: 22px;
    line-height: 25px;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/title-underline.png) no-repeat center bottom;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px; }

.gallery {
  position: relative; }
  .gallery img {
    max-width: 100%; }
  .gallery .big-gallery {
    position: relative; }
    .gallery .big-gallery .slick-slide {
      border: 1px solid transparent; }
      .gallery .big-gallery .slick-slide:focus,
      .gallery .big-gallery .slick-slide a:focus {
        outline: none; }
    .gallery .big-gallery a {
      height: 400px;
      display: block;
      text-align: center;
      vertical-align: middle;
      line-height: 400px;
      width: 100%;
      position: relative; }
      .gallery .big-gallery a:hover {
        position: relative; }
        .gallery .big-gallery a:hover::before, .gallery .big-gallery a:hover::after {
          opacity: 1;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
      .gallery .big-gallery a::before {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding-top: 16px;
        background: rgba(181, 34, 34, 0.7);
        outline: 1px solid #FFF;
        outline-offset: -10px;
        text-align: center !important;
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .gallery .big-gallery a::after {
        content: '\f00e';
        font-family: FontAwesome;
        color: #fff;
        font-size: 25px;
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -10px;
        z-index: 2;
        line-height: 1;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .gallery .big-gallery a img {
        vertical-align: middle;
        max-height: 400px;
        display: inline; }
  .gallery .nav-gallery {
    position: relative;
    padding: 15px 0; }
    .gallery .nav-gallery .slick-slide {
      border: 1px solid transparent; }
      .gallery .nav-gallery .slick-slide:focus {
        outline: none; }
      .gallery .nav-gallery .slick-slide:hover {
        cursor: pointer; }
      .gallery .nav-gallery .slick-slide.slick-current {
        border: 1px solid #DD4814; }
    .gallery .nav-gallery span {
      display: block;
      height: 60px;
      text-align: center;
      vertical-align: middle;
      width: 100%;
      line-height: 60px; }
      .gallery .nav-gallery span img {
        vertical-align: middle;
        max-height: 50px;
        display: inline-block; }

a#scrollUp {
  background: #013e98;
  bottom: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  position: fixed;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 999;
  display: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  a#scrollUp:hover {
    background: #cc2924; }

.feedback {
  position: relative; }
  .feedback .form {
    padding: 30px 0;
    text-align: center; }

p.desc {
  color: #979797;
  font-size: 12px;
  padding: 10px 0;
  margin-bottom: 0; }

footer {
  background: #27354a;
  padding: 30px 0 0; }
  footer .footer-logo {
    position: relative; }
    footer .footer-logo img {
      max-width: 255px; }
  footer .links {
    position: relative;
    padding: 10px 0; }
    footer .links a {
      text-decoration: underline; }
    footer .links * + * {
      margin-left: 10px; }
    footer .links a,
    footer .links span {
      color: #ffffff;
      font-size: 14px;
      line-height: 16px; }
      footer .links a:hover,
      footer .links span:hover {
        text-decoration: none; }
  footer .footer-bottom {
    padding: 15px 0;
    margin-top: 30px; }
    footer .footer-bottom p {
      color: #fff;
      text-align: right;
      font-size: 12px;
      margin-bottom: 0; }
    footer .footer-bottom .ftr_social_icon {
      position: relative; }
      footer .footer-bottom .ftr_social_icon ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        footer .footer-bottom .ftr_social_icon ul li {
          display: inline-block;
          text-align: center;
          padding: 4px; }
          footer .footer-bottom .ftr_social_icon ul li a {
            color: #fff;
            display: inline-block;
            font-size: 17px;
            padding: 4px 8px;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
            footer .footer-bottom .ftr_social_icon ul li a:hover {
              color: #171717;
              -webkit-transition: all .5s ease;
              -o-transition: all .5s ease;
              transition: all .5s ease; }
  footer .footer-block {
    margin-bottom: 15px; }
    footer .footer-block .footer-menu {
      position: relative;
      padding: 15px 0; }
      footer .footer-block .footer-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 15px 0 0 0; }
        footer .footer-block .footer-menu ul li {
          display: block; }
          footer .footer-block .footer-menu ul li a {
            color: #fff; }
            footer .footer-block .footer-menu ul li a:hover {
              text-decoration: underline; }
    footer .footer-block .payments {
      position: relative;
      margin-top: 15px; }
      footer .footer-block .payments span {
        background-position: center;
        background-size: contain !important;
        display: inline-block;
        height: 24px;
        width: 37px;
        float: left;
        margin-bottom: 5px;
        margin-right: 5px; }
        footer .footer-block .payments span.visa {
          background-image: url(../img/payments/visa.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.mastercard {
          background-image: url(../img/payments/master.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.maestro {
          background-image: url(../img/payments/maestro.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.mir {
          background-image: url(../img/payments/mir.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.yandex {
          background-image: url(../img/payments/yamoney.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.qiwi {
          background-image: url(../img/payments/qiwi.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.cash {
          background-image: url(../img/payments/cash.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.credit {
          background-image: url(../img/payments/credit.png);
          background-repeat: no-repeat; }
        footer .footer-block .payments span.webmoney {
          background-image: url(../img/payments/webmoney.png);
          background-repeat: no-repeat; }
  footer .sf_title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 20px; }
  footer .copyright {
    font-size: 12px;
    line-height: 13px;
    color: #999; }
  footer .contacts {
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
    color: #999;
    font-size: 0;
    padding: 0; }
    footer .contacts li {
      padding: 0 0 0 30px;
      margin: 5px 0 0 0;
      list-style: none;
      vertical-align: top;
      display: inline-block;
      width: 100%;
      font-size: 16px;
      position: relative; }
      footer .contacts li i {
        color: #ffffff;
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        position: absolute;
        top: 5px;
        left: 0;
        vertical-align: middle; }
      footer .contacts li div {
        display: inline-block;
        vertical-align: middle; }
      footer .contacts li span,
      footer .contacts li a {
        font-size: 14px;
        line-height: 17px;
        color: #fff;
        text-decoration: none; }
      footer .contacts li a:hover {
        text-decoration: underline; }
  footer .socials {
    padding: 5px 10px;
    margin: 15px 0;
    list-style-type: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle; }
    footer .socials li {
      display: inline-block;
      vertical-align: top;
      list-style: none;
      padding: 0; }
      footer .socials li + li {
        margin-left: 10px; }
      footer .socials li a {
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 16px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        footer .socials li a:hover {
          opacity: .8;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }

.contact-info {
  position: relative; }
  .contact-info .media-list {
    margin-bottom: 30px; }
    .contact-info .media-list .media {
      position: relative;
      margin-bottom: 15px; }
      .contact-info .media-list .media .fa {
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        border-radius: 20px;
        margin-right: 15px;
        text-align: center;
        background-color: #d3d3d3;
        color: #ffffff;
        min-width: 18px;
          min-width-text-align: center; }
      .contact-info .media-list .media .media-body {
        line-height: 22px; }

.map {
  width: 100%;
  height: 450px;
  margin-top: 30px; }

.blog-widget {
  padding: 2rem 1.5rem;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.18);
          box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.18);
  margin-bottom: 2rem;
  background: #fff; }
  .blog-widget h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold; }

.search-widget {
  position: relative; }
  .search-widget form input[type="text"] {
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: .5rem 1rem;
    width: 85%; }
  .search-widget form button {
    width: 15%;
    background-color: #DD4814;
    border: none;
    cursor: pointer; }
    .search-widget form button i {
      color: #fff;
      font-size: 18px; }
	  
.cats {
  position: relative;
  padding: 30px 0; }
  .cats .item {
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .cats .item:hover {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .cats .item .image {
      height: 190px;
      text-align: center;
      line-height: 190px;
      position: relative; }
      .cats .item .image .labels {
        position: absolute;
        top: 5px;
        left: 0;
        line-height: 1; }
        .cats .item .image .labels .label-item {
          display: inline-block;
          padding: 3px 5px;
          text-transform: uppercase;
          font-size: 12px;
          background: transparent;
          -webkit-border-radius: 25px;
                  border-radius: 25px;
          font-weight: bold;
          z-index: 99; }
          .cats .item .image .labels .label-item.red {
            background: transparent;
            border: 1px solid #B52222;
            color: #B52222; }
          .cats .item .image .labels .label-item.blue {
            background: transparent;
            border: 1px solid #0065ff;
            color: #0065ff; }
          .cats .item .image .labels .label-item.green {
            background: transparent;
            border: 1px solid #35d457;
            color: #35d457; }
      .cats .item .image a {
        display: block; }
        .cats .item .image a img {
          max-width: 100%;
		  width: auto;
          max-height: 190px;
          display: inline;
          vertical-align: middle; }
    .cats .item .text {
      padding: 15px 10px; }
      .cats .item .text a.title {
        color: #262626;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        display: block;
        text-align: center; }
      .cats .item .text p {
        padding: 10px 0;
        margin: 0 -10px;
        font-size: 14px;
        min-height: 120px;
        text-align: center; }
      .cats .item .text .prices {
        display: block;
        padding-bottom: 15px;
        text-align: center; }
        .cats .item .text .prices .price {
          font-size: 16px;
          font-weight: bold; }
        .cats .item .text .prices .oldprice {
          color: #aaa;
          text-decoration: line-through;
          margin-left: 5px;
          font-size: 14px; }
      .cats .item .text .btn {
        display: block;
        width: 100%; }
		
.dart-rows td{
	vertical-align: middle;
}

.dart-rows .buy{
	margin-top: 5px;
}

.buy {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  background-color: #013e98;
  width: 100%;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.18); }
  .buy:hover {
    color: #013e98;
    border: 1px solid #013e98;
    background: transparent; }

.categories-widget {
  margin-bottom: 2rem; }
  .categories-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .categories-widget ul li {
      padding: .5rem 0; }
      .categories-widget ul li:not(:last-child) {
        border-bottom: 1px solid #e9ecef; }
      .categories-widget ul li i {
        color: #DD4814;
        margin-right: .5rem; }
      .categories-widget ul li a {
        color: #171717;
        margin-top: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .categories-widget ul li a:hover {
          color: #DD4814;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .categories-widget ul li a:hover span {
            color: #DD4814;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }

.latest-posts-widget {
  margin-bottom: 2rem; }
  .latest-posts-widget .head-widget div {
    width: 50%;
    cursor: pointer; }
  .latest-posts-widget .head-widget:first-child {
    border-bottom: 3px solid #DD4814; }
  .latest-posts-widget .head-widget:last-child {
    border-bottom: 3px solid transparent; }
  .latest-posts-widget .body {
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.18);
            box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.18);
    background: #fff; }
    .latest-posts-widget .body .post-mini {
      padding: 1rem 1.5rem; }
      .latest-posts-widget .body .post-mini img {
        width: 75px;
        height: 75px; }
      .latest-posts-widget .body .post-mini a {
        margin-bottom: .25rem; }
        .latest-posts-widget .body .post-mini a h6 {
          color: #000; }
        .latest-posts-widget .body .post-mini a:hover {
          color: #DD4814;
          text-decoration: none; }
          .latest-posts-widget .body .post-mini a:hover h6 {
            color: #DD4814; }
      .latest-posts-widget .body .post-mini span {
        color: rgba(0, 0, 0, 0.7);
        font-size: 14px; }
      .latest-posts-widget .body .post-mini:not(:last-child) {
        border-bottom: 1px solid #e9ecef; }
    .latest-posts-widget .body .popular {
      display: none; }

.widget-tags .btn-card {
  border: 1px solid #DD4814;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .4rem 1.25rem; }

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

.posts {
  position: relative;
  padding-top: 30px; }
  .posts .post {
    overflow: hidden;
    padding: 10px 10px;
    margin-bottom: 30px;
    border: 1px solid #cdcfd0; }
    .posts .post * {
      position: relative;
      z-index: 3; }
    .posts .post img {
      float: left;
      max-width: 75px;
      margin-right: 12px;
      padding: 6px 0; }
    .posts .post span {
      font-size: 16px;
      line-height: 18px;
      color: #345ca0; }
    .posts .post p {
      padding-top: 12px;
      overflow: hidden; }
    .posts .post a,
    .posts .post p {
      text-decoration: none;
      font-size: 14px;
      line-height: 18px;
      color: #000; }

.blog-post {
  position: relative; }
  .blog-post .post-thumb {
    max-width: 770px;
    margin: 0 auto;
    color: #808080;
    text-align: center; }
  .blog-post .post-content {
    max-width: 770px;
    margin: 0 auto;
    color: #808080;
    text-align: justify; }
    .blog-post .post-content .meta {
      background: #f5f5f5;
      padding: 10px 15px;
      margin: 15px 0; }
      .blog-post .post-content .meta span {
        color: #013e98; }
    .blog-post .post-content .main-img {
      margin-bottom: 30px; }

.project {
  position: relative; }
  .project .project_title {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 72px; }
    .project .project_title h5 {
      padding-bottom: 10px;
      font-size: 20px;
      line-height: 30px;
      color: #171717; }
    .project .project_title h2 {
      font-weight: 600;
      text-transform: uppercase;
      color: #171717; }
      .project .project_title h2:before {
        display: none; }
  .project .details_content {
    position: relative; }
    .project .details_content h4 {
      font-size: 22px;
      line-height: 32px;
      padding-bottom: 45px; }
  .project .brief_summary {
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0; }
    .project .brief_summary:first-child {
      padding-top: 0; }
    .project .brief_summary span {
      display: block;
      text-transform: uppercase;
      color: #171717;
      font-weight: 600; }
    .project .brief_summary p {
      margin-bottom: 0;
      color: #666; }

.project_showcase {
  position: relative;
  margin: 30px 0 0; }
  .project_showcase .single_project {
    width: 50%; }

.project_next_prev {
  border-top: 1px solid #f2f2f2;
  padding: 50px 0 0; }
  .project_next_prev .single_direction a {
    display: inline-block;
    color: #171717; }
  .project_next_prev .single_direction i {
    color: #666;
    font-size: 30px;
    position: absolute;
    top: 10px; }
  .project_next_prev .single_direction.prev {
    padding-left: 40px; }
    .project_next_prev .single_direction.prev i {
      left: 0; }
  .project_next_prev .single_direction.next {
    padding-right: 40px; }
    .project_next_prev .single_direction.next i {
      right: 0; }
  .project_next_prev .single_direction a:hover i,
  .project_next_prev .single_direction a:hover span,
  .project_next_prev .single_direction a:hover h5 {
    color: #DD4814; }

.gallery-list {
  position: relative; }
  .gallery-list .item {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .gallery-list .item:hover {
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .gallery-list .item .desc {
      padding: 15px 10px;
      background: #ececec;
      text-align: center; }
      .gallery-list .item .desc h4 {
        color: #171717;
        text-transform: uppercase; }
      .gallery-list .item .desc p {
        font-size: 16px;
        margin-bottom: 0;
        color: #171717; }

.def-section.catalog.inner {
  display: none; }

.table-middle td,
.table-middle th {
  vertical-align: middle; }

.table-dark {
  background: #fff; }
  .table-dark thead th {
    vertical-align: middle;
    border-bottom: 4px solid #fff;
    background-color: #475965;
    color: #171717;
    position: relative; }
  .table-dark td,
  .table-dark th {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff; }
  .table-dark td {
    background-color: #ebeff1;
    font-size: 14px;
    padding: 8px 15px;
    color: #171717; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8); }

.modal-content {
  border-radius: 0; }

.msMiniCart .empty {
  display: block !important; }

.msMiniCart .not_empty {
  display: none !important; }

.msMiniCart.full .empty {
  display: none !important; }

.msMiniCart.full .not_empty {
  display: block !important; }

a.btn_one_click {
  border-bottom: none !important;
  text-decoration: none; }

.msoneclick_modal .forder-popup__goods {
  padding: 0 15px; }

.msoneclick_modal .msoc_product_line {
  padding: 10px 0; }

.msoneclick_modal .msoc_product_line_count {
  width: auto;
  top: 0; }

.msoneclick_modal .modal-footer {
  display: block; }
  .msoneclick_modal .modal-footer .description {
    font-size: 12px;
    margin: 10px 0; }

.msoc_product_line_image {
  position: static !important; }

.msoc_product_line_pagetitle {
  margin-left: 0 !important; }
  .msoc_product_line_pagetitle h4 {
    font-size: 14px; }

.btn-more {
  width: auto !important;
  display: block;
  margin: auto; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #0E8420;
  background: #0E8420;
  font-weight: normal;
  color: #fff;
  border-radius: 50%; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #DD4814;
  background: #DD4814;
  font-weight: normal;
  color: #fff; }

.table-cart {
  width: 100%;
  margin: 30px 0; }
  .table-cart th {
    padding: 0 1rem;
    font-size: 16px; }
  .table-cart td {
    padding: 5px 15px;
    font-size: 16px;
    vertical-align: middle !important; }
    .table-cart td.cart-image {
      width: 150px;
      height: auto; }
  .table-cart input[type="number"] {
    max-width: 80px;
    padding: 5px; }
  .table-cart .cart-image,
  .table-cart th.total {
    padding-left: 0;
    font-size: 16px; }

.btn--cart {
  padding: 10px;
  background: none; }

.content {
  position: relative; }
  .content .img-fluid {
    margin-bottom: 30px; }
  .content .data {
    font-size: 14px;
    color: #828683; }
  .content h1 {
    margin-bottom: 15px; }

.checkbox.delivery {
  position: relative;
  padding: 15px 15px;
  border: 1px solid #171717;
  border-radius: 10px;
  width: 50%;
  display: inline-block; }
  .checkbox.delivery input {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px; }
  .checkbox.delivery .description {
    padding-left: 30px; }
    .checkbox.delivery .description span.name {
      font-weight: bold; }
    .checkbox.delivery .description p {
      margin-bottom: 0;
      font-size: 12px; }

.flyer {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 5px 0;
  z-index: 9;
  -webkit-transition: bottom .5s ease;
  -o-transition: bottom .5s ease;
  transition: bottom .5s ease;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .flyer.active {
    bottom: 0;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease; }
  .flyer a {
    display: block;
    font-size: 18px;
    color: #2b2a28;
    font-weight: 600; }
    .flyer a:hover {
      opacity: .7; }
  .flyer .price {
    font-size: 16px;
    margin-right: 15px;
    font-weight: bold; }

.flyer_filters {
  position: fixed;
  display: none;
  bottom: -200px;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 5px 0;
  z-index: 99;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  .flyer_filters.active {
    bottom: 0; }
  .flyer_filters .btn-primary {
    color: #fff !important;
    text-align: center !important; }
  .flyer_filters .btn {
    display: block;
    width: 100%; }

.cart_wrap {
  position: relative; }
  .cart_wrap h1,
  .cart_wrap h2 {
    text-align: left;
    background: none;
    padding-bottom: 0;
    margin-bottom: 0; }
    .cart_wrap h1:after,
    .cart_wrap h2:after {
      display: none; }
  .cart_wrap .summary_block {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 18px 0 rgba(7, 29, 54, 0.1);
    box-shadow: 0 6px 18px 0 rgba(7, 29, 54, 0.1); }
    .cart_wrap .summary_block .summary_title_block {
      position: relative; }
      .cart_wrap .summary_block .summary_title_block span {
        display: block;
        text-align: center;
        font-size: 24px;
        color: #171717;
        font-weight: bold; }
    .cart_wrap .summary_block .summary_promocode {
      padding: 15px 0 0;
      border-bottom: 1px solid #eceef0;
      border-top: 1px solid #eceef0;
      margin: 10px 0; }
      .cart_wrap .summary_block .summary_promocode input {
        border-radius: 5px 0 0 5px; }
    .cart_wrap .summary_block button[type=submit] {
      width: 100%; }
    .cart_wrap .summary_block .texter {
      position: relative; }
      .cart_wrap .summary_block .texter i {
        color: #171717; }
    .cart_wrap .summary_block .summary-summation {
      list-style: none;
      margin: 15px 0;
      padding: 0; }
      .cart_wrap .summary_block .summary-summation li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 5px; }
        .cart_wrap .summary_block .summary-summation li .summary-summation__term {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          color: #838d9a; }
        .cart_wrap .summary_block .summary-summation li .summary-summation__data {
          text-align: right;
          white-space: nowrap;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          font-weight: 700; }
        .cart_wrap .summary_block .summary-summation li .summary-summation__total {
          font-size: 32px;
          white-space: nowrap;
          text-align: center;
          width: 100%;
          position: relative;
          max-width: 190px;
          font-weight: bold;
          margin: 0 auto; }
          .cart_wrap .summary_block .summary-summation li .summary-summation__total::before {
            content: "=";
            color: #dadde1;
            position: absolute;
            margin-left: -1em; }
  .cart_wrap .cart-holder {
    position: relative;
    margin: 30px 0; }
    .cart_wrap .cart-holder .cart_row {
      position: relative;
      padding: 10px 15px;
      background: #fff;
      border-radius: 5px; }
      .cart_wrap .cart-holder .cart_row + .cart_row {
        margin-top: 15px; }
      .cart_wrap .cart-holder .cart_row .image {
        min-height: 120px;
        line-height: 120px; }
      .cart_wrap .cart-holder .cart_row .article {
        display: block;
        font-size: 13px;
        color: #838d9a;
        margin-bottom: 4px; }
      .cart_wrap .cart-holder .cart_row a.name {
        color: #013e98;
        text-decoration: underline;
        font-size: 16px; }
        .cart_wrap .cart-holder .cart_row a.name:hover {
          text-decoration: none; }
      .cart_wrap .cart-holder .cart_row .price {
        font-weight: 700;
        white-space: nowrap;
        font-size: 16px; }
      .cart_wrap .cart-holder .cart_row .deleter {
        position: absolute;
        right: 15px;
        bottom: 10px;
        z-index: 9; }
        .cart_wrap .cart-holder .cart_row .deleter button {
          opacity: .2;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
          .cart_wrap .cart-holder .cart_row .deleter button:hover {
            opacity: 1;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }

.withovh {
  overflow: inherit !important; }

.cart_page {
  background-color: #f5f6f7; }
  .cart_page .breadcrumbs .breadcrumb {
    background: #fff; }

.btn-text {
  background: transparent;
  color: #013e98; }

.cb-qnt {
  border: 2px solid #ababab;
  display: inline-block;
  background: #fff; }
  .cb-qnt input {
    margin: 0 2px;
    max-width: 50px;
    min-height: 30px;
    font-size: 21px;
    font-weight: 900;
    border: 0;
    text-align: center;
    border-left: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2; }

.btn--count {
  width: 40px;
  height: 44px;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  border: 0;
  background: #fff;
  color: #171717;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.order_form {
  position: relative; }
  .order_form .form_block {
    position: relative;
    padding-bottom: 30px; }
    .order_form .form_block .number {
      background-color: #013e98;
      display: inline-block;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      color: #fff;
      margin-right: 8px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 15px;
      font-weight: 700; }
    .order_form .form_block .title {
      display: inline-block;
      background-size: 16px;
      line-height: 32px;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 20px; }
  .order_form .form_block_content {
    padding: 15px 0; }
    .order_form .form_block_content .sub_block {
      padding: 15px 0;
      max-width: 590px; }
      .order_form .form_block_content .sub_block .subblock_title {
        display: block;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 16px; }
    .order_form .form_block_content .form-control:not(:-moz-placeholder-shown) {
      padding-top: 21px;
      padding-bottom: 5px; }
    .order_form .form_block_content .form-control:not(:-ms-input-placeholder) {
      padding-top: 21px;
      padding-bottom: 5px; }
    .order_form .form_block_content .form-control:not(:placeholder-shown) {
      padding-top: 21px;
      padding-bottom: 5px; }
    .order_form .form_block_content .form-control:not(:-moz-placeholder-shown) ~ .s-complex-input__label {
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 12px;
      pointer-events: none; }
    .order_form .form_block_content .form-control:not(:-ms-input-placeholder) ~ .s-complex-input__label {
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 12px;
      pointer-events: none; }
    .order_form .form_block_content .form-control:not(:placeholder-shown) ~ .s-complex-input__label {
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 12px;
      pointer-events: none; }
    .order_form .form_block_content .s-complex-input__label {
      pointer-events: none;
      position: absolute;
      overflow: hidden;
      top: 1px;
      left: 3px;
      width: 100%;
      display: block;
      line-height: 22px;
      padding: 13px 11px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .1s ease-in-out;
      -o-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out; }
    .order_form .form_block_content .input-parent {
      position: relative; }
    .order_form .form_block_content .form-control {
      border-radius: 4px;
      padding-top: 13px;
      padding-bottom: 13px;
      height: auto; }
      .order_form .form_block_content .form-control::-webkit-input-placeholder {
        opacity: 0; }
      .order_form .form_block_content .form-control::-moz-placeholder {
        opacity: 0; }
      .order_form .form_block_content .form-control:-moz-placeholder {
        opacity: 0; }
      .order_form .form_block_content .form-control:-ms-input-placeholder {
        opacity: 0; }
    .order_form .form_block_content .checkers {
      margin: 0;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .order_form .form_block_content .checkers .col {
        padding: 0;
        position: relative; }
        .order_form .form_block_content .checkers .col:first-child .checkbox .visual_block {
          border-radius: 8px 0 0 8px; }
        .order_form .form_block_content .checkers .col:last-child .checkbox .visual_block {
          border-radius: 0 8px 8px 0; }
    .order_form .form_block_content .checkbox {
      position: relative;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }
      .order_form .form_block_content .checkbox .input-parent {
        position: relative;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%; }
      .order_form .form_block_content .checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        visibility: hidden;
        z-index: 2; }
        .order_form .form_block_content .checkbox input:checked + .visual_block {
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 96, 227, 0.08)), to(rgba(74, 96, 227, 0.08))), #fff;
          background: -o-linear-gradient(bottom, rgba(74, 96, 227, 0.08), rgba(74, 96, 227, 0.08)), #fff;
          background: linear-gradient(0deg, rgba(74, 96, 227, 0.08), rgba(74, 96, 227, 0.08)), #fff;
          border-color: #4a60e3; }
      .order_form .form_block_content .checkbox label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .order_form .form_block_content .checkbox .visual_block {
        position: relative;
        cursor: pointer;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #c2c7cd;
        padding: 15px 15px;
        background-color: #fff; }
        .order_form .form_block_content .checkbox .visual_block .visual_block_inner {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .order_form .form_block_content .checkbox .visual_block span.label {
          font-size: 16px;
          font-weight: bold;
          color: #171717;
          line-height: 16px; }
        .order_form .form_block_content .checkbox .visual_block p {
          margin-top: 4px;
          color: #838d9a;
          font-size: 14px; }

.ship-info {
  color: #767676;
  padding: 0 20px;
  font-size: 14px; }

.warranty-info {
  color: #353535;
  padding: 0 20px;
  font-size: 15px; }

.tabmain {
  padding: 0 40px 40px 10px;
  background: #fff; }
  .tabmain .tab_unit {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #abc; }
  .tabmain input.radio_tab {
    display: none; }
    .tabmain input.radio_tab:checked + label.radio_label {
      color: #000;
      border: 1px solid #abc;
      border-top: 2px solid #0172f8;
      border-bottom: 1px solid #fff; }
  .tabmain label.radio_label {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-align: center;
    color: #789;
    border: 1px solid transparent; }
    .tabmain label.radio_label:hover {
      color: #789;
      cursor: pointer; }
  .tabmain #tab1:checked ~ #content1,
  .tabmain #tab2:checked ~ #content2,
  .tabmain #tab3:checked ~ #content3,
  .tabmain #tab4:checked ~ #content4 {
    display: block; }

.tb-full-params {
  width: 80%; }
  .tb-full-params tr {
    border-bottom: 1px solid #f0efef; }
  .tb-full-params td {
    padding: 8px 0; }
  .tb-full-params .fp-label {
    width: 60%; }
  .tb-full-params .fp-value {
    width: 40%;
    font-weight: 900;
    color: #000;
    font-size: 15px; }

.tag-listing a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #f4f4f4;
  color: #4f4f53;
  padding: 4px 10px; }

.fade {
  -webkit-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear; }

.gd-ship-box {
  width: 100%;
  text-align: left;
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.18); }
  .gd-ship-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    width: auto;
    height: 100%;
    opacity: .04;
    z-index: -1;
    background: url(../i/bg/topography.svg);
    background-size: cover;
    background-position: right; }
  .gd-ship-box hr {
    margin-top: 10px;
    margin-bottom: 15px; }
  .gd-ship-box p {
    font-size: 14px;
    color: #444444;
    margin-bottom: 7px; }
    .gd-ship-box p span {
      font-weight: 700;
      color: #000; }

.box_title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px; }

.pr-text h3 {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.dart-reviews {
  padding: 30px 0;
  background: #faf9f9;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .dart-reviews .review-header {
    position: relative; }
    .dart-reviews .review-header h4 {
      font-size: 20px;
      font-weight: 900;
      color: #000;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 20px; }
  .dart-reviews .reviews-list {
    margin: 30px 0;
    padding: 0; }
    .dart-reviews .reviews-list .review {
      margin-bottom: 30px;
      background: #fff;
      padding: 15px 15px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
      .dart-reviews .reviews-list .review .review-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .dart-reviews .reviews-list .review .review-header .review-avatar {
          margin-right: 15px; }
          .dart-reviews .reviews-list .review .review-header .review-avatar div.name {
            display: inline-block;
            font-weight: 600;
            margin-left: 10px;
            color: #78909c; }
          .dart-reviews .reviews-list .review .review-header .review-avatar span {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #2b2a28;
            border-radius: 50%;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            line-height: 40px !important; }
        .dart-reviews .reviews-list .review .review-header .date {
          font-weight: 100;
          color: #78909c;
          font-size: 14px; }
      .dart-reviews .reviews-list .review .review-text {
        margin: 20px 0;
        font-size: 14px;
        line-height: 21px !important; }
        .dart-reviews .reviews-list .review .review-text h4 {
          font-size: 14px;
          font-weight: bold;
          margin: 10px 0 5px; }

.rating > span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px; }

.questions-container {
  padding: 30px 0;
  margin-bottom: 50px;
  background: #faf9f9;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .questions-container .questions-header {
    position: relative; }
    .questions-container .questions-header h4 {
      font-size: 20px;
      font-weight: 900;
      color: #000;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 20px; }
  .questions-container .comments-list {
    margin: 30px 0;
    padding: 0; }
    .questions-container .comments-list .review-comment .comment-list {
      padding-left: 55px; }
    .questions-container .comments-list .comment-answer {
      padding-left: 55px; }
      .questions-container .comments-list .comment-answer .comment .comment-text-wrap {
        border: 1px solid #DA2643; }
        .questions-container .comments-list .comment-answer .comment .comment-text-wrap::before {
          border-bottom: 1px solid #DA2643;
          border-left: 1px solid #DA2643; }
        .questions-container .comments-list .comment-answer .comment .comment-text-wrap .comment-content .comment-header .name {
          color: #DA2643; }
    .questions-container .comments-list .comment {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .questions-container .comments-list .comment .comment-avatar {
        margin-right: 15px; }
      .questions-container .comments-list .comment .comment-avatar span {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #2b2a28;
        border-radius: 50%;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        line-height: 40px !important; }
      .questions-container .comments-list .comment .comment-text-wrap {
        border: 1px solid #F7F7F7;
        width: 100%;
        padding: 15px 15px;
        position: relative;
        background: #ffffff; }
        .questions-container .comments-list .comment .comment-text-wrap::before {
          content: "";
          position: absolute;
          left: -6px;
          top: 14px;
          width: 9px;
          height: 9px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          background: #fff;
          border-radius: 0 0 0 4px;
          border-bottom: 1px solid #F7F7F7;
          border-left: 1px solid #F7F7F7;
          border-top: none;
          border-right: none; }
        .questions-container .comments-list .comment .comment-text-wrap .comment-content {
          position: relative; }
          .questions-container .comments-list .comment .comment-text-wrap .comment-content .comment-header {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .questions-container .comments-list .comment .comment-text-wrap .comment-content .comment-header .name {
              font-weight: 600;
              color: #78909c; }
            .questions-container .comments-list .comment .comment-text-wrap .comment-content .comment-header .date {
              font-weight: 100;
              color: #78909c;
              font-size: 14px; }
          .questions-container .comments-list .comment .comment-text-wrap .comment-content .comment-text {
            padding: 20px 0; }
            .questions-container .comments-list .comment .comment-text-wrap .comment-content .comment-text p {
              margin-bottom: 0; }
          .questions-container .comments-list .comment .comment-text-wrap .comment-content .comment-foote {
            position: relative; }
            .questions-container .comments-list .comment .comment-text-wrap .comment-content .comment-foote a {
              color: #274684;
              font-size: 14px; }

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

.products-slider-wrap .services-slider .owl-stage-outer {
  height: calc(100% + 40px);
  margin: -20px;
  padding: 20px;
  width: calc(100% + 40px); }

a.top_tags_toggle {
  text-decoration: underline; }

.interest_top {
  border: 1px solid #f2efec;
  padding: 20px;
  margin-bottom: 20px; }
  .interest_top .interest__title {
    font-size: 20px;
    margin-bottom: 10px;
    display: block; }
  .interest_top .interest__wrapper.minimized {
    height: 100px;
    overflow: hidden; }
  .interest_top > .interest__wrapper > .interest__wrapper {
    margin-bottom: 10px; }
    .interest_top > .interest__wrapper > .interest__wrapper .interest__info {
      color: #1d2029 !important;
      font-size: 14px;
      font-weight: bold; }
    .interest_top > .interest__wrapper > .interest__wrapper a {
      display: inline-block;
      padding: 0 8px;
      font-size: 14px;
      margin: 0 2px 5px 2px;
      background: #fafafa;
      border: 1px solid #d9d9d9;
      color: #1d2029;
      border-radius: 5px; }
      .interest_top > .interest__wrapper > .interest__wrapper a:hover {
        background: #f3ecec; }

.filter-toggler {
  display: none; }

@media (max-width: 1200px) {
  body {
    position: relative; }
  header .header-top ul.top_menu li + li {
    margin-left: 15px; }
  header .header-top .top-left .inliner > * + * {
    margin-left: 20px; } }

@media (max-width: 991px) {
  .hidden-sm {
    display: none; }
  .widget.filters .filter-close {
    display: block !important; }
  .widget.filters {
    position: fixed;
    right: -90%;
    top: 0;
    bottom: 0;
    width: 90%;
    margin: 0;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .widget.filters.active {
      right: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .widget.filters .filter-close {
      display: block; }
  .flyer_menu,
  .flyer_filters {
    display: block; }
  .sorting_box .sort_title {
    display: none; }
  .sorting_box .sort-toggler {
    display: block;
    text-align: left;
    border: none;
    padding: 0;
    color: #333; }
  .sorting_box .filter-toggler {
    display: block;
    text-align: right;
    color: #333; }
  .sorting_box .sorting_box_inner {
    position: relative;
    z-index: 99; }
  .sorting_box .sorting_box_inner.active .sort-params {
    display: block;
    padding: 10px 20px;
    width: 170px; }
  .sorting_box .sort-params {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1); }
    .sorting_box .sort-params::before {
      content: '';
      position: absolute;
      background: #fff;
      left: 20px;
      top: -5px;
      width: 10px;
      height: 10px;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
      z-index: -1;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .sorting_box .sorting_box_inner .sort-params a {
    font-weight: 400;
    color: #5f5f5f;
    border-bottom: none;
    padding: 0;
    text-transform: uppercase;
    margin: 5.5px 0;
    display: block;
    white-space: nowrap;
    font-size: 13px; }
    .sorting_box .sorting_box_inner .sort-params a:hover {
      background: transparent;
      color: #5f5f5f;
      border: none;
      padding: 0; }
  #mse2_sort .sort[data-dir="desc"] span:after {
    content: "↓";
    font-size: 16px;
    padding-left: 5px; }
  #mse2_sort .sort[data-dir="asc"] span:after {
    content: "↓";
    font-size: 16px;
    padding-left: 5px; }
  header .header-top {
    padding: 10px 0; }
  header .header-top .top-sider .login {
    margin-left: 0; }
  .flyer_menu .flyer_menu__content .phone_block {
    padding-left: 30px; }
  header .header-top .top-left .phone_block,
  .flyer_menu .flyer_menu__content .phone_block {
    display: block; }
    header .header-top .top-left .phone_block a,
    .flyer_menu .flyer_menu__content .phone_block a {
      font-size: 14px;
      margin-left: 5px; }
  header .header-top ul.top_menu,
  header .header-top .top-sider a.callbacker,
  header .header-bottom .phone_block {
    display: none; }
  header .header-top .top-left .inliner > .phones {
    margin-left: 0; }
  .main-slider .item {
    height: 250px; }
  .def-section.catalog {
    padding-top: 0;
    border-top: 1px solid #f6f6f6; }
  .def-section.catalog.inner {
    display: block; }
  header .header-bottom .cart a .carticon {
    padding-right: 10px; }
    header .header-bottom .cart a .carticon .count {
      right: 0; }
  header .header-bottom .logo {
    text-align: center;
    margin: 0 -15px; }
    header .header-bottom .logo a img {
      display: inline-block;
      max-height: 30px; }
  .navbar-toggler {
    display: block; }
  .mobile-menu-button {
    display: block; }
  .catalog {
    padding: 0; }
  .mobile-catalog-but {
    display: block; }
  header .header-bottom .logo {
    padding: 0; }
    header .header-bottom .logo:hover {
      background: transparent; }
      header .header-bottom .logo:hover .vertical_menu {
        display: none; }
    header .header-bottom .logo > a {
      padding: 20px 0; }
      header .header-bottom .logo > a > i {
        display: none; }
  .banners .item-wrap + .item-wrap {
    margin-top: 30px; }
  .table-responsives {
    width: 100%; }
    .table-responsives table {
      display: block; }
      .table-responsives table tr {
        display: block;
        border-top: none;
        width: 100%;
        overflow: hidden;
        position: relative; }
        .table-responsives table tr + tr {
          border-top: 1px solid #ececec; }
        .table-responsives table tr.header {
          display: none; }
        .table-responsives table tr.footer {
          font-size: 0;
          border: none; }
          .table-responsives table tr.footer th {
            display: inline-block;
            font-size: 16px;
            padding: 5px 15px;
            text-align: center;
            border: none; }
      .table-responsives table td {
        display: block;
        border-top: none !important;
        width: 70%;
        float: left;
        padding: 0 10px 5px; }
        .table-responsives table td .form-group {
          margin-bottom: 0; }
        .table-responsives table td:last-child {
          overflow: hidden; }
          .table-responsives table td:last-child .btn {
            overflow: hidden;
            position: absolute;
            top: 0;
            right: 0; }
        .table-responsives table td.cart-image {
          width: 30%;
          float: left;
          min-height: 200px; }
        .table-responsives table td.count {
          position: relative; }
          .table-responsives table td.count input {
            max-width: 40px;
            display: inline-block; }
			.widget.filters .widget-content{
				position: static;
			}
			
.widget.filters .buttons{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 5px 5px;
	}			}

@media (max-width: 768px) {
  .hidden-xs {
    display: none; }
  header .header-top {
    padding: 10px 0; }
  .mobile-catalog-but {
    margin-bottom: 0; }
  .slider-container {
    width: 100%; }
  .mobile-text-center {
    text-align: center; }
  .compare-tables {
    margin: 0 -15px; }
    .compare-tables .compare-table .title {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 600px) {
  body {
    position: relative; }
  .product-details .product-form .price {
    margin-bottom: 30px; }
  .main-slider .item {
    height: 180px; }
  header .header-top .row {
    margin: 0; }
    header .header-top .row > * {
      padding: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    header .header-top .row a.callbacker {
      padding: 5px 7px; }
      header .header-top .row a.callbacker span {
        font-size: 12px; }
  header .header-bottom .diler {
    display: none; }
  footer .footer-block {
    text-align: left; }
  footer .contacts {
    padding: 0; }
    footer .contacts li {
      width: 100%; }
  .navbar-toggler {
    padding: 0; }
  header .header-bottom .right-tools {
    margin-left: -15px; }
  header .header-bottom .compariser i,
  header .header-bottom .cart a .carticon i,
  .flyer_menu .flyer_menu__content .compariser i,
  .flyer_menu .flyer_menu__content .cart a .carticon i {
    font-size: 20px; }
  header .header-bottom .compariser i span,
  .flyer_menu .flyer_menu__content .compariser i span {
    top: -8px; }
  header .header-bottom .cart a .carticon .count,
  .flyer_menu .flyer_menu__content .cart a .carticon .count {
    top: -8px; }
  .navbar-toggler:not(.noactive) span:nth-child(3),
  .navbar-toggler:not(.noactive) span:nth-child(1) {
    top: 5px;
    left: 0px; }
  .compare-tables .compare-table .table-row .table-value {
    width: 50%; }
  .product-details .product-form .one-click {
    text-align: center; }
  .product-details .product-form .buttons .btn {
    display: block;
    width: 100%; }
  .tab-content {
    padding: 0; }
  .card-soup {
    margin-bottom: 30px; }
  .order_form .form_block_content .checkers .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order_form .form_block_content .checkbox .input-parent {
    padding: 0; }
  .order_form .form_block_content .checkers .col:first-child .checkbox .visual_block {
    border-radius: 8px 8px 0 0; }
  .order_form .form_block_content .checkers .col:last-child .checkbox .visual_block {
    border-radius: 0 0 8px 8px; } }

@media (max-width: 400px) {
  footer .footer-block {
    width: 100%;
    float: left; }
  .main-slider .slider .item .caption h2 {
    font-size: 1.5rem;
    width: 90%;
    left: 5%;
    right: 5%; }
  .main-slider .slider .item .caption .buttons .btn {
    margin: 10px 15px; }
  footer .footer-bottom .inliner > * {
    width: 100%;
    text-align: center; }
  .flyer {
    top: auto;
    bottom: -200px; }
    .flyer.active {
      top: auto;
      bottom: 0; }
    .flyer .price {
      display: none; }
    .flyer form {
      width: 100%; }
      .flyer form .btn {
        display: block;
        width: 100%; }
    .flyer .text-right {
      text-align: left !important; } }
