@import url(../stylesheet/font-awesome-5.2.0.css);
/**
 * ----------------------------------------
 * animation load3 Spinner
 * ----------------------------------------
 **/
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: .35em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: .35em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

.tracking-in-contract {
  -webkit-animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-minimal {
  0% {
    letter-spacing: .2em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract-minimal {
  0% {
    letter-spacing: .2em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

.tracking-in-contract-minimal {
  -webkit-animation: tracking-in-contract-minimal 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-contract-minimal 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes da-pulse-small {
  0%,
  100% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: .5;
  }
  48%,
  52% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
}

@keyframes da-pulse-small {
  0%,
  100% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: .5;
  }
  48%,
  52% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.typography {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #111111;
  line-height: 1.2;
}

.typography iframe {
  display: block;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.typography img:not(.excluded) {
  display: block;
  position: relative;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.typography a {
  display: inline-block;
  position: relative;
}

.typography p a {
  font-style: italic;
}

.typography p a:hover {
  text-decoration: underline !important;
}

.typography .title {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 10px;
}

.typography p {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.typography a:not(.btn_default):not(.video) {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #333;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.typography a:not(.btn_default):not(.video):hover {
  color: #ef6101;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

hr {
  background-color: #ef6101;
}

.oh {
  overflow: hidden;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.posr {
  position: relative;
}

.fll {
  float: left;
}

.more-btn-wrapper {
  text-align: center;
}

.more-btn-wrapper .btn_default {
  margin-top: 50px;
}

a {
  text-decoration: none !important;
}

a span {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.arrow_item, .slick-arrow {
  display: inline-block;
  position: absolute;
  z-index: 5;
  padding: 35px 15px;
  font-size: 20px;
  outline: none !important;
  letter-spacing: 0 !important;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.arrow_item img, .slick-arrow img {
  display: inline-block;
  position: relative;
}

.arrow_item.arrow_left, .arrow_item.slick-prev, .slick-arrow.arrow_left, .slick-arrow.slick-prev {
  top: 50%;
  left: -30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.arrow_item.arrow_right, .arrow_item.slick-next, .slick-arrow.arrow_right, .slick-arrow.slick-next {
  top: 50%;
  right: -30px;
  -webkit-transform: translateX(50%) translateY(-50%);
      -ms-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

button.slick-arrow.slick-prev:after {
  content: "\f104";
  font-size: 20px !important;
}

button.slick-arrow.slick-next:after {
  content: "\f105";
  font-size: 20px !important;
}

button.slick-arrow {
  letter-spacing: 0 !important;
  font-size: 0 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
}

button.slick-arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  letter-spacing: 0;
  font-size: 16px !important;
}

button.slick-arrow:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media all and (min-width: 768px) {
  .arrow_item:hover, .slick-arrow:hover {
    cursor: pointer;
    color: #ef6101;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
  }
}

.arrow_item_posr {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 5px;
}

.arrow_item_posr img {
  display: inline-block;
  position: relative;
}

.arrow_item_posr.arrow_left {
  margin-right: 5px;
}

.arrow_item_posr.arrow_right {
  margin-left: 5px;
}

.arrow_item_posr:hover {
  cursor: pointer;
}

.fancybox-button {
  background-color: #000;
}

.fancybox-navigation .fancybox-button--arrow_left {
  text-align: center;
}

.fancybox-navigation .fancybox-button--arrow_left:before {
  top: 5px;
  position: relative;
  content: "\f104";
  font-size: 20px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fancybox-navigation .fancybox-button--arrow_right {
  text-align: center;
}

.fancybox-navigation .fancybox-button--arrow_right:before {
  top: 5px;
  position: relative;
  content: "\f105";
  font-size: 20px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fancybox-navigation .fancybox-button svg {
  display: none;
}

.anm {
  z-index: 3;
}

#cookie_policy {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
  z-index: 99999;
  font-size: 18px;
  color: #cccccc;
  line-height: 1.2;
  text-align: left;
}

#cookie_policy .inside {
  display: block;
  position: relative;
  color: whitesmoke;
  line-height: 1.5;
  text-align: left;
}

#cookie_policy .inside p {
  margin-bottom: 0;
}

#cookie_policy .inside a {
  color: #ef6101;
  font-style: italic;
}

#cookie_policy .inside a:hover {
  text-decoration: underline !important;
  color: #fff;
}

#cookie_policy .inside .close_this {
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e4e4e4;
  font-size: 20px;
  width: 60px;
  height: 60px;
  padding: 20px;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#cookie_policy .inside .close_this:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  top: 50%;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

#cookie_policy .inside .close_this:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

#cookie_policy .inside .close_this:hover {
  cursor: pointer;
  color: #fff;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#cookie_policy .inside .close_this:hover:before, #cookie_policy .inside .close_this:hover:after {
  background-color: #ef6101;
}

.dt {
  display: table !important;
}

.dtc {
  display: table-cell !important;
}

.vam {
  vertical-align: middle !important;
}

.slick-slide {
  outline: none !important;
}

.success_message {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  top: -300%;
  z-index: 6;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.success_message_parent {
  overflow: hidden;
}

.success_message_parent .modal-pre-form-title, .success_message_parent .wpcf7-form-control-wrap, .success_message_parent .description, .success_message_parent .title, .success_message_parent .title_wrapper, .success_message_parent .form-group, .success_message_parent .error_message, .success_message_parent .before_form_title, .success_message_parent textarea, .success_message_parent button, .success_message_parent .service_name, .success_message_parent .btn_default, .success_message_parent .title, .success_message_parent .privacy_policy, .success_message_parent .footer_form_title, .success_message_parent .form_title, .success_message_parent .oneclick_descr, .success_message_parent .oneclick_thumbnail, .success_message_parent .custom_label, .success_message_parent .rating-container, .success_message_parent .modal-title, .success_message_parent .col-left-title, .success_message_parent input, .success_message_parent .col-section-title {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  -o-transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

.success_message_parent .modal-content, .success_message_parent .modal-footer {
  -webkit-transition: background 1.2s ease;
  -o-transition: background 1.2s ease;
  transition: background 1.2s ease;
}

.success_message_parent.shown .modal-pre-form-title, .success_message_parent.shown .wpcf7-form-control-wrap, .success_message_parent.shown .description, .success_message_parent.shown .title, .success_message_parent.shown .title_wrapper, .success_message_parent.shown .form-group, .success_message_parent.shown .error_message, .success_message_parent.shown .before_form_title, .success_message_parent.shown textarea, .success_message_parent.shown button, .success_message_parent.shown .service_name, .success_message_parent.shown .btn_default, .success_message_parent.shown .title, .success_message_parent.shown .privacy_policy, .success_message_parent.shown .footer_form_title, .success_message_parent.shown .form_title, .success_message_parent.shown .oneclick_descr, .success_message_parent.shown .oneclick_thumbnail, .success_message_parent.shown .custom_label, .success_message_parent.shown .rating-container, .success_message_parent.shown .modal-title, .success_message_parent.shown .col-left-title, .success_message_parent.shown input, .success_message_parent.shown .col-section-title {
  opacity: 0.03 !important;
  -webkit-transform: scale(0.95) !important;
      -ms-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease !important;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease !important;
  -o-transition: opacity 1.2s ease, transform 1.2s ease !important;
  transition: opacity 1.2s ease, transform 1.2s ease !important;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease !important;
}

.success_message_parent.shown .success_message {
  top: 0;
  opacity: 1;
  -webkit-animation-name: fadeInTop;
          animation-name: fadeInTop;
  visibility: visible;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.success_message .sm_inside {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.success_message .sm_inside .inner {
  width: 100% !important;
  display: block;
  position: relative;
  text-align: center;
}

.success_message .sm_inside .centr {
  display: table-cell;
  vertical-align: middle;
}

.success_message .sm_inside .line {
  display: block;
  position: relative;
}

.success_message .sm_inside .line span {
  display: block;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.success_message .sm_inside .line.line_1 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.success_message .sm_inside .line.line_2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.success_message:hover {
  cursor: pointer;
}

#scroll_to_top {
  display: inline-block;
  position: fixed;
  bottom: 100px;
  right: -100px;
  text-align: center;
  color: #ccc;
  z-index: 5;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  width: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#scroll_to_top .inside {
  display: inline-block;
  position: relative;
  padding: 0;
  top: -15px !important;
  right: -1px;
  -webkit-transition: top .35s ease;
  -o-transition: top .35s ease;
  transition: top .35s ease;
}

#scroll_to_top img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-7px);
      -ms-transform: translateX(-50%) translateY(-7px);
          transform: translateX(-50%) translateY(-7px);
}

#scroll_to_top .title {
  display: block;
  position: relative;
  top: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

#scroll_to_top:hover {
  cursor: pointer;
  opacity: 1;
  color: #ef6101 !important;
  -webkit-transition: opacity .35s ease, color .35s ease;
  -o-transition: opacity .35s ease, color .35s ease;
  transition: opacity .35s ease, color .35s ease;
}

#scroll_to_top:hover .inside {
  top: -22px !important;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: top .35s ease !important;
  -o-transition: top .35s ease !important;
  transition: top .35s ease !important;
}

#scroll_to_top:hover .title {
  opacity: 1;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

#scroll_to_top:active {
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
}

#scroll_to_top.bounceIn {
  right: 15px;
}

footer {
  margin-top: 30px;
}

#seo_section {
  display: block;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

#seo_section .descr {
  display: block;
  position: relative;
}

#seo_section h1, #seo_section h2, #seo_section h3 {
  display: block;
  position: relative;
  text-align: left;
  color: #cccccc;
  margin-bottom: 3px;
  font-weight: 400;
}

#seo_section h1 {
  font-size: 20px;
}

#seo_section h2 {
  font-size: 18px;
}

#seo_section h3 {
  font-size: 16px;
}

#seo_section p {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: "Rubik";
  color: #444444;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
}

#seo_section .controls {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#seo_section .controls .show_hide {
  display: inline-block !important;
  position: relative;
  padding: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  bottom: -45px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  color: #fdac07;
  font-size: 14px;
  font-family: "Rubik";
  line-height: 1.2;
  text-align: center;
}

#seo_section .controls .show_hide:hover {
  color: #ef6101;
}

#seo_section .controls .show_hide span:first-child {
  display: block;
}

#seo_section .controls .show_hide span:last-child {
  display: none;
}

#seo_section .gradient_area {
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(white));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), white);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), white);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), white);
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

#seo_section .part {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#seo_section.visible .part {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#seo_section.visible .show_hide {
  bottom: -60px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

#seo_section.visible .show_hide span:first-child {
  display: none;
}

#seo_section.visible .show_hide span:last-child {
  display: block;
}

#seo_section.visible .gradient_area {
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

@media all and (min-width: 768px) {
  #seo_section .controls .show_hide:hover {
    color: #ef6101;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }
}

.slick-dots {
  display: block;
  position: relative;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
  margin-top: 35px;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.slick-dots li:hover {
  cursor: pointer !important;
}

.slick-dots li .slick-dot {
  display: inline-block;
  position: relative;
  padding: 4px 4px !important;
  outline: none;
  line-height: 1.2;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-dots li .slick-dot:hover {
  cursor: pointer !important;
}

.slick-dots li .slick-dot span {
  display: inline-block;
  position: relative;
  outline: none;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  background-color: #585858 !important;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.slick-dots li.slick-active .slick-dot span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: #ef6101 !important;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

.label_sale {
  background-color: #fdac07;
}

.label-product:after {
  border-right-color: #fdac07;
}

.success_message {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  top: -300%;
  z-index: 6;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.success_message_parent {
  overflow: hidden;
}

.success_message_parent .modal-pre-form-title, .success_message_parent .wpcf7-form-control-wrap, .success_message_parent .description, .success_message_parent .title, .success_message_parent .title_wrapper, .success_message_parent .form-group, .success_message_parent .error_message, .success_message_parent .before_form_title, .success_message_parent textarea, .success_message_parent button, .success_message_parent .service_name, .success_message_parent .btn_default, .success_message_parent .title, .success_message_parent .privacy_policy, .success_message_parent .footer_form_title, .success_message_parent .form_title, .success_message_parent .oneclick_descr, .success_message_parent .oneclick_thumbnail, .success_message_parent .custom_label, .success_message_parent .rating-container, .success_message_parent .modal-title, .success_message_parent .col-left-title, .success_message_parent input, .success_message_parent .col-section-title {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  -o-transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

.success_message_parent .modal-content, .success_message_parent .modal-footer {
  -webkit-transition: background 1.2s ease;
  -o-transition: background 1.2s ease;
  transition: background 1.2s ease;
}

.success_message_parent.shown .modal-pre-form-title, .success_message_parent.shown .wpcf7-form-control-wrap, .success_message_parent.shown .description, .success_message_parent.shown .title, .success_message_parent.shown .title_wrapper, .success_message_parent.shown .form-group, .success_message_parent.shown .error_message, .success_message_parent.shown .before_form_title, .success_message_parent.shown textarea, .success_message_parent.shown button, .success_message_parent.shown .service_name, .success_message_parent.shown .btn_default, .success_message_parent.shown .title, .success_message_parent.shown .privacy_policy, .success_message_parent.shown .footer_form_title, .success_message_parent.shown .form_title, .success_message_parent.shown .oneclick_descr, .success_message_parent.shown .oneclick_thumbnail, .success_message_parent.shown .custom_label, .success_message_parent.shown .rating-container, .success_message_parent.shown .modal-title, .success_message_parent.shown .col-left-title, .success_message_parent.shown input, .success_message_parent.shown .col-section-title {
  opacity: 0.03 !important;
  -webkit-transform: scale(0.95) !important;
      -ms-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease !important;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease !important;
  -o-transition: opacity 1.2s ease, transform 1.2s ease !important;
  transition: opacity 1.2s ease, transform 1.2s ease !important;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease !important;
}

.success_message_parent.shown .success_message {
  top: 0;
  opacity: 1;
  -webkit-animation-name: fadeInTop;
          animation-name: fadeInTop;
  visibility: visible;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.success_message .sm_inside {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.success_message .sm_inside .inner {
  width: 100% !important;
  display: block;
  position: relative;
  text-align: center;
}

.success_message .sm_inside .centr {
  display: table-cell;
  vertical-align: middle;
}

.success_message .sm_inside .line {
  display: block;
  position: relative;
}

.success_message .sm_inside .line span {
  display: block;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.success_message .sm_inside .line.line_1 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.success_message .sm_inside .line.line_2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}

.success_message:hover {
  cursor: pointer;
}

@media all and (min-width: 768px) {
  body::-webkit-scrollbar {
    width: 17px;
  }
  body::-webkit-scrollbar-track {
    background: #222;
  }
  body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
            border-radius: 0;
    background: #c7c7c7;
    height: 60px;
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #ef6101;
  }
}

::-webkit-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #ef6101;
  color: #fff;
}

::selection {
  background-color: #ef6101;
  color: #fff;
}

body {
  min-width: 320px !important;
}

a {
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

a:hover {
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

header .header-inner {
  background-color: #03161d;
}

.modal-backdrop {
  background-color: #03161d;
}

.modal-backdrop.in {
  filter: alpha(opacity=97);
  opacity: .97;
}

.default_form {
  display: block;
  position: relative;
}

.default_form .control-label {
  text-align: left;
}

.form-group-custom {
  margin-bottom: 15px;
}

.form-horizontal .form-group-custom {
  margin-right: -15px;
  margin-left: -15px;
}

.has-error .form-control {
  border-color: #ccc;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn_default {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: "Rubik";
  color: #ef6101 !important;
  line-height: 1.2;
  text-align: center;
  z-index: 273;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #ef6101 !important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: transparent !important;
  outline: none;
  text-shadow: none;
  outline: none;
  -webkit-transition: color .35s ease, background .35s ease;
  -o-transition: color .35s ease, background .35s ease;
  transition: color .35s ease, background .35s ease;
}

.btn_default:hover {
  background-color: #ef6101 !important;
  color: #fff !important;
  -webkit-transition: color .35s ease, background .35s ease;
  -o-transition: color .35s ease, background .35s ease;
  transition: color .35s ease, background .35s ease;
}

.btn_default.filled {
  background-color: #ef6101 !important;
  color: #fff !important;
}

.btn_default.filled:hover {
  background-color: transparent !important;
  color: #ef6101 !important;
  -webkit-transition: color .35s ease, background .35s ease;
  -o-transition: color .35s ease, background .35s ease;
  transition: color .35s ease, background .35s ease;
}

.btn_default.yellow {
  color: #fdac07 !important;
  border-color: #fdac07 !important;
}

.btn_default.yellow:hover {
  background-color: #fdac07 !important;
  color: #fff !important;
  -webkit-transition: color .35s ease, background .35s ease;
  -o-transition: color .35s ease, background .35s ease;
  transition: color .35s ease, background .35s ease;
}

#top {
  z-index: 9;
  position: relative;
  background-color: #03161d;
  border-bottom: 1px solid #1d2e34;
}

#top .top_left_menu {
  display: inline-block;
  position: relative;
  z-index: 2;
}

#top .top_left_menu .btn-group {
  vertical-align: initial;
}

#top .top_left_menu li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

#top .top_left_menu li a {
  display: inline-block;
  position: relative;
  color: #cccccc;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
  font-size: 12px;
  overflow: hidden;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  padding: 12px 0;
  display: block;
  text-align: left;
  border: 0;
  text-decoration: none;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#top .top_left_menu li a:hover {
  color: #ef6101;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#top .top_left_menu li > ul {
  display: block;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: inherit;
  background-color: #03161d;
}

#top .top_left_menu li.social a {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  float: left;
}

#top .top_left_menu li.social a.viber {
  color: #b659e1;
}

#top .top_left_menu li.social a.telegram {
  color: #3893b5;
}

#top .top_left_menu li.social a.whatsapp {
  color: #27b110;
}

#top .box-right li {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-right: 0;
}

#top .box-left li:after, #top .box-right li:after {
  content: none;
}

#top .language_list {
  overflow: hidden;
}

#top .language_list li {
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#top .language_list li button {
  text-transform: none !important;
  color: gray !important;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#top .language_list li button:hover {
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#top .language_list li button img {
  display: none;
}

#top .language_list li button.item-selected {
  color: white !important;
}

#top .language_list li button:hover {
  color: #ef6101 !important;
}

#top .box-right li:first-child:after {
  content: "" !important;
  height: 13px;
  width: 1px;
  background: #35454a;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top .box-right li a {
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#top .box-right li a:hover {
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

#top .box-right li .registr_li {
  padding-left: 13px;
}

#top .box-right li .registr_li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../image/icon_user.png");
}

#top .box-right li .login_li {
  color: #fdac07;
}

#top .box-right li .login_li:hover {
  color: #ef6101;
}

#top .box-right-last {
  margin-left: 25px;
}

#top .btn-group span {
  text-transform: uppercase;
}

#top .btn-group .dropdown-menu {
  left: -50px;
}

#top .btn-group .dropdown-menu li {
  margin-right: 0;
}

#top .dropdown-menu {
  min-width: 200px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#top .dropdown-menu li {
  display: block;
  line-height: 1.2 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#top .dropdown-menu li a {
  text-transform: none !important;
  line-height: 1.45 !important;
}

#cart .mycart {
  color: whitesmoke;
}

.top_callback {
  display: inline-block;
  position: relative;
  float: left;
  vertical-align: middle;
  text-align: center;
  margin-left: 150px;
  padding: 16px 0;
}

.top_callback .phone {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "Rubik";
  color: white;
  line-height: 1.2;
  text-align: center;
}

.top_callback .phone:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
}

.top_callback .phone:hover {
  color: #ef6101;
}

.top_callback button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: "Rubik";
  color: #ef6101;
  line-height: 1.2;
  text-align: center;
  z-index: 273;
  padding: 5px 15px;
  border: 1px solid #ef6101;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: transparent;
  outline: none;
  -webkit-transition: color .35s ease, background .35s ease;
  -o-transition: color .35s ease, background .35s ease;
  transition: color .35s ease, background .35s ease;
}

.top_callback button:hover {
  background-color: #ef6101;
  color: #fff;
  -webkit-transition: color .35s ease, background .35s ease;
  -o-transition: color .35s ease, background .35s ease;
  transition: color .35s ease, background .35s ease;
}

footer {
  background-color: #03161d;
}

#frontpage_banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

#frontpage_banner .banner {
  display: table;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 500px;
  width: 100%;
  background-color: whitesmoke;
  background-color: #03161d;
  background-position: center center;
  background-image: url("../image/frontpage_banner.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: no-repeat;
}

#frontpage_banner .banner .inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
  padding-right: 60px;
}

#frontpage_banner .banner .title {
  display: block;
  position: relative;
  font-size: 60px;
  font-family: "Rubik";
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
}

#frontpage_banner .banner .title span {
  font-weight: 500;
}

#frontpage_banner .banner .description {
  display: block;
  position: relative;
  font-size: 18px;
  font-family: "Rubik";
  color: #d9d9d9;
  line-height: 1.2;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

#frontpage_banner .banner .btn {
  padding: 10px 40px;
  margin-top: 15px;
}

#categories_section {
  display: block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

#categories_section .col-item {
  padding-left: 10px;
  padding-right: 10px;
}

#categories_section .category_item {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #d9d9d9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #f7f7f7;
  -webkit-transition: border-color .35s ease, background .35s ease;
  -o-transition: border-color .35s ease, background .35s ease;
  transition: border-color .35s ease, background .35s ease;
}

#categories_section .category_item img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#categories_section .category_item .thumbnail {
  display: block;
  position: relative;
  height: 120px;
  width: 100%;
  background-color: transparent;
  border: none;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

#categories_section .category_item .title {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #03161d;
}

#categories_section .category_item:hover {
  background-color: transparent;
  border-color: #fdac07;
  -webkit-transition: border-color .35s ease, background .35s ease;
  -o-transition: border-color .35s ease, background .35s ease;
  transition: border-color .35s ease, background .35s ease;
}

.module-title {
  position: relative;
  text-align: left;
  font-weight: 500;
}

.module-title h2, .module-title h3, .module-title .tabs-categorys, .module-title .tabs-categorys a {
  color: #ef6101 !important;
  padding-left: 0 !important;
  font-size: 23px !important;
  font-weight: 500 !important;
}

.module-title .tabs-categorys li:after {
  background-color: #ef6101 !important;
}

.product-name {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  border-top: none;
}

.product-name a {
  font-size: 12px;
  font-family: "Rubik";
  color: #000000 !important;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.item-inner .caption .model {
  font-size: 12px;
  font-family: "Rubik";
  color: #666666 !important;
  line-height: 1.2;
  text-align: left;
  font-weight: 400;
}

.price-box p.special-price .price {
  color: #ef6101;
}

.price-box p.old-price .price {
  -webkit-text-decoration-color: #ef6101;
          text-decoration-color: #ef6101;
  text-decoration: none;
  position: relative;
  color: #666666;
}

.price-box p.old-price .price:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  right: -5px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background-color: #ef6101;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-icons-line .row {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 25px;
}

.footer-icons-line .row:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #102229;
  z-index: 6;
}

.footer-icons-line {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-icons-line .col-item {
  position: relative;
  text-align: center;
}

.footer-icons-line .item {
  display: inline-block;
  position: relative;
  padding: 15px;
  padding-left: 70px;
  min-width: 270px;
}

.footer-icons-line .item .title {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: "Rubik";
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}

.footer-icons-line .item .descr {
  display: block;
  position: relative;
  font-size: 13px;
  font-family: "Rubik";
  color: #999999;
  line-height: 1.2;
  text-align: left;
  font-weight: 400;
}

.footer-icons-line .col-item {
  position: relative;
}

.footer-icons-line .col-item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #102229;
}

.footer-icons-line .col-item:nth-child(1) .item {
  background: url("../image/icons/truck.png") left center no-repeat !important;
  -webkit-background-size: contain !important;
          background-size: contain !important;
}

.footer-icons-line .col-item:nth-child(2) .item {
  background: url("../image/icons/loader.png") left center no-repeat !important;
  -webkit-background-size: contain !important;
          background-size: contain !important;
}

.footer-icons-line .col-item:nth-child(3) .item {
  background: url("../image/icons/box.png") left center no-repeat !important;
  -webkit-background-size: contain !important;
          background-size: contain !important;
}

.footer-icons-line .col-item:nth-child(4) .item {
  background: url("../image/icons/price.png") left center no-repeat !important;
  -webkit-background-size: contain !important;
          background-size: contain !important;
}

.footer-icons-line .col-item:nth-child(4):after {
  content: none;
}

.footer-info {
  display: inline-block;
  position: relative;
  text-align: center;
}

.footer-info .btn_default {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 30px;
}

.footer-info ul {
  display: block;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer-info ul li {
  display: block;
  position: relative;
  text-align: center;
}

.footer-info ul li a {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-family: "Rubik";
  color: white;
  line-height: 1.2;
  text-align: left;
  font-weight: 400;
}

.footer-info ul li a:hover {
  color: #ef6101;
}

.col1.col-footer .footer-info {
  display: block;
  position: relative;
}

.col1.col-footer.dib.posr {
  display: inline-block;
  position: relative;
  text-align: center;
}

.col1.col-footer ul.link-follow {
  position: inline-block !important;
  text-align: center;
}

.col-footer.col-footer-1 .posr {
  padding-left: 50px;
}

.col-footer.col-footer-2 .posr {
  padding-left: 80px;
}

.col-footer.col-footer-3 .posr {
  padding-left: 70px;
}

.col-footer.col-footer-4 .posr {
  padding-left: 60px;
}

.col-footer .link-follow {
  text-align: center;
}

.col-footer .link-follow li {
  float: none;
  display: inline-block;
  position: relative;
}

.footer-content .location, .footer-content .e-mail, .footer-content .opening-time {
  display: block;
  position: relative;
  text-align: left;
}

.footer-content .location:before, .footer-content .e-mail:before, .footer-content .opening-time:before {
  content: "";
  display: inline-block;
  position: absolute;
  line-height: 30px;
  left: -25px;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.footer-content .location:before {
  content: "\f3c5";
}

.footer-content .e-mail:before {
  content: "\f0e0";
  left: -28px;
}

.footer-content .opening-time:before {
  content: "\f017";
}

#mobile_header {
  display: none;
  position: relative;
  background-color: #03161d;
}

#mobile_header .row {
  border-bottom: 1px solid #102229;
}

#mobile_header .hamburger {
  float: right;
  margin-top: 7px;
}

#mobile_header #logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

#logo img {
  position: relative;
  max-width: 211px;
}

.logo-footer img {
  max-width: 240px;
}

.footer-bottom {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #999999;
}

.footer-bottom a {
  color: #999999;
}

.footer-bottom a:hover {
  color: #ef6101;
}

.footer-bottom .col-item {
  font-weight: 400;
}

.footer-bottom .col-item.col-left {
  text-align: left;
}

.footer-bottom .col-item.col-center {
  text-align: center;
}

.footer-bottom .col-item.col-right {
  text-align: right;
}

.footer-bottom .col-item ul {
  display: block;
  position: relative;
  text-align: center;
}

.footer-bottom .col-item ul li {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-bottom .col-item ul li img {
  display: inline-block;
  position: relative;
  max-height: 20px;
}

.modal_default .modal-dialog {
  margin-top: 60px;
}

.modal_default .close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  padding: 7px 10px;
  font-size: 28px;
  font-weight: 500;
  -webkit-transition: opacity .35s ease !important;
  -o-transition: opacity .35s ease !important;
  transition: opacity .35s ease !important;
}

.modal_default .btn_default {
  background-color: #fdac07 !important;
  border: none !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 400;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
}

.modal_default .btn_default:hover {
  background-color: #ef6101 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal_default .modal-content {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal_default#callback_modal .modal-body, .modal_default#one_click_modal .modal-body {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal_default .modal-title {
  display: block;
  position: relative;
  font-size: 18px;
  font-family: "Rubik";
  color: #ef6101;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 40px;
  overflow: hidden;
}

.modal_default .modal-title span {
  display: inline-block;
  position: relative;
}

.modal_default .modal-title span:after {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 1px;
  left: 110%;
  top: 48%;
  background-color: #f4f4f4;
}

.modal_default .modal-sub-title {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: "Rubik";
  color: #444444;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 30px;
}

.modal_default .oneclick_product_name {
  font-size: 18px !important;
}

.modal_default .control-label {
  display: block;
  position: relative;
  text-align: left;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: "Rubik";
  color: #444444;
  line-height: 1.2;
}

.modal_default .require_title {
  display: block;
  position: relative;
  text-align: right;
  font-size: 14px;
  color: #eb3e32;
  line-height: 1.2;
}

.modal_default .text-danger {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal_default .form-group.not-valid input {
  border-color: #a94442;
}

.modal_default .form-group.not-valid .text-danger {
  display: block;
}

#back-top i {
  font-size: 18px;
  top: 2px;
  position: relative;
}

.green_in_stock {
  color: #08a008 !important;
}

#review .fa-stack {
  width: 1em;
  height: 1em;
}

#review i {
  color: #fdac07 !important;
  font-size: 13px !important;
}

.panel-heading .layered-heading {
  position: relative;
}

.layernavigation-module .layered-heading {
  position: relative;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

#toggleFilter {
  display: none;
}

#toggleFilter .hamburger {
  padding: 5px;
  width: 30px;
}

#toggleFilter .hamburger-inner, #toggleFilter .hamburger-inner::before, #toggleFilter .hamburger-inner::after {
  background-color: #03161c;
  width: 30px;
}

.hide_filer_container {
  display: none;
  text-align: center;
}

.hide_filer_container #hide_filer {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #928f8f;
}

.hide_filer_container #hide_filer:hover {
  color: #ef6101;
  cursor: pointer;
}

.breadcrumb > li {
  display: inline !important;
}

#collapse-checkout-option .radio label, #collapse-checkout-option .checkbox label {
  font-weight: 600;
  color: #2f323a;
  font-size: 14px;
}

.agree_box {
  display: inline-block;
  position: relative;
}

#custom_shipping {
  display: block;
  position: relative;
  padding: 10px;
}

#custom_shipping .buttons input.btn {
  display: none;
}

#custom_payment {
  display: block;
  position: relative;
  padding: 10px;
}

#custom_payment .buttons input.btn {
  display: none;
}

button#button-login {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
  -webkit-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
}

.quickcheckout-content .terms label {
  margin-top: 10px;
}

button#button-payment-method {
  background-color: #ef6101;
  border-color: #ef6101;
}

button#button-payment-method:hover {
  background-color: #cc5504;
  border-color: #cc5504;
}

.extension-quickcheckout-checkout .container.footer-icons-line {
  display: none;
}

.extension-quickcheckout-checkout .footer-top {
  display: none;
}

@media all and (max-width: 1400px) {
  .col-footer.col-footer-1 .posr {
    padding-left: 30px;
  }
  .col-footer.col-footer-2 .posr {
    padding-left: 40px;
  }
  .col-footer.col-footer-3 .posr {
    padding-left: 30px;
  }
  .col-footer.col-footer-4 .posr {
    padding-left: 30px;
  }
  #search-by-category .search-ajax {
    width: -webkit-calc( 100% - 89px) !important;
    width: calc( 100% - 89px) !important;
  }
}

@media all and (max-width: 1200px) {
  .col-footer.col-footer-1 .posr {
    padding-left: 30px;
  }
  .col-footer.col-footer-2 {
    display: none !important;
  }
  .col-footer.col-footer-3 .posr {
    padding-left: 60px;
  }
  .col-footer.col-footer-4 .posr {
    padding-left: 30px;
  }
}

@media all and (max-width: 992px) {
  .footer-icons-line .col-item {
    margin-bottom: 15px;
  }
  .footer-icons-line .col-item:after {
    content: none;
  }
  .col-footer.col-footer-1 .posr {
    padding-left: 0;
  }
  .col-footer.col-footer-3 .posr {
    padding-left: 40px;
  }
  .col-footer.col-footer-4 .posr {
    padding-left: 40px;
  }
  #top .btn-group {
    text-align: center;
  }
  #top .btn-group .dropdown-toggle {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
  }
  #top .btn-group .dropdown-menu {
    position: relative;
    left: inherit;
    right: inherit;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    background-color: transparent;
    border-top: 1px solid #1d2e34;
    border-bottom: 1px solid #1d2e34;
  }
  #top .btn-group .dropdown-menu li {
    border-bottom-color: #1d2e34;
    text-align: center;
  }
  #top .btn-group .dropdown-menu li a {
    color: #fff;
    text-align: center;
  }
  .toolbar-products {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .toolbar-products .toolbar-amount {
    display: block;
    position: relative;
    text-align: center;
    float: none;
    width: 100%;
  }
  .toolbar-products .sorter, .toolbar-products .limiter, .toolbar-products .pages {
    float: none;
  }
  .toolbar-products .sorter {
    margin-left: 0;
  }
  .toolbar-products .limiter {
    margin-left: 30px;
  }
  #toggleFilter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  #toggleFilter:hover {
    cursor: pointer;
    color: orange !important;
  }
  #toggle_filter_content {
    display: none;
  }
  #toggle_filter_content.toggled {
    display: block;
  }
  .panel-heading .layered-heading {
    position: relative;
    margin-bottom: 0 !important;
  }
  .layernavigation-module {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .layernavigation-module .layered-heading {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .layernavigation-module .panel.panel-default {
    margin-bottom: 0 !important;
  }
  .layernavigation-module.shown .layered-heading {
    margin-bottom: 20px !important;
  }
  .hide_filer_container {
    display: block;
  }
}

@media all and (max-width: 950px) {
  #top .container-inner {
    text-align: center;
  }
  #top .box-right li.language {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  #top .box-right li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  #top .box-left, #top .box-right {
    width: 300px;
    display: inline-block;
    position: relative;
  }
  #top .box-right-last {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #top .top_left_menu li {
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #top .top_left_menu li a {
    text-align: center;
  }
  #top li.social {
    text-align: center;
    overflow: hidden;
  }
  #top li.social a {
    display: inline-block;
    position: relative;
    float: none !important;
  }
  .top_callback br {
    display: block !important;
  }
  .top_callback .social.hidden {
    display: block !important;
  }
  .top_callback .social.hidden a {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    float: left;
  }
  .top_callback .social.hidden a.viber {
    color: #b659e1;
  }
  .top_callback .social.hidden a.telegram {
    color: #3893b5;
  }
  .top_callback .social.hidden a.whatsapp {
    color: #27b110;
  }
  #top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #top .top_left_menu li {
    display: block;
    position: relative;
  }
  #search-by-category {
    position: relative;
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
  .box-cart {
    top: 36px !important;
  }
  header .top_callback {
    top: -82px !important;
    left: 240px !important;
  }
  .header-inner .container-inner {
    padding-top: 30px;
  }
}

@media all and (max-width: 768px) {
  #frontpage_banner .banner {
    height: 400px;
  }
  #frontpage_banner .banner .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  #frontpage_banner .banner .title {
    font-size: 45px;
  }
  .col-footer.col-footer-1 {
    text-align: center;
    margin-bottom: 40px;
  }
  .col-footer.col-footer-1 .posr {
    display: inline-block;
    position: relative;
  }
  .col-footer.col-footer-3 .posr {
    padding-left: 40px;
  }
  .col-footer.col-footer-4 .posr {
    padding-left: 40px;
  }
  .footer-bottom .col-item {
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .modal_default#callback_modal .modal-body, .modal_default#one_click_modal .modal-body {
    padding-left: 50px;
    padding-right: 50px;
  }
  #product-search #input-search, #product-search select {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 600px) {
  .footer-icons-line .col-item {
    width: 100% !important;
    float: none !important;
  }
}

@media all and (max-width: 550px) {
  #frontpage_banner .banner {
    height: 350px;
  }
  #frontpage_banner .banner .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #frontpage_banner .banner .title {
    font-size: 36px;
  }
  .toolbar-products .limiter, .toolbar-products .sorter {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

@media all and (max-width: 520px) {
  #search-by-category {
    position: relative;
    width: 100%;
  }
  .box-cart {
    top: 30px !important;
  }
  header .top_callback {
    top: 3px !important;
    left: 0 !important;
  }
  .header-inner .container-inner {
    padding-top: 90px;
  }
}

@media all and (max-width: 500px) {
  .col-footer.col-footer-3 .posr {
    padding-left: 0;
  }
  .col-footer.col-footer-4 .posr {
    padding-left: 20px;
  }
}

@media all and (max-width: 450px) {
  .col-footer.col-footer-1 {
    text-align: center;
    margin-bottom: 40px;
  }
  .col-footer.col-footer-1 .posr {
    display: inline-block;
    position: relative;
  }
  .col-footer.col-footer-3 {
    text-align: center;
  }
  .col-footer.col-footer-3 .posr {
    display: inline-block;
    position: relative;
    padding-left: 0;
  }
  .col-footer.col-footer-3 .posr ul, .col-footer.col-footer-3 .posr li, .col-footer.col-footer-3 .posr .footer-title {
    text-align: left;
  }
  .col-footer.col-footer-4 {
    text-align: center;
  }
  .col-footer.col-footer-4 .posr {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .col-footer.col-footer-4 .posr ul, .col-footer.col-footer-4 .posr li, .col-footer.col-footer-4 .posr .footer-title {
    text-align: left;
  }
  .top_callback {
    display: block !important;
    float: none;
    position: absolute;
    top: -2px;
    left: -30px;
  }
  .top_callback.desktop {
    display: none !important;
  }
  .top_callback.mobile {
    display: block !important;
  }
  .top_callback button {
    display: none;
  }
  .top_callback .phone {
    margin-bottom: 1px;
    font-size: 16px;
  }
}

@media all and (max-width: 450px) {
  #frontpage_banner .banner .title {
    font-size: 30px;
  }
  #logo .mobile_desktop {
    display: none;
  }
  #logo .mobile_logo {
    display: inline-block !important;
  }
  #logo img {
    max-height: 37px;
  }
  header .top_callback {
    top: -74px !important;
    left: 100px !important;
  }
  header .top_callback .phone {
    margin-bottom: 0 !important;
  }
  #btn-search-category {
    display: none;
  }
  #search-by-category .search-ajax {
    width: 100% !important;
  }
  .top-search {
    width: -webkit-calc(100% - 120px) !important;
    width: calc(100% - 120px) !important;
  }
  .box-cart .wishlist {
    display: none !important;
  }
  #cart {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -7px;
  }
  .header-inner .container-inner {
    padding-top: 15px;
  }
  .header-inner .top-search {
    margin-bottom: 16px;
  }
  #search-by-category .search-container #text-search {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 400px) {
  .col-footer.col-footer-1, .col-footer.col-footer-2, .col-footer.col-footer-3, .col-footer.col-footer-4 {
    text-align: center;
    width: 100% !important;
    text-align: center;
  }
  .col-footer.col-footer-1 .dib, .col-footer.col-footer-2 .dib, .col-footer.col-footer-3 .dib, .col-footer.col-footer-4 .dib {
    display: inline-block;
    position: relative;
    min-width: 225px;
  }
  .modal_default#callback_modal .modal-body, .modal_default#one_click_modal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 360px) {
  #frontpage_banner .banner .title br {
    display: none;
  }
  header .top_callback {
    top: -72px !important;
  }
  header .top_callback .phone {
    font-size: 15px;
  }
  .box-cart .wishlist {
    margin-right: 20px;
  }
  .toolbar-products .toolbar-amount {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}

@media all and (min-width: 950px) {
  #top {
    display: block !important;
  }
}

@media all and (min-width: 1200px) {
  .col-xl-3 {
    width: 25%;
  }
}
