body {
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-size: 14px;
  color: #231F20;
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
  max-width: 1920px;
  background: #F1F1F1;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: all 0.2s linear;
}
ul li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}

/**************************************************************************************/

.test_page {
  padding: 100px 0;
}

/**************************************************************************************/

.slick-dots {
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 14px;
}

.slick-dots li button {
  display: none;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #8A8989;
}
.slick-dots li.slick-active {
  background: #000000;
}

/**************************************************************************************/

.section_item {
  font-family: "EuropeExt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

/**************************************************************************************/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  transition: all 0.2s linear;
  background: #000000;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 68px;
}
.header_wrap {
  display: flex;
  align-items: center;
  column-gap: 110px;
}
.menu {
  display: flex;
  column-gap: 40px;
}
.menu a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.2s linear;
}
.menu a:hover {
  color: #706F6F;
}

.mob_btn {
  display: none;
}

/**************************************************************************************/

.btn {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  min-height: 45px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.btn:hover {
  background: transparent;
  color: #000000;
}

.btn.glass.white {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn.glass.white:hover {
  background: #ffffff;
  color: #000000;
}

.btn.glass.black {
  border-color: #000000;
  background: transparent;
  color: #000000;
}
.btn.glass.black:hover {
  background: #000000;
  color: #ffffff;
}
.btn.white {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn.white:hover {
  background: transparent;
  color: #ffffff;
}

/**************************************************************************************/

.banner {
  margin-top: 80px;
}
.banner_wrapper {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  height: 666px;
}
.video_container {
  width: 100%;
  height: 100%;
}
.video_container video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  display: block;
}
.banner_title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #ffffff;
  z-index: 2;
}

#video-thumbnail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 2;
}

.video_controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}

.video_controls button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

#play-pause {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 0;
  cursor: pointer;
}
#play-pause .pause {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/pause.svg) no-repeat;
  background-size: contain;
}
#play-pause .play {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/play.svg) no-repeat;
  background-size: contain;
}

.active #play-pause .pause {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/play.svg) no-repeat;
  background-size: contain;
}
.active #play-pause .play {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/pause.svg) no-repeat;
  background-size: contain;
}

.active #play-pause {
  width: 35px;
  height: 35px;
  bottom: 30px;
  right: 30px;
}

#mute {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  bottom: 30px;
  right: 80px;
  opacity: 0;
  cursor: pointer;
}
.active #mute {
  opacity: 1;
}
#mute span {
  display: block;
  width: 35px;
  height: 35px;
}
#mute span.volume_on {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/volume_on.svg?v=2) no-repeat;
  background-size: contain;
}
#mute span.volume_off {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/volume_off.svg?v=2) no-repeat;
  background-size: contain;
}

   /**************************************************************************************/

.clients {
  margin-top: 20px;
}
.clients .clients_wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.clients .clients_wrapper .clients_block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24%;
  background: #ffffff;
  border-radius: 15px;
  height: 100px;
  transition: all 0.2s linear;
}
.clients .clients_block:hover {
  background: #000000;
}
.clients .clients_block img {
  transition: all 0.2s linear;
  max-height: 42px;
}
.clients .clients_block img:nth-child(2) {
  display: none;
}
.clients .clients_block:hover img:nth-child(1) {
  display: none;
}
.clients .clients_block:hover img:nth-child(2) {
  display: block;
}

/**************************************************************************************/

.about {
  margin-top: 100px;
}
.about_comment {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}
.about_wrapper {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.about_block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 240px;
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.2s linear;
}
.about_block.active {
  width: 45%;
}
.about_block.active:before {
  opacity: 1;
}
.about_block:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
  background: url("/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/about_block_ico.svg") no-repeat;
  z-index: 2;
  transition: all 0.2s linear;
  display: none;
}
.about_block.active:after {
  background: url("/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/about_block_ico_hov.svg") no-repeat;
}
.about_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.11deg, rgba(0, 0, 0, 0) 10.43%, #000000 118.78%);
  z-index: 1;
}
.about_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  transition: all 0.2s linear;
}

.about_block span {
  position: relative;
  z-index: 2;
}
.about_item {
  width: fit-content;
  padding: 0 26px;
  display: flex;
  align-items: center;
  height: 42px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: all 0.2s linear;
}

.about_title {
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  opacity: 1;
  transition: all 0.2s linear;
}

/**************************************************************************************/

.advantages {
  margin-top: 20px;
  padding-bottom: 100px;
}
.advantages.advantages_company {
  padding-bottom: 0;
}
.advantages_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 20px;
}
.advantages.advantages_company .advantages_wrapper {
  margin-top: 30px;
}
.advantages .advantages_wrapper .advantages_block {
  position: relative;
  width: 45.8%;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  z-index: 2;
}

.advantages_block:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180.11deg, rgba(0, 0, 0, 0) 10.43%, #000000 118.78%);
  z-index: -1;
}

.advantages.advantages_company .advantages_block:before {
  height: 100%;
  background: linear-gradient(240.11deg, rgba(0, 0, 0, 0) 28.43%, #000000 141.78%);
}

.advantages_block:nth-child(1):before,
.advantages_block:nth-child(3):before,
.advantages_block:nth-child(4):before,
.advantages_block:nth-child(6):before,
.advantages_block:nth-child(7):before {
  display: none;
}

.advantages.advantages_company .advantages_block:before {
  display: block;
}

.advantages_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -2;
}

.advantages_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.advantages.advantages_company .advantages_img img {
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.advantages_item {
  width: fit-content;
  padding: 0 26px;
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #8A8989;
  border: 1px solid #8A8989;
  border-radius: 50px;
  transition: all 0.2s linear;
}

.advantages.advantages_company .advantages_item {
  color: #ffffff;
  border-color: #ffffff;
}

.advantages_title {
  display: flex;
  align-items: end;
  column-gap: 33px;
  font-size: 16px;
  font-weight: 400;
}

.advantages.advantages_company .advantages_title {
  color: #ffffff;
}

.advantages_title b {
  display: flex;
  align-items: end;
  column-gap: 8px;
  font-family: "EuropeExt", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 74%;
  text-transform: uppercase;
}
.advantages_title b p {
  display: block;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 4px;
}
.advantages_title span {
  display: block;
}

.advantages_block:nth-child(2) .advantages_item,
.advantages_block:nth-child(5) .advantages_item {
  color: #ffffff;
  border-color: #ffffff;
}

.advantages_block:nth-child(2) .advantages_title b,
.advantages_block:nth-child(3) .advantages_title b,
.advantages_block:nth-child(5) .advantages_title b {
  color: #ffffff;
}

.advantages_block:nth-child(2) .advantages_title b p,
.advantages_block:nth-child(3) .advantages_title b p,
.advantages_block:nth-child(5) .advantages_title b p {
  color: #ffffff;
}

.advantages_block:nth-child(2) .advantages_title span,
.advantages_block:nth-child(3) .advantages_title span,
.advantages_block:nth-child(5) .advantages_title span {
  color: #ffffff;
}

/**************************************************************************************/

.footer {
  padding-top: 55px;
  padding-bottom: 28px;
  background: #ffffff;
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
}
.footer_logo {
}
.footer_clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 46px;
  column-gap: 10px;
  width: 100%;
  max-width: 40%;
}
.footer_clients_block {
  width: 24%;
}
.footer_clients_img {
  display: grid;
  align-items: end;
  height: 20px;
}
.footer_clients_img img {
  max-height: 26px;
}
.footer_clients_phone {
  margin-top: 20px;
}
.footer_clients_phone a {
  font-size: 14px;
  font-weight: 400;
  color: #8A8989;
}
.footer_clients_mail a {
  font-size: 14px;
  font-weight: 400;
  color: #8A8989;
}

.footer_menu .left-menu {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.footer_menu .left-menu a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: all 0.2s linear;
}

.footer_menu .left-menu a:hover {
  color: #706F6F;
}

.footer_block {
  display: flex;
  flex-direction: column;
}

.footer .mail_btn a {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-height: 38px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
}

.footer_addr {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
}
.footer_addr span {
  font-size: 16px;
  font-weight: 400;
  color: #A8A8A7;
}
.footer_addr b {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
}

.footer_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.footer_wrap a {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A7;
}


/* ABOUT *************************************************************************************/

.about_page .banner_wrapper {
  position: relative;
  background: url(/img/about_group.png) 50% 50% no-repeat;
}
.banner_clients {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
}

.banner_clients_block {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 75px;
  background: #FFFFFF4D;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}



.banner_clients_block img:nth-child(2) {
  display: none;
}
.banner_clients_block:hover img:nth-child(1) {
  display: none;
}
.banner_clients_block:hover img:nth-child(2) {
  display: block;
}

.banner_clients_block:before {
  content: '';
  position: absolute;
  width: 6vw;
  max-width: 150px;
  height: 2px;
  background: linear-gradient(70.63deg, #000000 -2.33%, #FFFFFF 47.96%, #292825 100.22%);
}
.banner_clients_block:nth-child(1) {
  top: 4vw;
  left: 50%;
  transform: translateX(-192%);
}
.banner_clients_block:nth-child(1):before {
  transform: translate(84px, 88px) rotate(32deg);
}
.banner_clients_block:nth-child(2) {
  top: 4vw;
  left: 50%;
  transform: translateX(120%);
}
.banner_clients_block:nth-child(2):before {
  transform: translate(-108px, 100px) rotate(-32deg);
}
.banner_clients_block:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-308%, -50%);
}
.banner_clients_block:nth-child(3):before {
  transform: translate(225px, 0) rotate(0deg);
}


.banner_clients_block:nth-child(4) {
  top: 50%;
  left: 50%;
  transform: translate(208%, -50%);
}
.banner_clients_block:nth-child(4):before {
  transform: translate(-225px, 0) rotate(0deg);
}



.banner_clients_block:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translate(-192%, 226%);
}
.banner_clients_block:nth-child(5):before {
  transform: translate(84px, -92px) rotate(-42deg);
}
.banner_clients_block:nth-child(6) {
  top: 50%;
  left: 50%;
  transform: translate(116%, 226%);
}
.banner_clients_block:nth-child(6):before {
  transform: translate(-134px, -100px) rotate(38deg);
}
.banner_clients_block:nth-child(7) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 321px;
  height: 321px;
  border-radius: 50%;
  box-shadow: 0 20px 20px 0 rgb(255 255 255 / 87%) inset;
}
.banner_clients_block:nth-child(7):before {
  display: none;
}

/**************************************************************************************/

.about_offers {
  margin-top: 30px;
  padding-bottom: 95px;
}
.about_offers_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section_title {
  max-width: 52%;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  font-size: 16px;
}
.section_title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

/**************************************************************************************/

.history {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}
.history_wrapper {
  position: relative;
}
.history_wrapper .section_item {
  position: absolute;
  top: 0;
  left: 0;
}

.history_content {
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-25%);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.history_wrap {
  position: relative;
  display: flex;
  column-gap: 62px;
  height: 112px;
  padding-bottom: 52px;
  transition: all 0.2s linear;
}
.history_wrap:nth-last-child(4) {
  padding-bottom: 0;
}
.history_wrap small {
  display: flex;
  column-gap: 62px;
}
.history_wrap:before {
  content: '';
  position: absolute;
  left: 128px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #A8A8A7;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.history_wrap:hover::before {
  background: #000000;
}
.history_wrap:after {
  content: '';
  position: absolute;
  left: 130px;
  top: 18px;
  width: 1px;
  height: 100%;
  background: #A8A8A7;
}

.history_wrap:nth-last-child(4):after {
  display: none;
}
.history_year {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 400;
  color: #A8A8A7;
  border: 1px solid #A8A8A7;
  border-radius: 50px;
  transition: all 0.2s linear;
}
.history_wrap:hover .history_year {
  transform: translateX(-10px) scale(1.1);
  color: #000000;
  border-color: #000000;
}
.history_title {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 514px;
  color: #A8A8A7;
  transition: all 0.2s linear;
}
.news-list .history_title br {
  display: block;
}
.history_wrap:hover .history_title {
  transform: translateX(7%) translateY(4px) scale(1.1);
  color: #000000;
}
.history_title b {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s linear;
}
.history_title span {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s linear;
}

/**************************************************************************************/

.company_page .banner_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  width: -webkit-fill-available;
  z-index: 2;
}
.company_page .banner_wrapper .banner_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  z-index: -1;
}
.company_page .banner_wrapper .banner_bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(286deg, rgba(0, 0, 0, 0) 15.23%, #00000094 64.85%);
  z-index: 1;
}
.company_page .banner_wrapper .banner_bg img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.banner_logo_title {
  margin-top: 34px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 140%;
}

.banner_info {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

/**************************************************************************************/

.section1 {
  padding-top: 100px;
}
.section1_wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.section1_block {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #ffffff;
  border-radius: 15px;
}
.section1_block.w-100 {
  width: -webkit-fill-available;
}
.section1_content {
  padding: 20px;
  width: 90%;
}
.block_name {
  width: fit-content;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 400;
  color: #A8A8A7;
  border: 1px solid #A8A8A7;
  border-radius: 50px;
}
.block_name.white {
  border-color: #ffffff;
  color: #ffffff;
}
.block_name.addr {
  column-gap: 10px;
}
.block_name.addr:before {
  content: '';
  position: relative;
  width: 10px;
  height: 14px;
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/block_addr_ico.svg) no-repeat;
}
.section_block_text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 134%;
}
.section_block_list {
  margin-top: 30px;
}
.section_block_list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section_block_list li {
  display: flex;
  column-gap: 20px;
}
.section_block_list li span {
  font-size: 16px;
  font-weight: 400;
  color: #8A8989;
}
.section_block_list li p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 160%;
}

.section_block_list.white li span {
  color: #ffffff;
}
.section_block_list.white li p {
  color: #ffffff;
}

.section1_block_img {
  width: 50%;
  max-height: 290px;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.section1_block_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
}

/**************************************************************************************/

.section2 {
  padding-top: 100px;
}
.section_comment {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
}
.section2_wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.section2_block {
  width: 50%;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
}
.section2_block .section_block_list {
  max-width: 84%;
}

/**************************************************************************************/

.directions {
  padding-top: 100px;
  padding-bottom: 100px;
}
.directions_wrapper {
  margin-top: 30px;
}
.directions_tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.directions_wrapper .directions_tabs .directions_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.directions_item:hover,
.directions_item.active {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.directions_content {
  margin-top: 30px;
}
.directions_title {
  font-family: "EuropeExt", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.directions_block {
  display: none;
}
.directions_block.active {
  display: block;
}
.directions_block_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 20px;
}
.directions_block_item {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 15px;
}
.directions_block_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  padding: 20px;
}
.directions_block_title {
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}
.directions_block_text2 {
  font-size: 24px;
  font-weight: 500;
}
.directions_block_item.w-50 {
  width: 48.2%;
}
.directions_block_item.w-30 {
  width: 31.4%;
}
.directions_block_item.w-100 {
  width: -webkit-fill-available;
}
.directions_block_item.w-100 .directions_block_cont {
  width: 50%;
}
.directions_block_img {
  width: 50%;
  overflow: hidden;
  border-radius: 15px;
}
.directions_block_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.directions_white {
  background: #ffffff;
}
.directions_white .directions_block_item {
  background: #F5F5F5;
}

/**************************************************************************************/

.supplies {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}
.supplies.supplies_gray {
  margin-top: 0;
  background: transparent;
}
.supplies.supplies_gray .supplies_block_wrap {
  background: #ffffff;
}
.supplies_wrapper {
  margin-top: 30px;
}
.supplies_tabs {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  gap: 20px;
}
.supplies .supplies_tabs .supplies_item {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.supplies .supplies_tabs .supplies_item:hover,
.supplies .supplies_tabs .supplies_item.active {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.supplies_content {
  margin-top: 50px;
}

.supplies_block {
  display: none;
}
.supplies_block.active {
  display: block;
}

.supplies_block_wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #F5F5F5;
  border-radius: 15px;
}
.supplies_block_cont {
  width: 50%;
  padding: 20px;
}
.supplies_block_title {
  font-size: 24px;
  font-weight: 500;
}

.supplies_block_list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}
.supplies_block_comment {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #8A8989;
}

.supplies_block_list .supplies_block_comment {
  margin-top: 0;
  margin-bottom: 30px;
}
.supplies_block_list ul {
  margin: 0;
  width: 30%;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.supplies_block_list ul.w-100 {
  width: 100%;
}
.supplies_block_list ul li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
}
.supplies_block_list ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #8A8989;
  border-radius: 50px;
}

.supplies_block_text {
  max-width: 550px;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #8A8989;
}
.supplies_block_text span {
  color: #000000;
}

.supplies_block_imgs {
  min-width: 48%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
}
.supplies_block_img {
  overflow: hidden;
  border-radius: 15px;
  max-height: 390px;
}
.supplies_block_img img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.supplies_block_clients {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 20px;
}
.supplies_block_clients > div {
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  background: #ffffff;
  border-radius: 15px;
}

.supplies_block_clients .w-20 {
  width: 18%;
}
.supplies_block_clients .w-25 {
  width: 23%;
}
.supplies_block_clients .w-30 {
  width: 31.6%;
}
.supplies_block_clients .w-50 {
  width: 48.6%;
}

/**************************************************************************************/

.key_clients {
  padding-top: 100px;
}
.key_clients_wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.key_clients_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 158px;
  background: #ffffff;
  border-radius: 15px;
}
.key_clients_block img {
  max-width: 100%;
}

/**************************************************************************************/

.manufactur {
  padding-top: 100px;
}
.manufactur_wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.manufactur_block {
  width: 20.4%;
  height: 146px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 15px;
}
.manufactur_title {
  font-size: 16px;
  font-weight: 400;
}

/**************************************************************************************/

.training {
  padding-top: 100px;
}
.training_wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.training_block {
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 118px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
}
.training_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(200deg, rgba(0, 0, 0, 0) 10.43%, #000000 118.78%);
  z-index: -1;
}
.training_block.w-100 {
  width: 100%;
}
.training_block.w-50 {
  width: 45.7%;
}
.training_block:nth-child(1) {
  background: url("/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/training/1.jpg") 50% 0 no-repeat;
  background-size: auto 100%;
}
.training_oes .training_block:nth-child(1) {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/training/4.jpg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.training_block:nth-child(2) {
  background: url("/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/training/2.jpg") 50% 0 no-repeat;
  background-size: auto 100%;
}
.training_block:nth-child(3) {
  background: url("/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/training/3.jpg") 50% 0 no-repeat;
  background-size: auto 100%;
}

.training .section_block_list {
  max-width: 520px;
}

/**************************************************************************************/

.offers {
  margin-top: 100px;
  margin-bottom: 100px;
}
.offers_wraper {
  width: -webkit-fill-available;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 618px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
}
.offers_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.offers_bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-52deg, rgba(0, 0, 0, 0) 14.88%, #000000 125.69%);
  z-index: 2;
}
.offers_bg img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.offers_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offers_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.offers_addr {
  margin-top: 30px;
}
.offers_addr span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.offers_addr p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.offers_comment {
  font-family: "EuropeExt", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 152%;
  text-transform: uppercase;
}

/**************************************************************************************/

main.structures_page {
  padding: 100px 0;
}

.structures {

}
.structures_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 1%;
}
.structures_block {
  width: 48.2%;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding: 10px;
  background: #ffffff;
  border-radius: 15px;
}
.structures_title {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  padding: 20px;
}
.structures_text {
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.structures_info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.structures_info_link {
  display: flex;
  flex-direction: column;
}
.structures_phone {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.structures_info_link a {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A7;
}

.structures_imgs {
  width: 100%;
  max-width: 396px;
  border-radius: 15px;
  overflow: hidden;
}
.structures_imgs img {
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

/**************************************************************************************/

.services {
  padding: 95px 0;
}

.services_tabs {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.services .services_wrapper .services_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.services .services_wrapper .services_item.active,
.services .services_wrapper .services_item:hover {
  background: #000000;
  color: #ffffff;
}

.services_content {
  margin-top: 50px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  column-gap: 1.2%;
  row-gap: 20px;
}
.services_block {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  min-height: 175px;
}
.services_title {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.services_block.show {
  display: flex;
}

.services_block.w-20 {
  width: 20.4%;
}
.services_block.w-30 {
  width: 28.8%;
}
.services_block.w-50 {
  width: 45.6%;
}



/**************************************************************************************/

.press_page {
  margin-top: 110px;
}


@media (max-width: 768px) {
.press_page {
  margin-top: 70px;
}
}	


.press {
  padding-bottom: 100px;
}
.press_wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.press_company {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.press .press_company .press_company_item {
  width: 264px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.press .press_company_item:hover,
.press .press_company_item.active {
  background: #000000;
}
.press .press_company_item img:nth-child(2) {
  display: none;
}
.press .press_company_item:hover img:nth-child(1),
.press .press_company_item.active img:nth-child(1) {
  display: none;
}
.press .press_company .press_company_item:hover img:nth-child(2),
.press .press_company .press_company_item.active img:nth-child(2) {
  display: block;
}

.press_content {
  width: 74%;
}

.press_content_wrap {
  display: none;
}
.press_content_wrap.active {
  display: block;
}
.press_content_item {
  margin-top: 30px;
  display: none;
}
.press_content_item.active {
  display: block;
}

.press_tabs {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 50px;
}
.press_tabs_item {
  width: 25%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s linear;
}
.press_tabs_item:hover,
.press_tabs_item.active {
  background: #000000;
  color: #ffffff;
}

/** news ***********************************************/

.news-item {
  display: none;
}
.section3 .news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 0.6%;
  row-gap: 20px;
}

.news-list p,
.news-list br {
  display: none;
}

.press_news_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 20px;
}
.press_news_block {
  width: 49%;
  background: #ffffff;
  border-radius: 15px;
}

.press_news_block_imgs {
  width: 100%;
  height: 216px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.press_news_block_imgs img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 100%;
  transition: all 0.2s linear;
}
.press_news_block:hover .press_news_block_imgs img {
  transform: translateX(-50%) scale(1.1);
}
.press_news_block_title {
  padding: 30px;
}
.press_news_block_text {
  display: block;
  min-height: 84px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.block_date {
  margin-top: 30px;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  border: 1px solid #A8A8A7;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #A8A8A7;
}

/** gallery ***********************************************/

/** vistavki ***********************************************/

/** contacts ***********************************************/

.press_contacts_wrapper {
  display: flex;
  justify-content: space-between;
}
.press_contacts_block {
  width: 47.4%;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  padding: 10px;
  border-radius: 15px;
}
.press_contacts_title {
  width: 48%;
  max-width: 280px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.press_contacts {
  display: flex;
  flex-direction: column;
}
.press_contacts a {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A7;
  white-space: nowrap;
}
.press_social {
  display: flex;
  column-gap: 20px;
}
.press_social .social_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
}
.press_social .social_btn:hover {
  background: transparent;
}
.press_social .social_btn:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  transition: all 0.2s linear;
}
.press_social .social_btn.vk:before {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/social/vk_white.svg) 50% 50% no-repeat;
}
.press_social .social_btn.telegramm:before {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/social/telegramm_white.svg) 30% 50% no-repeat;
}
.press_social .social_btn.youtube:before {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/social/youtube_white.svg) 50% 50% no-repeat;
}

.press_social .social_btn.vk:hover:before {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/social/vk_black.svg) 50% 50% no-repeat;
}
.press_social .social_btn.telegramm:hover:before {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/social/telegramm_black.svg) 30% 50% no-repeat;
}
.press_social .social_btn.youtube:hover:before {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/social/youtube_black.svg) 50% 50% no-repeat;
}

.press_contacts_imgs {
  width: 48%;
  max-width: 294px;
  max-height: 242px;
  overflow: hidden;
  border-radius: 15px;
}
.press_contacts_imgs img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

/** news ***********************************************/

.news_page .banner_logo {
  position: absolute;
  left: 30px;
  top: 30px;
}
.news_page .banner_bg {
  width: 100%;
  height: 100%;
}
.news_page .banner_bg img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.news_page .block_date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  border-color: #ffffff;
  color: #ffffff;
}

.news_page .news {
  margin-top: 30px;
  padding-bottom: 100px;
}
.news_wrapper {
  display: flex;
  justify-content: space-between;
}
.news_title {
  width: 50%;
}

.news_title p {
  font-size: 18px;
  font-weight: 400;
  white-space: pre-line;
}

/** karyera ***********************************************/

.page_karyera {
  margin-top: 120px;
  padding-bottom: 100px;
}
.section_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 2%;
}
.page_karyera .section_wrapper .btn {
  position: absolute;
  top: 70px;
}
.section_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.section_text {
  width: 50%;
}
.section_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  white-space: pre-line;
}

.karyera {
  display: block;
  margin-top: 100px;
}
.karyera_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 20px;
}
.karyera_wrap {
  width: 49.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 20px;
}
.karyera_block {
  position: relative;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
}
.karyera_block.w-100 {
  width: 100%;
}
.karyera_block.w-50 {
  width: 41%;
}
.karyera_block.block_bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(220deg, rgba(0, 0, 0, 0) 10.43%, #00000066 118.78%);
  z-index: -1;
}
.karyera_title {
  font-size: 18px;
  font-weight: 400;
}
.karyera_title.white {
  color: #ffffff;
}
.karyera_block_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  z-index: -2;
}
.karyera_block_imgs img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 102%;
}

/*******************************************************/

.vacansy {
  padding-top: 100px;
  overflow: hidden;
}
.vacansy_werapper {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.vacansy_filter_btn {
  position: absolute;
  top: -58px;
  right: 0;
  align-items: center;
  padding-right: 34px;
  display: none;
  font-size: 16px;
  font-weight: 400;
}
.vacansy_filter_btn span {
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 2px;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.vacansy_filter_btn span:before {
  content: '';
  position: absolute;
  top: 6px;
  width: 17px;
  height: 2px;
  background: #000000;
  transition: all 0.2s linear;
}
.vacansy_filter_btn span:after {
  content: '';
  position: absolute;
  top: 12px;
  width: 11px;
  height: 2px;
  background: #000000;
  transition: all 0.2s linear;
}
.vacansy_filter_btn.active span {
  background: transparent;
}
.vacansy_filter_btn.active span:before {
  top: 6px;
  width: 24px;
  transform: translate(0px, 0px) rotate(45deg);
}
.vacansy_filter_btn.active span:after {
  top: 6px;
  width: 24px;
  transform: translate(0px, 0px) rotate(-45deg);
}
.vacansy_filter {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  transition: all 0.2s linear;
}
.vacansy_filter_title {
    font-size: 18px;
    font-weight: 400;
    color: #8A8989;
}
.vacansy_filter_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.vacansy_filter input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 1px solid #8A8989;
    border-radius: 5px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    cursor: pointer;
}

.vacansy_filter input[type="checkbox"]::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: scale(0);
    transform-origin: center center;
    transition: 120ms transform ease-in-out;
    background: #8A8989;
    border-radius: 3px;
}

.vacansy_filter input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.vacansy_filter input[type="checkbox"]:focus {
    outline: none;
}

.vacansy_filter_wrap {
    margin-top: 20px;
}
.vacansy_filter_wrap .checkbox label {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.vacansy_filter_wrap .checkbox label span {
    font-size: 18px;
    font-weight: 400;
}

.vacansy_content {
  width: 72%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.vacansy_block {
  position: relative !important;
  top: 0 !important;
  width: -webkit-fill-available;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  transform: none !important;
  transition: all 0.001s linear !important;
}
.block_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/block_btn.svg) no-repeat;
  cursor: pointer;
  transition: all 0.2s linear;
}
.block_btn.active {
  transform: rotate(45deg);
}
.vacansy_block_title {
  font-size: 18px;
  font-weight: 400;
}
.vacansy_block_wrap {
  margin-top: 30px;
  display: flex;
  column-gap: 20px;
}

.vacansy_block .block_name {
  padding: 0 25px;
  height: 45px;
  font-size: 18px;
}

.vacansy_block_cont {
  padding-top: 30px;
  display: none;
}
.vacansy_block_cont.active {
  display: block;
}
.vacansy_block_list {
  display: flex;
  justify-content: space-between;
  column-gap: 46px;
}
.vacansy_block_list_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 30%;
}
.vacansy_block_list_wrap span {
  font-size: 16px;
  font-weight: 400;
  color: #8A8989;
}
.vacansy_block_list_wrap ul {
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.vacansy_block_list_wrap ul li {
  font-size: 14px;
  font-weight: 400;
  list-style-type: disc;
}
.vacansy_block_list_wrap ul li a {
  color: #000000;
  text-decoration: underline;
}
.vacansy_block_cont .btn {
  margin-top: 30px;
}


.vacansy .mCSB_scrollTools {
  width: 26px;
}
.vacansy .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
}
.vacansy .mCSB_scrollTools a+.mCSB_draggerContainer {
  background: #dfdfdf;
  border-radius: 50px;
}

/*****************************************/

.section3_wrapper {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.section3_filter_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section3_filter_wrap .checkbox3 {
  position: relative;
  width: 264px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.section3_filter_wrap .checkbox3 label {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
}

.section3_filter_wrap .checkbox3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.2s linear;
}

.section3_filter_wrap .checkbox3.filter_commp1 span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/1.svg) 50% 50% no-repeat #ffffff;
}
.section3_filter_wrap .checkbox3.filter_commp2 span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/2.svg) 50% 50% no-repeat #ffffff;
}
.section3_filter_wrap .checkbox3.filter_commp3 span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/3.svg) 50% 50% no-repeat #ffffff;
}
.section3_filter_wrap .checkbox3.filter_commp4 span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/4.svg) 50% 50% no-repeat #ffffff;
}
.section3_filter_wrap .checkbox3.filter_commp5 span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/5.svg) 50% 50% no-repeat #ffffff;
}
.section3_filter_wrap .checkbox3.filter_commp6 span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/6.svg) 50% 50% no-repeat #ffffff;
  background-size: auto 30px;
}

.section3_filter_wrap .checkbox3.filter_commp1:hover span,
.section3_filter_wrap .checkbox3.filter_commp1 input:checked + span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/1_hov.svg) 50% 50% no-repeat #000000;
}

.section3_filter_wrap .checkbox3.filter_commp2:hover span,
.section3_filter_wrap .checkbox3.filter_commp2 input:checked + span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/2_hov.svg) 50% 50% no-repeat #000000;
}

.section3_filter_wrap .checkbox3.filter_commp3:hover span,
.section3_filter_wrap .checkbox3.filter_commp3 input:checked + span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/3_hov.svg) 50% 50% no-repeat #000000;
}

.section3_filter_wrap .checkbox3.filter_commp4:hover span,
.section3_filter_wrap .checkbox3.filter_commp4 input:checked + span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/4_hov.svg) 50% 50% no-repeat #000000;
}

.section3_filter_wrap .checkbox3.filter_commp5:hover span,
.section3_filter_wrap .checkbox3.filter_commp5 input:checked + span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/5_hov.svg) 50% 50% no-repeat #000000;
}

.section3_filter_wrap .checkbox3.filter_commp6:hover span,
.section3_filter_wrap .checkbox3.filter_commp6 input:checked + span {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/presscenter/company/6_hov.svg) 50% 50% no-repeat #000000;
  background-size: auto 30px;
}

.section3_wrap {
  width: 74%;
}

.section3_tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 50px;
}
.section3_tabs_bg {
  content: '';
  position: absolute;
  width: 25%;
  height: 56px;
  top: 0;
  z-index: 0;
  border-radius: 50px;
  background: #000000;
  transition: all .5s ease 0s;
}
.section3_tabs_item {
  position: relative;
  width: 25%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s linear;
}

.section3_tabs_item span {
  position: relative;
  z-index: 2;
}

.section3_tabs_item.active span {
  color: #ffffff;
}

.section3_tabs_item.active:nth-child(1) ~ .section3_tabs_bg {
  left: 0;
}
.section3_tabs_item.active:nth-child(2) ~ .section3_tabs_bg {
  left: 25%;
}
.section3_tabs_item.active:nth-child(3) ~ .section3_tabs_bg {
  left: 50%;
}
.section3_tabs_item.active:nth-child(4) ~ .section3_tabs_bg {
  left: 75%;
}



.comp_wrappper {
  margin-top: 40px;
}

.comp_content {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
}
.comp_content.active {
  display: flex;
}

.comp_content.comp_contacts {
  row-gap: 20px;
}

.press_contacts_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 4px;
}

.comp_block {
  padding: 25px 10px;
  text-align: center;
}


.exhibition_tabs {
  width: 100%;
}
.exhibition_tabs_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.exhibition_tabs_item {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all 0.2s linear;
}
.exhibition_tabs_item:hover,
.exhibition_tabs_item.active {
  color: #ffffff;
  background: #000000;
}

.exhibition_wrapper {
  width: -webkit-fill-available;
  margin-top: 14px;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.exhibition_wrapper.active {
  display: flex;
}
.exhibition_block {
  border-radius: 15px;
  background: #ffffff;
}
.exhibition_block.w-50 {
  width: 49%;
}
.exhibition_block.w-100 {
  width: 100%;
}
.exhibition_imgs {
  width: 100%;
  height: 216px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.exhibition_imgs img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.2s linear;
}
.exhibition_block:hover .exhibition_imgs img {
  transform: translate(-50%, -50%) scale(1.1);
}
.exhibition_cont {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding: 30px;
}
.exhibition_title {
  font-size: 18px;
  font-weight: 400;
}
.exhibition_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.exhibition_wrap .block_date {
  margin: 0;
}

.comp_content .exhibition_tabs .mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 40px;
}
.comp_content .exhibition_tabs .mCSB_scrollTools {
  height: 26px;
}
.comp_content .exhibition_tabs .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 22px;
  background: #dfdfdf;
}
.exhibition_tabs .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  margin: 5px 6px;
}
.exhibition_tabs .mCSB_scrollTools a+.mCSB_draggerContainer {
  background: #dfdfdf;
  border-radius: 50px;
}

.comp_content .exhibition_tabs .mCSB_scrollTools .mCSB_buttonDown,
.comp_content .exhibition_tabs .mCSB_scrollTools .mCSB_buttonLeft,
.comp_content .exhibition_tabs .mCSB_scrollTools .mCSB_buttonRight,
.comp_content .exhibition_tabs .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/scroll_btn.svg);
  background-position: 50% 50%;
}
.comp_content .exhibition_tabs .mCSB_scrollTools .mCSB_buttonRight {
  transform: rotate(180deg);
}


/*****************************************/

.section4 {
  padding: 100px 0;
}
.section4_imgs {
  overflow: hidden;
  border-radius: 15px;
}
.section4_imgs img {
  width: 100%;
}
.section4_wrapper {
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
}
.section4_text {
  width: 48%;
  font-size: 16px;
  font-weight: 400;
}
.section4_text ul {
  margin: 0;
  padding-left: 20px;
}
.section4_text ul li {
  list-style-type: disc;
}

.section4.section4_oes {
  padding-bottom: 0;
}
.section4.section4_oes .section_item {
  margin-top: 30px;
}
.section4.section4_oes .section4_wrapper {
  margin-top: 20px;
}
.section4.section4_oes .section4_text {
  white-space: pre-line;
}

/*****************************************/

.section5 {
  padding: 100px 0;
}
.section5_wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.section5_wrapper:nth-child(1){
  margin-top: 0;
}

.section5_cont {
  width: 46%;
}

.section5_imgs {
  width: 50%;
  overflow: hidden;
  border-radius: 15px;
}

.section5_imgs img {
  width: 100%;
}

.section5_title {
  font-family: EuropeExt;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.section5_text {
  margin-top: 30px;
  display: grid;
  row-gap: 20px;
  font-size: 18px;
  font-weight: 400;
}
.section5_cont .btn {
  margin-top: 30px;
}
.section5_list {
  margin-top: 50px;
}
.section5_list ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section5_list ul li {
  font-size: 16px;
  font-weight: 400;
  list-style-type: disc;
}

.section5_wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
.section5_wrapper:nth-child(even) .section5_cont {
  width: 41%;
}
.section5_wrapper:nth-child(even) .section5_imgs {
  width: 50%;
}

.section5_imgs_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 20px;
}
.section5_imgs_list > div {
  width: 24%;
  height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}
.section5_imgs_list > div img {
  max-width: 70%;
}

/*****************************************/

.section6 .section_title {
  margin-top: 30px;
}

.section6_imgs_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 1vw;
}
.section6_imgs_list > div {
  width: 15.5%;
  height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
}
.section6_imgs_list > div img {
  max-width: 80%;
}


/**************************************/

.form_modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
  z-index: 9;
}

.form_modal.active {
  display: block;
}

.form_modal_wrap {
  position: fixed;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 546px;
  padding: 30px;
  border-radius: 15px;
  background: #ffffff;
}

.form_title {
  font-size: 24px;
  font-weight: 400;
}

.form {
  display: flex;
  flex-direction: column;
}

.form_block {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 30px;
}
.form_block span {
  font-size: 16px;
  font-weight: 400;
}
.form_block input {
  width: -webkit-fill-available;
  height: 46px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 0 25px;
  border-radius: 50px;
  border: 1px solid #A8A8A7;
  outline: none;
  transition: all 0.2s linear;
}
.form_block input::placeholder {
  color: #A8A8A7;
}
.form_block input:focus {
  border-color: #000000;
}

.form_block textarea {
  width: -webkit-fill-available;
  min-height: 87px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 14px 25px;
  border-radius: 25px;
  border: 1px solid #A8A8A7;
  outline: none;
  transition: all 0.2s linear;
}
.form_block textarea::placeholder {
  color: #A8A8A7;
}

.form_block label[for='resume'] {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
  height: 46px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A7;
  padding: 0 25px;
  border-radius: 50px;
  border: 1px solid #A8A8A7;
  outline: none;
  transition: all 0.2s linear;
  cursor: pointer;
}
.form_block label[for='resume']:hover {
  color: #000000;
  border-color: #000000;
}
.form_block label[for='resume']:before {
  content: '';
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/file_ico.svg) no-repeat;
  transition: all 0.2s linear;
}
.form_block label[for='resume']:hover:before {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/file_ico_hov.svg) no-repeat;
}
.form_block input#resume {
  display: none;
}

.form_agree {
  margin-top: 20px;
}

.form_agree {
  padding-top: 5px;
  font-size: 14px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 40px;
  color: #000000;
}
.form_agree a {
  color: #000000;
}
.form_agree input {
  position: absolute;
  left: -5000px;
  visibility: hidden;
}

.form_agree input+a {
  color: #000000;
}

.form_agree input+span {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #8A8989;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.form_agree input:checked+span {
  background: #000000;
  border-color: #000000;
}

.form_submit {
  margin-top: 30px;
}
.form_submit button {
  cursor: pointer;
}

.form_modal_close {
  position: absolute;
  top: 0;
  left: 110%;
  width: 50px;
  height: 50px;
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/modal_close.svg) 50% 50% no-repeat;
  cursor: pointer;
  transition: all 0.2s linear;
}
.form_modal_close:hover {
  background: url(/web/20251128205237im_/https://gk-kbs.ru/local/templates/kbs/img/modal_close_hov.svg) 50% 50% no-repeat;
}


/********************/

.vacansy-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.filters {
  max-width: 400px;
}
.filter-grid {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: auto !important;
}
.filters-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.filter-group-item {
  font-size: 18px;
  font-weight: 400;
  color: #8A8989;
}
.filter-group {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.button-group {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.filter-button {
  position: relative;
  display: flex;
  justify-content: left;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  border: none;
  cursor: pointer;
  background: transparent;
}
.filter-button:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8A8989;
  border-radius: 5px;
}
.filter-button.is-checked:before {
  background: #8A8989;
}

.politica__content {
	margin-top: 80px;
	margin-bottom: 80px;
}

.politica__content h1 {
  margin-bottom: 32px;
}
.politica__content ul li {
	list-style: disc;
}
/*
     FILE ARCHIVED ON 20:52:37 Nov 28, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:49:03 Apr 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 10.103
  load_resource: 389.78
  PetaboxLoader3.resolve: 318.526
  PetaboxLoader3.datanode: 26.641
*/