@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(https://st.drweb.com/static/js/fonts/roboto-cyrillic-latin/roboto-700-bold.woff2);
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(https://st.drweb.com/static/js/fonts/roboto-cyrillic-latin/roboto-400-regular.woff2);
}
@font-face {
  font-family: "FreeSet";
  font-weight: 400;
  src: url(https://st.drweb.com/static/js/fonts/freeset-cyrillic-latin/freeset-400-book.woff2);
}
.tech_partners,
.more {
  font-family: "Roboto";
}

.tech {
  padding-top: 2rem;
  /* margin-bottom: 5rem; */
}
@media screen and (max-width: 768px) {
  .tech {
    padding-top: 1rem;
    /* margin-bottom: 1rem; */
    margin-bottom: 48px;
  }
  .tech__img {
    max-width: 300px;
  }
  .tech__imgWrapper {
    margin: auto;
  }
}
.tech__wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tech__wrapper {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.tech__header {
  font-family: "FreeSet";
  font-size: 35px;
  font-weight: 600;
}
@media screen and (min-width: 967px) {
  .tech__header {
    padding-bottom: 0;
    padding-top: 2rem;
    line-height: 42px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .tech__header {
    font-size: 24px;
  }
}
.tech__text {
  margin: 0;
}
.tech__button {
  padding-top: 1rem;
}
@media screen and (max-width: 480px) {
  .tech__button {
    width: 100%;
  }
  .tech__button .Btn {
    width: 100%;
  }
  .tech__button .Btn-text {
    text-align: center;
  }
}

.rowReverse {
  flex-direction: row-reverse;
}

.radiusWrapper {
  background-color: white;
  border-radius: 15px;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 480px) {
  .radiusWrapper {
    flex-direction: column-reverse;
    padding: 1rem 0.5rem;
  }
}

.more {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .more {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.more__two {
  display: grid;
  gap: 16px 30px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .more__two {
    grid-template-columns: 1fr;
  }
}
.more__three {
  display: grid;
  gap: 16px 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .more__three {
    grid-template-columns: 1fr;
  }
}
.more__item {
  background-color: #f2f2f2;
  font-size: 16px;
  border-radius: 10px;
  padding: 40px 32px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .more__item {
    padding: 20px 24px;
  }
}
.more__item-header {
  line-height: 30px;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .more__item-header {
    margin-bottom: 0;
  }
}
.more__item-link {
  text-decoration: none;
  color: #69b42e;
  font-size: 18px;
  line-height: 18px;
}
.more__item-icon {
  vertical-align: middle;
}

.techForm {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.techForm__wrapper {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .techForm__wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.techForm-first,
.techForm-second {
  display: flex;
  flex-direction: column;
}
.techForm__header {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .techForm__header {
    font-size: 18px;
    line-height: 22px;
  }
}
.techForm__inputWrapper {
  width: 30%;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .techForm__inputWrapper {
    width: 90%;
  }
}

.techForm-second__wrapper {
  width: 50%;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .techForm-second__wrapper {
    width: 90%;
  }
}
.techForm-second__item {
  display: flex;
  flex-direction: column;
}
.techForm-second__item label {
  align-self: flex-start;
  color: #838383;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding-bottom: 10px;
}
.techForm-second__item input {
  text-align: left;
}
.techForm-second__item textarea {
  text-align: left;
  padding-top: 1rem;
  padding-left: 1rem;
}

.techForm-third__wrapper {
  background-color: white;
  width: 40%;
  display: flex;
  margin: auto;
  border-radius: 10px;
  padding: 1rem;
}
@media screen and (max-width: 480px) {
  .techForm-third__wrapper {
    width: 90%;
  }
}

.video {
  margin: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 12px;
}
.video__player {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 480px) {
  .video {
    margin: 48px 0;
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .video {
    margin: 64px 0;
  }
}

@media screen and (min-width: 1280px) {
  .video {
    margin: 88px 0;
  }
}

@media screen and (min-width: 1920px) {
  .video {
    margin: 104px 0;
  }
}
