.bambitX6_wrapper *,
.bambitX6_wrapper *::before,
.bambitX6_wrapper *::after {
  box-sizing: border-box;
}
.bambitX6_wrapper a:hover {
  text-decoration: none !important;
}
.bambitX6_wrapper {
  width: 100%;
  background-color: #fff;
}
.bambitX6_main_wrap {
  display: flex;
  max-width: 1920px;
  min-height: 800px;
  margin: auto;
}
.bambitX6_main_block {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 58px;
}
.bambitX6_main_block_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bambitX6_main_block_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 73px;
  color: #000000;
  word-break: break-word;
}
.bambitX6_main_block_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  word-break: break-word;
}
.bambitX6_main_block_btn_wrap {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  word-break: break-word;
}
.bambitX6_main_block_btn {
  border: 3px solid #50654f;
  margin-top: 40px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #50654f;
  background-color: #f6fff0;
  padding: 0px 100px;
}
.bambitX6_main_block_btn_text {
  position: relative;
  z-index: 1;
  line-height: 44px;
  color: inherit;
  transition: color 0.2s ease;
}
.bambitX6_main_block_btn:hover {
  color: #fff !important;
}
.bambitX6_main_block_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  width: 120%;
  left: -10%;
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -o-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}
.bambitX6_main_block_btn:hover::before {
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
}
.bambitX6_img_wrap {
  flex: 1 1 50%;
  overflow: hidden;
}
.bambitX6_img {
  max-width: 100%;
  display: block;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1250px) {
  .bambitX6_main_block {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .bambitX6_wrapper {
    height: auto;
  }
  .bambitX6_main_block_title {
    font-size: 64px;
    line-height: 77px;
  }
  .bambitX6_main_wrap {
    flex-direction: column;
    min-height: auto;
  }
  .bambitX6_main_block {
    padding: 85px;
    flex: 0 0 auto;
  }
  .bambitX6_img_wrap {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .bambitX6_main_block {
    padding: 40px;
  }
  .bambitX6_main_block_title {
    font-size: 36px;
    line-height: 44px;
  }
  .bambitX6_main_block_text {
    font-size: 18px;
    line-height: 22px;
  }
  .bambitX6_main_block_btn_text {
    font-size: 16px;
    line-height: 32px;
  }
  .bambitX6_main_block_btn {
    padding: 0 50px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .bambitX6_main_block {
    padding: 25px;
  }
  .bambitX6_main_block_btn_wrap {
    margin-top: 0;
  }
  .bambitX6_main_block_title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .bambitX6_main_block_btn {
    padding: 0 50px;
  }
}
