@charset "UTF-8";
.product_main .tab_buttons, .product_main .details_info, .product_main .page_list, .product_main .colors_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_main .colors_list li.selected .inner_color:before, .product_main .small_images .image_block a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_main .small_images .image_block a > img {
  object-fit: cover;
}

.product_main .small_images .image_block a iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.product_main .small_images .image_block a {
  position: relative;
  overflow: hidden;
}
.product_main .small_images .image_block a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.product_main .product_images .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_main {
  padding: 30px 0;
}
.product_main > .custom_container {
  margin-top: 52px;
}
.product_main .product_images {
  flex: 0 0 39%;
  max-width: 39%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.product_main .product_images .slick-arrow {
  border: none;
  padding: 0;
  height: 20px;
  font-size: 0;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.product_main .product_images .slick-arrow:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 1.5rem;
  content: "";
  margin: 0 auto;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.product_main .product_images .slick-prev {
  top: 0;
}
.product_main .product_images .slick-prev:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.product_main .product_images .slick-next {
  bottom: 0;
}
.product_main .product_images .slick-next:before {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.product_main .product_images .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}
.product_main .small_images {
  width: 130px;
  min-width: 130px;
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.product_main .small_images .slick-list {
  height: 400px !important;
}
.product_main .small_images .image_block {
  padding: 6px 0;
}
.product_main .small_images .image_block a {
  display: block;
  border: 2px solid transparent;
  opacity: 0.6;
}
.product_main .small_images .image_block a.selected {
  opacity: 1;
}
.product_main .big_images {
  flex: 1;
  width: 50%;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_main .big_images .image_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  display: inline-flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_main .big_images .image_block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_main .big_images .image_block img.zoomImg {
  background: #ffffff;
}
.product_main .product_info {
  flex: 0 0 61%;
  max-width: 61%;
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  position: relative;
}
.product_main .code_product {
  color: #999999;
  font-size: 130%;
  line-height: 19px;
  margin-bottom: 10px;
}
.product_main .name_brand_options {
  flex: 0 0 56%;
  max-width: 56%;
  padding: 0 10px;
}
.product_main .name_brand_options .section_title {
  font-family: "medium", "arm-medium";
}
.product_main .inner_title {
  color: #666666;
  font-size: 130%;
  line-height: 20px;
  margin-bottom: 10px;
}
.product_main .colors_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 13px -7px;
}
.product_main .colors_list li {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 10px;
}
.product_main .colors_list li.selected .inner_color {
  padding: 4px;
}
.product_main .colors_list li.selected .inner_color:before {
  content: "";
  border: 1px solid #E88848;
  border-radius: 50%;
}
.product_main .colors_list .inner_color {
  position: relative;
  display: block;
  padding: 4px;
  border: none;
  cursor: pointer;
}
.product_main .colors_list .inner_color span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
}
.product_main .page_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 13px -7px;
}
.product_main .page_list li {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 25px;
}
.product_main .page_list li.selected span {
  border-color: #E88848;
}
.product_main .page_list li.selected .img_inner {
  border: 1px solid #E88848;
  background-color: rgba(245, 245, 245, 0);
  border-radius: 4px;
}
.product_main .page_list li .img_inner {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  margin-bottom: 20px;
  cursor: pointer;
}
.product_main .page_list li .img_inner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_main .page_list span {
  color: #333333;
  font-size: 130%;
  line-height: 16px;
  border: 1px solid #E3E4E6;
  border-radius: 3px;
  padding: 6px 17px;
  cursor: pointer;
}
.product_main .details_info {
  margin: 13px -7px;
}
.product_main .details_info li {
  margin-bottom: 13px;
  display: flex;
}
.product_main .details_info li:first-child {
  padding-top: 0;
}
.product_main .details_info .details_question {
  display: flex;
  align-items: baseline;
  width: 55%;
  color: #999999;
  font-size: 130%;
  line-height: 20px;
}
.product_main .details_info .details_question:after {
  content: "";
  border-bottom: 2px solid #999999;
  border-style: dotted;
  border-top: none;
  border-right: none;
  border-left: none;
  flex: 1;
  margin: 0 5px;
}
.product_main .details_info .details_answer {
  width: 45%;
  padding-left: 2px;
  color: #333333;
  font-size: 130%;
  line-height: 20px;
}
.product_main .all_info_section {
  margin-top: 71px;
  margin-bottom: 50px;
}
.product_main .inner_description {
  color: #000000;
  font-size: 130%;
  line-height: 24px;
}
.product_main .tab_images {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-top: 35px;
}
.product_main .tab_images li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.product_main .tab_images li a {
  display: flex;
  width: 100%;
  height: 215px;
  align-items: center;
  justify-content: center;
}
.product_main .tab_images li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_main .tab_title {
  font-size: 130%;
  line-height: 20px;
  font-family: "medium", "arm-medium";
  color: #2E2E31;
  margin-top: 35px;
  margin-bottom: 20px;
}
.product_main .tab_block {
  position: relative;
  overflow: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.product_main .tab_block.selected {
  height: auto;
  opacity: 1;
}
.product_main .tab_buttons {
  display: flex;
  border-bottom: 1px solid #F2F3F5;
  padding-bottom: 9px;
}
.product_main .tab_buttons li {
  font-size: 130%;
  line-height: 20px;
  color: #2E2E31;
  text-align: center;
  font-family: "medium", "arm-medium";
  position: relative;
  margin: 0 75px 0 0;
}
.product_main .tab_buttons li:not(.selected) {
  color: #666666;
  cursor: pointer;
  font-family: "regular", "arm-regular";
}
.product_main .details_list {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.product_main .details_list .details_info {
  margin: 0;
}
.product_main .details_inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}
.product_main .tab_indicator {
  display: block;
  height: 4px;
  opacity: 0;
  margin-top: -2px;
}
.product_main .tab_indicator span {
  display: block;
  height: 4px;
  background: #E88848;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.product_main .tabs_container {
  padding-top: 30px;
}
.product_main .price_actions {
  flex: 0 0 42.2%;
  max-width: 42.2%;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.product_main .price_actions .add_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product_main .price_actions .btn_add {
  margin: 0;
  display: flex;
  flex: 1;
  height: 50px;
  width: 20%;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  line-height: 15px;
  padding: 5px 10px;
  color: #ffffff;
  flex-direction: row-reverse;
  border: none;
  border-radius: 4px;
  background-color: #E88848;
  box-shadow: 0 4px 9px -2px rgba(196, 115, 61, 0.4);
}
.product_main .price_actions .btn_add:before {
  margin-left: 10px;
  font-size: 180%;
}
.product_main .price_actions .btn_add:after {
  content: attr(data-title);
  font-family: "medium", "arm-medium" !important;
}
.product_main .price_actions .add_to_wish {
  font-size: 250%;
  display: flex;
  margin-left: 20px;
}
.product_main .price_actions .add_to_wish:before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.product_main .price_actions .add_to_wish.active:before {
  -webkit-text-fill-color: inherit;
}
.product_main .inner_action {
  border: 1px solid #E3E4E6;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.product_main .inner_action .inner_title {
  margin-bottom: 5px;
  margin-top: 20px;
}
.product_main .inner_action .section_title {
  color: #E92C0B;
}
.product_main .product_brand {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  font-size: 130%;
  line-height: 18px;
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #F2F3F5;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.product_main .short_description {
  font-size: 120%;
  line-height: 16px;
  margin-top: 20px;
}
.product_main .status_block {
  color: #333333;
  font-size: 130%;
  line-height: 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.product_main .status_block:before {
  margin-right: 10px;
  border: 2px solid #666666;
  border-radius: 50%;
  font-size: 70%;
  padding: 6px 5px;
}
.product_main .sticker_block {
  top: 0;
  left: 0;
}
.product_main .new_price {
  color: #666666;
  font-size: 13px;
  line-height: 16px;
  text-decoration: line-through;
  margin-left: 15px;
  font-family: "medium", "arm-medium";
}
.product_main .product_count {
  display: flex;
  border: 1px solid #E3E4E6;
  padding: 9px 15px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 4px;
}
.product_main .product_count label {
  display: flex;
  flex: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 130%;
  line-height: 16px;
}
.product_main .product_count .increase_btn,
.product_main .product_count .decrease_btn {
  display: flex;
  height: 25px;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  border: none;
  background: none;
}
.product_main .product_count .increase_btn:before,
.product_main .product_count .decrease_btn:before {
  display: block;
  width: 10px;
  border-top: 2px solid #E88848;
  content: "";
}
.product_main .product_count .increase_btn.inactive,
.product_main .product_count .decrease_btn.inactive {
  opacity: 0.2;
  cursor: default;
}
.product_main .product_count .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  height: 10px;
  left: 9px;
  border-left: 2px solid #E88848;
}
.product_main .product_count input {
  border: none;
  background: transparent;
  padding: 0 3px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 1199px) {
  .product_main .product_images {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .product_main .price_actions {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .product_main .name_brand_options {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .product_main .product_info {
    flex: 0 0 66%;
    max-width: 66%;
  }
}
@media (max-width: 991px) {
  .product_main .tab_images li a {
    height: 170px;
  }
  .product_main .price_actions {
    margin: 20px 0;
    padding: 0;
    position: relative;
  }
  .product_main .product_info,
.product_main .product_images {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .product_main .product_info {
    display: block;
  }
  .product_main .name_brand_options,
.product_main .price_actions {
    flex: none;
    max-width: 100%;
  }
  .product_main .product_images {
    flex-direction: column-reverse;
    align-self: flex-start;
  }
  .product_main .product_images .slick-arrow {
    width: 20px;
    height: auto;
  }
  .product_main .product_images .slick-prev {
    top: 10px;
    bottom: 10px;
    left: 5px;
  }
  .product_main .product_images .slick-prev:before {
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .product_main .product_images .slick-next {
    top: 10px;
    bottom: 10px;
    left: auto;
    right: 5px;
  }
  .product_main .product_images .slick-next:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
  .product_main .small_images {
    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap;
  }
  .product_main .small_images .slick-list {
    height: auto !important;
  }
  .product_main .small_images .image_block {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 10px;
    white-space: normal;
  }
  .product_main .small_images .image_block a {
    max-width: 100px;
    margin: 0 auto;
  }
  .product_main .big_images {
    flex: none;
    width: 100%;
  }
  .product_main .big_images .image_block {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .product_main {
    padding: 20px 0;
  }
  .product_main .name_brand_options {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_main .tab_buttons li {
    margin: 0 20px 0 0;
  }
  .product_main .details_list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .product_main .all_info_section {
    margin-bottom: 30px;
  }
  .product_main .price_actions {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_main .details_info .details_question {
    width: 100%;
  }
  .product_main > .custom_container {
    margin-top: 0;
  }
  .product_main .product_images {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .product_main .small_images {
    height: 380px;
    width: 130px;
    min-width: 130px;
  }
  .product_main .small_images .slick-list {
    height: 360px !important;
  }
  .product_main .big_images {
    max-width: 410px;
  }
  .product_main .big_images .image_block {
    height: 380px;
  }
  .product_main .product_info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .product_main .sticker_block {
    display: none;
  }
  .product_main .tab_title {
    margin-top: 20px;
  }
  .product_main .tabs_container {
    padding-top: 15px;
  }
  .product_main .tab_images li {
    margin-bottom: 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_main .tab_images li a {
    height: 150px;
  }
  .product_main .big_images {
    display: none;
  }
  .product_main .small_images {
    width: 100%;
    height: auto;
    padding: 0;
    white-space: nowrap;
  }
  .product_main .small_images .slick-list {
    height: auto !important;
  }
  .product_main .small_images .image_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    white-space: normal;
  }
  .product_main .small_images .image_block a {
    max-width: 380px;
    margin: 0 auto;
    opacity: 1;
  }
  .product_main .small_images .image_block a.selected {
    border-color: transparent;
    opacity: 1;
  }
  .product_main .product_images .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: transparent;
  }
  .product_main .product_images .slick-prev {
    top: 50%;
    left: 0;
  }
  .product_main .product_images .slick-prev:before {
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .product_main .product_images .slick-next {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .product_main .product_images .slick-next:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
  .product_main .product_info {
    display: block;
  }
  .product_main .name_brand_options,
.product_main .price_actions {
    flex: none;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .product_main .tab_images li a {
    height: 123px;
  }
}
@media (max-width: 399px) {
  .product_main .tab_images li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_main .tab_images li a {
    height: 190px;
  }
}

.web .product_images .slick-arrow:hover {
  color: #E88848;
}
.web .product_images .image_block a:hover {
  opacity: 1;
}
.web .increase_btn:not(.inactive):hover,
.web .decrease_btn:not(.inactive):hover {
  opacity: 0.5;
}
.web .product_main .tab_images li a img:hover,
.web .product_main .page_list .img_inner:hover,
.web .product_main .colors_list .inner_color:hover {
  opacity: 0.5;
}
.web .product_main .tab_images li a img.selected,
.web .product_main .page_list .img_inner.selected,
.web .product_main .colors_list .inner_color.selected {
  opacity: 1;
}
.web .product_main .price_actions .btn_add:hover {
  background: #C7753E;
}
.web .product_main .tab_buttons li:hover,
.web .product_main .page_list span:hover {
  color: #E88848;
  border-color: #E88848;
}
.web .product_main .tab_buttons li.selected,
.web .product_main .page_list span.selected {
  color: inherit;
}

.touch .product_images .slick-arrow:active {
  color: #E88848;
}
.touch .product_images .image_block a:active {
  opacity: 1;
}
.touch .increase_btn:not(.inactive):active,
.touch .decrease_btn:not(.inactive):active {
  opacity: 0.5;
}
.touch .product_main .tab_images li a img:active,
.touch .product_main .page_list .img_inner:active,
.touch .product_main .colors_list .inner_color:active {
  opacity: 0.5;
}
.touch .product_main .tab_images li a img.selected,
.touch .product_main .page_list .img_inner.selected,
.touch .product_main .colors_list .inner_color.selected {
  opacity: 1;
}
.touch .product_main .price_actions .btn_add:active {
  background: #C7753E;
}
.touch .product_main .tab_buttons li:active,
.touch .product_main .page_list span:active {
  color: #E88848;
  border-color: #E88848;
}
.touch .product_main .tab_buttons li.selected,
.touch .product_main .page_list span.selected {
  color: inherit;
}

.web .product_images .image_block a, .web .increase_btn,
.web .decrease_btn, .web .product_main .tab_images li a img,
.web .product_main .page_list .img_inner,
.web .product_main .colors_list .inner_color {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .product_images .slick-arrow {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .product_main .price_actions .btn_add, .web .product_main .tab_buttons li,
.web .product_main .page_list span {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .product_images .image_block a, .touch .increase_btn,
.touch .decrease_btn, .touch .product_main .tab_images li a img,
.touch .product_main .page_list .img_inner,
.touch .product_main .colors_list .inner_color {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .product_images .slick-arrow {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .product_main .price_actions .btn_add, .touch .product_main .tab_buttons li,
.touch .product_main .page_list span {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.product_main .tab_buttons li, .product_main .product_count .increase_btn,
.product_main .product_count .decrease_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*# sourceMappingURL=product.css.map */
