.bambitX15_wrapper *,
.bambitX15_wrapper *::before,
.bambitX15_wrapper *::after {
  box-sizing: border-box;
}
.bambitX15_wrapper {
  background-color: #fff;
  min-width: 100%;
}
.bambitX15_main_wrap {
  margin: auto;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
}
.bambitX15_img_wrap {
  height: 100%;
  max-width: 1920px;
}
.bambitX15_img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.bambitX15_main_block {
  max-width: 1620px;
  width: 100%;
  margin: auto;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bambitX15_main_block_info {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #e07249;
  word-break: break-word;
}
.bambitX15_main_block_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  color: #323232;
  margin-top: 30px;
  word-break: break-word;
}
.bambitX15_main_block_btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  border: 0px solid #000;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0px 80px;
  width: fit-content;
  outline: none;
  color: #fff;
  background-color: #111;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  margin-top: 30px;
  word-break: break-word;
}
.bambitX15_main_block .bambitX15_main_block_btn:hover {
  text-decoration: none;
}
.bambitX15_main_block_btn:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
.bambitX15_main_block_btn:active {
  color: #000;
}
.bambitX15_main_block_btn:active:after {
  background: transparent;
}
.bambitX15_main_block_btn:hover:before {
  opacity: 1;
}
.bambitX15_main_block_btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media screen and (max-width: 1120px) {
  .bambitX15_main_block {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .bambitX15_main_block_title {
    font-size: 54px;
    line-height: 64px;
  }
}
@media screen and (max-width: 600px) {
  .bambitX15_main_block_btn {
    width: auto;
    padding: 0;
  }
  .bambitX15_main_block {
    padding: 50px 20px;
  }
  .bambitX15_main_wrap {
    flex-direction: column-reverse;
  }
  .bambitX15_main_block_title {
    font-size: 42px;
    line-height: 42px;
  }
}
