.ico {
  display: flex;
  align-items: flex-start;
}
.ico > div:first-child {
  margin-right: 15px;
}
.ico p {
  margin: 5px 0 0 0;
}
.ico p:first-child {
  margin: 0;
}

main.contacts .second {
  margin-top: 35px;
}
main.contacts .third {
  padding-top: 35px;
  background-color: #ffffff;
  padding-bottom: 35px;
}
main.contacts .third .big-video {
  margin-top: 35px;
}
main.contacts .block-2rows a {
  color: var(--green);
}
main.contacts .block-2rows a:hover {
  color: var(--yellow);
}
main.contacts .block-2rows .ico {
  margin-top: 25px;
}
main.contacts .block-2rows .ico svg {
  color: var(--yellow);
}
main.contacts .block-2rows .form > div {
  margin-top: 15px;
}
main.contacts .block-2rows .form > div:first-child {
  display: flex;
  justify-content: space-between;
}
main.contacts .block-2rows .form > div:first-child div {
  width: calc(50% - 10px);
}
@media (max-width: 500px) {
  main.contacts .block-2rows .form > div:first-child {
    flex-direction: column;
    gap: 15px;
  }
  main.contacts .block-2rows .form > div:first-child div {
    width: 100%;
  }
}
main.contacts .block-2rows .form input[type=text] {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
main.contacts .block-2rows .form input[type=checkbox] {
  margin-right: 5px;
}
main.contacts .block-2rows .form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 150px;
}
main.contacts .block-2rows .form button {
  background-color: var(--green);
  color: #ffffff;
  padding: 0 30px;
}
main.contacts .block-2rows .form button:hover {
  background-color: var(--green-hover);
}/*# sourceMappingURL=contacts.css.map */