.page9-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
}
.page9-left-sidebar {
  width: auto;
  display: flex;
  padding: auto;
  z-index: 999999;
  align-self: stretch;
  align-items: center;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  flex-direction: column;
  padding-bottom: 60px;
  justify-content: space-between;
  background-color: #f5f7f9;
}
.page9-image {
  width: 100%;
  align-self: center;
}
.page9-container1 {
  display: flex;
  max-width: 460px;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.page9-text {
  align-self: flex-start;
  margin-bottom: 25;
}
.page9-form {
  width: 100%;
  height: auto;
  align-self: flex-start;
}
.page9-textinput {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  align-self: flex-start;
  text-align: left;
  font-family: Source Sans Pro;
  border-color: #f1f1f1;
  margin-bottom: 20px;
}
.page9-textinput1 {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  align-self: flex-start;
  text-align: left;
  font-family: Source Sans Pro;
  border-color: #f1f1f1;
  margin-bottom: 20px;
}
.page9-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: flex-start;
}
.page9-checkbox {
  width: auto;
  height: auto;
  align-self: center;
  margin-right: 15px;
}
.page9-text1 {
  font-size: 18px;
  align-self: center;
  font-style: normal;
  font-family: Source Sans Pro;
  font-weight: 500;
}
.page9-button {
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: center;
  transition: 0.3s;
  font-family: Source Sans Pro;
  font-weight: 400;
  padding-top: 15px;
  padding-left: 30px;
  border-radius: 4px;
  padding-right: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  background-color: #0A50A0;
}
.page9-button:hover {
  background-color: #0D4789;
}
.page9-text2 {
  font-size: 14px;
  align-self: flex-start;
  font-family: Source Sans Pro;
}
.page9-background-container {
  width: 100%;
  background-size: cover;
  background-image: url('https://catherineasquithgallery.com/uploads/posts/2021-03/1614774630_141-p-odnotonnii-fon-dlya-rabochego-stola-178.jpg');
}
@media(max-width: 991px) {
  .page9-left-sidebar {
    width: 100%;
    padding: 120px;
    align-self: stretch;
  }
  .page9-image {
    width: 300px;
  }
  .page9-container1 {
    width: 300px;
    align-self: center;
  }
  .page9-button {
    text-align: center;
  }
  .page9-background-container {
    display: none;
  }
}
@media(max-width: 767px) {
  .page9-left-sidebar {
    align-self: stretch;
    justify-content: center;
  }
  .page9-image {
    margin-bottom: 90px;
  }
  .page9-container1 {
    width: auto;
  }
}
@media(max-width: 479px) {
  .page9-left-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
