.cooperation {
  margin-bottom: 80px;
  margin-top: 16px;
}
.cooperation h1 {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .cooperation h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.cooperation-wrapper {
  display: flex;
  flex-direction: row;
  gap: 81px;
  margin-top: 32px;
}
.cooperation-wrapper .left {
  max-width: 731px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cooperation-wrapper .left-title {
  font-family: Circe, sans-serife;
  font-size: 24px;
  font-weight: 700;
  line-height: 35.38px;
  text-align: left;
}
.cooperation-wrapper .left .desc {
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
}
.cooperation-wrapper .left .desc ul, .cooperation-wrapper .left .desc ol {
  margin-left: 22px;
}
.cooperation-wrapper .right {
  width: 100%;
  display: flex;
  background: #F5F5F5;
  flex-direction: column;
  padding: 20px;
}
.cooperation-wrapper .right .title {
  font-family: Circe, sans-serife;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #182139;
}
.cooperation-wrapper .right form {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cooperation-wrapper .right form .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cooperation-wrapper .right form .inp {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cooperation-wrapper .right form .inp input {
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  background: #fff;
  font-family: Circe, sans-serife;
  font-size: 16px;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
}
.cooperation-wrapper .right form .inp input::-moz-placeholder {
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
}
.cooperation-wrapper .right form .inp input:-ms-input-placeholder {
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
}
.cooperation-wrapper .right form .inp input::placeholder {
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
}
.cooperation-wrapper .right form .submit-form {
  cursor: pointer;
  width: 100%;
  height: 43px;
  background: #171965;
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #171965;
  transition: all 0.4s ease-in-out;
}
.cooperation-wrapper .right form .submit-form:hover {
  background: transparent;
  color: #171965;
}
.cooperation-wrapper .right form .error-message {
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 400;
  color: red;
}

@media screen and (max-width: 1024px) {
  .cooperation {
    margin-bottom: 80px;
    margin-top: 16px;
  }
  .cooperation h1 {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .cooperation h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .cooperation-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
  }
  .cooperation-wrapper .left {
    max-width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cooperation-wrapper .left-title {
    font-family: Circe, sans-serife;
    font-size: 20px;
    font-weight: 700;
    line-height: 35.38px;
    text-align: left;
  }
  .cooperation-wrapper .left .desc {
    font-family: Circe, sans-serife;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
  }
  .cooperation-wrapper .left .desc ul, .cooperation-wrapper .left .desc ol {
    margin-left: 22px;
  }
  .cooperation-wrapper .right {
    width: 100%;
    display: flex;
    background: #F5F5F5;
    flex-direction: column;
    padding: 20px;
  }
  .cooperation-wrapper .right .title {
    font-family: Circe, sans-serife;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #182139;
  }
  .cooperation-wrapper .right form {
    margin-top: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cooperation-wrapper .right form .inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cooperation-wrapper .right form .inp {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cooperation-wrapper .right form .inp input {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    background: #fff;
    font-family: Circe, sans-serife;
    font-size: 16px;
    padding: 8px 12px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
  }
  .cooperation-wrapper .right form .inp input::-moz-placeholder {
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
  }
  .cooperation-wrapper .right form .inp input:-ms-input-placeholder {
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
  }
  .cooperation-wrapper .right form .inp input::placeholder {
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
  }
  .cooperation-wrapper .right form .submit-form {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background: #171965;
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #171965;
    transition: all 0.4s ease-in-out;
  }
  .cooperation-wrapper .right form .submit-form:hover {
    background: transparent;
    color: #171965;
  }
  .cooperation-wrapper .right form .error-message {
    font-family: Circe, sans-serife;
    font-size: 14px;
    font-weight: 400;
    color: red;
  }
}
