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

main {
  position: relative;
}

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

.top .wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 30px;
}
.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;
  margin-bottom: 30px;
}
@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;
  }
}
.top .wrapper .links {
  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;
}
.top .wrapper .links .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 335px;
  width: 100%;
}
.top .wrapper .links .items .item {
  text-decoration: none;
  box-sizing: border-box;
  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: 1px solid #9E9E9E;
  border-radius: 4px;
  padding: 8px 10px;
  max-width: 160px;
  width: 100%;
  height: 35px;
  margin-right: 15px;
  cursor: pointer;
}
.top .wrapper .links .items .item span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #9E9E9E;
}
.top .wrapper .links .items .active {
  border: 1px solid #DF2040;
}
.top .wrapper .links .items .active span {
  color: #DF2040;
}
.top .wrapper .links .items .item:last-child {
  margin-right: 0;
}
.top .wrapper .links .add {
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
  color: #DF2040;
  font-size: 15px;
  line-height: 15px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.3px;
}
@media (max-width: 615px) {
  .top .wrapper .links {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
  }
  .top .wrapper .links .items {
    margin-bottom: 10px;
  }
}
@media (max-width: 1025px) {
  .top .wrapper .title {
    margin-bottom: 20px;
  }
}

.companies .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.companies .wrapper .companies_body {
  max-width: 1224px;
  width: 100%;
  margin-right: 30px;
}
.companies .wrapper .companies_body .company {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.companies .wrapper .companies_body .company a {
  display: inline-block;
  text-decoration: none;
}
.companies .wrapper .companies_body .company a .company_logo {
  min-width: 100px;
  width: 100px;
  height: fit-content;
  max-height: 100px;
  object-fit: contain;
  display: block;
  margin-right: 25px;
}
.companies .wrapper .companies_body .company .company_all {
  max-width: 1065px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.companies .wrapper .companies_body .company .company_all .company_body {
  max-width: 690px;
  width: 100%;
  margin-right: 40px;
}
.companies .wrapper .companies_body .company .company_all .company_body .company_title {
  text-decoration: none;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.companies .wrapper .companies_body .company .company_all .company_body .company_description {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
.companies .wrapper .companies_body .company .company_all .company_information {
  max-width: 305px;
  width: 100%;
}
.companies .wrapper .companies_body .company .company_all .company_information .company_information_add {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.companies .wrapper .companies_body .company .company_all .company_information .company_information_add .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.companies .wrapper .companies_body .company .company_all .company_information .company_information_add div {
  max-width: 275px;
  width: 100%;
  margin-bottom: 20px;
}
.companies .wrapper .companies_body .company .company_all .company_information .company_information_add div span {
  display: block;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 3px;
}
.companies .wrapper .companies_body .company .company_all .company_information .company_information_add div span:last-child {
  margin-bottom: 0;
}
.companies .wrapper .companies_body .company .company_all .company_information .all_contact {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.companies .wrapper .companies_body .company .company_all .company_information .all_contact .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.companies .wrapper .companies_body .company .company_all .company_information .all_contact div {
  max-width: 275px;
  width: 100%;
  display: block;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
}
@media (max-width: 1265px) {
  .companies .wrapper .companies_body .company .company_all {
    max-width: 1265px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .companies .wrapper .companies_body .company .company_all .company_body {
    margin-bottom: 20px;
  }
  .companies .wrapper .companies_body .company .company_all .company_body .company_body {
    max-width: 1265px;
  }
}
.companies .wrapper .companies_body .company:hover {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
}
.companies .wrapper .companies_body .company .company_popular {
  position: absolute;
  left: 0;
  top: 0;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 8px 0;
  background: #DF2040;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 23px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.companies .wrapper .companies_body .company .company_popular svg {
  display: block;
  width: 10px;
  height: 14px;
  margin-right: 5px;
}
.companies .wrapper .companies_body .company .company_popular span {
  color: #FFF;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .companies .wrapper .companies_body .company {
    padding: 20px;
  }
  .companies .wrapper .companies_body .company .company_logo {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.companies .wrapper .companies_body .company:last-child {
  margin-bottom: 0;
}
@media (max-width: 940px) {
  .companies .wrapper .companies_body {
    margin-right: 0;
  }
  .companies .wrapper .companies_body .company {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .companies .wrapper .companies_body .company a .company_logo {
    margin-left: auto;
    margin-right: auto;
  }
  .companies .wrapper .companies_body .company .company_all .company_body {
    margin-right: 0;
    max-width: 940px;
  }
  .companies .wrapper .companies_body .company .company_all .company_information {
    max-width: 940px;
  }
}
@media (max-width: 585px) {
  .companies .wrapper .companies_body {
    margin-right: 0;
  }
  .companies .wrapper .companies_body .company .company_all .company_body {
    margin-bottom: 10px;
  }
  .companies .wrapper .companies_body .company .company_all .company_body .company_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .companies .wrapper .companies_body .company .company_all .company_information {
    max-width: 940px;
  }
}
.companies .wrapper .companies_body_banners {
  width: 100%;
  max-width: 276px;
}
.companies .wrapper .companies_body_banners .banner {
  width: 100%;
  max-width: 276px;
  height: fit-content;
  margin-bottom: 30px;
  border-radius: 8px;
}
.companies .wrapper .companies_body_banners .banner img {
  width: 100%;
  max-width: 276px;
  max-height: 310px;
  height: 100%;
  display: block;
}
.companies .wrapper .companies_body_banners .see_more {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.companies .wrapper .companies_body_banners .see_more .see_more_title {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.companies .wrapper .companies_body_banners .see_more .see_more_link {
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}
.companies .wrapper .companies_body_banners .see_more .see_more_link:last-child {
  margin-bottom: 0;
}
@media (max-width: 1325px) {
  .companies .wrapper .companies_body_banners {
    max-width: 230px;
  }
  .companies .wrapper .companies_body_banners .banner {
    max-height: 260px;
    margin-bottom: 20px;
  }
  .companies .wrapper .companies_body_banners .banner img {
    max-height: 260px;
  }
  .companies .wrapper .companies_body_banners .see_more {
    padding: 20px;
  }
}
@media (max-width: 940px) {
  .companies .wrapper .companies_body_banners {
    display: none;
  }
}

.paginations {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 80px;
  box-sizing: border-box;
}
.paginations .wrapper {
  max-width: 1224px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  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;
}
.paginations .wrapper .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.paginations .wrapper .pagination li {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 4px;
  margin-right: 8px;
}
.paginations .wrapper .pagination li a {
  text-decoration: none;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 16px;
  display: block;
}
.paginations .wrapper .pagination li a svg {
  display: block;
  width: 16px;
  height: 16px;
}
.paginations .wrapper .pagination li a svg path {
  fill: #A4A4A4;
}
.paginations .wrapper .pagination li:hover a {
  color: #DF2040;
}
.paginations .wrapper .pagination .pointer {
  background-color: initial;
}
.paginations .wrapper .pagination .pointer span {
  display: block;
  width: 11px;
  margin-left: auto;
  margin-right: auto;
}
.paginations .wrapper .pagination .active {
  background-color: #DF2040;
}
.paginations .wrapper .pagination .active a {
  color: white;
}
.paginations .wrapper .pagination .full a svg path {
  fill: #262626;
}
.paginations .wrapper .pagination li:last-child {
  margin-right: 0;
}
.paginations .wrapper .pages {
  width: fit-content;
  width: -moz-fit-content;
  color: #8D8D8D;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  letter-spacing: -0.3px;
}
@media (max-width: 600px) {
  .paginations .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paginations .wrapper .pages {
    margin-top: 20px;
  }
}
@media (max-width: 1025px) {
  .paginations {
    margin-bottom: 70px;
  }
}
@media (max-width: 765px) {
  .paginations {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .paginations {
    margin-bottom: 40px;
  }
}

.idea {
  padding-bottom: 40px;
}
.idea .wrapper .content {
  margin-right: auto;
  margin-left: 0;
  max-width: 1224px;
  width: 100% !important;
  float: none !important;
  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 .content .idea_content {
  width: 100%;
  max-width: 430px;
  padding: 77px 40px 77px 85px;
  box-sizing: border-box;
}
.idea .wrapper .content .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 .content .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 .content .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 .content .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 .content .idea_content .idea_link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.idea .wrapper .content .idea_img {
  width: 100%;
  max-width: 795px;
  display: block;
  height: auto;
}
@media (max-width: 1600px) {
  .idea .wrapper .content {
    max-width: 1600px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content {
    max-width: 475px;
    padding: 50px 40px 50px 50px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 950px;
  }
}
@media (max-width: 1330px) {
  .idea .wrapper .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content {
    padding: 40px 30px 40px 40px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 800px;
  }
}
@media (max-width: 1175px) {
  .idea .wrapper .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content {
    padding: 30px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 700px;
  }
}
@media (max-width: 1080px) {
  .idea .wrapper .content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .content .idea_content .idea_title {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
  .idea .wrapper .content .idea_content .idea_descr {
    font-size: 16px;
    line-height: 21px;
  }
  .idea .wrapper .content .idea_content .idea_link {
    padding: 10px 15px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 600px;
  }
}
@media (max-width: 925px) {
  .idea .wrapper .content .idea_content .idea_title {
    line-height: 31px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 500px;
  }
}
@media (max-width: 825px) {
  .idea .wrapper .content .idea_img {
    max-width: 400px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .content .idea_content {
    padding: 30px 20px;
  }
  .idea .wrapper .content .idea_img {
    max-width: 385px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .content .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 .content .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 .content .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 .content .idea_content .idea_link {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .idea .wrapper .content .idea_content .idea_link span {
    color: #FFFFFF;
  }
  .idea .wrapper .content .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;
  }
}

.hidden_banners {
  display: none;
}
@media (max-width: 650px) {
  .hidden_banners {
    display: block;
    padding-bottom: 40px;
  }
  .hidden_banners .wrapper .banner_item {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 320px;
    height: fit-content;
    border-radius: 8px;
  }
  .hidden_banners .wrapper .banner_item img, .hidden_banners .wrapper .banner_item div, .hidden_banners .wrapper .banner_item iframe {
    margin: 0 !important;
    max-width: 320px;
    width: 100%;
    border-radius: 8px;
    max-height: 150px;
    display: block;
  }
  .hidden_banners .wrapper .banner_item .bnr1 .bannerhold .img_banner {
    left: 0 !important;
  }
  .hidden_banners .wrapper .banner_item .bnr1 .bannerhold .bannerlnk div {
    left: 0 !important;
    width: 320px !important;
  }
}

.bnr1 {
  width: 240px;
  height: 320px;
  margin-bottom: 30px;
  overflow: hidden;
}

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