<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap&amp;subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&amp;display=swap&amp;subset=cyrillic,cyrillic-ext');
body * {
  font-family: 'Open Sans', sans-serif;
  outline: none; }

.center {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  @media (max-width: 960px) {
  .center {
    width: auto;
    max-width: 100%;
    margin: 0 20px; } }

.site-path {
  margin-bottom: 15px; }

.siteContainer .siteContainerInner {
  display: flex;
  justify-content: space-between; }
  .siteContainer .siteContainerInner .site-sidebar {
    width: 210px;
    margin-right: 23px; }
    .siteContainer .siteContainerInner .site-sidebar .foldersWrapper {
      background: #f4f4f4;
      box-sizing: border-box;
      padding: 25px 19px;
      padding-top: 33px; }
      .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .folderTitle {
        font-size: 15px;
        color: #333;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 600; }
      .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li {
        margin-bottom: 15px;
        list-style-type: none;
        margin-left: -10px; }
        .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li:first-child {
          margin-top: 15px; }
        .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.opened &gt; a, .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.active &gt; a {
          background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%);
          color: #fff; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.opened &gt; a:before, .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.active &gt; a:before {
            color: #fff !important;
            left: -1px !important; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.opened ul, .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.active ul {
            display: block; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.opened ul ul, .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.active ul ul {
            display: none !important; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.opened li a, .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.active li a {
            position: relative; }
            .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.opened li a:before, .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.active li a:before {
              content: '-';
              font-size: 15px;
              color: #333;
              margin-right: 3px;
              margin-left: 3px;
              position: absolute;
              left: -4px; }
            .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.opened li a:hover, .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.active li a:hover {
              text-decoration: underline;
              color: #007ac1;
              background: none; }
        .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li ul {
          display: none; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li ul li a {
            font-size: 13px;
            font-family: 'Open Sans', sans-serif; }
        .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li a {
          font-size: 15px;
          color: #333;
          font-family: 'Open Sans', sans-serif;
          padding: 3px 10px;
          border-radius: 4px;
          display: block;
          transition: all 0.3s ease; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li a:hover {
            background: #a2ff00; }
        .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.my_act_class li a {
          position: relative; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.my_act_class li a:before {
            content: '-';
            font-size: 15px;
            color: #333;
            margin-right: 3px;
            margin-left: 3px;
            position: absolute;
            left: -4px; }
          .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li.my_act_class li a:hover {
            text-decoration: underline;
            color: #007ac1;
            background: none; }

.site-main {
  float: none;
  width: calc(100% - 200px);
  max-width: 740px; }

.contentInner .owl-item .shop2-kind-item {
  padding: 10px; }

.site-path span {
  display: inline-block; }
  .site-path a span {
    text-decoration: underline; }

.h1Wrap.h1WrapProduct {
  padding-bottom: 0;
  margin-bottom: 3px; }
  .h1Wrap.h1WrapProduct h1 {
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 26px; }

.content .shop2-product .form-add {
  background: #f0f5f8; }

.content .shop2-product .form-add .shop2-product-btn.type-3.buy {
  box-shadow: 0px 9px 21px 0px rgba(0, 127, 193, 0.42); }

.content .shop2-product .form-add .shop2-product-btn.type-3.buy, .contentInner .shop2-product-btn.type-3.onrequest {
  background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%);
  position: relative; }
  .content .shop2-product .form-add .shop2-product-btn.type-3.buy:before, .contentInner .shop2-product-btn.type-3.onrequest:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 15px;
    right: 38px;
    top: calc(50% - 7px);
    background: url('../images/cart_btn_ico.png') 0 0 no-repeat; }
  .content .shop2-product .form-add .shop2-product-btn.type-3.buy span, .contentInner .shop2-product-btn.type-3.onrequest span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px; }

.contentInner .shop2-product-btn.type-3 span {
  text-transform: uppercase; }

.content .shop2-product .form-add .product-amount input[type='text'] {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif; }

.buy-one-click {
  text-transform: uppercase;
  text-decoration: underline;
  color: #616b71;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: none;
  box-shadow: none;
  font-weight: normal; }
  .buy-one-click:hover {
    text-decoration: none; }

.content .shop2-product .product-details .product-options li {
  background: #f0f5f8; }
  .content .shop2-product .product-details .product-options li:nth-child(2n) {
    background: #fff; }

.content .shop2-product .product-details .product-options &gt; li:nth-child(odd) {
  background: #f0f5f8; }

.product-details .product-compare {
  border: none; }

.shop2-product-accordion .accorTitle {
  background: linear-gradient(180deg, #e8ecee 5%, #f5f7f7 94%);
  border-width: 1px;
  border-color: #e2e8eb;
  border-style: solid;
  border-radius: 2px;
  font-size: 15px;
  font-family: 'Arial';
  color: #373c3f;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: inset 0 -5px 0 #fff; }

.shop2-product-accordion .accorTitle.active {
  color: #333; }

.shop2-product-accordion .accorTitle:after {
  background: url('../images/add.png') 0 0 no-repeat;
  width: 24px;
  height: 24px; }

.shop2-product-accordion .accorTitle.active:after {
  background: url('../images/add_minus.png') 0 0 no-repeat; }

.content .shop2-product .shop2-product-actions .itemActions.gift-action .icon-action {
  background: url('../images/prod_gift.png') 50% 50% no-repeat; }

.content .shop2-product .shop2-product-actions .itemActions div.name-action {
  font-size: 14px;
  font-family: 'Arial'; }

.content .shop2-product .shop2-product-actions .itemActions {
  display: flex;
  align-items: center; }

.action_wrapper {
  margin-right: 15px; }

.text-action {
  text-align: left; }

.content .shop2-product .shop2-product-actions .itemActions .dsc-action {
  color: #373c3f;
  font-size: 13px;
  font-family: 'Arial'; }

.cart .cartInner.goUp {
  display: none; }

.content .shop2-product .product-details .option-title, .content .shop2-product .product-details .option-body, .product-compare span {
  color: #373c3f;
  font-size: 13px;
  font-family: 'Arial'; }

.product-compare input[type="checkbox"] ~ ins {
  width: 20px;
  height: 20px; }

.siteContainer .siteContainerInner {
  max-width: 980px !important; }

.contentInner .kind-name {
  margin-bottom: 15px; }

.contentInner .shop2-product-btn.type-2 {
  width: 45px;
  height: 36px;
  background: url('../images/l_arrow.png') 50% 50% no-repeat #007ac1;
  box-shadow: none;
  border-right: 2px; }
  .contentInner .shop2-product-btn.type-2 span {
    display: none; }

@media (min-width: 1025px) {
  .headerTop {
    display: none; }

  .shopElements .search {
    display: none; } }

.company {
  flex: 0; }
  @media (min-width: 1201px) {
  .company {
    margin-top: -2px; } }

.contacts .desktopTitle .enter_wrap {
  font-size: 11px;
  color: #b8b8b6;
  font-family: 'Arial';
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .contacts .desktopTitle .enter_wrap a {
    text-decoration: underline;
    display: inline-block;
    font-size: 11px;
    color: #b8b8b6;
    font-family: 'Arial'; }
    .contacts .desktopTitle .enter_wrap a:hover {
      text-decoration: none; }
  .contacts .desktopTitle .enter_wrap .reg_users {
    display: inline-block;
    position: relative;
    margin-left: 7px; }
    .contacts .desktopTitle .enter_wrap .reg_users:before {
      position: absolute;
      content: '';
      width: 9px;
      height: 11px;
      left: -14px;
      top: calc(50% - 4px);
      background: url('../images/reg_icon.png') 0 0 no-repeat; }
  .contacts .desktopTitle .enter_wrap .enter {
    position: relative;
    display: inline-block; }
    .contacts .desktopTitle .enter_wrap .enter:before {
      position: absolute;
      content: '';
      width: 10px;
      height: 11px;
      left: -14px;
      top: calc(50% - 5px);
      background: url('../images/enter_icon.png') 0 0 no-repeat; }

.company {
  order: 1; }

.delivery_search {
  order: 3; }
  .delivery_search .inner .del_wrap {
    margin-bottom: 10px; }
    .delivery_search .inner .del_wrap &gt; span {
      width: 31px;
      height: 18px;
      margin-right: 14px;
      display: inline-block;
      vertical-align: top; }
    .delivery_search .inner .del_wrap a {
      color: #006ec1;
      font-size: 15px;
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: bold;
      text-decoration: underline;
      display: inline-block; }
      .delivery_search .inner .del_wrap a:hover {
        text-decoration: none; }
  .delivery_search .search {
    position: relative; }
  .delivery_search .search .button {
    color: #2a2a2a;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding: 3px 70px 6px 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: linear-gradient(0deg, #ecebeb 0%, #fff 100%);
    font-weight: bold; }
    .delivery_search .search .button.opened:before {
      transform: rotate(180deg); }
    .delivery_search .search .button:before {
      content: '';
      position: absolute;
      width: 13px;
      height: 8px;
      right: 15px;
      top: calc(50% - 4px);
      background: url('../images/search_arr.png') 0 0 no-repeat;
      transition: all 0.3s ease; }
  .delivery_search .search .search-form {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    right: auto;
    z-index: 99; }

.contacts {
  order: 2;
  max-width: 160px; }
  .contacts .titlePhone {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 10px; }
  .contacts .titlePhone a {
    cursor: pointer; }
  .contacts .titlePhone:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 5px;
    left: -10px;
    background: url('../images/ph_icon.png') 0 0 no-repeat; }

.headerBottom .shopElements {
  order: 4;
  margin-left: 0;
  padding-left: 0;
  box-shadow: none; }
  .headerBottom .shopElements .cart {
    width: auto;
    background: none;
    height: auto; }
  .headerBottom .shopElements .to_cart {
    font-family: 'Arial';
    font-size: 12px;
    color: #000;
    background: linear-gradient(0deg, #ecebeb 0%, #fff 100%);
    box-sizing: border-box;
    padding: 2px 10px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px; }

.headerBottom {
  justify-content: space-between; }

.cart .cartInner.fixedCart {
  background: none;
  height: 0;
  width: 0; }
  .cart .cartInner.fixedCart:after {
    display: none; }

.shopElements .cartIcon {
  background: url('../images/cart_main.png') 0 0 no-repeat;
  width: 34px;
  height: 28px; }

.shopElements .totalCount {
  right: auto;
  left: 20px;
  background: #000;
  font-size: 11px;
  padding: 4px 7px; }

.cart .cartInner {
  width: auto;
  display: flex;
  align-items: flex-end;
  height: auto;
  margin-bottom: 10px; }

.cart .totalSum {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  padding-left: 15px; }

.siteHeader {
  min-height: 0; }
  .siteHeader:before {
    background: none; }

.headerBottom:before, .main-product-list:before {
  display: none; }

.main_menu_wrap {
  background: #009ac1;
  z-index: 6;
  position: relative;
  border-radius: 0; }
  @media (min-width: 1201px) {
  .main_menu_wrap {
    margin-top: -2px; } }
  .main_menu_wrap ul {
    max-width: 960px !important;
    padding: 0; }
  @media (max-width: 1280px) {
    .main_menu_wrap ul {
      padding-right: 0; } }
  .main_menu_wrap ul li {
    padding: 0; }
    .main_menu_wrap ul li.active &gt; a {
      background: #0083ad; }
    .main_menu_wrap ul li ul {
      z-index: 999; }
      .main_menu_wrap ul li ul li a {
        color: #000;
        font-size: 16px; }
    .main_menu_wrap ul li a {
      color: #fff;
      text-transform: uppercase;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 18px;
      font-weight: 600;
      display: inline-block;
      padding: 18px 17px;
      box-sizing: border-box;
      width: 100%; }
      .main_menu_wrap ul li a span {
        font-family: 'Open Sans Condensed', sans-serif; }
      .main_menu_wrap ul li a:hover {
        background: #a2ff00;
        color: #000; }

.site-main.main {
  width: 100%; }

.contentInner .shop2-main-header.shop2-main-spec, .contentInner .shop2-main-header.shop2-main-new, .contentInner .shop2-main-header.shop2-main-header-slider {
  background: none;
  color: #000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 26px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }
  .contentInner .shop2-main-header.shop2-main-spec .slide_arrow, .contentInner .shop2-main-header.shop2-main-new .slide_arrow, .contentInner .shop2-main-header.shop2-main-header-slider .slide_arrow {
    display: inline-block;
    vertical-align: middle; }

.main-product-list {
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.main-product-list .shop2-product-item {
  margin-right: 27px; }
  .main-product-list .shop2-product-item:last-child {
    margin-right: 0; }

.contentInner .shop2-main-header.shop2-main-header-slider .next, .contentInner .shop2-main-header.shop2-main-header-slider .prev {
  width: 11px;
  height: 17px;
  background: url('../images/main_bl_arrow.png') 0 0/contain no-repeat;
  margin: 10px;
  display: inline-block;
  cursor: pointer; }
  .contentInner .shop2-main-header.shop2-main-header-slider .next.slick-disabled, .contentInner .shop2-main-header.shop2-main-header-slider .prev.slick-disabled {
    background: url('../images/main_bl_arrow_dis.png') 0 0/contain no-repeat; }
  .contentInner .shop2-main-header.shop2-main-header-slider .next {
    transform: rotate(180deg); }

.main-product-list .product-label &gt; div.product-new, .main-product-list .product-label &gt; div.product-spec {
  color: #fff;
  background: #15c003;
  border-radius: 0;
  font-weight: bold;
  font-family: 'Arial';
  font-size: 13px;
  text-transform: none;
  box-shadow: none; }

.main-product-list .product-label {
  top: -14px;
  left: -14px; }

.main-product-list .product-label &gt; div.product-spec {
  background: #f45329; }

.main-product-list .product-image {
  height: 190px; }
  .main-product-list .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.main-product-list .shop2-product-item {
  padding: 14px;
  border-radius: 0;
  border-color: #dedede;
  background: transparent;
  transition: all 0.3s ease; }
  .main-product-list .shop2-product-item:hover {
    border-color: #dedede;
    box-shadow: 1px 18px 9px -11px #dedede;
    background: #fff; }

.main-product-list .product-name {
  padding-bottom: 10px; }
  .main-product-list .product-name a {
    text-decoration: underline;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    color: #006ec1;
    font-weight: bold; }
  .main-product-list .product-name a:hover {
    text-decoration: none; }

.main-product-list .shop2-product-btn.type-2 {
  background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 29px;
  padding-left: 36px;
  padding-right: 13px;
  margin-top: 0; }
  .main-product-list .shop2-product-btn.type-2:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 12px;
    top: calc(50% - 6px);
    left: 11px;
    background: url('../images/main_bl_btn.png') 0 0 no-repeat; }
  .main-product-list .shop2-product-btn.type-2 span {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase; }

.main-product-list .product-article {
  font-family: 'Arial';
  font-size: 10px;
  color: #999;
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px; }

.main-product-list .product-amount2 {
  font-family: 'Arial';
  font-size: 11px;
  color: #999;
  border-bottom: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  margin-bottom: 13px; }

.main-product-list .product-price {
  display: block;
  padding-top: 0;
  padding-right: 5px; }

.main-product-list .product-price .price-old {
  display: inline-block;
  font-family: 'Arial';
  font-size: 14px;
  color: #898989;
  text-decoration: none;
  position: relative; }
  .main-product-list .product-price .price-old .icon {
    width: 14px;
    height: 13px;
    position: absolute;
    background: url('../images/quest.png') 49% 50% no-repeat #b3b3b3;
    border-radius: 100%;
    top: 0;
    right: -20px; }
  .main-product-list .product-price .price-old:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    top: 50%;
    background: #d85a4d; }

.main-product-list .product-price .price-current {
  font-size: 18px;
  color: #333;
  font-family: 'Arial'; }
  .slick-track {
    padding: 20px 0;
    padding-top: 0; }

.vendors_slide {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px; }
  .vendors_slide__inner {
    position: relative; }
  .vendors_slide__inner.noslider {
    display: flex;
    flex-wrap: wrap; }
    .vendors_slide__inner.noslider .vendors_slide__item {
      width: calc(16.6% - 20px);
      margin: 0 10px; }
      @media (max-width: 640px) {
    .vendors_slide__inner.noslider .vendors_slide__item {
      width: calc(25% - 20px);
      margin-bottom: 10px; } }
      @media (max-width: 480px) {
    .vendors_slide__inner.noslider .vendors_slide__item {
      width: calc(50% - 20px); } }
  .vendors_slide__inner button {
    width: 14px;
    height: 22px;
    font-size: 0;
    border: none;
    box-shadow: none;
    position: absolute;
    top: calc(50% - 19px);
    background: url('../images/vend_arr.png') 0 0 no-repeat; }
    .vendors_slide__inner button.slick-next:not(.slick-disabled) {
      transform: rotate(180deg); }
    .vendors_slide__inner button.slick-disabled {
      background: url('../images/vend_arr_dis.png') 0 0 no-repeat; }
    .vendors_slide__inner button.slick-prev.slick-disabled {
      transform: rotate(180deg); }
    .vendors_slide__inner button.slick-next {
      right: -10px; }
    .vendors_slide__inner button.slick-prev {
      left: -10px; }
  .vendors_slide__item {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin: 0 20px; }
  .vendors_slide__item img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

.action_block__left {
  width: calc(100% - 320px);
  max-width: 654px;
  display: inline-block;
  vertical-align: top; }
  .action_block__left .big_img {
    width: 100%;
    min-height: 403px;
    position: relative; }
    .action_block__left .big_img .absolute_img {
      position: absolute;
      top: 55px;
      right: -77px;
      width: 420px;
      height: 250px; }
  .action_block__left .small_img_wrap {
    margin-top: 15px;
    display: flex;
    align-items: center;
    line-height: 1; }
    .action_block__left .small_img_wrap .small_img {
      width: 380px;
      min-height: 180px;
      margin-right: 35px; }
    .action_block__left .small_img_wrap .text_wrap {
      display: flex;
      flex-direction: column; }
      .action_block__left .small_img_wrap .text_wrap .title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 44px;
        color: #006ec1;
        text-transform: uppercase;
        font-weight: bold; }
      .action_block__left .small_img_wrap .text_wrap .text {
        color: #b1b1b1;
        font-family: 'Open Sans', sans-serif;
        font-size: 25px; }
  .action_block__right {
    display: inline-block;
    width: 300px;
    margin-left: 16px; }
  .action_block__right .wrap {
    display: flex;
    flex-direction: column; }
    .action_block__right .wrap .img {
      width: 100%;
      min-height: 320px; }
    .action_block__right .wrap .text {
      display: flex;
      flex-direction: column;
      padding: 35px;
      padding-top: 26px;
      box-sizing: border-box;
      background: #a2ff00; }
      .action_block__right .wrap .text .title {
        font-size: 45px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 20px; }
      @media (max-width: 960px) {
      .action_block__right .wrap .text .title {
        font-size: 30px; } }
      @media (max-width: 480px) {
      .action_block__right .wrap .text .title {
        font-size: 24px; } }
      .action_block__right .wrap .text .text_in {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #000;
        margin-bottom: 20px; }
      .action_block__right .wrap .text .link_btn a {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #006ec1;
        font-style: italic;
        text-decoration: underline; }
        .action_block__right .wrap .text .link_btn a:hover {
          text-decoration: none; }

.h1Wrap.main {
  height: 0;
  padding: 0; }

.site_footer__inner {
  padding-bottom: 35px; }
  .site_footer__inner .menu_cont_wrap {
    background: #f4f4f4;
    padding-top: 40px; }
  .site_footer__inner .menu_contact {
    display: flex;
    border-bottom: 5px solid #a2ff00;
    margin-bottom: 35px; }
    .site_footer__inner .menu_contact .footerNavigation {
      display: inline-block;
      width: calc(100% - 208px);
      vertical-align: top; }
      .site_footer__inner .menu_contact .footerNavigation ul {
        display: flex;
        flex-wrap: wrap; }
      .site_footer__inner .menu_contact .footerNavigation ul li {
        display: flex;
        flex-direction: column;
        margin: 0; }
        .site_footer__inner .menu_contact .footerNavigation ul li:first-child a {
          padding-top: 0; }
        .site_footer__inner .menu_contact .footerNavigation ul li ul {
          padding: 0;
          margin: 0;
          display: block; }
        .site_footer__inner .menu_contact .footerNavigation ul li a {
          color: #8f8f8f;
          font-size: 12px;
          font-family: 'Open Sans', sans-serif;
          padding: 7px 0;
          transition: all 0.3s ease; }
        .site_footer__inner .menu_contact .footerNavigation ul li a:hover {
          color: #000; }
      .site_footer__inner .menu_contact .footerNavigation &gt; ul {
        width: 100%; }
      .site_footer__inner .menu_contact .footerNavigation &gt; ul &gt; li {
        max-width: 193px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; }
        .site_footer__inner .menu_contact .footerNavigation &gt; ul &gt; li &gt; a {
          position: relative;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: bold;
          font-family: 'Open Sans Condensed', sans-serif;
          color: #000;
          margin-bottom: 21px;
          padding: 0; }
        .site_footer__inner .menu_contact .footerNavigation &gt; ul &gt; li &gt; a:hover:before {
          opacity: 0; }
        .site_footer__inner .menu_contact .footerNavigation &gt; ul &gt; li &gt; a:before {
          position: absolute;
          content: '';
          width: 25px;
          height: 2px;
          background: #0096c1;
          top: -12px;
          left: 1px;
          transition: all 0.3s ease; }
      .site_footer__inner .menu_contact .footerNavigation &gt; ul {
        padding: 0; }
    .site_footer__inner .menu_contact .contacts_bot {
      width: 100%;
      /*max-width: 171px;*/
      display: inline-block; }
      @media al and (min-width: 1201px) {
    .site_footer__inner .menu_contact .contacts_bot {
      margin-left: auto; } }
      .site_footer__inner .menu_contact .contacts_bot .title {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #000;
        position: relative;
        margin-bottom: 21px; }
      .site_footer__inner .menu_contact .contacts_bot .title:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 2px;
        background: #0096c1;
        top: -12px;
        left: 1px; }
      .site_footer__inner .menu_contact .contacts_bot .mails {
        margin-bottom: 6px; }
      .site_footer__inner .menu_contact .contacts_bot .mails .mail a {
        text-decoration: underline;
        font-family: 'Arial';
        font-size: 13px;
        color: #0e6ab8;
        display: block;
        margin-bottom: 5px; }
        .site_footer__inner .menu_contact .contacts_bot .mails .mail a:hover {
          text-decoration: none; }
      .site_footer__inner .menu_contact .contacts_bot .phones {
        margin-bottom: 10px; }
      .site_footer__inner .menu_contact .contacts_bot .phones .phone a {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
        color: #000;
        font-size: 17px;
        display: block;
        margin-bottom: 5px; }
      .site_footer__inner .menu_contact .contacts_bot .cont_btn {
        background: url('../images/bot_btn_shadow.png') 0 0 no-repeat;
        display: inline-block; }
      .site_footer__inner .menu_contact .contacts_bot .cont_btn a {
        background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%);
        color: #fff;
        font-style: italic;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        padding: 6px 10px;
        border-radius: 4px; }
  .site_footer__inner .bot_part {
    display: flex;
    justify-content: space-between; }
    .site_footer__inner .bot_part .client_copy {
      color: #646464;
      font-size: 12px;
      font-family: 'Open Sans', sans-serif; }
    .site_footer__inner .bot_part .megagroup {
      font-family: 'Open Sans', sans-serif;
      font-size: 12px; }
      .site_footer__inner .bot_part .megagroup a {
        text-decoration: underline;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px; }
      .site_footer__inner .bot_part .megagroup a:hover {
        text-decoration: none; }

.siteContainer {
  margin-top: 25px; }

.h1Wrap h1 {
  text-transform: uppercase;
  margin-top: 10px; }

.contentInner .shop2-sorting-panel .sorting .filterToggle {
  background: url('../images/filt_btn.png') left 15px top 50% no-repeat #f4f4f4;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  padding-right: 30px;
  padding-left: 55px;
  border-radius: 4px;
  letter-spacing: -0.4px;
  font-weight: 700; }
  @media (min-width: 1201px) {
  .contentInner .shop2-sorting-panel .sorting .filterToggle {
    margin-right: 25px; } }

.contentInner .shop2-sorting-panel .sorting {
  padding-left: 0; }

.contentInner .product-list.thumbs {
  padding-left: 0;
  padding-right: 0; }

.contentInner .shop2-sorting-panel .view-shop2 a.thumbs:active span, .contentInner .shop2-sorting-panel .view-shop2 a.thumbs.active-view span {
  background: url('../images/thumbs_active.svg') 0 0 no-repeat; }

.contentInner .shop2-sorting-panel .view-shop2 a.thumbs span {
  background: url('../images/thumbs.svg') 0 0 no-repeat; }

.contentInner .shop2-sorting-panel .view-shop2 a.simple:active span, .contentInner .shop2-sorting-panel .view-shop2 a.simple.active-view span {
  background: url('../images/simple_active.svg') 0 0 no-repeat; }

.contentInner .shop2-sorting-panel .view-shop2 a.simple span {
  background: url('../images/simple.svg') 0 0 no-repeat; }

.contentInner .shop2-sorting-panel .view-shop2 a.pricelist:active span, .contentInner .shop2-sorting-panel .view-shop2 a.pricelist.active-view span {
  background: url('../images/price_active.svg') 0 0 no-repeat; }

.contentInner .shop2-sorting-panel .view-shop2 a.pricelist span {
  background: url('../images/price.svg') 0 0 no-repeat; }

.priceist-header .priceist-header-inner {
  background: #009ac1; }

@media (min-width: 1200px) {
  .contentInner .product-list.thumbs .shop2-product-item {
    width: calc(33% - 10px); } }

.contentInner .product-list.thumbs .shop2-product-item {
  border-radius: 0;
  padding: 10px; }

.contentInner .shop2-pagelist li.page-num.active-num {
  border-color: transparent;
  color: #fff;
  background: #006cc1; }
  .contentInner .shop2-pagelist li.page-num.active-num span {
    color: #fff; }

.contentInner .product-list.thumbs .productFirst .product-label {
  top: -10px;
  left: -10px;
  right: -10px; }

.contentInner .product-list.thumbs .productFirst .product-article {
  border-bottom: 1px solid #dedede; }

.contentInner .product-list.thumbs .productFirst .product-label &gt; div.product-new, .contentInner .product-list.simple .productFirst .product-label &gt; div.product-new, .contentInner .product-list.pricelist .shop2-product-item .productFirst .product-label &gt; div.product-new {
  border-radius: 0;
  background: #15c003;
  text-transform: none;
  font-weight: bold;
  font-family: 'Arial';
  font-size: 13px;
  padding: 3px 10px;
  box-shadow: none; }

.siteWrapper .content .contentInner .product-list.thumbs .productFirst .product-label &gt; div {
  padding: 2px 10px; }

.contentInner .product-list.thumbs .productFirst {
  padding-bottom: 0; }

.contentInner .product-list.thumbs .productFirst .product-label &gt; div.product-spec, .contentInner .product-list.pricelist .shop2-product-item .productFirst .product-label &gt; div.product-spec, .contentInner .product-list.simple .productFirst .product-label &gt; div.product-spec {
  border-radius: 0;
  background: #f45329;
  text-transform: none;
  font-weight: bold;
  font-family: 'Arial';
  font-size: 13px;
  padding: 3px 10px;
  color: #fff;
  box-shadow: none; }

.contentInner .product-list.thumbs .productFirst .product-label &gt; div, .contentInner .product-list.simple .productFirst .product-label &gt; div, .contentInner .product-list.pricelist .productFirst .product-label &gt; div, .contentInner .product-list.pricelist .shop2-product-item .productFirst .product-label &gt; div {
  border-radius: 0;
  background: #f45329;
  text-transform: none;
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  box-shadow: none; }

.contentInner .product-list.thumbs .shop2-product-item:hover {
  border-radius: 0;
  border-color: #eaeaea;
  box-shadow: 1px 18px 9px -11px #dedede; }

.contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom:before {
  display: none; }

.contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom {
  background: #f4f4f4;
  padding: 5px 10px; }

.shop2-pagelist li.page-num a, .shop2-pagelist li.page-num span {
  padding: 0 4.5px; }

.contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom .shop2-pagelist {
  background: none; }

.shop2-pagelist li.page-num a, .shop2-pagelist li.page-num span {
  font-size: 15px;
  font-family: 'Arial';
  border-color: #cdcdcd; }

.contentInner .shop2-sorting-panel .view-shop2 .view_tit {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Arial';
  color: #666;
  display: inline-block; }

.contentInner .shop2-sorting-panel .view-shop2 a {
  width: 20px; }

.contentInner .product-list.thumbs .shop2-product-item:hover .product-raiting {
  display: none !important; }

.contentInner .shop2-sorting-panel .sorting .sort-param {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  background: #fff;
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  font-family: 'Arial';
  min-width: 68px;
  padding-left: 10px;
  padding-right: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative; }
  .contentInner .shop2-sorting-panel .sorting .sort-param:hover {
    text-decoration: none; }
  .contentInner .shop2-sorting-panel .sorting .sort-param:before, .contentInner .shop2-sorting-panel .sorting .sort-param:after {
    display: none; }

.contentInner .shop2-sorting-panel .sorting .sort-param.sort-param-desc, .contentInner .shop2-sorting-panel .sorting .sort-param.sort-param-asc {
  background: #fff;
  color: #000; }
  .contentInner .shop2-sorting-panel .sorting .sort-param.sort-param-desc strong, .contentInner .shop2-sorting-panel .sorting .sort-param.sort-param-asc strong {
    position: absolute;
    right: 8px; }
  .contentInner .shop2-sorting-panel .sorting .sort-param.sort-param-desc strong span, .contentInner .shop2-sorting-panel .sorting .sort-param.sort-param-asc strong span {
    background: url('../images/filt_arr.png') 0 0 no-repeat;
    width: 8px;
    height: 5px;
    transform: rotate(180deg); }

.contentInner .shop2-sorting-panel .sorting .sort-param.sort-param-asc strong span {
  transform: none; }

.contentInner .product-list.thumbs .productLast .product-amount2 .amount-title {
  display: block;
  font-family: 'Arial';
  font-size: 11px;
  color: #999; }

.contentInner .product-list.thumbs .productFirst .product-name {
  padding-bottom: 0; }
  .contentInner .product-list.thumbs .productFirst .product-name a {
    text-decoration: underline;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    color: #0085c1;
    font-weight: bold; }
  .contentInner .product-list.thumbs .productFirst .product-name a:hover {
    text-decoration: none; }

.contentInner .product-list.thumbs .productLast .product-bot {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding-bottom: 0;
  justify-content: flex-end; }
  .contentInner .product-list.thumbs .productLast .product-amount2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede; }

.contentInner .product-list.thumbs .productLast .product-amount2 button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  background-image: linear-gradient(#f8f8f8, #ddd);
  outline: none;
  text-shadow: #fff 0 1px 0;
  font-family: 'Arial';
  font-size: 24px;
  line-height: 21px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }

.contentInner .product-list.thumbs .productLast .product-amount2 button.amount-minus, .contentInner .product-list.thumbs .productLast .product-amount2 button.amount-plus {
  background-image: linear-gradient(#f8f8f8, #ddd); }

.site-main .content .contentInner .product-list.thumbs .productLast .product-amount2 input[type='text'] {
  border: 1px solid;
  border-color: #abadb3 #dbdfe6 #e3e9ef;
  color: 666;
  font-size: 12px;
  font-family: 'Arial';
  width: 32px;
  height: 20px;
  border-radius: 0 0 3px 3px;
  margin: 0 4px; }

.contentInner .product-list.thumbs .productMiddle {
  padding-bottom: 0; }

.contentInner .product-list.thumbs .productMiddle .product-options &gt; li {
  padding: 6px 0; }

.contentInner .product-list.thumbs .productLast .product-amount2 .shop2-product-amount {
  width: auto;
  height: auto;
  border: none;
  display: flex;
  align-items: center;
  padding: 6px 0; }

.contentInner .product-list.thumbs .productMiddle .product-options .option-title {
  padding: 0; }

.contentInner .product-list.thumbs .productLast .product-price .price-old.question {
  color: #898989;
  font-size: 14px;
  font-family: 'Arial';
  text-decoration: none;
  position: relative;
  padding: 0;
  background: none;
  display: inline-block; }
  .contentInner .product-list.thumbs .productLast .product-price .price-old.question:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #d85a4d;
    top: 50%; }
  .contentInner .product-list.thumbs .productLast .product-price .price-old.question:after {
    content: '';
    width: 14px;
    height: 13px;
    position: absolute;
    background: url(../images/quest.png) 49% 50% no-repeat #b3b3b3;
    border-radius: 100%;
    top: 0;
    right: -20px; }

.contentInner .product-list.thumbs .productLast .product-price .price-current {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Arial'; }
  .contentInner .product-list.thumbs .productLast .product-price .price-current strong {
    font-size: 18px;
    font-weight: bold; }

.contentInner .product-list.thumbs .productLast .product-amount2 .shop2-product-amount.showButtons {
  width: auto; }

.shop-cart-title {
  background: #006ec1;
  border-radius: 0; }

.contentInner .product-list.thumbs .productLast .product-price {
  display: inline-block;
  padding: 13px 0;
  padding-bottom: 0; }
  .contentInner .product-list.thumbs .productLast .product-price .price_wrap {
    display: inline-block;
    vertical-align: middle; }
  .contentInner .product-list.thumbs .productLast .product-price .shop2-product-btn {
    display: inline-block;
    width: 92px;
    height: 29px;
    line-height: 29px;
    background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%);
    float: right; }
  .contentInner .product-list.thumbs .productLast .product-price .shop2-product-btn.onrequest span {
    padding: 0; }
    .contentInner .product-list.thumbs .productLast .product-price .shop2-product-btn.onrequest span:before {
      display: none; }
  .contentInner .product-list.thumbs .productLast .product-price .shop2-product-btn span {
    height: auto;
    line-height: 29px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-right: 0; }
    .contentInner .product-list.thumbs .productLast .product-price .shop2-product-btn span:before {
      position: absolute;
      content: '';
      width: 15px;
      height: 12px;
      top: calc(50% - 6px);
      left: 11px;
      background: url(../images/main_bl_btn.png) 0 0 no-repeat; }

.contentInner .product-list.thumbs .productMiddle .product-options .option-title, .contentInner .product-list.thumbs .productFirst .product-article, .contentInner .product-list.thumbs .productMiddle .product-options .option-body {
  font-size: 10px;
  color: #999;
  font-family: 'Arial'; }

.side_action_bl {
  margin-top: 30px; }
  .side_action_bl__title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px; }
  .side_action_bl__img {
    width: 206px;
    height: 190px;
    margin-bottom: 16px; }
  .side_action_bl__img img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .side_action_bl__text {
    font-style: italic;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    color: #434343;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px; }

.shop2-collection-wrapper {
  padding: 0;
  border: none; }

.content .contentInner.contentInnerProduct {
  padding: 0; }

.contentInner .shop2-collection-header, .contentInner .shop2-product-folders-header {
  text-align: center;
  color: #373c3f;
  font-size: 18px;
  font-family: 'Arial';
  font-weight: normal; }

.productImages .itemImage a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.productImages .owl-stage-outer {
  border-radius: 0; }

.content .shop2-product .flagsWrap {
  top: 0;
  right: 0;
  left: 0; }
  .content .shop2-product .flagsWrap .newLabel {
    color: #fff;
    background: #15c003;
    border-radius: 0;
    font-weight: bold;
    font-family: 'Arial';
    font-size: 13px;
    text-transform: none;
    box-shadow: none; }
  .content .shop2-product .flagsWrap .specLabel {
    background: #f45329;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    font-family: 'Arial';
    font-size: 13px;
    text-transform: none;
    box-shadow: none; }
  .content .shop2-product .flagsWrap div {
    border-radius: 0;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    font-family: 'Arial';
    font-size: 13px;
    text-transform: none;
    box-shadow: none; }

#shop2-cart .shop2-cart-product .cart-delete a {
  background: url('../images/cart_delete_btn.png') 0 0 no-repeat;
  width: 15px;
  height: 15px;
  border-radius: 0; }

#shop2-cart .shop2-cart-product .cart-total-price, #shop2-cart .shop2-cart-product .cart-price {
  color: #303030;
  font-size: 14px;
  font-family: 'Arial';
  font-weight: bold;
  text-align: center; }

#shop2-cart .shop2-cart-product .cart-amount input {
  width: 50px;
  height: 50px;
  color: #666;
  font-size: 16px;
  font-family: 'Arial';
  font-weight: normal; }

#shop2-cart .shop2-cart-product .cart-product {
  padding: 0 10px; }

#shop2-cart .shop2-cart-product .cart-product .cart-product-image {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 90px;
  height: 90px; }

.shop-cart-title div {
  padding: 5px 20px;
  font-size: 13px;
  color: #fff;
  font-family: 'Arial'; }

#shop2-cart .shop2-cart-product .cart-product .cart-product-name a {
  text-decoration: underline;
  color: #0089d0;
  font-size: 13px;
  font-family: 'Arial'; }
  #shop2-cart .shop2-cart-product .cart-product .cart-product-name a:hover {
    text-decoration: none; }

#shop2-cart .shop2-btn.shop2-cart-clear, #shop2-cart .shop2-btn.shop2-cart-update {
  text-transform: unset;
  color: #303030;
  font-size: 13px;
  font-family: 'Arial';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e0e0e0 100%);
  font-weight: normal;
  box-shadow: none;
  border: 1px solid #cdcdcd;
  min-width: 0;
  padding: 5px 10px; }
  #shop2-cart .shop2-btn.shop2-cart-clear:hover, #shop2-cart .shop2-btn.shop2-cart-update:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e0e0e0 100%);
    color: #303030; }

.shop-cart-total li:first-child .shop-cart-total-in {
  border-top: none; }

.shop-cart-total .shop-cart-total-title {
  text-transform: none; }

.shop-cart-total li {
  justify-content: flex-end; }

.shop-cart-total {
  max-width: 100%; }

.shop-cart-total .shop2-coupon input[type='text'] {
  color: #000;
  font-size: 15px;
  font-family: 'Arial'; }

.shop-cart-total .shop2-coupon .coupon-body {
  box-shadow: 0 0px 0px 8px #a2ff00;
  border-radius: 0;
  border: none;
  background: #a2ff00; }

.shop-cart-total .shop2-coupon input[type='text'] {
  border-radius: 3px 0 0 3px;
  border: 1px solid #cfcfcf;
  border-right: none;
  background: #fff; }

.shop-cart-total .shop2-coupon .coupon-btn.shop2-btn {
  border-radius: 0 3px 3px 0;
  border: 1px solid #cfcfcf;
  border-left: none;
  background: url('../images/coupon_arrow.png') 50% 50% no-repeat #fff;
  clip-path: polygon(0% 0%, 81% 0%, 100% 50%, 81% 100%, 0% 100%);
  transition: all 0.3s ease;
  position: relative; }
  .shop-cart-total .shop2-coupon .coupon-btn.shop2-btn:before {
    height: 1px;
    width: 40px;
    content: '';
    position: absolute;
    background: #cfcfcf;
    transform: rotate(64deg);
    top: 8px; }
  .shop-cart-total .shop2-coupon .coupon-btn.shop2-btn:after {
    height: 1px;
    width: 40px;
    content: '';
    position: absolute;
    background: #cfcfcf;
    transform: rotate(-64deg);
    bottom: 8px; }
  .shop-cart-total .shop2-coupon .coupon-btn.shop2-btn:hover {
    background-position: 60% 50%; }

.shop-cart-total .shop2-coupon {
  position: relative; }
  .shop-cart-total .shop2-coupon:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 14px;
    background: #fff;
    top: 1px;
    right: -16px;
    transform: rotate(64deg); }
  .shop-cart-total .shop2-coupon:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 14px;
    background: #fff;
    bottom: 1px;
    right: -16px;
    transform: rotate(-64deg); }

.shop-cart-total .shop2-coupon-wr, .shop-cart-total .shop-cart-total-left {
  flex: auto;
  max-width: 342px;
  margin-right: auto; }

.shop-cart-total .shop-cart-total-in {
  flex: 0 0 285px;
  justify-content: space-between; }

.shop-cart-total .shop-cart-total-title {
  max-width: 145px;
  text-align: right; }

.shop-cart-total li:last-child .shop-cart-sum, .shop-cart-total .shop-cart-sum {
  color: #303030;
  font-size: 18px;
  font-family: 'Arial';
  font-weight: 600; }
  .shop-cart-total li:last-child .shop-cart-sum strong, .shop-cart-total .shop-cart-sum strong {
    font-weight: 600; }

.shop-cart-total .shop-cart-total-title {
  color: #666;
  font-family: 'Arial';
  font-size: 14px; }

.content .shop2-cart-registration .cell-l {
  border: none;
  padding: 40px 65px;
  background: #007ac1;
  border-radius: 2px;
  margin-left: 5px; }
  .content .shop2-cart-registration .cell-l .form-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 900; }

.content .shop2-cart-registration form.form-registration .registration-field input[type='text'], .content .shop2-cart-registration form.form-registration .registration-field input[type='password'] {
  background: none;
  color: #fff;
  border-color: #3395cd; }
  .content .shop2-cart-registration form.form-registration .registration-field input[type='text']::placeholder, .content .shop2-cart-registration form.form-registration .registration-field input[type='password']::placeholder {
    color: #fff; }

.content .shop2-cart-registration form.form-registration button.shop2-btn {
  background: #efefef;
  color: #007ac1;
  border: 1px solid #cdcdcd;
  box-shadow: none;
  text-transform: none; }
  .content .shop2-cart-registration form.form-registration button.shop2-btn:hover {
    background: #efefef;
    color: #007ac1;
    box-shadow: none; }

.content .shop2-cart-registration .cell-l .shop2-forgot-password a {
  color: #fff;
  text-decoration: underline; }
  .content .shop2-cart-registration .cell-l .shop2-forgot-password a:hover {
    text-decoration: none; }

.content .shop2-cart-registration .cell-r {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  padding: 40px;
  background: #fff; }
  .content .shop2-cart-registration .cell-r .discount-title {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500; }
  .content .shop2-cart-registration .cell-r .discount-text {
    font-size: 13px;
    font-family: 'Arial';
    color: #4c4c4c;
    text-align: left; }
  .content .shop2-cart-registration .cell-r .shop2-btn {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Arial';
    border: 1px solid #cdcdcd;
    box-shadow: none;
    color: #000; }

.content .shop2-cart-registration .cell-r .register a {
  text-decoration: underline;
  color: #007ac1;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif; }
  .content .shop2-cart-registration .cell-r .register a:hover {
    text-decoration: none; }

.content .shop2-cart-registration {
  margin-bottom: 65px; }

.shop-cart-total .shop2-coupon .coupon-id .coupon-code {
  font-size: 12px;
  font-family: 'Arial';
  color: #797878; }
  .shop-cart-total .shop2-coupon .coupon-id .coupon-code .used_cod {
    font-size: 13px;
    color: #323232; }

.site-path {
  white-space: normal; }

.company .companyName span, .company .companyName a {
  font-size: 34px;
  color: #006ec1;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 1024px) {
    .company .companyName span, .company .companyName a {
      font-size: 24px; } }

.siteContainer.folder {
  margin-top: 24px; }

.site-path span {
  font-size: 11px; }

.h1Wrap.h1WrapFolder h1 {
  font-size: 26px; }

.contentInner .shop2-sorting-panel .sorting .sort-reset {
  padding: 6px 30px 10px 5px;
  background: none;
  position: relative; }
  .contentInner .shop2-sorting-panel .sorting .sort-reset ins {
    border-bottom: 1px dashed #b2b2b2; }
  .contentInner .shop2-sorting-panel .sorting .sort-reset:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 14px;
    background: url('../images/filt_reset.png') 0 0 no-repeat;
    right: 12px;
    top: calc(50% - 7px); }

.shop-cart-total .shop2-coupon .coupon-id .coupon-delete {
  width: 15px;
  height: 15px;
  background: url('../images/coupon_del.png') 0 0 no-repeat; }

.productImages .owl-stage-outer {
  border-radius: 4px; }

.content .shop2-product .form-add .product-price {
  line-height: 1; }

.content .shop2-product .form-add .product-amount {
  padding-bottom: 17px; }

.buy-one-click {
  margin-top: 6px; }

.productImages .owl-dot {
  height: 5px;
  width: 36px; }

.contentInner .kind-details {
  padding-top: 10px; }

.contentInner .shop2-collection-header, .contentInner .shop2-product-folders-header {
  padding-bottom: 13px; }

.contentInner .shop2-product-data {
  padding-bottom: 20px; }

.content .shop2-product .form-add .product-price .price-old span {
  text-decoration: none;
  font-family: 'Arial';
  color: #9a9a9a;
  font-size: 18px;
  position: relative; }
  .content .shop2-product .form-add .product-price .price-old span:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #f7594b;
    top: 50%; }

.contentInner .shop2-product-btn.type-3.buy {
  box-shadow: none; }

.contentInner .product-list.simple .shop2-product-item, .priceist-header .priceist-header-inner {
  border-radius: 0; }

.contentInner .product-list.thumbs .productMiddle .product-options {
  box-shadow: none; }

@media (min-width: 1201px) {
  .priceist-header, .contentInner .product-list.pricelist {
    padding-left: 0; }

  .contentInner .product-list.simple .productFirst .product-label {
    top: -20px;
    left: -20px;
    right: -30px; }

  .contentInner .shop2-sorting-panel.shop2-sorting-panel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    .contentInner .shop2-sorting-panel.shop2-sorting-panel-top:after {
      display: none; }
    .contentInner .shop2-sorting-panel.shop2-sorting-panel-top .contentInner .shop2-sorting-panel .view-shop2 {
      float: none;
      height: 15px; }

  .contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom .shop2-pagelist {
    padding-right: 7px; }

  .contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom {
    box-sizing: border-box;
    max-width: 720px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .contentInner .product-list.thumbs {
    padding-top: 29px; }

  .h1Wrap.h1WrapProduct h1.product {
    margin-top: -5px;
    margin-bottom: 16px; }

  .contentInner .shop2-sorting-panel .view-shop2 a.thumbs:active span, .contentInner .shop2-sorting-panel .view-shop2 a.thumbs.active-view span, .contentInner .shop2-sorting-panel .view-shop2 a.simple:active span, .contentInner .shop2-sorting-panel .view-shop2 a.simple.active-view span, .contentInner .shop2-sorting-panel .view-shop2 a.pricelist:active span, .contentInner .shop2-sorting-panel .view-shop2 a.pricelist.active-view span, .contentInner .shop2-sorting-panel .view-shop2 a.simple span, .contentInner .shop2-sorting-panel .view-shop2 a.thumbs span, .contentInner .shop2-sorting-panel .view-shop2 a.pricelist span {
    background-position: center; }

  .contentInner .shop2-sorting-panel .view-shop2 {
    display: flex;
    align-items: center;
    padding-right: 49px; }

  .siteContainer {
    padding-bottom: 5px; }

  .content .contentInner {
    padding: 0; }

  .siteContainer.main {
    margin-top: 9px; }

  .main-product-list {
    margin-right: -16px; }

  .contentInner .shop2-main-header.shop2-main-spec, .contentInner .shop2-main-header.shop2-main-new, .contentInner .shop2-main-header.shop2-main-header-slider {
    margin-bottom: 6px; }

  .contentInner .shop2-main-header.shop2-main-spec .slide_arrow, .contentInner .shop2-main-header.shop2-main-new .slide_arrow, .contentInner .shop2-main-header.shop2-main-header-slider .slide_arrow {
    margin-left: 22px; }

  .contentInner .shop2-main-header.shop2-main-header-slider .next, .contentInner .shop2-main-header.shop2-main-header-slider .prev {
    margin-left: 0;
    margin-right: 0; }

  .vendors_slide__inner button.slick-next {
    right: -27px; }

  .vendors_slide__inner button.slick-prev {
    left: -27px; }

  .main_menu_wrap &gt; ul {
    padding-right: 20px; }

  .siteHeader {
    margin-bottom: 13px; }

  .siteHeaderInner {
    max-width: 1010px; }

  .headerBottom {
    align-items: flex-start; }

  .headerBottom {
    padding-right: 16px;
    padding-bottom: 7px; }

  .company {
    flex: auto;
    width: 100%;
    max-width: 308px; } }

.company .companyDescription {
  color: #989898;
  font-size: 12px;
  font-family: 'Arial'; }

.shop2-collection-wrapper .owl-nav &gt; div.owl-next, .shop2-collection-wrapper .owl-nav &gt; div.owl-prev {
  background-color: #006ec1; }

.tpl-form.tpl-auth .tpl-button2 {
  box-shadow: none; }

.tpl-form.tpl-auth .register-right {
  background: #f0f5f8; }

.content .shop2-product .product-details .product-options &gt; li:nth-child(odd) {
  border-radius: 3px; }

.content .shop2-product .form-add {
  border-radius: 0; }

@media (min-width: 1201px) {
  .contentInner .product-list.thumbs .shop2-product-item {
    width: calc(33% - 30px);
    margin-right: 30px;
    margin-bottom: 30px; }

  .contentInner .product-list.thumbs {
    margin-right: -18px; }

  .content .shop2-product .product-side-l {
    width: 100%;
    flex: auto;
    max-width: 410px; } }

.site-main.main {
  max-width: 980px; }

.buy-one-click-form-wr button {
  box-shadow: none; }

.shop-cart-total .shop2-coupon input[type='text'] {
  margin-right: -1px; }

@media (max-width: 1024px) {
  .shop2-collection-wrapper .shop2-group-kinds {
    margin-bottom: 20px; }

  .main_menu_wrap {
    display: none; }

  .siteHeader {
    background: #fff; }

  .shopElements .totalCount {
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    line-height: 13px;
    border-radius: 100%; }

  .cart .totalSum {
    color: #000; }

  .shopElements .cartIcon {
    box-shadow: none; }

  .delivery_search .inner .del_wrap a {
    color: #006ec1; }

  .delivery_search .search .search-form {
    display: none; }

  .contacts, .delivery_search .search, .mobileFolderButton {
    display: none; }

  .delivery_search {
    margin-right: 20px;
    margin-left: 20px; }

  .company {
    flex: 1; }

  .delivery_search .inner .del_wrap {
    margin-bottom: 0; }

  .contentInner .shop2-main-header.shop2-main-spec, .contentInner .shop2-main-header.shop2-main-new, .contentInner .shop2-main-header.shop2-main-header-slider {
    text-align: left; }

  .main-product-list {
    border: none; }

  .headerNavigation .navigationButton {
    background: url('../images/menu_ico.svg') 50% 50% no-repeat; }

  .shopElements .searchIcon {
    background: url('../images/search_ico.svg') 50% 50%/contain no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 30px; }

  .foldersWrapper {
    font-size: 16px; }
    .foldersWrapper .folderTitle {
      color: #555;
      padding: 20px;
      padding-left: 30px; }
    .foldersWrapper .foldersMenu li a {
      position: relative;
      display: block;
      padding: 20px 60px 19px 30px;
      text-decoration: none;
      color: #555;
      border-bottom: 1px solid #d8d8d8; }
      .foldersWrapper .foldersMenu li a span {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 60px;
        display: block;
        background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M10%2020a10%2010%200%201%201%200-20%2010%2010%200%200%201%200%2020zm0-1a9%209%200%201%200%200-18%209%209%200%200%200%200%2018zm1.38-8.71L8.19%207.1a.65.65%200%200%201%200-.91.65.65%200%200%201%20.91%200l3.65%203.65c.13.12.19.29.19.45%200%20.17-.07.33-.19.45L9.1%2014.4a.64.64%200%200%201-.91-.01.65.65%200%200%201%200-.91z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

  .siteContainer .siteContainerInner .site-sidebar {
    display: none; }

  .site-main {
    width: 100%;
    max-width: 100%; }

  .contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .contentInner .product-list.thumbs .shop2-product-item:nth-child(3n) {
    width: 33.4%;
    margin-right: 0; }

  .side_action_bl, .contentInner .product-list.thumbs .productLast .product-raiting {
    display: none; }

  .contentInner .shop2-filter .table-filter-param input[type='text'], .sidePanelWrap .shop2-filter .table-filter-param input[type='text'] {
    width: 108px; }

  .contentInner .shop2-sorting-panel .view-shop2 {
    height: 15px;
    padding-right: 0; }

  .contentInner .shop2-sorting-panel.shop2-sorting-panel-top .sorting {
    padding-right: 0; }

  .headerBottom {
    padding-bottom: 0; }

  .siteContainer {
    margin-top: 0; } }

.contentInner .product-list.thumbs .productLast .product-price .shop2-product-btn.onrequest:before {
  display: none; }

.contentInner .shop2-sorting-panel.shop2-sorting-panel-top:before {
  display: none; }

@media (max-width: 960px) {
  .content .contentInner.contentInnerCart &gt; p {
    padding: 0 10px; }

  .h1Wrap.h1WrapProduct h1 {
    font-size: 20px; }

  .content .shop2-product .flagsWrap div {
    margin-bottom: 5px; }

  .shop2-product-accordion, .shop2-collection-wrapper {
    padding: 0 10px; }

  .contentInner .product-list.thumbs {
    padding-left: 10px;
    padding-right: 10px; }

  .content .contentInner {
    padding: 0;
    box-sizing: border-box; }

  .site-main.main {
    width: auto; }

  .contentInner .shop2-main-header.shop2-main-spec, .contentInner .shop2-main-header.shop2-main-new, .contentInner .shop2-main-header.shop2-main-header-slider {
    margin-left: 0;
    margin-right: 0; }

  .main-product-list {
    margin-left: 10px;
    margin-right: -20px; }

  .main-product-list .product-bot {
    flex-wrap: wrap; }

  .main-product-list .product-price {
    margin-bottom: 5px; }

  .action_block__left .big_img {
    display: none; }

  .action_block__inner {
    display: flex; }

  .action_block__left .small_img_wrap {
    flex-direction: column; }

  .content .shop2-product .product-side-wr, .content .contentInner {
    padding: 0 10px; }

  .site_footer {
    margin-top: 30px; } }

@media (max-width: 768px) {
  .main-product-list .shop2-product-item {
    margin-right: 10px; }
    .main-product-list .shop2-product-item:last-child {
      margin-right: 0; }

  .main-product-list {
    margin-right: 5px; }

  .action_block__left {
    width: 100%; }

  .action_block__right .wrap .text {
    padding: 20px; }

  .main-product-list {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 640px) {
  .action_block__inner {
    flex-direction: column; }

  .action_block__right {
    margin-left: 0; }

  .action_block__left .small_img_wrap .text_wrap {
    margin-top: 20px;
    margin-bottom: 20px; }

  .action_block__right {
    width: 100%; }

  .action_block__right .wrap {
    flex-direction: row; }

  .contentInner .product-list.thumbs .shop2-product-item:nth-child(3n) {
    width: calc(50% - 10px);
    margin-right: 10px; }

  .contentInner .product-list.thumbs {
    margin-right: -10px; }

  #shop2-cart .shop2-cart-product .cart-delete a {
    border: none;
    background: none;
    height: auto;
    width: auto; }

  .shop-cart-total .shop2-coupon-wr.show {
    box-shadow: none; }

  .shop-cart-total .shop2-coupon {
    background: none; }

  .shop-cart-total .shop2-coupon:before, .shop-cart-total .shop2-coupon:after {
    display: none; }

  .shop-cart-total .coupon-button {
    position: absolute; }

  .shop-cart-total .shop2-coupon .coupon-id .coupon-code .used_cod {
    height: 21px; }

  #shop2-cart .shop2-cart-product .cart-product {
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .content .shop2-cart-registration .cell-l {
    padding: 20px;
    margin-left: 0; }

  .contentInner .product-list.thumbs .shop2-product-item:nth-child(3n) {
    width: 100%; }

  .contentInner .product-list.thumbs .productMiddle .product-options .option-title {
    flex: 0 50%; }

  .contentInner .product-list.thumbs {
    margin-right: 0px; }

  .contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom {
    flex-direction: column; }
    .contentInner .shop2-sorting-panel.shop2-sorting-panel-bottom .sorting {
      width: 100%; }

  .contentInner .shop2-sorting-panel .view-shop2 {
    width: 100%;
    background: none; }

  .main-product-list .shop2-product-item {
    margin-right: 0px; }

  .delivery_search {
    margin-top: 10px;
    margin-bottom: 20px; }

  .headerTop {
    padding-right: 10px; }

  .shopElements .searchIcon {
    margin-right: 20px; }

  .action_block__left .small_img_wrap .small_img {
    width: 100%; }

  .action_block__left .small_img_wrap .text_wrap .title {
    font-size: 32px; }

  .action_block__left .small_img_wrap .text_wrap .text {
    font-size: 20px; }

  .action_block__right .wrap {
    flex-direction: column; }

  .site_footer__inner .menu_contact .footerNavigation {
    width: 100%; }

  .sidePanelWrap .menuPanel .contacts_bot {
    margin-left: 20px;
    margin-right: 20px;
    order: 4; }
    .sidePanelWrap .menuPanel .contacts_bot .mail .link {
      color: #006ec1;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif; }
      .sidePanelWrap .menuPanel .contacts_bot .mail .link:hover {
        text-decoration: none; }
    .sidePanelWrap .menuPanel .contacts_bot .phone {
      margin-top: 10px; }
      .sidePanelWrap .menuPanel .contacts_bot .phone .link {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        text-decoration: none; }
    .sidePanelWrap .menuPanel .contacts_bot .cont_btn {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px; }
      .sidePanelWrap .menuPanel .contacts_bot .cont_btn .btn {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        box-sizing: border-box;
        padding: 10px 15px;
        background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%);
        text-decoration: none;
        border-radius: 5px; }

  .site_footer__inner .bot_part {
    flex-direction: column;
    align-items: center; }

  .site_footer__inner .bot_part .client_copy {
    margin-bottom: 10px; }

  .contentInner .shop2-filter .table-filter-param input[type='text'], .sidePanelWrap .shop2-filter .table-filter-param input[type='text'] {
    width: 79px; } }

@media (min-width: 1025px) {
  .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu li a {
    padding-right: 20px; }

  .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu &gt; li.has_child &gt; a {
    position: relative; }
    .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu &gt; li.has_child &gt; a:before {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      background: url('../images/menu_child.svg') 0 0/contain no-repeat;
      right: 10px;
      top: calc(50% - 8px);
      transform: rotate(90deg);
      left: auto !important;
      transition: all 0.3s ease; }
    .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu &gt; li.has_child &gt; a.activated:hover:before {
      background: url('../images/menu_child_open.svg') 0 0/contain no-repeat; }
    .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu &gt; li.has_child &gt; a:hover:before {
      background: url('../images/menu_child_white.svg') 0 0/contain no-repeat; }
    .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu &gt; li.has_child.opened &gt; a:before {
      background: url('../images/menu_child_open.svg') 0 0/contain no-repeat;
      transform: rotate(180deg); }
    .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu &gt; li.has_child.opened &gt; a.activated:before {
      background: url('../images/menu_child_open.svg') 0 0/contain no-repeat;
      transform: rotate(180deg); }
    .siteContainer .siteContainerInner .site-sidebar .foldersWrapper .foldersMenu &gt; li.has_child &gt; a.activated:before {
      background: url('../images/menu_child_open_black.svg') 0 0/contain no-repeat;
      transform: rotate(180deg); } }

.siteHeader {
  z-index: 99; }

.contentInner .product-list.pricelist .shop2-product-item .productLast .shop2-product-btn {
  flex: auto;
  width: auto;
  background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%); }

.contentInner .product-list.simple .productLast .shop2-product-btn {
  background: linear-gradient(90deg, #009fc1 0%, #006cc1 100%); }

.contentInner .product-list.simple .productLast .shop2-product-btn.onrequest:before, .contentInner .product-list.pricelist .shop2-product-item .productLast .shop2-product-btn.onrequest:before {
  display: none; }

input, textarea {
  outline: none !important;
  max-width: 100% !important;
  box-sizing: border-box; }

.shopElements .totalCount {
  width: auto;
  min-width: 21px;
  max-width: 31px;
  box-sizing: border-box;
  text-align: center; }

@media (min-width: 375px) {
  .g-form-control-text, .g-form-control-textarea {
    width: 262px !important; } }

@media (max-width: 374px) {
  .g-form-control-text, .g-form-control-textarea {
    width: 270.03px !important;
    box-sizing: border-box !important; } }

.content .contentInner &gt; form &gt; a {
  font-size: 13px; }

.company .companyDescription {
  margin-top: 5px; }

.social {
  margin-top: 10px;
  margin-bottom: 20px; }
  .social .soc_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 180px; }
  .social .soc_wrap a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px; }
    .social .soc_wrap a img {
      max-width: 100%;
      max-height: 100%;
      min-height: 100%;
      min-width: 100%; }

@media (max-width: 640px) {
  .action_block__left .small_img_wrap .small_img {
    margin-right: 0; } }
</pre></body></html>