/*product css*/

.product_info {
  width: 740px;
  padding-top: 12px;
  float: left;
}

/*#colorbox *, #colorbox *:after, #colorbox *:before,*/

/*.colorbox *, .colorbox *:after, .colorbox *:before,*/

#colorbox,
#cboxOverlay {
  box-sizing: content-box;
}

.image_slider {
  /*width: 320px;*/
  width: 280px;
}

.image_container {
  margin-bottom: 20px;
  width: 100%;
  /*text-align: center;*/
}

.image_container img {
  max-width: 100%;
  height: auto;
}

.image_thumbnails {
  height: 60px;
  position: relative;
}

.related_slider .image_thumbnails {
  height: 265px;
}

.related_slider .product.thumbnail_container {
  width: 177px;
  /*230px;*/
  /*border: none;*/
  float: none;
  margin: 0 5px !important;
}

.related_info .related_slider .product.thumbnail_container {
  margin: 0 5px !important;
}

.related_info .sub_title {
  padding-left: 0px !important;
}

.related_info .img-list {
  margin-left: -5px;
  margin-right: -5px;
}

.related_slider .thumbnail_container > .product_id,
.related_products .product > .product_id {
  text-transform: capitalize;
}

.related_slider .thumbnail_container .prod_img_container {
  width: inherit;
  height: 150px;
  margin-left: -8px;
}

.related_slider {
  height: 265px;
}

.related-box {
  position: relative;
}
/*
.related_slider .thumbnail_container .prod_img_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

.img-wrapper {
  overflow: hidden;
  margin: 0 auto;
  height: inherit;
  position: relative;
  width: 100%;
}

.related_info .img-wrapper {
  margin: 0;
}

.img-list {
  position: absolute;
  height: inherit;
  left: 0;
}

.slide-left {
  content: "";
  display: inline-block;
  height: 100%;
  width: 12px;
  position: absolute;
  background: url("../image/slide-left.png") no-repeat 50% 50%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.slide-right {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../image/slide-right.png") no-repeat 50% 50%;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.related_slider .slide-left {
  content: "";
  display: inline-block;
  height: 90%;
  width: 25px;
  position: absolute;
  background: url("../image/slide-left.png") no-repeat 50% 50%;
  left: 0;
  top: 33px;
  cursor: pointer;
}

.related_info .related_slider .slide-left {
  left: -25px;
}

.related_slider .slide-right {
  content: "";
  display: inline-block;
  width: 25px;
  position: absolute;
  background: url("../image/slide-right.png") no-repeat 50% 50%;
  right: 0;
  top: 33px;
  height: 90%;
  cursor: pointer;
}

.related_info .related_slider .slide-right {
  right: 25px;
}

.thumbnail_container {
  float: left;
  width: 57px;
  height: 57px;
  border: 1px solid #d8d8d8;
  padding: 8px;
  margin: 0 6px;
}

.thumbnail_container img {
  height: auto;
  max-width: 100%;
}

.product_descr_main {
  width: 410px;
  padding-left: 40px;
}

.product_id {
  text-transform: uppercase;
  font-size: 12px;
}

.product_descr_main h1 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 10px;
}

.save_pdf {
  margin-left: 25px;
  color: #fe7d19 !important;
}

.save_pdf img {
  margin-right: 5px;
}

.blocks_area {
  margin-bottom: 20px;
}

.block_title {
  font-size: 14px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 12px 0 4px 0;
  font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
}

.block_description p,
.product_description p span,
.product_description .prod_sizes,
.product_descr_main .short_description {
  font-family: helveticaneuecyr, Helvetica, Arial, sans-serif !important;
  line-height: 1.4 !important;
  font-size: 14px !important;
}
.block_description ul{
  list-style: disc;
  margin-left: 20px;
}
.block_description a:hover{
  text-decoration: underline;
}

.product_descr_main .prod_price {
  position: relative;
  margin-top: 17px;
}

.prod_price p {
  padding: 6px;
  width: 45%;
  border: 1px solid #b3b3b3;
  border-right: none;
  font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.buy_product {
  padding-top: 35px;
}

.buy_product p {
  padding: 8px 17px 8px 0;
  width: 45%;
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  float: left;
}

.buy_product .button_cart {
  padding: 12px 20px;
  float: right;
  position: relative;
}

.buy_product .ico {
  background: url("../image/arrow_right_ico.png");
  width: 11px;
  height: 14px;
}

.prod_price .connect_us {
  width: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  white-space: nowrap;
}

.connect_us .string {
  vertical-align: middle;
  display: table-cell;
  position: absolute;
  margin: 0;
  float: none;
  top: 50%;
  left: 30%;
  transform: translate(-30%, -50%);
}

.connect_us .ico {
  background: url("../image/arrow_right_ico.png");
  width: 11px;
  height: 14px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  float: none;
}

.product_info .sub_title {
  font-size: 14px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 12px 0 4px 0;
}

.product_description {
  padding-top: 20px;
  padding-bottom: 30px;
}

.prod_properties table {
  border-collapse: collapse;
  font-size: 13px;
  font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  width: 100%;
}

.prod_properties table thead tr td {
  background: #636363;
  color: #ffffff !important;
  font-size: 14px;
}

.prod_properties table tr:nth-child(odd) {
  background: #f1f1f1;
}

.prod_properties table tr > td:nth-child(odd) {
  padding-right: 5px;
  color: #595959;
}

.prod_properties table tr > td {
  padding: 5px 5px 4px 15px;
}

.prod_sizes table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
  border: 1px solid #e3e3e3;
  margin-bottom: 25px;
}

.prod_sizes table thead {
  background: #636363;
  color: #ffffff;
}

.prod_sizes table thead {
  border: 1px solid #636363;
}

.prod_sizes table thead td:first-child {
  width: 120px;
}

.prod_sizes table td {
  text-align: left;
  vertical-align: middle;
  padding: 6px 0 6px 15px;
}

.prod_sizes table tbody tr:hover {
  background-color: #f1f1f1;
}

.prod_sizes table tbody tr td:last-child {
  padding-right: 25px;
}
.related_products {
  background: #f1f1f1;
  padding: 8px 0 35px;
  font-size: 0;
}

.related_products .product_info {
  padding-top: 5px;
}

.related_products .sub_title {
  font-size: 14px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.related_products .product {
  width: 176px;
  height: 245px;
  padding: 8px;
  margin-left: 10px;
  margin-top: 0px;
  border: 1px solid #d8d8d8;
}

.related_products .product .prod_img_container {
  position: relative;
  bottom: 0px;
  max-width: 100%;
  margin-left: -8px;
  margin: 0 auto;
  width: 100%;
  height: 185px;
  position: absolute;
  margin-left: -8px;
  bottom: 0;
}

.related_products .product .name {
  height: 57px;
}

.related_products .wrap .product:first-of-type {
  margin-left: 0;
}

.how_get_prod {
  height: 305px;
  width: 235px;
  border: 1px solid #d8d8d8;
  text-align: center;
  padding: 0 18px;
  /*margin-top: 40px;*/
}

.how_get_prod .sub_title {
  font-family: FuturaFuturisC, Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0 17px;
  margin: 12px 0 26px;
  text-transform: uppercase;
  font-weight: bold;
}

.how_get_prod p {
  font-family: helveticaneuecyr, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.how_get_prod img {
  margin: 5px;
}

#cboxCurrent {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .how_get_prod {
    display: none;
  }
  .product_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /*margin: 0 auto;*/
  }
}

#product_table {
  border-collapse: collapse;
  border: 1px solid #e3e3e3;
  margin-bottom: 35px;
  font-size: 12px;
}

#product_table thead {
  background: #636363;
  color: #ffffff;
  font-weight: normal;
}

#product_table th,
#product_table td {
  border: 1px solid grey;
  padding: 3px 4px;
  text-align: left;
}

#product_table tbody tr td:first-child {
  white-space: nowrap;
}
/***************/
.related_slider .product {
  width: calc(25% - 10px);
  height: 265px;
  background: #ffffff;
  display: block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 8px;
  float: left;
  border: 1px solid #d8d8d8;
}
.related_slider .product{
  display: inline-block;
}

.related_slider .product .name {
  text-transform: none;
  max-height: 68px;
  padding-top: 3px;
  margin-bottom: 15px;
}

.related_slider .product .name a {
  font-size: .8rem;
}
.related_slider .product .product_price {
  display: block;
  min-height: 26px;
}
.related_slider .product .image a {
  display: block;
  min-width: 100%;
  width: 100%;
}
.related_slider .product .image {
  width: 100%;
  /*max-height: 140px;*/
  /*position: absolute;
  margin-left: -8px !important;
  bottom: 0;*/
}
.related_slider img {
  max-width: initial;
}
/***************/
@media (min-width: 767px) {
  .related_info {
    width: 980px;
  }
}

@media (max-width: 768px) {
  .product_info {
    width: 100%;
    padding-top: 5px;
  }
  .related_info {
    width: 100%;
  }
  .product_descr_main {
    width: 100%;
    padding-left: 0;
  }
  .how_get_prod {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 18px;
  }
  .related_info .related_slider .product.thumbnail_container {
    margin: 0 !important;
    height: 245px;
    margin-top: 6px !important;
    margin-right: 6px !important;
    float: left;
  }
  .related-box {
    display: flex;
    flex-wrap: wrap;
  }
  .related_products .sub_title {
    width: 100%;
  }
  .related_products .product {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 1px;
    margin-top: 10px;
    margin-left: 0;
  }
  .related_products .product > .product_id {
    display: none;
  }
  .related_products .product .prod_img_container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    bottom: inherit;
    order: -1;
  }
  .related_products .product .prod_img_container img {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    height: 100%;
    width: 100%;
    max-width: none;
  }
  .related_products .product .name {
    height: 57px;
    text-align: left;
    font-size: 12px;
  }
  .related_products .product .name_grid {
    display: block;
    margin: 5px;
    text-align: center;
  }
  .related_slider .product .product_price{
    position: relative;
    font-weight: normal;
    margin-top: 25px;
  }

  .related_slider {
    height: auto;
  }
  .related_info {
    width: 100%;
  }
  .img-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .related_slider .product.thumbnail_container {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  .product_descr_main h1 {
    font-size: 22px;
  }
  .how_get_prod .sub_title {
	margin: 0px 0 20px;
    padding: 10px;
  }
  .image_thumbnails {
    display: none;
  }
  .save_pdf {
    display: none;
  }
  .product_id {
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;
  }
}

.advantage {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.advantages-side {
  margin-top: 30px;
  padding-bottom: 20px;
  height: auto !important;
}

.advantage-item {
  font-size: 16px;
  font-family: FuturaFuturisC, Helvetica, Arial, sans-serif !important;
  margin-bottom: 10px;
}

.advantage-link {
  color: #ff6c2b;
  border-bottom: 1px dashed #ff6c2b;
}
