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

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

.company_all {
  padding-bottom: 40px;
  box-sizing: border-box;
}
.company_all .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.company_all .wrapper .company_description {
  max-width: 276px;
  width: 100%;
  margin-right: 40px;
}
.company_all .wrapper .company_description .company_description_top {
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  min-height: 240px;
  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;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
}
.company_all .wrapper .company_description .company_description_top .logo_company {
  display: block;
  max-width: 115px;
  width: 100%;
  height: auto;
  max-height: 90px;
  margin-bottom: 20px;
  object-fit: scale-down;
}
.company_all .wrapper .company_description .company_description_top .company_description_top_content {
  margin-top: auto;
  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;
}
.company_all .wrapper .company_description .company_description_top .company_description_top_content .title_company {
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.company_all .wrapper .company_description .company_description_top .company_description_top_content .phone_company {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
.company_all .wrapper .company_description .company_description_items {
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
}
.company_all .wrapper .company_description .company_description_items .company_description_item {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
  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;
}
.company_all .wrapper .company_description .company_description_items .company_description_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;
  color: #df2040;
}
.company_all .wrapper .company_description .company_description_items .active {
  color: #df2040;
}
.company_all .wrapper .company_description .company_description_items .company_description_item:last-child {
  margin-bottom: 0;
}
.company_all .wrapper .company_description .company_description_contacts {
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
}
.company_all .wrapper .company_description .company_description_contacts .contacts {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.company_all .wrapper .company_description .company_description_contacts .contacts_item {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.company_all .wrapper .company_description .company_description_contacts .contacts_item svg {
  width: 20px;
  height: 20px;
  display: block;
  min-width: 20px;
  margin-right: 10px;
}
.company_all .wrapper .company_description .company_description_contacts .contacts_item div {
  display: block;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
.company_all .wrapper .company_description .company_description_contacts .contacts_item div span {
  display: block;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
.company_all .wrapper .company_description .company_description_contacts .contacts_item div span a {
  max-width: 185px;
  width: 100%;
  word-wrap: break-word;
  text-decoration: none;
  display: block;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
.company_all .wrapper .company_description .company_description_contacts .contacts_item:last-child {
  margin-bottom: 0;
}
.company_all .wrapper .company_description .company_description_news {
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
}
.company_all .wrapper .company_description .company_description_news .contacts {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.company_all .wrapper .company_description .company_description_news .company_description_news_item {
  max-width: 228px;
  width: 100%;
  margin-bottom: 15px;
}
.company_all .wrapper .company_description .company_description_news .company_description_news_item .company_description_news_img {
  max-width: 228px;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 130px;
  margin-bottom: 20px;
  object-fit: contain;
}
.company_all .wrapper .company_description .company_description_news .company_description_news_item .company_description_news_link {
  text-decoration: none;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  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;
}
.company_all .wrapper .company_description .company_description_news .company_description_news_item .company_description_news_link: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;
}
.company_all .wrapper .company_description .company_description_news .company_description_news_item:last-child {
  margin-bottom: 0;
}
.company_all .wrapper .company_description .company_description_articles {
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.company_all .wrapper .company_description .company_description_articles .contacts {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.company_all .wrapper .company_description .company_description_articles article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.company_all .wrapper .company_description .company_description_articles article .company_description_news_img {
  max-width: 228px;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 130px;
  margin-bottom: 20px;
  object-fit: contain;
}
.company_all .wrapper .company_description .company_description_articles article .company_description_news_img_fallback {
  max-width: 228px;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 130px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.company_all .wrapper .company_description .company_description_articles article .company_description_news_link {
  text-decoration: none;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  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;
}
.company_all .wrapper .company_description .company_description_articles article .company_description_news_link: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;
}
.company_all .wrapper .company_description .company_description_articles article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1250px) {
  .company_all .wrapper .company_description {
    max-width: 250px;
    margin-right: 20px;
  }
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_description {
    max-width: 230px;
  }
  .company_all .wrapper .company_description .company_description_top {
    padding: 20px;
    min-height: 100px;
    -webkit-align-items: unset;
    align-items: unset;
    flex-direction: unset;
  }
  .company_all .wrapper .company_description .company_description_top .logo_company {
    height: fit-content;
    max-width: 60px;
    max-height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .company_all .wrapper .company_description .company_description_top .company_description_top_content {
    -webkit-align-items: unset;
    align-items: unset;
  }
  .company_all .wrapper .company_description .company_description_top .company_description_top_content .title_company {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .company_all .wrapper .company_description .company_description_top .company_description_top_content .phone_company {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company_all .wrapper .company_description .company_description_items {
    padding: 15px;
  }
  .company_all .wrapper .company_description .company_description_contacts {
    padding: 15px;
  }
  .company_all .wrapper .company_description .company_description_news {
    padding: 15px;
  }
  .company_all .wrapper .company_description .company_description_news .contacts {
    margin-bottom: 16px;
  }
  .company_all .wrapper .company_description .company_description_news .company_description_news_img {
    margin-bottom: 16px;
  }
  .company_all .wrapper .company_description .company_description_articles {
    padding: 15px;
  }
  .company_all .wrapper .company_description .company_description_articles .contacts {
    margin-bottom: 16px;
  }
  .company_all .wrapper .company_description .company_description_articles article {
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
  .company_all .wrapper .company_description .company_description_articles article .company_description_news_img {
    margin-bottom: 16px;
  }
  .company_all .wrapper .company_description .company_description_articles article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 900px) {
  .company_all .wrapper .company_description {
    display: none;
  }
}
.company_all .wrapper .company_body {
  max-width: 1224px;
  width: 100%;
}
.company_all .wrapper .company_body .company_body_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.company_all .wrapper .company_body .company_body_top .company_body_top_inh {
  display: none;
}
.company_all .wrapper .company_body .company_body_top .company_body_banner {
  display: block;
  max-width: 1224px;
  width: 100%;
  border-radius: 8px;
  height: 240px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_body_top .company_body_banner {
    height: 105px;
  }
}
@media (max-width: 900px) {
  .company_all .wrapper .company_body .company_body_top {
    background: none;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh {
    padding: 20px;
    min-height: 100px;
    box-sizing: border-box;
    max-width: 230px;
    min-width: 230px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border-radius: 8px;
    background: #FFF;
    margin-right: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh .logo_company {
    max-width: 60px;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-right: 30px;
    display: block;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh .company_description_top_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh .company_description_top_content .title_company {
    color: #262626;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh .company_description_top_content .phone_company {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    color: #262626;
    text-align: center;
    font-size: 16px;
    font-family: "Segoe UI", sans-serif;
  }
}
@media (max-width: 815px) {
  .company_all .wrapper .company_body .company_body_top {
    max-width: 765px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh {
    width: 30%;
    margin-right: 0;
    min-width: auto;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_banner {
    width: 68%;
  }
}
@media (max-width: 700px) {
  .company_all .wrapper .company_body .company_body_top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh {
    width: 100%;
    order: 2;
    max-width: 700px;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh .company_description_top_content .title_company {
    text-align: left;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_top_inh .company_description_top_content .phone_company {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .company_all .wrapper .company_body .company_body_top .company_body_banner {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    height: 160px;
  }
}
.company_all .wrapper .company_body .company_body_menu {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 50px 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.company_all .wrapper .company_body .company_body_menu ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding-left: 0;
}
.company_all .wrapper .company_body .company_body_menu ul li {
  padding-bottom: 7px;
  border-bottom: 3px solid #FFF;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: 65px;
}
@media (max-width: 1520px) {
  .company_all .wrapper .company_body .company_body_menu ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1395px) {
  .company_all .wrapper .company_body .company_body_menu ul li {
    margin-right: 20px;
  }
}
.company_all .wrapper .company_body .company_body_menu ul li a {
  text-decoration: none;
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
.company_all .wrapper .company_body .company_body_menu ul li a span {
  color: #9E9E9E;
}
.company_all .wrapper .company_body .company_body_menu ul li:last-child {
  margin-right: 0;
}
.company_all .wrapper .company_body .company_body_menu ul .active {
  border-bottom: 3px solid #df2040;
}
.company_all .wrapper .company_body .company_body_menu ul .active a {
  color: #df2040;
}
.company_all .wrapper .company_body .company_body_menu ul .inh {
  display: none;
}
@media (max-width: 1295px) {
  .company_all .wrapper .company_body .company_body_menu {
    padding: 0 20px 13px;
    max-width: 895px;
    overflow-x: scroll;
    overflow-y: hidden;
    transform: rotateX(180deg);
    box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.12);
  }
  .company_all .wrapper .company_body .company_body_menu ul {
    transform: rotateX(180deg);
    width: max-content;
    max-width: 820px;
    overflow-y: hidden;
  }
  .company_all .wrapper .company_body .company_body_menu ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1140px) {
  .company_all .wrapper .company_body .company_body_menu {
    max-width: 840px;
  }
}
@media (max-width: 815px) {
  .company_all .wrapper .company_body .company_body_menu ul .inh {
    display: block;
  }
  .company_all .wrapper .company_body .company_body_menu ul li:last-child {
    margin-right: 0;
  }
}
.company_all .wrapper .company_body .company_content {
  width: 100%;
  box-sizing: border-box;
}
.company_all .wrapper .company_body .company_content .company_content_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 25px;
}
.company_all .wrapper .company_body .company_content .company_content_title span {
  display: block;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: normal;
  letter-spacing: -0.52px;
  color: #262626;
  margin-right: 10px;
}
.company_all .wrapper .company_body .company_content .company_content_title .rutern_cat {
  cursor: pointer;
  text-decoration: none;
  display: none;
  -webkit-align-items: center;
  align-items: center;
}
.company_all .wrapper .company_body .company_content .company_content_title .rutern_cat svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.company_all .wrapper .company_body .company_content .company_content_title .rutern_cat span {
  display: block;
  font-family: "Segoe UI", sans-serif;
  color: #9E9E9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_content .company_content_title span {
    font-size: 22px;
    letter-spacing: -0.44px;
  }
  .company_all .wrapper .company_body .company_content .company_content_title .rutern_cat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 550px) {
  .company_all .wrapper .company_body .company_content .company_content_title span {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 470px) {
  .company_all .wrapper .company_body .company_content .company_content_title {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company_all .wrapper .company_body .company_content .company_content_title span {
    order: 2;
  }
  .company_all .wrapper .company_body .company_content .company_content_title .rutern_cat {
    order: 1;
    margin-bottom: 15px;
  }
}
.company_all .wrapper .company_body .company_content .company_content_items {
  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;
}
.company_all .wrapper .company_body .company_content .company_content_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: 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;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_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);
   }*/
}
.company_all .wrapper .company_body .company_content .company_content_items .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;
}
.company_all .wrapper .company_body .company_content .company_content_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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_title:hover {
  color: #DF2040;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .active {
  display: block;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover {
  border-radius: 4px;
  background: #DF2040;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover span {
  color: #FFF;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus span {
  color: #FFF;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:hover {
  background: #1E9111;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_items .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;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .social a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .social .wats {
  margin-right: 20px;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .social .vib {
  margin-right: 20px;
}
.company_all .wrapper .company_body .company_content .company_content_items .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;
}
.company_all .wrapper .company_body .company_content .company_content_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;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .des svg {
  display: block;
  width: 24px;
  height: 24px;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .act {
  display: none;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .act svg {
  display: block;
  width: 24px;
  height: 24px;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart:hover {
  background: rgb(255, 255, 255);
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .des {
  display: none;
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .act {
  display: block;
}
@media (max-width: 1600px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    width: 22%;
  }
}
@media (max-width: 1510px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 230px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    min-height: 175px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
    line-height: 21px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1375px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1125px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 240px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 240px;
  }
}
@media (max-width: 1085px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 230px;
    margin-bottom: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    min-height: 175px;
  }
}
@media (max-width: 990px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 276px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .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;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 140px;
    margin-right: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 12px;
  }
}
@media (max-width: 885px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 230px;
    margin-bottom: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
    min-height: 175px;
  }
}
@media (max-width: 790px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 275px;
    width: 31%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .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;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content {
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .company_all .wrapper .company_body .company_content .company_content_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: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .company_all .wrapper .company_body .company_content .company_content_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: 9px;
  }
  .company_all .wrapper .company_body .company_content .company_content_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: 14px;
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 9px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .active {
    display: block;
  }
  .company_all .wrapper .company_body .company_content .company_content_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;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    height: 39px;
    padding: 8px 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .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;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
    display: block;
    width: 21px;
    height: 21px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .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;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .social a {
    text-decoration: none;
    display: block;
    width: 28px;
    height: 28px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .social a svg {
    width: 28px;
    height: 28px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .social .wats {
    margin-right: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .social .vib {
    margin-right: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_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;
  }
  .company_all .wrapper .company_body .company_content .company_content_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;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .des svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .act {
    display: none;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .act svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .des {
    display: none;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 690px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 260px;
    width: 30%;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 260px;
    max-height: 175px;
    min-height: 175px;
    height: 175px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content {
    padding: 10px;
    min-height: 200px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 14px;
    line-height: 21px;
    height: 65px;
    -webkit-line-clamp: 3;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 5px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    text-align: center;
    line-height: 12px;
    font-size: 14px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .des {
    display: none;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 575px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 250px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 250px;
  }
}
@media (max-width: 550px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 235px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 235px;
  }
}
@media (max-width: 515px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 150px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 150px;
    max-height: 115px;
    min-height: 115px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .des {
    display: none;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .active .act {
    display: block;
  }
}
@media (max-width: 500px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 210px;
    width: 47%;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_image {
    max-width: 210px;
    max-height: 120px;
    min-height: 120px;
    height: 120px;
  }
}
@media (max-width: 470px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 200px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .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) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item {
    max-width: 46%;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 15px;
    line-height: 21px;
    height: 65px;
  }
}
.company_all .wrapper .company_body .company_content .company_content_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);
}
.company_all .wrapper .company_body .company_content .company_content_items .popular_product_item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 790px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item:nth-child(4n) {
    margin-right: 25px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item:nth-child(3n) {
    margin-right: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_items .popular_product_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .company_all .wrapper .company_body .company_content .company_content_items {
    order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 445px) {
  .company_all .wrapper .company_body .company_content .company_content_items {
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .company_all .wrapper .company_body .company_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.company_all .wrapper .company_body .hidden_category {
  display: none;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 20px 12px;
  box-sizing: border-box;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-height: 350px;
  max-width: 900px;
  width: 100%;
}
.company_all .wrapper .company_body .hidden_category .company_description_item {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  width: 45%;
  height: 45px;
  border-radius: 8px;
  background: #F6F6F6;
  padding: 12px 14px 12px 16px;
  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: 8px;
}
.company_all .wrapper .company_body .hidden_category .company_description_item span {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.company_all .wrapper .company_body .hidden_category .company_description_item svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin-left: 15px;
}
.company_all .wrapper .company_body .hidden_category .company_description_item:nth-child(n+7) {
  margin-left: auto;
}
.company_all .wrapper .company_body .hidden_category .active {
  background: #fdd5d5;
}
@media (max-width: 600px) {
  .company_all .wrapper .company_body .hidden_category {
    max-height: initial;
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .company_all .wrapper .company_body .hidden_category .company_description_item {
    width: 100%;
  }
  .company_all .wrapper .company_body .hidden_category .company_description_item:nth-child(n+7) {
    margin-left: 0;
  }
}
.company_all .wrapper .company_body .empty_banner {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .company_all .wrapper .company_body .empty_banner {
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .company_all {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .company_all {
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=products-company.css.map */
