@font-face {
  font-family: "SegoeUI";
  src: url("/public/fonts/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("/public/fonts/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("/public/fonts/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("/public/fonts/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("/public/fonts/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("/public/fonts/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("/public/fonts/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("/public/fonts/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("/public/fonts/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("/public/fonts/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;
}

.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.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: "SegoeUI", 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;
}

.category_content .wrapper {
  margin-bottom: 50px;
}
.category_content .wrapper .category_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}
.category_content .wrapper .category_top .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;
  margin-bottom: 10px;
  margin-right: 30px;
}
@media (max-width: 1000px) {
  .category_content .wrapper .category_top .category_title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .category_content .wrapper .category_top .category_title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .category_content .wrapper .category_top .category_title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 765px) {
  .category_content .wrapper .category_top .category_title {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .category_content .wrapper .category_top .category_title {
    margin-right: 10px;
  }
}
.category_content .wrapper .category_top .category_view {
  padding-top: 15px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.category_content .wrapper .category_top .category_view svg {
  width: 19px;
  height: 19px;
  display: block;
  margin-right: 3px;
}
.category_content .wrapper .category_top .category_view span {
  color: #262626;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}
.category_content .wrapper .category_top .category_view span strong {
  font-weight: bold;
}
@media (max-width: 1000px) {
  .category_content .wrapper .category_top .category_view {
    padding-top: 10px;
  }
}
@media (max-width: 765px) {
  .category_content .wrapper .category_top .category_view {
    padding-top: 0;
  }
}
@media (max-width: 615px) {
  .category_content .wrapper .category_top .category_view {
    padding-top: 10px;
    margin-right: 50px;
  }
}
@media (max-width: 500px) {
  .category_content .wrapper .category_top .category_view {
    padding-top: 7px;
    margin-right: 0;
  }
}
.category_content .wrapper .category_top .add_more {
  margin-bottom: 10px;
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 0;
  margin-left: auto;
  color: #DF2040;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.3px;
}
@media (max-width: 615px) {
  .category_content .wrapper .category_top .add_more {
    margin-left: 0;
  }
}
@media (max-width: 765px) {
  .category_content .wrapper .category_top {
    margin-bottom: 10px;
  }
}
.category_content .wrapper .category_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category_content .wrapper .category_items .category_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 30px;
  margin-right: 30px;
  max-width: 175px;
  width: 100%;
}
.category_content .wrapper .category_items .category_item .category_item_img {
  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;
  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-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  background: #ffffff;
  margin-bottom: 10px;
}
.category_content .wrapper .category_items .category_item .category_item_img img {
  max-width: 110px;
  width: 100%;
  height: auto;
  max-height: 110px;
  display: block;
}
.category_content .wrapper .category_items .category_item span {
  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: #262626;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 21px;
  word-break: break-word;
}
.category_content .wrapper .category_items .category_item:hover .category_item_img {
  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);
}
.category_content .wrapper .category_items .category_item:hover span {
  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: 1200px) {
  .category_content .wrapper .category_items .category_item {
    max-width: 160px;
    width: 100%;
  }
  .category_content .wrapper .category_items .category_item .category_item_img {
    width: 135px;
    height: 135px;
  }
  .category_content .wrapper .category_items .category_item .category_item_img img {
    max-width: 95px;
  }
}
@media (max-width: 750px) {
  .category_content .wrapper .category_items .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;
  }
  .category_content .wrapper .category_items .category_item .category_item_img {
    margin-bottom: 15px;
  }
  .category_content .wrapper .category_items .category_item .category_item_img img {
    display: block;
    width: 25px;
    height: 25px;
  }
  .category_content .wrapper .category_items .category_item span {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    align-items: center;
    text-align: center;
    height: 35px;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #262626;
  }
}
@media (max-width: 625px) {
  .category_content .wrapper .category_items .category_item {
    max-width: 150px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .category_content .wrapper .category_items .category_item .category_item_img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 500px) {
  .category_content .wrapper .category_items .category_item {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .category_content .wrapper .category_items .category_item .category_item_img {
    display: none;
  }
  .category_content .wrapper .category_items .category_item span {
    font-size: 14px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .category_content .wrapper .category_items .category_item {
    max-width: 200px;
    width: 46.7%;
  }
  .category_content .wrapper .category_items .category_item:nth-child(2n) {
    margin-right: 0;
  }
}
.category_content .wrapper .category_items_hidden {
  display: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category_content .wrapper .category_items_hidden .category_item_hidden {
  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;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  .category_content .wrapper .category_items_hidden .category_item_hidden {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.category_content .wrapper .category_items_hidden .category_item_hidden img {
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 15px;
}
.category_content .wrapper .category_items_hidden .category_item_hidden div {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  align-items: center;
  text-align: center;
  height: 35px;
}
.category_content .wrapper .category_items_hidden .category_item_hidden div span {
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #262626;
}
.category_content .wrapper .category_items_hidden .category_item_hidden:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 760px) {
  .category_content .wrapper .category_items_hidden .category_item_hidden:nth-child(3n) {
    margin-right: 0;
  }
  .category_content .wrapper .category_items_hidden .category_item_hidden:nth-child(4n) {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .category_content .wrapper .category_items_hidden .category_item_hidden:nth-child(3n) {
    margin-right: 20px;
  }
  .category_content .wrapper .category_items_hidden .category_item_hidden:nth-child(4n) {
    margin-right: 20px;
  }
  .category_content .wrapper .category_items_hidden .category_item_hidden:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 390px) {
  .category_content .wrapper .category_items_hidden {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category_content .wrapper .category_items_hidden .category_item_hidden {
    padding: 16px 12px;
    max-width: 150px;
    height: 105px;
  }
  .category_content .wrapper .category_items_hidden .category_item_hidden img {
    margin-bottom: 12px;
  }
  .category_content .wrapper .category_items_hidden .category_item_hidden div span {
    font-size: 14px;
  }
}

.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 .wrapper .link {
    display: none;
  }
}
.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-align-items: center;
  align-items: center;
  -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: 175px;
  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;
}
.popular_category .popular_category_slider .popular_category_items .popular_category_item .popular_category_item_circe img {
  max-width: 95px;
  width: 100%;
  height: auto;
  display: block;
}
.popular_category .popular_category_slider .popular_category_items .popular_category_item .popular_category_item_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #262626;
}
.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: 765px) {
  .popular_category .popular_category_slider {
    display: none;
  }
}
@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 {
    padding-bottom: 0;
  }
}

.hidden_popular_category {
  display: none;
  margin-bottom: 60px;
}
@media (max-width: 765px) {
  .hidden_popular_category {
    display: block;
    margin-left: 20px;
    max-width: 765px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 10px;
    box-sizing: border-box;
    max-width: 165px;
    width: 100%;
    height: 115px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item img {
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    align-items: center;
    text-align: center;
    height: 35px;
  }
  .hidden_popular_category .swiper-wrapper .hidden_popular_category_item div span {
    display: block;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #262626;
  }
  .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;
  }
}

.ban_h .wrapper .slide_wr {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ban_h .wrapper {
    width: 100%;
    height: 220px;
  }
  .ban_h .wrapper .slide_wr {
    max-width: 1020px;
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    margin-bottom: 0;
  }
  .ban_h .wrapper .slide_wr .overflow {
    max-width: 1020px;
    width: auto;
    box-sizing: border-box;
    margin: 0 0 50px;
  }
  .ban_h .wrapper .slide_wr .overflow .bannerhold .img_banner {
    left: 0 !important;
    margin: 0 !important;
  }
  .ban_h .wrapper .slide_wr .overflow .bannerhold .img_banner img {
    max-width: initial;
    width: 100%;
    left: 0;
    object-fit: cover;
  }
  .ban_h .wrapper .slide_wr .overflow .bannerhold .bannerlnk div {
    max-width: initial;
    width: auto;
    left: 0;
  }
}

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