@font-face {
  font-family: Mulish;
  src: url("/fonts/Mulish-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Podkova;
  src: url("/fonts/Podkova-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: Mulish;
  max-width: 100%;
  overflow-x: hidden;
  background: #FFFFFF;
  color: #1E1E1E;
  padding-top: 122rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

a {
  color: #1E1E1E;
  text-decoration: none;
}

header .header__phone:not(header.header_light .header__phone) {
  color: #FFFFFF;
}

header.header_light a {
  color: #1E1E1E;
}

.ui {
  margin-top: 150rem;
}

.container {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 200rem;
  max-width: 1920rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h1 {
  font-size: 50rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
}

.h2 {
  font-size: 42rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  width: 100%;
}

.h3 {
  font-size: 34rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  width: 100%;
}

.h4 {
  font-size: 28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  width: 100%;
}

.highlight.h1 {
  font-family: Podkova;
}

.highlight.h2 {
  font-family: Podkova;
  font-size: 43rem;
}

.title {
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  width: 100%;
}

.body_big {
  font-size: 22rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
}

.body_small {
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
}

.btn {
  font-family: Podkova;
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

.btn_no_hover {
  font-family: Podkova;
  font-size: 18rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}

.small {
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.h1.mobile {
  font-size: 28rem;
}

.h2.mobile {
  font-size: 22rem;
}

.h3.mobile {
  font-size: 20rem;
}

.h4.mobile {
  font-size: 18rem;
}

.highlight.h1.mobile {
  font-family: Podkova;
}

.highlight.h2.mobile {
  font-family: Podkova;
}

.title.mobile {
  font-size: 16rem;
}

.body_big.mobile {
  font-size: 16rem;
}

.body_small.mobile {
  font-size: 14rem;
}

.btn.mobile {
  font-size: 14rem;
}

.small.mobile {
  font-size: 12rem;
}

.colors {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section {
  margin-bottom: 150rem;
}

.colors__block_wrapp {
  margin-right: 31rem;
  margin-top: 75rem;
}

.colors__block {
  width: 150rem;
  height: 150rem;
}

.colors__block_wrapp:nth-child(2) .colors__block {
  background: #F98E0D;
}

.colors__block_wrapp:nth-child(3) .colors__block {
  background: #1E1E1E;
}

.colors__block_wrapp:nth-child(4) .colors__block {
  background: #C0B1FC;
}

.colors__block_wrapp:nth-child(5) .colors__block {
  background: #FFFFFF;
}

.colors__block_wrapp:nth-child(6) .colors__block {
  background: #575757;
}

.colors__block_wrapp:nth-child(7) .colors__block {
  background: #D7D7D7;
}

.colors__block_wrapp:nth-child(8) .colors__block {
  background: #F4F4F4;
}

.colors__block_text {
  text-align: center;
  margin-top: 24rem;
}

.fonts div:first-child {
  margin-bottom: 40rem;
}

.headers__row {
  margin-bottom: 50rem;
}

.headers__row:first-child {
  margin-bottom: 85rem;
}

.headers__row_item {
  width: 50%;
}

.headers__row_item span {
  font-size: 16rem;
  font-weight: normal;
  text-decoration: none;
}

.parts__desctop_title {
  margin-bottom: 68rem;
}

.parts__desctop_subtitle {
  margin-bottom: 35rem;
}

.parts__desctop_block {
  border-top: 1rem dashed #9747ff;
  border-bottom: 1rem dashed #9747ff;
  padding: 20rem 0;
}

header {
  padding: 20rem 200rem;
  background: #1E1E1E;
  color: #FFFFFF;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 990;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header__part {
  width: calc(100% / 3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__part_menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header__part.last {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  width: 85rem;
  height: 120rem;
}

.header__socials {
  gap: 8rem;
}

.header__social {
  width: 32rem;
  height: 32rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
}

.header__socials .header__social:nth-child(1) svg {
  height: 12rem;
}

.header__socials .header__social:nth-child(2) svg {
  height: 14rem;
}

.header__socials .header__social:nth-child(3) svg {
  height: 15rem;
}

.header__lang {
  gap: 8rem;
  position: relative;
}

.header__lang_arrow:hover {
  cursor: pointer;
}

header.header_light {
  background: #FFFFFF;
  color: #1E1E1E;
}

.parts__desctop_block header.header_light {
  margin-top: 20rem;
}

header.header_light .header__socials svg path {
  fill: #1E1E1E;
}

header.header_light .header__lang svg path {
  stroke: #1E1E1E;
}

footer {
  background: #FFFFFF;
  padding: 65rem 200rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_col {
  width: 25%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__small {
  color: #575757;
}

.footer__menu {
  margin-bottom: 31rem;
}

.footer__menu_item, .footer__fake-menu_item {
  margin-bottom: 16rem;
}

.footer__socials svg path {
  fill: #1E1E1E;
}

.footer__small a {
  text-decoration: underline;
}

.footer_col_btn {
  padding: 16rem 32rem;
  border-radius: 40rem;
  border: 2rem solid #F98E0D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.parts__mobile_title {
  margin-bottom: 42rem;
}

.parts__mobile_header {
  margin-right: 161rem;
}

.parts__mobile_header_body {
  border: 1rem dashed #9747ff;
  border-radius: 5rem;
  padding: 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320rem;
}

.header_mobile__dark {
  padding: 16rem;
}

.header_mobile__dark .logo, .header_mobile__light .logo, .mobile__footer_logo .logo {
  height: 49rem;
}

.header_mobile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header_mobile__dark {
  color: #FFFFFF;
}

.header_mobile .header__lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__lang_item, .header__lang_arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.parts__mobile_header_body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_mobile_lang {
  margin-right: 16rem;
}

.parts__mobile_header_body {
  margin-bottom: 20rem;
}

.header_mobile__light {
  color: #1E1E1E;
}

.header_mobile__light svg path, .header_mobile__light svg line {
  stroke: #1E1E1E;
}

.mobile__footer {
  padding: 32rem 16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  gap: 24rem;
  width: 320rem;
}

.mobile__footer_socials, .mobile__footer_bottom_menu, .mobile__footer_menu {
  gap: 8rem;
}

.mobile__footer_socials svg path {
  fill: #1E1E1E;
}

.mobile__footer_btn {
  border-radius: 40rem;
  border: 2rem solid #F98E0D;
  width: 100%;
  padding: 12rem 16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons_title {
  margin-bottom: 75rem;
}

.buttons__body {
  gap: 150rem;
}

.buttons__body_col_names {
  gap: 81rem;
  padding: 50rem 0;
  margin-right: 72rem;
}

.buttons__body_col_names_values {
  background: #303030;
  padding: 32rem 16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320rem;
  gap: 47rem;
  border: 1rem dashed #9747ff;
  border-radius: 5rem;
}

.inputs__body_col_names_values {
  background: #DEDEDE;
  padding: 32rem 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 531rem;
  gap: 47rem;
  border: 1rem dashed #9747ff;
  border-radius: 5rem;
}

.buttons__body_col_names_values.arrows {
  background: transparent;
  width: auto;
  gap: 34rem;
}

.btn.hover, .btn:hover {
  background: #F98E0D;
  color: #FFFFFF;
}

.btn.active, .btn:active {
  background: #F5A038;
}

.btn.disabled, .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.buttons__body_col_names_item.hover svg path, .buttons__body_col_names_item:hover svg path {
  stroke: #F98E0D;
}

.buttons__body_col_names_item.active svg path, .buttons__body_col_names_item:active svg path {
  stroke: #F5A038;
}

.buttons__body_col_names_item.disabled svg path, .buttons__body_col_names_item:disabled svg path {
  opacity: 0.5;
  pointer-events: none;
}

.input_wrapper {
  position: relative;
}

.input_wrapper input {
  width: 100%;
  height: 61rem;
  background: #FFFFFF;
  border-radius: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16rem 32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
}

.input_wrapper textarea {
  width: 100%;
  height: 150rem;
  background: #FFFFFF;
  border-radius: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16rem 32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  resize: none;
}

.input_wrapper.hover input, .input_wrapper.active input,
.input_wrapper input:hover, .input_wrapper input:active,
.input_wrapper textarea:hover {
  border: 1rem solid #F98E0D;
}

.input_wrapper.disabled input, .input_wrapper input:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.input_wrapper.right input {
  border: 1rem solid #59AD4B;
}

.input_wrapper.error input{
  border: 1rem solid #EE7474;
}

.input_wrapper.right::after {
  content: '';
  position: absolute;
  right: 24rem;
  top: 18rem;
  width: 24rem;
  height: 24rem;
  overflow: hidden;
  background-image: url('/images/right.svg');
  background-size: 100%;
}

.input_wrapper.error::after {
  content: '';
  position: absolute;
  right: 24rem;
  top: 18rem;
  width: 24rem;
  height: 24rem;
  background-image: url('/images/error.svg');
  background-size: 100%;
}

.error_text {
  font-size: 14rem;
  color: #EE7474;
  display: none;
}

.error .error_text {
  display: block;
}

.inputs_checkboxes {
  gap: 220rem;
}

.min_width {
  width: auto;
}

header a {
  color: #FFFFFF;
}

[type="checkbox"] {
  opacity: 0;
  pointer-events: none;
}

.checkbox_wrapper {
  width: 20rem;
  height: 20rem;
  border-radius: 3rem;
  border: 1rem solid #1E1E1E;
  position: relative;
  cursor: pointer;
}

.checkbox_wrapper svg {
  position: absolute;
  left: 3rem;
  top: 3rem;
  width: 14rem;
  height: 14rem;
  display: none;
}

.checkbox_wrapper input:checked ~ svg {
  display: block;
}

.checkbox_back {
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox_wrapper:hover, .checkbox_wrapper.hover {
  border: 1rem solid #F98E0D;
}

.checkbox_wrapper.active {
  border: 1rem solid #FFFFFF;
  background: #FFFFFF;
}

.checkbox_wrapper.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.checkboxes__body_col_names_values {
  padding: 52rem 20rem;
  gap: 88rem;
}

.menu_items_ui_wrapper {
  gap: 150rem;
}

.menu_items_ui__body_col_names_values {
  background: #303030;
  padding: 52rem 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 80rem;
  border: 1rem dashed #9747ff;
  border-radius: 5rem;
}

.header__part_menu_item {
  position: relative;
}

.header__part_menu_item.hover, .header__part_menu_item:hover {
  color: #F98E0D;
}

.header__part_menu_item.active {
  color: #F5A038;
}

.header__part_menu_item.selected {
  color: #F98E0D;
}

.header__part_menu_item.selected::after {
  position: absolute;
  content: '';
  height: 1rem;
  width: 100%;
  background: #F98E0D;
  left: 0;
  bottom: 0;
}

.menu_items_ui__body_col_names_values.socials {
  gap: 70rem;
}

.header__social.hover, .header__social.active, .header__social:hover {
  background: #F98E0D;
}

.header__lang.hover, .header__lang:hover, .header__lang.active {
  color: #F98E0D;
}

.header__lang:hover svg path, .header__lang.hover svg path, .header__lang.active svg path {
  stroke: #F98E0D;
}

.header__lang.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__lang_dropdown {
  background: #575757;
  padding: 8rem 24rem;
  gap: 5rem;
  position: absolute;
  left: 0;
  bottom: -70rem;
  border-radius: 3rem;
  cursor: pointer;
  display: none;
}

.header__lang.active .header__lang_dropdown {
  display: block;
}

.header__lang_dropdown_item {
  opacity: 0.3;
}

.header__lang_dropdown_item.active, .header__lang_dropdown_item:hover {
  opacity: 1;
}

.white {
  color: #FFFFFF;
}

.breadcrumbs__body {
  gap: 8rem;
}

.breadcrumbs__body a {
  color: #575757;
}

.cards__body_item_m {
  padding: 40rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  width: 491rem;
  border-radius: 16rem;
  position: relative;
  z-index: 2;
}

.cards__body_item_m_tags {
  gap: 8rem;
  margin-bottom: 16rem;
}

.cards__body_item_m_tag {
  padding: 4rem 16rem;
  background: #F4F4F4;
  border-radius: 50rem;
}

.cards__body_item_m_title {
  margin-bottom: 16rem;
}

.cards__body_item_m_subtitle {
  margin-bottom: 54rem;
}

.cards__body_item_m_row {
  gap: 24rem;
  margin-bottom: 40rem;
}

.cards__body_item_m_btn {
  padding: 16rem 32rem;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
  cursor: pointer;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.cards__body_item_s {
  width: 362rem;
  margin-bottom: 40rem;
}

.cards__body_item_s_image {
  width: 100%;
  height: 308rem;
  background: #F4F4F4;
  margin-bottom: 16rem;
  border-radius: 16rem;
  cursor: pointer;
}

.cards__body_item_s_title {
  margin-bottom: 4rem;
  text-align: center;
}

.cards__body_item_s_subtitle {
  color: #575757;
  text-align: center;
}

.cards__body_row {
  gap: 120rem;
}

.cards__body {
  gap: 40rem;
}

.cards__body_item_l {
  width: 1263rem;
  padding: 40rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F4F4;
  border-radius: 16rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards__body_item_l .cards__body_item_m_tag {
  background: #FFFFFF;
}

.cards__body_item_l .cards__body_item_m_title {
  margin-bottom: 50rem;
}

.channels {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.channel_item {
  margin-bottom: 140rem;
  padding: 32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1rem dashed #9747ff;
  border-radius: 5rem;
}

.buttons_subtitle {
  max-width: 50%;
  margin-bottom: 64rem;
}

.channel_items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40rem;
}

.channel_item_wrap {
  position: relative;
  width: 196rem;
  height: 196rem;
}

.channel_item .channel_item_wrap:first-child {
  margin-bottom: 100rem;
}

.channel_item_wrap img {
  width: 100%;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.channel_item_wrap:hover img, .channel_item_wrap.hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}

.channel_item_wrap_border {
  opacity: 0;
  position: absolute;
  border: 2rem solid #F98E0D;
  left: calc(-7.5% - 2rem);
  top: calc(-7.5% - 2rem);
  width: 115%;
  height: 115%;
  border-radius: 1000rem;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.channel_item_wrap:hover .channel_item_wrap_border,
.channel_item_wrap.hover .channel_item_wrap_border {
  opacity: 1;
}

.popup {
  padding: 100rem 100rem 60rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F4F4;
  width: 1000rem;
  min-height: 920rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__close {
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 32rem;
  right: 32rem;
  cursor: pointer;
}

.popup__close img {
  max-width: 100%;
  max-height: 100%;
}

.popup__head_title img {
  width: 300rem;
  margin-left: 32rem;
}

.popup__head_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
}

.popup__head_subtitle {
  text-align: center;
  color: #575757;
}

.popup__head {
  margin-bottom: 56rem;
}

.popup__body {
  gap: 18rem;
}

.add_file svg {
  width: 24rem;
  height: 24rem;
  margin-right: 8rem;
}

.add_file {
  cursor: pointer;
  margin-bottom: 8rem;
}

.add_file [type="file"], .mobile_only {
  display: none;
}

.add_file_bottom {
  color: #575757;
  margin-bottom: 26rem;
}

.popup_agreement_text {
  margin-left: 16rem;
}

.popup_agreement {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup_agreement_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup_agreement_btn .btn {
  padding: 16rem 32rem;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
  cursor: pointer;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin-top: 16rem;
}

.popup.mb {
  margin-bottom: 100rem;
}

.popup.success .popup__head {
  margin-bottom: 0;
}

.head_success {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rules__body_item {
  padding: 20rem;
  gap: 20rem;
  border: 1rem dashed #9747ff;
  width: 100%;
}

.rules_item {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  padding: 48rem 200rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1rem solid #D7D7D7;
  height: 216rem;
}

.rules_item_name, .rules_item_text {
  gap: 32rem;
  width: 455rem;
}

.rules_item_name {
  margin-right: 140rem;
}

.rules_item_text {
  margin-right: 285rem;
}

.rules_item_name_int {
  width: 40rem;
  height: 40rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C0B1FC;
  border-radius: 100rem;
}

.rules_item_image {
  width: 233rem;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.rules_item.hover, .rules_item:hover {
  background: #F4F4F4;
}

.rules_item.hover .rules_item_image, .rules_item:hover .rules_item_image {
  opacity: 1;
}

.rules_item_image img {
  width: 233rem;
  height: 260rem;
  border-radius: 16rem;
  overflow: hidden;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  position: absolute;
  left: 0;
  top: -100%;
}

.about__power_items .rules_item_image img {
  top: -80rem;
}

.rules__body_item.mb {
  margin-bottom: 100rem;
}

header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about__main {
  background: #1E1E1E;
  position: relative;
}

.breadcrumbs__body .arrow {
  color: #575757;
}

.about__main_block {
  margin-top: 81rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.about__main_block_img {
  height: 66rem;
}

.about__main_block_img img {
  height: 100%;
}

.about__main_block_title {
  margin-top: 20rem;
  max-width: 1115rem;
  text-align: center;
}

.orange {
  color: #F98E0D;
}

.about__main_block_subtitle {
  margin-top: 25rem;
  text-align: center;
  max-width: 520rem;
}

.about__main_block_btns {
  gap: 12rem;
  margin-top: 34rem;
  margin-bottom: 230rem;
}

.about__main_block_btn {
  width: 260rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
  padding: 16rem 32rem;
}

.about__main_block_btn svg {
  margin-right: 16rem;
}

.btn__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.part_1 {
  position: absolute;
  left: 22rem;
  top: 32rem;
  width: 71rem;
  height: 74rem;
}

.part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.part_2 {
  position: absolute;
  left: 246rem;
  top: 272rem;
  width: 49rem;
  height: 48rem;
}

.part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.part_3 {
  position: absolute;
  left: 54rem;
  bottom: 10rem;
  width: 246rem;
  height: 252rem;
}

.part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.part_4 {
  position: absolute;
  right: -80rem;
  top: 32rem;
  width: 184rem;
  height: 190rem;
}

.part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.part_5 {
  position: absolute;
  right: 121rem;
  top: 311rem;
  width: 85rem;
  height: 87rem;
}

.part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.part_6 {
  position: absolute;
  right: 267rem;
  bottom: -75rem;
  width: 168rem;
  height: 171rem;
}

.part_6 img {
  max-width: 100%;
  max-height: 100%;
}

.about__power_head_image {
  width: 516rem;
}

.about__power_head_image img {
  width: 100%;
}

.about__power {
  margin-top: 100rem;
}

.about__power_head {
  margin-bottom: 65rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.about__power_items {
  margin-bottom: 100rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__power_item:nth-child(4n+1) {
  background: #F4F4F4;
}

.about__power_item:nth-child(4n+2) {
  background: #C0B1FC;
  color: #FFFFFF;
}

.about__power_item:nth-child(4n+3) {
  background: #1E1E1E;
  color: #FFFFFF;
}

.about__power_item:nth-child(4n+4) {
  background: #F98E0D;
  color: #FFFFFF;
}

.about__power_item {
  padding: 48rem 100rem 48rem 48rem;
  border-radius: 16rem;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 300rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32rem;
  background-position: 50% 50% !important;
  background-size: cover !important;
  -webkit-transition: .5s background, .5s color !important;
  -o-transition: .5s background, .5s color !important;
  transition: .5s background, .5s color !important;
  cursor: pointer;
}

.about__power_item:hover {
  background: url('/images/back_new.jpg');
  color: white;
}

.about__cards {
  margin-bottom: 100rem;
  position: relative;
}

.about__channels {
  padding-top: 100rem;
  padding-bottom: 100rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 145rem;
}

.about__channels_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__channels_title img {
  width: 122rem;
  margin: 0 13rem;
}

.about__channels_body {
  margin-top: 68rem;
  gap: 24rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__channels_part_1 {
  position: absolute;
  right: 204rem;
  top: 104rem;
  width: 67rem;
  height: 69rem;
}

.about__channels_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.about__channels_part_2 {
  position: absolute;
  right: 404rem;
  bottom: -12rem;
  width: 39rem;
  height: 40rem;
}

.about__channels_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.about__channels_part_3 {
  position: absolute;
  left: 9rem;
  bottom: -24rem;
  width: 103rem;
  height: 107rem;
}

.about__channels_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.about__history_slider_wrap {
  margin-right: 175rem;
  width: 1100rem;
}

.about__history_years_wrap {
  margin-right: 75rem;
  width: 125rem;
}

.about__history_slider_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.about__history_years_item {
  color: #D7D7D7;
  margin: 16rem 0;
  cursor: pointer;
}

.about__history_slider_item_image {
  max-width: 491rem;
}

.about__history_slider_item_image img {
  width: 100%;
}

.about__history_slider_item_block {
  width: 515rem;
}

.about__history_slider_item_title {
  margin-bottom: 24rem;
}

.about__history_title {
  margin-bottom: 95rem;
}

.about__history_nav .about__history_nav_item {
  width: 55rem;
  height: 55rem;
}

.about__history_nav {
  gap: 24rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.about__history_years {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__history_years .about__history_years_item {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.about__history_years .slick-current {
  font-size: 50rem;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.about__history {
  position: relative;
  padding-bottom: 150rem;
  margin-bottom: 25rem;
}

.about__history_part_1 {
  position: absolute;
  left: 70rem;
  top: 145rem;
  width: 93rem;
  height: 95rem;
}

.about__history_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.about__history_part_2 {
  position: absolute;
  right: 38rem;
  top: 135rem;
  width: 89rem;
  height: 91rem;
}

.about__history_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.about__history_part_3 {
  position: absolute;
  right: -112rem;
  bottom: 40rem;
  width: 160rem;
  height: 165rem;
}

.about__history_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.about__vacs {
  background: #1E1E1E;
  position: relative;
  padding: 100rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}

.about__vacs_body .about__channels_title img {
  width: 287rem;
}

.about__vacs_body .about__channels_title {
  margin-bottom: 50rem;
}

.about__vacs_items {
  gap: 24rem;
  margin-bottom: 40rem;
}

.about__vacs_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__vacs_btn .btn {
  padding: 16rem 32rem;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
  cursor: pointer;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}

.about__vacs_part_1 {
  position: absolute;
  left: 24rem;
  top: -43rem;
  width: 210rem;
  height: 216rem;
}

.about__vacs_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.about__vacs_part_2 {
  position: absolute;
  left: 256rem;
  top: 72rem;
  width: 69rem;
  height: 72rem;
}

.about__vacs_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.about__vacs_part_3 {
  position: absolute;
  left: 50rem;
  bottom: -245rem;
  width: 291rem;
  height: 302rem;
}

.about__vacs_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form {
  padding-top: 100rem;
  padding-bottom: 100rem;
  background: #E4DEFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.about__form .about__channels_title img {
  width: 262rem;
}

.about__form .about__channels_title {
  margin-bottom: 9rem;
}

.about__form_subtitle {
  color: #575757;
  margin-bottom: 56rem;
  text-align: center;
  width: 650rem;
}

.about__form_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24rem;
  width: 100%;
}

.about__form_wrap_col {
  width: 33%;
}

.about__form_wrap_col_inputs .input_wrapper:not(.about__form_wrap_col_inputs .input_wrapper:last-child) {
  margin-bottom: 18rem;
}

.about__form_wrap_col_textarea, .about__form_wrap_col_textarea textarea {
  height: 219rem;
}

.add_file {
  text-transform: uppercase;
}

.about__form_wrap_col .popup_agreement_btn .btn {
  width: 100%;
  text-align: center;
}

.about__form_part_1 {
  position: absolute;
  left: -26rem;
  top: -20rem;
  width: 287rem;
  height: 299rem;
}

.about__form_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form_part_2 {
  position: absolute;
  left: 324rem;
  top: 17rem;
  width: 93rem;
  height: 96rem;
}

.about__form_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form_part_3 {
  position: absolute;
  left: 52rem;
  bottom: 132rem;
  width: 51rem;
  height: 53rem;
}

.about__form_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form_part_4 {
  position: absolute;
  left: 287rem;
  bottom: -289rem;
  width: 310rem;
  height: 322rem;
}

.about__form_part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form_part_5 {
  position: absolute;
  right: 25rem;
  top: -20rem;
  width: 350rem;
  height: 377rem;
}

.about__form_part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form_part_6 {
  position: absolute;
  right: 112rem;
  top: 150rem;
  width: 134rem;
  height: 139rem;
}

.about__form_part_6 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form_part_7 {
  position: absolute;
  right: 76rem;
  bottom: 163rem;
  width: 58rem;
  height: 61rem;
}

.about__form_part_7 img {
  max-width: 100%;
  max-height: 100%;
}

.about__form_part_8 {
  position: absolute;
  right: -25rem;
  bottom: -200rem;
  width: 264rem;
  height: 271rem;
}

.about__form_part_8 img {
  max-width: 100%;
  max-height: 100%;
}

.about__cards {
  padding-top: 120rem;
  padding-bottom: 100rem;
}

.about__cards .about__channels_title img {
  width: 250rem;
}

.about__cards .about__channels_title {
  margin-bottom: 55rem;
}

.about__cards_item {
  padding: 40rem 24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 410rem;
  height: 430rem;
  border-radius: 16rem;
  margin: 0 -20rem;
  -webkit-transition: .5s margin-left, .5s margin-right, .5s transform !important;
  -o-transition: .5s margin-left, .5s margin-right, .5s transform !important;
  transition: .5s margin-left, .5s margin-right, .5s transform !important;
  cursor: pointer;
}

.about__cards_item_img {
  margin-bottom: 12rem;
}

.about__cards_item_img img {
  width: 85rem;
  height: 85rem;
}

.about__cards_item_title {
  margin-bottom: 5rem;
  text-align: center;
}

.about__cards_item_text {
  color: #575757;
  text-align: center;
}

.about__cards_item:first-child {
  background: #F4F4F4;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.about__cards_item:nth-child(2) {
  background: #C0B1FC;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  margin-top: 15rem;
}

.about__cards_item:nth-child(3) {
  background: #1E1E1E;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.about__cards_item:nth-child(4) {
  background: #F98E0D;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  margin-top: 15rem;
}

.white .about__cards_item_text {
  color: #FFFFFF;
}

.about__cards_part_1 {
  position: absolute;
  left: 87rem;
  top: 76rem;
  width: 68rem;
  height: 71rem;
}

.about__cards_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.about__cards_part_2 {
  position: absolute;
  left: -20rem;
  bottom: -138rem;
  width: 140rem;
  height: 293rem;
}

.about__cards_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.about__cards_part_3 {
  position: absolute;
  right: -20rem;
  top: -18rem;
  width: 140rem;
  height: 243rem;
}

.about__cards_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.about__cards_part_4 {
  position: absolute;
  right: -20rem;
  bottom: 20rem;
  width: 111rem;
  height: 165rem;
}

.about__cards_part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies_body {
  margin-top: 54rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vacancies__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vacancies__title img {
  width: 287rem;
  margin-right: 13rem;
}

.vacancies__subtitle {
  width: 615rem;
  color: #575757;
  text-align: center;
  margin-bottom: 30rem;
}

.vacancies__search {
  width: 100%;
  height: 61rem;
  gap: 24rem;
  margin-bottom: 48rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacancies__search .vacancies__input {
  background: #F4F4F4;
  padding: 16rem 32rem;
  border-radius: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  width: 80%;
}

.vacancies__search .vacancies__input:hover, .vacancies__search .vacancies__input:active {
  border: 1rem solid #F98E0D;
}

.vacancies__search .btn {
  padding: 16rem 32rem;
  border-radius: 40rem;
  border: 2rem solid #F98E0D;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.vacancies__search_text {
  margin-bottom: 32rem;
}

.vacancies__catalog {
  width: 100%;
  margin-bottom: 100rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacancies__catalog_filter {
  width: 386rem;
  padding: 32rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #323232;
  border-radius: 16rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.vacancies__catalog_filter_title {
  margin-bottom: 32rem;
}

.vacancies__catalog_filter_block {
  gap: 16rem;
}

.vacancies__catalog_filter_block_routes {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
}

.vacancies__catalog_filter_block_routes_item {
  padding: 8rem 16rem;
  border-radius: 50rem;
  border: 2rem solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.vacancies__catalog_filter_block_routes_item:hover,
.vacancies__catalog_filter_block_routes_item.active {
  border: 2rem solid #F98E0D;
  background: #F98E0D;
}

.vacancies__catalog_filter_block:not(.vacancies__catalog_filter_block:last-child) {
  margin-bottom: 40rem;
}

.vacancies__catalog_filter_block_checkbox {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vacancies__catalog_filter_block_checkbox .checkbox_wrapper {
  margin-right: 16rem;
  border: 1rem solid #FFFFFF;
}

.vacancies__catalog_filter_block_checkbox .checkbox_wrapper input:checked ~ svg,
.vacancies__catalog_filter_block_checkbox .checkbox_wrapper.active input ~ svg {
  display: block;
}

.vacancies__catalog_items {
  width: 1060rem;
  gap: 32rem;
}

.vacancies__catalog_items_wrap {
  gap: 24rem;
  width: 100%;
}

.vacancies__catalog_items .cards__body_item_l {
  width: 100%;
}

.cards__body_item_l .cards__body_item_m_row {
  margin-bottom: 0;
}

.vacancies__catalog_items_more {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vacancies__catalog_items_more .btn {
  padding: 16rem 32rem;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
  cursor: pointer;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}

.vacancies_body_part_1 {
  position: absolute;
  right: -168rem;
  top: 242rem;
  width: 222rem;
  height: 232rem;
}

.vacancies_body_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies_body_part_2 {
  position: absolute;
  right: 23rem;
  top: 998rem;
  width: 66rem;
  height: 68rem;
}

.vacancies_body_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies_body_part_3 {
  position: absolute;
  left: -20rem;
  top: 123rem;
  width: 85rem;
  height: 88rem;
}

.vacancies_body_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies_body_part_4 {
  position: absolute;
  left: 16rem;
  top: 400rem;
  width: 58rem;
  height: 60rem;
}

.vacancies_body_part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies_body_part_5 {
  position: absolute;
  left: -20rem;
  top: 1212rem;
  width: 133rem;
  height: 137rem;
}

.vacancies_body_part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies_body_part_6 {
  position: absolute;
  left: 40rem;
  bottom: 306rem;
  width: 87rem;
  height: 88rem;
}

.vacancies_body_part_6 img {
  max-width: 100%;
  max-height: 100%;
}

.vacancies__catalog_filter_block_checkboxes {
  gap: 8rem;
}

.detail__body {
  margin-top: 56rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100rem;
  position: relative;
}

.detail__title {
  width: 654rem;
  text-align: center;
  margin-bottom: 64rem;
}

.detail__body_items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  gap: 24rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.detail__body_text {
  width: 50%;
  gap: 56rem;
}

.detail__body_wrap {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24rem;
}

.detail__body_item {
  padding: 24rem;
  width: 305rem;
  background: #F4F4F4;
  border-radius: 8rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.detail__body_text_item {
  margin-top: 24rem;
  padding-left: 25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}

.detail__body_text_item:first-child {
  margin-top: 0;
}

.detail .about__channels_title img {
  width: 290rem;
}

.detail {
  position: relative;
}

.detail_part_1 {
  position: absolute;
  left: -20rem;
  top: 360rem;
  width: 64rem;
  height: 66rem;
}

.detail_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.detail_part_2 {
  position: absolute;
  left: 52rem;
  bottom: 480rem;
  width: 35rem;
  height: 36rem;
}

.detail_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.detail_part_3 {
  position: absolute;
  left: -30rem;
  bottom: -50rem;
  width: 280rem;
  height: 287rem;
}

.detail_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.detail_part_4 {
  position: absolute;
  right: -98rem;
  top: 180rem;
  width: 136rem;
  height: 140rem;
}

.detail_part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.detail_part_5 {
  position: absolute;
  right: 25rem;
  top: 430rem;
  width: 40rem;
  height: 42rem;
}

.detail_part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.detail_part_6 {
  position: absolute;
  right: -60rem;
  bottom: -111rem;
  width: 100rem;
  height: 115rem;
}

.detail_part_6 img {
  max-width: 100%;
  max-height: 100%;
}

.breadcrumbs__body_item:last-child {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.contacts__title {
  margin-top: 56rem;
  margin-bottom: 56rem;
  text-align: center;
}

.contacts__items {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 24rem;
  margin-bottom: 24rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__item {
  padding: 24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  gap: 80rem;
  border-radius: 8rem;
  border: 1rem solid #F98E0D;
}

.contacts__item_title {
  color: #575757;
}

.map {
  width: 100%;
  height: 500rem;
  margin-bottom: 100rem;
  border-radius: 16rem;
  overflow: hidden;
}

.contacts {
  position: relative;
}

.contacts_part_1 {
  position: absolute;
  right: -100rem;
  bottom: 190rem;
  width: 159rem;
  height: 164rem;
}

.contacts_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.contacts_part_2 {
  position: absolute;
  right: 120rem;
  top: 340rem;
  width: 36rem;
  height: 38rem;
}

.contacts_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.contacts_part_3 {
  position: absolute;
  left: -5rem;
  top: 160rem;
  width: 87rem;
  height: 90rem;
}

.contacts_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.contacts_part_4 {
  position: absolute;
  left: -20rem;
  bottom: 155rem;
  width: 110rem;
  height: 115rem;
}

.contacts_part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.contacts__main .about__form .about__channels_title img {
  width: 310rem;
  margin-left: 0;
}

.privacy__body {
  gap: 64rem;
  margin-bottom: 180rem;
}

.privacy__body_block {
  gap: 16rem;
}

.privacy__body_block_text {
  color: #575757;
}

.not_found {
  padding-top: 155rem;
  padding-bottom: 155rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.not_found_main {
  font-size: 300rem;
  font-weight: 700;
  line-height: 110%;
  font-family: Podkova;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
}

.not_found_main img {
  width: 154rem;
}

.not_found_submain {
  width: 450rem;
  text-align: center;
  margin-bottom: 26rem;
  margin-top: -32rem;
}

.not_found_btn {
  padding: 16rem 32rem;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
  cursor: pointer;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}

.not_found_part_1 {
  position: absolute;
  left: 43rem;
  top: 49rem;
  width: 122rem;
  height: 126rem;
}

.not_found_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.not_found_part_2 {
  position: absolute;
  left: 347rem;
  top: 320rem;
  width: 37rem;
  height: 38rem;
}

.not_found_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.not_found_part_3 {
  position: absolute;
  left: 278rem;
  bottom: 157rem;
  width: 57rem;
  height: 60rem;
}

.not_found_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.not_found_part_4 {
  position: absolute;
  right: -115rem;
  top: 0rem;
  width: 280rem;
  height: 287rem;
}

.not_found_part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.not_found_part_5 {
  position: absolute;
  right: 380rem;
  top: 150rem;
  width: 64rem;
  height: 65rem;
}

.not_found_part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.not_found_part_6 {
  position: absolute;
  right: 55rem;
  bottom: 160rem;
  width: 66rem;
  height: 68rem;
}

.not_found_part_6 img {
  max-width: 100%;
  max-height: 100%;
}

.index__main {
  background: #1E1E1E;
  position: relative;
  padding-top: 130rem;
  padding-bottom: 175rem;
}

.index__main_title {
  margin-bottom: 48rem;
  margin-top: 40rem;
}

.index__main_subtitle {
  margin-bottom: 24rem;
}

.index__main_left {
  width: 660rem;
  padding-left: 200rem;
}

.index__main_left img {
  width: 525rem;
}

.index__main_btn {
  padding: 16rem 32rem;
  border: 2rem solid #F98E0D;
  border-radius: 50rem;
  cursor: pointer;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}

.index__main_slider_item {
  width: 360rem;
  height: 500rem !important;
  margin-right: 24rem;
  border-radius: 16rem;
  overflow: hidden;
}

.index__main_slider_item img, .index__main_slider_item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index__main_wrap {
  gap: 100rem;
}

.index__main_right {
  width: 1300rem;
}

.index__main_slider {
  gap: 24rem;
}

.index__main_slider {
  margin-bottom: 8rem;
}

.index__main_slider_nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
}

.index__main_slider_nav .count_slider div:not(.index__main_slider_nav .count_slider div.active) {
  opacity: 0.5;
}

.count_slider {
  gap: 16rem;
}

.index__main_slider_nav_item {
  width: 55rem;
  height: 55rem;
  cursor: pointer;
}

.index__main_slider_nav_item img {
  width: 100%;
  pointer-events: none;
}

.progress {
  width: 475rem;
  height: 2rem;
  background: #FFFFFF;
  position: relative;
}

.progress__active {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F98E0D;
  -webkit-animation: move 5s linear infinite;
          animation: move 5s linear infinite;
}

@-webkit-keyframes move {
    0% {
        width: 0%;
    }

    10% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes move {
    0% {
        width: 0%;
    }

    10% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.main__part_1 {
  position: absolute;
  left: -20rem;
  top: -40rem;
  width: 140rem;
  height: 145rem;
  z-index: 991;
}

.main__part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.main__part_2 {
  position: absolute;
  left: 60rem;
  top: 150rem;
  width: 34rem;
  height: 35rem;
}

.main__part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.main__part_3 {
  position: absolute;
  right: 80rem;
  top: -30rem;
  width: 48rem;
  height: 49rem;
  z-index: 991;
}

.main__part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.main__part_4 {
  position: absolute;
  left: 15rem;
  bottom: -130rem;
  width: 202rem;
  height: 209rem;
}

.main__part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.main__part_5 {
  position: absolute;
  right: 250rem;
  bottom: -45rem;
  width: 112rem;
  height: 115rem;
}

.main__part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.index__submain {
  padding-top: 105rem;
  padding-bottom: 185rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index__submain_title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1165rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40rem;
}

.index__submain_title img {
  width: 243rem;
  margin: 0 13rem;
}

.index__submain_video {
  /* height: 600rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  -webkit-clip-path: circle(26%);
          clip-path: circle(26%);
  background: #ffffff; */
  width: 100%;
}

.video_wrapper {
  width: 100%;
  height: 100%;
  --clip-path-border: 1000rem;
  overflow: hidden;
  clip-path: inset(0 0 0 0 round var(--clip-path-border));
  width: 600rem;
  height: 600rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: clip-path 0.3s;
  border-radius: 30rem;
}

.video_wrapper.active {
  clip-path: inset(0 0 0 0 round 0) !important;
  width: 100% !important;
}

.index__submain_video .index__submain_video_item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.submain__part_1 {
  position: absolute;
  left: 130rem;
  top: 35rem;
  width: 128rem;
  height: 131rem;
}

.submain__part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.submain__part_2 {
  position: absolute;
  right: -77rem;
  top: 255rem;
  width: 155rem;
  height: 162rem;
}

.submain__part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.submain__part_3 {
  position: absolute;
  right: 125rem;
  bottom: 420rem;
  width: 100rem;
  height: 103rem;
}

.submain__part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.submain__part_4 {
  position: absolute;
  left: -25rem;
  bottom: -60rem;
  width: 240rem;
  height: 245rem;
}

.submain__part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.submain__part_5 {
  position: absolute;
  left: 3rem;
  bottom: 26rem;
  width: 1970rem;
  height: 411rem;
}

.submain__part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.about__channels_part_1_main {
  position: absolute;
  left: 170rem;
  top: 25rem;
  width: 68rem;
  height: 71rem;
}

.about__channels_part_1_main img {
  max-width: 100%;
  max-height: 100%;
}

.about__channels_part_2_main {
  position: absolute;
  left: 208rem;
  bottom: 6rem;
  width: 85rem;
  height: 88rem;
}

.about__channels_part_2_main img {
  max-width: 100%;
  max-height: 100%;
}

.about__channels_part_3_main {
  position: absolute;
  right: 102rem;
  top: 39rem;
  width: 67rem;
  height: 69rem;
}

.about__channels_part_3_main img {
  max-width: 100%;
  max-height: 100%;
}

.about__channels_part_4_main {
  position: absolute;
  right: -300rem;
  bottom: -15rem;
  width: 235rem;
  height: 242rem;
}

.about__channels_part_4_main img {
  max-width: 100%;
  max-height: 100%;
}

.about__cards_index .about__channels_title {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__cards_index .about__channels_title img {
  width: 370rem;
}

.about__cards_index  {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nowrap {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__cards_item_img img {
  width: 100%;
  height: auto;
}

.about__cards_index .about__cards_item_title {
  font-family: Podkova;
  font-size: 56rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
}

.about__cards_index .about__cards_item_img {
  margin-bottom: 0;
  margin-top: 0;
}

.about__cards_index .about__cards_item {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about__cards_index .about__cards_item_img {
  width: 100%;
}

.about__cards_index .about__cards_item_text {
  width: 290rem;
}

.about__cards_part_1_main {
  position: absolute;
  right: -145rem;
  bottom: -68rem;
  width: 242rem;
  height: 252rem;
}

.about__cards_part_1_main img {
  max-width: 100%;
  max-height: 100%;
}

.about__channels_main {
  margin-bottom: 0;
}

.index__edges_title {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60rem;
}

.index__edges_title img {
  width: 470rem;
  margin-left: 13rem;
}

.index__edges_body {
  width: 100%;
  gap: 24rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.index__edges_body_left, .index__edges_body_right {
  width: 750rem;
  border-radius: 16rem;
}

.index__edges_body_left img {
  width: 100%;
}

.index__edges_body_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1rem solid #D7D7D7;
  padding: 60rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index__edges_body_right_inner {
  gap: 24rem;
}

.index__edges_body_right_number {
  border-radius: 50rem;
  width: 60rem;
  height: 60rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C0B1FC;
}

.index__edges_body_right_title {
  width: 570rem;
}

.index__edges {
  position: relative;
  padding-bottom: 135rem;
  margin-bottom: 65rem;
}

.index__edges__part_1 {
  position: absolute;
  left: -20rem;
  top: 200rem;
  width: 198rem;
  height: 205rem;
}

.index__edges__part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.index__edges__part_2 {
  position: absolute;
  left: 40rem;
  bottom: 340rem;
  width: 34rem;
  height: 35rem;
}

.index__edges__part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.index__edges__part_3 {
  position: absolute;
  right: 20rem;
  bottom: 230rem;
  width: 69rem;
  height: 72rem;
}

.index__edges__part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.index__edges__part_4 {
  position: absolute;
  right: -125rem;
  bottom: 36rem;
  width: 198rem;
  height: 205rem;
}

.index__edges__part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.index__edges__part_5 {
  position: absolute;
  left: 4rem;
  bottom: 0rem;
  width: 1186rem;
  height: 344rem;
}

.index__edges__part_5 img {
  max-width: 100%;
  max-height: 100%;
}

.about__vacs_part_6 {
  position: absolute;
  right: -58rem;
  top: 192rem;
  width: 142rem;
  height: 142rem;
}

.about__vacs_part_6 img {
  max-width: 100%;
  max-height: 100%;
}

.about__vacs_part_7 {
  position: absolute;
  right: -102rem;
  bottom: 38rem;
  width: 401rem;
  height: 412rem;
}

.about__vacs_part_7 img {
  max-width: 100%;
  max-height: 100%;
}

.team__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 55rem;
}

.team__title img {
  width: 250rem;
  margin-left: 13rem;
}

.team {
  padding-top: 100rem;
  padding-bottom: 100rem;
  position: relative;
}

.team__body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards__body_item_s_image img {
  width: 100%;
}

.team_part_1 {
  position: absolute;
  left: 0rem;
  bottom: 410rem;
  width: 65rem;
  height: 65rem;
}

.team_part_1 img {
  max-width: 100%;
  max-height: 100%;
}

.team_part_2 {
  position: absolute;
  left: -15rem;
  bottom: 0;
  width: 340rem;
  height: 349rem;
}

.team_part_2 img {
  max-width: 100%;
  max-height: 100%;
}

.team_part_3 {
  position: absolute;
  right: -285rem;
  top: 28rem;
  width: 393rem;
  height: 403rem;
}

.team_part_3 img {
  max-width: 100%;
  max-height: 100%;
}

.team_part_4 {
  position: absolute;
  right: -53rem;
  bottom: 240rem;
  width: 85rem;
  height: 88rem;
}

.team_part_4 img {
  max-width: 100%;
  max-height: 100%;
}

.index__edges_body_wrap {
  height: 680rem;
  overflow-y: scroll;
}

.index__edges_body_wrap::-webkit-scrollbar {
  display: none;
}

.index__edges_nav .count_slider_m div:not(.index__edges_nav .count_slider_m div.active_m) {
  opacity: 0.5;
}

.count_slider_m {
  gap: 16rem;
}

.index__main_slider_nav_item_m {
  width: 24rem;
  height: 24rem;
  cursor: pointer;
}

.index__main_slider_nav_item_m img {
  width: 100%;
  pointer-events: none;
}

.progress_m {
  width: 100%;
  height: 2rem;
  background: #D7D7D7;
  position: relative;
  margin-bottom: 16rem;
}

.progress__active_m {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F98E0D;
  -webkit-animation: move 5s linear infinite;
          animation: move 5s linear infinite;
}

.index__edges_nav {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12rem;
}

.index__edges_nav  {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index__edges_nav .index__main_slider_nav_items {
  gap: 16rem;
}

.cards__body_item_s_image .hover_team {
  display: none;
}

.cards__body_item_s_image:hover .hover_team {
  display: block;
}

.cards__body_item_s_image:hover .no_hover_team {
  display: none;
}

.vacancies__search .vacancies__search .btn {
  width: auto;
}

.about__channels_photo {
  margin-top: 40rem;
}

.about__channels_photo img {
  width: 100%;
}