@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;
}

.top {
  padding-bottom: 40px;
  background-color: #ffffff;
}
.top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top .wrapper .top_category {
  max-width: 355px;
  width: 100%;
  background: #F6F6F6;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  position: relative;
}
.top .wrapper .top_category .top_category_items {
  height: 320px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 8px;
  z-index: 4;
  background: #F6F6F6;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link {
  box-sizing: border-box;
  padding: 8px 8px 8px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  max-width: 355px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link a {
  text-decoration: none;
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link .svg {
  display: block;
  width: 16px;
  height: 16px;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link .svg_red {
  display: none;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link_active {
  background-color: #ffffff;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link_active a {
  color: #df2040;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link_active .svg {
  display: none;
}
.top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link_active .svg_red {
  display: block;
  width: 16px;
  height: 16px;
}
.top .wrapper .top_category .top_category_items::-webkit-scrollbar {
  width: 3px;
  background-color: #DDDDDD;
  border-radius: 10px;
}
.top .wrapper .top_category .top_category_items::-webkit-scrollbar-thumb {
  background-color: #989898;
  border-radius: 10px;
}
.top .wrapper .top_category .top_category_items::-webkit-scrollbar-thumb:hover {
  background-color: #989898;
}
.top .wrapper .top_category .top_category_items::-webkit-scrollbar-button:vertical:start:decrement {
  background: none;
}
.top .wrapper .top_category .top_category_items::-webkit-scrollbar-button:vertical:end:increment {
  background: none;
}
.top .wrapper .top_category .top_category_items_active {
  position: absolute;
  height: 610px;
  border-radius: 0 0 0 8px;
}
.top .wrapper .top_category .top_category_item_inh {
  display: none;
}
.top .wrapper .top_category .top_category_item_inh_active {
  width: 640px;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  height: 630px;
  right: -640px;
  z-index: 5;
  top: 0;
}
.top .wrapper .top_category .top_category_item_inh_active .pre_left {
  width: 10px;
  background: #F6F6F6;
}
.top .wrapper .top_category .top_category_item_inh_active .content {
  max-width: 630px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 0 8px 8px 0;
  padding: 30px 40px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.top .wrapper .top_category .top_category_item_inh_active .content .content_item {
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  color: #262626;
  margin-bottom: 15px;
}
.top .wrapper .top_category .top_category_item_inh_active .content .content_item:hover {
  color: #df2040;
}
.top .wrapper .top_category .top_category_item_inh_active .content .content_item:last-child {
  margin-bottom: 0;
}
.top .wrapper .top_category .top_category_item_inh_active .content .content_item:first-child {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 20px;
}
.top .wrapper .top_category .top_category_item_inh_active .content::-webkit-scrollbar {
  width: 3px;
  background-color: #DDDDDD;
  border-radius: 10px;
}
.top .wrapper .top_category .top_category_item_inh_active .content::-webkit-scrollbar-thumb {
  background-color: #989898;
  border-radius: 10px;
}
.top .wrapper .top_category .top_category_item_inh_active .content::-webkit-scrollbar-thumb:hover {
  background-color: #989898;
}
.top .wrapper .top_category .top_category_item_inh_active .content::-webkit-scrollbar-button:vertical:start:decrement {
  background: none;
}
.top .wrapper .top_category .top_category_item_inh_active .content::-webkit-scrollbar-button:vertical:end:increment {
  background: none;
}
.top .wrapper .top_slider {
  max-width: 840px;
  width: 100%;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.top .wrapper .top_slider .swiper-wrapper {
  border-radius: 8px;
}
.top .wrapper .top_slider .swiper-wrapper .swiper-slide {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}
.top .wrapper .top_slider .swiper-wrapper .swiper-slide .top_slider_item {
  display: block;
  max-width: 840px;
  width: 100%;
  max-height: 360px;
  height: 100%;
  object-fit: fill !important;
  border-radius: 8px !important;
}
.top .wrapper .top_slider .top_slider_pagination {
  position: absolute;
  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: 100%;
  left: 0;
  bottom: 10px;
}
.top .wrapper .top_slider .top_slider_pagination .swiper-pagination-bullet {
  display: block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.top .wrapper .top_slider .top_slider_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.top .wrapper .top_slider .top_slider_pagination .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.top .wrapper .top_banner {
  max-width: 265px;
  width: 100%;
  border-radius: 8px;
  height: 360px;
}
.top .wrapper .top_banner img, .top .wrapper .top_banner div, .top .wrapper .top_banner iframe, .top .wrapper .top_banner video {
  max-width: 265px;
  width: 100%;
  border-radius: 8px;
  height: 360px;
  max-height: 360px;
  min-height: 360px;
  display: block;
}
@media (max-width: 1535px) {
  .top .wrapper .top_category {
    margin-right: 10px;
  }
  .top .wrapper .top_slider {
    margin-right: 10px;
  }
}
@media (max-width: 1300px) {
  .top .wrapper .top_category {
    max-width: 290px;
  }
  .top .wrapper .top_category .top_category_items {
    height: 250px;
  }
  .top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link {
    max-width: 290px;
  }
  .top .wrapper .top_category .top_category_items_active {
    height: 630px;
  }
  .top .wrapper .top_slider {
    height: 290px;
  }
  .top .wrapper .top_slider .swiper-wrapper .swiper-slide { /*
padding: 40px 35px;
.top_slider_item_title {
    font-size: 35px;
    line-height: 40px;
    .top_slider_item_text {
        font-size: 35px;
        line-height: 40px;
    }
}*/ }
  .top .wrapper .top_banner {
    max-width: 195px;
    height: 290px;
  }
  .top .wrapper .top_banner img, .top .wrapper .top_banner div, .top .wrapper .top_banner iframe, .top .wrapper .top_banner video {
    height: 290px;
    max-height: initial;
    min-height: initial;
    max-width: 195px;
  }
  .top .wrapper .top_banner .img_banner {
    left: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 1100px) {
  .top .wrapper .top_category {
    margin-right: 20px;
    max-width: 230px;
  }
  .top .wrapper .top_category .top_category_items {
    height: 190px;
  }
  .top .wrapper .top_category .top_category_items .top_category_item .top_category_item_link {
    max-width: 230px;
  }
  .top .wrapper .top_category .top_category_items_active {
    height: 630px;
  }
  .top .wrapper .top_slider {
    height: 230px;
    margin-right: 20px;
  }
  .top .wrapper .top_slider .swiper-wrapper .swiper-slide { /*
padding: 10px 25px;
.top_slider_item_title {
    font-size: 25px;
    line-height: 28px;
    max-width: 265px;
    .accent {
        font-size: 25px;
        line-height: 28px;
    }
}
.top_slider_item_link {
    margin-top: 40px;
    width: 108px;
    height: 35px;
    padding: 8px 15px;
    span {
        font-size: 14px;
        line-height: 19px;
    }
}*/ }
  .top .wrapper .top_banner {
    height: 230px;
  }
  .top .wrapper .top_banner img, .top .wrapper .top_banner div, .top .wrapper .top_banner iframe, .top .wrapper .top_banner video {
    max-width: 195px;
    height: 230px;
  }
}
@media (max-width: 1005px) {
  .top .wrapper .top_banner {
    display: none;
  }
}
@media (max-width: 850px) {
  .top .wrapper .top_category {
    display: none;
  }
  .top .wrapper .top_slider {
    height: 230px;
    margin-right: 20px;
  }
  .top .wrapper .top_slider .swiper-wrapper .swiper-slide { /*
padding: 10px 40px;
.top_slider_item_title {
    font-size: 25px;
    line-height: 28px;
    max-width: 265px;
    .accent {
        font-size: 25px;
        line-height: 28px;
    }
}
.top_slider_item_link {
    margin-top: 40px;
    width: 108px;
    height: 35px;
    padding: 8px 15px;
    span {
        font-size: 14px;
        line-height: 19px;
    }
}*/ }
  .top .wrapper .top_banner {
    display: none;
  }
}
@media (max-width: 450px) {
  .top .wrapper .top_slider {
    height: 150px;
    margin-right: 0;
    border-radius: 0;
  }
  .top .wrapper .top_slider .swiper-wrapper .swiper-slide {
    max-width: 290px;
    border-radius: 8px;
  }
  .top .wrapper .top_slider .swiper-wrapper .swiper-slide .top_slider_item {
    object-position: 10%;
    object-fit: fill !important;
  }
  .top .wrapper .top_slider .top_slider_pagination {
    display: none;
  }
}
@media (max-width: 450px) {
  .top {
    padding-right: 0;
  }
}

.hidden_category {
  display: none;
  margin-top: 30px;
}
@media (max-width: 850px) {
  .hidden_category {
    display: block;
  }
  .hidden_category .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;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) and (max-width: 1000px) {
  .hidden_category .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 850px) and (max-width: 770px) {
  .hidden_category .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 850px) and (max-width: 500px) {
  .hidden_category .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 850px) {
  .hidden_category .hidden_category_slider {
    display: block;
    margin-left: 20px;
    max-width: 850px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .hidden_category .hidden_category_slider .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 10px;
    box-sizing: border-box;
    max-width: 165px;
    width: 100%;
    height: 115px;
  }
  .hidden_category .hidden_category_slider .swiper-wrapper .hidden_popular_category_item img {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .hidden_category .hidden_category_slider .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_category .hidden_category_slider .swiper-wrapper .hidden_popular_category_item div span {
    max-width: 125px;
    width: 100%;
    word-wrap: break-word;
    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;
  }
  .hidden_category .hidden_category_slider .swiper-wrapper .i-351 img {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  .hidden_category .hidden_category_slider .swiper-wrapper .first_item {
    max-width: 105px;
  }
}
@media (max-width: 850px) and (max-width: 450px) {
  .hidden_category .hidden_category_slider .swiper-wrapper .hidden_popular_category_item {
    max-width: 140px;
    height: 110px;
  }
  .hidden_category .hidden_category_slider .swiper-wrapper .hidden_popular_category_item div {
    height: 28px;
  }
  .hidden_category .hidden_category_slider .swiper-wrapper .hidden_popular_category_item div span {
    font-size: 14px;
    line-height: 14px;
  }
  .hidden_category .hidden_category_slider .swiper-wrapper .first_item {
    max-width: 75px;
  }
}
@media (max-width: 550px) {
  .hidden_category {
    margin-top: 20px;
  }
}

.news {
  padding-top: 40px;
}
.news .wrapper {
  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;
  margin-bottom: 40px;
}
.news .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;
}
@media (max-width: 1000px) {
  .news .wrapper .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .news .wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .news .wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.news .wrapper .link {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  text-decoration: none;
  color: #DF2040;
}
@media (max-width: 1000px) {
  .news .wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 950px) {
  .news .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 770px) {
  .news .wrapper {
    margin-bottom: 20px;
  }
}
.news .news_slider {
  padding-bottom: 40px;
}
.news .news_slider .news_items {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .news_slider .news_items .news_item {
  max-width: 355px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.news .news_slider .news_items .news_item .di {
  max-width: 355px;
  width: 100%;
  display: inline-block;
  max-height: 260px;
  overflow: hidden;
}
.news .news_slider .news_items .news_item .news_item_img {
  border-radius: 8px;
  max-width: 355px;
  width: 100%;
  display: block;
  height: 260px;
  max-height: 260px;
  object-fit: cover;
  margin-bottom: 20px;
}
.news .news_slider .news_items .news_item .news_item_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: block;
  color: #262626;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news_slider .news_items .news_item .news_item_title:hover {
  color: #DF2040;
}
@media (max-width: 850px) {
  .news .news_slider .news_items .news_item .news_item_title {
    height: 115px;
    -webkit-line-clamp: 8;
  }
}
.news .news_slider .news_items .news_item .news_item_company {
  text-decoration: none;
  margin-top: auto;
  font-family: "Segoe UI", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
}
@media (max-width: 1535px) {
  .news .news_slider .news_items .news_item {
    max-width: 325px;
  }
  .news .news_slider .news_items .news_item .news_item_img {
    max-width: 325px;
    height: 240px;
  }
  .news .news_slider .news_items .news_item .news_item_title {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 1395px) {
  .news .news_slider .news_items .news_item {
    max-width: 305px;
  }
  .news .news_slider .news_items .news_item .news_item_img {
    max-width: 305px;
    height: 230px;
  }
}
@media (max-width: 1325px) {
  .news .news_slider .news_items .news_item {
    max-width: 275px;
  }
  .news .news_slider .news_items .news_item .news_item_img {
    max-width: 275px;
    height: 200px;
  }
}
@media (max-width: 1215px) {
  .news .news_slider .news_items .news_item {
    max-width: 250px;
  }
  .news .news_slider .news_items .news_item .news_item_img {
    max-width: 250px;
    height: 185px;
  }
}
@media (max-width: 1095px) {
  .news .news_slider .news_items .news_item {
    max-width: 225px;
  }
  .news .news_slider .news_items .news_item .news_item_img {
    max-width: 225px;
    height: 150px;
  }
  .news .news_slider .news_items .news_item .news_item_title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 450px) {
  .news .news_slider .news_items .news_item {
    max-width: 135px;
  }
  .news .news_slider .news_items .news_item .news_item_img {
    max-width: 135px;
    height: 90px;
  }
  .news .news_slider .news_items .news_item .news_item_title {
    font-size: 14px;
    line-height: 19px;
    height: 55px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
  }
  .news .news_slider .news_items .news_item .news_item_company {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 1000px) {
  .news .news_slider {
    padding-bottom: 20px;
  }
}
@media (max-width: 950px) {
  .news .news_slider {
    padding-left: 20px;
    max-width: 950px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .news .news_slider .news_items {
    max-width: 950px;
    -webkit-justify-content: unset;
    justify-content: unset;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .news .news_slider .news_items .news_item {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .news .news_slider {
    margin-bottom: 40px;
  }
}
.news .news_slider_point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
.news .news_slider_point .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: rgba(223, 32, 64, 0.5);
  margin-right: 10px;
}
.news .news_slider_point .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #DF2040;
}
.news .news_slider_point .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
@media (max-width: 950px) {
  .news {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  .news .news_slider_point {
    display: none;
  }
}

.popular_category {
  padding-bottom: 80px;
}
.popular_category .wrapper {
  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;
  margin-bottom: 40px;
}
.popular_category .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;
}
@media (max-width: 1000px) {
  .popular_category .wrapper .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .popular_category .wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .popular_category .wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.popular_category .wrapper .link {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  text-decoration: none;
  color: #DF2040;
}
@media (max-width: 1000px) {
  .popular_category .wrapper {
    margin-bottom: 30px;
  }
}
.popular_category .popular_category_slider {
  overflow: hidden;
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
.popular_category .popular_category_slider .popular_category_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popular_category .popular_category_slider .popular_category_items .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: 157px;
  width: 100%;
}
.popular_category .popular_category_slider .popular_category_items .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;
  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;
}
.popular_category .popular_category_slider .popular_category_items .popular_category_item .popular_category_item_circe img {
  width: 95px;
  height: auto;
  display: block;
}
.popular_category .popular_category_slider .popular_category_items .popular_category_item .popular_category_item_title {
  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;
  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;
}
.popular_category .popular_category_slider .popular_category_items .popular_category_item:hover .popular_category_item_circe {
  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 rgba(0, 0, 0, 0.12);
}
.popular_category .popular_category_slider .popular_category_items .popular_category_item:hover .popular_category_item_title {
  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;
}
@media (max-width: 1550px) {
  .popular_category {
    padding-left: 0;
    padding-right: 0;
  }
  .popular_category .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popular_category .popular_category_slider {
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 765px) {
  .popular_category {
    display: none;
  }
}

.popular_product {
  padding-bottom: 80px;
}
.popular_product .wrapper {
  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;
  margin-bottom: 40px;
}
.popular_product .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;
}
@media (max-width: 1000px) {
  .popular_product .wrapper .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .popular_product .wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .popular_product .wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.popular_product .wrapper .option {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}
.popular_product .wrapper .option .button {
  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: 43px;
  height: 43px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  cursor: pointer;
}
.popular_product .wrapper .option .button svg {
  display: block;
  width: 22px;
  height: 22px;
}
.popular_product .wrapper .option .button:hover {
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.12));
}
.popular_product .wrapper .option .button:hover svg path {
  fill: #df2040;
}
.popular_product .wrapper .option .popular_product_prev {
  margin-right: 15px;
}
@media (max-width: 1000px) {
  .popular_product .wrapper {
    margin-bottom: 30px;
  }
}
.popular_product .popular_product_slider {
  overflow: hidden;
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.popular_product .popular_product_slider .popular_product_items .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%;
  height: auto;
  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;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .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);
   }*/
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content {
  padding: 15px 20px;
  box-sizing: border-box;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_title:hover {
  color: #DF2040;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .active {
  display: block;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover {
  border-radius: 4px;
  background: #DF2040;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover span {
  color: #FFF;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus span {
  color: #FFF;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:hover {
  background: #1E9111;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .social {
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .social a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .social .wats {
  margin-right: 20px;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .social .vib {
  margin-right: 20px;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .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;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart .des svg {
  display: block;
  width: 24px;
  height: 24px;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart .act {
  display: none;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart .act svg {
  display: block;
  width: 24px;
  height: 24px;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart:hover {
  background: rgb(255, 255, 255);
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .active .des {
  display: none;
}
.popular_product .popular_product_slider .popular_product_items .popular_product_item .active .act {
  display: block;
}
@media (max-width: 770px) {
  .popular_product .popular_product_slider .popular_product_items .popular_product_item {
    max-width: 230px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    height: 175px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
    line-height: 21px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 10px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 450px) {
  .popular_product .popular_product_slider .popular_product_items .popular_product_item {
    max-width: 150px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_image {
    max-width: 150px;
    height: 115px;
    object-fit: contain;
  }
  .popular_product .popular_product_slider .popular_product_items .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;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_price {
    margin-bottom: 10px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_quest {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call {
    margin-bottom: 10px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    padding: 5px 8px;
    max-width: 90px;
    margin-right: 5px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 14px;
    line-height: 12px;
    text-align: center;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .social {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .social a {
    width: 28px;
    height: 28px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .social a svg {
    width: 28px;
    height: 28px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .popular_product_item_content .popular_product_item_company {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .popular_product .popular_product_slider .popular_product_items .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
}
.popular_product .popular_product_slider .popular_product_items .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);
}
@media (max-width: 1550px) {
  .popular_product {
    padding-left: 0;
    padding-right: 0;
  }
  .popular_product .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popular_product .popular_product_slider {
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) {
  .popular_product .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popular_product .popular_product_slider {
    padding-left: 20px;
  }
}
@media (max-width: 950px) {
  .popular_product {
    padding-bottom: 60px;
  }
}
@media (max-width: 770px) {
  .popular_product {
    padding-bottom: 55px;
  }
}

.assor {
  padding-bottom: 80px;
}
.assor .wrapper {
  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;
}
.assor .wrapper .banner {
  width: 100%;
  max-width: 276px;
  max-height: 310px;
  height: auto;
  margin-right: 15px;
  border-radius: 8px;
}
.assor .wrapper .banner .img_banner {
  margin: 0 !important;
  position: initial !important;
}
.assor .wrapper .banner img, .assor .wrapper .banner div {
  width: 100%;
  max-width: 276px;
  max-height: 310px;
  min-height: 310px;
  height: auto;
  display: block;
  border-radius: 8px;
}
.assor .wrapper .range {
  width: 100%;
  max-width: 1224px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  max-height: 310px;
}
.assor .wrapper .range div {
  box-sizing: border-box;
  width: 100%;
  max-width: 1224px;
  height: 310px;
}
.assor .wrapper .range div .img_banner {
  position: relative !important;
  margin: 0 !important;
  left: 0 !important;
  border-radius: 8px;
}
.assor .wrapper .range div .img_banner img {
  max-width: 1224px;
  height: 310px;
  width: 100%;
  border-radius: 8px;
}
@media(max-width: 1024px){
    .assor .wrapper .banner,
    .assor .wrapper .banner img, .assor .wrapper .banner div{
        max-width:200px;
    }
    .assor .wrapper .banner,
    .assor .wrapper .range div,
    .assor .wrapper .banner img, .assor .wrapper .banner div,
    .assor .wrapper .range div .img_banner img {
    height: 170px;
    min-height:170px;
    max-height:170px;
  }
}
@media (max-width: 1005px) {
  .assor .wrapper .banner {
    display: none;
  }
  .assor .wrapper .range div {
    height: auto;
  }
  .assor .wrapper .range div .img_banner img {
    height: auto;
  }
}
@media (max-width: 1000px) {
  .assor {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .assor {
    padding-bottom: 60px;
  }
}
@media (max-width: 565px) {
  .assor {
    display: none;
  }
}

.hidden_popular_category_title {
  display: none;
}
@media (max-width: 765px) {
  .hidden_popular_category_title {
    display: block;
    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;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 765px) and (max-width: 1000px) {
  .hidden_popular_category_title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 765px) and (max-width: 770px) {
  .hidden_popular_category_title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 765px) and (max-width: 500px) {
  .hidden_popular_category_title {
    font-size: 22px;
    line-height: 30px;
  }
}

.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 10px;
    box-sizing: border-box;
    max-width: 165px;
    width: 100%;
    height: 115px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item img {
    display: none;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
    height: 35px;
    margin-top: 15px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div span {
    max-width: 125px;
    width: 100%;
    word-wrap: break-word;
    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;
  }
  .hidden_popular_category .swiper-wrapper .i-351 img {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }
  .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;
    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 {
  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 .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;
  }
}

.hidden_banners {
  display: none;
}
@media (max-width: 1005px) {
  .hidden_banners {
    display: block;
    padding-bottom: 20px;
  }
  .hidden_banners .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .hidden_banners .wrapper .banner_item {
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    height: 150px;
    margin-right: 15px;
  }
  .hidden_banners .wrapper .banner_item img, .hidden_banners .wrapper .banner_item div, .hidden_banners .wrapper .banner_item iframe, .hidden_banners .wrapper .banner_item a {
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    max-height: 150px;
    height: 150px !important;
    display: block;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 650px) {
  .hidden_banners .wrapper .banner_item {
    max-width: 650px;
    max-height: 250px;
    margin-right: 0;
  }
  .hidden_banners .wrapper .banner_item img, .hidden_banners .wrapper .banner_item div, .hidden_banners .wrapper .banner_item iframe, .hidden_banners .wrapper .banner_item a {
    max-width: 650px;
    max-height: 250px;
  }
  .hidden_banners .wrapper .banner {
    display: none;
  }
}

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