@charset "UTF-8";
.product_inner_page .all_info_section .reviews_list, .product_inner_page .all_info_section .details_block ul, .product_inner_page .all_info_section .details_list > .block_list, .product_inner_page .all_info_section .tab_buttons, .product_inner_page .right_block_inner .options_block ul, .product_inner_page .product_images .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_inner_page .product_images .slick-prev:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.product_inner_page .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_inner_page {
  margin-top: 10px;
}
.product_inner_page > .custom_container > .row {
  justify-content: space-between;
}
.product_inner_page .products_section {
  margin-top: 50px;
}
.product_inner_page .product_title {
  color: #000000;
  font-size: 180%;
  font-family: "montserrat_medium", "montserratarm_medium";
  line-height: 24px;
  margin-bottom: 10px;
}
.product_inner_page .cheap_block {
  color: #6B6B6B;
  font-size: 120%;
  font-family: "montserrat_bold", "montserratarm_bold";
  line-height: 16px;
  text-align: right;
  margin: 10px 0;
}
.product_inner_page .rate_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_inner_page .rate_icon .rate_row {
  padding: 0;
}
.product_inner_page .rate_icon .rate_row > span {
  margin-right: 0;
  margin-left: 10px;
}
.product_inner_page .rate_icon .inner_top a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 140%;
  line-height: 19px;
  padding: 0 10px;
}
.product_inner_page .rate_icon .inner_top a:before {
  margin-right: 6px;
}
.product_inner_page .rate_icon .inner_top a:last-child {
  padding-right: 0;
}
.product_inner_page .rate_icon .inner_top a.favorite_btn:not(.active):before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
.product_inner_page .rate_icon .inner_top a.favorite_btn.active {
  color: #76BC22;
}
.product_inner_page .rate_icon .inner_top a.favorite_btn.active:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 6px;
  text-align: center;
  font-size: 83.3%;
  opacity: 0;
}
.product_inner_page .product_images {
  display: flex;
  position: relative;
}
.product_inner_page .product_images .small_images {
  width: 80px;
  position: relative;
  min-width: 80px;
  margin-right: 20px;
}
.product_inner_page .product_images .small_images:not(.slick-slider) {
  max-height: 320px;
  overflow: hidden;
  opacity: 0;
}
.product_inner_page .product_images .small_images .slick-slide {
  border: none;
}
.product_inner_page .product_images .small_images a {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid #E4E4E6;
  margin-bottom: 17px;
}
.product_inner_page .product_images .small_images a.selected {
  border-color: #76BC22;
  cursor: default;
}
.product_inner_page .product_images .small_images img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_inner_page .product_images .big_images {
  flex: 1;
  width: 10%;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  max-height: 340px;
}
.product_inner_page .product_images .big_images .slick-list,
.product_inner_page .product_images .big_images .slick-track {
  height: 100%;
}
.product_inner_page .product_images .big_images .image_block_inner {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product_inner_page .product_images .big_images a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.product_inner_page .product_images .big_images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_inner_page .product_images .sticker_block {
  position: absolute;
  left: 130px;
  top: 0;
  z-index: 10;
}
.product_inner_page .product_images .sticker_block img {
  width: 80px;
  height: auto;
  display: block;
}
.product_inner_page .product_images .slick-dots {
  position: absolute;
  bottom: 20px;
  height: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1210px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_inner_page .product_images .slick-dots li {
  padding-left: 10px;
  z-index: 3;
}
.product_inner_page .product_images .slick-dots li.slick-active button {
  background: #76BC22 !important;
  cursor: default;
}
.product_inner_page .product_images .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #76BC22;
  padding: 0;
  font-size: 0;
}
.product_inner_page .product_images .slick-dots button:focus {
  outline: none;
}
.product_inner_page .product_images .slick-arrow {
  border: none;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: #F3F3F3;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto 10px;
}
.product_inner_page .product_images .slick-arrow:focus {
  outline: none;
}
.product_inner_page .product_images .slick-arrow:before {
  display: block;
  font-size: 1.1rem;
  content: "";
}
.product_inner_page .product_images .slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.product_inner_page .right_block_inner {
  border: 1px solid #EBEBEB;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.product_inner_page .right_block_inner .action_title {
  font-size: 120%;
  line-height: 16px;
  margin-bottom: 13px;
  margin-top: 20px;
}
.product_inner_page .right_block_inner .options_block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
.product_inner_page .right_block_inner .options_block ul:before {
  position: absolute;
  bottom: 0;
  left: -9px;
  right: -9px;
  overflow: hidden;
  content: "";
  display: block;
  height: 1px;
  background-color: #EBEBEB;
}
.product_inner_page .right_block_inner .options_block ul.color_options li {
  margin-bottom: 15px;
}
.product_inner_page .right_block_inner .options_block ul.color_options li:focus {
  box-shadow: none;
}
.product_inner_page .right_block_inner .options_block ul.color_options input:checked + .check_btn:after {
  padding-top: 8px;
}
.product_inner_page .right_block_inner .options_block ul li {
  margin: 0 8px 8px;
}
.product_inner_page .right_block_inner .options_block ul .check_btn {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 110%;
  line-height: 15px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 5px;
}
.product_inner_page .right_block_inner .options_block ul .check_btn img,
.product_inner_page .right_block_inner .options_block ul .check_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B6B6B6;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
}
.product_inner_page .right_block_inner .options_block ul .check_btn .color_name {
  width: 100%;
  padding: 0 5px;
}
.product_inner_page .right_block_inner .options_block label {
  display: block;
  margin: 0;
  position: relative;
}
.product_inner_page .right_block_inner .options_block label input:checked + .check_btn {
  cursor: default;
  opacity: 1 !important;
  border-color: #76BC22;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 143, 210, 0.53);
}
.product_inner_page .right_block_inner .options_block.size_block {
  margin-top: 13px;
}
.product_inner_page .right_block_inner .options_block.size_block ul:before {
  display: none;
}
.product_inner_page .right_block_inner .options_block.size_block ul .check_btn .color_name {
  color: #000000;
  font-size: 130%;
  line-height: 17px;
}
.product_inner_page .right_block_inner .options_block.size_block ul .check_btn .color_name span {
  margin-left: 5px;
  color: #B6B6B6;
}
.product_inner_page .right_block_inner .options_block.size_block label input:checked + .check_btn {
  box-shadow: none;
  border-radius: 3px;
}
.product_inner_page .right_block_inner .options_block.size_block label input:checked + .check_btn .color_name {
  color: #76BC22;
}
.product_inner_page .right_block_inner .options_block.size_block label input:checked + .check_btn .color_name span {
  color: #76BC22;
}
.product_inner_page .right_block_inner .monthly_block {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 19px;
  font-family: "montserrat_medium", "montserratarm_medium";
  color: #555555;
}
.product_inner_page .right_block_inner .monthly_block .product_hint {
  font-size: 75%;
}
.product_inner_page .right_block_inner .btn_inner {
  display: flex;
  flex-direction: column;
}
.product_inner_page .right_block_inner .btn_inner .add_to_cart {
  height: 50px;
  border-radius: 2px;
  background-color: #76BC22;
  color: #ffffff;
  font-size: 130%;
  line-height: 17px;
  font-family: "montserrat_medium", "montserratarm_medium";
  text-transform: uppercase;
  margin: 17px 0 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 7px 10px;
}
.product_inner_page .right_block_inner .btn_inner .add_to_cart:before {
  margin-right: 10px;
  font-size: 200%;
}
.product_inner_page .right_block_inner .btn_inner .add_btn {
  margin: 22px 0 0;
  display: flex;
  flex: 1;
  height: 31px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  font-family: "montserrat_medium", "montserratarm_medium";
  line-height: 17px;
  padding: 6px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  color: #76BC22;
  background: #ffffff;
  border: 1px solid #76BC22;
  text-align: center;
}
.product_inner_page .right_block_inner .bottom_inner {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product_inner_page .right_block_inner .bottom_inner:before {
  position: absolute;
  top: 0;
  left: -19px;
  right: -19px;
  overflow: hidden;
  content: "";
  display: block;
  height: 1px;
  background-color: #EBEBEB;
}
.product_inner_page .right_block_inner .bottom_inner .row_location {
  margin-top: 20px;
  font-size: 120%;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}
.product_inner_page .right_block_inner .bottom_inner .row_location:before {
  font-size: 230%;
  margin-right: 10px;
  color: #76BC22;
}
.product_inner_page .right_block_inner .bottom_inner .about_row_block {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product_inner_page .right_block_inner .bottom_inner .about_row_block a {
  font-size: 120%;
  line-height: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}
.product_inner_page .right_block_inner .bottom_inner .about_row_block a:before {
  font-size: 230%;
  margin-right: 10px;
  color: #76BC22;
}
.product_inner_page .right_block_inner .bottom_inner .about_row_block .product_hint {
  font-size: 100%;
  display: block;
}
.product_inner_page .bonus_price {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.product_inner_page .bonus_price .product_price {
  display: flex;
  font-size: 160%;
  line-height: 21px;
  font-family: "montserrat_bold", "montserratarm_bold";
  color: #000000;
  flex-direction: column-reverse;
}
.product_inner_page .bonus_price .old_price {
  font-size: 75%;
  color: #B6B6B6;
  text-decoration: line-through;
  line-height: 19px;
}
.product_inner_page .bonus_price .inner_bonus {
  display: flex;
  flex-direction: column;
  font-size: 120%;
  line-height: 16px;
  color: #6B6B6B;
}
.product_inner_page .bonus_price .inner_bonus span {
  display: flex;
  color: #000000;
  font-size: 110%;
  line-height: 19px;
}
.product_inner_page .bonus_price .inner_bonus span img {
  width: 100%;
  max-height: 18px;
  max-width: 18px;
  margin-right: 8px;
}
.product_inner_page .product_bonus {
  margin-top: 10px;
  display: none;
}
.product_inner_page .all_info_section {
  margin-bottom: 40px;
  margin-top: 50px;
  width: 100%;
}
.product_inner_page .all_info_section .tab_buttons {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}
.product_inner_page .all_info_section .tab_buttons li {
  text-transform: uppercase;
  font-size: 160%;
  line-height: 21px;
  color: #000000;
  margin: 10px 30px;
  position: relative;
}
.product_inner_page .all_info_section .tab_buttons li:first-child {
  margin-left: 0;
}
.product_inner_page .all_info_section .tab_buttons li:not(.selected) {
  cursor: pointer;
}
.product_inner_page .all_info_section .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_inner_page .all_info_section .tab_block.selected {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.product_inner_page .all_info_section .tab_indicator {
  display: block;
  height: 3px;
  opacity: 0;
  margin-top: -2px;
}
.product_inner_page .all_info_section .tab_indicator span {
  display: block;
  height: 3px;
  background: #76BC22;
  -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_inner_page .all_info_section .tabs_container {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}
.product_inner_page .all_info_section .description_block {
  max-width: 785px;
  width: 100%;
}
.product_inner_page .all_info_section .tabs_title {
  color: #000000;
  font-size: 180%;
  line-height: 24px;
  font-family: "montserrat_bold", "montserratarm_bold";
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.product_inner_page .all_info_section .description_inner {
  color: #000000;
  font-size: 130%;
  line-height: 17px;
  margin-top: 30px;
}
.product_inner_page .all_info_section .details_list > .block_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -60px;
}
.product_inner_page .all_info_section .details_list > .block_list > li {
  padding: 0 60px;
  max-width: 50%;
  flex: 0 0 50%;
}
.product_inner_page .all_info_section .details_block {
  margin-top: 40px;
}
.product_inner_page .all_info_section .details_block ul {
  font-size: 130%;
  line-height: 17px;
  display: none;
}
.product_inner_page .all_info_section .details_block li {
  display: flex;
  margin-bottom: 27px;
}
.product_inner_page .all_info_section .details_block li:last-child {
  margin-bottom: 0;
}
.product_inner_page .all_info_section .details_block li:first-child {
  margin-top: 20px;
}
.product_inner_page .all_info_section .details_block.opened .details_type:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  color: #76BC22;
}
.product_inner_page .all_info_section .details_type {
  font-family: "montserrat_medium", "montserratarm_medium";
  font-size: 160%;
  line-height: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product_inner_page .all_info_section .details_type:after {
  display: block;
  width: 7px;
  height: 3px;
  content: "";
  margin-left: 10px;
  border-style: solid;
  border-width: 3px 3px 0;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-top: 6px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product_inner_page .all_info_section .detail_name {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
}
.product_inner_page .all_info_section .detail_unit {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  color: #666666;
  display: flex;
  position: relative;
  text-align: end;
  justify-content: flex-end;
}
.product_inner_page .all_info_section .reviews_btn {
  height: 38px;
  min-width: 204px;
  text-transform: uppercase;
  color: #76BC22;
  font-size: 130%;
  line-height: 17px;
  text-align: center;
  font-family: "montserrat_bold", "montserratarm_bold";
  border: 1px solid #76BC22;
  border-radius: 5px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  margin-left: 10px;
}
.product_inner_page .all_info_section .reviews_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .product_inner_page .all_info_section .reviews_top {
    flex-direction: column;
  }
}
.product_inner_page .all_info_section .reviews_list {
  margin-top: 30px;
}
.product_inner_page .all_info_section .reviews_list li {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
}
.product_inner_page .all_info_section .reviews_list li:nth-child(n+5) {
  display: none;
}
.product_inner_page .all_info_section .inner_list {
  align-items: center;
}
.product_inner_page .all_info_section .user_name {
  color: #000000;
  font-size: 140%;
  line-height: 19px;
  font-family: "montserrat_medium", "montserratarm_medium";
  margin-bottom: 18px;
}
.product_inner_page .all_info_section .user_date {
  color: #B6B6B6;
  font-size: 130%;
  line-height: 17px;
}
.product_inner_page .all_info_section .user_rate {
  margin: 0 -5px;
}
.product_inner_page .all_info_section .user_description {
  color: #000000;
  font-size: 130%;
  line-height: 17px;
  margin-top: 13px;
}
.product_inner_page .all_info_section .view_more_inner {
  color: #000000;
  font-family: "montserrat_bold", "montserratarm_bold";
  font-size: 140%;
  line-height: 19px;
  margin: 20px 0;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.mobile_img_inner,
.back_listing {
  display: none;
}

@media (max-width: 1199px) {
  .product_inner_page .all_info_section .user_rate .rate_row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .back_listing {
    margin-bottom: 15px;
    display: block;
    font-size: 120%;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.55);
    padding: 0 20px;
  }
  .back_listing:before {
    margin-right: 10px;
  }

  .header .web_menu {
    display: none;
  }

  .product_inner_page {
    background: #ffffff;
    padding: 20px 0;
  }
  .product_inner_page .all_info_section .tab_indicator {
    display: none;
  }
  .product_inner_page .all_info_section .tab_buttons li {
    padding-bottom: 12px;
    margin: 0 30px;
  }
  .product_inner_page .all_info_section .tab_buttons li.selected {
    border-bottom: 3px solid #76BC22;
  }
  .product_inner_page .all_info_section .inner_list {
    margin-top: 15px;
  }
  .product_inner_page .all_info_section .user_info {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
  }
  .product_inner_page .all_info_section .user_name {
    margin-bottom: 0;
  }
  .product_inner_page .all_info_section .user_date {
    margin-left: 20px;
  }
  .product_inner_page .all_info_section .details_list > .block_list {
    margin: 0 -25px;
  }
  .product_inner_page .all_info_section .details_list > .block_list > li {
    padding: 0 25px;
  }
  .product_inner_page .product_images {
    flex-direction: column-reverse;
  }
  .product_inner_page .product_images .big_images {
    max-height: 180px;
    width: 100%;
  }
  .product_inner_page .product_images .big_images a {
    display: block;
    max-width: 100%;
  }
  .product_inner_page .product_images .big_images img {
    max-width: 100%;
    max-height: 180px;
  }
  .product_inner_page .product_images .small_images {
    width: 100%;
    margin-top: 25px;
  }
  .product_inner_page .right_block_inner {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .mobile_img_inner {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .mobile_img_inner:before {
    display: block;
    content: "";
    padding-bottom: 29%;
  }
  .mobile_img_inner a {
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    bottom: 10px;
    display: block;
  }
  .mobile_img_inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product_inner_page {
    background: #F5F5F5;
    padding: 0 0;
  }
  .product_inner_page .all_info_section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product_inner_page .all_info_section > .custom_container {
    background: #F5F5F5;
  }
  .product_inner_page .all_info_section .tabs_container {
    background: #ffffff;
    margin: 0 -15px;
    padding: 25px 15px;
  }
  .product_inner_page .all_info_section .reviews_btn {
    margin-top: 15px;
  }
  .product_inner_page .all_info_section .details_block,
.product_inner_page .all_info_section .description_inner {
    margin-top: 24px;
  }
  .product_inner_page .all_info_section .details_block li {
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.7);
    padding-bottom: 10px;
  }
  .product_inner_page .all_info_section .tabs_title {
    font-size: 160%;
    line-height: 21px;
  }
  .product_inner_page .all_info_section .tab_buttons {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    display: flex;
    white-space: nowrap;
    flex-wrap: inherit;
    border: none;
  }
  .product_inner_page .all_info_section .tab_buttons li {
    margin: 0 20px;
  }
  .product_inner_page .all_info_section .details_list > .block_list {
    margin: 0;
  }
  .product_inner_page .all_info_section .details_list > .block_list > li {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_inner_page .cheap_block {
    display: none;
  }
  .product_inner_page .inner_top {
    position: absolute;
    top: 4px;
    right: 10px;
  }
  .product_inner_page .product_title {
    max-width: 72%;
    font-size: 160%;
    line-height: 21px;
    width: 100%;
    margin-bottom: 3px;
  }
  .product_inner_page .rate_icon .rate_row {
    flex-direction: row;
  }
  .product_inner_page .rate_icon .inner_top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .product_inner_page .rate_icon .inner_top a {
    font-size: 0;
  }
  .product_inner_page .rate_icon .inner_top a:before {
    font-size: 1.8rem;
  }
  .product_inner_page .rate_icon .inner_top a:first-child {
    padding-right: 0;
  }
  .product_inner_page .rate_icon .inner_top a:last-child {
    padding-right: 10px;
  }
  .product_inner_page > .custom_container > .row {
    background: #ffffff;
    padding: 10px 0 0 0;
    margin: 0 -15px;
  }
  .product_inner_page .right_block_inner {
    padding: 0 5px;
    background: none;
    box-shadow: none;
    border: none;
  }
  .product_inner_page .right_block_inner .btn_inner {
    padding-bottom: 20px;
  }
  .product_inner_page .right_block_inner .product_bonus {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 14px 15px -44px 15px;
    position: relative;
    max-width: 50%;
  }
  .product_inner_page .right_block_inner .bottom_inner {
    background: #F5F5F5;
    margin: 0 -15px;
    padding: 31px 0;
    position: relative;
  }
  .product_inner_page .right_block_inner .bottom_inner .row_location {
    margin: 0;
    padding: 70px 15px 20px 15px;
    background: #ffffff;
  }
  .product_inner_page .right_block_inner .bottom_inner .about_row_block {
    margin-top: 3px;
    padding: 20px 15px;
    background: #ffffff;
  }
  .product_inner_page .right_block_inner .action_title {
    margin-top: 13px;
  }
  .product_inner_page .right_block_inner .btn_inner .add_to_cart {
    height: 41px;
  }
  .product_inner_page .right_block_inner .btn_inner .add_btn {
    margin: 20px 0 0;
  }
  .product_inner_page .right_block_inner .bottom_inner:before {
    display: none;
  }
  .product_inner_page .right_block_inner .options_block {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 7px;
    padding: 0;
  }
  .product_inner_page .right_block_inner .options_block .color_options {
    display: flex;
    white-space: nowrap;
    flex-wrap: inherit;
  }
  .product_inner_page .right_block_inner .options_block .color_options li:first-child {
    margin-left: 13px;
  }
  .product_inner_page .right_block_inner .options_block .color_options:before {
    display: none;
  }
  .product_inner_page .right_block_inner .monthly_block {
    display: none;
  }
  .product_inner_page .product_images .big_images {
    display: none;
  }
  .product_inner_page .product_images .small_images {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    height: 210px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .product_inner_page .product_images .small_images .slick-list {
    height: auto !important;
  }
  .product_inner_page .product_images .small_images .image_block_inner {
    height: 160px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .product_inner_page .product_images .small_images a {
    margin: 0 auto;
    padding: 0;
    border: none;
    height: auto;
    max-width: 660px;
  }
  .product_inner_page .product_images .small_images a img {
    max-width: 100%;
    max-height: 160px;
  }
  .product_inner_page .product_images .small_images a.selected {
    border-color: transparent;
    opacity: 1;
  }
  .product_inner_page .product_images .slick-prev {
    left: 0;
  }
  .product_inner_page .product_images .slick-prev:before {
    content: "";
  }
  .product_inner_page .product_images .slick-prev:focus {
    outline: none;
  }
  .product_inner_page .product_images .slick-next {
    right: 0;
  }
  .product_inner_page .product_images .slick-next:before {
    content: "";
  }
  .product_inner_page .product_images .slick-next:focus {
    outline: none;
  }
  .product_inner_page .product_images .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    border: none;
    margin: -35px auto 0;
    padding: 0;
    background: #F5F5F5;
    color: #76BC22;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.web .product_inner_page .all_info_section .view_more_inner:hover,
.web .product_inner_page .all_info_section .details_type:hover,
.web .product_inner_page .all_info_section .tab_buttons li:hover,
.web .product_inner_page .rate_icon .inner_top a:hover,
.web .product_inner_page .right_block_inner .about_row_block a:hover,
.web .product_inner_page .right_block_inner .row_location:hover {
  color: #76BC22;
}
.web .product_inner_page .all_info_section .view_more_inner:hover.selected,
.web .product_inner_page .all_info_section .details_type:hover.selected,
.web .product_inner_page .all_info_section .tab_buttons li:hover.selected,
.web .product_inner_page .rate_icon .inner_top a:hover.selected,
.web .product_inner_page .right_block_inner .about_row_block a:hover.selected,
.web .product_inner_page .right_block_inner .row_location:hover.selected {
  color: inherit;
}
.web .product_inner_page .add_to_cart {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .product_inner_page .add_to_cart:hover {
  background: #E9E9E9;
  color: #000000;
}
.web .product_inner_page .reviews_btn:hover,
.web .product_inner_page .add_btn:hover {
  background: #76BC22;
  color: #ffffff;
  border-color: transparent;
}
.web .product_inner_page .product_images .small_images a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .product_inner_page .product_images .small_images a:hover {
  opacity: 0.6;
}
.web .product_inner_page .slick-arrow {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.web .product_inner_page .slick-arrow:hover {
  background: #76BC22;
}
.web .options_block label .check_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .options_block label .check_btn:hover {
  border-color: #76BC22;
}
.web .options_block label .check_btn:hover .color_name {
  color: #76BC22;
}

.touch .product_inner_page .all_info_section .view_more_inner:active,
.touch .product_inner_page .all_info_section .details_type:active,
.touch .product_inner_page .all_info_section .tab_buttons li:active,
.touch .product_inner_page .rate_icon .inner_top a:active,
.touch .product_inner_page .right_block_inner .about_row_block a:active,
.touch .product_inner_page .right_block_inner .row_location:active {
  color: #76BC22;
}
.touch .product_inner_page .all_info_section .view_more_inner:active.selected,
.touch .product_inner_page .all_info_section .details_type:active.selected,
.touch .product_inner_page .all_info_section .tab_buttons li:active.selected,
.touch .product_inner_page .rate_icon .inner_top a:active.selected,
.touch .product_inner_page .right_block_inner .about_row_block a:active.selected,
.touch .product_inner_page .right_block_inner .row_location:active.selected {
  color: inherit;
}
.touch .product_inner_page .add_to_cart {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_inner_page .add_to_cart:active {
  background: #E9E9E9;
  color: #000000;
}
.touch .product_inner_page .reviews_btn:active,
.touch .product_inner_page .add_btn:active {
  background: #76BC22;
  color: #ffffff;
  border-color: transparent;
}
.touch .product_inner_page .product_images .small_images a {
  -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_inner_page .product_images .small_images a:active {
  opacity: 0.6;
}
.touch .product_inner_page .slick-arrow {
  -o-transition: background 0.15s;
  -ms-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.touch .product_inner_page .slick-arrow:active {
  background: #76BC22;
}
.touch .options_block label .check_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .options_block label .check_btn:active {
  border-color: #76BC22;
}
.touch .options_block label .check_btn:active .color_name {
  color: #76BC22;
}

.gif_card_img {
  width: 100%;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gif_card_img img {
  display: block;
  max-width: 100%;
  max-height: 315px;
}
.gif_card_img .git_cart_price {
  position: absolute;
  top: 22px;
  color: #000000;
  font-size: 160%;
  line-height: 21px;
  font-family: "montserrat_bold", "montserratarm_bold";
  max-width: 400px;
  width: 100%;
  text-align: center;
}
@media (max-width: 399px) {
  .gif_card_img .git_cart_price {
    top: 14px;
  }
}

.product_inner_page .gif_card_block .right_block_inner {
  padding: 38px 20px;
}
.product_inner_page .gif_card_block .btn_inner .add_to_cart {
  margin: 0;
}

.git_cart_form {
  margin-top: 40px;
}
.git_cart_form .error_length {
  color: #D51818;
  font-size: 120%;
  line-height: 16px;
  margin-top: 7px;
  display: flex;
  padding: 0 3px;
}

@media (max-width: 767px) {
  .product_inner_page .gif_card_block .right_block_inner {
    padding: 0;
  }
  .product_inner_page .gif_card_block .btn_inner .add_to_cart {
    margin: 0;
  }
}
.product_inner_page .rate_icon .inner_top a.favorite_btn.active:after {
  -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_inner_page .all_info_section .view_more_inner,
.web .product_inner_page .all_info_section .details_type,
.web .product_inner_page .all_info_section .tab_buttons li,
.web .product_inner_page .rate_icon .inner_top a,
.web .product_inner_page .right_block_inner .about_row_block a,
.web .product_inner_page .right_block_inner .row_location {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.product_inner_page .product_images .small_images, .product_inner_page .product_images .small_images a, .product_inner_page .product_images .slick-arrow, .web .product_inner_page .reviews_btn,
.web .product_inner_page .add_btn {
  -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_inner_page .all_info_section .view_more_inner,
.touch .product_inner_page .all_info_section .details_type,
.touch .product_inner_page .all_info_section .tab_buttons li,
.touch .product_inner_page .rate_icon .inner_top a,
.touch .product_inner_page .right_block_inner .about_row_block a,
.touch .product_inner_page .right_block_inner .row_location {
  -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_inner_page .reviews_btn,
.touch .product_inner_page .add_btn {
  -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_inner_page .right_block_inner .options_block ul .check_btn, .product_inner_page .all_info_section .tab_buttons li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_inner_page .right_block_inner .options_block label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

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