@font-face {
  font-family: 'PT Sans Caption';
  src: url("../fonts/PTSans-Caption.eot");
  src: url("../fonts/PTSans-Caption.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Caption.woff2") format("woff2"), url("../fonts/PTSans-Caption.woff") format("woff"), url("../fonts/PTSans-Caption.ttf") format("truetype"), url("../fonts/PTSans-Caption.svg#PTSans-Caption") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans Caption';
  src: url("../fonts/PTSans-CaptionBold.eot");
  src: url("../fonts/PTSans-CaptionBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-CaptionBold.woff2") format("woff2"), url("../fonts/PTSans-CaptionBold.woff") format("woff"), url("../fonts/PTSans-CaptionBold.ttf") format("truetype"), url("../fonts/PTSans-CaptionBold.svg#PTSans-CaptionBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

html, body {
  line-height: 1.4;
  font-family: "PT Sans Caption", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  width: 100%;
}

.header_parent {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
}


@media(min-width:1500px){
  .header_parent:before{
  right:75%;
  }
}

.header_parent.index {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: RGBA(255, 255, 255, 0.8);
}

.header_top_line {
  background-image: url(../img/red_pattern.png);
  background-size: 1000px;
  position: absolute;
  width: 100%;
  top: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 0px RGBA(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px RGBA(0, 0, 0, 0.5);
}

.htl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 300px;
}

.htl_city select {
  font-size: 12px;
  font-family: "PT Sans Caption", sans-serif;
  padding: 5px 10px;
}

.htl_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 12px;
}

.htl_icon {
  color: white;
  font-size: 16px;
  margin-right: 10px;
}

.htl_links a {
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
}


.htl_links a:hover {
  opacity: 0.8;
}

.htl_links a:last-of-type:after {
  content: none;
}

.nice-select {
  border-radius: 0px;
  height: 32px;
  line-height: 32px;
  z-index: 15;
  background-color: transparent;
  border: 0px;
  color: white;
}

.nice-select:after {
  margin-top: -5px;
  border-color: white;
  border-width: 0px 3px 3px 0px;
  width: 8px;
  height: 8px;
}

.nice-select .list {
  border-radius: 0px;
  width: 200px;
  left: -1px;
  color: #333;
}

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


.header_logo_parent_background {
  position: relative;
}



.header_logo {
  padding: 10px 0px;
}

.header_logo img {
  max-width: 100%;
  max-height: 150px;
}
img.pk_head_logo {
  height: 50px;
  margin-right: 25px;
}
.header_search {
  padding: 0px 15px !important;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_form input[type="text"] {
  border: 1px solid #999;
  padding: 5px 10px;
  height: 32px;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  width: 100%;
  background: transparent;
}

.search_form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.search_form input[type="text"]:-ms-input-placeholder {
  color: #999;
}

.search_form input[type="text"]::-ms-input-placeholder {
  color: #999;
}

.search_form input[type="text"]::placeholder {
  color: #999;
}

.search_form .search_button {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  border: 1px solid #999;
  border-left: 0px;
  font-size: 14px;
  padding: 0px 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.search_form .search_button:hover {
  color: #333;
}

.cart_parent {
  padding-left: 15px !important;
  text-align: right;
}

.cart {
  position: relative;
}

.cart img {
  max-width: 50px;
  max-height: 50px;
}

.cart a:hover {
  opacity: 0.8;
}

.cart_count {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #dd2b1c;
  color: white;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.header {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_search.col-l3 {
  display: flex;
}.header_search.col-l3 {
   display: flex;
   margin: 16px;
   height: 35px;
 }

.search_form input[type="text"] {
  height: 35px;
  border-radius: 20px 0 0 20px;
  margin-left: 10px;
  border-right: 0;
}

.search_form .search_button {
  height: 35px;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}
.header_nav_line {
  border-width: 1px 0px;
  -webkit-box-shadow: 0px 7px 10px -7px RGBA(0, 0, 0, 0.5);
  box-shadow: 0px 7px 10px -7px RGBA(0, 0, 0, 0.5);
  height: 50px;
  border-top: 1px solid #999;
}

.header_nav_list {
  position: relative;
}

.header_nav_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav_list > ul > li > a {
  display: block;
  padding: 14px 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
}

.header_nav_list > ul > li > a:before {
  content: '\f111';
  font-weight: bold;
  font-family: Font Awesome\ 5 Free;
  font-size: 9px;
  color: #dd2b1c;
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header_nav_list > ul > li > a.active:before {
  opacity: 1;
  visibility: visible;
}

.header_nav_list > ul > li > a.with_nav {
  padding-right: 40px;
}

.header_nav_list > ul > li > a.with_nav:after {
  content: '\f107';
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  font-size: 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  position: absolute;
  right: 20px;
  top: 0;
}

.header_nav_list > ul > li .dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 50;
}

.header_nav_list > ul > li .dropdown > ul {
  border-right: 1px solid #eee;
  width: 25%;
}

.header_nav_list > ul > li .dropdown > ul > li > a {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  width: 100%;
}

.header_nav_list > ul > li .dropdown > ul > li > ul {
  display: none;
  position: absolute;
  left: 25%;
  top: 10px;
  width: 25%;
  border-right: 1px solid #eee;
  height: calc(100% - 20px);
}

.header_nav_list > ul > li .dropdown > ul > li > ul > li > a {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  width: 100%;
}

.header_nav_list > ul > li .dropdown > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
  height: 100%;
  -webkit-column-count: 2;
  column-count: 2;
  width: 200%;
}

.header_nav_list > ul > li .dropdown > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  display: inline-block;
  padding: 5px 25px;
}

@media (max-width: 992px) {
  .htl > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .search_form input[type="text"] {
    min-width: 320px;
  }
}

@media (min-width: 992px) {
  .header_nav_list > ul > li > a:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .header_nav_list > ul > li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .header_nav_list > ul > li .dropdown > ul > li > a:hover {
    background-color: #222;
  }
  .header_nav_list > ul > li .dropdown > ul > li.show > ul {
    display: block;
  }
  .header_nav_list > ul > li .dropdown > ul > li.show > a {
    background-color: #111;
  }
  .header_nav_list > ul > li .dropdown > ul > li > ul > li > a:hover {
    background-color: #222;
  }
  .header_nav_list > ul > li .dropdown > ul > li > ul > li.show > ul {
    display: block;
  }
  .header_nav_list > ul > li .dropdown > ul > li > ul > li.show > a {
    background-color: #111;
  }
  .header_nav_list > ul > li .dropdown > ul > li > ul > li > ul > li:hover {
    background-color: #222;
  }
}

/**/
.catalog_link a {
  padding: 15px 25px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

.main {
  height: 500px;
}

.header_phone {
  padding: 0px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_phone i {
  color: #dd2b1c;
  position: relative;
  left:10px;
}

.header_phone > div {
  text-align: center;
}

.header_phone .header_phone_phone {
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 18px;
}

.header_phone .header_phone_phone:hover {
  color: #dd2b1c;
}

.header_phone .feedback_button {
  font-size: 12px;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header_phone .feedback_button:hover {
  color: #dd2b1c;
}

.main_parent {
  padding-top: 50px;
}

.slider_parent {
  padding-bottom: 15px;
}

.slider_item {
  text-align: center;
}

.slider_item img {
  width: 100%;
  height: 350px;
}

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

.slick-dots {
  bottom: 25px;
  width: auto;
  right: 25px;
}

.slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0px 5px !important;
}

.slick-dots li button {
  background-color: white;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #eee;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  border: 1px solid #dd2b1c;
  background-color: #dd2b1c;
}

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

.catalog_nav {
  font-size: 14px;
}

.catalog_nav > ul {
  border: 1px solid #eee;
  border-left: 5px solid #dd2b1c;
}

.catalog_nav > ul > li {
  position: relative;
}

.catalog_nav > ul > li:last-of-type > a {
  border-bottom: 0px;
}

.catalog_nav > ul > li > a {
  width: 100%;
  padding: 12px 50px 12px 25px;
  display: block;
  background-color: white;
  color: #333;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
}

.catalog_nav > ul > li > a.with_nav:after {
  content: '\f105';
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-family: Font Awesome\ 5 Free;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #dd2b1c;
}

.catalog_nav > ul > li > ul {
  position: absolute;
  -webkit-box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 20;
}

.catalog_nav > ul > li > ul > li {
  position: relative;
}

.catalog_nav > ul > li > ul > li:last-of-type > a {
  border-bottom: 0px;
}

.catalog_nav > ul > li > ul > li > a {
  background-color: #eee;
  color: #333;
  display: block;
  padding: 12px 50px 12px 25px;
  min-width: 200px;
  border-bottom: 1px solid #999;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
}

.catalog_nav > ul > li > ul > li > a.with_nav:after {
  content: '\f105';
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-family: Font Awesome\ 5 Free;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #dd2b1c;
}

.catalog_nav > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 20;
}

.catalog_nav > ul > li > ul > li > ul > li:last-of-type > a {
  border-bottom: 0px;
}

.catalog_nav > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 12px 25px;
  background-color: #e0e0e0;
  border-bottom: 1px solid #999;
  min-width: 200px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*Catalog Nav Hover S*/
@media (min-width: 992px) {
  .catalog_nav > ul > li:hover > a {
    background-color: #dd2b1c;
    color: white;
  }
  .catalog_nav > ul > li:hover > a:after {
    color: white;
  }
  .catalog_nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .catalog_nav > ul > li:hover > ul > li:hover > a {
    background-color: #e0e0e0;
  }
  .catalog_nav > ul > li:hover > ul > li:hover > a:after {
    color: #dd2b1c;
  }
  .catalog_nav > ul > li:hover > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .catalog_nav > ul > li:hover > ul > li:hover > ul > li:hover > a {
    background-color: #bdbdbd;
  }
}

.sections_list {
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .section_item_parent {
    padding: 15px !important;
  }
  .section_item_parent:nth-child(3n+1) {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
  .section_item_parent:nth-child(3n+3) {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
}

@media (min-width: 1200px) {
  .section_item_parent {
    padding: 15px !important;
  }
  .section_item_parent:nth-child(4n+1) {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
  .section_item_parent:nth-child(4n+4) {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
}

.section_item {
  border: 1px solid #eee;
  overflow: hidden;
  color: white;
}

.section_item:hover .section_picture:before {
  opacity: 1;
  visibility: visible;
}

.section_item:hover .section_title:before {
  width: 100%;
}

.section_item:hover .section_title:after {
  left: 100%;
}

.section_item:hover .section_title i {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  color: white;
}

.section_picture {
  width: 100%;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.section_picture:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section_title {
  background-color: #eee;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  padding: 15px 25px;
  position: relative;
  height: 50px;
}

.section_title i {
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #333;
  font-size: 22px;
}

.section_title:before {
  content: '';
  background-color: #dd2b1c;
  background-size: 1000px;
  height: 100%;
  position: absolute;
  width: 65%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top:0;
}

.section_title:after {
  content: '';
  border: 27px solid transparent;
  border-left: 27px solid #dd2b1c;
  border-bottom: 27px solid #dd2b1c;
  position: absolute;
  left: 65%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top:0;
}

.section_title p {
  position: relative;
  max-width: 65%;
}

.sale_slider_item img {
  width: 100%;
  height: 150px;
}

.main_left {
  padding-bottom: 50px;
}

.main_left_item {
  margin-bottom: 25px;
}

h3.ml_title {
  font-size: 18px;
  padding-bottom: 15px;
}

.partners_item img {
  width: 100%;
}

.viewed_items_hidden {
  display: none;
}

.viewed_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}

.viewed_item:last-of-type {
  border-bottom: 0px;
}

.viewed_item:hover .viewed_picture {
  opacity: 0.8;
}

.viewed_picture {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.viewed_picture img {
  max-width: 100%;
  max-height: 100px;
}

.viewed_title {
  font-size: 12px;
  padding-bottom: 5px;
}

.viewed_main {
  padding-left: 10px !important;
}

.viewed_prices_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.viewed_prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.viewed_prices .new_price {
  font-weight: bold;
  padding-right: 10px;
}

.viewed_prices .old_price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
}

.viewed_link {
  display: inline-block;
  padding: 0px 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.viewed_link:hover {
  color: #dd2b1c;
}

.viewed_button {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.viewed_button_show {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.viewed_button_show i {
  padding-left: 10px;
}

.viewed_button_show:hover {
  color: #dd2b1c;
}

.catalog_item_parent {
  padding: 15px !important;
}

.catalog_item_parent:nth-child(4n+1) {
  padding-left: 0px !important;
  padding-right: 15px !important;
}

.catalog_item_parent:nth-child(4n+4) {
  padding-right: 0px !important;
  padding-left: 15px !important;
}

.catalog_item_picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  position: relative;
}

.catalog_item_picture:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/white_pattern.png);
  background-size: 1000px;
  opacity: 0.2;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 5;
}

.catalog_item_picture img {
  position: relative;
  max-width: 100%;
  max-height: 150px;
  z-index: 10;
}

.catalog_item {
  border: 1px solid #eee;
  height: 100%;
  position: relative;
}

.catalog_item:hover .catalog_item_picture:before {
  opacity: 0.4;
}

.catalog_item:hover .catalog_item_main:before {
  border-right: 45px solid #dd2b1c;
  border-bottom: 45px solid #dd2b1c;
}

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

.catalog_item_main:before {
  position: absolute;
  border: 45px solid transparent;
  border-right: 45px solid rgba(231, 31, 29, 0.6);
  border-bottom: 45px solid rgba(231, 31, 29, 0.6);
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.catalog_item_title_parent {
  padding-bottom: 15px;
}

.catalog_item_title {
  font-size: 14px;
  font-weight: bold;
  max-height: 55px;
  overflow: hidden;
}

.catalog_item_prices {
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_item_price .new_price {
  font-weight: bold;
  font-size: 22px;
  color: #dd2b1c;
}

.catalog_item_price .old_price {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
}

.catalog_item_link a {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #333;
  font-size: 20px;
}

h2.block_title {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 26px;
}

h2.block_title:before {
  content: '\f111';
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  left: 0;
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  color: #dd2b1c;
}

.catalog_line_parent {
  padding-bottom: 10px;
}

.content {
  font-size: 14px;
}

.content img{
  padding:10px;
}

.content p {
  padding-bottom: 10px;
}

.content ol, .content ul {
  padding-left: 40px;
  padding-bottom: 10px;
}

.content ol {
  list-style-type: decimal;
}

.content ul {
  list-style-type: disc;
}

.content a {
  text-decoration: underline;
}

.content h2 {
  padding-bottom:15px;
  padding-top:5px;
  font-size:22px;
}

.content h3 {
  padding-top:5px;
  padding-bottom:15px;
  font-size:18px;
}

.content .content_reset {
  font-size: inherit;
}

.content .content_reset img{
  padding:0px;
}

.content .content_reset p {
  padding-bottom: 0px;
}

.content .content_reset ol, .content .content_reset ul {
  padding:0px;
}

.content .content_reset ol {
  list-style-type: none;
}

.content .content_reset ul {
  list-style-type: none;
}

.content .content_reset a {
  text-decoration: none;
}

.content .content_reset h2 {
  padding:0px;
  font-size:inherit;
}

.content .content_reset h3 {
  padding:0px;
  font-size:inherit;
}

.content .content_reset .content {
  font-size: 14px;
}

.content .content_reset .content img{
  padding:10px;
}

.content .content_reset .content p {
  padding-bottom: 10px;
}

.content .content_reset .content ol, .content .content_reset .content ul {
  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 a {
  text-decoration: underline;
}

.content .content_reset .content h2 {
  padding-bottom:15px;
  padding-top:5px;
  font-size:22px;
}

.content .content_reset .content h3 {
  padding-top:5px;
  padding-bottom:15px;
  font-size:18px;
}

.index_text h1 {
  font-size: 26px;
  padding: 25px 0px;
  color: #333;
}

.index_text {
  padding-bottom: 50px;
}

.footer_parent {
  border-top: 1px solid #eee;
}

.footer_line {
  background-color: #333;
}

.footer_logo_parent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  height: 150px;
  position: relative;
}

.footer:before {
  content: '';
  position: absolute;
  right: 85%;
  background-image: url(../img/red_pattern.png);
  background-size: 1000px;
  top: 0;
  height: 190px;
  width: 5000px;
}

.footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: -109px;
  border-style: solid;
  border-width: 0 0 190px 110px;
  border-color: transparent transparent white transparent;
}

.footer_logo_background:before {
  content: '';
  position: absolute;
  height: 190px;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}

.footer_logo_background:after {
  content: '';
  position: absolute;
  top: 0;
  right: -110px;
  border-style: solid;
  border-width: 190px 110px 0 0;
  border-color: white transparent transparent transparent;
}

.footer_logo {
  position: relative;
  margin-top: 40px;
  z-index: 5;
}

.footer_logo img {
  max-width: 100%;
  max-height: 75px;
}

.footer_nav {
  padding: 0px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_nav ul {
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
}

.footer_nav ul li a {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: white;
}

.footer_nav ul li a:hover {
  opacity: 0.8;
}

.footer_phone {
  padding-left: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_phone i {
  color: #dd2b1c;
  font-size: 22px;
  padding-right: 15px;
}

.footer_phone a {
  font-size: 22px;
  font-weight: bold;
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.footer_phone a:hover {
  opacity: 0.8;
}

.footer_bottom_line {
  padding: 10px;
  font-size: 12px;
  text-align: right;
  height: 40px;
  background-image: url(../img/red_pattern.png);
  background-size: 1000px;
  color: white;
}

.internet_price_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding: 12px 0px;
}

.internet_price_link i {
  padding-right: 10px;
  color: #e71f1d;
}

.index_slider_item {
  position: relative;
  height: 700px;
  padding: 270px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.index_slider_picture:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: RGBA(0, 0, 0, 0.2);
}

.index_slider_content {
  position: relative;
  width: 100%;
  color: white;
}

.index_slider_title {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 10px;
}

.index_slider_text {
  font-size: 16px;
}

.index_slider_button {
  padding-top: 25px;
}

.index_slider_button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  color: #333;
  position: relative;
  height: 50px;
  overflow: hidden;
  color: white;
}

.index_slider_button a p {
  padding-right: 50px;
  position: relative;
}

.index_slider_button a i {
  position: relative;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index_slider_button a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 80px;
  background-color: #dd2b1c;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index_slider_button a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  border: 25px solid transparent;
  border-left: 25px solid #dd2b1c;
  border-bottom: 25px solid #dd2b1c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index_slider_button a:hover:before {
  right: 0px;
}

.index_slider_button a:hover:after {
  right: -50px;
}

.index_slider_button a:hover i {
  color: white;
}

a.internet_price {
  background-color: #dd2b1c;
  -webkit-box-shadow: 0px 0px 10px 0px RGBA(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px RGBA(0, 0, 0, 0.5);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 50%;
  z-index: 50;
  padding: 15px 25px;
  left: -200px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:white;
}

.internet_price i {
  font-size: 14px;
  color: white;
  padding-left: 25px;
}

.internet_price:hover {
  left: 0px;
}

.cia_item {
  position: absolute;
  left: -10px;
  font-size: 12px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 15;
}

.cia_item:before {
  content: '';
  border: 5px solid transparent;
  position: absolute;
  left: 0px;
  top: 100%;
}

.cia_item.sale {
  background-color: #dd2b1c;
  color: white;
}

.cia_item.sale:before {
  border-top: 5px solid #dd2b1c;
  border-right: 5px solid #dd2b1c;
}

.cia_item.hit {
  background-color: #eb7600;
  color: white;
}

.cia_item.hit:before {
  border-top: 5px solid #eb7600;
  border-right: 5px solid #eb7600;
}

.cia_item.new {
  background-color: #2b9ace;
  color: white;
}

.cia_item.new:before {
  border-top: 5px solid #2b9ace;
  border-right: 5px solid #2b9ace;
}

.cia_item:first-of-type {
  top: 20px;
}

.cia_item:nth-child(2) {
  top: 60px;
}

.cia_item:nth-child(3) {
  top: 100px;
}

.breadcrumbs {
  padding-bottom: 10px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.breadcrumbs ul li:before {
  content: '\f105';
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  padding: 0px 10px;
  color: #999;
  font-size: 12px;
  margin-top: 1px;
}

.breadcrumbs ul li:first-of-type:before {
  content: none;
}

.breadcrumbs ul li a {
  color: #333;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.catalog_item_page {
  padding-bottom: 25px;
}

.page_title {
  font-size: 32px;
  padding-bottom: 25px;
}

.cip_picture_parent {
  padding-right: 25px !important;
}

.cip_picture {
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.cip_picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.cip_picture a:after {
  content: '\f002';
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  font-size: 26px;
  color: #2b9ace;
  z-index: 10;
}

.cip_picture img {
  max-width: 100%;
  max-height: 200px;
}

.cip_main_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0px;
}

.cip_main_title {
  font-size: 14px;
  font-style: italic;
  padding-right: 25px;
  color: #999;
}

.cip_main_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cip_main_price .old_price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  padding-right: 10px;
}

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

.cip_main_value.price {
  font-weight: bold;
  font-size: 26px;
}

.cip_main_value img {
  max-width: 100%;
  max-height: 50px;
}

.cip_width_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cip_width_items .width_item {
  margin-right: 10px;
  border: 1px solid #dd2b1c;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

.cip_width_items .width_item.active {
  background-color: #dd2b1c;
  color: white;
}

.cip_main_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cip_main_count a {
  border: 1px solid #eee;
  height: 30px;
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
}

.cip_main_count a:hover {
  color: #333;
}

.cip_main_count input[type="text"] {
  border: 1px solid #eee;
  border-width: 1px 0px;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  height: 30px;
  padding: 0px 10px;
  text-align: center;
  width: 80px;
}

.cip_main_count span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.cip_main_buttons {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cip_compare {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size:18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #eee;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cip_compare:hover {
  background-color: #333;
  color: white;
}

a.cip_one_click, a.cip_add_to_cart {
  margin-right: 15px;
  padding: 10px 20px;
  border: 1px solid #eee;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: white;
  overflow: hidden;
  position: relative;
}

a.cip_one_click:before, a.cip_add_to_cart:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: 79px;
  background-color: #dd2b1c;
  height: 52px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.cip_one_click p, a.cip_add_to_cart p {
  padding-right: 50px;
  position: relative;
}

a.cip_one_click i, a.cip_add_to_cart i {
  color: #333;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.cip_one_click:after, a.cip_add_to_cart:after {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  border: 25px solid transparent;
  border-left: 25px solid #dd2b1c;
  border-bottom: 25px solid #dd2b1c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.cip_one_click:hover, a.cip_add_to_cart:hover {
  color: white;
}

a.cip_one_click:hover:before, a.cip_add_to_cart:hover:before {
  right: 0px;
}

a.cip_one_click:hover:after, a.cip_add_to_cart:hover:after {
  right: -50px;
}

a.cip_one_click:hover i, a.cip_add_to_cart:hover i {
  color: white;
}

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

.cip_main_check i {
  padding-right: 5px;
}

.cip_main_check i.fas.green {
  color: green;
}

.cip_main_check i.fas.red {
  color: #dd2b1c;
}

.cip_main_check a {
  text-decoration: underline;
}

.cip_line {
  padding-bottom: 25px;
}

.cip_tabs {
  padding-bottom: 25px;
}

.tabs_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #dd2b1c;
}

.tabs_caption li {
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eee;
  border-width: 1px 1px 0px 1px;
  margin-right: 10px;
  padding: 10px 25px;
  font-size: 14px;
}

.tabs_caption li i {
  padding-left: 15px;
}

.tabs_caption li.active {
  background-color: #eee;
}

.tabs_caption li.active i {
  color: #dd2b1c;
}

.tabs_caption li:hover {
  background-color: #f2f2f2;
}

.tabs_content {
  display: none;
}

.tabs_content.active {
  display: block;
}

.tabs_content {
  padding-top: 15px;
}

.style_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.style_table table tr {
  border: 1px solid #eee;
  background-color: white;
}

.style_table table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.style_table table tr td {
  padding: 10px;
}

.style_table table tr td:first-of-type {
  border-right: 1px solid #eee;
}

.style_table table tr:hover {
  background-color: #f5f5f5;
}

.table_title {
  padding-bottom: 10px;
  font-size: 22px;
}

/**/
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 150;
  background-color: RGBA(51, 51, 51, 0.5);
  opacity: 1;
  display: none;
  overflow: auto;
}

.feedback_form_parent {
  position: absolute;
  width: 500px;
  top: 5%;
  left: 50%;
  margin-left: -250px;
  display: none;
  opacity: 1;
  z-index: 200;
  background-color: white;
  overflow: auto;
  margin-bottom: 50px;
  border-radius: 15px;
}

.feedback_title {
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  padding: 10px 0px;
}

.feedback_main {
  padding: 25px;
  padding-top: 10px;
}

.feedback_submit {
  padding-top: 25px;
  text-align: center;
}

.feedback_submit .rd_submit {
  border-radius: 15px;
  padding: 10px 25px;
  background-color: #dd2b1c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-family: "PT Sans Caption", sans-serif;
}

.feedback_submit .rd_submit:hover {
  background-color: #dd2b1c;
}

.feedback_submit .dv_submit {
  padding: 15px 0px;
}

.feedback_close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  opacity: 0.5;
}

.feedback_close:hover {
  opacity: 1;
}

.form_input_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.form_input_checkbox label {
  font-size: 10px;
  padding-left: 10px;
}

.form_input_checkbox label a {
  text-decoration: underline;
}

.form_input_checkbox label a:hover {
  color: #dd2b1c;
}

.form_input {
  margin-bottom: 15px;
}

.form_input .red {
  color: red;
}

.form_input label {
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
}

.after_send {
  text-align: center;
  font-size: 22px;
  padding: 25px;
  padding-top: 0px;
}

.feedback_form {
  padding-top: 25px;
}

.feedback_form input[type="text"] {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  font-family: "PT Sans Caption", sans-serif;
}

.feedback_form input[type="text"]:last-of-type {
  margin-bottom: 0px;
}

.feedback_form input[type="text"]:focus {
  border: 1px solid #dd2b1c;
}

@media (max-width: 992px) {
  .feedback_form_parent {
    width: 90%;
    left: 5%;
    margin-left: auto;
  }
}

.cart_attention {
  position: fixed;
  bottom: -130px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 100px;
  z-index: 150;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  padding: 25px;
  background-color: white;
  text-align: center;
  height: 125px;
}

.cart_attention.show {
  bottom: 0;
}

.cart_attention > p {
  padding-bottom: 15px;
  font-weight: bold;
}

a.style_button {
  margin-right: 15px;
  padding: 10px 20px;
  border: 1px solid #eee;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: white;
  overflow: hidden;
  position: relative;
}

a.style_button:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: 79px;
  background-color: #dd2b1c;
  height: 52px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.style_button:hover:before {
  right: 0;
}

a.style_button:hover:after {
  right: -50px;
}

a.style_button:hover i {
  color: white;
}

a.style_button:hover p {
  color: white;
}

a.style_button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  border: 25px solid transparent;
  border-left: 25px solid #dd2b1c;
  border-bottom: 25px solid #dd2b1c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.style_button p {
  padding-right: 50px;
  position: relative;
}

a.style_button i {
  color: #333;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.feedback_promo > p {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.feedback_promo_line {
  padding: 25px 0px;
}

.feedback_promo_item:last-of-type .feedback_promo_number:after {
  content: none;
}

.feedback_promo_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #dd2b1c;
  color: white;
  font-size: 52px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.feedback_promo_number:after {
  content: '';
  background-image: url(../img/arrow.png);
  height: 8px;
  width: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% + 8px);
}

.feedback_promo_title {
  font-size: 14px;
  padding: 10px 10px 0px 10px;
  text-align: center;
  color: #555;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav_mobile_button {
  display: none;
}

.catalog_mobile_nav_button {
  display: none;
}

@media (max-width: 1199px) {
  .footer_phone i, .footer_phone a {
    font-size: 18px;
  }
  .footer_nav ul li a {
    font-size: 13px;
  }
}
.cart img {
  width: 28px;
}
@media (max-width: 992px) {

.footer_contacts.col-lg-3 {
    display: flex!important;
    flex-wrap: nowrap!important;
    flex-direction: unset;
    justify-content: space-between;
    padding: 0 0 12px;
}


  .header_row.row.no-gutters.aic>div {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .header_logo_parent_background.col-l2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-hide, .mobile-hidden{
    display: none!important;
  }
  .header_top_line {
    position: static;
    height: auto;
    display: block;
    padding: 5px 0px;
  }
  .htl {
    padding-left: 0px;
  }
  .header_logo {
    position: static;
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .header_logo img {
    max-height: 100px;
  }
  .header_parent {
    padding-top: 25px;
    background-color: white;
  }
  .header_parent.index {
    position: static;
    padding-top: 0px;
  }
  .header_parent:before {
    content: none;
  }
  .header_logo_parent_background:after {
    content: none;
  }
  .header_logo_parent:before {
    content: none;
  }
  .header {
    height: auto;
  }
  .header_row {
    padding-top: 0px;
  }
  .header_search {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 150;
    background-color: white;
    padding: 10px 100px 10px 10px !important;
    -webkit-box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
    height: 50px;
  }
  .cart_parent {
    padding-left: 0px !important;
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 150;
    height: 40px;
    width: 40px;
  }
  .cart_parent img {
    max-width: 40px;
    max-height: 40px;
  }
  .cart_count {
    top: 5px;
  }
  .header_phone {
    padding: 15px 0px !important;
  }
  .header_nav_line {
    height: auto;
  }
  .header_nav_list > ul {
    display: block;
  }
  .header_nav_mobile_button {
    display: block;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #999;
  }
  .header_nav_mobile_button i {
    padding-left: 15px;
    color: #dd2b1c;
    font-size: 18px;
  }
  .header_nav_list {
    display: none;
  }
  .header_nav_list > ul > li > a.with_nav:after {
    content: none;
  }
  .header_nav_list > ul > li > a {
    padding: 10px 25px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .header_nav_list > ul > li:last-of-type > a {
    border-bottom: 0px;
  }
  .index_slider_item {
    height: auto;
    padding: 25px 0px;
  }
  .index_slider_title {
    font-size: 22px;
  }
  .index_slider_text {
    font-size: 14px;
  }
  .index_slider_button a {
    height: 40px;
    font-size: 14px;
  }
  .main_parent {
    padding-top: 25px;
  }
  .main_right {
    padding-left: 0px !important;
  }
  h2.block_title {
    font-size: 22px;
  }
  .section_item_parent, .section_item_parent:nth-child(3n+1), .section_item_parent:nth-child(3n+3) {
    padding: 10px !important;
  }
  .section_picture {
    height: 100px;
  }
  .section_title {
    height: 40px;
    overflow: hidden;
    font-size: 13px;
  }
  .section_title i {
    bottom: 8px;
  }
  .catalog_item_parent, .catalog_item_parent:nth-child(4n+1), .catalog_item_parent:nth-child(4n+4) {
    padding: 10px !important;
  }
  .footer:after {
    content: none;
  }
  .footer:before {
    content: none;
  }
  .footer_logo_background:before {
    bottom: 0;
    left: -15px;
    right: -15px;
    height: auto;
  }
  .footer {
    height: auto;
  }
  .footer_logo_background:after {
    content: none;
  }
  .footer_logo {
    padding: 15px;
    margin: 0;
  }
  .footer_nav {
    padding: 15px 0px !important;
  }
  .footer_parent {
    padding-bottom: 0px;
  }
  .footer_phone {
    /* padding: 15px 0px !important; */
    padding-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_bottom_line {
    text-align: center;
  }
  .index_text {
    padding-bottom: 25px;
  }
  .internet_price {
    background-color: #dd2b1c;
    top: 100px;
    padding: 10px 15px;
  }
  .internet_price:hover {
    left: -200px;
  }
  .internet_price i {
    color: white;
  }
  .catalog_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 140;
  }
  .catalog_nav > ul {
    height: calc(100vh - 100px);
    background-color: white;
    position: absolute;
    top: 50px;
    z-index: 140;
    overflow: auto;
    width: 100%;
    display: none;
  }
  a.catalog_mobile_nav_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    font-size: 16px;
    height: 50px;
    font-weight: bold;
    background-color: #333;
    color: white;
    -webkit-box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px 0px RGBA(0, 0, 0, 0.5);
  }
  a.catalog_mobile_nav_button i {
    font-size: 18px;
    color: #dd2b1c;
    padding-left: 15px;
  }
  .catalog_nav > ul > li > ul {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .catalog_nav > ul > li > ul > li > ul {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .catalog_nav > ul > li > ul > li.show > a.with_nav:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .catalog_nav > ul > li.show > a.with_nav:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .main_left {
    padding-bottom: 0px;
  }
  .main_left_item {
    display: none;
  }
  .main_left_item.main_left_item_catalog {
    display: block;
    margin: 0px;
  }
  .cip_picture_parent {
    padding-right: 0px !important;
  }
  .page_title {
    font-size: 22px;
  } 
  .cip_main_value.price {
    font-size: 20px;
  }
  a.cip_one_click, a.cip_add_to_cart {
    margin-bottom: 5px;
  }
  .cip_main_buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style_table {
    width: 100%;
    overflow: auto;
  }
  .tabs_caption li {
    padding: 10px;
  }
  .feedback_promo > p {
    font-size: 12px;
  }
  .feedback_promo_number {
    height: 50px;
    width: 50px;
    font-size: 32px;
  }
  .feedback_promo_number:after {
    content: none;
  }
  .feedback_promo_title {
    font-size: 12px;
    padding: 10px 0px;
    text-align: center;
    height: auto;
    display: block;
  }
}


.catalog_item_picture:before{
  z-index:-1;
}
.catalog_page_list .section_picture{
  height:130px;
}
.catalog_sections_list .how_much {
    font-size: 12px;
    padding-bottom: 10px;
    color: #999;
}
.catalog_sections_list .collection{
    padding-bottom:5px;
    font-size:14px;
}
.catalog_sections_list >ul >li >ul{
    display:none;
}
.catalog_sections_list >ul >li{
    display:inline-block;
    margin:5px;
}
.catalog_sections_list >ul >li a{
    display:inline-block;
    padding:10px 25px;
    font-size:14px;
    color:white;
    background-color:rgba(221, 44, 29, 0.9);
}
.catalog_sections_list >ul >li a:hover{
    background-color:rgba(221, 44, 29, 1);
}
.catalog_section_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:  justify;
        -ms-flex-pack:  justify;
            justify-content:  space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog_section_sort_title {
    font-size: 14px;
}
.catalog_section_sort_items >a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    margin: 0px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catalog_section_sort_items >a >i {
    font-size: 18px;
    padding-left: 10px;
    color: #e04235;
}
.catalog_section_sort_items >a:hover{
    text-decoration: underline;
}
.catalog_item_price .no_price {
    font-size: 14px;
    font-weight:  bold;
    color: #999;
}
.catalog_item_link a:hover {
    color: #dd2c1d;
} 

.catalog_sections_list >ul >li a {
    border-radius: 20px;
    background: #9d9d9d;
    padding: 6px 16px;
}


.navSplitPagesLinks .numeric{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navSplitPagesLinks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px !important;
    margin: 0px !important;
    border: 0px !important;
}
.navSplitPagesLinks .next{
    background-color: #dd2c1d !important;
    border: 1px solid #dd2d1d !important;
    font-size: 14px;
    letter-spacing:  0px !important;
    padding: 5px 15px !important;
    margin-right: 10px !important;
    -webkit-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}
.navSplitPagesLinks a{
    color: #dd2d1d !important;
    font-weight:  bold;
    border: 1px solid #dd2c1d !important;
    font-size: 14px;
    padding: 5px 10px !important;
    margin: 0px 10px 0px 0px !important;
    display: block;
    -webkit-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}
.navSplitPagesLinks .numeric .current{
    border:1px solid #999;
    color:#999;
    font-weight:bold;
    padding:5px 10px;
    font-size:14px;
    display: block;
  margin-right:10px;
}
.navSplitPagesLinks .doted-text{
    width: auto;
    display: block;
    height: auto;
    margin-right: 10px;
    color: #dd2d1d;
}
.navSplitPagesLinks a:hover{
    background-color:#dd2d1d !important;
    color:white !important;
}
.navSplitPagesLinks .next:hover{
    opacity:0.9;
}
.navSplitPagesLinks .dot-before{
  margin-left:0px;
}
.catalog_section_list_description{
  padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #eee;
}
.cip_main_choice_buttons .ofr_inp >input{
    opacity: 0;
    position:  absolute;
    top: calc(50% - 6px);
    visibility: hidden;
}
.cip_main_choice_buttons .ofr_inp{
    position:  relative;
    display: inline-block;
    font-size: 14px;
    font-family:  "PT Sans Caption", sans-serif;
    background-color: white;
    border: 1px solid #dd2c1d;
    margin-right: 10px;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}
.cip_main_choice_buttons .ofr_inp:hover{
    background-color:#dd2c1d;
    color:white;
}
.cip_main_choice_buttons .ofr_inp.act{
    background-color:#dd2c1d;
    color:white;
}
.element-offer{
    font-family: "PT Sans Caption", sans-serif;
  margin:0px;
}
.catalog_detail_price .p-v{
    font-size: 20px;
    font-weight:  bold;
}
.cip_main_item .calc-full-price{
    font-size: 26px;
    font-weight:  bold;
    margin: 0px !important;
}
.element-quantity>*{
    float:none;
    font-family:"PT Sans Caption", sans-serif;
    font-size:14px;
}
.element-quantity > span{
    margin:0px !important;
}
.cip_main_item > .element-quantity{
    margin:0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.cip_main_item .kol-vo-1{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.cip_main_item .kol-vo-1 a.quantity{
    width:30px;
    height:30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
    border:1px solid #eee;
}
.cip_main_item .kol-vo-1 a.quantity.dn:after{
    content:'\f068';
    position:albsolute;
    font-family:Font Awesome\ 5 Free;
    font-weight:bold;
    color:#999;
}
.cip_main_item .kol-vo-1 a.quantity.up:after{
    content:'\f067';
    position:albsolute;
    font-family:Font Awesome\ 5 Free;
    font-weight:bold;
    color:#999;
}
.cip_main_item .kol-vo-1 input{
    font-family:"PT Sans Caption", sans-serif;
    height:30px;
    width:80px;
    border-color:#eee;
    border-width:1px 0px;
    padding:0px 10px;
    text-align:center;
}
.element-quantity .stuks{
    font-style:italic;
    font-weight:bold;
    font-size:12px;
    padding-left:10px;
    display:inline-block;
}
.element-quantity{
    overflow: visible;
}
.cip_cart_buttons{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cip_cart_buttons input[type="submit"] {
    background-color: #dd2c1d;
    border: 1px solid #eee;
    border-radius: 0px;
    font-size: 14px;
    font-family: "PT Sans Caption", sans-serif;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right:20px;
}
.cip_cart_buttons input[type="submit"]:hover{
    opacity:0.8;
}
.cip_main .element-goback{
  display:none;
}
.pt15{
  padding-top:15px;
}
.catalog-compare-list {
    padding-bottom: 15px;
}
.catalog-compare-list table{
    width:100%;
}
.catalog-compare-list table tr{
    border:1px solid #eee;
}
.catalog-compare-list table td{
    font-size:14px;
    border-right:1px solid #eee;
    padding:5px 10px;
}

.catalog-compare-list table td:last-of-type{
    text-align:center;
}
.catalog-compare-list table td.title{
    font-size:22px;
    border-right:0px;
    padding-bottom:10px;
    text-align:left;
}
.catalog-compare-list table td.button{
    padding-top:15px;
    text-align:right;
    border-right:0px;
}
.catalog-compare-list table tr:nth-child(even){
    background-color:#f9f9f9;
}
.catalog-compare-list table tr:last-of-type{
    border:0px;
    background-color:white;
}
.catalog-compare-list table td:last-of-type a:hover{
    color:#dd2d1d;
}
.catalog-compare-list table td:first-of-type a:hover{
    opacity:0.8;
}
.catalog-compare-list table .button input[type="submit"]{
    background-color:#eee;
    font-weight:bold;
    font-family:"PT Sans Caption", sans-serif;
    padding:10px 20px;
    -webkit-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
    cursor:pointer;
}
.catalog-compare-list table .button input[type="submit"]:hover{
    background-color:#333;
  color:white;
}
/*Bootstrap Reset*/
.viewed_button_show p, .internet_price p, .footer_nav ul, .header_nav_list ul, .catalog_nav ul{
    margin:0px;
}
/**/
/*Internet Price Old*/
.modals {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 777;
}


.overlay-cont {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}


.modal-content {
  position: relative;
  z-index: 20;
  margin: 100px auto 0px auto;
  display: block;
  width: 628px;
  padding: 40px;
  background: white;

}

.modal-close {
  position: absolute;
  z-index: 30;
  width: 15px;
  height: 15px;
  background: url("/bitrix/templates/napol/images/close.png") center center no-repeat;
  cursor: pointer;
  right: 20px;
  top: 23px;
}

.modals h2 {
  margin-top: 0px;
  padding: 0px;
  font-size: 31px;
  font-weight: bold;
  color: black;
  margin-bottom: 22px;

}

.desc-form {
  font-size: 14px;
  color: #666666;
  margin-bottom: 28px;
}

.afbf_item_pole {
  margin-top: 0px;
}

.icon-step {
  margin-bottom:43px;
}


.step {
  width: 95px;
  padding-right: 117px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: top;
}

.step-desc {
  text-align: center;
  font-size: 17px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
}


.step-arrow {
     position: absolute;
    right: 25px;
    top: 40px;
    background: url(/bitrix/templates/napol/images/step-arr.png) top center no-repeat;
    width: 66px;
    height: 10px;
    background-size: 100% auto;
}

.step img {
  max-width: 100%;
  width: 94px;
  margin-bottom: 17px;
}

.step.steps3 {
  padding-right: 0px;
}

.roz_flamingo {
  background: #D02D2D;
  padding: 10px 50px;
  color: white;
  font-size: 16px;
  position: relative;
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border:0px solid #ddd;
  cursor: pointer;
}

.roz_flamingo:hover {
  background: #d65e5e;
}

body #modal-promo .afbf_item_pole .afbf_select, body #modal-promo .afbf_item_pole .afbf_textarea, body #modal-promo .afbf_item_pole .afbf_inputtext {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  font-size: 16px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}

.button-form-cont {
  position: relative;
}


.timer-cont {
  display: inline-block;
  vertical-align: middle;
   background: #D02D2D;
  padding: 10px 34px;
  color: white;
  font-size: 16px;
  display: none;
}

.timer-cont img {
  width: 17px;
  height: 20px;
}

.timer-cont span.times {
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}


#afbf_phone_fid1 {
  margin-bottom: 0px;
}

.mins {
  font-size: 16px;
  top: 3px;
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.ojidanie-promo {
  font-size: 14px;
  color: #D02D2D;
  display: none;
}

.button-form-cont {
  margin-top: 25px;
}

body #alx_feed_back_FID1.alx_feed_back, #afbf_err_FID1.alx-feedb-error {
  width: 100%;
}

.field-cont {
  width: 315px;
  display: inline-block;
  margin-right: 28px;
  vertical-align: top;
}

.right-form-block {
  display: inline-block;
  width: 198px;
  vertical-align: bottom;
  margin-top: 0px;
}

.bad-status {
  position: absolute;
  bottom: -20px;
  width: 100%;
  display: none;
}

#afbf_promo_code_fid1, #afbf_period_promo_fid1, #afbf_end_promocode_fid1 {
  display: none;
}
/**/
.modal-content.wc_modal_content {
    width:500px;
    border-radius:15px;
    padding: 10px 25px 25px 25px;
}
.modal-content.wc_modal_content .field-cont{
    width:100%;
    margin:0px;
}
body #modal-promo .afbf_item_pole .afbf_select, body #modal-promo .afbf_item_pole .afbf_textarea, body #modal-promo .afbf_item_pole .afbf_inputtext{
    border:1px solid #eee;
    margin-bottom:15px;
    font-family:"PT Sans Caption", sans-serif;
    font-size:14px !important;
    width:100%;
    padding: 10px !important;
    height: auto;
}
.modal-content.wc_modal_content .feedback_title{
    padding:15px 0px;
    font-weight:bold;
    font-size:26px;
}
.modal-content.wc_modal_content .style_button{
  background:white;
}
.modal-content.wc_modal_content .right-form-block {
    width: 100%;
    text-align:  center;
}
.modal-content.wc_modal_content .form_input_checkbox{
  padding-top:0px;
}
.modal-content.wc_modal_content .timer-cont {
    display:none !important;
}
.modal-content.wc_modal_content .ojidanie-promo2{
    padding-top:25px;
    font-size:26px;
    font-weight:bold;
  display:none;
}
.wc_new_ojidanie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
}
.wc_new_ojidanie i{
    padding:10px;
}
@media(max-width:992px){
  .htl_login{
    padding-left:10px;
  }
  .modals{
    overflow:auto !important;
  }
  ._orinationRight_25.wrap_mW{
    bottom:50px !important;
  }
}
.main_right{
  padding-bottom:25px;
}
.element-price s{
  margin-left:0px;
}
.bx_ordercart .bx_sort_container a.current {
    background-color: #dd2c1d;
    color: white;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius:  0px;
    text-shadow: none;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #dd2c1d;
    line-height: 1.4;
}

.bx_ordercart .bx_sort_container a {
    padding: 10px 20px;
    line-height: 1.4;
    border-radius:  0px;
    border: 1px solid #eee;
    font-size: 14px;
  background:none;
}

.bx_ordercart .bx_sort_container a.current:hover{
    background-color:#dd2c1d;
    color:white;
    opacity:0.8;
}

.bx_ordercart .bx_sort_container a:hover{
    background:none;
    background-color:#eee;
}

.bx_ordercart .bx_ordercart_order_table_container >table tr{
    border-bottom:1px solid #eee;
}

.bx_ordercart .bx_ordercart_order_table_container table td{
    padding:5px 10px !important;
    vertical-align:middle !important;
    border-bottom:0px !important;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td{
    font-weight:bold;
}

.bx_ordercart .bx_ordercart_order_table_container >table{
    border:1px solid #eee;
}

.bx_ordercart .bx_ordercart_order_table_container{
    border-radius:0px;
    border:0px;
}

.bx_ordercart .bx_sort_container a:active {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background-color: #eee;
    color: #333;
}

.type_price, .type_price_value{
  display:none;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter tr{
  border-bottom:0px;
}
.bx_searche .bx_item_block {
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
}

.bx_searche .bx_item_block.others_result {
    display: none;
}

.bx_searche .bx_item_block:nth-last-child(2){
    display:none;
}

.bx_searche .bx_item_block .bx_img_element{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}

.bx_searche .bx_item_block .bx_image{
    border:0px;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
    background: none;
    background-color: #dd2d1d;
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    line-height: 1.4;
    padding: 10px 20px;
}

.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover {
    background: none;
    background-color: #dd2d1d;
    opacity: 0.8;
}

.bx_ordercart .bx_ordercart_order_pay_center .checkout:active {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.bx-blue a.btn.btn-default {
    text-decoration: none;
    background-color: #dd2c1d;
    border: 0px;
    border-radius: 0px;
}
.bx-blue a.btn.btn-default:hover{
    background-color:#dd2c1d;
    opacity:0.8;
}
div.bx-auth {
    margin: 0px;
    max-width: none;
}
div.bx-auth-note{
    margin:0px;
    padding-top:10px;
}
.bx-auth form input[type="text"], .bx-auth form input[type="password"], .bx-forgotpass-table input[type="text"], .bx-forgotpass-table input[type="password"], .bx-auth-table input[type="text"], .bx-auth-table input[type="password"]{
    border:1px solid #eee;
    padding:5px 10px;
    font-size:14px;
    font-family:"PT Sans Caption", sans-serif;
}
.bx-forgotpass-table input[type="text"]:focus, .bx-forgotpass-table input[type="password"]:focus, .bx-auth form input[type="text"]:focus, .bx-auth form input[type="password"]:focus, .bx-auth-table input[type="text"]:focus, .bx-auth-table input[type="password"]:focus{
    border:1px solid #dd2c1d;
}
table.bx-auth-table td{
    padding: 10px;
}
.authorize-submit-cell input[type="submit"], .bx-forgotpass-table input[type="submit"], .bx-auth-table input[type="submit"]{
    background-color:#dd2c1d;
    border:1px solid #eee;
    padding:10px 20px;
    font-family:"PT Sans Caption", sans-serif;
    cursor:pointer;
    color:white;
}
.authorize-submit-cell input[type="submit"]:hover, .bx-forgotpass-table input[type="submit"]:hover, .bx-auth-table input[type="submit"]:hover{
    opacity:0.8;
}
.bx-forgotpass-table td , .bx-auth-table td{
    padding: 10px;
}
.bx-searchtitle{
  margin:0px;
}
@media(max-width:992px){
  .header_phone i{
    position: static;
    left:auto;
  }
}
.footer_bottom_line_child{
  align-items:center;
}
.fblc_right{
  text-align: right;
}
.webcraft_agency a{
  font-size:12px;
  display:inline-flex;
  position: relative;
}
.webcraft_agency a img{
  max-height:28px;
  max-width:100%;
  position: absolute;
  left:-30px;
  top:-6px;
  margin-right:10px;
}
.webcraft_agency.white p{
  color:white;
}
.fblc_left{
  text-align: left;
}
@media(max-width:992px){
  .footer_bottom_line{
    height:auto;
  }
  .webcraft_agency a{
    align-items:center;
    display:flex;
    justify-content: center;
  }
  .webcraft_agency a img{
    position: static;
  }
  .fblc_right{
    padding-top:10px;
    text-align: center;
  }
}
.pk_head_logo{
  display:block;
}
.mobile_head_logo{
  display:none;
}
@media(max-width:992px){
  .pk_head_logo{
    display:none;
  }
  .mobile_head_logo{
    display:block;
  }
  .header_logo{
    padding:30px 15px 15px 15px;
  }
}
.data-table{
    font-size:12px;
    border-collapse: collapse;
    border: 1px solid #999;
}
.data-table TR:nth-child(odd) {
    background: #f9f9f9;
}
.data-table TR, .data-table TH, .data-table TD{
    padding:10px;
    line-height: 1.4;
}
.data-table TR:hover{
    background-color:#f1f1f1;
}
.data-table TR:hover, .data-table TH:hover{
    background:#f1f1f1;
}
.catalog-compare-result input[type="submit"]{
    padding:10px 20px;
    font-family:"PT Sans Caption", sans-serif;
    font-size:14px;
    background-color:#dd2c1d;
    color:white;
    cursor:pointer;
}
.catalog-compare-result input[type="submit"]:hover{
    opacity:0.8;
}
.catalog-compare-result select{
    border:1px solid #eee;
    padding:10px;
    width:100%;
    margin-bottom:10px;
    font-family:"PT Sans Caption", sans-serif;
}
.wc_table_parent{
	overflow-y:hidden;
}
.style_submit{
  background-color: #dd2c1d;
  border: 1px solid #eee;
  border-radius: 0px;
  font-size: 14px;
  font-family: "PT Sans Caption", sans-serif;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 20px;
}

.responsive-video {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width:992px){
	.header_nav_list > ul > li > a.with_nav{
		padding-right:25px;
	}
	.header_phone i{
		padding-right:15px;
	}
	.header_phone_phone{
		display:block;
	}
	.header_phone{
		justify-content: center;
	}
}
.wc_cc_cities_list select{
    font-family:"PT Sans Caption", sans-serif;
    font-size:14px;
    border:1px solid #eee;
    width:100%;
    padding:10px;
}
.wc_cc_cities_list p {
    font-size:12px;
    padding-bottom:5px;
    color:#999;
}
.wc_cc_cities_list{
    margin-bottom:10px;
}
.wc_promo_add_text{
  display:none;
  padding:10px 0px;
  color:#999;
  font-size:12px;
  text-align: center;
}


.htl, .htl a {
  font-size: 14px;
}

.htl_city {
  margin-right: 10px;
}




.nbgf:hover .nbgf_2>div:before {
  border-color: transparent transparent #6d6d6d transparent;
  content: '';
  position: absolute;
  left: 25px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  top: 1px;
}

.nbgf:hover .nbgf_2 {
  position: absolute;
  top: 35px;
  display:block!important;
  z-index: 11;
}
.nbgf_2 ul {
   margin-top: 10px;
  border: 1px solid #999999;
  border-radius: 11px;
  overflow: hidden;
}


.nbgf {
  position: relative;
}

.nbgf_2 li {
  text-align: left;
}

.nbgf_2 ul {
}

.nbgf_2 a {
  padding: 10px 15px 5px!important;
  font-size: 13px;
}

.nbgf_2 ul > li > a.with_nav:after {
  display: none;
}



.main_parent {
    padding-top: 20px!important;
}
.page_title { 
    padding-bottom: 15px!important;
}
.bx-filter.bx-black.bx-filter-horizontal {
    margin: 15px 0!important;
}
.breadcrumbs {
    padding-bottom: 5px;
}

.catalog_item_main {
    padding: 15px 15px 50px 15px!important;
    border-top: 1px solid #eee;
}



.cip_main.col-lg-4>.element-offer {
  box-shadow: 0 3px 14px rgb(0 0 0 / 12%);
  border-radius: 10px;
  padding: 10px 20px;
}

.cip_picture_advantages {
  display: flex;
}

.cip_picture_advantages .cippa_item {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
  margin-right: 13px;
  width: 50%;
}

.cip_picture_advantages {
  margin: 10px 0 20px;
}
a.cip_one_click.button_footer_zakaz.feedback_button.feedback_button33 {
  background: white;
  color: #dd2c1d;
  border: 0;
}
@media (max-width: 992px){
.catalog_item_main {
    padding: 15px 7px 50px 7px!important;
    border-top: 1px solid #eee;
}
}