.layout_mosaic {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_mosaic .item_1 {
  width: 40%;
}
.layout_mosaic .item_2 {
  width: 60%;
}
.layout_mosaic .item_3 {
  width: 60%;
}
.layout_mosaic .item_4 {
  width: 40%;
}
.layout_mosaic .item_1,
.layout_mosaic .item_2,
.layout_mosaic .item_3,
.layout_mosaic .item_4 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_mosaic .item_1,
  .layout_mosaic .item_2,
  .layout_mosaic .item_3,
  .layout_mosaic .item_4 {
    width: 100%;
  }
}
.layout_twoColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_twoColumns .item_1,
.layout_twoColumns .item_2 {
  width: 50%;
}
.layout_twoColumns .item_1,
.layout_twoColumns .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_twoColumns .item_1,
  .layout_twoColumns .item_2 {
    width: 100%;
  }
}
.layout_twoColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_twoColumns .item_1 {
  width: 50%;
}
.layout_twoColumns .item_2 {
  width: 50%;
}
.layout_twoColumns .item_1,
.layout_twoColumns .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_twoColumns .item_1,
  .layout_twoColumns .item_2 {
    width: 100%;
  }
}
.layout_threeColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_threeColumns .item_1,
.layout_threeColumns .item_2,
.layout_threeColumns .item_3 {
  width: 33.3333%;
}
.layout_threeColumns .item_1,
.layout_threeColumns .item_2,
.layout_threeColumns .item_3 {
  padding: 5px;
}
@media (max-width: 640px) {
  .layout_threeColumns .item_1,
  .layout_threeColumns .item_2,
  .layout_threeColumns .item_3 {
    width: 100%;
  }
}
.layout_fourColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_fourColumns .item_1,
.layout_fourColumns .item_2,
.layout_fourColumns .item_3,
.layout_fourColumns .item_4 {
  width: 25%;
}
.layout_fourColumns .item_1,
.layout_fourColumns .item_2,
.layout_fourColumns .item_3,
.layout_fourColumns .item_4 {
  padding: 5px;
}
@media (max-width: 820px) {
  .layout_fourColumns .item_1,
  .layout_fourColumns .item_2,
  .layout_fourColumns .item_3,
  .layout_fourColumns .item_4 {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .layout_fourColumns .item_1,
  .layout_fourColumns .item_2,
  .layout_fourColumns .item_3,
  .layout_fourColumns .item_4 {
    width: 100%;
  }
}
.layout_smallLeft {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_smallLeft .item_1 {
  width: 33.3333%;
}
.layout_smallLeft .item_2 {
  width: 66.6666%;
}
.layout_smallLeft .item_1,
.layout_smallLeft .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_smallLeft .item_1,
  .layout_smallLeft .item_2 {
    width: 100%;
  }
}
.layout_smallRight {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_smallRight .item_2 {
  width: 33.3333%;
}
.layout_smallRight .item_1 {
  width: 66.6666%;
}
.layout_smallRight .item_1,
.layout_smallRight .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_smallRight .item_1,
  .layout_smallRight .item_2 {
    width: 100%;
  }
}
.layout_smallSides {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_smallSides .item_1 {
  width: 25%;
}
.layout_smallSides .item_2 {
  width: 50%;
}
.layout_smallSides .item_3 {
  width: 25%;
}
.layout_smallSides .item_1,
.layout_smallSides .item_2,
.layout_smallSides .item_3 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_smallSides .item_1,
  .layout_smallSides .item_2,
  .layout_smallSides .item_3 {
    width: 100%;
  }
}
.layout_octopus {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_octopus .item_1,
.layout_octopus .item_2 {
  width: 50%;
}
.layout_octopus .item_3,
.layout_octopus .item_4,
.layout_octopus .item_5 {
  width: 33.3333%;
}
.layout_octopus .item_1,
.layout_octopus .item_2,
.layout_octopus .item_3,
.layout_octopus .item_4,
.layout_octopus .item_5 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_octopus .item_1,
  .layout_octopus .item_2,
  .layout_octopus .item_3,
  .layout_octopus .item_4,
  .layout_octopus .item_5 {
    width: 100%;
  }
}
/* import layouts less style */
:focus,
select {
  outline: 0;
}
body,
html {
  width: 100%;
}
button,
input {
  -webkit-appearance: none;
}
input,
select {
  -o-appearance: none;
}
article,
aside,
footer,
h1,
h2,
header,
img,
main,
nav,
section {
  display: block;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/subset-OpenSans.woff2) format('woff2'), url(../fonts/subset-OpenSans.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/subset-OpenSans-Semibold.woff2) format('woff2'), url(../fonts/subset-OpenSans-Semibold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/subset-OpenSans-Bold.woff2) format('woff2'), url(../fonts/subset-OpenSans-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/subset-OpenSans-Extrabold.woff2) format('woff2'), url(../fonts/subset-OpenSans-Extrabold.woff) format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: ico;
  src: url(../fonts/ico.ttf?hxo1ge) format('truetype'), url(../fonts/ico.woff?hxo1ge) format('woff'), url(../fonts/ico.svg?hxo1ge#ico) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=" ico-"],
[class*=" ico-"] [class*=path]:before,
[class^=ico-],
[class^=ico-] [class*=path]:before {
  font-family: ico !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main_menu a,
.no_mobile_catg .category_list > ul > li > ul > li > span span,
h1,
h2 {
  text-transform: uppercase;
}
.ico-catg-arr:before {
  content: "\e948";
}
.ico-button-activate:before {
  content: "\e900";
}
.ico-button-block:before {
  content: "\e901";
}
.ico-button-update:before {
  content: "\e902";
}
.ico-category-all:before {
  content: "\e903";
}
.ico-close:before {
  content: "\e904";
}
.ico-compare:before {
  content: "\e905";
}
.ico-contact:before {
  content: "\e906";
}
.ico-coupon:before {
  content: "\e907";
}
.ico-delete-circle:before {
  content: "\e908";
}
.ico-document-download:before {
  content: "\e909";
}
.ico-document-excel:before {
  content: "\e90a";
}
.ico-document-html:before {
  content: "\e90b";
}
.ico-document-pdf:before {
  content: "\e90c";
}
.ico-document-photo:before {
  content: "\e90d";
}
.ico-document-text:before {
  content: "\e90e";
}
.ico-document-video:before {
  content: "\e90f";
}
.ico-document-word:before {
  content: "\e910";
}
.ico-document-xml:before {
  content: "\e911";
}
.ico-document-zip:before {
  content: "\e912";
}
.ico-email:before {
  content: "\e913";
}
.ico-favorite:before {
  content: "\e914";
}
.ico-filter:before {
  content: "\e915";
}
.ico-gallery-info:before {
  content: "\e916";
}
.ico-arr-right:before {
  content: "\e917";
}
.ico-search:before {
  content: "\e918";
}
.ico-gallery-zoom-close:before {
  content: "\e919";
}
.ico-gallery-zoom-dec:before {
  content: "\e91a";
}
.ico-gallery-zoom-inc:before {
  content: "\e91b";
}
.ico-home:before {
  content: "\e91c";
}
.ico-check:before {
  content: "\e91d";
}
.ico-image-preview:before {
  content: "\e91e";
}
.ico-language:before {
  content: "\e91f";
}
.ico-menu-all:before {
  content: "\e920";
}
.ico-message-error:before {
  content: "\e921";
}
.ico-message-info:before {
  content: "\e922";
}
.ico-message-ok:before {
  content: "\e923";
}
.ico-navigation-catalog:before {
  content: "\e924";
}
.ico-navigation-first:before {
  content: "\e925";
}
.ico-navigation-last:before {
  content: "\e926";
}
.ico-navigation-list:before {
  content: "\e927";
}
.ico-navigation-quick:before {
  content: "\e928";
}
.ico-order-payment:before {
  content: "\e929";
}
.ico-order-send:before {
  content: "\e92a";
}
.ico-phone:before {
  content: "\e92b";
}
.ico-quantity-dec:before {
  content: "\e92c";
}
.ico-quantity-inc:before {
  content: "\e92d";
}
.ico-social-facebook .path1:before {
  content: "\e92e";
  color: #3b5998;
}
.ico-social-facebook .path2:before {
  content: "\e92f";
  margin-left: -1em;
  color: #fff;
}
.ico-social-googleplus .path1:before {
  content: "\e930";
  color: #dd4b39;
}
.ico-social-googleplus .path2:before {
  content: "\e931";
  margin-left: -1em;
  color: #fff;
}
.ico-social-googleplus .path3:before {
  content: "\e932";
  margin-left: -1em;
  color: #fff;
}
.ico-social-instagram .path1:before {
  content: "\e933";
  color: #b42d8b;
}
.ico-social-instagram .path2:before {
  content: "\e934";
  margin-left: -1em;
  color: #fff;
}
.ico-social-linkedin .path1:before {
  content: "\e935";
  color: #007ab9;
}
.ico-social-linkedin .path2:before {
  content: "\e936";
  margin-left: -1em;
  color: #f1f2f2;
}
.ico-social-pinterest .path1:before {
  content: "\e937";
  color: #cb2027;
}
.ico-social-pinterest .path2:before {
  content: "\e938";
  margin-left: -1em;
  color: #f1f2f2;
}
.ico-social-rss .path1:before {
  content: "\e939";
  color: #f78422;
}
.ico-social-rss .path2:before {
  content: "\e93a";
  margin-left: -1em;
  color: #fff;
}
.ico-social-twitter .path1:before {
  content: "\e93b";
  color: #26a6d1;
}
.ico-social-twitter .path2:before {
  content: "\e93c";
  margin-left: -1em;
  color: #fff;
}
.ico-social-vimeo .path1:before {
  content: "\e93d";
  color: #1ab7ea;
}
.ico-social-vimeo .path2:before {
  content: "\e93e";
  margin-left: -1em;
  color: #fff;
}
.ico-social-youtube .path1:before {
  content: "\e93f";
  color: #c4302b;
}
.ico-social-youtube .path2:before {
  content: "\e940";
  margin-left: -1em;
  color: #fff;
}
a,
h1,
h2,
html {
  color: #000;
}
.ico-user:before {
  content: "\e941";
}
.ico-arrow-right:before {
  content: "\e942";
}
.ico-askus:before {
  content: "\e943";
}
.ico-basket:before {
  content: "\e944";
}
.ico-basket-favorite:before {
  content: "\e945";
}
.ico-basket-overwrite:before {
  content: "\e946";
}
.ico-breadcrumb-delimiter:before {
  content: "\e947";
}
::-moz-focus-inner {
  border: 0;
}
h1,
h2,
h3 {
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a,
a *,
body,
button,
input,
textarea,
ul {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style-type: none;
}
.no-touch .category_list li:hover > span > a span,
.no-touch .catg_all:hover,
.no-touch .product_info a:hover,
.no-touch .product_item a:hover {
  text-decoration: underline;
}
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  background: #ffffff;
}
body {
  max-width: 1199px;
  -webkit-box-shadow: 0 0 32px 4px #ddd;
  box-shadow: 0 0 32px 4px #ddd;
  padding-top: 124px;
  font-size: 13px;
  margin: auto;
  left: 0;
  right: 0;
  background: #FFFFFF;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  color: #000;
  background: 0 0;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 124px;
  z-index: 999;
}
button {
  cursor: pointer;
  overflow: visible;
  background: 0 0;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
button:active span,
button:focus span {
  position: relative;
  top: 0;
  left: 0;
}
p {
  margin: 1em 0;
  line-height: 1.3;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
  height: auto;
}
.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
h1 {
  width: 100%;
  font-size: 24px;
  margin: 24px 0 8px;
}
h2 {
  width: 100%;
  font-size: 18px;
  margin: 12px 0;
}
a {
  color: #0C68C2;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.button_menu_wrap,
.hide,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.overflow_hidden {
  overflow: hidden;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.buttons_wrap_menu > *,
.flex,
.logo_wrap,
.main_header,
.swiper-wrapper,
.swiper-zoom-container,
.category_list > ul > li > span,
.header_mobile_nav .category_list li > span,
.header_mobile_nav .category_list li > span > a,
.catg_all .ico,
.no_mobile_catg .category_list > ul > li > ul,
.main_slider .swiper-wrapper,
.banner_img,
.header_tabs,
.header_tabs > *,
.swiper-slide,
.flex_justify_center,
.flex_center,
.news_item,
.header_mobile_catg,
.header_mobile_menu ul a,
.all_products.style2 .product_item,
.all_products.style2 .item_data_wrap,
.all_products.style2 .style2_flex,
.all_products.style3 .style3_flex,
.all_products .products_wrap > *,
.quantity_wrap,
.buy_wrap_item,
.buy_btn_item,
.buy_btn_item span,
.subcatg_wrap,
.subcatg_wrap > *,
.breadcrumb_wrap,
.breadcrumb_wrap *,
.message > *,
.msg_input_wrap,
.msg_checkbox .ico,
.msg_input .ico,
.msg_radio .ico,
.favorite_content,
.popup,
.favorite_wrap > [data-title]:before,
.popup_wrap > [data-title]:before,
.product_intro_wrap,
.gallery_img,
.gallery_title,
.gallery_next:before,
.gallery_prev:before,
.gallery_pagination_wrap,
.hover_zoom_wrap,
.hover_zoom_wrap > *,
.menu_aside_nav a,
.compare_content_container > *,
.compare_content_container .item_compare,
.sticky_header.active,
.sticky_header_help_wrap,
.load_next_pagination span,
.search_name,
.parameters_item_container,
.branch_item,
.param_content label,
.setting_float_open,
.product_item .variant_btn,
.all_products.style3 .buy_btn_item.variant_btn,
.del_btn_comparse,
.k2btnFavoriteDel i,
.k2btnProductCompareDel i,
.category_list > ul > li > span a,
#deliveryIsInvoice + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_header {
  position: fixed;
  background: #FFF;
  width: 100%;
  max-width: 1199px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 9999;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search_form,
.user_btn {
  position: relative;
}
.main_menu,
.relative {
  position: relative;
}
.main_menu,
.main_menu a {
  background-color: #384FD9;
}
.search_form input {
  height: 40px;
  border: 1px solid #ddd;
  padding: 10px;
}
.input {
  border: 1px solid #ddd;
  padding: 5px 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input:focus {
  border: 1px solid #ababab;
}
.border,
.main_slider {
  border: 1px solid #ddd;
}
textarea:focus::-webkit-input-placeholder {
  color: #cecece;
}
textarea:focus::-moz-placeholder {
  color: #cecece;
}
textarea:focus:-ms-input-placeholder {
  color: #cecece;
}
textarea:focus:-moz-placeholder {
  color: #cecece;
}
input:focus::-webkit-input-placeholder {
  color: #cecece;
}
input:focus::-moz-placeholder {
  color: #cecece;
}
input:focus:-ms-input-placeholder {
  color: #cecece;
}
input:focus:-moz-placeholder {
  color: #cecece;
}
input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
input::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
input:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
input:-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
textarea::-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
textarea:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
textarea:-moz-placeholder {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #9a9a9a;
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}
input[type=search]::-ms-clear {
  display: none;
}
.main_menu {
  width: 100%;
  z-index: 1001;
  padding: 0 1rem;
}
.main_menu ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.main_menu a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 1em 0.5em;
  font-size: 13px;
  font-weight: 700;
}
.spacing,
main {
  padding: 20px;
}
.spacing_row {
  margin-left: -10px;
  margin-right: -10px;
}
.category_list > ul > li > ul > *,
.spacing_row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.spacing_col_mini {
  margin-top: -5px;
  margin-bottom: -5px;
}
.spacing_col {
  margin-top: -10px;
  margin-bottom: -10px;
}
.spacing_col_mini > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
.category_list > ul > li > ul > *,
.spacing_col > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.spacing_top {
  padding-top: 20px;
}
.spacing_bottom {
  padding-bottom: 20px;
}
.spacing_left {
  padding-left: 20px;
}
.spacing_right {
  padding-right: 20px;
}
.category_list {
  width: 100%;
  background: #FFF;
}
.main_slider .swiper-slide {
  min-height: 500px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
}
.main_slider {
  /* width: 100%; */
  /* height: 100%; */
  /* display: flex; */
}
.slider_content {
  width: 100%;
}
.slider_content > * {
  width: 50%;
}
.slider_content_img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 30px 15px;
}
/* .slider_content_text */
/*vlevo nahoře*/
/*vlevo uprostred*/
.slider_content[data-text-type="leftMiddle"] .slider_content_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/*vlevo dole*/
.slider_content[data-text-type="leftBottom"] .slider_content_text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/*vpravo nahoře*/
.slider_content[data-text-type="rightTop"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*vpravo uprostred*/
.slider_content[data-text-type="rightMiddle"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slider_content[data-text-type="rightMiddle"] .slider_content_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/*vpravo uprostred*/
.slider_content[data-text-type="rightBottom"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slider_content[data-text-type="rightBottom"] .slider_content_text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/*Uprostred nahore*/
.slider_content[data-text-type="centerTop"] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.slider_content[data-text-type="centerTop"] > * {
  width: 100%;
}
/*Uprostred */
.slider_content[data-text-type="centerMiddle"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
}
.slider_content[data-text-type="centerMiddle"] .banner_img,
.slider_content[data-text-type="centerMiddle"] .slider_content_img {
  position: absolute;
  z-index: 8;
}
.slider_content[data-text-type="centerMiddle"] > * {
  width: 100%;
}
.slider_content[data-text-type="centerMiddle"] .slider_content_text {
  position: relative;
  z-index: 9;
}
/*Uprostred dolu*/
.slider_content[data-text-type="centerBottom"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.slider_content[data-text-type="centerBottom"] > * {
  width: 100%;
}
.main_slider.swiper-container-vertical {
  height: 540px;
}
.slider_content_title {
  font-size: -webkit-calc(1.4vw + 23px);
  font-size: calc(1.4vw + 23px);
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.2em;
}
.slider_content_description {
  font-size: 25px;
  font-size: -webkit-calc(0.3vw + 19px);
  font-size: calc(0.3vw + 19px);
  color: #374ED9;
  font-weight: 700;
  text-transform: uppercase;
}
.banner_price,
.slider_content_price {
  font-size: 25px;
  font-size: -webkit-calc(0.3vw + 19px);
  font-size: calc(0.3vw + 19px);
  color: #374ED9;
  font-weight: 700;
}
.banner_price {
  padding: 0 12px 4px;
  color: #000000;
}
.banner_button {
  margin: 0 12px 4px;
}
.banner_button,
.slider_content_button {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 7px 10px;
  background-color: #384FD9;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}
.banner_button:before,
.slider_content_button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch .banner_button:hover:before,
.no-touch .slider_content_button:hover:before {
  opacity: 1;
}
.banner_button span,
.slider_content_button span {
  position: relative;
  z-index: 99;
}
.banner_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider_content_text {
  padding: 30px;
}
.slider_content_img img {
  margin: auto;
  max-height: 196px;
}
.main_bg_banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.main_slider .swiper-pagination span {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 3px 6px !important;
  background-color: #A0A0A0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
}
.mobile_buttons > * .ico-close,
.mobile_buttons > .active .ico-category-all,
.mobile_buttons > .active .ico-search,
.product_slider-next.swiper-button-disabled .ico,
.product_slider-prev.swiper-button-disabled .ico {
  opacity: 0;
}
.main_slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #384FD9;
}
.loading {
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 3px solid #eaeaea;
}
.loading:after,
.loading:before {
  content: '';
  border: 3px solid transparent;
  border-right-color: #384FD9;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -99px;
  right: -99px;
  bottom: -99px;
  top: -99px;
  width: -webkit-calc(100% + 6px);
  width: calc(100% + 6px);
  height: -webkit-calc(100% + 6px);
  height: calc(100% + 6px);
  margin: auto;
  -webkit-animation: rotateloading linear 1s;
  -o-animation: rotateloading linear 1s;
  animation: rotateloading linear 1s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
}
.popup .loading {
  width: 55px;
  height: 55px;
  border: 5px solid #eaeaea;
}
.popup .loading:before {
  content: '';
  border: 5px solid transparent;
  border-right-color: #384FD9;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
}
@-webkit-keyframes rotateloading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateloading {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateloading {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flex_justify_center,
.footer_menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.header_tabs .swiper-slide {
  /* width: 25vw; */
  min-width: auto;
  max-width: 190px;
  white-space: nowrap;
}
.header_tabs > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 11px 0;
  min-width: 200px;
  max-width: 300px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_tabs > :before {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  background: 0 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  content: ' ';
}
.no-touch .header_tabs > :not(span):hover:before {
  background-color: #ddd;
}
.header_tabs:not(.clicking) .swiper-slide.order_1,
.header_tabs > .active {
  color: #384FD9 !important;
}
.header_tabs:not(.clicking) .swiper-slide.order_1:before,
.header_tabs > .active:before {
  background-color: #384FD9 !important;
}
.header_tabs > .load {
  pointer-events: none;
}
.copy_footer,
.news_wrap,
.products_wrap,
.social_links_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_justify_center {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.load_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.news_item > *:after {
  content: '';
  border-right: 1px solid #ddd;
  position: absolute;
  right: -1px;
  height: 100%;
  top: 0;
}
.news_item > *:before {
  content: '';
  border-bottom: 1px solid #ddd;
  position: absolute;
  right: 16px;
  left: 0;
  margin: auto;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  bottom: -17px;
}
.news_item > * {
  margin: 16px 0 16px 16px;
  padding-right: 16px;
  padding-bottom: 0;
  position: relative;
}
.news_item {
  width: 25%;
  display: flex;
}
.news_item > * {
  width: calc(100% - 16px);
}
.news_item p {
  margin: 0;
}
.news_item a > * {
  /* white-space: nowrap */
}
.training_date time {
  white-space: nowrap;
}
.training_date {
  font-weight: 700;
}
.blog_date,
.training_date,
.news_item a time,
.timing {
  display: inline-block;
  padding-right: 8px;
  color: #6B6B6B;
  text-decoration: none;
  font-weight: 700;
}
.no-touch .login_name a:hover,
.no-touch .menu_login a:hover,
.no-touch .news_item a:hover,
.no-touch footer a:hover {
  text-decoration: underline;
}
.news_item a {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 8px;
  display: block;
  text-transform: uppercase;
  color: #0C68C2;
}
.banners_wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner_link > * {
  padding: 0;
}
.banner_link > *,
.banners_item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_link {
  width: 100%;
  padding: 24px;
  /* min-height: 400px; */
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.banner_text,
.banner_title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px 4px;
  width: 100%;
}
.banner_title {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
  color: #000000;
  font-size: -webkit-calc(0.6vw + 21px);
  font-size: calc(0.6vw + 21px);
}
.buy_btn_item,
.footer_menu .button,
.header_mobile_menu ul {
  font-weight: 700;
  text-transform: uppercase;
}
.banner_text {
  font-size: 20px;
  color: #000000;
  font-size: -webkit-calc(0.3vw + 15px);
  font-size: calc(0.3vw + 15px);
}
.banner_link img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateZ(0) scale(0.9);
  transform: translateZ(0) scale(0.9);
}
.no-touch .banner_link:hover img {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.banner_1 {
  /* background-image: url(../image/bg_1.jpg) */
}
.banner_2 {
  /* background-image: url(../image/bg_2.jpg) */
}
footer {
  background: #222;
  color: #FFF;
}
footer a,
footer nav,
footer p {
  color: #9A9A9A;
}
.footer_menu p {
  padding: 4px 0 8px;
}
.footer_menu .button {
  text-align: center;
  margin: 0.5rem 0 0;
  padding: 5px 14px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: color, background 0.2s ease;
  -o-transition: color, background 0.2s ease;
  transition: color, background 0.2s ease;
}
.no-touch .footer_menu .button:hover {
  background: #FFF;
  color: #222;
  text-decoration: none;
}
.footer_menu a {
  padding: 4px 0;
  display: inline-block;
  line-height: 16px;
}
.footer_menu h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 0;
}
.footer_menu > * {
  margin-bottom: 20px;
  width: 50%;
}
.footer_menu {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}
.social_links_wrap {
  margin-left: -4px;
  margin-right: -4px;
}
.social_links_wrap > * {
  padding: 2px 4px;
}
.social_links_wrap a {
  font-size: 28px;
  padding: 0;
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateZ(0);
  display: inline-block;
}
.no-touch .social_links_wrap a:hover {
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1.2);
  transform: translateZ(0) scale(1.2);
}
.header_mobile_nav {
  border-top: 1px solid #ddd;
}
.overlay_mobile_menu,
.overlay_select {
  position: fixed;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
}
.overlay_select {
  height: 100%;
  z-index: 9999;
}
.overlay_mobile_menu {
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}
.copy_footer > * {
  width: 50%;
  padding: 5px;
}
.copy_footer {
  margin: -5px;
}
.copyright {
  text-align: right;
}
.btn_more_wrap_mobile,
.header_mobile_nav,
.mobile_buttons {
  display: none;
}
.mobile_buttons > * {
  border-right: 1px solid #ddd;
  border-left: none !important;
}
.mobile_buttons > * .ico {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.mobile_buttons > * .icons {
  position: relative;
}
.mobile_buttons > * .ico-close {
  position: absolute;
  left: 0;
  top: 0;
}
.mobile_buttons > .active .ico-close {
  opacity: 1;
}
.header_mobile_nav {
  -webkit-transform: translateX(-106%);
  -ms-transform: translateX(-106%);
  -o-transform: translateX(-106%);
  transform: translateX(-106%);
  -webkit-transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background: #FFF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  left: 0;
  right: auto;
  position: absolute;
}
.header_mobile_nav.active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.header_mobile_nav .category_list > ul {
  border-left: 0;
  border-right: 0;
}
.header_mobile_menu ul {
  display: block;
  font-size: 13px;
}
.header_mobile_menu ul a {
  min-height: 56px;
  align-items: center;
  padding: 11px 12px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.open_next_wrap {
  position: relative;
}
.open_next + * {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9998;
}
.open_next .ico.ico-catg-arr {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.open_next.active .ico.ico-catg-arr {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gallery_prev,
.icon_left .ico {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.header_gray {
  background: #A0A0A0;
  text-decoration: none !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
img[src="#"] {
  opacity: 0;
}
.subcatg_wrap {
  width: 100%;
  margin: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subcatg_wrap > * {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.subcatg_wrap a {
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 8px 36px 8px 12px;
  position: relative;
  width: 100%;
  color: #0C68C2;
  font-weight: 600;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  overflow: hidden;
}
.no-touch .subcatg_wrap a:hover {
  background-color: #f5f5f5;
}
.subcatg_wrap img {
  margin-right: 8px;
}
.subcatg_wrap .ico {
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
}
.breadcrumb_wrap,
select {
  border: 1px solid #ddd;
}
.form label,
select {
  display: block;
}
.breadcrumb_wrap .ico-home {
  font-size: 24px;
}
.breadcrumb_wrap .ico-catg-arr {
  font-size: 28px;
  color: #0C68C2;
  margin: 0 -8px;
}
.item_breadcrumb {
  height: 38px;
}
.item_breadcrumb_first {
  position: absolute;
  left: 0;
}
.breadcrumb_wrap [data-k2=container] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
select {
  margin: 0;
}
select {
  padding: 0 28px 0 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iYnV0dG9uLXNlbGVjdF8xXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9ImJ1dHRvbi1zZWxlY3QiPjxwYXRoIGZpbGw9IiM5QTlBOUEiIGQ9Ik04LDExTDMsNWgxMEw4LDExeiIvPjwvZz4NCjwvc3ZnPg==) 98% 50% no-repeat #FFF;
  width: 100%;
  background-position-x: -webkit-calc(100% - 10px);
  background-position-x: calc(100% - 10p x);
}
.selects_set_p select {
  text-transform: uppercase;
}
.form label .label_title {
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 2px;
  display: block;
}
.form label input:not([type=checkbox]),
.form label textarea {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #ddd;
  width: 100%;
}
.form label textarea {
  padding: 12px 16px;
  min-height: 128px;
}
.form .required {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.25rem;
  vertical-align: bottom;
  padding: 0 0.12rem;
  color: #384FD9;
  font-weight: 600;
}
.message {
  display: none;
}
.k2noEditable .message,
.message_visible {
  display: block;
}
.message > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 9px 14px;
  font-weight: 600;
  margin: 8px 0;
}
.message .ico {
  margin-right: 14px;
  font-size: 23px;
}
.message_error {
  color: #fff;
  background-color: #F66A6A;
}
.message_warning {
  color: #fff;
  background-color: #e67e42;
}
.message_done {
  color: #fff;
  background-color: #73c54f;
}
.inputFail {
  outline: #F66A6A solid 1px;
  outline-offset: -1px;
}
.msg_input_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.msg_input_wrap input + .label_title .required,
.msg_input_wrap select + .label_title .required {
  display: none;
}
.msg_input_wrap input[required] + .label_title .required,
.msg_input_wrap select[required] + .label_title .required {
  display: inline-block;
}
.msg_checkbox_wrap,
.msg_radio_wrap {
  position: relative;
  display: inline-block;
  padding-right: 31px;
}
.msg_checkbox,
.msg_input,
.msg_radio {
  margin: 0;
  line-height: normal;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.msg_checkbox .ico,
.msg_input .ico,
.msg_radio .ico {
  color: #F66A6A;
  font-size: 20px;
  vertical-align: middle;
  height: 28px;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: help;
}
.msg_checkbox .ico,
.msg_radio .ico {
  height: 1em;
}
.no-touch .msg_checkbox .ico:hover + .msg_input_tooltip,
.no-touch .msg_input .ico:hover + .msg_input_tooltip {
  opacity: 1;
}
.msg_input_tooltip {
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  right: 0;
  bottom: -webkit-calc(100% + 7px);
  bottom: calc(100% + 7px);
  padding: 4px 7px;
  color: #FFF;
  background: #F66A6A;
  font-size: 11px;
  pointer-events: none;
}
.msg_input_tooltip:before {
  position: absolute;
  border: 7px solid transparent;
  border-top: 6px solid #F66A6A;
  top: 100%;
  right: 8px;
}
.btn_ligth,
.menu_user {
  border: 1px solid #ddd;
}
.popup_wrap .form_login label {
  width: 100%;
  padding-right: 0;
}
.form_login label {
  width: 50%;
  padding: 0 20px 20px 0;
}
.btn_normal,
.btn_send {
  background-color: #384FD9;
  color: #FFFFFF;
  padding: 1px 12px;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn_normal {
  padding: 6px 12px;
}
.no-touch .btn_normal:hover {
  background: #2033a5;
}
.btn_ligth {
  background-color: #f5f5f5;
  color: #000;
  padding: 5px 12px;
}
.no-touch .btn_ligth:hover {
  background-color: #ddd;
}
.btn_green {
  background-color: #98ce00;
  color: #fff;
}
.no-touch .btn_green:hover {
  background-color: #75B100;
}
.icon_left .ico,
.icon_right .ico {
  font-size: 26px;
  height: 12px;
  line-height: 11px;
  vertical-align: middle;
  width: 21px;
  display: inline-block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.popup,
.popup_bg {
  height: 100%;
  left: 0;
  top: 0;
}
.icon_left .ico {
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.btn_send .ico {
  color: #fff;
  font-size: 28px;
  margin-left: 8px;
  margin-right: -4px;
}
.btn_send span {
  vertical-align: middle;
}
.no-touch .form_login .btn_send:hover {
  background-color: #324ABD;
}
.popup {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999999999;
  padding: 1vw;
  opacity: 0;
}
.popup_wrap,
.popup_wrap:empty {
  display: none;
}
.popup_bg {
  width: 100%;
  position: absolute;
}
.popup_wrap {
  background: #FFF;
  width: 100%;
  max-width: 520px;
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup_wrap.addCart {
  max-width: 640px;
}
.popup_wrap > [data-title]:before {
  content: attr(data-title);
  background-color: #384FD9;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 600;
  text-align: left;
  margin: -20px -20px 20px;
  padding: 0 20px;
}
.bold,
.cookie_btn,
.login_name {
  font-weight: 700;
}
.gallery_close,
.popup_wrap .js_popup_close {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 5px;
  color: #FFF;
}
.gallery_close:before,
.popup_wrap .js_popup_close:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
  display: block;
}
.no-touch .gallery_close:hover:before,
.no-touch .menu_user_wrap .ico-close:hover:before,
.no-touch .popup_wrap .js_popup_close:hover:before {
  -webkit-transform: translateZ(0) rotate(90deg);
  transform: translateZ(0) rotate(90deg);
}
.gallery_close {
  position: absolute;
  z-index: 999999;
  height: 50px;
  right: 0;
  width: 50px;
  font-size: 30px;
  top: 0;
  color: #FFF;
}
.menu_user_wrap {
  position: relative;
}
.menu_user_wrap .ico-close {
  font-size: 25px;
  color: #A0A0A0;
  position: absolute;
  top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px);
  z-index: 999999;
  right: 1px;
  left: auto;
  width: auto;
  padding: 5px;
  display: none;
}
.gallery,
.menu_user,
.swiper-slide-zoomed .gallery_img {
  z-index: 99999;
}
.menu_user_wrap .ico-close:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
  display: block;
}
.menu_user_wrap button.active .ico-close {
  display: block;
}
.menu_user {
  position: absolute;
  display: none;
  background-color: #fff;
  width: 100vw;
  right: 0;
  left: auto;
  max-width: 253px;
  -webkit-box-shadow: 0 5px 11px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 11px -3px rgba(0, 0, 0, 0.5);
  max-height: -webkit-calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
}
.header_ico {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 17px !important;
  height: 17px !important;
  line-height: 17px !important;
  vertical-align: middle;
  font-size: 11px;
  text-align: center;
  display: block;
  position: absolute !important;
  top: 8px !important;
  right: 11px;
  left: auto !important;
}
.login_ico {
  background-color: #384FD9;
  color: #fff;
}
.basket_ico {
  background: #F42121;
  color: #fff;
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
}
.login_name {
  color: #0C68C2;
}
.menu_login ul > li:first-child > a {
  border-top: 1px solid #ddd;
}
.menu_login a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 16px 20px;
  color: #0C68C2;
}
.visible_print,
figure figcaption {
  display: none;
}
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.gallery_container {
  height: 100%;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  margin-left: 0 !important;
}
.gallery_container:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50px;
}
.gallery_container .swiper-slide {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}
.gallery_img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  position: relative;
}
.gallery_next:before,
.gallery_prev:before,
.gallery_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  -webkit-box-align: center;
}
.gallery_img img {
  max-height: 100%;
  max-width: -webkit-calc(100% - 80px);
  max-width: calc(100% - 80px);
}
.gallery_title {
  width: 100%;
  height: 50px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #FFF;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  z-index: 999;
  position: absolute;
}
.gallery_next {
  right: 0;
}
.gallery_prev {
  left: 0;
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.no-touch .gallery_next:hover:before,
.no-touch .gallery_prev:hover:before {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.gallery_next:before,
.gallery_prev:before {
  background-color: #384FD9;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_pagination_wrap,
.hover_zoom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
}
.gallery_next,
.gallery_prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  color: #FFF;
  font-size: 28px;
  width: 40px;
  text-align: center;
  top: auto;
}
.gallery_next.swiper-button-disabled,
.gallery_prev.swiper-button-disabled {
  opacity: 0.4;
}
.gallery_pagination_wrap {
  position: absolute;
  width: 250px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  z-index: 99999;
  right: 0;
  padding-top: 50px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery_pagination {
  width: 100%;
  position: relative;
}
.gallery_pagination_container {
  width: 100%;
  overflow-y: auto;
  max-height: -webkit-calc(100vh - 50px);
  max-height: calc(100vh - 50px);
}
.gallery_pagination .gallery_pagination_item {
  width: 100%;
  cursor: pointer;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.gallery_pagination .gallery_pagination_item:last-child {
  padding-bottom: 0;
}
.gallery_pagination .gallery_pagination_item > div {
  padding-bottom: 70%;
  position: relative;
  background: #FFF;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.gallery_pagination .gallery_pagination_item > div img {
  position: absolute;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.gallery_pagination .gallery_pagination_item.active > div,
.no-touch .gallery_pagination .gallery_pagination_item:hover > div {
  opacity: 1;
}
.btn_gallery_menu,
.mobile_gallery input {
  display: none !important;
}
.btn_gallery_menu span:after,
.btn_gallery_menu span:before {
  content: '';
  width: 100%;
  height: inherit;
  background: #FFF;
  position: absolute;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
}
.btn_gallery_menu span:before {
  top: -8px;
}
.btn_gallery_menu span:after {
  bottom: -8px;
}
.btn_gallery_menu span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu {
  background: #000;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu span {
  background: 0 0;
}
.cookie,
.overlay {
  position: fixed;
  left: 0;
}
.cookie {
  z-index: 9999;
  background: #f2f2f2;
  bottom: 0;
  width: 100%;
  right: 0;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 1em 2em;
  border-top: 1px solid #ddd;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.cookie.active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.cookie_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cookie_btn {
  padding: 0.5em 1em;
  background-color: #384FD9;
  color: #fff;
  text-transform: uppercase;
}
.cookie_link,
.no-touch .cookie_btn:hover {
  text-decoration: underline;
  white-space: nowrap;
}
.no-touch .cookie_link:hover {
  color: #384FD9;
}
.overlay {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}
.justify_between,
.navigation_cart {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navigation_cart > :nth-child(2) {
  text-align: center;
}
.cart_item .cart_item_price,
.navigation_cart > :last-child {
  text-align: right;
}
.cart_item .buy_wrap_item .quantity_wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.table_address,
.table_address td:last-child,
.table_address th:last-child {
  text-align: left;
}
.registration_form > * {
  width: 50%;
}
.fix_one_line,
.max_width {
  width: 100%;
}
.fix_one_line {
  padding: 0;
}
.flex_justify_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.required_msg {
  line-height: 30px;
}
.deliveryIsInvoiceFakeCheckbox,
input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
}
input[type=radio] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio]:checked {
  background: url('data:image/svg+xml;utf8,<svg width="12px" height="12px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><circle cx="9" cy="9" r="3.994" fill="@main_color"/></svg>') center center no-repeat;
  outline: 0;
}
#deliveryIsInvoice:checked + label .deliveryIsInvoiceFakeCheckbox,
.box_wrap .header.open_next.active input[type=checkbox],
input[type="checkbox"]:checked {
  background: url('data:image/svg+xml;utf8,<svg width="12px" height="12px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path id="check" fill="@main_color" d="M15.207,5.854l-7.707,7.707l-4.707,-4.707l1.414,-1.415l3.293,3.293l6.293,-6.293c0.471,0.472 0.943,0.943 1.414,1.415Z" style="fill-rule:nonzero;"/></svg>') center center no-repeat;
  outline: 0;
}
.box_wrap .header.open_next:not(.active) input[type=checkbox] {
  background: none;
}
input[type=checkbox] + span,
input[type=radio] + span {
  padding-left: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox_wrap,
.radio_wrap {
  display: inline-block !important;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
.checkbox_wrap a,
.radio_wrap a {
  text-decoration: none;
  color: #0C68C2;
  background-color: transparent;
}
.no-touch .checkbox_wrap a:hover,
.no-touch .menu_aside_nav a:hover {
  text-decoration: underline;
}
.table_address {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
.table_address td > *,
.table_address th {
  padding: 12px 20px;
  font-weight: 100;
}
.table_address td > :not(.hide) {
  display: block;
}
.icon_partners,
.itemPrebasket_wrap {
  text-align: center;
}
.table_address thead {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.table_address td {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.table_address td:last-child {
  border-right: 1px solid #ddd;
}
.table_address td:first-child {
  border-left: 1px solid #ddd;
}
.table_address .ico-delete-circle {
  font-size: 25px;
}
.no-touch .table_address tr:hover td {
  background: #f9f9f9;
}
.hide_empty:empty,
.k2hidden {
  display: none;
}
.flex_align_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.no_margin_bottom,
.no_margin_top {
  margin-top: 0;
}
.k2formDisabled input,
.k2formDisabled select,
.k2formDisabled textarea {
  background: #f1f1f1;
  border: 1px solid #b9b9b9 !important;
}
.radio_table {
  max-width: 640px;
}
.box_wrap .header.open_next.active {
  margin-bottom: -1px;
}
.box_wrap .header.open_next {
  cursor: pointer;
}
.box_wrap .header.open_next label {
  pointer-events: none;
}
.pagination > :not([data-k2=pagLast]) {
  margin-right: 10px;
}
.pagination .k2hidden {
  display: inline-block;
  opacity: 0.4;
  cursor: auto;
}
.pagination_wrap {
  margin-top: -1px;
  padding: 0 14px;
  position: relative;
  overflow: hidden;
}
.pagination_wrap:before {
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.pagination a {
  padding: 0;
}
.pagination a .ico {
  display: block;
  line-height: initial;
  font-size: 28px;
  width: 28px;
  height: 28px;
}
.load_next_pagination_wrap {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.load_next_pagination {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.load_next_pagination,
.pagination a {
  margin: 14px 0;
}
.load_next_pagination span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.load_next_pagination .ico {
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ajax_product_loading .loading {
  position: relative;
  margin-right: 11px;
}
.ajax_product_loading,
.load_next_pagination.active {
  display: none;
}
.ajax_product_loading.active {
  display: block;
}
.active_load_product {
  cursor: wait;
}
.active_load_product body {
  pointer-events: none;
}
.table_address .dialog_table_btn {
  padding: 13px !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.table_address .dialog_table_btn span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #b5b5b5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 0 !important;
}
.dialog_table_btn span:before {
  content: '';
  background: inherit;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  bottom: 0;
}
.dialog_table_btn span:after {
  content: '';
  background: inherit;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 8px;
}
.dialog_table_wrap {
  text-align: right;
  font-size: 0;
}
.dialog_table {
  background: #FFFFFF;
  padding: 7px 10px;
  -webkit-box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.5);
  right: 0;
  left: auto;
  min-width: 80px;
}
.no-touch .dialog_table button:hover {
  color: #384FD9;
}
.dialog_table > *:not(.k2hidden) {
  padding: 4px 3px;
  display: block;
  margin: 0;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #000;
}
.no-touch .dialog_table > *:not(.k2hidden):hover {
  color: #0C68C2;
}
.no-touch .dialog_table_btn:hover span,
.dialog_table_btn.active span {
  background: #484646;
}
.table_address .cart_select:not(.k2hidden) + .dialog_table_wrap {
  display: none !important;
}
.block {
  display: block;
}
.align_center {
  text-align: center;
}
.flex_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.full_width {
  width: 100%;
}
.cart_detail_form {
  max-width: 400px;
}
.header_tabs,
.header_tabs_slider {
  margin: 0 !important;
}
.header_tabs_slider {
  max-width: -webkit-calc(100% - 135px);
  max-width: calc(100% - 135px);
  width: 100%;
}
.catg_eshop {
  position: relative;
}
.order_1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order_4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order_5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order_6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order_7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order_8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.last_view_item {
  position: relative;
}
.last_view_item:before {
  content: '';
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ddd;
}
.last_view_item:last-child:before {
  display: none;
}
.last_view_item .product_item_img {
  width: 70px;
  padding-bottom: 23%;
}
.last_view_item_text {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 15px;
}
.last_view_item a {
  padding: 5px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_404 h1 {
  margin-top: 0;
  font-size: -webkit-calc(2vw + 23px);
  font-size: calc(2vw + 23px);
  font-weight: 800;
}
.main_404 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.main_404_text {
  font-size: 16px;
  margin-bottom: 35px;
}
.main_menu .header_tabs_slider {
  max-width: none;
}
.main_menu .header_tabs_slider a {
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  padding: 1em 1em;
}
.no-touch .main_menu a:hover {
  background-color: #fff;
  color: #384FD9;
  -webkit-box-shadow: 0 0.625rem 1.4rem -1rem rgba(0, 0, 0, 0.7) inset, 0 -0.625rem 1.4rem -1rem rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 0.625rem 1.4rem -1rem rgba(0, 0, 0, 0.7) inset, 0 -0.625rem 1.4rem -1rem rgba(0, 0, 0, 0.7) inset;
}
.header_tabs_content .tabs_js:empty {
  display: none;
}
.header_tabs_content:not(.clicking) .tabs_js:first-child:not(:empty) {
  color: #384FD9 !important;
}
.header_tabs_content:not(.clicking) .tabs_js:first-child:not(:empty):before {
  background-color: #384FD9 !important;
}
.header_tabs_content:not(.clicking) .tabs_content_wrap .tabs_content:first-child {
  display: block;
}
.map_render {
  padding-bottom: 40%;
  min-height: 260px;
}
.no_margin_bottom {
  margin-bottom: 0;
}
.contact_info > * {
  width: 33.3333%;
}
.contact_info .ico {
  font-size: 20px;
  margin-right: 9px;
  color: #000000;
}
.contact_info a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-touch .contact_info a:hover span:not(.ico) {
  text-decoration: underline;
}
.contact_info {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.line_through {
  text-decoration: line-through;
}
.banner_left_fixed {
  position: fixed;
  top: 0;
  right: -webkit-calc(1200px + (100% - 1200px) / 2);
  right: calc(1200px + (100% - 1200px) / 2);
  max-width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.banner_right_fixed {
  position: fixed;
  top: 0;
  left: -webkit-calc(1200px + (100% - 1200px) / 2);
  left: calc(1200px + (100% - 1200px) / 2);
  max-width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.banner_fixed .banner_img img {
  max-height: 150px;
}
.footer_slider .swiper-slide {
  min-height: auto;
}
.banner_text[data-k2-position="5023"] .slider_content_text,
.banner_text[data-k2-position="5024"] .slider_content_text {
  width: 100%;
}
.banner_text[data-k2-position="5023"] .banner_link,
.banner_text[data-k2-position="5024"] .banner_link {
  padding: 15px 10px;
  border: 0;
}
.banner_text[data-k2-position="5023"] .banner_fixed,
.banner_text[data-k2-position="5024"] .banner_fixed {
  max-width: 200px;
}
.fixed_banner_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fixed_banner_content.banner_link > * {
  width: 100%;
}
.fixed_banner_content img {
  margin: auto;
}
.fixed_banner_content.slider_content[data-text-type="rightMiddle"],
.fixed_banner_content.slider_content[data-text-type="rightTop"],
.fixed_banner_content.slider_content[data-text-type="rightBottom"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
.k2btnProductCompareDel .ico-compare {
  opacity: 0.4;
}
.compare_header_container > *:last-child .sticky_header:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1px;
  background: #ddd;
  top: 0;
}
.header.open_next + * {
  position: relative;
  width: 100%;
  top: auto;
  left: 0;
  display: block;
}
.no_padding_right {
  padding-right: 0;
}
.fake_link {
  color: #0C68C2;
  display: block;
}
.no-touch .fake_link:hover {
  text-decoration: underline;
}
.branch_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.buttons_wrap_menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang_list_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}
.lang_list:before {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lang_list.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.lang_list {
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20px;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  border-left: 1px solid #cecece;
  font-weight: 700;
}
.lang_list li:not(.active) {
  display: none;
}
.lang_list_content {
  background: #FFFFFF;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  padding: 5px 0px;
}
.lang_list_content a {
  padding: 5px 3px;
  display: block;
}
.lang_list_content a.active {
  opacity: 0.3;
  pointer-events: none;
}
.no-touch .lang_list_content a:hover {
  background: #cecece;
}
.contact_wrap a,
.contact_header a {
  color: black;
  line-height: 1;
  padding: 6px 0px;
  display: block;
}
.contact_wrap a {
  padding: 0;
}
.no-touch .contact_wrap a:hover .ico,
.no-touch .contact_header a:hover .ico {
  color: #384FD9;
}
.contact_wrap .ico,
.contact_header .ico {
  font-size: 23px;
  margin-right: 7px;
}
.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button_menu {
  width: 68px;
  height: 54px;
  border-right: 1px solid #cecece;
  cursor: pointer;
  position: relative;
}
.button_menu span {
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button_menu span:before,
.button_menu span:after {
  content: '';
  position: absolute;
  height: inherit;
  width: 100%;
  background: #000;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  margin: auto;
}
.button_menu span:before {
  top: -8px;
}
.button_menu span:after {
  bottom: -8px;
}
.button_menu.active span {
  background: transparent;
}
.button_menu.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -12px;
}
.button_menu.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -12px;
}
.main_menu ul ul {
  position: absolute;
  width: 100%;
  z-index: 999;
  display: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}
.main_menu li:hover > ul {
  display: block;
}
.main_menu li:hover > a {
  background-color: #192c9e;
}
.header_mobile_menu li,
.main_menu li {
  position: relative;
}
.header_mobile_menu ul ul {
  padding-left: 20px;
  display: none;
  position: static;
}
.contact_person_item,
.gallery_item,
.career_item,
.blog_item,
.training_item,
.portfolio_item {
  width: 25%;
  display: flex;
}
.contact_person_item > *,
.gallery_item > *,
.career_item > *,
.blog_item > *,
.training_item > *,
.portfolio_item > * {
  width: 100%;
}
.price_training {
  margin-top: 9px;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.training_item h3 {
  font-size: 17px;
  margin-bottom: 3px;
}
.header_detail {
  /* text-align: center; */
  padding-top: 0;
}
.header_detail_text {
  /* max-width: 500px; */
}
.img_rect {
  padding-bottom: 65%;
  display: block;
}
.blog_img {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
}
.blog_date {
  margin-top: 4px;
}
.list li {
  padding-left: 12px;
  margin: 3px 0px;
  position: relative;
}
.list li:before {
  content: '';
  background-color: #384FD9;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.6em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.border_shadow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.no-touch .border_shadow:hover {
  -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.block {
  display: block;
}
.download_item {
  text-align: center;
  width: 20%;
}
.download_item h3 {
  margin: 2px 0;
}
.download_item .ico {
  font-size: 43px;
  color: #000;
}
.download_item img + .ico {
  display: none;
}
.download_item a {
  color: #000;
}
.no-touch .download_item a:hover .ico {
  color: #384FD9;
}
.no-touch .download_item a:hover h3 {
  text-decoration: underline;
}
.faq_content_wrap button {
  width: 100%;
  padding: 7px 10px;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
}
.faq_content_wrap button .ico {
  font-size: 30px;
}
.faq_content_wrap {
  position: relative;
  border-bottom: 1px solid #cecece;
  transition: all 0.3s ease;
}
.no-touch .faq_content_wrap:hover {
  border-bottom: 1px solid #868686;
}
.faq_content {
  position: static;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.faq_img {
  width: 40%;
  min-width: 160px;
}
.dictionary_img {
  max-height: 36px;
  margin-right: 15px;
}
.dictionary_content {
  padding-top: 10px;
}
.dictionary_header:before {
  content: attr(data-letter);
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
  font-weight: 800;
  color: #384FD9;
  display: block;
  text-transform: uppercase;
}
.dictionary_letters + * {
  width: -webkit-calc(100% - 61px);
  width: calc(100% - 61px);
}
.dictionary_letters {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  width: 61px;
}
.dictionary_letters a {
  padding: 7px 7px;
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  border: 1px solid #cecece;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.no-touch .dictionary_letters a:hover {
  background-color: #f2f2f2;
}
.dictionary_letters li {
  margin: 0 3px;
}
.video_item,
.reference_item,
.branch_item {
  width: 50%;
}
.branch_content_wrap {
  width: 100%;
}
.branch_content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.branch_content {
  width: 55%;
}
.branch_content_img {
  width: 45%;
}
.branch_content_img > * {
  width: 100%;
}
.reference_person,
.img_contact_person {
  padding: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center !important;
  background-size: 80% auto !important;
  background-repeat: no-repeat !important;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.reference_person {
  box-shadow: none;
}
.img_wrap_contact_person {
  margin: auto;
  width: 50%;
}
.contact_person_content h3 {
  margin-bottom: 10px;
}
.contact_person_content {
  text-align: center;
}
.contact_wrap > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact_person_content .ico {
  font-size: 19px;
}
.contact_person_content a {
  margin-bottom: 4px;
}
.contact_person_content .contact_wrap {
  margin-bottom: -4px;
}
.img_wrap {
  padding-bottom: 90%;
  position: relative;
}
.no-touch .img_wrap:hover:before {
  opacity: 1;
}
.img_wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 45px;
  background: rgba(56, 79, 217, 0.7);
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_gallery {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.img_wrap_reference {
  width: 30%;
}
.reference_content {
  width: 70%;
}
.reference_content_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reference_text {
  margin-top: 10px;
}
.partners_sliderhorizontal,
.reference_sliderhorizontal {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.partners_sliderhorizontal .partners_wrap,
.reference_sliderhorizontal .reference_wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}
.partners_sliderhorizontal .partners_item,
.reference_sliderhorizontal .reference_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  height: 100%;
  position: relative;
  width: 100%;
}
.partners_sliderhorizontal .partners_pagination,
.reference_sliderhorizontal .reference_pagination {
  display: block;
  text-align: center;
}
.partners_pagination span,
.reference_pagination span {
  margin: 0 3px;
  width: 14px;
  height: 14px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #ccc;
  opacity: 1;
}
.partners_pagination .swiper-pagination-bullet-active,
.reference_pagination .swiper-pagination-bullet-active {
  background: #384FD9;
}
.video_rect {
  padding-bottom: 56.25%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  cursor: pointer;
}
.video_rect iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.video_rect span {
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.no-touch .video_rect:hover span {
  background: rgba(0, 0, 0, 0.4);
  /* background: rgba(56, 79, 217, 0.2); */
}
.no-touch .video_rect:hover span:before,
.no-touch .video_rect:hover span:after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.no-touch .video_rect:not(.active) span:before {
  content: '';
  position: absolute;
  left: 0;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 6;
  border: 12px solid white;
  border-left: 14px solid white;
  border-right: 0;
  border-bottom-color: transparent;
  border-top-color: transparent;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-touch .video_rect:not(.active) span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #384FD9;
  width: 60px;
  height: 60px;
  z-index: 5;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partners_item {
  width: 20%;
}
.terms_wrap {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cecece;
}
.terms_wrap .terms_item {
  display: table-row;
}
.terms_wrap .terms_item > * {
  display: table-cell;
  border-bottom: 1px solid #cecece;
  vertical-align: middle;
}
.table_content {
  padding: 20px 10px;
}
.table_content h3 {
  font-size: 20px;
}
.terms_place {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}
.terms_time,
.terms_date {
  font-size: 14px;
}
.terms_title_wrap {
  width: 30%;
}
.terms_date_wrap {
  width: 30%;
}
.terms_text_wrap {
  width: 40%;
}
.timeline_year {
  width: 64px;
  height: 64px;
  font-weight: 700;
  font-size: 18px;
  font-size: 9px;
  border: 4px solid #FFF;
  border-radius: 50%;
  background: #FFF;
  background: #A0A0A0;
  color: #ffffff;
  position: relative;
}
.timeline_year_wrap {
  width: calc(50% + 32px);
  /* width: 50%; */
  justify-content: flex-end;
}
.timeline_content {
  width: calc(50% - 32px);
  position: relative;
  padding-left: 30px;
}
.timeline_content_text {
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); */
  padding: 20px 20px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 0px 1px #bfbfbf;
}
.timeline_arrow {
  position: absolute;
  width: 20px;
  height: 32px;
  top: 18px;
  right: 100%;
  overflow: hidden;
}
.timeline_arrow span {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 39px;
  top: -4px;
  left: 0;
  position: absolute;
  background: #fff;
  left: 63%;
  transform-origin: center;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 0px 1px #bfbfbf;
}
.timeline_item:first-child {
  padding-top: 40px;
}
.timeline_item:last-child {
  padding-bottom: 40px;
}
.timeline_item:nth-child(odd) {
  flex-direction: row-reverse;
}
.timeline_item:nth-child(odd) .timeline_year_wrap {
  justify-content: flex-start;
}
.timeline_item:nth-child(odd) .timeline_content {
  padding-left: 0;
  padding-right: 30px;
}
.timeline_item:nth-child(odd) .timeline_arrow {
  left: 100%;
  right: auto;
}
.timeline_item:nth-child(odd) .timeline_arrow span {
  left: auto;
  right: 63%;
}
.timeline_item {
  position: relative;
  width: 100%;
}
.timeline_item:before {
  content: '';
  background: #A0A0A0;
  width: 4px;
  height: 100%;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
}
.support_question {
  font-weight: 700;
  font-size: 15px;
  align-items: center;
  border: 1px solid #cecece;
}
.support_author {
  font-weight: 100;
  font-size: 13px;
  color: #7b7b7b;
}
.support_response .support_author {
  margin-top: 6px;
  text-align: right;
}
.support_response {
  position: relative;
  border: 1px solid #cecece;
}
.support_response:before {
  content: '';
  border-left: 4px solid #384FD9;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
.no-touch .timeline_content_text:hover {
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.no-touch .timeline_content_text:hover .timeline_arrow span {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.category_tree ul ul {
  padding-left: 10px;
}
.category_tree a {
  padding: 5px 0;
  display: block;
  position: relative;
}
.no-touch .category_tree a:hover {
  text-decoration: underline;
}
.advantage_wrap {
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.advantage_item {
  text-align: center;
  width: 33.333%;
}
.advantage_item .ico {
  font-size: 65px;
}
.portfolio_content {
  position: relative;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
.portfolio_content a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.portfolio_content .portfolio_text_wrap {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  bottom: 0;
  transition: top 0.3s ease;
  display: flex;
  flex-direction: column;
}
.portfolio_content .portfolio_text_wrap h3 {
  height: calc(1.4em + 40px);
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.portfolio_content .portfolio_text_wrap h3 span {
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.portfolio_detail_img,
.branch_detail_img {
  width: 40%;
  min-width: 250px;
}
.portfolio_detail_img {
  float: left;
}
.flaot_fix {
  /* margin-left: 0px; */
  overflow: auto;
  display: block;
}
main {
  min-height: 69vh;
}
.footer_menu_generate > li {
  position: relative;
}
.footer_menu_generate > li:not(:last-child):before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}
.html_wrap {
  overflow: hidden;
}
.html_wrap ol,
.html_wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
.html_wrap ol li,
.html_wrap ul li {
  position: relative;
  padding-left: 2em;
  padding-bottom: 0.7em;
  /*display: flex;*/
}
.html_wrap ol {
  counter-reset: section;
}
.html_wrap ol li:before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: 700;
  line-height: 1.4em;
  vertical-align: text-top;
  display: block;
}
.html_wrap ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #384FD9;
  left: 0.5em;
  top: 0.5em;
}
.news_detail_date {
  margin-bottom: 10px;
}
/*DOPLNIT*/
.branch_detail_map .map_render {
  padding-bottom: 57%;
}
.branch_detail_map {
  width: 60%;
}
.branch_detail_content {
  width: 40%;
}
.table_opening td {
  vertical-align: top;
}
.table_opening td:first-child {
  padding-right: 10px;
}
.link_back .ico {
  font-size: 25px;
  transform: scale(-1, 1);
  display: inline-block;
  margin-right: 3px;
  color: #384FD9;
}
.link_back .ico,
.link_back .ico:before {
  text-decoration: none !important;
}
.link_back {
  display: inline-flex;
  align-items: center;
  color: #000;
}
.no-touch .link_back:hover span {
  text-decoration: underline;
}
.map_render img {
  max-width: none;
}
.html_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.html_wrap table th,
.html_wrap table td {
  border: 1px solid #ddd;
  padding: 8px 6px;
}
.html_wrap table th {
  background: #384FD9;
  color: #ffffff;
}
/*DOPLNIT*/
.logo {
  will-change: transform;
  max-width: 331px;
  width: 100vw;
}
.catg_all {
  background-color: #3a54d6;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  color: #FFF;
}
@media only screen and (max-width: 1740px) {
  .banner_static[data-k2-position="5027"],
  .banner_static[data-k2-position="5028"] {
    display: none;
  }
}
@media only screen and (max-width: 1620px) {
  .banner_text[data-k2-position="5023"],
  .banner_text[data-k2-position="5024"] {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .news_item a > * {
    display: block;
  }
  .main_header {
    max-width: none;
    width: 100%;
    right: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .branch_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .branch_content,
  .branch_content_img {
    width: 100%;
  }
  .branch_item {
    width: 33.333%;
  }
  .download_item {
    width: 25%;
  }
  .contact_person_item,
  .gallery_item,
  .career_item,
  .blog_item,
  .training_item,
  .portfolio_item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1000px) {
  .header_mobile_nav {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .no-touch .header_tabs > :not(span):before {
    background: #ddd;
  }
  .header_tabs_slider:before,
  .header_tabs_slider:after {
    content: '';
    background: #000000;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30000000', endColorstr='#00000000', GradientType=1);
    pointer-events: none;
    display: none;
  }
  .header_tabs_slider {
    max-width: 100%;
  }
  .header_tabs .swiper-slide {
    min-width: auto;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: none;
  }
  .header_mobile_nav {
    position: fixed;
    max-height: -webkit-calc(100% - 80px);
    max-height: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    max-width: 300px;
    bottom: 0;
  }
  .main_header {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ddd;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }
  .wrap_catg > .mobile_aside_menu {
    display: block !important;
    width: 100%;
  }
  .button_menu_wrap {
    display: block;
  }
  .contact_header,
  .main_menu {
    display: none;
  }
}
@media only screen and (max-width: 930px) {
  .advantage_item,
  .video_item,
  .reference_item,
  .branch_item {
    width: 50%;
  }
  .img_wrap_reference {
    width: 40%;
  }
  .reference_content_wrap {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reference_content {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .partners_item {
    width: 25%;
  }
  .download_item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 790px) {
  /*DOPLNIT*/
  .branch_detail_map,
  .branch_detail_content {
    width: 100%;
  }
  .branch_info {
    display: flex;
    flex-wrap: wrap;
  }
  .branch_info > * {
    width: 50%;
  }
  /*DOPLNIT*/
  .footer_menu > * {
    width: 100%;
  }
  .timeline_arrow {
    top: 10px;
  }
  .timeline_year_wrap {
    width: 50px;
  }
  .timeline_content {
    width: calc(100% - 50px);
    padding-left: 25px;
  }
  .timeline_item:nth-child(odd) {
    flex-direction: row;
  }
  .timeline_item .timeline_content {
    padding-right: 0 !important;
    padding-left: 20px !important;
  }
  .timeline_item:nth-child(odd) .timeline_arrow {
    left: auto;
    right: 100%;
  }
  .timeline_item:nth-child(odd) .timeline_arrow span {
    left: 60%;
    right: auto;
  }
  .timeline_item:before {
    left: 23px;
  }
  .timeline_year {
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 15px;
  }
  .timeline_arrow span {
    width: 20px;
    height: 19px;
    top: 6px;
  }
  .terms_title_wrap {
    width: 50%;
  }
  .terms_date_wrap {
    width: 50%;
  }
  .terms_text_wrap {
    width: 100%;
  }
  .terms_wrap .terms_item > *,
  .terms_wrap .terms_item {
    border-bottom: 0;
  }
  .terms_wrap .terms_item > *,
  .terms_wrap .terms_item,
  .terms_wrap {
    display: flex;
  }
  .terms_wrap,
  .terms_wrap .terms_item {
    flex-wrap: wrap;
  }
  .terms_wrap .terms_item {
    border-bottom: 1px solid #cecece;
    width: 100%;
  }
  .img_wrap_reference {
    width: 50%;
  }
  .contact_person_item,
  .gallery_item,
  .career_item,
  .blog_item,
  .training_item,
  .portfolio_item {
    width: 50%;
  }
  .all_catg > li {
    width: 50%;
  }
  .mobile_aside_menu .aside_menu > * {
    width: 50%;
    max-width: 50%;
  }
  .news_item,
  .product_slider .swiper-slide {
    width: 50%;
  }
  .news_item:nth-child(2n+2) > :after {
    border-right: 0;
  }
  .news_item:not(:nth-last-child(-n+2)) > :before {
    content: '';
    border-right: 0;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    bottom: -16px;
  }
}
@media only screen and (max-width: 690px) {
  .reference_slider:not(.reference_sliderhorizontal) .reference_wrap .reference_item:nth-child(odd) .reference_content_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .reference_slider:not(.reference_sliderhorizontal) .reference_content_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .video_item,
  .reference_item {
    width: 100%;
  }
  .img_wrap_reference {
    width: 30%;
  }
  .reference_content {
    width: 70%;
    text-align: left;
  }
  .product_gallery_thumbs_slider .swiper-slide {
    width: 20%;
  }
  .cookie_wrap {
    display: block;
  }
  .cookie_btn {
    margin-top: 8px;
  }
  .subcatg_wrap > * {
    width: 50%;
  }
  .slider_content {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    text-align: center;
  }
  .slider_content_img {
    display: block;
  }
  .slider_content > * {
    width: 100%;
  }
  .main_slider .swiper-slide {
    min-height: auto;
    height: auto;
  }
  .slider_content_img {
    display: none;
  }
}
@media only screen and (max-width: 610px) {
  .button_menu.active span:before {
    top: -9px;
  }
  .button_menu {
    width: 58px;
    height: 36px;
  }
  .portfolio_detail_img,
  .branch_detail_img {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .faq_img_content {
    flex-wrap: wrap;
  }
  .partners_item {
    width: 33.333%;
  }
  .advantage_item,
  .branch_item {
    width: 100%;
  }
  .download_item {
    width: 50%;
  }
  .main_header {
    min-height: 50px;
  }
  .lang_list {
    padding: 11px;
    padding-right: 30px;
  }
  .gallery_next:before,
  .gallery_prev:before {
    width: 30px;
    height: 30px;
    float: right;
  }
  .gallery_img img {
    max-width: 100%;
  }
  .header_ico {
    top: 5px !important;
    right: 5px !important;
  }
  .basket_ico {
    top: 2px !important;
    right: 2px !important;
  }
  .form_login label {
    width: 100%;
    padding-right: 0;
  }
  .news_item:nth-last-child(2) > :before {
    content: '';
    border-right: 0;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    bottom: -16px;
  }
  .banner_link > *,
  .news_item {
    width: 100%;
  }
  .banner_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .news_item > :after {
    border-right: 0 !important;
  }
  .banner_link img {
    margin: auto;
    max-height: 170px;
    max-width: 90%;
  }
  .copy_footer > * {
    width: 100%;
  }
  .logo_wrap {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    max-height: 50px;
    width: 100%;
  }
  body {
    padding-top: 50px;
  }
  .header_mobile_nav,
  .sticky {
    top: 50px;
  }
  .header_mobile_nav {
    max-height: -webkit-calc(100% - 50px);
    max-height: calc(100% - 50px);
    border-top: 1px solid #ddd;
  }
  .subcatg_wrap {
    width: 100%;
    margin: 0;
  }
  .subcatg_wrap > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .banner_link {
    min-height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .career_item,
  .blog_item,
  .training_item,
  .contact_info > *,
  .portfolio_item {
    width: 100%;
  }
}
@media only screen and (max-width: 470px) {
  /*DOPLNIT*/
  .branch_info > * {
    width: 100%;
  }
  /*DOPLNIT*/
  .terms_date_wrap,
  .terms_text_wrap {
    margin-top: 10px;
  }
  .table_content {
    padding: 0px;
  }
  .terms_item {
    padding: 20px 10px;
  }
  .terms_title_wrap,
  .terms_date_wrap {
    width: 100%;
  }
  .partners_item {
    width: 50%;
  }
  .reference_slider.reference_sliderhorizontal .reference_content_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .img_wrap_reference {
    width: 50%;
  }
  .reference_content {
    width: 100%;
    text-align: center;
  }
  .contact_person_item,
  .gallery_item {
    width: 100%;
  }
  .dictionary_item_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .download_item {
    width: 100%;
  }
  .all_catg > li {
    width: 100%;
  }
  .cookie {
    padding: 1em;
  }
  .product_gallery_thumbs_slider .swiper-slide {
    width: 25%;
  }
  .header_tabs > :before {
    max-width: 320px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 390px) {
  .partners_item .spacing {
    padding: 10px;
  }
}
/* import custom less style */
