#rec282609102 {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  background-color: #f1f4fb;
}
#rec282609102 h3 {
  color: #000000;
  font-size: 24px;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.25;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 40px;
}
.sec-blue {
  background-color: #1967d2 !important;
}
.sec-blue h3 {
  color: #fff !important;
}
.off {
    position: relative;
    display: block;
    padding: 50px 15px;
    background-color: #1967d2;
}
.off h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.25;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.offer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;   
}
.offer h3 {
    color: #000000;
    font-size: 33px;
    text-align: center;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 36px;    
}
.offer a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    line-height: 1.33;
    width: fit-content;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 0px solid rgb(0, 0, 0);
    font-weight: 400;
    height: 50px;
    color: #fff !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-family: Montserrat !important;
    cursor: pointer !important;
    background-color: #1967d2 !important;
}
.form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-form {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 25px;
  width: 1150px;
}

.contact-form input {
  margin: 0;
  font-size: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: rgb(92, 92, 92);
  border: 0px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
}
#rec282609102 a {
  color: #000;
  font-size: 10px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-top: 20px;
}
.contact-form__input {
  width: 33.33%;
}
.contact-form__button {
  color: #fff !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  font-family: Montserrat !important;
  cursor: pointer !important;
  background-color: #1967d2 !important;
}
.sec-blue .contact-form__button {
  background-color: #000 !important;
}
.success-send {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 25px;
  right: 25px;
  margin: auto;
  width: 415px;
  height: 174px;
  padding: 25px;
  background-color: #202020;
  text-align: center;
  box-shadow: 0 0 50px 0px #0e0b205c;
  z-index: 999;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.success-send h4 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 25px;
}
.success-send p {
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
}
.success-send-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1180px) {
  .contact-form {
    width: 100%;
    flex-direction: column;
  }
  .contact-form__input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form {
    width: 80%;
  }
  #rec282609102 h3 {
    font-size: 20px;
    max-width: 80%;
  }
  .success-send {
    width: auto;
  }
  .off h3 {
    font-size: 20px;
  }
}
