@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: 115px;
  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;
  padding: 50px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.company_all .wrapper .company_body .company_content .company_content_body {
  padding-bottom: 20px;
}
.company_all .wrapper .company_body .company_content .company_content_body h2 {
  margin-top: 0;
  color: #262626;
  font-size: 22px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
  margin-bottom: 10px;
}
.company_all .wrapper .company_body .company_content .company_content_body h3 {
  margin-top: 0;
  color: #262626;
  font-size: 22px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
  margin-bottom: 30px;
}
.company_all .wrapper .company_body .company_content .company_content_body .data_promotion {
  color: #9E9E9E;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.company_all .wrapper .company_body .company_content .company_content_body figure {
  margin: 0 0 30px 0;
  display: block;
  height: auto;
}
.company_all .wrapper .company_body .company_content .company_content_body figure img {
  object-fit: contain;
  width: 100%;
  max-height: 650px;
  height: auto;
}
.company_all .wrapper .company_body .company_content .company_content_body ol {
  padding-bottom: 10px;
  margin: 0;
  padding-left: 17px;
}
.company_all .wrapper .company_body .company_content .company_content_body ol li {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 24px;
  margin-bottom: 5px;
}
.company_all .wrapper .company_body .company_content .company_content_body ol li:last-child {
  margin-bottom: 0;
}
.company_all .wrapper .company_body .company_content .company_content_body ul {
  padding-bottom: 10px;
  margin: 0;
  padding-left: 17px;
}
.company_all .wrapper .company_body .company_content .company_content_body ul li {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 24px;
  margin-bottom: 5px;
}
.company_all .wrapper .company_body .company_content .company_content_body ul li:last-child {
  margin-bottom: 0;
}
.company_all .wrapper .company_body .company_content .company_content_body p {
  padding-top: 0;
  margin: 0;
  display: block;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 24px;
  padding-bottom: 10px;
}
.company_all .wrapper .company_body .company_content .company_content_body a {
  display: block;
  text-decoration: none;
  color: #df2040;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 24px;
  padding-bottom: 10px;
  overflow-wrap: break-word;
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_content .company_content_body {
    padding-bottom: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_body h2 {
    font-size: 18px;
    margin-bottom: 1px;
  }
  .company_all .wrapper .company_body .company_content .company_content_body h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_body .data_promotion {
    margin-bottom: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_body figure {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 540px) {
  .company_all .wrapper .company_body .company_content .company_content_body h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .company_all .wrapper .company_body .company_content .company_content_body h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.company_all .wrapper .company_body .company_content .company_content_slider {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.company_all .wrapper .company_body .company_content .company_content_slider .content_slider {
  max-width: 1124px;
  width: 100%;
  overflow: hidden;
}
.company_all .wrapper .company_body .company_content .company_content_slider .content_slider .swiper-wrapper .swiper-slide {
  text-decoration: none;
  max-width: 265px;
  width: 100%;
  height: auto;
  max-height: 180px;
}
.company_all .wrapper .company_body .company_content .company_content_slider .content_slider .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 265px;
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_content .company_content_slider .content_slider .swiper-wrapper .swiper-slide {
    max-width: 220px;
    max-height: 160px;
  }
  .company_all .wrapper .company_body .company_content .company_content_slider .content_slider .swiper-wrapper .swiper-slide img {
    max-width: 220px;
    max-height: 160px;
  }
}
.company_all .wrapper .company_body .company_content .company_content_slider .button {
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 43px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  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;
  cursor: pointer;
  top: 45%;
  z-index: 2;
}
.company_all .wrapper .company_body .company_content .company_content_slider .button svg {
  width: 22px;
  height: 22px;
  display: block;
}
.company_all .wrapper .company_body .company_content .company_content_slider .content_slider_prev {
  right: -15px;
}
.company_all .wrapper .company_body .company_content .company_content_slider .content_slider_next {
  left: -15px;
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_content .company_content_slider {
    margin-bottom: 20px;
  }
  .company_all .wrapper .company_body .company_content .company_content_slider .button {
    top: 35%;
  }
}
@media (max-width: 550px) {
  .company_all .wrapper .company_body .company_content .company_content_slider .button {
    display: none;
  }
}
.company_all .wrapper .company_body .company_content .line {
  width: 100%;
  height: 1px;
  background: #DADADA;
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_content .line {
    margin-bottom: 20px;
  }
}
.company_all .wrapper .company_body .company_content .company_content_link_prev {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.company_all .wrapper .company_body .company_content .company_content_link_prev svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.company_all .wrapper .company_body .company_content .company_content_link_prev span {
  display: block;
  color: #DF2040;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .company_all .wrapper .company_body .company_content {
    padding: 35px;
  }
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_content {
    padding: 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: 1025px) {
  .company_all {
    padding-bottom: 85px;
  }
}
@media (max-width: 900px) {
  .company_all {
    padding-bottom: 60px;
  }
}
@media (max-width: 760px) {
  .company_all {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .company_all {
    padding-bottom: 50px;
  }
}

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