.keys_info_stage.dark {
  background-image: url(/img/keys/fon_keys_dark.png);
}
.keys_info_stage.dark .text_number .text {
  color: #fff;
}
.keys_info_stage.dark .name_description .name, .keys_info_stage.dark .name_description .description {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .keys_info_stage.dark {
    background-image: url(/img/keys/fon_keys_dark_mobile.png);
  }
}
.keys_info_stage.light {
  background-image: url(/img/keys/fon_keys_light.png);
}
.keys_info_stage.light .text_number .text {
  color: #261f1f;
}
.keys_info_stage.light .name_description .name, .keys_info_stage.light .name_description .description {
  color: #261f1f;
}
@media only screen and (max-width: 480px) {
  .keys_info_stage.light {
    background-image: url(/img/keys/fon_keys_light_mobile.png);
  }
}
.keys_info_stage {
  background-size: cover;
  background-repeat: no-repeat;
  height: 787px;
}
@media only screen and (max-width: 860px) {
  .keys_info_stage {
    height: 550px;
  }
}
.keys_info_stage .container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.keys_info_stage .container .content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 450px;
}
@media only screen and (max-width: 1100px) {
  .keys_info_stage .container .content {
    flex-direction: column;
    padding: 50px 40px;
  }
}
.keys_info_stage .container .content .text_number {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 41%;
}
@media only screen and (max-width: 1400px) {
  .keys_info_stage .container .content .text_number {
    flex-direction: column;
    align-items: flex-end;
    max-width: none;
  }
}
@media only screen and (max-width: 1100px) {
  .keys_info_stage .container .content .text_number {
    flex-direction: row;
    align-items: center;
  }
}
.keys_info_stage .container .content .text_number .text {
  font-family: "TTB";
  font-size: 56px;
  line-height: 100%;
}
@media only screen and (max-width: 860px) {
  .keys_info_stage .container .content .text_number .text {
    font-size: 20px;
  }
}
.keys_info_stage .container .content .text_number .number {
  width: 200px;
}
@media only screen and (max-width: 1620px) {
  .keys_info_stage .container .content .text_number .number {
    width: 130px;
  }
}
@media only screen and (max-width: 860px) {
  .keys_info_stage .container .content .text_number .number {
    width: 82px;
  }
}
.keys_info_stage .container .content .name_description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 47%;
}
@media only screen and (max-width: 1100px) {
  .keys_info_stage .container .content .name_description {
    max-width: none;
  }
}
.keys_info_stage .container .content .name_description .name {
  font-family: "TTB";
  font-size: 41px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 860px) {
  .keys_info_stage .container .content .name_description .name {
    font-size: 18px;
  }
}
.keys_info_stage .container .content .name_description .description {
  font-family: "ML";
  font-size: 20px;
  line-height: 120%;
}
@media only screen and (max-width: 860px) {
  .keys_info_stage .container .content .name_description .description {
    font-size: 14px;
    font-family: "MM";
  }
}
.keys_info_stage .container .content .decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .keys_info_stage .container .content .decor {
    left: 0;
  }
}
.keys_info_stage .container .content .decor.start .circle {
  background: #fff;
}
.keys_info_stage .container .content .decor.start .line.one {
  display: none;
}
.keys_info_stage .container .content .decor.finish {
  bottom: auto;
  top: 0;
}
.keys_info_stage .container .content .decor.finish .line.two {
  display: none;
}
.keys_info_stage .container .content .decor .circle {
  width: 21px;
  height: 21px;
  background: #797979;
  border-radius: 50%;
}
.keys_info_stage .container .content .decor .line {
  width: 1px;
  background: #797979;
}
.keys_info_stage .container .content .decor .line.one {
  height: 235px;
}
@media only screen and (max-width: 640px) {
  .keys_info_stage .container .content .decor .line.one {
    height: 178px;
  }
}
@media only screen and (max-width: 480px) {
  .keys_info_stage .container .content .decor .line.one {
    height: 158px;
  }
}
.keys_info_stage .container .content .decor .line.two {
  height: 530px;
}
@media only screen and (max-width: 860px) {
  .keys_info_stage .container .content .decor .line.two {
    height: 292px;
  }
}
@media only screen and (max-width: 640px) {
  .keys_info_stage .container .content .decor .line.two {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .keys_info_stage .container .content .decor .line.two {
    height: 370px;
  }
}/*# sourceMappingURL=keys_info_stage.css.map */