@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_popup footer {
  display: none;
}

body {
  height: auto;
}

main {
  position: relative;
}

.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.breadcrumbs .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs .wrapper .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 .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 .link img {
  display: block;
  width: 16px;
  height: 16px;
}
.breadcrumbs .wrapper .active {
  margin-right: 0;
  cursor: initial;
}
.breadcrumbs .wrapper .active span {
  margin-right: 0;
  color: #262626;
}
.breadcrumbs .wrapper .active img {
  display: none;
}

.top .wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.top .wrapper .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) {
  .top .wrapper .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .top .wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .top .wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.top .wrapper .links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top .wrapper .links .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 435px;
  width: 100%;
}
.top .wrapper .links .items .item {
  text-decoration: none;
  box-sizing: border-box;
  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: 1px solid #9E9E9E;
  border-radius: 4px;
  padding: 8px 10px;
  max-width: 200px;
  min-width: 135px;
  width: 100%;
  height: 35px;
  margin-right: 15px;
  cursor: pointer;
}
.top .wrapper .links .items .item span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #9E9E9E;
}
.top .wrapper .links .items .item:hover {
  border: 1px solid #DF2040;
}
.top .wrapper .links .items .item:hover span {
  color: #DF2040;
}
.top .wrapper .links .items .active {
  border: 1px solid #DF2040;
}
.top .wrapper .links .items .active span {
  color: #DF2040;
}
.top .wrapper .links .items .item:last-child {
  margin-right: 0;
}
.top .wrapper .links .filter {
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #262626;
  border-radius: 4px;
  padding: 8px 20px;
  max-width: 160px;
  width: 100%;
  height: 35px;
  margin-right: 15px;
}
.top .wrapper .links .filter svg {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.top .wrapper .links .filter div {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #262626;
  position: relative;
}
.top .wrapper .links .filter div:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #DF2040;
  border-radius: 50%;
  right: -10px;
  top: 6px;
}
@media (max-width: 990px) {
  .top .wrapper .links .filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 990px) {
  .top .wrapper .links .filter_hidden {
    display: none;
  }
}
@media (max-width: 555px) {
  .top .wrapper .links {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .wrapper .links .items {
    margin-bottom: 10px;
  }
  .top .wrapper .links .filter {
    max-width: 999px;
  }
}
@media (max-width: 1025px) {
  .top .wrapper .title {
    margin-bottom: 20px;
  }
}

.catalog_body .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .catalog_body .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
  }
}
@media (max-width: 690px) {
  .catalog_body .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 490px) {
  .catalog_body .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.catalog_body .wrapper .left {
  max-width: 276px;
  width: 100%;
  margin-right: 40px;
}
.catalog_body .wrapper .left .filter_content {
  width: 100%;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 25px;
  box-sizing: border-box;
}
.catalog_body .wrapper .left .filter_content .filter_top {
  display: none;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.catalog_body .wrapper .left .filter_content .filter_top span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #262626;
}
.catalog_body .wrapper .left .filter_content .filter_top .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_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;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .title {
  max-width: 145px;
  width: fit-content;
  width: -moz-fit-content;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #262626;
  position: relative;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .pointer:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DF2040;
  right: -13px;
  top: 40%;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .pointer_large:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DF2040;
  right: 33px;
  top: 40%;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .arrow {
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content {
  display: none;
  padding-top: 15px;
  position: relative;
  height: auto;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story div {
  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;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  width: 105px;
  height: 35px;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story div span {
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #262626;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_cont {
  position: relative;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_cont .range {
  width: 100%;
  -webkit-appearance: none;
  height: 1px;
  background: #EBEBEB;
  box-shadow: none;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_cont .ui-slider-range {
  background: #DF2040;
  box-shadow: none;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_cont .ui-slider-handle {
  top: -10px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #DF2040;
  bottom: -6px;
  left: 0;
  z-index: 3;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_cont .inp {
  position: absolute;
  height: 1px;
  width: 46%;
  background: #DF2040;
  bottom: 3px;
  left: 0;
  z-index: 2;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio {
  display: none;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label {
  color: #262626;
  display: block;
  padding-left: 33px;
  position: relative;
  cursor: pointer;
  margin-bottom: 17px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  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;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label:before {
  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;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label: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;
  color: #DF2040;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label:hover:before {
  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;
  border: 1px solid #DF2040;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio:checked + label::before {
  border: 1px solid #DF2040;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio:checked + label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  background: #DF2040;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label:last-child {
  margin-bottom: 0;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item .more {
  display: none;
}
.catalog_body .wrapper .left .filter_content .filter_items .short .filter_item_content {
  height: 135px;
  overflow: hidden;
}
.catalog_body .wrapper .left .filter_content .filter_items .short .more {
  display: block;
  cursor: pointer;
  padding-top: 15px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #DF2040;
}
.catalog_body .wrapper .left .filter_content .filter_items .active .filter_item_top .arrow {
  transform: rotate(0deg);
}
.catalog_body .wrapper .left .filter_content .filter_items .active .filter_item_content {
  display: block;
}
.catalog_body .wrapper .left .filter_content .filter_items .filter_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.catalog_body .wrapper .left .filter_content .bottom {
  display: none;
}
.catalog_body .wrapper .left .banner {
  width: 100%;
  max-width: 276px;
  height: fit-content;
  border-radius: 8px;
}
.catalog_body .wrapper .left .banner img, .catalog_body .wrapper .left .banner div, .catalog_body .wrapper .left .banner iframe {
  margin: 0 !important;
  max-width: 276px;
  width: 100%;
  border-radius: 8px;
  max-height: 360px;
  display: block;
}
.catalog_body .wrapper .left .banner .bnr1 .bannerhold .img_banner, .catalog_body .wrapper .left .banner .bnr1 .bannerhold iframe {
  left: 0 !important;
}
.catalog_body .wrapper .left .banner .bnr1 .bannerhold .bannerlnk div {
  left: 0 !important;
  width: 270px !important;
}
.catalog_body .wrapper .left .inh_banner {
  display: none;
}
@media (max-width: 1330px) {
  .catalog_body .wrapper .left {
    max-width: 230px;
    margin-right: 30px;
  }
  .catalog_body .wrapper .left .filter_content {
    padding: 20px;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story div {
    width: 90px;
  }
  .catalog_body .wrapper .left .banner {
    max-width: 230px;
  }
}
@media (max-width: 1270px) {
  .catalog_body .wrapper .left {
    max-width: 276px;
    width: 100%;
    margin-right: 20px;
  }
  .catalog_body .wrapper .left .filter_content {
    width: 100%;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 25px;
    box-sizing: border-box;
  }
  .catalog_body .wrapper .left .filter_content .filter_top {
    display: none;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_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;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .title {
    max-width: 145px;
    width: fit-content;
    width: -moz-fit-content;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #262626;
    position: relative;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .pointer:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #DF2040;
    right: -13px;
    top: 40%;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .pointer_large:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #DF2040;
    right: 33px;
    top: 40%;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_top .arrow {
    display: block;
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content {
    display: none;
    padding-top: 15px;
    position: relative;
    height: auto;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story div {
    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;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    width: 105px;
    height: 35px;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story div span {
    display: block;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #262626;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_cont .inp {
    position: absolute;
    height: 1px;
    width: 46%;
    background: #DF2040;
    bottom: 3px;
    left: 0;
    z-index: 2;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio {
    display: none;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label {
    display: block;
    padding-left: 33px;
    position: relative;
    cursor: pointer;
    margin-bottom: 17px;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    top: 0;
    left: 0;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio:checked + label::before {
    border: 1px solid #DF2040;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio:checked + label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    background: #DF2040;
    border-radius: 2px;
    width: 10px;
    height: 10px;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .radio_label:last-child {
    margin-bottom: 0;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .more {
    display: none;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .short .filter_item_content {
    height: 125px;
    overflow: hidden;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .short .more {
    display: block;
    cursor: pointer;
    padding-top: 15px;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #DF2040;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .active .filter_item_top .arrow {
    transform: rotate(0deg);
  }
  .catalog_body .wrapper .left .filter_content .filter_items .active .filter_item_content {
    display: block;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .catalog_body .wrapper .left .banner {
    width: 100%;
    max-width: 276px;
    height: auto;
    border-radius: 8px;
  }
}
@media (max-width: 1065px) {
  .catalog_body .wrapper .left {
    max-width: 230px;
    margin-right: 30px;
  }
  .catalog_body .wrapper .left .filter_content {
    padding: 20px;
  }
  .catalog_body .wrapper .left .filter_content .filter_items .filter_item .filter_item_content .range_story div {
    width: 90px;
  }
  .catalog_body .wrapper .left .banner {
    max-width: 230px;
  }
  .catalog_body .wrapper .left .banner img, .catalog_body .wrapper .left .banner div, .catalog_body .wrapper .left .banner iframe {
    max-width: 230px;
  }
}
@media (max-width: 1005px) {
  .catalog_body .wrapper .left {
    margin-right: 20px;
  }
}
@media (max-width: 990px) {
  .catalog_body .wrapper .left {
    max-width: 990px;
    order: 2;
  }
  .catalog_body .wrapper .left .filter_content {
    display: none;
  }
  .catalog_body .wrapper .left .banner {
    display: none;
  }
  .catalog_body .wrapper .left .inh_banner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 990px;
    height: fit-content;
    border-radius: 8px;
  }
  .catalog_body .wrapper .left .inh_banner img, .catalog_body .wrapper .left .inh_banner div, .catalog_body .wrapper .left .inh_banner iframe {
    margin: 0 !important;
    max-width: 990px !important;
    width: 100% !important;
    border-radius: 8px;
    max-height: 250px !important;
    height: 100vh !important;
    display: block;
  }
  .catalog_body .wrapper .left .inh_banner .bnr1 .bannerhold .img_banner {
    left: 0 !important;
  }
  .catalog_body .wrapper .left .inh_banner .bnr1 .bannerhold .bannerlnk div {
    left: 0 !important;
    width: 100% !important;
    max-width: 990px !important;
  }
}
@media (max-width: 700px) {
  .catalog_body .wrapper .left .inh_banner img, .catalog_body .wrapper .left .inh_banner div, .catalog_body .wrapper .left .inh_banner iframe {
    max-height: 200px !important;
  }
}
@media (max-width: 450px) {
  .catalog_body .wrapper .left .inh_banner img, .catalog_body .wrapper .left .inh_banner div, .catalog_body .wrapper .left .inh_banner iframe {
    max-height: 150px !important;
  }
}
.catalog_body .wrapper .left .filter_active {
  display: block;
  padding: 0;
}
.catalog_body .wrapper .left .filter_active .filter_top {
  padding: 20px 20px 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.catalog_body .wrapper .left .filter_active .filter_items {
  padding: 20px 0 20px 20px;
  margin-right: 20px;
  height: 960px;
  overflow-y: scroll;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item {
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content {
  display: none;
  padding-top: 15px;
  position: relative;
  height: auto;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .range_story div {
  width: 48%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 12px;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .range_cont .inp {
  position: absolute;
  height: 1px;
  width: 48%;
  background: #DF2040;
  bottom: 3px;
  left: 0;
  z-index: 2;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .radio {
  display: none;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .radio_label {
  display: block;
  padding-left: 33px;
  position: relative;
  cursor: pointer;
  margin-bottom: 17px;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .radio_label:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .radio:checked + label::before {
  border: 1px solid #DF2040;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .radio:checked + label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  background: #DF2040;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .filter_item_content .radio_label:last-child {
  margin-bottom: 0;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item .more {
  display: none;
}
.catalog_body .wrapper .left .filter_active .filter_items .short .filter_item_content {
  height: 125px;
  overflow: hidden;
}
.catalog_body .wrapper .left .filter_active .filter_items .short .more {
  display: block;
  cursor: pointer;
  padding-top: 15px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #DF2040;
}
.catalog_body .wrapper .left .filter_active .filter_items .active .filter_item_top .arrow {
  transform: rotate(0deg);
}
.catalog_body .wrapper .left .filter_active .filter_items .active .filter_item_content {
  display: block;
}
.catalog_body .wrapper .left .filter_active .filter_items .filter_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.catalog_body .wrapper .left .filter_active .bottom {
  width: 100%;
  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;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.04);
}
.catalog_body .wrapper .left .filter_active .bottom .apply {
  text-decoration: none;
  background: #DF2040;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 43px;
  gap: 10px;
  margin-right: 30px;
  cursor: pointer;
}
.catalog_body .wrapper .left .filter_active .bottom .apply span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}
.catalog_body .wrapper .left .filter_active .bottom .reset {
  text-decoration: none;
  cursor: pointer;
}
.catalog_body .wrapper .left .filter_active .bottom .reset span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #9E9E9E;
}
.catalog_body .wrapper .filter_active_all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  max-width: 990px;
  background-color: #FFFFFF;
}
.catalog_body .wrapper .filter_active_all .banner {
  display: none;
}
.catalog_body .wrapper .content {
  height: fit-content;
  max-width: 1224px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog_body .wrapper .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: 23%;
  margin-right: 40px;
  margin-bottom: 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;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .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);
   }*/
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content {
  padding: 15px 20px;
  box-sizing: border-box;
  min-height: 230px;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog_body .wrapper .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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_title:hover {
  color: #DF2040;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .active {
  display: block;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover {
  border-radius: 4px;
  background: #DF2040;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover span {
  color: #FFF;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus span {
  color: #FFF;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon {
  background: #29A71A;
  border-radius: 4px;
  width: 35px;
  min-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;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:hover {
  background: #1E9111;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social .wats {
  margin-right: 20px;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social .vib {
  margin-right: 20px;
}
.catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_company {
  margin-top: auto;
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #262626;
}
.catalog_body .wrapper .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;
}
.catalog_body .wrapper .content .popular_product_item .select_heart .des svg {
  display: block;
  width: 24px;
  height: 24px;
}
.catalog_body .wrapper .content .popular_product_item .select_heart .act {
  display: none;
}
.catalog_body .wrapper .content .popular_product_item .select_heart .act svg {
  display: block;
  width: 24px;
  height: 24px;
}
.catalog_body .wrapper .content .popular_product_item .select_heart:hover {
  background: rgb(255, 255, 255);
}
.catalog_body .wrapper .content .popular_product_item .active .des {
  display: none;
}
.catalog_body .wrapper .content .popular_product_item .active .act {
  display: block;
}
@media (max-width: 1600px) {
  .catalog_body .wrapper .content .popular_product_item {
    width: 22%;
  }
}
@media (max-width: 1510px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 230px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    min-height: 175px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
    line-height: 21px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1375px) {
  .catalog_body .wrapper .content .popular_product_item {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .catalog_body .wrapper .content .popular_product_item {
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1125px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 240px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 240px;
  }
}
@media (max-width: 1085px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 230px;
    margin-bottom: 20px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    min-height: 175px;
  }
}
@media (max-width: 990px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 276px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    border-radius: 8px 8px 0 0;
    max-width: 276px;
    width: 100%;
    display: block;
    max-height: 210px;
    min-height: 210px;
    height: auto;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 140px;
    margin-right: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 12px;
  }
}
@media (max-width: 885px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 230px;
    margin-bottom: 20px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    min-height: 175px;
  }
}
@media (max-width: 790px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 275px;
    width: 31%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    border-radius: 8px 8px 0 0;
    max-width: 276px;
    width: 100%;
    display: block;
    max-height: 210px;
    min-height: 210px;
    height: 210px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content {
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .catalog_body .wrapper .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: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .catalog_body .wrapper .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: 9px;
  }
  .catalog_body .wrapper .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: 14px;
    color: #262626;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    margin-bottom: 9px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .active {
    display: block;
  }
  .catalog_body .wrapper .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: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    height: 39px;
    padding: 8px 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon {
    background: #29A71A;
    border-radius: 4px;
    width: 39px;
    min-width: 39px;
    height: 39px;
    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;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
    display: block;
    width: 21px;
    height: 21px;
  }
  .catalog_body .wrapper .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: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social a {
    text-decoration: none;
    display: block;
    width: 28px;
    height: 28px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social a svg {
    width: 28px;
    height: 28px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social .wats {
    margin-right: 20px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social .vib {
    margin-right: 20px;
  }
  .catalog_body .wrapper .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;
  }
  .catalog_body .wrapper .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;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .des svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .act {
    display: none;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .act svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .catalog_body .wrapper .content .popular_product_item .active .des {
    display: none;
  }
  .catalog_body .wrapper .content .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 690px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 260px;
    width: 30%;
  }
  .catalog_body .wrapper .content .popular_product_item .di {
    max-height: 175px;
    min-height: 175px;
    height: 175px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 260px;
    max-height: 175px;
    min-height: 175px;
    height: 175px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content {
    padding: 10px;
    min-height: 210px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 14px;
    line-height: 21px;
    height: 65px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 5px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    text-align: center;
    line-height: 12px;
    font-size: 14px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .social {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .content .popular_product_item .active .des {
    display: none;
  }
  .catalog_body .wrapper .content .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 575px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 250px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 250px;
  }
}
@media (max-width: 550px) {
    .top .wrapper .links .items .item span{
        font-size:12px;
    }
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 235px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 235px;
  }
}
@media (max-width: 515px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 150px;
  }
  .catalog_body .wrapper .content .popular_product_item .di {
    max-height: 115px;
    min-height: 115px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 150px;
    max-height: 115px;
    min-height: 115px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .content .popular_product_item .active .des {
    display: none;
  }
  .catalog_body .wrapper .content .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 500px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 210px;
    width: 47%;
  }
  .catalog_body .wrapper .content .popular_product_item .di {
    max-height: 120px;
    min-height: 120px;
    height: 120px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 210px;
    max-height: 120px;
    min-height: 120px;
    height: 120px;
  }
}
@media (max-width: 470px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 200px;
  }
  .catalog_body .wrapper .content .popular_product_item .di {
    max-height: 110px;
    min-height: 110px;
    height: 110px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_image {
    max-width: 200px;
    max-height: initial;
    min-height: initial;
    height: 110px;
    object-fit: contain;
  }
}
@media (max-width: 375px) {
  .catalog_body .wrapper .content .popular_product_item {
    max-width: 46%;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .catalog_body .wrapper .content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 15px;
    line-height: 21px;
    height: 55px;
    -webkit-line-clamp: 3;
  }
}
.catalog_body .wrapper .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);
}
.catalog_body .wrapper .content .popular_product_item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 790px) {
  .catalog_body .wrapper .content .popular_product_item:nth-child(4n) {
    margin-right: 25px;
  }
  .catalog_body .wrapper .content .popular_product_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .catalog_body .wrapper .content .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog_body .wrapper .content .popular_product_item:nth-child(3n) {
    margin-right: 20px;
  }
  .catalog_body .wrapper .content .popular_product_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .catalog_body .wrapper .content {
    order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 445px) {
  .catalog_body .wrapper .content {
    margin-bottom: 20px;
  }
}
.catalog_body .wrapper .big_content {
  max-width: 1540px;
}
.catalog_body .wrapper .big_content .popular_product_item:nth-child(4n) {
  margin-right: 40px;
}
.catalog_body .wrapper .big_content .popular_product_item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1610px) {
  .catalog_body .wrapper .big_content .popular_product_item:nth-child(4n) {
    margin-right: 30px;
  }
  .catalog_body .wrapper .big_content .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 890px) {
  .catalog_body .wrapper .big_content .popular_product_item:nth-child(4n) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .catalog_body .wrapper .big_content .popular_product_item:nth-child(5n) {
    margin-right: 20px;
  }
  .catalog_body .wrapper .big_content .popular_product_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .catalog_body .wrapper .big_content .popular_product_item:nth-child(3n) {
    margin-right: 20px;
  }
  .catalog_body .wrapper .big_content .popular_product_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1610px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    width: 18.2%;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1510px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 270px;
    width: 18%;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 270px;
    max-height: 210px;
    min-height: 210px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
    line-height: 21px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1375px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    width: 17.9%;
  }
}
@media (max-width: 1200px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1125px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 240px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 240px;
  }
}
@media (max-width: 1060px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 230px;
    margin-bottom: 20px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    min-height: 175px;
  }
}
@media (max-width: 1060px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    width: 17%;
    max-width: 276px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    border-radius: 8px 8px 0 0;
    max-width: 276px;
    width: 100%;
    display: block;
    max-height: 210px;
    min-height: 210px;
    height: auto;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 140px;
    margin-right: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 12px;
  }
}
@media (max-width: 890px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 275px;
    width: 31%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    border-radius: 8px 8px 0 0;
    max-width: 276px;
    width: 100%;
    display: block;
    max-height: 210px;
    min-height: 210px;
    height: 210px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content {
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .catalog_body .wrapper .big_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: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .catalog_body .wrapper .big_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: 9px;
  }
  .catalog_body .wrapper .big_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: 9px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .active {
    display: block;
  }
  .catalog_body .wrapper .big_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: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    height: 39px;
    padding: 8px 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon {
    background: #29A71A;
    border-radius: 4px;
    width: 39px;
    min-width: 39px;
    height: 39px;
    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;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
    display: block;
    width: 21px;
    height: 21px;
  }
  .catalog_body .wrapper .big_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;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .social a {
    text-decoration: none;
    display: block;
    width: 28px;
    height: 28px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .social a svg {
    width: 28px;
    height: 28px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .social .wats {
    margin-right: 20px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .social .vib {
    margin-right: 20px;
  }
  .catalog_body .wrapper .big_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;
  }
  .catalog_body .wrapper .big_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;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .des svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .act {
    display: none;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .act svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .active .des {
    display: none;
  }
  .catalog_body .wrapper .big_content .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 690px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 260px;
    width: 30%;
  }
  .catalog_body .wrapper .big_content .popular_product_item .di {
    max-height: 175px;
    min-height: 175px;
    height: 175px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 260px;
    max-height: 175px;
    min-height: 175px;
    height: 175px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content {
    padding: 10px;
    min-height: 210px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 14px;
    line-height: 21px;
    height: 65px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_price {
    margin-bottom: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_quest {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 5px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 14px;
    line-height: 12px;
    text-align: center;
  }
  .catalog_body .wrapper .big_content .popular_product_item .social {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .active .des {
    display: none;
  }
  .catalog_body .wrapper .big_content .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 575px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 250px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 250px;
  }
}
@media (max-width: 550px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 235px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 235px;
  }
}
@media (max-width: 515px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 150px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .di {
    max-height: 115px;
    min-height: 115px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 150px;
    max-height: 115px;
    min-height: 115px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .active .des {
    display: none;
  }
  .catalog_body .wrapper .big_content .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 500px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 210px;
    width: 47%;
  }
  .catalog_body .wrapper .big_content .popular_product_item .di {
    max-height: 120px;
    min-height: 120px;
    height: 120px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 210px;
    max-height: 120px;
    min-height: 120px;
    height: 120px;
  }
}
@media (max-width: 470px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 200px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .di {
    max-height: 110px;
    min-height: 110px;
    height: 110px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_image {
    max-width: 200px;
    max-height: 110px;
    min-height: 110px;
  }
}
@media (max-width: 375px) {
  .catalog_body .wrapper .big_content .popular_product_item {
    max-width: 46%;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .catalog_body .wrapper .big_content .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 15px;
    line-height: 21px;
    height: 65px;
    -webkit-line-clamp: 3;
  }
}

.paginations {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.paginations .wrapper {
  max-width: 1224px;
  width: 100%;
  margin-right: 0;
  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;
}
.paginations .wrapper .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.paginations .wrapper .pagination li {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 4px;
  margin-right: 8px;
}
.paginations .wrapper .pagination li a {
  text-decoration: none;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 16px;
  display: block;
}
.paginations .wrapper .pagination li a svg {
  display: block;
  width: 16px;
  height: 16px;
}
.paginations .wrapper .pagination li a svg path {
  fill: #A4A4A4;
}
.paginations .wrapper .pagination li:hover a {
  color: #DF2040;
}
.paginations .wrapper .pagination .pointer {
  background-color: initial;
}
.paginations .wrapper .pagination .pointer span {
  display: block;
  width: 11px;
  margin-left: auto;
  margin-right: auto;
}
.paginations .wrapper .pagination .active {
  background-color: #DF2040;
}
.paginations .wrapper .pagination .active a {
  color: white;
}
.paginations .wrapper .pagination .full a svg path {
  fill: #262626;
}
.paginations .wrapper .pagination li:last-child {
  margin-right: 0;
}
.paginations .wrapper .pages {
  width: fit-content;
  width: -moz-fit-content;
  color: #8D8D8D;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  letter-spacing: -0.3px;
}
@media (max-width: 600px) {
  .paginations .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paginations .wrapper .pages {
    margin-top: 20px;
  }
}
@media (max-width: 1025px) {
  .paginations {
    margin-bottom: 70px;
  }
}
@media (max-width: 765px) {
  .paginations {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .paginations {
    margin-bottom: 40px;
  }
}

.idea {
  padding-bottom: 40px;
}
.idea .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  border-radius: 8px;
  position: relative;
}
.idea .wrapper .content {
  margin-right: 0;
  margin-left: auto;
  max-width: 1224px;
  width: 100% !important;
  float: none !important;
  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;
}
.idea .wrapper .content .idea_content {
  text-decoration: none;
  width: 100%;
  max-width: 430px;
  padding: 77px 40px 77px 85px;
  box-sizing: border-box;
}
.idea .wrapper .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 .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 .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 .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 .content .idea_content .idea_link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.idea .wrapper .content .idea_img {
  width: 100%;
  max-width: 795px;
  display: block;
  height: auto;
}
@media (max-width: 1600px) {
  .idea .wrapper .content {
    max-width: 1600px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content {
    max-width: 475px;
    padding: 50px 40px 50px 50px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 950px;
  }
}
@media (max-width: 1330px) {
  .idea .wrapper .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content {
    padding: 40px 30px 40px 40px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 800px;
  }
}
@media (max-width: 1175px) {
  .idea .wrapper .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content {
    padding: 30px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 700px;
  }
}
@media (max-width: 1080px) {
  .idea .wrapper .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content .idea_title {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
  .idea .wrapper .content .idea_content .idea_descr {
    font-size: 16px;
    line-height: 21px;
  }
  .idea .wrapper .content .idea_content .idea_link {
    padding: 10px 15px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 600px;
  }
}
@media (max-width: 925px) {
  .idea .wrapper .content .idea_content .idea_title {
    line-height: 31px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 500px;
  }
}
@media (max-width: 825px) {
  .idea .wrapper .content .idea_img {
    max-width: 400px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .content .idea_content {
    padding: 30px 20px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 385px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .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 .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 .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 .content .idea_content .idea_link {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .idea .wrapper .content .idea_content .idea_link span {
    color: #FFFFFF;
  }
  .idea .wrapper .content .idea_img {
    display: none;
  }
}
.idea .wrapper .idea_content {
  text-decoration: none;
  width: 100%;
  max-width: 510px;
  padding: 95px 40px 95px 105px;
  box-sizing: border-box;
}
.idea .wrapper .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 .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 .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 .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 .idea_content .idea_link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.idea .wrapper .idea_img {
  width: 100%;
  max-width: 1050px;
  display: block;
  height: auto;
}
@media (max-width: 1520px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    max-width: 475px;
    padding: 50px 40px 50px 50px;
  }
  .idea .wrapper .idea_img {
    max-width: 950px;
  }
}
@media (max-width: 1330px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    padding: 40px 30px 40px 40px;
  }
  .idea .wrapper .idea_img {
    max-width: 800px;
  }
}
@media (max-width: 1175px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    padding: 30px;
  }
  .idea .wrapper .idea_img {
    max-width: 700px;
  }
}
@media (max-width: 1080px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content .idea_title {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
  .idea .wrapper .idea_content .idea_descr {
    font-size: 16px;
    line-height: 21px;
  }
  .idea .wrapper .idea_content .idea_link {
    padding: 10px 15px;
  }
  .idea .wrapper .idea_img {
    max-width: 600px;
  }
}
@media (max-width: 925px) {
  .idea .wrapper .idea_content .idea_title {
    line-height: 31px;
  }
  .idea .wrapper .idea_img {
    max-width: 500px;
  }
}
@media (max-width: 825px) {
  .idea .wrapper .idea_img {
    max-width: 400px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .idea_content {
    padding: 30px 20px;
  }
  .idea .wrapper .idea_img {
    max-width: 385px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .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 .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 .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 .idea_content .idea_link {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .idea .wrapper .idea_content .idea_link span {
    color: #FFFFFF;
  }
  .idea .wrapper .idea_img {
    display: none;
  }
}
@media (max-width: 1000px) {
  .idea {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .idea {
    padding-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .idea {
    padding-bottom: 45px;
  }
}

.bnr1 {
  width: 240px;
  height: 320px;
  margin-bottom: 30px;
  overflow: hidden;
}

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