/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

._product {
  padding: 20px;
  border: 1px solid #EAEAEA;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: -1px;
}

._product .img_block {
  height: 260px;
  padding: 0 20px 20px;
  margin: 0 -20px 20px;
  border-bottom: 1px solid #EAEAEA;
}

._product .img_block .img {
  width: 100%;
  height: 100%;
  z-index: 100;
}

._product .img_block .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

._product .img_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media screen and (max-width: 550px) {
  ._product .img_block .img {
    max-width: 200px;
  }
}

._product .img_block .labels_cont {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(100% - 57px);
}

._product .img_block .labels_cont .prod_label {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  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;
  border-radius: 50%;
}

._product .img_block .labels_cont .prod_label._fire {
  background: #EF7F1B;
}

._product .img_block .labels_cont .prod_label._new {
  background: #02528F;
}

._product .img_block .labels_cont .prod_label._star {
  background: #045EAA;
}

._product .img_block .labels_cont .prod_label._persent {
  background: #00A0E3;
}

._product .img_block .labels_cont .prod_label._licvidation {
  background: #727270;
}

@media screen and (max-width: 550px) {
  ._product .img_block .labels_cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: unset;
    left: 0px;
  }
}

._product .img_block .actions_btn {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  top: 20px;
  left: 20px;
  position: absolute;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
}

._product .img_block .actions_btn .like_btn._active {
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.842);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.842);
}

._product .img_block .actions_btn .like_btn._active svg, ._product .img_block .actions_btn .like_btn._active path {
  fill: #f00;
}

._product .img_block .actions_btn .compare_btn._active {
  -webkit-box-shadow: 0 0 10px #002ae39c;
  box-shadow: 0 0 10px #002ae39c;
}

._product .img_block .actions_btn .compare_btn._active svg, ._product .img_block .actions_btn .compare_btn._active path {
  fill: #002ae3;
}

._product .img_block .actions_btn ._btn {
  margin-bottom: 10px;
  background: #fff;
  width: 37px;
  height: 37px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

._product .img_block .actions_btn ._btn svg {
  width: 17px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

._product .img_block .choode_param {
  display: block;
  position: absolute;
  top: calc(100%);
  left: -1px;
  width: calc(100% + 2px);
  background: #fff;
  z-index: 12;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 1px solid #02528F;
  border-top: none;
}

._product .img_block .choode_param .color .param_cont {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._product .img_block .choode_param .color .param_item {
  padding: 3px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  height: 40px;
  margin-bottom: 12px;
}

._product .img_block .choode_param .color .param_item img {
  width: 100%;
}

._product .img_block .choode_param .param {
  margin-bottom: 10px;
}

._product .img_block .choode_param .param .param_title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

._product .img_block .choode_param .param .param_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

._product .img_block .choode_param .param .param_cont .param_item {
  padding: 7px 10px;
  margin: 0 6px 12px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  cursor: pointer;
}

._product .img_block .choode_param .param .param_cont .param_item._active {
  border: 1px solid #00A0E3;
}

._product .img_block .choode_param .lower {
  width: calc(100%);
  margin-top: 13px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._product .img_block .choode_param .lower .calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EAEAEA;
  width: 65px;
  margin-right: 10px;
  margin-bottom: 0px;
}

._product .img_block .choode_param .lower .calc .minus, ._product .img_block .choode_param .lower .calc .plus {
  position: relative;
  padding: 12px;
  cursor: pointer;
}

._product .img_block .choode_param .lower .calc .minus:after, ._product .img_block .choode_param .lower .calc .plus:after {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  width: 8px;
  height: 2px;
}

._product .img_block .choode_param .lower .calc .plus:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  height: 8px;
  width: 2px;
}

._product .img_block .choode_param .lower .calc .current {
  display: block;
  width: 20px;
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  text-align: center;
  border: none;
}

._product .img_block .choode_param .lower .add_to_cart_btn {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EF7F1B;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._product .img_block .choode_param .lower .add_to_cart_btn .icon {
  margin-right: 13px;
}

._product .img_block .choode_param .lower .add_to_cart_btn .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  ._product .img_block .choode_param .lower .add_to_cart_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}

@media screen and (max-width: 1100px) {
  ._product .img_block .choode_param .lower {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

._product .img_block:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

._product .img_block:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #02528F;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 550px) {
  ._product .img_block {
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  ._product .img_block {
    margin-right: 0;
    margin-bottom: 10px;
    margin: 0 -20px 10px;
  }
}

._product .desc_block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._product .desc_block .stat_part {
  margin-bottom: 10px;
}

._product .desc_block .stat_part .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._product .desc_block .name_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._product .desc_block .name_cont .title_prod {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
}

._product .desc_block .name_cont .article {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

._product .desc_block .desc {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

._product .buy_block {
  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;
}

._product .buy_block .sale {
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #00A0E3;
  margin-right: 10px;
}

._product .buy_block .price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._product .buy_block .price_block .old {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-right: 10px;
}

._product .buy_block .price_block .current {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

._product._hover {
  z-index: 32 !important;
  border-bottom: none;
}

._product._hover .img_block {
  border-bottom: 1px solid #02528F;
}

._product._hover .img_block .img:after, ._product._hover .img_block .img:before {
  opacity: 1;
  visibility: visible;
}

._product._hover .img_block:after, ._product._hover .img_block:before {
  opacity: 1;
  visibility: visible;
}

._product._hover .actions_btn {
  opacity: 1;
  visibility: visible;
}

._product._hover .choode_param {
  opacity: 1;
  visibility: visible;
}

._product:last-child {
  border-right: 1px solid #EAEAEA;
}

@media screen and (max-width: 420px) {
  ._product {
    border-right: 1px solid #eaeaea;
  }
}

.item_big_content_box .upper_bordered_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #EAEAEA;
  padding: 20px 20px 30px;
}

.item_big_content_box .upper_bordered_part .left_part {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 438px;
  flex: 0 1 438px;
  width: 438px;
  margin-right: 30px;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont {
  position: relative;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .slider_big_body .slider_item img {
  width: 100%;
  max-height: 367px;
  -o-object-fit: contain;
  object-fit: contain;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .labels_cont {
  position: absolute;
  z-index: 11;
  right: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .labels_cont .prod_label {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  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;
  border-radius: 50%;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .labels_cont .prod_label._fire {
  background: #EF7F1B;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .labels_cont .prod_label._new {
  background: #02528F;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .labels_cont .prod_label._star {
  background: #045EAA;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .labels_cont .prod_label._persent {
  background: #00A0E3;
}

.item_big_content_box .upper_bordered_part .left_part .slider_big_cont .labels_cont .prod_label._licvidation {
  background: #727270;
}

.item_big_content_box .upper_bordered_part .left_part .cloned {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.item_big_content_box .upper_bordered_part .left_part .cloned img {
  width: 100%;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  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;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_next {
  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;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_prev, .item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_next {
  cursor: pointer;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_prev img, .item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_next img {
  width: 10px;
}

@media screen and (max-width: 500px) {
  .item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_prev, .item_big_content_box .upper_bordered_part .left_part .slider_small_cont .small_slider_next {
    display: none;
  }
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .slider_small_body {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .slider_small_body .slider_item {
  cursor: pointer;
  border: 1px solid #0000;
  margin: 0 5px;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .slider_small_body .slider_item img {
  width: 100%;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .slider_small_body .slider_item.slick-current {
  border: 1px solid #00A0E3;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .slider_small_body ._flex {
  margin: 0 5px;
  background: #F5F5F5;
  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;
}

.item_big_content_box .upper_bordered_part .left_part .slider_small_cont .slider_icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(40% - 60px);
  flex: 0 0 calc(40% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 1000px) {
  .item_big_content_box .upper_bordered_part .left_part {
    margin: 0 auto;
    width: unset;
    max-width: 438px;
    margin-bottom: 20px;
  }
}

.item_big_content_box .upper_bordered_part .right_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 460px;
  flex: 0 1 460px;
}

.item_big_content_box .upper_bordered_part .right_part .item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  border-bottom: 1px solid #EAEAEA;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
  margin-bottom: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  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;
  border-radius: 50%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray .icon svg, .item_big_content_box .upper_bordered_part .right_part .item_header .gray .icon path {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray .text {
  margin-left: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #727270;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray:first-child._active .icon {
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.842);
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.842);
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray:first-child._active .icon svg, .item_big_content_box .upper_bordered_part .right_part .item_header .gray:first-child._active .icon path {
  fill: #f00;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray:nth-child(2)._active .icon {
  -webkit-box-shadow: 0 0 10px #002ae39c;
  box-shadow: 0 0 10px #002ae39c;
}

.item_big_content_box .upper_bordered_part .right_part .item_header .gray:nth-child(2)._active .icon svg, .item_big_content_box .upper_bordered_part .right_part .item_header .gray:nth-child(2)._active .icon path {
  fill: #002ae3;
}

.item_big_content_box .upper_bordered_part .right_part .after_header {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 17px 0 7px;
  border-bottom: 1px solid #EAEAEA;
}

.item_big_content_box .upper_bordered_part .right_part .after_header .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  margin-bottom: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .after_header .we_got_it {
  padding: 1px 10px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  background: #EF7F1B;
  margin-bottom: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .after_header .article {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
  margin: 0 5px 10px;
}

.item_big_content_box .upper_bordered_part .right_part .after_header .com_logo {
  margin-bottom: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .after_header .com_logo img {
  width: 100%;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param {
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .color .param_item {
  padding: 3px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  height: 40px;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .color .param_item img {
  width: 100%;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .param {
  margin-bottom: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .param .param_title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .param .param_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .param .param_cont .param_item {
  padding: 7px 10px;
  margin: 0 6px 12px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  cursor: pointer;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .param .param_cont .param_item._active {
  border: 1px solid #00A0E3;
}

.item_big_content_box .upper_bordered_part .right_part .choode_param .param:first-child {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 8px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row {
  padding: 20px 0 10px;
  border-bottom: 1px solid #eaeaea;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .upper .current_price {
  margin-right: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .upper .old_price {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #727270;
  margin-right: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .upper .sale {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 2px 10px;
  background: #00A0E3;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EAEAEA;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .calc .minus, .item_big_content_box .upper_bordered_part .right_part .buy_row .lower .calc .plus {
  position: relative;
  padding: 16px;
  cursor: pointer;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .calc .minus:after, .item_big_content_box .upper_bordered_part .right_part .buy_row .lower .calc .plus:after {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  width: 8px;
  height: 2px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .calc .plus:before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: #727270;
  height: 8px;
  width: 2px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .calc .current {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  background: transparent;
  border: none;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .add_to_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background: #EF7F1B;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .add_to_cart .icon {
  margin-right: 15px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .add_to_cart .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

@media screen and (max-width: 500px) {
  .item_big_content_box .upper_bordered_part .right_part .buy_row .lower .add_to_cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .buy_in_one_click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #EF7F1B;
  cursor: pointer;
  margin-bottom: 10px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .buy_in_one_click .icon {
  margin-right: 15px;
}

.item_big_content_box .upper_bordered_part .right_part .buy_row .lower .buy_in_one_click .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #EF7F1B;
}

@media screen and (max-width: 500px) {
  .item_big_content_box .upper_bordered_part .right_part .buy_row .lower .buy_in_one_click {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.item_big_content_box .upper_bordered_part .right_part .desc_text {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}

.item_big_content_box .upper_bordered_part .right_part .desc_text p {
  max-width: 400px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.item_big_content_box .upper_bordered_part .right_part .share_cont {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.item_big_content_box .upper_bordered_part .right_part .share_cont .share_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EAEAEA;
  padding: 10px 30px;
  cursor: pointer;
}

.item_big_content_box .upper_bordered_part .right_part .share_cont .share_header .icon {
  margin-right: 15px;
}

.item_big_content_box .upper_bordered_part .right_part .share_cont .share_header .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #727270;
}

.item_big_content_box .upper_bordered_part .right_part .share_cont .share_body {
  position: absolute;
  top: calc(120%);
  padding: 20px 11px 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.12);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
}

.item_big_content_box .upper_bordered_part .right_part .share_cont .share_body .soc_item {
  margin: 0 9px 18px;
}

.item_big_content_box .upper_bordered_part .right_part .share_cont .share_body._active {
  top: calc(100% - 10px);
  opacity: 1;
  visibility: visible;
}

.item_big_content_box .upper_bordered_part .right_part .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
}

.item_big_content_box .upper_bordered_part .right_part .notice .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_big_content_box .upper_bordered_part .right_part .notice .text {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  .item_big_content_box .upper_bordered_part {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .item_big_content_box .upper_bordered_part {
    padding: 10px 10px 15px;
  }
}

.item_big_content_box .tabs_item_cont {
  margin-top: 12px;
}

.item_big_content_box .tabs_item_cont .item_tabs_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  margin-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tabs_header .item_link {
  padding: 16px;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 4px solid #0000;
}

.item_big_content_box .tabs_item_cont .item_tabs_header .item_link._active {
  color: #00A0E3;
  border-bottom: 4px solid #00A0E3;
}

.item_big_content_box .tabs_item_cont .item_tab_cont {
  margin-bottom: 20px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont {
  border: 1px solid #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc {
  padding: 40px 30px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_header {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 15px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_after_header {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_after_header p {
  margin-bottom: 15px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 15px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image .img {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 379px;
  flex: 0 1 379px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image .img img {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image .img {
    max-width: 350px;
    margin: 0 auto 20px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image .desc_cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 490px;
  flex: 0 1 490px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image .desc_cont .desc_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 15px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image .desc_cont .desc_text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image .desc_cont .desc_text p {
  margin-bottom: 15px;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc .desc_with_image {
    display: block;
  }
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .item_desc {
    padding: 20px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block {
  padding: 30px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .options_cont {
  margin-bottom: 30px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .options_cont .option_item {
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .options_cont .option_item .name {
  margin-right: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .options_cont .option_item .value {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-align: right;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .options_cont .option_item:last-child {
  border-bottom: 1px solid #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont {
  background: #FAFAFA;
  padding: 21px 30px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont .option_item {
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont .option_item .name {
  margin-right: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

@media screen and (max-width: 550px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont .option_item .name {
    margin-bottom: 10px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont .option_item .value {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-align: right;
}

@media screen and (max-width: 550px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont .option_item .value {
    text-align: left;
  }
}

@media screen and (max-width: 550px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont .option_item {
    display: block;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont .option_item:first-child {
  border-top: none;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont {
    padding: 21px 20px;
  }
}

@media screen and (max-width: 550px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block .gray_options_cont {
    margin: 0 -20px -20px;
  }
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .options_big_block {
    padding: 20px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recev_header {
  padding: 40px 30px 30px;
  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;
  border-bottom: 1px solid #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recev_header .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recev_header .stars_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recev_header .stars_container .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recev_header .stars_container .text {
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recev_header {
    padding: 20px 20px 10px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item {
  padding: 30px 30px 10px;
  border-bottom: 1px solid #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .res_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .res_header .img {
  margin-right: 13px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .res_header .img img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .res_header .text_part .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .res_header .text_part .upper .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
  margin-right: 30px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .res_header .text_part .upper .date {
  font-size: 12px;
  line-height: 14px;
  color: #727270;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .res_header .text_part .lower .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .big_res_text {
  padding-left: 70px;
  max-width: 747px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .big_res_text .h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .big_res_text p {
  font-size: 14px;
  line-height: 16px;
  color: #727270;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item .big_res_text {
    padding: 0;
  }
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .recevie_item {
    padding: 20px 20px 0;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_btn_wrap {
  text-align: center;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_btn_wrap .create_recevie_btn {
  margin: 30px auto;
  display: inline;
  padding: 10px 21px;
  background: #00A0E3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_btn_wrap .create_recevie_btn .icon {
  margin-right: 15px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_btn_wrap .create_recevie_btn .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res {
  padding: 30px;
  display: none;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .create_recevie {
  background: #F9F9F9;
  padding: 30px;
}

@media screen and (max-width: 650px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .create_recevie {
    padding: 20px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -8px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .input_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 295px;
  flex: 0 1 295px;
  margin: 0 8px;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .input_item {
    margin: 0 8px 20px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark {
  margin: 0 8px 0 30px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 20px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont .stars .star_item {
  cursor: pointer;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont .stars .star_item path {
  fill: #EAEAEA;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont .stars .star_item._hover path {
  fill: #ef7e1b7e;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont .stars .star_item._active path {
  fill: #EF7F1B;
}

@media screen and (max-width: 650px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont .stars .star_item svg {
    width: 30px;
    height: 30px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark .mark_cont .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  white-space: nowrap;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title .your_mark {
    margin: 0 8px;
  }
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .form_title {
    display: block;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .input_item .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .input_item .item_title span {
  color: #FF5656;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .input_item .input input {
  background: #FFFFFF;
  border: 1px solid #E4E3E3;
  width: 100%;
  display: block;
  height: 40px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .item_title span {
  color: #FF5656;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .textarea {
  margin-top: 20px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .textarea textarea {
  min-height: 86px;
  width: 100%;
  border: 1px solid #E4E3E3;
  resize: vertical;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .textarea._small textarea {
  min-height: 52px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .captcha {
  margin-top: 20px;
}

@media screen and (max-width: 650px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res .captcha .g-recaptcha {
    overflow: auto;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res button {
  margin-top: 30px;
  padding: 10px 21px;
  background: #00A0E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res button .icon {
  margin-right: 15px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res button .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .recevies_cont .create_res {
    padding: 0;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 40px 30px 23px;
  margin: 0 -9px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item {
  position: relative;
  display: block;
  padding: 9px 8px;
  background: #EAEAEA;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(16.666% - 18px);
  flex: 0 1 calc(16.666% - 18px);
  margin: 0 9px 17px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item img {
  width: 100%;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item .on_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 52px;
  height: 52px;
  background: #00A0E3;
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.36);
  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;
  border-radius: 50%;
  opacity: 0;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item .on_hover img {
  width: 22px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item:hover .on_hover {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 18px);
    flex: 0 1 calc(33.333% - 18px);
  }
}

@media screen and (max-width: 500px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 18px);
    flex: 0 1 calc(50% - 18px);
  }
}

@media screen and (max-width: 400px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont .sert_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 18px);
    flex: 0 1 calc(100% - 18px);
  }
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .sertificate_cont {
    padding: 20px 20px 3px;
  }
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 30px 30px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .documents .documents_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 50px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .documents .documents_item .icon {
  margin-right: 10px;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .documents .documents_item .text .upper {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

.item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .documents .documents_item .text .lower {
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

@media screen and (max-width: 950px) {
  .item_big_content_box .tabs_item_cont .item_tab_cont .tab_cont .documents {
    padding: 20px;
  }
}

.item_big_content_box .sliders_down_wrapper {
  overflow: hidden;
}

.item_big_content_box .sliders_down_wrapper .slick-list {
  overflow: visible !important;
}

.item_big_content_box .slider_item_cont {
  margin-bottom: 20px;
  position: relative;
}

.item_big_content_box .slider_item_cont .slider_item_header {
  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;
  margin-bottom: 20px;
}

.item_big_content_box .slider_item_cont .slider_item_header .title {
  margin-right: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.item_big_content_box .slider_item_cont .slider_item_header .slider_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_big_content_box .slider_item_cont .slider_item_header .slider_controls .slider_next svg {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.item_big_content_box .slider_item_cont .slider_item_header .slider_controls ._slider_arrow {
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #727270;
  width: 37px;
  height: 37px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  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;
  border-radius: 50%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.item_big_content_box .slider_item_cont .slider_item_header .slider_controls ._slider_arrow svg, .item_big_content_box .slider_item_cont .slider_item_header .slider_controls ._slider_arrow path {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.item_big_content_box .slider_item_cont .slider_item_header .slider_controls ._slider_arrow:hover {
  border: 1px solid #00A0E3;
}

.item_big_content_box .slider_item_cont .slider_item_header .slider_controls ._slider_arrow:hover svg, .item_big_content_box .slider_item_cont .slider_item_header .slider_controls ._slider_arrow:hover path {
  fill: #00A0E3;
}

.item_big_content_box .slider_item_cont .slider_body .slider_item {
  width: 240px;
}

/*.item_big_content_box .slider_item_cont .slider_body.products-kit .slider_item {
  width: 210px;
}*/

.item_big_content_box .slider_item_cont.kit-container{
  max-width: 100%;
}

.item_big_content_box .slider_item_cont:nth-child(1) {
  z-index: 20;
}

.item_big_content_box .slider_item_cont:nth-child(2) {
  z-index: 19;
}

.item_big_content_box .slider_item_cont:nth-child(3) {
  z-index: 18;
}

.item_big_content_box .slider_item_cont._last {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/*.item_big_content_box .slider_item_cont._last._hover {*/
/*  padding-bottom: 400px;*/
/*}*/

.buy_in_one_click_form, .call_back_form {
  max-width: 676px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy_in_one_click_form .ine_form_click, .buy_in_one_click_form .call_back, .call_back_form .ine_form_click, .call_back_form .call_back {
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 40px;
}

.buy_in_one_click_form .ine_form_click .form_header, .buy_in_one_click_form .call_back .form_header, .call_back_form .ine_form_click .form_header, .call_back_form .call_back .form_header {
  padding: 40px 50px;
  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-bottom: 1px solid #E4E3E3;
}

.buy_in_one_click_form .ine_form_click .form_header .title, .buy_in_one_click_form .call_back .form_header .title, .call_back_form .ine_form_click .form_header .title, .call_back_form .call_back .form_header .title {
  margin-right: 15px;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}

@media screen and (max-width: 500px) {
  .buy_in_one_click_form .ine_form_click .form_header .title, .buy_in_one_click_form .call_back .form_header .title, .call_back_form .ine_form_click .form_header .title, .call_back_form .call_back .form_header .title {
    font-size: 24px;
    line-height: 26px;
  }
}

.buy_in_one_click_form .ine_form_click .form_header .cross, .buy_in_one_click_form .call_back .form_header .cross, .call_back_form .ine_form_click .form_header .cross, .call_back_form .call_back .form_header .cross {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .buy_in_one_click_form .ine_form_click .form_header, .buy_in_one_click_form .call_back .form_header, .call_back_form .ine_form_click .form_header, .call_back_form .call_back .form_header {
    padding: 10px 20px;
  }
}

.buy_in_one_click_form .ine_form_click .input_item, .buy_in_one_click_form .call_back .input_item, .call_back_form .ine_form_click .input_item, .call_back_form .call_back .input_item {
  max-width: 400px;
  margin: 20px auto 0;
}

.buy_in_one_click_form .ine_form_click .input_item .item_title, .buy_in_one_click_form .call_back .input_item .item_title, .call_back_form .ine_form_click .input_item .item_title, .call_back_form .call_back .input_item .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.buy_in_one_click_form .ine_form_click .input_item .item_title span, .buy_in_one_click_form .call_back .input_item .item_title span, .call_back_form .ine_form_click .input_item .item_title span, .call_back_form .call_back .input_item .item_title span {
  color: #FF5656;
}

.buy_in_one_click_form .ine_form_click .input_item .input input, .buy_in_one_click_form .call_back .input_item .input input, .call_back_form .ine_form_click .input_item .input input, .call_back_form .call_back .input_item .input input {
  background: #FFFFFF;
  border: 1px solid #E4E3E3;
  width: 100%;
  display: block;
  height: 40px;
}

.buy_in_one_click_form .ine_form_click .item_title, .buy_in_one_click_form .call_back .item_title, .call_back_form .ine_form_click .item_title, .call_back_form .call_back .item_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.buy_in_one_click_form .ine_form_click .item_title span, .buy_in_one_click_form .call_back .item_title span, .call_back_form .ine_form_click .item_title span, .call_back_form .call_back .item_title span {
  color: #FF5656;
}

.buy_in_one_click_form .ine_form_click .textarea, .buy_in_one_click_form .call_back .textarea, .call_back_form .ine_form_click .textarea, .call_back_form .call_back .textarea {
  max-width: 400px;
  margin: 20px auto 0;
}

.buy_in_one_click_form .ine_form_click .textarea textarea, .buy_in_one_click_form .call_back .textarea textarea, .call_back_form .ine_form_click .textarea textarea, .call_back_form .call_back .textarea textarea {
  min-height: 120px;
  width: 100%;
  border: 1px solid #E4E3E3;
  resize: vertical;
}

.buy_in_one_click_form .ine_form_click .textarea._small textarea, .buy_in_one_click_form .call_back .textarea._small textarea, .call_back_form .ine_form_click .textarea._small textarea, .call_back_form .call_back .textarea._small textarea {
  min-height: 52px;
}

.buy_in_one_click_form .ine_form_click .thanks_for, .buy_in_one_click_form .call_back .thanks_for, .call_back_form .ine_form_click .thanks_for, .call_back_form .call_back .thanks_for {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1B9836;
  margin: 20px 0;
}

.buy_in_one_click_form .ine_form_click .submit, .buy_in_one_click_form .call_back .submit, .call_back_form .ine_form_click .submit, .call_back_form .call_back .submit {
  padding: 11px 30px;
  height: 38px;
  background: #EF7F1B;
  margin: 0 auto;
  cursor: pointer;
  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;
  border: none;
}

.buy_in_one_click_form .ine_form_click .submit .text, .buy_in_one_click_form .call_back .submit .text, .call_back_form .ine_form_click .submit .text, .call_back_form .call_back .submit .text {
  margin-right: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.buy_in_one_click_form .captch, .call_back_form .captch {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 450px) {
  .buy_in_one_click_form .captch, .call_back_form .captch {
    overflow: auto;
  }
}

.buy_in_one_click_form .main_form_part, .call_back_form .main_form_part {
  padding: 0 20px;
}

.compare_table {
  overflow: auto;
}

.compare_table .table_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px;
  width: 1205px;
}

.compare_table .table_header .empty_part {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 243px;
  flex: 0 0 243px;
  min-width: 200px;
  margin: 0 0 0 20px;
}

.compare_table .table_header .item_to_compare {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  position: relative;
  margin: 0 20px;
}

.compare_table .table_header .item_to_compare .img {
  padding: 22px 20px;
  margin-bottom: 20px;
}

.compare_table .table_header .item_to_compare .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.compare_table .table_header .item_to_compare .text_part .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #02528F;
  margin-bottom: 3px;
}

.compare_table .table_header .item_to_compare .text_part .article {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #727270;
}

.compare_table .table_header .item_to_compare .text_part .price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-top: 13px;
}

.compare_table .table_header .item_to_compare .delete_icon {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 1100px) {
  .compare_table .table_header {
    width: 800px;
  }
}

.compare_table .table_main {
  border: 1px solid #EAEAEA;
  border-bottom: none;
  border-right: none;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 1205px;
}

.compare_table .table_main .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #EAEAEA;
}

.compare_table .table_main .row_item .value {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
  width: 240px;
  border-right: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 18px 20px;
}

.compare_table .table_main .row_item .name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 243px;
  flex: 0 0 243px;
  width: 243px;
  border-right: 1px solid #EAEAEA;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  /* @media screen and (max-width: 1100px) {
                    position: absolute;
                    left: 0;
                   
                    height: 100%;
                    width: 200px;
                }*/
}

@media screen and (max-width: 1100px) {
  .compare_table .table_main {
    width: 800px;
  }
}