 

html, body {
  line-height: 1.4; 
  color: #333;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden; }

.content {
  font-size: 14px; }
  .content ul, .content ol {
    padding-left: 40px;
    padding-bottom: 10px; }
  .content ol {
    list-style-type: decimal; }
  .content ul {
    list-style-type: disc; }
  .content p {
    padding-bottom: 10px; }
  .content a {
    text-decoration: underline; }
    .content a:hover {
      opacity: 0.8; }
  .content img {
    padding: 10px; }
  .content h1, .content h2, .content h3, .content h4, .content h5 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold; }
  .content h1 {
    font-size: 32px; }
  .content h2 {
    font-size: 26px; }
  .content h3 {
    font-size: 22px; }
  .content h4 {
    font-size: 18px; }
  .content .content_reset {
    font-size: 16px; }
    .content .content_reset ul, .content .content_reset ol {
      padding-bottom: 0px;
      padding-left: 0px;
      list-style-type: none; }
    .content .content_reset p {
      padding-bottom: 0px; }
    .content .content_reset a {
      text-decoration: none; }
      .content .content_reset a:hover {
        opacity: 1; }
    .content .content_reset img {
      padding: 0px; }
    .content .content_reset h1, .content .content_reset h2, .content .content_reset h3, .content .content_reset h4, .content .content_reset h5 {
      font-size: inherit;
      padding-top: 0px;
      padding-bottom: 0px;
      font-weight: inherit; }
    .content .content_reset .content {
      font-size: 14px; }
      .content .content_reset .content ul, .content .content_reset .content ol {
        padding-left: 40px;
        padding-bottom: 10px; }
      .content .content_reset .content ol {
        list-style-type: decimal; }
      .content .content_reset .content ul {
        list-style-type: disc; }
      .content .content_reset .content p {
        padding-bottom: 10px; }
      .content .content_reset .content a {
        text-decoration: underline; }
        .content .content_reset .content a:hover {
          opacity: 0.8; }
      .content .content_reset .content img {
        padding: 10px; }
      .content .content_reset .content h1, .content .content_reset .content h2, .content .content_reset .content h3, .content .content_reset .content h4, .content .content_reset .content h5 {
        padding-top: 15px;
        padding-bottom: 10px;
        font-weight: bold; }
      .content .content_reset .content h1 {
        font-size: 32px; }
      .content .content_reset .content h2 {
        font-size: 26px; }
      .content .content_reset .content h3 {
        font-size: 22px; }
      .content .content_reset .content h4 {
        font-size: 18px; }

.pt0 {
  padding-top: 0px !important; }

.grey {
  background-color: #eee; }

.white {
  background-color: #fff; }

.black {
  background-color: #333;
  color: #fff; }

.line_center {
  align-items: center; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border: 1px solid #eee;
  padding: 5px 10px;
  resize: vertical; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
    color: #999; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #999; }

/*header-start*/
.header {
  padding: 15px 25px !important; }

.logo {
  text-align: center; }
  .logo img {
    max-width: 100%;
  }
  .logo a {
    transition: all 0.1s ease-in-out;
    display:block;
  }
    .logo a:hover {
      opacity: 0.8; }

.tagline {
  font-size: 13px;
  color: #999; }

.search_input_parent {
  display: flex;
  position: relative; }
  .search_input_parent .search_input {
    height: 40px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #eee; }
    .search_input_parent .search_input:focus {
      border: 1px solid #eee; }
    .search_input_parent .search_input::placeholder {
      color: #999; }
  .search_input_parent .search_submit {
    position: absolute;
    right: 0px;
    height: 40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    color: #999;
    transition: all 0.1s ease-in-out;
    background-color: #eee;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    .search_input_parent .search_submit:hover {
      color: #333; }

.header_block {
  padding: 0px 10px !important; }
  .header_block:first-of-type {
    padding-left: 0px !important; }
  .header_block:last-of-type {
    padding-right: 0px !important; }

.header_info {
  text-align: right; }
  .header_info .adress {
    font-size: 14px; }
  .header_info .small_adress {
    font-size: 12px; }

.phone_and_feedback_parent {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .phone_and_feedback_parent i.with_circle {
    position: relative;
    color: white;
    z-index: 1;
    font-size: 15px;
    transform: rotate(90deg); }
    .phone_and_feedback_parent i.with_circle:after {
      content: '';
      width: 30px;
      height: 30px;
      background-color: #222021;
      position: absolute;
      border-radius: 50%;
      left: -7px;
      top: -7px;
      z-index: -1; }

.phone_and_feedback {
  padding-left: 25px; }
  .phone_and_feedback .phone {
    font-weight: bold;
    font-size: 18px;
    transition: all 0.1s ease-in-out; }
    .phone_and_feedback .phone:hover {
      color: #222021; }
  .phone_and_feedback .feedback {
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: underline;
    transition: all 0.1s ease-in-out; }
    .phone_and_feedback .feedback:hover {
      color: #222021; }

/*nav-start*/
.nav_parent {
  box-shadow: 0px 5px 10px -5px RGBA(0, 0, 0, 0.5);
  position: relative;
  z-index: 15; }

a.catalog_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  height: 100%;
  transition: all 0.1s ease-in-out; }
  a.catalog_link i {
    padding-left: 15px;
    font-size: 18px; }
  a.catalog_link:hover {
    background-color: #505050; }
  a.catalog_link.active {
    background-color: #505050; }

@media (min-width: 992px) {
  .nav_list ul {
    padding-left: 25px;
    display: flex;
    align-items: center; }
    .nav_list ul li a {
      padding: 15px 5px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px;
      transition: all 0.1s ease-in-out; }
      .nav_list ul li a:hover {
        color: #222021; }
      .nav_list ul li a.active {
        color: #222021; } }

.user_parent {
  position: relative; }

.user_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 100%;
  transition: all 0.1s ease-in-out; }
  .user_link:hover {
    background-color: #505050; }
  .user_link i {
    padding-right: 15px; }

.user_links a {
  display: inline-block;
  padding: 0px 10px 0px 5px;
  position: relative;
  transition: all 0.1s ease-in-out; }
  .user_links a:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0; }
  .user_links a:first-of-type {
    padding-left: 0px; }
  .user_links a:last-of-type {
    padding-right: 0px; }
    .user_links a:last-of-type:after {
      content: none; }
  .user_links a:hover {
    color: #222021; }

.user_links_parent {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0px 2px 10px -3px RGBA(0, 0, 0, 0.5);
  background-color: #fff;
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  border-top: 5px solid #222021;
  white-space: nowrap;
  transition: all 0.2s ease-in-out; }
  .user_links_parent.show {
    opacity: 1;
    visibility: visible; }

.user_links_close {
  color: #999;
  opacity: 0.8;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin-left: 25px; }
  .user_links_close:hover {
    opacity: 1; }

.user_links {
  text-align: center; }

/*nav-end*/
/*header-end*/
/*index-main-start*/
.page_content_line {
  padding: 0px 25px !important;
  background-color: #fff;
  padding-bottom: 25px !important; }

/*left-nav-start*/
@media (min-width: 992px) {
  .left_nav {
    margin-bottom: 25px;
    border: 1px solid #eee;
    border-top: 0px; }
    .left_nav .mndb {
      display: none; }
    .left_nav > ul > li {
      position: relative; }
      .left_nav > ul > li:last-of-type > a {
        border-bottom: 0px; }
      .left_nav > ul > li > a {
        font-size: 14px;
        padding: 10px 40px 10px 15px;
        background-color: #f5f5f5;
        display: block;
        border-bottom: 1px solid #eee;
        transition: all 0.05s ease-in-out; }
        .left_nav > ul > li > a.with_nav {
          position: relative; }
          .left_nav > ul > li > a.with_nav:after {
            content: '\f105';
            font-family: "Font Awesome 5 Pro";
            font-weight: bold;
            right: 0;
            top: 0;
            height: 100%;
            width: 40px;
            font-size: 16px;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center; }
        .left_nav > ul > li > a:hover {
          background-color: #eee; }
      .left_nav > ul > li > ul {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 250px;
        z-index: 10; }
        .left_nav > ul > li > ul > li {
          position: relative; }
          .left_nav > ul > li > ul > li > a {
            background-color: #eee;
            transition: all 0.05s ease-in-out;
            display: inline-block;
            width: 100%;
            padding: 10px 45px 10px 15px;
            font-size: 14px;
            white-space: nowrap;
            border-bottom: 1px solid #e0e0e0; }
            .left_nav > ul > li > ul > li > a:hover {
              background-color: #e0e0e0; }
            .left_nav > ul > li > ul > li > a.with_nav {
              position: relative; }
              .left_nav > ul > li > ul > li > a.with_nav:after {
                content: '\f105';
                font-family: "Font Awesome 5 Pro";
                font-weight: bold;
                right: 0;
                top: 0;
                height: 100%;
                width: 40px;
                font-size: 16px;
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center; }
          .left_nav > ul > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 0;
            z-index: 10; }
            .left_nav > ul > li > ul > li > ul > li > a {
              background-color: #e0e0e0;
              transition: all 0.05s ease-in-out;
              display: inline-block;
              width: 100%;
              padding: 10px 45px 10px 15px;
              font-size: 14px;
              white-space: nowrap;
              border-bottom: 1px solid #bdbdbd; }
              .left_nav > ul > li > ul > li > ul > li > a:hover {
                background-color: #bdbdbd; }
            .left_nav > ul > li > ul > li > ul > li:last-of-type > a {
              border-bottom: 0px; }
          .left_nav > ul > li > ul > li:last-of-type > a {
            border-bottom: 0px; }
  .left_nav > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.2s ease-in-out; }
    .left_nav > ul > li > ul > li > ul {
      opacity: 0;
      visibility: hidden;
      transform: translateX(10px);
      transition: all 0.2s ease-in-out; }
    .left_nav > ul > li > ul > li:hover > ul {
      transform: translateX(0px);
      opacity: 1;
      visibility: visible; }
  .left_nav > ul > li:hover > ul {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible; } }

/*left-nav-end*/
/*subscribe-start*/
.subscribe_form {
  display: flex;
  align-items: center; }
  .subscribe_form input[type="email"] {
    width: 100%;
    border-right: 0px;
    height: 40px; }

a.subscribe_submit {
  background-color: #222021;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0px 15px;
  transition: all 0.1s ease-in-out; }
  a.subscribe_submit:hover {
    opacity: 0.8; }

.subscribe_parent {
  background-color: #f5f5f5;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 25px;
  border: 1px solid #eee; }

.subscribe_title {
  font-weight: bold;
  padding-bottom: 10px; }

.subscribe_description {
  padding-bottom: 10px; }

/*subscribe-end*/
/*left-news-start*/
.left_news {
  border: 1px solid #eee;
  font-size: 14px;
  margin-bottom: 25px; }

.news_title {
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between; }
  .news_title h3 {
    font-weight: bold; }

a.news_title_link {
  color: #222021;
  font-size: 12px;
  transition: all 0.1s ease-in-out; }
  a.news_title_link:hover {
    text-decoration: underline; }

.left_news_item {
  display: block;
  padding: 10px 15px;
  position: relative; }
  .left_news_item:after {
    content: '';
    width: calc(100% - 20px);
    left: 10px;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #f5f5f5; }
  .left_news_item:hover {
    background-color: #f5f5f5; }

.lni_date {
  padding-bottom: 5px;
  color: #999;
  font-size: 12px; }

.lni_text {
  font-size: 13px; }

.left_news_item_parent:last-of-type .left_news_item:after {
  content: none; }

/*left-news-end*/
.page_content_parent {
  background-color: #eee; }

.page_content {
  padding-top: 25px; }
  .page_content.with_left_nav {
    padding-left: 25px !important; }
  .page_content.index {
    padding-top: 0px; }

/*slider-start*/
.index_slider_parent {
  position: relative;
  margin-bottom: 10px; }
  .index_slider_parent:hover .index_nav_slider button {
    opacity: 1; }

.index_slider_item {
  height: 350px;
  position: relative;
  display: flex;
  align-items: center; }
  .index_slider_item.with_back .isi_main_parent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(0, 0, 0, 0.6); }
  .index_slider_item.with_back .isi_main_parent:after {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    background-color: #222021;
    width: 5px; }

.isi_picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover; }

.isi_main_parent {
  margin: 25px 25px 25px 50px;
  padding: 25px;
  position: relative;
  max-width: 50%;
  color: white; }

.isi_main {
  position: relative; }

.isi_title {
  font-size: 44px;
  font-weight: bold; }

.isi_description {
  font-size: 24px; }

.isi_text {
  font-size: 14px;
  padding-top: 25px; }

.isi_buttons {
  padding-top: 25px;
  display: flex;
  align-items: center; }
  .isi_buttons a {
    margin-right: 15px; }
    .isi_buttons a:last-of-type {
      margin-right: 0px; }

.wc_button {
  padding: 10px 25px;
  font-size: 14px;
  display: inline-block;
  transition: all 0.1s ease-in-out; }
  .wc_button.style_button {
    background-color: #222021;
    color: #fff; }
    .wc_button.style_button:hover {
      opacity: 0.8; }
  .wc_button.white_button {
    background-color: #fff;
    color: #333; }
    .wc_button.white_button:hover {
      background-color: #222021;
      color: #fff; }
  .wc_button.with_border {
    border: 1px solid #222021;
    color: #222021; }
    .wc_button.with_border:hover {
      background-color: #222021;
      color: #fff; }
  .wc_button.style_button_with_icon {
    background-color: #222021;
    color: #fff;
    display: inline-flex;
    align-items: center; }
    .wc_button.style_button_with_icon i {
      padding-left: 10px; }
    .wc_button.style_button_with_icon:hover {
      opacity: 0.8 !important; }

.index_nav_slider.hidden {
  display: none; }

.index_nav_slider button {
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
  .index_nav_slider button.left {
    left: 0;
    background: linear-gradient(to right, RGBA(0, 0, 0, 0.05), RGBA(0, 0, 0, 0)); }
  .index_nav_slider button.right {
    right: 0;
    background: linear-gradient(to left, RGBA(0, 0, 0, 0.05), RGBA(0, 0, 0, 0)); }
  .index_nav_slider button i {
    transition: all 0.2s ease-in-out; }
  .index_nav_slider button:hover i {
    transform: scale(1.5); }

/*dots-start*/
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  z-index: 25;
  bottom: 25px;
  width: auto;
  right: 25px; }
  .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0px 5px !important; }
    .slick-dots li button {
      background-color: #222021;
      border-radius: 50%;
      height: 8px;
      width: 8px;
      transition: all 0.1s ease-in-out;
      opacity: 0.5; }
      .slick-dots li button:before {
        content: none; }
      .slick-dots li button:hover {
        opacity: 0.8;
        transform: scale(1.1); }
    .slick-dots li.slick-active button {
      opacity: 1;
      transform: scale(1.2); }

/*dots-end*/
/*slider-end*/
/*advantages-start*/
.advantages_parent {
  margin-bottom: 25px; }

.advantages_list {
  align-items: center;
  justify-content: center; }

.advantages_item {
  padding: 0px 10px !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .advantages_item:first-of-type {
    padding-left: 0px !important; }
  .advantages_item:last-of-type {
    padding-right: 0px !important; }

.advantage_icon {
  flex: 0 0 25%; }
  .advantage_icon img {
    max-width: 80px;
    max-height: 80px; }

.advantage_title {
  padding-left: 15px;
  font-weight: bold;
  font-size: 12px; }

/*advantages-end*/
/*sections-start*/
.sections_parent {
  margin-bottom: 15px; }
  .sections_parent.pt {
    padding-top: 15px; }

.sections_list.three_in_line .sections_item_parent:nth-child(3n+1) {
  padding-left: 0px !important; }

.sections_list.three_in_line .sections_item_parent:nth-child(3n+3) {
  padding-right: 0px !important; }

.sections_list.two_in_line .sections_item_parent:nth-child(2n+1) {
  padding-left: 0px !important; }

.sections_list.two_in_line .sections_item_parent:nth-child(2n+2) {
  padding-right: 0px !important; }

.sections_item_parent {
  padding: 10px !important; }

.sections_item {
  height: 200px;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
  display: block; }
  .sections_item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #222021;
    transition: all 0.2s ease-in-out;
    transform: translateY(10px); }
  .sections_item:hover .sections_item_picture {
    opacity: 0.7;
    transform: scale(1.1); }
  .sections_item:hover .sections_item_title {
    transform: translateY(10px); }
  .sections_item:hover:after {
    transform: translateY(0px); }

.sections_item_picture {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  bottom: 0; }

.sections_item_title {
  position: absolute;
  left: 15px;
  max-width: calc(100% - 30px);
  background-color: #222021;
  color: #fff;
  padding: 5px 15px;
  top: 15px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  transform: translateY(0px); }

/*sections-end*/
/*catalog-items-start*/
.catalog_items_parent {
  margin-bottom: 15px; }

.catalog_items_list_line {
  margin-bottom: 15px; }

a.ciln_link {
  display: inline-block;
  font-weight: bold;
  position: relative;
  margin: 0px 10px;
  padding-bottom: 5px; }
  a.ciln_link:hover:after {
    width: 100%; }
  a.ciln_link.active {
    color: #222021; }
    a.ciln_link.active:after {
      width: 100%; }
  a.ciln_link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #222021;
    transition: all 0.2s ease-in-out; }
  a.ciln_link:first-of-type {
    margin-left: 0px; }

.cili {
  border: 1px solid #ccc;
  position: relative;
  transition: all 0.2s ease-in-out;
  height: 100%; }
  .cili:hover {
    border: 1px solid #222021;
    border-bottom: 1px solid transparent; }
    .cili:hover .cili_left_buttons {
      opacity: 1;
      visibility: visible; }
    .cili:hover .cili_buttons {
      opacity: 1;
      visibility: visible; }

.cili_left_buttons {
  position: absolute;
  background-color: #fff;
  /*z-index: 50;*/
  left: 100%;
  top: -1px;
  border: 1px solid #222021;
  border-left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out; }

.cili_picture {
  padding: 20px 15px 10px 15px;
  display: flex;
  justify-content: center;
  height: 240px;
  align-items: center;
  position:relative;
}
  .cili_picture img {
    max-width: 100%;
    max-height: 220px; }

.cili_counter {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #fe6609;
  color:#fff;
  font-size: 14px;
}

.catalog_items_list.four_in_line .cili_parent {
  padding: 10px 5px !important; }
  .catalog_items_list.four_in_line .cili_parent:nth-child(4n+1) {
    padding-left: 0px !important;
    padding-right: 10px !important; }
  .catalog_items_list.four_in_line .cili_parent:nth-child(4n+4) {
    padding-right: 0px !important;
    padding-left: 10px !important; }
  .catalog_items_list.four_in_line .cili_parent:nth-child(4n+2) {
    padding-right: 7.5px !important; }
  .catalog_items_list.four_in_line .cili_parent:nth-child(4n+3) {
    padding-left: 7.5px !important; }

.catalog_items_list.three_in_line .cili_parent {
  padding: 10px 5px !important; }
  .catalog_items_list.three_in_line .cili_parent:nth-child(3n+1) {
    padding-left: 0px !important;
    padding-right: 10px !important; }
  .catalog_items_list.three_in_line .cili_parent:nth-child(3n+3) {
    padding-right: 0px !important;
    padding-left: 10px !important; }

/*item-sales-start*/
.cili_sales_item {
  position: absolute;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  left: 0px;
  font-size: 12px; }
  .cili_sales_item:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 0;
    top: 0;
    right: -10px; }
  .cili_sales_item:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 0 10px;
    bottom: 0;
    right: -10px; }
  .cili_sales_item.new {
    background-color: #222021;
    color: #fff; }
    .cili_sales_item.new:before {
      border-color: #222021 transparent transparent transparent; }
    .cili_sales_item.new:after {
      border-color: transparent transparent transparent #222021; }
  .cili_sales_item.hit {
    background-color: #222021;
    color: #fff; }
    .cili_sales_item.hit:before {
      border-color: #222021 transparent transparent transparent; }
    .cili_sales_item.hit:after {
      border-color: transparent transparent transparent #222021; }
  .cili_sales_item.sale {
    background-color: #2ecc71;
    color: #fff; }
    .cili_sales_item.sale:before {
      border-color: #2ecc71 transparent transparent transparent; }
    .cili_sales_item.sale:after {
      border-color: transparent transparent transparent #2ecc71; }
  .cili_sales_item:nth-child(1) {
    top: 5px; }
  .cili_sales_item:nth-child(2) {
    top: 30px; }
  .cili_sales_item:nth-child(3) {
    top: 55px; }

/*items-sales-end*/
/*item-star-start*/
.cili_star {
  border-bottom: 1px solid #eee;
  padding: 5px 10px; }
  .cili_star .star {
    cursor: pointer;
    position: relative; }
    .cili_star .star:before {
      content: '\f005';
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      transition: all 0.3s ease-in-out; }
    .cili_star .star:after {
      content: '\f005';
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      transition: all 0.3s ease-in-out;
      transform: scale(4);
      position: absolute;
      left: 0;
      bottom: 0;
      font-weight: bold;
      color: #f1c40f;
      opacity: 0;
      visibility: hidden; }
    .cili_star .star.active:before {
      font-weight: bold;
      color: #f1c40f; }
    .cili_star .star.active:after {
      transform: scale(1);
      opacity: 1;
      visibility: visible; }

.cili_compare {
  padding: 5px 10px; }
  .cili_compare a.compare {
    position: relative;
    display: inline-block; }
    .cili_compare a.compare:before {
      content: '\f080';
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      font-weight: bold;
      transition: all 0.3s ease-in-out; }
    .cili_compare a.compare:after {
      content: '\f080';
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      transition: all 0.3s ease-in-out;
      transform: scale(4);
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: bold;
      color: #222021;
      opacity: 0;
      visibility: hidden; }
    .cili_compare a.compare.active:before {
      font-weight: bold;
      color: #222021; }
    .cili_compare a.compare.active:after {
      transform: scale(1);
      opacity: 1;
      visibility: visible; }

.cili_compare_delete, .cili_compare_add {
  display: none; }
  .cili_compare_delete.show, .cili_compare_add.show {
    display: block; }

/*item-star-end*/
.cili_title {
  font-size: 15px;
  font-weight: bold;
  padding: 0px 15px 10px 15px;
  overflow: hidden;
  max-height: 65px; }

.cili_have {
  padding: 0px 15px 5px 15px; }
  .cili_have p {
    padding-left: 15px;
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 14px; }
    .cili_have p:before {
      content: '\f111';
      position: absolute;
      left: 0;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 7px;
      font-weight: bold;
      font-family: "Font Awesome 5 Pro"; }
  .cili_have.yes p:before {
    color: #2ecc71; }
  .cili_have.not p:before {
    color: #222021; }

.cili_price {
  padding: 0px 15px 15px 15px; }
  .cili_price .price {
    font-weight: bold;
    font-size: 18px; }
  .cili_price .old_price {
    color: #999;
    font-size: 12px;
    position: relative;
    text-decoration: line-through; }

.cili_buttons {
  padding: 0px 15px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #222021;
  border-top: 0px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  top: 100%;
  width: calc(100% + 2px);
  left: -1px;
  transition: all 0.2s ease-in-out; }
  .cili_buttons a.detail_link {
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    background-color: #222021;
    color: #fff;
    padding: 0px 15px;
    height: 35px; }
    .cili_buttons a.detail_link i {
      padding-left: 15px;
      transition: all 0.1s ease-in-out; }
    .cili_buttons a.detail_link p {
      transition: all 0.1s ease-in-out; }
    .cili_buttons a.detail_link:hover i {
      transform: translateX(-3px); }
    .cili_buttons a.detail_link:hover p {
      transform: translateX(3px); }
  .cili_buttons a.cart {
    height: 35px;
    display: inline-flex;
    background-color: #eee;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    font-size: 14px;
    position: relative; }
    .cili_buttons a.cart i {
      transition: all 0.1s ease-in-out; }
    .cili_buttons a.cart .cart_count {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #333;
      color: #fff;
      font-size: 11px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      transition: all 0.1s ease-in-out; }
    .cili_buttons a.cart:hover i {
      transform: scale(1.2); }
    .cili_buttons a.cart.active {
      color: #222021; }
      .cili_buttons a.cart.active .cart_count {
        opacity: 1;
        visibility: visible; }
  .cili_buttons.flex_end {
    justify-content: flex-end; }

/*catalog-items-end*/
/*sales-start*/
.index_title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 20px; } 

.index_sales_parent {
  margin-bottom: 25px; }

.sales_list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  .sales_list_title h2 {
    font-size: 22px; }

a.sales_list_link {
  font-size: 12px;
  color: #222021; }
  a.sales_list_link:hover {
    text-decoration: underline; }

.sales_list.four_in_line .sales_item_parent {
  padding: 10px 5px !important; }
  .sales_list.four_in_line .sales_item_parent:nth-child(4n+1) {
    padding-left: 0px !important;
    padding-right: 10px !important; }
  .sales_list.four_in_line .sales_item_parent:nth-child(4n+4) {
    padding-right: 0px !important;
    padding-left: 10px !important; }
  .sales_list.four_in_line .sales_item_parent:nth-child(4n+2) {
    padding-right: 7.5px !important; }
  .sales_list.four_in_line .sales_item_parent:nth-child(4n+3) {
    padding-left: 7.5px !important; }

.sales_item {
  display: block;
  border: 1px solid #eee; }
  .sales_item:hover .sales_item_picture > div {
    transform: scale(1.1);
    opacity: 0.8; }
  .sales_item:hover .sales_item_text {
    color: #222021; }

.sales_item_picture {
  height: 150px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .sales_item_picture > div {
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center; }

.sales_item_main {
  padding: 15px;
  border-top: 1px solid #eee; }

.sales_item_date {
  color: #999;
  font-size: 12px;
  padding-bottom: 5px; }

.sales_item_text {
  font-size: 14px;
  transition: all 0.2s ease-in-out; }

/*sales-end*/
/*about-start*/
.index_about_parent {
  margin-bottom: 25px; }

.index_about {
  align-items: center; }

.index_about_picture img {
  max-width: 100%; }

.index_about_text {
  padding-left: 25px !important; }

/*footer-start*/
.footer_parent {
  padding: 25px 0px; }

.footer_block {
  padding: 0px 10px !important; }
  .footer_block:first-of-type {
    padding-left: 0px !important; }
  .footer_block:last-of-type {
    padding-right: 0px !important; }

.footer_logo_parent {
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer_logo_parent img {
    max-width: 100%;
    max-height: 90px; }

.footer_logo {
  text-align: center; }

.footer_copyright {
  font-size: 11px;
  padding-top: 10px; }

.footer_nav {
  padding: 0px 10px !important; }
  .footer_nav h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .footer_nav ul li {
    display: block; }
    .footer_nav ul li a {
      font-size: 12px; }
      .footer_nav ul li a:hover {
        text-decoration: underline; }

.footer_contacts .phone_and_feedback_parent {
  padding-bottom: 15px; }

.footer_contacts .adress {
  text-align: right;
  font-size: 14px; }

.footer_contacts .small_adress {
  font-size: 12px;
  text-align: right; }

.footer_socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px; }

a.footer_social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #222021;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all 0.1s ease-in-out;
  margin-left: 10px; }
  a.footer_social:first-of-type {
    margin-left: 0px; }
  a.footer_social:hover {
    opacity: 0.8; }

/*footer-end*/
/*adaptive-index-start*/
@media (max-width: 1200px) {
  .phone_and_feedback .phone {
    font-size: 16px; }
  .user_parent {
    font-size: 12px; }
  .nav_list ul li a {
    font-size: 12px;
    padding: 10px 5px; }
  .cili_parent.col-lg-3 .cili_title {
    font-size: 13px; }
  .cili_parent.col-lg-3 .cili_buttons a.detail_link {
    height: 30px;
    padding: 0px 10px;
    font-size: 12px; }
    .cili_parent.col-lg-3 .cili_buttons a.detail_link i {
      display: none; }
    .cili_parent.col-lg-3 .cili_buttons a.detail_link:hover {
      opacity: 0.8; }
      .cili_parent.col-lg-3 .cili_buttons a.detail_link:hover p {
        transform: none; }
  .cili_parent.col-lg-3 .cili_buttons a.cart {
    font-size: 12px;
    padding: 0px 10px;
    height: 30px; }
  .cili_parent.col-lg-4 .cili_buttons a.detail_link {
    font-size: 12px;
    padding: 0px 10px;
    height: 30px; }
  .cili_parent.col-lg-4 .cili_buttons a.cart {
    font-size: 12px;
    height: 30px; }
  .cili_price .price {
    font-size: 16px; }
  .sales_item_text {
    font-size: 13px; }
  .isi_main_parent {
    max-width: 70%; } }

@media (max-width: 992px) {
  .header {
    padding: 80px 10px 5px 10px !important; }
  .header_block {
    padding: 10px 0px !important; }
  .mobile_hidden {
    display: none; }
  .logo img {
    max-height: 70px; }
  .left_nav {
    position: fixed;
    top: 0;
    left: -70%;
    width: 70%;
    background-color: #fff;
    bottom: 0;
    overflow-y: auto !important;
    z-index: 200;
    border-right: 5px solid #222021;
    transition: all 0.3s linear;
    display: block !important; }
    .left_nav.show {
      left: 0; }
    .left_nav > ul {
      padding-top: 75px; }
      .left_nav > ul > li > a {
        font-size: 13px;
        display: block;
        padding: 10px 55px 10px 15px;
        border-bottom: 1px solid #f5f5f5;
        position: relative; }
        .left_nav > ul > li > a.with_nav:after {
          content: '\f105';
          font-family: "Font Awesome 5 Pro";
          font-weight: bold;
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          width: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all 0.2s ease-in-out; }
        .left_nav > ul > li > a.with_nav.show:after {
          transform: rotate(90deg);
          color: #222021; }
      .left_nav > ul > li > ul {
        display: none; }
        .left_nav > ul > li > ul > li > a {
          font-size: 13px;
          display: block;
          padding: 10px 55px 10px 15px;
          border-bottom: 1px solid #eee;
          background-color: #f5f5f5;
          position: relative; }
          .left_nav > ul > li > ul > li > a.with_nav:after {
            content: '\f105';
            font-family: "Font Awesome 5 Pro";
            font-weight: bold;
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.2s ease-in-out; }
          .left_nav > ul > li > ul > li > a.with_nav.show:after {
            transform: rotate(90deg);
            color: #222021; }
        .left_nav > ul > li > ul > li > ul {
          display: none; }
          .left_nav > ul > li > ul > li > ul > li > a {
            font-size: 13px;
            display: block;
            padding: 10px 15px;
            border-bottom: 1px solid #e0e0e0;
            background-color: #eee; }
  .header_block.mobile_fixed {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: 75px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 250;
    padding: 10px 25px !important; }
    .header_block.mobile_fixed img {
      max-height: 45px; }
  a.mobile_nav_button {
    background-color: #222021;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 35px;
    width: 35px; }
  .nav_parent {
    box-shadow: none;
    background-color: #eee;
    color: #333; }
  .nav {
    background-color: #fff;
    padding: 0px 10px !important; }
  .nav_list {
    text-align: center;
    border: 1px solid #eee;
    border-width: 1px 0px; }
    .nav_list > ul > li {
      display: inline-block; }
      .nav_list > ul > li > a {
        display: inline-block;
        padding: 5px; }
  .mobile_logo_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .mobile_logo_icons > a {
      margin-left: 5px; }
      .mobile_logo_icons > a:first-of-type {
        margin-left: 0px; }
  a.mobile_user_link {
    color: #fff;
    background-color: #222021;
    height: 35px;
    width: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .page_content.with_left_nav {
    padding-left: 0px !important; }
  .sections_item_parent {
    padding: 5px 0px !important; }
  .sections_item {
    height: 130px; }
  a.ciln_link {
    font-size: 13px;
    margin: 0px 5px; }
  .catalog_items_list.three_in_line .cili_parent {
    padding: 5px 0px !important; }
    .catalog_items_list.three_in_line .cili_parent:nth-child(3n+1) {
      padding: 5px 0px !important; }
    .catalog_items_list.three_in_line .cili_parent:nth-child(3n+3) {
      padding: 5px 0px !important; }
  .catalog_items_list.four_in_line .cili_parent {
    padding: 5px 0px !important; }
    .catalog_items_list.four_in_line .cili_parent:nth-child(4n+1) {
      padding: 5px 0px !important; }
    .catalog_items_list.four_in_line .cili_parent:nth-child(4n+4) {
      padding: 5px 0px !important; }
    .catalog_items_list.four_in_line .cili_parent:nth-child(4n+2) {
      padding: 5px 0px !important; }
    .catalog_items_list.four_in_line .cili_parent:nth-child(4n+3) {
      padding: 5px 0px !important; }
  .cili_parent.col-lg-3 .cili_title {
    font-size: 16px; }
  .page_content_line {
    padding: 15px 10px !important; }
  .cili_picture img {
    max-height: 150px; }
  .sales_list.four_in_line .sales_item_parent {
    padding: 5px 0px !important; }
    .sales_list.four_in_line .sales_item_parent:nth-child(4n+1) {
      padding: 5px 0px !important; }
    .sales_list.four_in_line .sales_item_parent:nth-child(4n+2) {
      padding: 5px 0px !important; }
    .sales_list.four_in_line .sales_item_parent:nth-child(4n+3) {
      padding: 5px 0px !important; }
    .sales_list.four_in_line .sales_item_parent:nth-child(4n+4) {
      padding: 5px 0px !important; }
  .index_about_picture {
    text-align: center; }
    .index_about_picture img {
      max-height: 150px; }
  .index_about_text {
    padding: 10px 10px 0px 10px !important; }
    .index_about_text h2 {
      font-size: 22px; }
  .footer_nav {
    margin-bottom: 10px; }
    .footer_nav:last-of-type {
      margin-bottom: 0px; }
  .footer_parent {
    padding: 15px 0px; }
  .footer_block {
    padding: 0px !important;
    text-align: center; }
    .footer_block:last-of-type {
      padding-top: 15px !important; }
  .footer_contacts .phone_and_feedback_parent {
    justify-content: center; }
  .footer_contacts .adress, .footer_contacts .small_adress {
    text-align: center; }
  .footer_socials {
    justify-content: center; } }

/*adaptive-index-end*/
/*overlay-start*/
.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: RGBA(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out; }
  .overlay.show {
    opacity: 1;
    visibility: visible; }

/*overlay-end*/
@media (min-width: 992px) {
  .pk_hidden {
    display: none; } }

/*interactions-start*/
.interactions_parent {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 80; }

.interactions_block_parent {
  position: relative; }

a.interactions_block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 60px;
  left: 10px;
  padding-right: 10px;
  z-index: 90;
  color: #fff;
  font-size: 22px;
  position: relative;
  background-color: #222021;
  margin-bottom: 10px;
  transition: all 0.1s ease-in-out; }
  a.interactions_block:hover {
    transform: translateX(-10px); }

.ib_count {
  position: absolute;
  right: 15px;
  top: 5px;
  background-color: #333;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  height: 18px;
  width: 18px;
  display: none; }
  .ib_count.ib_cart_count {
    display: none; }
    .ib_count.ib_cart_count.show {
      display: flex; }
  .ib_count.ib_cart_compare {
    display: none; }
    .ib_count.ib_cart_compare.show {
      display: flex; }

@media (max-width: 992px) {
  .interactions_parent {
    top: auto;
    bottom: 0; }
  a.interactions_block {
    width: 50px;
    height: 40px;
    font-size: 16px; }
  .ib_count {
    font-size: 8px;
    top: 2px;
    right: 12px;
    height: 15px;
    width: 15px; }
  .cili:hover {
    border-bottom: 1px solid #222021; }
  .cili_buttons {
    position: static;
    border: 0px;
    opacity: 1;
    visibility: visible;
    width: 100%; }
  .cili_left_buttons {
    opacity: 1;
    visibility: visible;
    left: auto;
    right: 0;
    border-width: 0px 0px 1px 1px;
    border-color: #eee;
    top: 0;
    border-left: 1px solid #eee; } }

/*interactions-end*/
/*interaction-block-start*/
.interactions_block_content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 400px;
  width: 600px;
  top: 0;
  right: 50px;
  background-color: #fff;
  border-top: 5px solid #222021;
  padding: 15px;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0px 2px 10px -3px RGBA(0, 0, 0, 0.5); }
  .interactions_block_content.show {
    opacity: 1;
    visibility: visible;
    z-index: 50; }
  .interactions_block_content.compare {
    width: auto; }

.ib_cart_tabs_title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
  .ib_cart_tabs_title > li {
    cursor: pointer;
    margin-right: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-flex;
    background-color: #eee;
    padding: 10px 15px;
    font-size: 14px;
    align-items: center;
    transition: all 0.2s ease-in-out; }
    .ib_cart_tabs_title > li i {
      margin-left: 10px;
      color: #222021; }
    .ib_cart_tabs_title > li:last-of-type {
      margin-right: 0px; }
    .ib_cart_tabs_title > li.active {
      background-color: #333;
      color: #fff; }
    .ib_cart_tabs_title > li:hover {
      background-color: #333;
      color: #fff; }

.ib_cart_tabs_content {
  display: none; }
  .ib_cart_tabs_content.active {
    display: block; }

.ib_cart_item {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 10px 0px; }
  .ib_cart_item:last-of-type {
    border-bottom: 0px; }

.ibci_picture {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ibci_picture img {
    max-height: 60px;
    max-width: 60px; }

.ibci_title {
  width: 150px;
  font-size: 12px;
  padding-left: 10px; }

.catalog_item_count {
  display: flex;
  align-items: center; }
  .catalog_item_count button {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    font-size: 10px; }
    .catalog_item_count button:hover {
      background-color: #eee; }
  .catalog_item_count input {
    height: 25px;
    border-width: 1px 0px;
    width: 50px;
    text-align: center; }
    .catalog_item_count input:focus {
      border-color: #eee; }

.ibci_actions {
  display: flex;
  margin-left: auto; }
  .ibci_actions a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    transition: all 0.1s ease-in-out;
    background: #eee;
    margin-right: 15px; }
    .ibci_actions a:last-of-type {
      margin-right: 0px; }
    .ibci_actions a:hover {
      color: #fff;
      background-color: #222021; }
    .ibci_actions a.ibci_delete {
      color: #222021; }
      .ibci_actions a.ibci_delete:hover {
        color: #fff; }

.ibci_price {
  padding: 0px 25px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  margin-left: auto; }
  .ibci_price .old_price {
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 3px; }

.ib_cart_footer {
  display: none;
  border-top: 1px solid #eee;
  padding-top: 15px;
  justify-content: space-between;
  align-items: center; }
  .ib_cart_footer.show {
    display: flex; }

.ib_cart_footer_summ {
  display: flex;
  align-items: center;
  font-size: 12px; }

.ib_cart_footer_summ_block {
  margin-right: 10px; }
  .ib_cart_footer_summ_block:last-of-type {
    margin-right: 0px; }
  .ib_cart_footer_summ_block .summ, .ib_cart_footer_summ_block .count {
    font-weight: bold; }

.ib_cart_footer_button {
  display: flex;
  justify-content: flex-end; }
  .ib_cart_footer_button a {
    display: inline-flex;
    background-color: #222021;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-left: 10px;
    align-items: center;
    transition: all 0.1s ease-in-out; }
    .ib_cart_footer_button a:first-of-type {
      margin-left: 0px; }
    .ib_cart_footer_button a i {
      padding-left: 10px; }
    .ib_cart_footer_button a:hover {
      opacity: 0.8; }

.ib_no_items {
  text-align: center;
  background-color: #f5f5f5;
  padding: 25px;
  font-size: 14px;
  font-style: italic;
  display: none; }
  .ib_no_items.show {
    display: block; }

.ib_compare_title {
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-size: 18px; }
  .ib_compare_title i {
    padding-left: 15px;
    font-size: 18px;
    color: #222021; }

.ib_compare_list_item {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center; }
  .ib_compare_list_item:last-of-type {
    border-bottom: 0px; }

.ibcoi_picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  padding: 5px; }
  .ibcoi_picture img {
    max-width: 60px;
    max-height: 60px; }

.ibcoi_title {
  width: 200px;
  font-size: 14px; }

.ibcoi_price {
  white-space: nowrap;
  padding: 0px 25px;
  font-weight: bold;
  font-size: 14px; }

a.ibcoi_delete {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  transition: all 0.1s ease-in-out;
  background: #eee;
  color: #222021; }
  a.ibcoi_delete:hover {
    color: #fff;
    background-color: #222021; }

.ib_compare_footer {
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: right; }

a.ib_compare_button {
  display: inline-flex;
  background-color: #222021;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  align-items: center;
  transition: all 0.1s ease-in-out; }
  a.ib_compare_button i {
    padding-left: 10px; }
  a.ib_compare_button:hover {
    opacity: 0.8; }

.ib_title_close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #999;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.1s ease-in-out; }
  .ib_title_close:hover {
    opacity: 1; }

/*interaction-block-end*/
/*breadcrumbs-start*/
.breadcrumbs {
  padding-bottom: 10px; }
  .breadcrumbs ul {
    display: flex;
    font-size: 14px;
    align-items: center;
    flex-wrap: wrap; }
    .breadcrumbs ul li {
      color: #999;
      position: relative; }
      .breadcrumbs ul li:after {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        padding: 0px 10px;
        font-size: 12px;
        color: #999; }
      .breadcrumbs ul li:last-of-type:after {
        content: none; }
      .breadcrumbs ul li a {
        color: #333;
        transition: all 0.1s ease-in-out; }
        .breadcrumbs ul li a:hover {
          color: #222021; }

/*breadcrumbs-end*/
/*bitrix-auth-start*/
.bx-auth {
  max-width: none !important;
  margin: 0px !important; }
  .bx-auth .bx-auth-note {
    margin: 0px 0px 15px 0px;
    font-size: 13px; }
  .bx-auth .bx-auth-table {
    margin: 0px;
    margin-bottom: 15px; }
    .bx-auth .bx-auth-table td {
      padding: 5px 10px; }
  .bx-auth input[type="submit"] {
    background-color: #222021;
    padding: 10px 25px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .bx-auth input[type="submit"]:hover {
      opacity: 0.8; }
  .bx-auth label {
    font-size: 13px; }

/*bitrix-auth-end*/
h1.page_title {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid #eee;
  font-size: 22px; }

.big_text {
  font-size: 18px;
  font-weight: bold; }

.login_success_button {
  padding-top: 15px; }

/*bitrix-forgot-pass-start*/
.bx-forgotpass-table {
  margin-bottom: 15px; }
  .bx-forgotpass-table td {
    padding: 5px 10px; }
  .bx-forgotpass-table input[type="submit"] {
    background-color: #222021;
    padding: 10px 25px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .bx-forgotpass-table input[type="submit"]:hover {
      opacity: 0.8; }

/*bitrix-forgot-pass-end*/
/*bitrix-register-form-start*/
.bx-registration-table {
  border: 1px solid #eee;
  margin-bottom: 15px; }
  .bx-registration-table td {
    padding: 5px 10px; }
  .bx-registration-table thead td {
    font-size: 22px;
    padding-top: 15px; }
  .bx-registration-table tfoot td {
    padding-bottom: 15px; }

/*bitrix-register-form-end*/
.starrequired {
  color: #222021;
  padding-right: 5px; }

/*catalog-sections-list-start*/
.cat_sections_list_parent {
  margin-bottom: 15px; }

.cat_sections_list {
  justify-content: center; }

.cat_sections_list_item_parent {
  padding: 5px !important; }

@media (min-width: 992px) {
  .cat_sections_list_item_parent:nth-child(3n+1) {
    padding-left: 0px !important; }
  .cat_sections_list_item_parent:nth-child(3n+3) {
    padding-right: 0px !important; } }

a.cat_sections_list_item {
  display: block;
  height: 300px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  height: 50px !important; }
  a.cat_sections_list_item:hover .csl_picture {
    transform: scale(1.1); }
    a.cat_sections_list_item:hover .csl_picture:after {
      opacity: 1; }
  a.cat_sections_list_item:hover .csl_title_icon {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px); }

.csl_picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  z-index: 1; }
  .csl_picture:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: RGBA(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s ease-in-out; }

.csl_title {
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222021;
  z-index: 2; }

.csl_title_icon {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  color: #fff;
  transition: all 0.2s ease-in-out; }

/*catalog-sections-list-end*/
.wc_button_hidden {
  display: none; }

/*catalog-detail-page-start*/
.cdpr_picture_main_slider {
  border: 1px solid #eee;
  height: 400px;
  overflow: hidden; }

.cdpr_picture_main_item {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px; }
  .cdpr_picture_main_item img {
    max-width: 100%;
    max-height: 370px; }

.cdpr_picture_add_slider_parent {
  position: relative;
  padding: 0px 20px;
  overflow: hidden;
  height: 90px; }

.cdpr_picture_add_slider_nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  color: #333;
  transition: all 0.1s ease-in-out;
  opacity: 0.7;
  cursor: pointer;
  font-size: 18px;
  width: 20px; }
  .cdpr_picture_add_slider_nav button.left {
    left: 0; }
  .cdpr_picture_add_slider_nav button.right {
    right: 0; }
  .cdpr_picture_add_slider_nav button:hover {
    opacity: 1;
    color: #222021; }

.cdpr_picture_add_item_parent {
  padding: 10px 5px !important; }

.cdpr_picture_add_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 5px;
  border: 1px solid #eee;
  transition: all 0.1s ease-in-out;
  cursor: pointer; }
  .cdpr_picture_add_item img {
    max-height: 60px; }

@media (min-width: 992px) {
  .cdpl {
    padding-left: 15px !important; } }

@media (max-width: 992px) {
  .cdpl {
    margin-top: 15px !important; } }

.cdpl_head {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  justify-content: space-between; }
  .cdpl_head.flex_end {
    justify-content: flex-end; }

.cdpl_head_buttons {
  display: flex;
  align-items: center; }

a.cdpl_head_button {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out; }
  a.cdpl_head_button.compare .cdpl_head_button_icon {
    margin-left: 10px; }
    a.cdpl_head_button.compare .cdpl_head_button_icon:after {
      content: '\f080';
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      transition: all 0.2s ease-in-out; }
  a.cdpl_head_button.favor .cdpl_head_button_icon {
    margin-left: 10px; }
    a.cdpl_head_button.favor .cdpl_head_button_icon:after {
      content: '\f005';
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      font-size: 16px;
      transition: all 0.2s ease-in-out; }
  a.cdpl_head_button.active {
    background-color: #222021;
    color: #fff; }
    a.cdpl_head_button.active:hover .cdpl_head_button_icon:after {
      color: #fff; }
  a.cdpl_head_button:last-of-type {
    margin-right: 0px; }
  a.cdpl_head_button:hover .cdpl_head_button_icon:after {
    color: #222021; }

.cdpr_sales_item {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px; }
  .cdpr_sales_item.new {
    background-color: #222021;
    color: #fff; }
  .cdpr_sales_item.hit {
    background-color: #222021;
    color: #fff; }
  .cdpr_sales_item.sale {
    background-color: #2ecc71;
    color: #fff; }
  .cdpr_sales_item:last-of-type {
    margin-right: 0px; }

.cdpl_main {
  padding: 5px 0px 15px 0px;
  border-bottom: 1px solid #eee; }

.cdpl_title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px; }

.cdpl_have {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px; }
  .cdpl_have:before {
    content: '\f111';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    font-size: 9px;
    align-items: center; }
  .cdpl_have.yes:before {
    color: #2ecc71; }
  .cdpl_have.not:before {
    color: #222021; }

.cdpl_prices {
  margin-bottom: 15px; }
  .cdpl_prices .old_price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px; }
  .cdpl_prices .price {
    font-weight: bold;
    margin-right: 15px;
    font-size: 24px; }
  .cdpl_prices .price_help {
    font-size: 13px;
    color: #505050; }
    .cdpl_prices .price_help a {
      font-weight: bold;
      display: inline-block;
      margin-left: 5px;
      color: #222021; }
      .cdpl_prices .price_help a:hover {
        text-decoration: underline; }

.cdpl_text {
  margin-bottom: 15px;
  font-size: 13px;
  color: #505050; }

.cdpl_dealer {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #eee; }
  .cdpl_dealer img {
    max-width: 100%;
    max-height: 40px; }

.cdpl_buy_line {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cdpl_buy_line.flex_end {
    justify-content: flex-end; }

.cdpl_count {
  display: flex;
  align-items: center; }
  .cdpl_count > p {
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px; }
  .cdpl_count .catalog_item_count button {
    height: 30px;
    width: 30px; }
  .cdpl_count .catalog_item_count input {
    height: 30px;
    width: 50px; }

.cdpl_footer {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

.cdpl_share {
  position: relative; }

.cdpl_share_block {
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 2px 5px -3px RGBA(0, 0, 0, 0.5);
  padding: 15px;
  white-space: nowrap;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 10; }
  .cdpl_share_block.show {
    opacity: 1;
    visibility: visible; }
  .cdpl_share_block:after {
    content: '';
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    left: 10px; }
  .cdpl_share_block:before {
    content: '';
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #eee transparent;
    position: absolute;
    top: -11px;
    left: 9px; }

a.cdpl_share_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  padding: 10px 15px;
  font-size: 13px; }
  a.cdpl_share_button i {
    padding-left: 10px;
    font-size: 16px;
    transition: all 0.2s ease-in-out; }
  a.cdpl_share_button:hover i {
    color: #222021; }
  a.cdpl_share_button:hover i {
    color: #222021; }

.catalog_detail_page_bottom {
  padding-top: 25px; }

.cdpb_tabs_titles {
  border-bottom: 5px solid #eee; }
  .cdpb_tabs_titles li {
    border: 1px solid #eee;
    padding: 10px 25px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-bottom: 0px; }
    .cdpb_tabs_titles li:hover i {
      color: #222021;
      transition: all 0.2s ease-in-out; }
    .cdpb_tabs_titles li i {
      font-size: 16px;
      padding-left: 10px; }
    .cdpb_tabs_titles li:last-of-type {
      margin-right: 0px; }
    .cdpb_tabs_titles li.active {
      background-color: #eee; }
      .cdpb_tabs_titles li.active i {
        color: #222021; }

@media (max-width: 992px) {
  .cdpb_tabs_titles li {
    border-bottom: 0px;
    display: flex;
    margin-right: 0px;
    justify-content: center; }
    .cdpb_tabs_titles li:last-of-type {
      border-bottom: 1px solid #eee; } }

.cdpb_tabs_content {
  padding: 15px 0px;
  display: none; }
  .cdpb_tabs_content.active {
    display: block; }

/*catalog-detail-page-end*/
.style_table_parent {
  overflow-x: auto; }

.style_table {
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px; }
  .style_table tr td {
    padding: 15px 10px;
    border-right: 1px solid #eee; }
    .style_table tr td:last-of-type {
      border-right: 0px; }
  .style_table tr:nth-child(even) {
    background-color: #f5f5f5; }
  .style_table tr:hover {
    background-color: #eee; }
  .style_table.two_columns td {
    width: 50%; }

.cdpl_buy_max {
  font-size: 12px;
  color: #999;
  padding-bottom: 10px;
  font-style: italic; }
  .cdpl_buy_max b {
    color: #333;
    font-size: 14px; }

.add_to_cart_attention, .add_to_cart_attention_fail, .add_to_cart_attention_false {
  position: fixed;
  background-color: #fff;
  font-size: 13px;
  border-top: 5px solid #222021;
  box-shadow: 0px 2px 10px -3px RGBA(0, 0, 0, 0.5);
  padding: 10px 25px;
  z-index: 50;
  bottom: 100px;
  font-style: italic;
  left: -100%;
  transition: all 0.5s ease-in-out; }
  .add_to_cart_attention.show, .add_to_cart_attention_fail.show, .add_to_cart_attention_false.show {
    left: 0; }

.atca_button_parent {
  text-align: center;
  padding-top: 15px; }
  .atca_button_parent a.wc_button {
    font-size: 13px;
    padding: 8px 16px; }

a.cdpl_tocart_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px 25px;
  border-top: 5px solid #222021;
  border-bottom: 5px solid #222021;
  transition: all 0.2s ease-in-out;
  position: relative; }
  a.cdpl_tocart_button .cart_count {
    display: none;
    position: absolute;
    height: 25px;
    width: 25px;
    top: -15px;
    color: #fff;
    font-size: 12px;
    right: -10px;
    background-color: #333;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  a.cdpl_tocart_button p {
    padding-right: 10px; }
  a.cdpl_tocart_button i {
    color: #222021; }
  a.cdpl_tocart_button:hover {
    background-color: #eee; }
  a.cdpl_tocart_button.in_cart .cart_count {
    display: flex; }

.buy_one_click_form_parent {
  display: none; }

.buy_one_click_form {
  padding: 25px 15px;
  border: 1px solid #eee;
  transition: all 0.1s ease-in-out;
  position: relative; }
  .buy_one_click_form h3 {
    font-weight: bold !important;
    font-size: 18px !important;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .buy_one_click_form h3 i {
      color: #222021;
      padding-left: 15px; }
  .buy_one_click_form:hover {
    background-color: #f9f9f9; }
  .buy_one_click_form .wait_overlay {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.2s ease-in-out; }
    .buy_one_click_form .wait_overlay.show {
      opacity: 1;
      visibility: visible; }

.input_line {
  margin-bottom: 10px; }
  .input_line input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px; }
  .input_line.submit {
    text-align: right; }
  .input_line:last-of-type {
    margin-bottom: 0px; }
  .input_line label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px; }

.style_submit {
  background-color: #222021;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  transition: all 0.1s ease-in-out; }
  .style_submit:hover {
    opacity: 0.8; }

.after_text {
  font-style: italic;
  font-size: 14px;
  text-align: center; }
  .after_text.red {
    color: #222021; }

.ib_cart_item_main {
  display: flex;
  justify-content: center;
  align-items: center; }

.ib_cart_item_main_max_count {
  font-size: 12px;
  font-style: italic;
  padding-bottom: 10px;
  text-align: center; }
  .ib_cart_item_main_max_count b {
    font-size: 14px; }

/*cart-start*/
.cp_item {
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
  align-items: center; }
  .cp_item:first-of-type {
    padding-top: 0px; }
  .cp_item:last-of-type {
    padding-bottom: 0px;
    border-bottom: 0px; }

.cpi_picture {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px !important; }
  .cpi_picture img {
    max-width: 100%;
    max-height: 100px; }

.cpi_name {
  padding: 0px 5px !important; }

.cpi_name_title {
  font-weight: bold;
  font-size: 14px; }

.cpi_name_sale {
  background-color: #222021;
  margin-top: 10px;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  display: inline-block; }
  .cpi_name_sale .percent {
    font-size: 14px;
    font-weight: bold; }

.cpi_price {
  padding: 0px 5px !important; }
  .cpi_price.summ {
    text-align: right; }
  .cpi_price .old_price {
    color: #999;
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px; }
    .cpi_price .old_price:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: rotate(-15deg);
      height: 1px;
      background-color: #333; }
    .cpi_price .old_price:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: rotate(15deg);
      height: 1px;
      background-color: #333; }
  .cpi_price .new_price {
    font-weight: bold;
    font-size: 18px; }
  .cpi_price .sale_price {
    font-size: 11px;
    background-color: #2ecc71;
    padding: 2px 10px;
    color: white;
    display: inline-block;
    margin-top: 10px; }
    .cpi_price .sale_price .price {
      font-size: 13px;
      font-weight: bold; }

.cpi_count_parent {
  padding: 0px 5px !important;
  text-align: center; }

.cpi_count_can {
  font-style: italic;
  font-size: 10px;
  margin-bottom: 10px; }
  .cpi_count_can .count {
    font-weight: bold;
    font-size: 14px;
    font-style: normal; }

.cpi_count {
  justify-content: center;
  display: flex;
  align-items: center; }
  .cpi_count button {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    font-size: 10px; }
    .cpi_count button:hover {
      background-color: #eee; }
  .cpi_count input {
    height: 25px;
    border-width: 1px 0px;
    width: 50px;
    text-align: center; }
    .cpi_count input:focus {
      border-color: #eee; }

.cpi_delete {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222021; }

/*cart-end*/
/*news_list-start*/
.nl_item {
  margin-bottom: 15px;
  border: 1px solid #eee; }
  .nl_item:last-of-type {
    margin-bottom: 0px; }

a.nl_item_picture {
  background-size: cover;
  background-position: center;
  min-height: 150px; }
  a.nl_item_picture:hover {
    opacity: 0.8 !important; }

.nl_item_main_parent {
  padding: 15px !important;
  display: flex;
  justify-content: center;
  align-items: center; }

.nl_item_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px; }
  .nl_item_title a:hover {
    text-decoration: underline; }

.nl_item_date {
  color: #999;
  font-size: 13px;
  margin-bottom: 10px; }

.nl_item_text {
  font-size: 14px;
  margin-bottom: 10px; }

.nl_item_button {
  text-align: right; }
  .nl_item_button a {
    color: #222021;
    display: inline-block;
    font-size: 14px; }
    .nl_item_button a:hover {
      text-decoration: underline; }

/*nest_list-end*/
/*news_detail-start*/
.nd_date {
  text-align: right;
  color: #999;
  padding-bottom: 15px;
  font-size: 14px; }

.nd_picture {
  text-align: center;
  padding-bottom: 15px; }
  .nd_picture img {
    max-width: 100%; }
  .nd_picture a hover {
    opacity: 0.8 !important; }

/*news_detail-end*/
.back_to_list {
  padding-top: 25px; }
  .back_to_list a {
    display: inline-block;
    background-color: #222021;
    transition: all 0.1s ease-in-out;
    color: white;
    padding: 5px 25px;
    text-decoration: none; }
    .back_to_list a:before {
      content: '\f30a';
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      margin-right: 20px;
      color: white; }
    .back_to_list a:hover {
      opacity: 0.8; }

.cdpl_instruk {
  padding: 15px 0px; }

.cdpl_instruk_link {
  display: flex;
  align-items: center;
  font-size: 13px; }
  .cdpl_instruk_link:hover {
    color: #222021; }
  .cdpl_instruk_link img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px; }
/*cart-footer-start*/
.cp_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 5px solid #eee; }

.cp_footer_left {
  display: flex;
  align-items: center; }

.cp_count {
  margin-right: 15px;
  font-size: 14px;
  color: #999;
  padding-right: 15px;
  position: relative; }
  .cp_count:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eee; }

.cp_summ {
  font-size: 14px;
  color: #999; }

.cp_count_number, .cp_summ_number {
  font-weight: bold;
  font-size: 18px;
  color: #333; }

.cp_footer_right a {
  display: inline-flex;
  background-color: #222021;
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  margin-left: 10px;
  align-items: center;
  transition: all 0.1s ease-in-out; }
  .cp_footer_right a i {
    margin-left: 15px; }
  .cp_footer_right a:hover {
    opacity: 0.8 !important; }

/*cart-footer-end*/
.cart_null {
  text-align: center;
  padding: 25px 0px; }
  .cart_null > p {
    font-style: italic;
    font-size: 18px;
    color: #999;
    padding-bottom: 15px !important; }
  .cart_null.hidden {
    display: none; }

.cart_page.hidden {
  display: none; }

.content_reset_title {
  padding: 0px 0px 15px 0px !important;
  font-size: 18px !important; }

.order_link_list {
  padding-bottom: 10px; }

.order_link {
  display: inline-block;
  margin-right: 15px; }

/*order-make-start*/
#bx-soa-total-mobile {
  display: none !important; }

.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
  color: white;
  background-color: #222021; }

.bx-soa-price-free {
  color: #222021; }

.bx-soa-more-btn {
  width: 100%;
  text-align: right; }

.bx-yellow .btn.btn-default {
  background-color: #222021;
  color: white;
  display: inline-block;
  padding: 8px 25px;
  text-decoration: none;
  transition: all 0.1s ease-in-out; }
  .bx-yellow .btn.btn-default.pull-right {
    margin-left: 15px; }
    .bx-yellow .btn.btn-default.pull-right:after {
      content: '\f30b';
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      margin-left: 10px; }
  .bx-yellow .btn.btn-default.pull-left:before {
    content: '\f30a';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    margin-right: 10px; }
  .bx-yellow .btn.btn-default:hover {
    opacity: 0.8 !important; }

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #222021; }

.bx-soa-pp-delivery-cost {
  display: none; }

.bx-soa-pp-item-container {
  display: flex;
  flex-wrap: wrap; }

.bx-soa-section.bx-selected {
  border: 1px solid #eee; }

.bx-soa-section-title-container {
  background-color: #f5f5f5; }

.bx-soa-pp-desc-container {
  padding: 10px; }

.bx-soa-pp-company {
  padding: 15px !important; }

.bx-soa-section-content {
  line-height: 1.4 !important;
  padding: 0px 15px; }

.bx-soa-more {
  margin-top: 0px;
  padding: 10px; }

#bx-soa-total {
  padding-left: 0px; }

h2.bx-soa-section-title {
  font-size: 18px !important; }

.bx-soa-section-title-container .text-right {
  text-align: right;
  width: 100%;
  flex: 0 0 100%;
  max-width: none; }

.bx-soa-section-title-container .text-right a {
  font-size: 13px;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: 0px;
  color: #999;
  display: inline-block; }

.bx-soa-section-title-container .text-right a:hover {
  text-decoration: underline; }

.bx-soa-pp-company-selected {
  display: flex;
  max-width: none;
  padding: 15px 0px;
  align-items: center; }

.bx-soa-pp-company-selected img {
  padding: 0px;
  height: 60px !important;
  width: 60px !important;
  margin-right: 15px; }

.bx-soa-pp-price {
  display: none; }

.bx-soa-pp-company-logo {
  max-width: none !important;
  padding-top: 10px; }

.bx-soa-pp-company-image {
  max-width: 30px;
  max-height: 30px;
  margin: auto; }

.bx-soa-pp-company-logo .bx-soa-pp-company-image {
  max-height: 70px;
  max-width: 70px; }

.bx-soa-coupon {
  margin-top: 0px;
  padding-bottom: 10px; }

.bx-soa-coupon-label {
  padding-top: 0px !important;
  padding-bottom: 5px; }

.bx-soa-pp-company-desc br {
  display: none; }

.bx-soa-pp-company-desc ul {
  padding-top: 5px; }

ul.bx-soa-pp-list {
  display: none; }

.bx-soa-customer-field {
  padding: 10px 0px;
  /* border-bottom: 1px solid #eee; */ }

.bx-soa-customer-field:last-of-type {
  /* border-bottom:0px; */ }

.bx-soa-custom-label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px !important; }

.bx-soa-customer-field input {
  width: 100%;
  padding: 10px 15px; }

.bx-soa-customer-field input:focus {
  border: 1px solid #999 !important; }

.bx-soa-customer-field textarea {
  width: 100%;
  min-height: 70px;
  resize: vertical;
  border: 1px solid #eee; }

.bx-soa-customer-field textarea:focus {
  border: 1px solid #999 !important; }

.bx-soa-customer-label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0px !important; }

.bx-soa-item-imgcontainer {
  border-radius: 0px;
  border: 0px; }

.bx-soa-item-title a {
  text-decoration: none; }

.bx-soa-item-td-title {
  display: none; }

.bx-price-old {
  font-size: 12px;
  color: #999; }

.alert.alert-danger {
  margin: 15px 0px; }

.tooltip-inner {
  padding: 5px 10px;
  width: 100%;
  max-width: none !important;
  margin-bottom: 10px; }

.alert.alert-danger + strong {
  display: none; }

#bx-soa-orderSave {
  text-align: right; }

.ps_logo {
  display: flex;
  align-items: center; }

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

.ps_logo img {
  max-width: 60px;
  max-height: 60px; }

.ps_logo .paysystem_name {
  font-style: italic; }

h2.sale-order-title {
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
  font-size: 18px; }

.sale-order-list-inner-title-line {
  padding: 10px 0px; }

.sale-order-list-payment {
  max-width: none; }

.sale-order-list-status-alert {
  background-color: #222021;
  color: white;
  border-radius: 0px;
  border: 0px;
  margin-left: 15px;
  font-weight: normal;
  padding: 5px 15px; }

.sale-order-list-shipment-status-block {
  border-radius: 0px;
  border: 0px;
  background-color: #eee;
  font-weight: normal;
  margin-left: 15px;
  padding: 5px 15px; }

.sale-order-list-top-border {
  display: none; }

.sale-order-list-about-container {
  padding: 10px 15px;
  /* font-weight: normal; */
  max-width: none;
  display: inline-block;
  flex: none;
  width: auto; }

a.sale-order-list-about-link {
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  color: #999; }

a.sale-order-list-about-link:hover {
  text-decoration: underline; }

.sale-order-list-change-payment {
  display: inline-block;
  margin: 0px;
  font-size: 14px;
  color: #999;
  text-decoration: none !important;
  margin-top: 15px; }

.sale-order-list-change-payment:hover {
  text-decoration: underline !important; }

h2.sale-order-list-title {
  /* background-color: #eee; */
  /* border: 0px; */
  font-size: 18px;
  margin: 0px; }

.sale-order-list-title-container {
  background-color: #eee; }

.sale-order-list-repeat-container {
  max-width: none;
  flex: none;
  display: inline-block;
  width: auto;
  padding: 10px !important; }

.sale-order-list-cancel-container {
  flex: none;
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 10px !important; }

.sale-order-list-repeat-container a {
  text-decoration: none;
  color: #222021;
  padding-left: 0px;
  font-size: 14px; }

.sale-order-list-repeat-container a:hover {
  text-decoration: underline; }

.sale-order-list-repeat-container a:before {
  content: none; }

.sale-order-list-cancel-container a {
  text-decoration: none;
  font-size: 14px; }

.sale-order-list-cancel-container a:hover {
  text-decoration: underline; }

.sale-order-list-container {
  margin-bottom: 15px; }

.sale-order-list-inner-row-template {
  max-width: none;
  flex: none; }

.sale-order-payment-change-pp {
  width: 100%; }

.sale-order-payment-change-inner-row {
  width: 100%;
  padding: 0px 15px; }

.sale-order-payment-change-inner-row-body {
  width: 100%; }

.sale-order-payment-change-payment {
  padding-bottom: 15px; }

.sale-order-payment-change-status-alert {
  border: 0px;
  background-color: #222021;
  border-radius: 0px;
  font-weight: normal;
  color: white;
  padding: 5px 15px;
  margin-left: 15px; }

.sale-order-payment-change-pp-company {
  max-width: none;
  margin-bottom: 20px !important; }

.sale-order-payment-change-pp-list {
  display: flex;
  width: 100%; }

.sale-order-payment-change-pp-company-image {
  max-width: 50px;
  margin: auto; }

.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
  border-color: #222021; }

.sale-order-list-container * {
  font-family: "Roboto", sans-serif; }

.sale-order-payment-change-pp .row {
  padding: 0px 15px;
  width: 100%; }

a.sale-order-list-cancel-payment {
  margin-top: 10px;
  text-decoration: none;
  color: #999;
  display: inline-block; }
  a.sale-order-list-cancel-payment:hover {
    text-decoration: underline; }

.sale-order-detail {
  padding: 0px; }

h1.sale-order-detail-title-element {
  padding-top: 0px;
  font-size: 22px;
  padding-bottom: 10px; }

a.sale-order-detail-back-to-list-link-up {
  display: inline-block;
  padding: 10px 0px;
  text-decoration: none; }

a.sale-order-detail-back-to-list-link-up:hover {
  text-decoration: underline; }

.sale-order-detail-general-head {
  background-color: #222021; }

.sale-order-detail-general {
  border: 1px solid #eee; }

h3.sale-order-detail-about-order-title-element {
  padding: 10px 0px;
  margin: 0px;
  font-size: 18px; }

.sale-order-detail-about-order-inner-container {
  border: 0px; }

.sale-order-detail-general * {
  font-family: 'Roboto', sans-serif; }

.sale-order-detail-about-order-inner-container {
  padding: 15px; }

a.sale-order-detail-about-order-inner-container-repeat-button {
  background-color: #222021;
  text-decoration: none;
  border-radius: 0px;
  padding: 5px 15px;
  height: auto;
  line-height: 1.4;
  transition: all 0.1s ease-in-out; }
  a.sale-order-detail-about-order-inner-container-repeat-button:hover {
    background-color: #222021;
    opacity: 0.8; }

a.sale-order-detail-about-order-inner-container-name-read-more, a.sale-order-detail-about-order-inner-container-name-read-less {
  margin-top: 5px;
  border-bottom: 0px;
  text-decoration: none;
  color: #999; }
  a.sale-order-detail-about-order-inner-container-name-read-more:after, a.sale-order-detail-about-order-inner-container-name-read-less:after {
    content: none; }

.sale-order-detail-about-order-inner-container-details {
  padding: 0px; }

h4.sale-order-detail-about-order-inner-container-details-title {
  font-size: 14px;
  color: #333; }

ul.sale-order-detail-about-order-inner-container-details-list {
  padding-left: 0px; }

li.sale-order-detail-about-order-inner-container-list-item {
  padding-top: 10px; }

a.sale-order-detail-about-order-inner-container-list-item-link {
  color: #333; }

h3.sale-order-detail-payment-options-title-element {
  padding: 10px 0px;
  margin: 0px;
  font-size: 18px; }

.sale-order-detail-payment-options-inner-container {
  border: 0px; }

.sale-order-detail-payment-options-methods-info-change-link, .sale-order-detail-show-link {
  border-bottom: 0px;
  text-decoration: none !important;
  display: inline-block;
  color: #999; }
  .sale-order-detail-payment-options-methods-info-change-link:after, .sale-order-detail-show-link:after {
    content: none; }
  .sale-order-detail-payment-options-methods-info-change-link:hover, .sale-order-detail-show-link:hover {
    text-decoration: underline !important; }

.sale-order-detail-payment-options-methods-shipment-list {
  max-width: none;
  padding: 0px 15px !important; }

.sale-order-detail-payment-options-methods-shipment-list-item-link {
  padding-top: 10px; }

.sale-order-detail-payment-inner-row-template.col-md-offset-3 {
  margin-top: 0px;
  text-align: right; }

a.sale-order-list-cancel-payment {
  border-bottom: 0px; }

a.sale-order-list-cancel-payment:hover {
  text-decoration: underline !important; }

.sale-order-detail-payment-options-methods-info-title-status-alert {
  background-color: #222021;
  border-radius: 0px;
  border: 0px;
  color: white;
  padding: 5px 15px;
  font-weight: normal;
  margin-left: 15px; }

.sale-order-detail-payment-options-shipment-image-element {
  margin-bottom: 15px; }

.sale-order-detail-payment-options-shipment-image-element {
  margin-bottom: 15px; }

.sale-order-detail-payment-options-order-content-title {
  /* padding: 0px 10px; */
  /* margin: 0px; */ }

h3.sale-order-detail-payment-options-order-content-title-element {
  margin: 0px;
  padding: 10px 0px; }

.sale-order-detail-order-section-content.container-fluid {
  /* width: 100%; */ }

.sale-order-detail-order-section.bx-active {
  width: 100%;
  border: 0px; }

.sale-order-detail-order-item-td {
  padding: 10px 5px !important; }

.sale-order-detail-order-item-title a {
  text-decoration: none; }

.sale-order-detail-order-item-td-title {
  /* display: none; */ }

.sale-order-detail-total-payment-container {
  display: flex;
  justify-content: flex-end;
  max-width: none;
  flex: none; }

.sale-order-detail-total-payment-list-right {
  padding: 0px 0px 0px 30px !important;
  list-style-type: none !important; }

ul.sale-order-detail-total-payment-list-left {
  /* font-size: 12px !important; */
  max-width: none;
  padding: 0px !important;
  /* flex: none; */ }

li.sale-order-detail-total-payment-list-left-item {
  font-size: 14px; }

ul.sale-order-detail-total-payment-list-right {
  /* max-width: 250px; */
  /* flex: none; */
  max-width: none; }

.sale-order-detail-total-payment-container > .row {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  flex: none;
  justify-content: flex-end; }

a.sale-order-detail-back-to-list-link-down {
  padding: 0px;
  display: inline-block;
  margin: 10px 0px;
  text-decoration: none;
  color: #999;
  font-size: 14px; }

a.sale-order-detail-back-to-list-link-down:hover {
  text-decoration: underline !important; }

.bx_my_order_cancel {
  margin-top: 10px;
  font-size: 14px; }

.bx_my_order_cancel input[type="submit"] {
  background: none;
  text-shadow: none;
  color: white !important;
  border: 0px;
  border-radius: 0px;
  background-color: #222021;
  transition: all 0.1s ease-in-out;
  cursor: pointer; }

.bx_my_order_cancel input[type="submit"]:hover {
  background: none;
  opacity: 0.8;
  background-color: #222021; }

.bx_my_order_cancel textarea {
  width: 100%;
  max-width: none;
  resize: vertical; }

h2.sale-order-list-accomplished-title {
  margin-top: 0px;
  padding: 10px 0px;
  font-size: 18px; }

h1.sale-order-title {
  margin-top: 0px;
  font-size: 22px;
  padding-top: 0px;
  padding-bottom: 15px; }

.search-page form {
  display: flex; }

.search-page input[type="text"] {
  width: 100%; }

.search-page input[type="submit"] {
  cursor: pointer;
  background-color: #222021;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 0px 25px;
  transition: all 0.1s ease-in-out; }

.search-page input[type="submit"]:hover {
  opacity: 0.8; }

/*order-make-end*/
.map-columns a {
  text-decoration: none; }

/*contacts-start*/
.contacts_item {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative; }
  .contacts_item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #eee;
    width: 200px; }
  .contacts_item p:first-of-type {
    font-weight: bold; }
    .contacts_item p:first-of-type i {
      margin-right: 5px; }
  .contacts_item p:last-of-type {
    margin-left: 10px; }

/*contacts-end*/
@media (max-width: 992px) {
  .add_to_cart_attention {
    display: none; }
  .breadcrumbs {
    display: none; }
  .cdpl_buy_line {
    display: block; }
  .cdpl_tocart_button_parent {
    margin-top: 25px; }
  .cdpl_footer {
    display: block; }
  .cdpl_buy_one_click_parent {
    margin-top: 15px; }
  .cpi_name {
    padding: 10px 5px !important; }
  .cpi_price {
    padding-bottom: 10px !important; }
  .cpi_count_parent {
    text-align: left;
    padding-bottom: 10px !important; }
  .cpi_count {
    justify-content: flex-start; }
  .cpi_price.summ {
    text-align: left; }
  .cpi_delete {
    justify-content: flex-end; }
  .cp_footer {
    display: block; }
  .cp_footer_left {
    display: block;
    padding-bottom: 10px; }
  .cp_footer_right {
    text-align: right; }
  .bx-soa-pp-company-image {
    max-width: 60px;
    max-height: 60px; }
  .bx-soa-section.bx-selected .bx-soa-section-title-container {
    padding: 0px; }
  .bx-soa-pp-company-subTitle {
    padding-bottom: 10px; }
  .bx-soa-cart-total {
    position: static !important;
    top: 0 !important;
    padding: 10px !important;
    margin: 0px !important; }
  #bx-soa-total {
    padding: 20px; }
  .page_content {
    padding-top: 10px; }
  .sale-order-list-accomplished-date-container {
    padding-bottom: 10px; } }

.bx-filter {
  margin: 0px;
  font-family: inherit;
  margin-top: 25px; }

.bx-filter .bx-filter-section {
  padding: 15px;
  background: none !important;
  border: 1px solid #eee; }

.bx-filter .row {
  padding: 0px !important;
  margin: 0px !important;
  display: block; }

.bx-filter .col-lg-12 {
  padding: 0px !important;
  margin: 0px !important; }

.bx-filter .bx-filter-parameters-box-container {
  margin-top: 10px !important;
  padding-bottom: 0px; }

.bx-filter .bx-filter-parameters-box-title {
  padding: 0px;
  font-size: 14px;
  font-weight: bold; }

.bx-filter .bx-filter-parameters-box-title span {
  color: #333;
  width: 100%;
  border: 0px;
  display: block;
  position: relative;
  padding-right: 30px !important; }

.bx-filter .bx-filter-parameters-box-title span i {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #222021;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.bx-filter .bx-filter-title {
  font-weight: bold;
  font-size: 14px;
  color: #999;
  font-style: italic;
  text-align: right;
  padding-bottom: 15px !important; }

.bx-filter .bx-filter-parameters-box {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(238, 238, 238, 0.5); }

.bx-filter .bx-filter-select-container {
  height: auto;
  border-radius: 0px;
  border: 1px solid #999; }

.bx-filter .bx-filter-block {
  height: auto !important; }

.bx-filter .bx-filter-select-block {
  height: auto;
  border-radius: 0px;
  padding: 5px 30px 5px 10px; }

.bx-filter .bx-filter-select-text {
  font-size: 14px;
  height: auto;
  line-height: 1.4; }

.bx-filter .bx-filter-select-arrow {
  height: auto;
  width: 30px;
  bottom: 0;
  background: none; }

.bx-filter .bx-filter-select-arrow:before {
  content: '\f0d7';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999; }

.popup-window {
  font-family: inherit;
  box-shadow: 2px 2px 20px -5px RGBA(0, 0, 0, 0.5);
  padding: 0px;
  background-color: #eee;
  border: 1px solid #999;
  margin-left: -2px; }

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 1.4;
  height: auto;
  padding: 5px 15px; }

.bx-filter-select-popup ul li:first-child {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.bx-filter .bx-filter-parameters-box-container .checkbox label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  min-height: auto;
  margin-bottom: 10px; }

.bx-filter .bx-filter-parameters-box-container .checkbox:last-of-type label {
  margin-bottom: 0px; }

.bx-filter .bx-filter-parameters-box-container .checkbox label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  margin-top: 1px; }

.bx-filter .bx-filter-parameters-box-container .checkbox label:after {
  content: '\f00c';
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  margin-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 11px;
  color: #222021;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden; }

.bx-filter .bx-filter-parameters-box-container .checkbox label.active:after {
  opacity: 1;
  visibility: visible; }

.bx-filter .bx-filter-parameters-box-container .checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer; }

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  font-size: 14px;
  padding-left: 10px; }

.bx-filter btn {
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
  padding: 5px 10px; }

.bx-filter .btn {
  padding: 10px 15px !important;
  cursor: pointer;
  transition: all 0.1s ease-in-out; }

.bx-filter .btn:hover {
  opacity: 0.8; }

.bx-filter .btn.btn-themes {
  background-color: #222021 !important; }

.bx-filter .bx-filter-popup-result {
  right: auto !important;
  left: calc(100% + 15px) !important;
  margin: 0 !important;
  top: -17px !important;
  background: none !important;
  background-color: white !important;
  border: 1px solid #999 !important;
  padding: 5px 10px !important;
  text-align: center; }

.bx-filter .bx-filter-popup-result:before {
  content: '';
  border-style: solid;
  border-width: 11px 11px 11px 0;
  left: -11px;
  top: calc(50% - 8px);
  position: absolute;
  border-color: transparent #999 transparent transparent; }

.bx-filter .bx-filter-popup-result:after {
  content: '';
  border-style: solid;
  border-width: 10px 10px 10px 0;
  left: -10px;
  top: calc(50% - 7px);
  position: absolute;
  border-color: transparent white transparent transparent; }

.bx-filter .bx-filter-parameters-box-container-block {
  display: none; }

.bx-filter .bx-ui-slider-track-container {
  padding: 20px 10px 10px 10px; }

.bx-filter .bx-ui-slider-handle {
  cursor: pointer;
  top: 0;
  border: 0px;
  background: none !important;
  width: 10px;
  height: 10px;
  margin: 0px !important;
  margin-top: -3px !important;
  border-radius: 50%;
  background-color: #222021 !important; }

.bx-filter .bx-ui-slider-handle.left {
  margin-left: -5px !important; }

.bx-filter .bx-ui-slider-handle.right {
  margin-right: -5px !important; }

.bx-filter .bx-ui-slider-pricebar-vd {
  background-color: #e0e0e0 !important;
  z-index: 1; }

.bx-filter .bx-ui-slider-pricebar-vn {
  background-color: #999 !important;
  z-index: 2; }

.bx-filter .bx-ui-slider-pricebar-v {
  background-color: #333 !important;
  z-index: 3; }

.bx-filter .bx-ui-slider-part {
  height: 10px;
  bottom: 0; }

.bx-filter .bx-ui-slider-track {
  height: 4px; }

.bx-filter .bx-ui-slider-part span {
  font-size: 9px;
  top: -12px;
  color: #999;
  width: 50px;
  margin-left: -25px; }

.bx-filter .bx-filter-parameters-box-container .radio label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  min-height: auto;
  margin-bottom: 10px; }

.bx-filter .bx-filter-parameters-box-container .radio:last-of-type label {
  margin-bottom: 0px; }

.bx-filter .bx-filter-parameters-box-container .radio label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  margin-top: 1px;
  border-radius: 50%; }

.bx-filter .bx-filter-parameters-box-container .radio label:after {
  content: '\f111';
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  margin-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 11px;
  color: #222021;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden; }

.bx-filter .bx-filter-parameters-box-container .radio label.active:after {
  opacity: 1;
  visibility: visible; }

.bx-filter .bx-filter-parameters-box-container .radio input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer; }

.bx-filter .bx-filter-button-box {
  text-align: center; }

.cdpl_offers_item {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  border: 1px solid #222021;
  background-color: white;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.1s ease-in-out; }
  .cdpl_offers_item:hover {
    background-color: RGBA(248, 103, 13, 0.2); }
  .cdpl_offers_item:last-of-type {
    margin-right: 0px; }
  .cdpl_offers_item input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }
  .cdpl_offers_item.checked {
    color: white;
    background-color: #222021; }
  .cdpl_offers_item.disabled {
    background-color: white;
    opacity: 0.3;
    cursor: not-allowed;
    color: #333; }

.cdpl_offers {
  margin-bottom: 5px; }
  .cdpl_offers h3 {
    margin-bottom: 5px;
    font-size: 15px;
    color: #555; }
  .cdpl_offers h4 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal; }
    .cdpl_offers h4 span {
      font-weight: bold;
      font-style: italic; }

.cat_sections_list_parent_second .css_item_p {
  padding: 10px; }

.cat_sections_list_parent_second .css_item {
  display: block;
  height: 140px;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 15px;
  position: relative; }
  .cat_sections_list_parent_second .css_item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: RGBA(0, 0, 0, 0.7);
    transition: all 0.2s ease-in-out; }
  .cat_sections_list_parent_second .css_item:hover:before {
    background-color: RGBA(0, 0, 0, 0.5); }
  .cat_sections_list_parent_second .css_item:hover .css_icon {
    transform: scale(1.1); }

.cat_sections_list_parent_second .css_title {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: white; }

.cat_sections_list_parent_second .css_icon {
  position: absolute;
  overflow: hidden;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0px 0px 15px -3px RGBA(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out; }
  .cat_sections_list_parent_second .css_icon img {
    max-width: 100%;
    max-height: 40px; }

.modern-page-title {
  font-size: 14px;
  font-weight: bold; }

.modern-page-first {
  font-size: 14px;
  padding: 0px 5px; }

.modern-page-navigation a {
  font-size: 14px;
  padding: 0px 5px 0px 10px !important; }

.modern-page-next {
  font-weight: bold;
  color: #999; }

.cili_sales, .cdpr_sales {
  position: absolute;
  top: 10px; }

.cdpr_sales {
  z-index: 10; }

.cdpr_new_sales_item {
  font-size: 12px;
  padding: 2px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  left: -7px;
  position: relative;
  z-index:10;
}
  .cdpr_new_sales_item:before {
    content: '';
    position: absolute;
    border-width: 0px 7px 7px 0px;
    border-style: solid;
    left: 0px;
    bottom: -7px; }
  .cdpr_new_sales_item:nth-child(even) {
    background-color: #222021;
    color: white; }
    .cdpr_new_sales_item:nth-child(even):before {
      border-color: transparent #222021 transparent transparent; }
  .cdpr_new_sales_item:nth-child(odd) {
    background-color: #333;
    color: white; }
    .cdpr_new_sales_item:nth-child(odd):before {
      border-color: transparent #333 transparent transparent; }

.cdpl_chipper_form_parent {
  display: none;
  margin-bottom: 15px; }

.cdpl_chipper_cont {
  border-bottom: 1px solid #eee; }

.cdpl_chipper {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  text-decoration: underline;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  .cdpl_chipper:hover {
    color: #333; }

.jfilestyle-corner {
  display: flex !important; }
  .jfilestyle-corner input[type="text"] {
    width: 100% !important;
    border-color: #eee;
    background-color: white !important; }
  .jfilestyle-corner span label {
    white-space: nowrap !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    border-color: #eee !important;
    transition: all 0.2s ease-in-out; }
  .jfilestyle-corner span:hover label {
    background-color: #222021 !important;
    color: white !important; }

.cdpl_form_result {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  color: #2ecc71; }
  .cdpl_form_result.error {
    color: #222021; }

.ajax_nav_button_p {
  text-align: center;
  margin-top: 25px; }

a.ajax_nav_button {
  display: inline-flex;
  font-size: 14px;
  align-items: center;
  background-color: #222021;
  color: #fff;
  justify-content: center;
  padding: 0px 15px;
  height: 35px;
  transition: all 0.2s ease-in-out; }
  a.ajax_nav_button p {
    padding-right: 15px; }
  a.ajax_nav_button:hover {
    opacity: 0.8; }

.ajax_end_catalog {
  margin-top: 25px;
  text-align: right; }

a.scroll_to_top {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #222021; }
  a.scroll_to_top p {
    transition: all 0.1s ease-in-out; }
  a.scroll_to_top i {
    padding-left: 10px; }
  a.scroll_to_top:hover p {
    text-decoration: underline; }

.cat_item_subscribe {
  margin-bottom: 15px;
  display: inline-block;
  padding: 5px 15px;
  background-color: #fe6709;
  color: white;
  font-size: 14px;
  cursor: pointer; }

/**/
.popup-window {
  background-color: white;
  border-bottom: 5px solid #fe6709;
  padding: 0px 15px !important; }

.popup-window-titlebar {
  height: auto; }

.popup-window-titlebar-text {
  height: auto;
  color: #333;
  line-height: 1.4;
  padding: 15px 50px 15px 0px; }

.popup-window-content {
  font-style: italic;
  padding: 10px 0px !important;
  text-align: center; }

.popup-window-titlebar-close-icon {
  top: 13px;
  right: 8px; }

.popup-window-buttons {
  padding: 10px 0px 15px 0px;
  text-align: right; }

.popup-window-buttons .btn {
  padding: 8px 25px !important;
  font-size: 12px !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-right: 10px !important; }

.popup-window-buttons .btn:last-of-type {
  margin-right: 0px !important; }

.popup-window-buttons .btn:hover {
  opacity: 0.8; }

/**/
.catalog_filter_p {
  text-align: right; }
  .catalog_filter_p .catalog_filter_button {
    cursor: pointer;
    display: none;
    color: #222021;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 15px; }

@media (max-width: 991px) {
  .catalog_filter_p .catalog_filter_button {
    display: inline-block; }
  .catalog_filter_p .catalog_filter {
    display: none; } }

.brands_index_p {
  padding: 0px 40px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 70px; }
  .brands_index_p .bi_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0px 15px; }
    .brands_index_p .bi_item img {
      max-width: 100%;
      max-height: 60px;
      margin: auto; }
  .brands_index_p .brands_index_nav button {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #222021;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px; }
    .brands_index_p .brands_index_nav button.left {
      left: 0; }
    .brands_index_p .brands_index_nav button.right {
      right: 0; }

.new_contacts_line {
  font-size: 14px;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .new_contacts_line .ncl_left i {
    width: 20px;
    margin-right: 5px;
    text-align: center; }
  .new_contacts_line .ncl_left a {
    text-decoration: underline; }
  .new_contacts_line .ncl_left p {
    margin-bottom: 10px; }
  .new_contacts_line .ncl_left .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px; }
  .new_contacts_line .ncl_right .ncl_map {
    height: 240px;
    border-radius: 10px;
    width: 100%; }

@media (max-width: 992px) {
  .new_contacts_line .ncl_left {
    margin-bottom: 15px; } }

.bx-filter .filter_button {
  font-size: 14px;
  text-decoration: underline;
  color: #222021;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  .bx-filter .filter_button:hover {
    opacity: 0.8; }
  .bx-filter .filter_button.js_filter_close {
    opacity: 0;
    visibility: hidden; }
    .bx-filter .filter_button.js_filter_close.showed_button {
      opacity: 1;
      visibility: visible; }
  .bx-filter .filter_button.hidden_button {
    opacity: 0;
    visibility: hidden; }

.availability_table .at_item {
  background-color: #eee;
  border: 1px solid #999;
  padding: 15px;
  border-top: 0px;
  display: flex;
  align-items: center; }
  .availability_table .at_item:first-of-type {
    border-top: 1px solid #999; }
  .availability_table .at_item .ati_picture_p {
    padding-right: 25px;
    max-width: 100%; }
    .availability_table .at_item .ati_picture_p .ati_picture {
      width: 150px;
      display: inline-block;
      height: 100px;
      background-position: center;
      background-size: cover; }
  .availability_table .at_item .ati_main p {
    font-size: 14px;
    margin-bottom: 10px; }
    .availability_table .at_item .ati_main p:last-of-type {
      margin-bottom: 0px; }
    .availability_table .at_item .ati_main p a {
      text-decoration: underline;
      transition: all 0.1s ease-in-out; }
      .availability_table .at_item .ati_main p a:hover {
        opacity: 0.8; }
    .availability_table .at_item .ati_main p.on_road {
      font-size: 18px;
      font-weight: bold;
      color: #222021; }

@media (max-width: 992px) {
  .availability_table .at_item {
    display: block; }
    .availability_table .at_item .ati_picture_p {
      text-align: center;
      padding-right: 0px;
      margin-bottom: 15px; }
      .availability_table .at_item .ati_picture_p .ati_picture {
        margin: auto; } }

.index_top_line .itl_left {
  padding-right: 15px; }

.index_top_line .itl_right {
  padding-left: 15px; }

@media (max-width: 992px) {
  .index_top_line {
    display: none; } }
  .day_of_parent .day_of_item {
    padding-top: 50px;
    position: relative; }
    .day_of_parent .day_of_item:before {
      content: '';
      position: absolute;
      background-color: #222021;
      height: 50px;
      left: 0;
      top: 0;
      right: 0;
      z-index: 5; }
    .day_of_parent .day_of_item .day_of_title {
      position: absolute;
      height: 50px;
      display: flex;
      align-items: center;
      left: 15px;
      top: 0;
      z-index: 10;
      color: white;
      font-weight: bold;
      font-size: 18px; }
  .day_of_parent .day_of_nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 70px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222021; }
    .day_of_parent .day_of_nav button {
      color: white;
      font-size: 24px;
      cursor: pointer;
      background-color: transparent; }
      .day_of_parent .day_of_nav button:first-of-type {
        margin-right: 10px; }
    .day_of_parent .day_of_nav.hidden {
      display: none; }
  .day_of_parent .cili_parent {
    padding: 0px; }
    .day_of_parent .cili_parent .cili .cili_buttons {
      opacity: 1;
      visibility: visible;
      border: 0px;
      width: auto;
      left: 0;
      position: relative; }
    .day_of_parent .cili_parent .cili .cili_picture {
      height: 120px; }
      .day_of_parent .cili_parent .cili .cili_picture img {
        max-height: 110px; }
    .day_of_parent .cili_parent .cili:hover {
      border-bottom: 1px solid #222021; }

.interactions_block_content .day_of_parent .day_of_nav{
  top:15px;
  right:15px;
}

.element_advantages {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap; }
  .element_advantages .ea_item {
    display: flex;
    width: 50%;
    flex: 0 0 50%;
    align-items: center;
    padding: 10px; }
    .element_advantages .ea_item .ea_icon img {
      max-width: 60px;
      max-height: 60px; }
    .element_advantages .ea_item .ea_main {
      padding-left: 15px; }
      .element_advantages .ea_item .ea_main .ea_title {
        font-weight: bold;
        font-size: 14px; }
      .element_advantages .ea_item .ea_main .ea_desc {
        margin-top: 5px;
        font-size: 13px; }

@media (max-width: 992px) {
  .element_advantages .ea_item {
    width: 100%;
    flex: 0 0 100%; } }

.index_advantages {
  margin-top: 25px; }
  .index_advantages .ia_item_p {
    padding: 0px 5px !important; }
    .index_advantages .ia_item_p:nth-child(4n+4) {
      padding-right: 0px !important;
      padding-left: 10px !important; }
    .index_advantages .ia_item_p:nth-child(4n+1) {
      padding-left: 0px !important;
      padding-right: 10px !important; }
    .index_advantages .ia_item_p:nth-child(4n+2) {
      padding-right: 7.5px !important; }
    .index_advantages .ia_item_p:nth-child(4n+3) {
      padding-left: 7.5px !important; }
    .index_advantages .ia_item_p .ia_item {
      height: 100%;
      border: 1px solid #eee;
      transition: all 0.2s ease-in-out;
      padding: 15px; }
      .index_advantages .ia_item_p .ia_item .ia_title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px; }
      .index_advantages .ia_item_p .ia_item .ia_desc {
        font-size: 13px;
        margin-bottom: 10px; }
      .index_advantages .ia_item_p .ia_item .ia_icon img {
        max-width: 70px;
        max-height: 70px; }
      .index_advantages .ia_item_p .ia_item:hover {
        border: 1px solid #222021; }

.interactions_block_content.item_of_the {
  width: 290px;
  min-width: auto; }

@media (max-width: 992px) {
  .interactions_block_parent.mobile_hidden {
    display: none; } }

.catalog_slider_p {
  margin-top: 25px; }

.catalog_items_parent.catalog_slider {
  padding: 0px 35px;
  position: relative;
  height: 380px;
  overflow: hidden;
  width: 100%; }
  .catalog_items_parent.catalog_slider .catalog_items_list .slick-track {
    margin-left: 0px;
    margin-right: 0px; }
  .catalog_items_parent.catalog_slider .catalog_items_list .cili_parent {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    .catalog_items_parent.catalog_slider .catalog_items_list .cili_parent:nth-child(3n+3), .catalog_items_parent.catalog_slider .catalog_items_list .cili_parent:nth-child(3n+1), .catalog_items_parent.catalog_slider .catalog_items_list .cili_parent:nth-child(3n+2) {
      padding-left: 5px !important;
      padding-right: 5px !important; }
  .catalog_items_parent.catalog_slider .catalog_items_list .cili:hover {
    border-bottom: 1px solid #222021; }
  .catalog_items_parent.catalog_slider .catalog_items_list .cili_title {
    height: 60px; }
  .catalog_items_parent.catalog_slider .catalog_items_list .cili_buttons {
    position: relative;
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    border: 0px; }
    .catalog_items_parent.catalog_slider .catalog_items_list .cili_buttons a.detail_link {
      font-size: 13px; }
  .catalog_items_parent.catalog_slider .catalog_slider_nav button {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #222021;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    top: calc(50% - 15px); }
    .catalog_items_parent.catalog_slider .catalog_slider_nav button.left {
      left: 0; }
    .catalog_items_parent.catalog_slider .catalog_slider_nav button.right {
      right: 0; }
    .catalog_items_parent.catalog_slider .catalog_slider_nav button:hover {
      opacity: 0.8; }
 









.bx-filter .bx-filter-parameters-box-title span i.fa-question-circle {
    right: 23px;
    font-size: 15px;
}
  .cili_left_buttons {
    visibility: visible!important;
    opacity: 1!important;
    border: 0!important;
    right: 35px!important;
    left: auto!important;
    top: 5px!important;
}

.wc_favor_button_parent {
    border: 0!important;
    background: none!important;
}

























@media (max-width: 420px) {
  .cdpr_picture_main_item, .cdpr_picture_main_slider {
    height: 240px;
  }
  .cdpr_picture_main_item img {
    max-width: 100%;
    max-height: 240px;
}
}


































.faq_item_name:after, .block_info_price>div>div>span, .block_info_price>div>i {
  color: #222021;
}





 
.btn-1 {
  background: #222021;
  padding: 9px 15px;
  color: white;
  cursor:pointer;
  }.catalog_detail_page .wc_favor_button_parent_p {
    border: 1px solid #eee!important;
  }

  .footer-bottom_info_social i {
    color: #222021;
  }


  .question-info-main {
    margin-bottom: 30px;
  }
  .question-info-name {
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    transition: all .3s;
  }
  .question-info-name:hover {
    opacity: 0.8;
  }
  .question-info-name:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    right: 10px;
    font-size: 18px;
  }

  .active-arr.question-info-name:before {
    transform: rotate(180deg);
  }
  .question-info-content {
    display: none;
    border-top: 0px;
    padding: 20px;
  }
  .info-content-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .info-content-img {
    margin-right: 20px;
  }
  .info-content-img img{
    max-width: 100%;
    max-height: 200px;
  }

  @media(max-width: 768px) {
    .info-content-img {
      display: none;
    }
  }

  /*Ð§Ð°ÑÑ‚Ñ‹Ðµ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹ ÐšÐ¾Ð½ÐµÑ†*/






  .sale-order-list-container input.btn.btn-primary {
    background: #ef6737;
    padding: 15px 25px;
    font-size: 14px;
    color: white;
    }.popup-window-buttons span.btn.btn-primary {
      background-color: #222021;
      color: #fff;
      display: inline-flex;
      align-items: center;
      padding: 10px 25px;
      font-size: 14px;
      display: inline-block;
      transition: all 0.1s ease-in-out;
      margin-right: 7px;
    }

    .popup-window-buttons span.btn  {
      background-color: #222021;
      color: #fff;
      display: inline-flex;
      align-items: center;
      padding: 10px 25px;
      font-size: 14px;
      display: inline-block;
      transition: all 0.1s ease-in-out; 
      }.bg-fff-border-eee-color-blue {
        background-color: #222021;
        color: #fff;
        border: 1px solid #eee;
        border: 2px solid #222021;
      }

      .question-info-content.bg-fff-border-eee {
        border: 2px solid #e0e0e0;
        border-top: 0;
      }




      @media(max-width:992px){
  .wrapper{
    padding-top:65px;
  }
  .fix_tovar .col-md-8 {
    display: none;
}
}




.fix_tovar a.cdpl_tocart_button {
    padding: 10px 10px;
    background: #222021;
    border: 0;
    color: white;
    text-align: center;
}




.phone_and_feedback {
    padding-left: 0;
}

.phone_and_feedback_parent i.with_circle:after {
    width: 30px;
    height: 30px;
    background: none !important;
    position: absolute;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    z-index: -1;
}

.phone_and_feedback_parent i.with_circle {
    color: #222021;
    font-size: 21px;
    margin-right: 10px;
}















@media (max-width: 992px)
{.catalog_items_list.three_in_line .cili_parent:nth-child(3n+3),.catalog_items_list.three_in_line .cili_parent, .catalog_items_list.three_in_line .cili_parent:nth-child(3n+1) {
    width: 50%;
    padding: 0 1%!important;
    margin-bottom: 15px;
}

.page_content_parent {}

.page_content_parent>.container {
    padding-left: 6px;
    padding-right: 6px;
}

.cili_parent.col-lg-4 .cili_buttons a.detail_link {
    /* display: none; */
    padding: 4px;
    margin-right: 4px;
}

.cili_buttons {
}

.kod_buttom {}

.cili_buttons .kod_buttom {
    /* display: none; */
}

.cili .kod_buttom {
    top: 96%!important;
    font-size: 10px!important;
}

.cili_picture, .cili_buttons, .cili_price, .cili_have, .cili_title {
    padding-left: 10px;
    padding-right: 10px;
}
}




.wct_select_city_0>i, .wct_select_city_div a:hover {
  color: #222021;
}

.wct_select_city_checked { 
  background: #222021; 
}
.wct_select_city_checked:before, .wct_select_city_0:hover .wct_select_city:before { 
  border-color: transparent transparent #222021 transparent; 
}

.wct_select_city_0:hover .wct_select_city { 
  border-top: 3px solid #222021; 
}.bx-filter .btn {
    font-size: 13px;
}