@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #373737;
  font-family: 'Open Sans', sans-serif;
}
/* .outline {
  border: 1px solid #000;
} */
ul,
li {
  margin: 0;
  padding: 0;
}

.features-wrap {
  margin: 0px auto;
  max-width: 970px;
  /* border: 1px solid #000; */
}
/* <!----------------  3 секция партнеры  --> */
.parnter-section {
  margin: 0 auto;
  max-width: 1440px;
  /* min-height: 1200px; */
  background: #ffffff;
}
.features-flex-parnter {
  display: flex;

  margin: 0 auto;
  max-width: 970px;
}

.features-flex-parnte-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -15px;
  min-height: 300px;
}

.features_title-parner {
  width: calc(50% - 30px);
  min-width: 250px;
  margin: 15px;
  padding-left: 30px;
  background-color: #dfd6d6;
}

.parnte-items-h2 {
  color: #064766;
  font-size: 24px;
  position: relative;
  padding-left: 20px;
}

.parnte-items-h2::before {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  content: '';
  right: 100%;
  background-image: url('../img/Partnering.png');
  background-size: 100%;

  line-height: 24px;
}

/* 4 секция */
.kontakt-section {
  margin: 0 auto;
  max-width: 1440px;
  background-color: #dfd6d6;
}

.features-flex-kontakt {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.features_title2 {
  width: calc(50% - 30px);
  min-width: 450px;
  margin: 15px;
}

.form input {
  border: none;
  /* border-bottom: 1px solid #000; */
}
.form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.form label {
  border-bottom: 1px solid #000;
  width: calc(50% -10px);
  margin: 3px;
  text-align: left;
}
.form input[type='submit'] {
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  background: rgb(246, 245, 243);
  color: #064766;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid rgb(58, 57, 57);
}
label[for='email'] {
  width: 90%;
}
label[for='textarea'] {
  width: 90%;
}
label[for='Senden'] {
  margin-left: auto;
}

textarea {
  border: none;
}

/* форма регистрации */
.overlay {
  z-index: 100;
  display: none;
  position: fixed;

  height: 100vh;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.411);
}
.features_title3 {
  display: none;
  position: fixed;

  max-width: 300px;
  background: #ffffff;

  box-shadow: 5px 5px 5px rgb(58, 57, 57);
}
.show {
  display: flex;
}
.span {
  position: absolute;

  padding: 10px;
  z-index: 10001;
  cursor: pointer;
  text-align: center;
  color: #22769f;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.603);
}

button.btn-up-js {
  background: rgba(128, 128, 128, 0.137);
  position: fixed;
  top: 80vh;
  left: 80vw;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  display: none;
}

button.btn-up-js:active {
  outline: none;
  top: 81vh;
}
