@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.adwrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F4F4F4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1020px) {
  section {
    padding: 0 20px;
  }
}

main {
  padding-top: 94px;
}
@media (max-width: 1020px) {
  main {
    padding-top: 62px;
  }
  .hidden_popular_category{
    overflow:auto !important;
  }
   .hidden_popular_category_item{
    margin-right:15px;
  }
}

.hidden_popup footer {
  display: none;
}

.wrapper_product {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  height: fit-content;
}

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 10px;
}
.breadcrumbs .wrapper_product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs .wrapper_product .link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.breadcrumbs .wrapper_product .link span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-right: 8px;
  color: #A6A6A6;
}
.breadcrumbs .wrapper_product .link img {
  display: block;
  width: 16px;
  height: 16px;
}
.breadcrumbs .wrapper_product .active {
  margin-right: 0;
  cursor: initial;
}
.breadcrumbs .wrapper_product .active span {
  margin-right: 0;
  color: #262626;
}
.breadcrumbs .wrapper_product .active img {
  display: none;
}
.breadcrumbs .wrapper_product .link_inh {
  display: none;
}
@media (max-width: 550px) {
  .breadcrumbs .wrapper_product .link {
    display: none;
  }
  .breadcrumbs .wrapper_product .link_inh {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .breadcrumbs .wrapper_product .link_inh svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .breadcrumbs .wrapper_product .link_inh span {
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #262626;
  }
}
@media (max-width: 550px) {
  .breadcrumbs {
    padding-top: 10px;
  }
}

.top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.top .wrapper_product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top .wrapper_product .top_slider {
  position: relative;
  max-width: 719px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  max-height: 500px;
  margin-right: 10px;
  background: #FFFFFF;
}
.top .wrapper_product .top_slider .top_slider_wrapper .top_slider_item {
  max-width: 719px;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  /*@include transition_all;
  &:hover {
      transform: scale(1.2);
  }*/
}
.top .wrapper_product .top_slider .button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 45%;
  border-radius: 50%;
  background: #D0D0D0;
  z-index: 2;
  cursor: pointer;
}
.top .wrapper_product .top_slider .button svg {
  display: block;
  width: 22px;
  height: 22px;
}
.top .wrapper_product .top_slider .prev_top_slider {
  left: 20px;
}
.top .wrapper_product .top_slider .next_top_slider {
  right: 20px;
}
.top .wrapper_product .top_slider .active {
  background: #D0D0D0;
}
.top .wrapper_product .top_slider .active svg path {
  fill: #262626;
}
.top .wrapper_product .top_slider .top_slider_pag {
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.top .wrapper_product .top_slider .top_slider_pag .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(210, 207, 207, 0.5);
  margin: 0 8px 0 0;
  opacity: 1;
}
.top .wrapper_product .top_slider .top_slider_pag .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.top .wrapper_product .top_slider .top_slider_pag .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.top .wrapper_product .product_content {
  max-width: 484px;
  width: 100%;
}
.top .wrapper_product .product_content .product_base {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-bottom: 15px;
}
.top .wrapper_product .product_content .product_base .product_company {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 20px;
  padding-bottom: 7px;
  width: 100%;
}
.top .wrapper_product .product_content .product_base .product_company span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #DF2040;
}
.top .wrapper_product .product_content .product_base .product_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 5px;
}
.top .wrapper_product .product_content .product_base .product_meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.top .wrapper_product .product_content .product_base .product_meta .availability {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-align-items: center;
  align-items: center;
}
.top .wrapper_product .product_content .product_base .product_meta .availability svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top .wrapper_product .product_content .product_base .product_meta .availability svg path {
  fill: #df2040;
}
.top .wrapper_product .product_content .product_base .product_meta .availability div {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
}
.top .wrapper_product .product_content .product_base .product_meta .availability .tr {
  display: none;
  color: #16987B;
}
.top .wrapper_product .product_content .product_base .product_meta .availability .fl {
  color: #df2040;
}
.top .wrapper_product .product_content .product_base .product_meta .true svg path {
  fill: #16987B;
}
.top .wrapper_product .product_content .product_base .product_meta .true .tr {
  display: block;
}
.top .wrapper_product .product_content .product_base .product_meta .true .fl {
  display: none;
}
.top .wrapper_product .product_content .product_base .product_meta .price {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #262626;
}
.top .wrapper_product .product_content .product_base .product_meta .price span {
  font-size: 17px;
}
.top .wrapper_product .product_content .product_base .product_meta .price #pricehold {
  font-size: 32px;
}
.top .wrapper_product .product_content .product_base .pd_info {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.top .wrapper_product .product_content .product_base .pd_info strong {
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
}
.top .wrapper_product .product_content .product_base .pd_info strong span {
  color: #262626;
}
.top .wrapper_product .product_content .product_base .pd_info .p_color {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top .wrapper_product .product_content .product_base .pd_info .p_color a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 15px;
}
.top .wrapper_product .product_content .product_base .pd_info .p_color a span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.top .wrapper_product .product_content .product_base .pd_info .p_color a span img {
  display: block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.top .wrapper_product .product_content .product_base .pd_info .p_color .active {
  border: 1px solid #DF2040;
}
.top .wrapper_product .product_content .product_base .pd_info .p_color a:last-child {
  margin-right: 0;
}
.top .wrapper_product .product_content .product_base .dop_meta {
  margin-bottom: 10px;
}
.top .wrapper_product .product_content .product_base .dop_meta strong {
  display: block;
  font-family: "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
  color: #9E9E9E;
  padding-right: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div {
  width: 100%;
  max-width: 210px;
  position: relative;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_top {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #9E9E9E;
  width: 100%;
  max-width: 210px;
  height: 40px;
  background-color: #ffffff;
  padding: 5px 12px;
  box-sizing: border-box;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_top .size_top_input {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_top .arr {
  transform: rotate(180deg);
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_top .arr svg {
  display: block;
  width: 24px;
  height: 24px;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_items {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 45px;
  width: 100%;
  border-radius: 4px;
  max-width: 210px;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_items .size_item {
  width: 100%;
  max-width: 210px;
  padding: 10px 12px;
  height: 35px;
  box-sizing: border-box;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_items .size_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #F3F3F3;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_items .active {
  background-color: #F3F3F3;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_items::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}
.top .wrapper_product .product_content .product_base .dop_meta .size_div .size_items::-webkit-scrollbar-thumb {
  background-color: #929091;
  border-radius: 9em;
  box-shadow: none;
}
.top .wrapper_product .product_content .product_base .dop_meta .active .size_top .arr {
  transform: rotate(0deg);
}
.top .wrapper_product .product_content .product_base .dop_meta .active .size_items {
  display: block;
}
.top .wrapper_product .product_content .product_base .select_heart {
  cursor: pointer;
  background: rgba(223, 32, 64, 0.05);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.top .wrapper_product .product_content .product_base .select_heart .des svg {
  display: block;
  width: 19px;
  height: 19px;
}
.top .wrapper_product .product_content .product_base .select_heart .act {
  display: none;
}
.top .wrapper_product .product_content .product_base .select_heart .act svg {
  display: block;
  width: 19px;
  height: 19px;
}
.top .wrapper_product .product_content .product_base .active .des {
  display: none;
}
.top .wrapper_product .product_content .product_base .active .act {
  display: block;
}
.top .wrapper_product .product_content .contacts {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}
.top .wrapper_product .product_content .contacts .contacts_button {
  max-width: 422px;
  width: 100%;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 320px;
  width: 100%;
  height: 40px;
  padding: 11px 20px;
  cursor: pointer;
  box-sizing: border-box;
  background: #df2040;
  max-width: 206px;
  width: 100%;
  height: 51px;
  margin-right: 10px;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call:hover {
  background: #BF112E;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call:hover span {
  color: #FFF;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call:focus {
  border: 4px solid rgba(223, 32, 64, 0.2);
  background: #BF112E;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call:focus span {
  color: #FFF;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  max-width: 206px;
  width: 100%;
  height: 51px;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact:hover {
  background: var(--gradient, linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%));
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact:hover span {
  color: #FFF;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact:focus {
  border: 6px solid rgba(223, 32, 64, 0.2);
  background: var(--gradient, linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%));
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact:focus span {
  color: #FFF;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active {
  background-color: white;
  border-bottom: none;
  height: 65px;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active:hover {
  background: white;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active:hover span {
  color: #df2040;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active:focus {
  border: 6px solid rgba(223, 32, 64, 0.2);
  background: white;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active:focus span {
  color: #df2040;
}
.top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active:after {
  z-index: 3;
  background-color: white;
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  left: 0;
  bottom: -15px;
}
.top .wrapper_product .product_content .contacts .get_call {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #29A71A;
  border-radius: 4px;
  min-width: 51px;
  width: 51px;
  height: 51px;
}
.top .wrapper_product .product_content .contacts .get_call svg {
  display: block;
  height: 25px;
  width: 25px;
}
.top .wrapper_product .product_content .contacts .get_call:hover {
  background: #1E9111;
}
.top .wrapper_product .product_content .contacts .get_call:focus {
  border-radius: 4px;
  border: 4px solid rgba(41, 167, 26, 0.2);
  background: #29A71A;
}
.top .wrapper_product .product_content .inh_contacts {
  display: none;
}
.top .wrapper_product .product_content .inh_contacts_active {
  margin-top: -20px;
  z-index: 2;
  position: relative;
  background: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 8px;
  max-width: 484px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #df2040;
  padding: 20px 15px 20px 20px;
}
.top .wrapper_product .product_content .inh_contacts_active .items {
  max-width: 222px;
  width: 49.8%;
}
.top .wrapper_product .product_content .inh_contacts_active .items .item {
  max-width: 222px;
  width: 100%;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}
.top .wrapper_product .product_content .inh_contacts_active .items .item svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
}
.top .wrapper_product .product_content .inh_contacts_active .items .item span {
  margin-top: -3px;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  hyphens: auto;
  box-sizing: border-box;
}
.top .wrapper_product .product_content .inh_contacts_active .items .item a {
  display: block;
  text-decoration: none;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top .wrapper_product .product_content .inh_contacts_active .items .item div {
  margin-top: -3px;
}
.top .wrapper_product .product_content .inh_contacts_active .items .item div span {
  margin-top: 0;
  display: block;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top .wrapper_product .product_content .inh_contacts_active .items .item:last-child {
  margin-bottom: 0;
}
.top .wrapper_product .product_content .inh_contacts_active .items:last-child {
  max-width: 222px;
  width: 49.8%;
}
@media (max-width: 550px) {
  .top .wrapper_product .product_content .inh_contacts_active {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items:first-child {
    max-width: 550px;
    margin-bottom: 20px;
    width: 100%;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items:last-child {
    max-width: 550px;
    width: 100%;
  }
}
.top .wrapper_product .product_content .tie_in {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
}
.top .wrapper_product .product_content .tie_in span {
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 10px;
}
.top .wrapper_product .product_content .tie_in .socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.top .wrapper_product .product_content .tie_in .socials a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 34px;
}
.top .wrapper_product .product_content .tie_in .socials a svg {
  display: block;
  width: 34px;
  height: 34px;
}
.top .wrapper_product .product_content .tie_in .socials .wats {
  margin-right: 28px;
}
.top .wrapper_product .product_content .tie_in .socials .vib {
  margin-right: 28px;
}
@media (max-width: 1135px) {
  .top .wrapper_product .product_content {
    max-width: 382px;
  }
  .top .wrapper_product .product_content .product_base {
    padding: 20px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call {
    max-width: 156px;
    padding: 8px 10px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact {
    max-width: 156px;
    padding: 8px 10px;
  }
  .top .wrapper_product .product_content .tie_in {
    padding: 20px;
  }
}
@media (max-width: 935px) {
  .top .wrapper_product {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .wrapper_product .top_slider {
    margin-bottom: 15px;
    max-width: 935px;
    max-height: 505px;
  }
  .top .wrapper_product .top_slider .top_slider_wrapper .top_slider_item {
    max-width: 935px;
    max-height: 505px;
  }
  .top .wrapper_product .product_content {
    max-width: 935px;
  }
  .top .wrapper_product .product_content .product_base {
    padding: 30px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button {
    max-width: 884px;
    margin-right: 10px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content {
    max-width: 884px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .call {
    max-width: 442px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact {
    max-width: 442px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active {
    background-color: white;
    border-bottom: 1px solid #df2040;
    height: 51px;
  }
  .top .wrapper_product .product_content .contacts .contacts_button .contacts_button_content .contact_active:after {
    display: none;
  }
  .top .wrapper_product .product_content .inh_contacts_active {
    margin-top: 0;
    max-width: 935px;
    width: auto;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items {
    max-width: 465px;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items .item {
    max-width: 465px;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items .item span {
    max-width: 435px !important;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items:last-child {
    max-width: 465px;
  }
  .top .wrapper_product .product_content .tie_in {
    padding: 30px;
  }
}
@media (max-width: 550px) {
  .top .wrapper_product .top_slider {
    background: #FFFFFF;
    margin-bottom: 0;
    border-radius: 0;
  }
  .top .wrapper_product .top_slider .top_slider_wrapper .top_slider_item {
    border-radius: 0;
  }
  .top .wrapper_product .top_slider .button {
    display: none;
  }
  .top .wrapper_product .product_content {
    border-radius: 0;
    background-color: #ffffff;
  }
  .top .wrapper_product .product_content .product_base {
    border-radius: 0;
    padding: 20px;
    margin-bottom: 0;
    box-shadow: none;
  }
  .top .wrapper_product .product_content .product_base .product_title {
    margin-bottom: 10px;
  }
  .top .wrapper_product .product_content .product_base .product_meta {
    margin-bottom: 10px;
  }
  .top .wrapper_product .product_content .product_base .product_meta .price {
    font-size: 22px;
    line-height: 29px;
  }
  .top .wrapper_product .product_content .product_base .product_meta .price #pricehold {
    font-size: 22px;
    line-height: 29px;
  }
  .top .wrapper_product .product_content .contacts {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .wrapper_product .product_content .contacts .contacts_button {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .top .wrapper_product .product_content .contacts .get_call {
    max-width: 550px;
    width: 100%;
  }
  .top .wrapper_product .product_content .inh_contacts_active {
    margin-right: 20px;
    margin-left: 20px;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items {
    max-width: 550px;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items .item {
    max-width: 550px;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items .item span {
    max-width: 520px !important;
  }
  .top .wrapper_product .product_content .inh_contacts_active .items:last-child {
    max-width: 550px;
  }
  .top .wrapper_product .product_content .tie_in {
    border-radius: 0;
    padding: 0 20px 0;
  }
  .top .wrapper_product .product_content .tie_in span {
    display: none;
  }
  .top .wrapper_product .product_content .tie_in .socials {
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .top {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.characteristic {
  margin-bottom: 60px;
}
.characteristic .wrapper_product {
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 40px;
  box-sizing: border-box;
}
.characteristic .wrapper_product .characteristic_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 10px;
}
.characteristic .wrapper_product .content {
  width: 100%;
  float: none;
  max-width: 660px;
  margin-bottom: 30px;
}
.characteristic .wrapper_product .content .item {
  padding: 8px 20px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.characteristic .wrapper_product .content .item .prime {
  width: 35%;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
}
.characteristic .wrapper_product .content .item .two {
  width: 65%;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.characteristic .wrapper_product .content .first {
  background: #F3F3F3;
}
.characteristic .wrapper_product .content .second {
  background: #FFFFFF;
}
.characteristic .wrapper_product .description div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 7px;
}
.characteristic .wrapper_product .description div span {
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
}
.characteristic .wrapper_product .description div span strong {
  font-weight: 600;
  padding-right: 5px;
}
.characteristic .wrapper_product .description div:last-child {
  margin-bottom: 0;
}
@media (max-width: 935px) {
  .characteristic .wrapper_product {
    padding: 30px;
  }
}
@media (max-width: 550px) {
  .characteristic {
    margin-top: -1px;
    z-index: 2;
    position: relative;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .characteristic .wrapper_product {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    padding: 20px;
  }
}

.other, .similar {
  margin-bottom: 60px;
}
.other .wrapper_product .title, .similar .wrapper_product .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .other .wrapper_product .title, .similar .wrapper_product .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .other .wrapper_product .title, .similar .wrapper_product .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .other .wrapper_product .title, .similar .wrapper_product .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.other .wrapper_product .content, .similar .wrapper_product .content {
  max-width: 1224px;
  width: 100%;
  float: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.other .wrapper_product .content .popular_product_item, .similar .wrapper_product .content .popular_product_item {
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  max-width: 276px;
  width: 100%;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.other .wrapper_product .content .popular_product_item .di, .similar .wrapper_product .content .popular_product_item .di {
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  max-width: 276px;
  width: 100%;
  display: inline-block;
  max-height: 210px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_image, .similar .wrapper_product .content .popular_product_item .popular_product_item_image {
  max-width: 276px;
  width: auto;
  display: block;
  height: 210px;
  object-fit: cover;
  object-position: top center;
  /* @include transition_all;
   &:hover {
       transform: scale(1.2);
   }*/
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content, .similar .wrapper_product .content .popular_product_item .popular_product_item_content {
  padding: 15px 20px;
  box-sizing: border-box;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title {
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
  height: 65px;
  overflow: hidden;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title:hover, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title:hover {
  color: #DF2040;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_price, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_price {
  display: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 15px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_quest, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_quest {
  display: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  margin-bottom: 15px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .active, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .active {
  display: block;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  text-decoration: none;
  margin-right: 12px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover {
  border-radius: 4px;
  background: #DF2040;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover span, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover span {
  color: #FFF;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus {
  border-radius: 4px;
  border: 4px solid rgba(223, 32, 64, 0.2);
  background: #DF2040;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus span, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus span {
  color: #FFF;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon {
  background: #29A71A;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:hover, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:hover {
  background: #1E9111;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:focus, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:focus {
  border-radius: 4px;
  border: 4px solid rgba(41, 167, 26, 0.2);
  background: #29A71A;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .social, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .social a, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .social .wats, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social .wats {
  margin-right: 20px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .social .vib, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social .vib {
  margin-right: 20px;
}
.other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_company, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_company {
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #262626;
}
.other .wrapper_product .content .popular_product_item .select_heart, .similar .wrapper_product .content .popular_product_item .select_heart {
  position: absolute;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 14px;
  left: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.other .wrapper_product .content .popular_product_item .select_heart .des svg, .similar .wrapper_product .content .popular_product_item .select_heart .des svg {
  display: block;
  width: 24px;
  height: 24px;
}
.other .wrapper_product .content .popular_product_item .select_heart .act, .similar .wrapper_product .content .popular_product_item .select_heart .act {
  display: none;
}
.other .wrapper_product .content .popular_product_item .select_heart .act svg, .similar .wrapper_product .content .popular_product_item .select_heart .act svg {
  display: block;
  width: 24px;
  height: 24px;
}
.other .wrapper_product .content .popular_product_item .select_heart:hover, .similar .wrapper_product .content .popular_product_item .select_heart:hover {
  background: rgb(255, 255, 255);
}
.other .wrapper_product .content .popular_product_item .active .des, .similar .wrapper_product .content .popular_product_item .active .des {
  display: none;
}
.other .wrapper_product .content .popular_product_item .active .act, .similar .wrapper_product .content .popular_product_item .active .act {
  display: block;
}
.other .wrapper_product .content .popular_product_item:hover, .similar .wrapper_product .content .popular_product_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.12);
}
.other .wrapper_product .content .popular_product_item:last-child, .similar .wrapper_product .content .popular_product_item:last-child {
  margin-right: 0;
}
@media (max-width: 1190px) {
  .other .wrapper_product .content .popular_product_item, .similar .wrapper_product .content .popular_product_item {
    max-width: 230px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_image, .similar .wrapper_product .content .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content, .similar .wrapper_product .content .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
    line-height: 21px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 10px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart, .similar .wrapper_product .content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .des svg, .similar .wrapper_product .content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .act svg, .similar .wrapper_product .content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1000px) {
  .other .wrapper_product .content .popular_product_item, .similar .wrapper_product .content .popular_product_item {
    max-width: 276px;
    width: 100%;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_image, .similar .wrapper_product .content .popular_product_item .popular_product_item_image {
    border-radius: 8px 8px 0 0;
    max-width: 276px;
    width: auto;
    display: block;
    max-height: 210px;
    height: auto;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content, .similar .wrapper_product .content .popular_product_item .popular_product_item_content {
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title {
    text-decoration: none;
    font-family: "Segoe UI", sans-serif;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #262626;
    height: 42px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_price, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_price {
    display: none;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #262626;
    margin-bottom: 15px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_quest, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_quest {
    display: none;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    margin-bottom: 15px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .active, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .active {
    display: block;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 15px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 4px;
    max-width: 185px;
    width: 100%;
    height: 35px;
    padding: 8px 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #df2040;
    text-decoration: none;
    margin-right: 12px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #df2040;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon {
    background: #29A71A;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
    display: block;
    width: 21px;
    height: 21px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .social, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .social a, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social a {
    text-decoration: none;
    display: block;
    width: 24px;
    height: 24px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .social .wats, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social .wats {
    margin-right: 20px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .social .vib, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social .vib {
    margin-right: 20px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_company, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_company {
    text-decoration: none;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #262626;
  }
  .other .wrapper_product .content .popular_product_item .select_heart, .similar .wrapper_product .content .popular_product_item .select_heart {
    position: absolute;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 14px;
    left: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .des svg, .similar .wrapper_product .content .popular_product_item .select_heart .des svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .act, .similar .wrapper_product .content .popular_product_item .select_heart .act {
    display: none;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .act svg, .similar .wrapper_product .content .popular_product_item .select_heart .act svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .other .wrapper_product .content .popular_product_item .active .des, .similar .wrapper_product .content .popular_product_item .active .des {
    display: none;
  }
  .other .wrapper_product .content .popular_product_item .active .act, .similar .wrapper_product .content .popular_product_item .active .act {
    display: block;
  }
  .other .wrapper_product .content .popular_product_item:last-child, .similar .wrapper_product .content .popular_product_item:last-child {
    display: none;
  }
}
@media (max-width: 890px) {
  .other .wrapper_product .content .popular_product_item, .similar .wrapper_product .content .popular_product_item {
    max-width: 230px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_image, .similar .wrapper_product .content .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content, .similar .wrapper_product .content .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
    line-height: 21px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 10px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart, .similar .wrapper_product .content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .des svg, .similar .wrapper_product .content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .act svg, .similar .wrapper_product .content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 745px) {
  .other .wrapper_product .content .popular_product_item, .similar .wrapper_product .content .popular_product_item {
    max-width: 150px;
    min-width: 150px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_image, .similar .wrapper_product .content .popular_product_item .popular_product_item_image {
    max-width: 150px;
    max-height: initial;
    min-height: initial;
    height: 110px;
    object-fit: contain;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 14px;
    line-height: 19px;
    height: 55px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_price, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_price {
    margin-bottom: 10px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_quest, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_quest {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call {
    margin-bottom: 10px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    padding: 5px 8px;
    max-width: 90px;
    margin-right: 5px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 14px;
    line-height: 12px;
    text-align: center;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .social, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .social a, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social a {
    width: 28px;
    height: 28px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .social a svg, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .social a svg {
    width: 28px;
    height: 28px;
  }
  .other .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_company, .similar .wrapper_product .content .popular_product_item .popular_product_item_content .popular_product_item_company {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .other .wrapper_product .content .popular_product_item .select_heart, .similar .wrapper_product .content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .des svg, .similar .wrapper_product .content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .other .wrapper_product .content .popular_product_item .select_heart .act svg, .similar .wrapper_product .content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .other .wrapper_product .content .popular_product_item:last-child, .similar .wrapper_product .content .popular_product_item:last-child {
    display: block;
  }
}
@media (max-width: 680px) {
  .other .wrapper_product .content, .similar .wrapper_product .content {
    padding-bottom: 20px;
    overflow: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .other .wrapper_product .content .popular_product_item, .similar .wrapper_product .content .popular_product_item {
    margin-right: 20px;
  }
  .other .wrapper_product .content .popular_product_item:last-child, .similar .wrapper_product .content .popular_product_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .other, .similar {
    margin-bottom: 50px;
  }
}

.see_also {
  margin-bottom: 30px;
}
.see_also .wrapper_product .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .see_also .wrapper_product .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .see_also .wrapper_product .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .see_also .wrapper_product .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 765px) {
  .see_also .wrapper_product .title {
    margin-bottom: 20px;
  }
}
.see_also .wrapper_product .content {
  max-width: 1224px;
  width: 100%;
  float: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.see_also .wrapper_product .content .popular_category_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 155px;
  width: 12.5%;
  margin-bottom: 30px;
}
.see_also .wrapper_product .content .popular_category_item .popular_category_item_circe {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #FFFFFF;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.see_also .wrapper_product .content .popular_category_item .popular_category_item_circe img {
  width: 100%;
  max-width: 95px;
  height: auto;
  max-height: 80px;
  display: block;
}
.see_also .wrapper_product .content .popular_category_item .popular_category_item_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #262626;
}
@media (max-width: 1170px) {
  .see_also .wrapper_product .content .popular_category_item {
    width: 16.5%;
  }
  .see_also .wrapper_product .content .popular_category_item:nth-child(14) {
    display: none;
  }
  .see_also .wrapper_product .content .popular_category_item:nth-child(13) {
    display: none;
  }
}
@media (max-width: 970px) {
  .see_also .wrapper_product .content .popular_category_item {
    width: 18.5%;
  }
  .see_also .wrapper_product .content .popular_category_item:nth-child(12) {
    display: none;
  }
  .see_also .wrapper_product .content .popular_category_item:nth-child(11) {
    display: none;
  }
}
@media (max-width: 815px) {
  .see_also .wrapper_product .content .popular_category_item {
    width: 25%;
  }
  .see_also .wrapper_product .content .popular_category_item:nth-child(10) {
    display: none;
  }
  .see_also .wrapper_product .content .popular_category_item:nth-child(9) {
    display: none;
  }
}
@media (max-width: 765px) {
  .see_also .wrapper_product .content {
    display: none;
  }
}
@media (max-width: 765px) {
  .see_also {
    margin-bottom: 0;
  }
}

.hidden_popular_category {
  display: none;
  margin-bottom: 60px;
}
@media (max-width: 765px) {
  .hidden_popular_category {
    display: block;
    margin-left: 20px;
    max-width: 765px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 165px;
    width: 100%;
    height: 115px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item img {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    align-items: center;
    text-align: center;
    height: 35px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div span {
    display: block;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #262626;
    word-wrap: break-word;
  }
  .hidden_popular_category .swiper-wrapper .first_item {
    max-width: 105px;
  }
}
@media (max-width: 765px) and (max-width: 450px) {
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item {
    max-width: 140px;
    height: 110px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div {
    margin-top: auto !important;
    margin-bottom: auto !important;
    height: fit-content;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div span {
    font-size: 14px;
    line-height: 14px;
    max-width: 100px;
    width: 100%;
  }
  .hidden_popular_category .swiper-wrapper .first_item {
    max-width: 75px;
  }
}
@media (max-width: 550px) {
  .hidden_popular_category {
    margin-bottom: 40px;
  }
}

.idea {
  padding-bottom: 80px;
}
.idea .wrapper_product .content {
  max-width: 1224px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  float: none;
}
.idea .wrapper_product .content .idea_content {
  text-decoration: none;
  width: 100%;
  max-width: 430px;
  padding: 77px 40px 77px 85px;
  box-sizing: border-box;
}
.idea .wrapper_product .content .idea_content .idea_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 20px;
}
.idea .wrapper_product .content .idea_content .idea_descr {
  width: 100%;
  max-width: 295px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #262626;
}
.idea .wrapper_product .content .idea_content .idea_link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  max-width: 250px;
  height: 40px;
}
.idea .wrapper_product .content .idea_content .idea_link span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.idea .wrapper_product .content .idea_content .idea_link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.idea .wrapper_product .content .idea_img {
  width: 100%;
  max-width: 795px;
  display: block;
  height: auto;
}
@media (max-width: 1600px) {
  .idea .wrapper_product .content {
    max-width: 1600px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper_product .content .idea_content {
    max-width: 475px;
    padding: 50px 40px 50px 50px;
  }
  .idea .wrapper_product .content .idea_img {
    max-width: 950px;
  }
}
@media (max-width: 1330px) {
  .idea .wrapper_product .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper_product .content .idea_content {
    padding: 40px 30px 40px 40px;
  }
  .idea .wrapper_product .content .idea_img {
    max-width: 800px;
  }
}
@media (max-width: 1175px) {
  .idea .wrapper_product .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper_product .content .idea_content {
    padding: 30px;
  }
  .idea .wrapper_product .content .idea_img {
    max-width: 700px;
  }
}
@media (max-width: 1080px) {
  .idea .wrapper_product .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper_product .content .idea_content .idea_title {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
  .idea .wrapper_product .content .idea_content .idea_descr {
    font-size: 16px;
    line-height: 21px;
  }
  .idea .wrapper_product .content .idea_content .idea_link {
    padding: 10px 15px;
  }
  .idea .wrapper_product .content .idea_img {
    max-width: 600px;
  }
}
@media (max-width: 925px) {
  .idea .wrapper_product .content .idea_content .idea_title {
    line-height: 31px;
  }
  .idea .wrapper_product .content .idea_img {
    max-width: 500px;
  }
}
@media (max-width: 825px) {
  .idea .wrapper_product .content .idea_img {
    max-width: 400px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper_product .content .idea_content {
    padding: 30px 20px;
  }
  .idea .wrapper_product .content .idea_img {
    max-width: 385px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper_product .content .idea_content {
    max-width: 725px;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url(../image/base/idea.png);
    border-radius: 8px;
    padding: 18px 40px 18px 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .idea .wrapper_product .content .idea_content .idea_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .idea .wrapper_product .content .idea_content .idea_descr {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: center;
    color: #FFFFFF;
  }
  .idea .wrapper_product .content .idea_content .idea_link {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .idea .wrapper_product .content .idea_content .idea_link span {
    color: #FFFFFF;
  }
  .idea .wrapper_product .content .idea_img {
    display: none;
  }
}
@media (max-width: 1000px) {
  .idea {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .idea {
    padding-bottom: 60px;
  }
}
@media (max-width: 765px) {
  .idea {
    padding-bottom: 40px;
  }
}

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