.knows {
  margin-top: 140px;
}
.knows__titleCenter {
  display: none;
}
.knows_inner {
  display: flex;
  justify-content: space-between;
}
.knows__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
}
.knows_half1 {
  display: flex;
}
.knows_img {
  width: 100%;
}
.knows_half2 {
  max-width: 640px;
  width: 100%;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.knows-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}

.strenghts {
  margin-top: 160px;
}
.strenghts_titleCenter {
  display: none;
}
.strenghts_inner {
  display: flex;
  justify-content: space-between;
}
.strenghts_half1 {
  width: calc(50% - 10px);
}
.strenghts_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 40px;
}
.strenghts_text {
  position: relative;
  margin-left: 51px;
  font-size: 16px;
  line-height: 28px;
}
.strenghts_text::before {
  position: absolute;
  top: 2.5px;
  left: -47.5px;
  content: '';
  width: 31.5px;
  height: 31.5px;
  background-image: url(../images/check.svg);
}
.strenghts_hr {
  background: #263238;
  opacity: 0.15;
  height: 1px;
  margin: 30px 0;
}
.strenghts_btnBlock {
  margin-top: 40px;
}
.strenghts_btnBlock.mob {
  display: none;
}
.strenghts_btnTitle {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}
.strenghts_btnWrp {
  display: flex;
  justify-content: space-between;
  max-width: 490px;
  margin: 0 auto;
}
.strenghts .regularBtn:first-of-type {
  margin-right: 30px;
}
.strenghts_half2 {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strenghts_img {
  width: 100%;
}
.strenghts_imgMob {
  display: none;
}

.banners {
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
}
.bannersWrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 560px;
  width: 100%;
  background: #e6f0fd;
  border-radius: 15px;
  padding: 44.5px 20px;
}
.banners_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 15px;
}
.banners_text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
  max-width: 370px;
  text-align: center;
}
.banners .regularBtn {
  max-width: 230px;
  font-size: 18px;
  line-height: 25px;
}

.contact {
  display: flex;
  justify-content: flex-start;
  margin-top: 140px;
}
.contact_half1 {
  display: flex;
  position: relative;
  z-index: 1;
}
.contact_img {
  width: 100%;
}
.contactForm {
  z-index: 2;
  position: absolute;
  top: 61.5%;
  left: 43.5%;
  transform: translate(-50%, -50%);
  max-width: 211px;
}
.preloader {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9995;
  opacity: 0.5;
}
.loader {
  position: absolute;
  top: calc(50% - 62.5px);
  left: calc(50% - 62.5px);
  z-index: 9995;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.contactForm-group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.contactForm-label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.contactForm-input {
  background: #ffffff;
  border: 1px solid #263238;
  border-radius: 3px;
  padding: 6px 10px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 22px;
  outline: none;
}

.contactForm-input.valid {
  border: 1px solid #0abf91;
  color: #0abf91;
}
.contactForm-input.error {
  border: 1px solid #ff5b36;
  color: #ff5b36;
}

label.error {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 3;
  width: auto;
  left: 0;
  background: #ff5b36;
  border-radius: 0px 0px 3px 3px;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 3px 10px 3px 10px;
}
#message-error {
  top: 96px;
}
.textArea {
  resize: none;
  min-height: 72px;
}
.join {
  margin-top: 40px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 13.5px 0 11.5px;
  border-radius: 50px;
  color: #000000;
  background: #92e3a9;
  border: 2px solid #000000;
}
.join:hover {
  color: #ffffff;
  background: #263238;
  border: 2px solid #263238;
}
.join:active {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(38, 50, 56, 0.8);
  border: 2px solid rgba(38, 50, 56, 0.8);
}
.contact_half2 {
  max-width: 330px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}
.contact_title {
  font-weight: 700;
  font-size: 55px;
  line-height: 75px;
  margin-bottom: 20px;
}
.contact_inner {
}
.contact_item {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: #263238;
  cursor: pointer;
}
.contact_item:not(:last-of-type) {
  margin-bottom: 30px;
}
.contact_item:hover {
  color: #0abf91;
}
.contact_item.telegram {
  display: none;
}
.contact_itemLogo {
  margin-right: 15px;
}
.contact_links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact_link {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: right;
  text-decoration: none;
  color: #263238;
}
.contact_link:hover {
  text-decoration:underline;
}

@media (max-width: 1200px) {
  .knows {
    margin-top: 70px;
  }
  .knows__titleCenter {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 30px;
  }
  .knows__title {
    display: none;
  }
  .knows_half1 {
    width: calc(50% - 10px);
  }
  .knows_half2 {
    width: calc(50% - 10px);
    margin: 0;
    justify-content: start;
  }
  .knows-text:first-of-type {
    margin: 0;
  }
  .knows_img {
    width: 75%;
    margin: 0 auto;
  }

  .strenghts {
    margin-top: 70px;
  }
  .strenghts_titleCenter {
    display: block;
    font-size: 36px;
    line-height: 49px;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
  }
  .strenghts_title {
    display: none;
  }
  .strenghts_hr {
    margin: 20px 0;
  }
  .strenghts_btnBlock {
    display: none;
  }
  .strenghts_btnBlock.mob {
    display: block;
    margin-top: 25px;
  }
  .strenghts_btnTitle {
    margin-bottom: 0;
  }
  .strenghts_img {
    width: 75%;
    margin: 0 auto;
  }

  .banners {
    margin-top: 70px;
  }
  .bannersWrp {
    max-width: 490px;
  }

  .contact {
    flex-direction: column-reverse;
    margin-top: 70px;
  }
  .contact_half2 {
    margin: 0;
    max-width: 400px;
  }
  .contact_title {
    margin-bottom: 30px;
    font-size: 41px;
    line-height: 56px;
  }
  .contact_itemLogo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .contact_item {
    font-size: 16px;
    line-height: 22px;
  }
  .contact_inner {
    display: flex;
  }
  .contact_item {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .contact_links {
    margin-bottom: 30px;
  }
  .contact_img {
    width: 80%;
    margin: 0 auto;
  }
  .contactForm {
    left: 45%;
  }
}
@media (max-width: 1023px) {
  .knows_img {
    width: 100%;
  }
  .knows-text {
    font-size: 14px;
    line-height: 24px;
  }
  .strenghts_btnBlock.mob .strenghts_btnWrp {
    flex-direction: column;
  }
  .strenghts_btnBlock .regularBtn {
    margin-top: 25px;
    font-size: 16px;
    line-height: 22px;
    padding: 12.5px;
  }
  .strenghts_img {
    width: 100%;
  }

  .bannersWrp {
    max-width: 364px;
  }

  .container {
    overflow-x: clip;
  }


  .contact_img {
    width: unset;
    margin-left: -20px;
  }
  .contactForm {
    left: 45.5%;
  }
}

@media (max-width: 767px) {
  .container {
    overflow-x: hidden;
  }

  .knows {
    margin-top: 50px;
  }
  .knows__titleCenter {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 20px;
  }
  .knows_inner {
    flex-direction: column;
  }
  .knows_half1 {
    width: 100%;
  }
  .knows_img {
    margin-bottom: 20px;
  }
  .knows_half2 {
    width: 100%;
  }

  .strenghts {
    margin-top: 50px;
  }
  .strenghts_inner {
    flex-direction: column;
  }
  .strenghts_imgMob {
    width: 100%;
    display: block;
  }
  .strenghts_half1 {
    margin-top: 20px;
    width: 100%;
  }
  .strenghts_text {
    font-size: 14px;
    line-height: 24px;
  }
  .strenghts_btnBlock {
    display: block;
    margin-top: 20px;
  }
  .strenghts .regularBtn:first-of-type {
    margin-right: 14px;
  }
  .strenghts_half2 {
    display: none;
  }

  .banners {
    margin-top: 50px;
    flex-direction: column;
  }
  .bannersWrp {
    max-width: 100%;
  }
  .bannersWrp:first-of-type {
    margin-bottom: 30px;
  }
  .banners_title {
    font-size: 24px;
    line-height: 33px;
  }
  .banners_text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .banners .regularBtn {
    padding: 11px;
    max-width: 100%;
  }

  .contact {
    margin-top: 50px;
  }
  .contact_title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 41px;
  }
  .contact_itemLogo {
    width: 20px;
  }
  .contact_item {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 22px !important;
  }
  .contact_img {
    min-height: 593px;
    width: unset;
    margin-left: -165px;
  }
  .contactForm {
    left: 50%;
  }
}
@media (max-width: 476px) {
  .contactForm {
    left: 44%;
  }
}
@media (max-width: 455px) {
  .contactForm {
    left: 47%;
  }
  .contact_img {
    margin-left: -160px;
  }
}
@media (max-width: 426px) {
  .contact_img {
    margin-left: -170px;
  }
  .contactForm {
    left: 48%;
  }
}
@media (max-width: 415px) {
  .contact_img {
    margin-left: -180px;
  }
}
@media (max-width: 376px) {
  .contact_img {
    margin-left: -195px;
  }
}
