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

.idea {
  padding-bottom: 80px;
}
.idea .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
}
.idea .wrapper .idea_content {
  width: 100%;
  max-width: 510px;
  padding: 95px 40px 95px 105px;
  box-sizing: border-box;
}
.idea .wrapper .idea_content .idea_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 20px;
}
.idea .wrapper .idea_content .idea_descr {
  width: 100%;
  max-width: 295px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #262626;
}
.idea .wrapper .idea_content .idea_link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  max-width: 250px;
  height: 40px;
}
.idea .wrapper .idea_content .idea_link span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.idea .wrapper .idea_content .idea_link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.idea .wrapper .idea_img {
  width: 100%;
  max-width: 1050px;
  display: block;
  height: auto;
}
@media (max-width: 1520px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    max-width: 475px;
    padding: 50px 40px 50px 50px;
  }
  .idea .wrapper .idea_img {
    max-width: 950px;
  }
}
@media (max-width: 1330px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    padding: 40px 30px 40px 40px;
  }
  .idea .wrapper .idea_img {
    max-width: 800px;
  }
}
@media (max-width: 1175px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    padding: 30px;
  }
  .idea .wrapper .idea_img {
    max-width: 700px;
  }
}
@media (max-width: 1080px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content .idea_title {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
  .idea .wrapper .idea_content .idea_descr {
    font-size: 16px;
    line-height: 21px;
  }
  .idea .wrapper .idea_content .idea_link {
    padding: 10px 15px;
  }
  .idea .wrapper .idea_img {
    max-width: 600px;
  }
}
@media (max-width: 925px) {
  .idea .wrapper .idea_content .idea_title {
    line-height: 31px;
  }
  .idea .wrapper .idea_img {
    max-width: 500px;
  }
}
@media (max-width: 825px) {
  .idea .wrapper .idea_img {
    max-width: 400px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .idea_content {
    padding: 30px 20px;
  }
  .idea .wrapper .idea_img {
    max-width: 385px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .idea_content {
    max-width: 725px;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url(../image/base/idea.png);
    border-radius: 8px;
    padding: 18px 40px 18px 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .idea .wrapper .idea_content .idea_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .idea .wrapper .idea_content .idea_descr {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: center;
    color: #FFFFFF;
  }
  .idea .wrapper .idea_content .idea_link {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .idea .wrapper .idea_content .idea_link span {
    color: #FFFFFF;
  }
  .idea .wrapper .idea_img {
    display: none;
  }
}
@media (max-width: 1000px) {
  .idea {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .idea {
    padding-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .idea {
    padding-bottom: 45px;
  }
}

.top {
  margin-bottom: 30px;
}
.top .wrapper .logo_company {
  display: none;
}
.top .wrapper .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #262626;
}
@media (max-width: 1000px) {
  .top .wrapper .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .top .wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .top .wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 845px) {
  .top .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .top .wrapper .logo_company {
    display: block;
    border-radius: 8px;
    background: #FFF;
    padding: 10px 12px;
    margin-right: 30px;
  }
  .top .wrapper .logo_company img {
    display: block;
    width: 75px;
    height: auto;
  }
  .top .wrapper .title {
    margin: 0;
  }
}
@media (max-width: 1025px) {
  .top {
    margin-bottom: 20px;
  }
}

.company {
  margin-bottom: 80px;
}
.company .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.company .wrapper .company_body {
  width: 100%;
  max-width: 1224px;
  margin-right: 15px;
}
.company .wrapper .company_body .company_top {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 40px 40px 60px;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.company .wrapper .company_body .company_top .logo_company {
  display: block;
  min-width: 100px;
  width: 100px;
  height: fit-content;
  margin-right: 40px;
  height:89px;
}
.company .wrapper .company_body .company_top .company_description {
  max-width: 1004px;
  width: 100%;
}
.company .wrapper .company_body .company_top .company_description .company_item {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}
.company .wrapper .company_body .company_top .company_description .company_item .option {
  max-width: 110px;
  min-width: 110px;
  width: 100%;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.32px;
  margin-right: 30px;
}
.company .wrapper .company_body .company_top .company_description .company_item .span {
  max-width: 864px;
  width: 100%;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 24px;
}
.company .wrapper .company_body .company_top .company_description .company_item .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items {
  width: 55%;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  max-width: 95px;
  min-width: 95px;
  margin-right: 20px;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_title svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_title span {
  color: #DF2040;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_span {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_span_more .top_divs {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  overflow-wrap: break-word;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_span_more .bottom_divs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 135px;
  width: 100%;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_span_more .bottom_divs .item {
  text-decoration: none;
  display: block;
  margin-right: 17px;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_span_more .bottom_divs .item svg {
  display: block;
  width: 20px;
  height: 20px;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_span_more .bottom_divs .item:last-child {
  margin-right: 0;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item:last-child {
  margin-bottom: 0;
}
.company .wrapper .company_body .company_top .company_description .company_item .social .social_items:last-child {
  width: 45%;
}
.company .wrapper .company_body .company_top .company_description .company_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1055px) {
  .company .wrapper .company_body .company_top {
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company .wrapper .company_body .company_top .logo_company {
    display: block;
    min-width: 100px;
    width: 100px;
    height: fit-content;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
@media (max-width: 845px) {
  .company .wrapper .company_body .company_top {
    padding: 20px;
  }
  .company .wrapper .company_body .company_top .logo_company {
    display: none;
  }
}
@media (max-width: 765px) {
  .company .wrapper .company_body .company_top {
    margin-bottom: 20px;
  }
  .company .wrapper .company_body .company_top .company_description .company_item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .option {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_title {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item .social_item_span_more {
    width: fit-content;
    width: -moz-fit-content;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item:last-child {
    margin-bottom: 0;
  }
  .company .wrapper .company_body .company_top .company_description .company_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .company .wrapper .company_body .company_top .company_description .company_item .social {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .social .social_items {
    width: 100%;
    margin-bottom: 10px;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .social .social_items .social_item {
    width: 100%;
  }
  .company .wrapper .company_body .company_top .company_description .company_item .social .social_items:last-child {
    margin-bottom: 0;
  }
}
.company .wrapper .company_body .reviews_items {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 40px;
  box-sizing: border-box;
}
.company .wrapper .company_body .reviews_items .reviews_items_top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.company .wrapper .company_body .reviews_items .reviews_items_top .reviews_count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.company .wrapper .company_body .reviews_items .reviews_items_top .reviews_count div {
  color: #262626;
  font-size: 26px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: -0.52px;
  margin-right: 15px;
}
.company .wrapper .company_body .reviews_items .reviews_items_top .reviews_count span {
  padding-top: 7px;
  color: #A6A6A6;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  display: block;
}
.company .wrapper .company_body .reviews_items .reviews_items_top .add_reviews {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  max-width: 190px;
  height: 46px;
}
.company .wrapper .company_body .reviews_items .reviews_items_top .add_reviews span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.company .wrapper .company_body .reviews_items .reviews_items_top .add_reviews svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .company .wrapper .company_body .reviews_items .reviews_items_top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .company .wrapper .company_body .reviews_items .reviews_items_top .reviews_count div {
    font-size: 22px;
    margin-right: 10px;
  }
  .company .wrapper .company_body .reviews_items .reviews_items_top .reviews_count span {
    padding-top: 6px;
  }
  .company .wrapper .company_body .reviews_items .reviews_items_top .add_reviews {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 4px;
    max-width: 185px;
    width: 100%;
    height: 35px;
    padding: 8px 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #df2040;
    max-width: 110px;
    padding: 0;
    border: none;
    height: auto;
  }
  .company .wrapper .company_body .reviews_items .reviews_items_top .add_reviews span {
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #df2040;
  }
  .company .wrapper .company_body .reviews_items .reviews_items_top .add_reviews svg {
    display: none;
  }
}
.company .wrapper .company_body .reviews_items .create_comment {
  display: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
}
.company .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .create_comment .input_fields .half_input {
  width: 48%;
  box-sizing: border-box;
}
.company .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .label .red {
  color: #df2040;
}
.company .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-internal-autofill-selected, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:focus-visible, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill:hover, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill:focus, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill:focus-visible, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill:hover, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill:focus, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input::selection, .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input .input:-webkit-autofill:hover, .company .wrapper .company_body .reviews_items .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;
}
@media (max-width: 550px) {
  .company .wrapper .company_body .reviews_items .create_comment .input_fields {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input {
    width: 100%;
  }
  .company .wrapper .company_body .reviews_items .create_comment .input_fields .half_input:first-child {
    margin-bottom: 20px;
  }
}
.company .wrapper .company_body .reviews_items .create_comment .message_fields {
  box-sizing: border-box;
  max-width: 720px;
  width: 100%;
  margin-bottom: 20px;
}
.company .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .create_comment .message_fields .label .red {
  color: #df2040;
}
.company .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .create_comment .stars_fields {
  box-sizing: border-box;
  max-width: 720px;
  width: 100%;
  margin-bottom: 30px;
}
.company .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .create_comment .stars_fields .label .red {
  color: #df2040;
}
.company .wrapper .company_body .reviews_items .create_comment .stars_fields .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.company .wrapper .company_body .reviews_items .create_comment .stars_fields .stars .star {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  cursor: pointer;
}
.company .wrapper .company_body .reviews_items .create_comment .stars_fields .stars .star:last-child {
  margin-right: 0;
}
.company .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .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 .wrapper .company_body .reviews_items .show_comment {
  display: block;
}
.company .wrapper .company_body .reviews_items .reviews .review {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.company .wrapper .company_body .reviews_items .reviews .review .review_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.company .wrapper .company_body .reviews_items .reviews .review .review_top div {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-right: 15px;
}
.company .wrapper .company_body .reviews_items .reviews .review .review_top span {
  padding-top: 7px;
  color: #A6A6A6;
  font-size: 16px;
  line-height: 21px;
  font-family: "Segoe UI", sans-serif;
  display: block;
}
@media (max-width: 835px) {
  .company .wrapper .company_body .reviews_items .reviews .review .review_top span {
    padding-top: 4px;
  }
}
.company .wrapper .company_body .reviews_items .reviews .review .review_text {
  margin-bottom: 15px;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 24px;
}
.company .wrapper .company_body .reviews_items .reviews .review .vew_all {
  display: none;
}
.company .wrapper .company_body .reviews_items .reviews .review .review_stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}
.company .wrapper .company_body .reviews_items .reviews .review .review_stars img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.company .wrapper .company_body .reviews_items .reviews .review .review_stars img:last-child {
  margin-right: 0;
}
@media (max-width: 550px) {
  .company .wrapper .company_body .reviews_items .reviews .review {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .company .wrapper .company_body .reviews_items .reviews .review .review_top div {
    font-size: 16px;
  }
  .company .wrapper .company_body .reviews_items .reviews .review .review_top span {
    font-size: 16px;
    line-height: 21px;
    padding-top: 0;
  }
  .company .wrapper .company_body .reviews_items .reviews .review .review_text {
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
  }
  .company .wrapper .company_body .reviews_items .reviews .review .vew_all {
    display: block;
    margin-bottom: 15px;
    color: #df2040;
    font-size: 16px;
    font-family: "Segoe UI", sans-serif;
    line-height: 24px;
  }
}
.company .wrapper .company_body .reviews_items .reviews .reviews_item {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.company .wrapper .company_body .reviews_items .reviews .reviews_item .reviews_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
}
.company .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .reviews_item .more_content {
  display: none;
}
.company .wrapper .company_body .reviews_items .reviews .reviews_item .stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.company .wrapper .company_body .reviews_items .reviews .reviews_item .stars .star {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.company .wrapper .company_body .reviews_items .reviews .reviews_item .stars .star:last-child {
  margin-right: 0;
}
.company .wrapper .company_body .reviews_items .reviews .reviews_item .report {
  margin-top: 15px;
  width: 100%;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
}
.company .wrapper .company_body .reviews_items .reviews .reviews_item .report .report_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
}
.company .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .reviews_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .company .wrapper .company_body .reviews_items .reviews .reviews_item .reviews_item_top .reviews_item_author {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .company .wrapper .company_body .reviews_items .reviews .reviews_item .reviews_item_top .reviews_item_data {
    padding-top: 0;
  }
  .company .wrapper .company_body .reviews_items .reviews .reviews_item .report .report_top .report_title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .company .wrapper .company_body .reviews_items .reviews .reviews_item .report .report_top .report_data {
    padding-top: 0;
  }
  .company .wrapper .company_body .reviews_items .reviews .reviews_item .report:before {
    top: 4px;
  }
}
@media (max-width: 1025px) {
  .company .wrapper .company_body .reviews_items .reviews .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 .wrapper .company_body .reviews_items .reviews .have_more .reviews_item_content {
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.company .wrapper .company_body .reviews_items .reviews .hide_item {
  display: none;
}
.company .wrapper .company_body .reviews_items .all_reviews {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.company .wrapper .company_body .reviews_items .all_reviews span {
  color: #DF2040;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: block;
  margin-right: 5px;
}
.company .wrapper .company_body .reviews_items .all_reviews svg {
  display: block;
  width: 20px;
  height: 20px;
}
.company .wrapper .company_body .reviews_items .hide_show {
  display: none;
}
@media (max-width: 550px) {
  .company .wrapper .company_body .reviews_items {
    padding: 20px;
  }
}
@media (max-width: 1325px) {
  .company .wrapper .company_body {
    max-width: 1325px;
    margin-right: 0;
  }
}
.company .wrapper .banner {
  width: 100%;
  max-width: 276px;
  height: fit-content;
}
.company .wrapper .banner img, .company .wrapper .banner iframe {
  width: 100%;
  max-width: 276px;
  height: auto;
}
@media (max-width: 1325px) {
  .company .wrapper .banner {
    display: none;
  }
}
@media (max-width: 1000px) {
  .company {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .company {
    padding-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .company {
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
  }
}

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