:root {
  --arrow: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAAzElEQVRYhe3TMUpDQRSF4S82wVKwfW5AUrgDtXADdm7CLaS11E2kcw2xUBF87kEEWyVNsNCXIvc1IQlmHqaQ+8M0w5zzX2YYkiRJktU8oEbVoaPCC+5LwjUavGFQkB9EtsFzyQB7uIuCCc42yB7jI7KP2C8ZAPoYRdEXLn6ROcc0MrfYLZW39HAVhT8Yrjl7ie84e4OdrvJV5dcL5ZsM2Yll11vyTJ04wWcIx7Ga2Dv9a3nLIV5D3OAdR9uSt1TmX+wJB9uWJ0mSJP+HGWbFMwIQMRxUAAAAAElFTkSuQmCC");
  --text_font_size: 17px;
}

.bambitX17_wrapper * {
  box-sizing: border-box;
}
.bambitX17_wrapper {
  width: 100%;
  background-color: #fff;
}
.bambitX17_main_wrap {
  max-width: 1160px;
  min-height: 500px;
  margin: auto;
  padding: 80px 20px 80px 20px;
}
.bambitX17_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin: auto;
  word-break: break-word;
}
.bambitX17_block_wrap {
  max-width: 1160px;
  display: flex;
  flex-direction: row-reverse;
  margin: auto;
  gap: 40px;
  margin-top: 30px;
}
.bambitX17_img_wrap {
  flex: 1 1 40%;
}
.bambitX17_img {
  width: 100%;
  object-fit: cover;
}
.bambitX17_quest_wrap {
  flex: 1 1 60%;
}
.bambitX17_quest_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bambitX17_quest_item {
  cursor: pointer;
  margin: 0;
  padding: 20px 0 20px 0;
  min-height: 70px;
  border-top: 2px solid #4366ae;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.bambitX17_quest_item:last-child {
  border-bottom: 2px solid #4366ae;
}
.bambitX17_quest_item_arrow_wrap {
  height: 35px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
}
.bambitX17_quest_item_arrow {
  height: 35px;
  background: no-repeat center var(--arrow);
  min-width: 35px;
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}
.bambitX17_quest_item:hover .bambitX17_quest_item_arrow_wrap {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.bambitX17_quest_item_cont {
  width: 100%;
}
.bambitX17_quest_item_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #000000;
  min-height: 70px;
  display: flex;
  align-items: center;
  word-break: break-word;
}
.bambitX17_quest_item_text {
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
  overflow: hidden;
  margin-top: 10px;
  font-size: var(--text_font_size);
  word-break: break-word;
}
.bambitX17_arrow_down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .bambitX17_block_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  :root {
    --text_font_size: 15px;
  }
  .bambitX17_main_wrap {
    padding: 50px 10px;
  }
  .bambitX17_title {
    font-size: 28px;
  }
  .bambitX17_block_wrap {
    flex-direction: column;
  }
  .bambitX17_quest_item {
    min-height: 50px;
    padding: 10px 0;
  }
  .bambitX17_quest_item_title {
    font-size: 20px;
  }
}
