@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_top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
  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;
}
.company_all .wrapper .company_body .company_content .company_content_top .company_content_top_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.company_all .wrapper .company_body .company_content .company_content_top .company_content_top_left .company_content_top_title {
  color: #262626;
  font-size: 26px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.52px;
  margin-right: 15px;
}
.company_all .wrapper .company_body .company_content .company_content_top .company_content_top_left span {
  display: block;
  padding-top: 10px;
  color: #A6A6A6;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.company_all .wrapper .company_body .company_content .company_content_top .company_content_top_send {
  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: 190px;
  height: 45px;
}
.company_all .wrapper .company_body .company_content .company_content_top .company_content_top_send 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_top .company_content_top_send svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.company_all .wrapper .company_body .company_content .company_content_top .company_content_top_send span {
  display: block;
}
@media (max-width: 550px) {
  .company_all .wrapper .company_body .company_content .company_content_top .company_content_top_left .company_content_top_title {
    font-size: 22px;
    letter-spacing: -0.44px;
    margin-right: 10px;
  }
  .company_all .wrapper .company_body .company_content .company_content_top .company_content_top_left span {
    padding-top: 7px;
  }
  .company_all .wrapper .company_body .company_content .company_content_top .company_content_top_send {
    border: none;
    max-width: 110px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .company_all .wrapper .company_body .company_content .company_content_top .company_content_top_send svg {
    display: none;
  }
  .company_all .wrapper .company_body .company_content .company_content_top .company_content_top_send span {
    display: block;
  }
}
.company_all .wrapper .company_body .company_content .create_comment {
  display: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields {
  width: 100%;
  max-width: 720px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input {
  width: 48%;
  box-sizing: border-box;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .label {
  color: #262626;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .label .red {
  color: #df2040;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  border: 1px solid #DADADA;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 20px 12px;
  height: 45px;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-internal-autofill-selected, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:focus-visible, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill:hover, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill:focus, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill:focus-visible, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill:hover, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill:focus, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input::selection, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill:hover, .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .input:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.company_all .wrapper .company_body .company_content .create_comment .input_fields .form_body_err .errrrrr {
  display: block;
}
@media (max-width: 550px) {
  .company_all .wrapper .company_body .company_content .create_comment .input_fields {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input {
    width: 100%;
  }
  .company_all .wrapper .company_body .company_content .create_comment .input_fields .half_input:first-child {
    margin-bottom: 20px;
  }
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields {
  box-sizing: border-box;
  max-width: 720px;
  width: 100%;
  margin-bottom: 20px;
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields .label {
  color: #262626;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields .label .red {
  color: #df2040;
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields .textarea {
  resize: none;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 20px 12px;
  height: 110px;
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields .textarea::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields .textarea::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields .textarea:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.company_all .wrapper .company_body .company_content .create_comment .message_fields .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.company_all .wrapper .company_body .company_content .create_comment .form_body_err .errrrrr {
  display: block;
}
.company_all .wrapper .company_body .company_content .create_comment .stars_fields {
  box-sizing: border-box;
  max-width: 720px;
  width: 100%;
  margin-bottom: 30px;
}
.company_all .wrapper .company_body .company_content .create_comment .stars_fields .label {
  color: #262626;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.company_all .wrapper .company_body .company_content .create_comment .stars_fields .label .red {
  color: #df2040;
}
.company_all .wrapper .company_body .company_content .create_comment .stars_fields .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.company_all .wrapper .company_body .company_content .create_comment .stars_fields .stars .star {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  cursor: pointer;
}
.company_all .wrapper .company_body .company_content .create_comment .stars_fields .stars .star:last-child {
  margin-right: 0;
}
.company_all .wrapper .company_body .company_content .create_comment .send_comment {
  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: 320px;
  width: 100%;
  height: 40px;
  padding: 11px 20px;
  cursor: pointer;
  box-sizing: border-box;
  background: #df2040;
  max-width: 340px;
}
.company_all .wrapper .company_body .company_content .create_comment .send_comment span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
.company_all .wrapper .company_body .company_content .show_comment {
  display: block;
}
.company_all .wrapper .company_body .company_content .reviews_items {
  width: 100%;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .reviews_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .reviews_item_top .reviews_item_author {
  color: #262626;
  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-right: 15px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .reviews_item_top .reviews_item_data {
  padding-top: 5px;
  color: #ACACAC;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .reviews_item_content {
  margin-bottom: 15px;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .more_content {
  display: none;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .stars .star {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .stars .star:last-child {
  margin-right: 0;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report {
  margin-top: 15px;
  width: 100%;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report .report_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report .report_top .report_title {
  color: #262626;
  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-right: 15px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report .report_top .report_data {
  padding-top: 5px;
  color: #ACACAC;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report .report_content {
  margin-bottom: 15px;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report:before {
  content: "";
  position: absolute;
  background-image: url(../image/reviews-company/bi_arrow-90deg-up.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  left: 0;
  top: 6px;
}
@media (max-width: 900px) {
  .company_all .wrapper .company_body .company_content .reviews_items .reviews_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .company_all .wrapper .company_body .company_content .reviews_items .reviews_item .reviews_item_top .reviews_item_author {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .company_all .wrapper .company_body .company_content .reviews_items .reviews_item .reviews_item_top .reviews_item_data {
    padding-top: 0;
  }
  .company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report .report_top .report_title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report .report_top .report_data {
    padding-top: 0;
  }
  .company_all .wrapper .company_body .company_content .reviews_items .reviews_item .report:before {
    top: 4px;
  }
}
@media (max-width: 1025px) {
  .company_all .wrapper .company_body .company_content .reviews_items .have_more .more_content {
    display: block;
    cursor: pointer;
    margin-bottom: 15px;
    color: #DF2040;
    font-size: 16px;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .company_all .wrapper .company_body .company_content .reviews_items .have_more .reviews_item_content {
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.company_all .wrapper .company_body .company_content .reviews_items .hide_item {
  display: none;
}
.company_all .wrapper .company_body .company_content .show_more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-decoration: none;
}
.company_all .wrapper .company_body .company_content .show_more span {
  display: block;
  color: #DF2040;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-right: 5px;
}
.company_all .wrapper .company_body .company_content .show_more svg {
  display: block;
  width: 20px;
  height: 20px;
}
.company_all .wrapper .company_body .company_content .hide_show {
  display: none;
}
@media (max-width: 1200px) {
  .company_all .wrapper .company_body .company_content {
    padding: 30px;
  }
}
@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: 740px) {
  .company_all {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .company_all {
    padding-bottom: 40px;
  }
}

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