@media screen and (max-width: 767px) {
  .policy a.link {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  .content {
    width: 744px;
  }

  .button {
    font-size: 20px;
  }

  .title {
    font-size: 24px;
    line-height: 1;
  }

  .navigation__box {
    padding: 25px 31px 26px;
  }
  .navigation__burg {
    display: none;
  }
  .navigation__nav {
    position: static;
    flex-direction: row;
    align-items: center;
    transform: none;
    transition: none;
    justify-content: space-between;
    padding: 0;
    width: 70%;
    background: none;
  }

  .home__img {
    width: auto;
  }
  .home__title {
    font-size: 40px;
    line-height: 1.4;
  }
  .home__subtitle {
    font-size: 20px;
    font-weight: 300;
    width: 80%;
  }
  .home__subtitle span br {
    display: none;
  }

  .us__title {
    padding: 32px 20px 28px;
  }
  .us__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .us__decor {
    width: 100%;
  }
  .us__img {
    margin: 0;
    flex: 275px 0 0;
    padding: 0 15px 0 0;
    align-self: flex-end;
  }
  .us__text {
    flex: 2;
    padding: 15px;
    border-left: 1px solid #fff;
  }
  .us__ico {
    margin-left: 10px;
  }
  .us__decor:before {
    width: 276px;
  }

  .power__title {
    padding: 32px 20px 28px;
  }
  .power__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .power__item {
    flex: 33.33333% 0 0;
    padding: 20px;
  }
  .power__item--full {
    flex: 1;
    border: none;
  }
  .power__item--full:after {
    display: none;
  }
  .power__item:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    left: 100%;
  }
  .power__ico {
    position: absolute;
    margin: 0 !important;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
  }
  .power__ico svg {
    width: 104px;
    height: 104px;
  }
  .power__decor {
    height: auto;
    background: #ED0C0C;
    border-left: 1px solid #fff;
  }
  .power__decor:before {
    display: none;
  }

  .mission__img {
    padding: 20px 20px 0;
  }
  .mission__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 170px 0 0;
  }
  .mission__ico svg {
    width: 100px;
    height: 100px;
  }
  .mission__item {
    margin: 0;
  }
  .mission__subtitle {
    font-size: 24px;
  }
  .mission__text {
    font-size: 20px;
    line-height: 1.3;
  }
  .mission__decor:before {
    width: 171px;
  }

  .contacts__title {
    padding: 32px 20px 28px;
  }
  .contacts__subtitle {
    font-size: 20px;
  }

  .form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px 30px;
  }
  .form__item {
    flex: 48% 0 2;
  }
  .form__item--full {
    flex: 100% 0 0;
  }
  .form__item textarea {
    max-width: 682px;
  }
  .form__button {
    flex: 100% 0 0;
  }

  .footer {
    padding: 80px 0;
  }
  .footer .content {
    padding-left: 42px;
  }
  .footer__logo {
    padding-top: 0;
  }

  .goTop {
    text-align: right;
  }

  .links {
    width: auto;
    min-height: 0;
    flex-direction: row;
    gap: 10px;
  }
  .links a {
    font-size: 14px;
  }
}
@media screen and (min-width: 990px) {
  .content {
    width: 960px;
  }

  body {
    font-size: 20px;
  }

  .button {
    padding: 15px 40px;
  }

  .logo svg {
    width: 50px;
    height: 70px;
  }

  .navigation__box {
    padding: 15px 31px 16px;
  }
  .navigation__nav {
    max-width: 700px;
  }

  .home__box {
    padding-top: 150px;
    padding-bottom: 110px;
  }
  .home__title {
    margin-top: 30px;
  }
  .home__subtitle {
    margin-top: 30px;
    max-width: 480px;
  }
  .home__button {
    padding-top: 30px;
  }

  .us__img {
    flex: 466px 0 0;
    margin-top: 80px;
    padding-right: 30px;
  }
  .us__ico {
    margin-left: 50px;
  }
  .us__ico svg {
    width: 40px;
    height: 40px;
  }
  .us__text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding: 40px;
  }
  .us__text p:not(:first-child) {
    margin-top: 40px;
  }
  .us__decor {
    height: 150px;
  }
  .us__decor:before {
    width: 467px;
  }

  .power__item {
    flex: 25%;
    padding: 30px;
  }

  .mission__img img {
    margin: 0 auto;
  }
  .mission__ico {
    flex: 270px 0 0;
    min-height: 270px;
  }
  .mission__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }
  .mission__decor {
    height: 130px;
  }
  .mission__decor:before {
    width: 271px;
  }

  .contacts__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form {
    max-width: 780px;
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .form__item span {
    font-size: 18px;
  }
  .form__item input,
.form__item textarea {
    font-size: 20px;
  }
  .form__item textarea {
    height: 49px;
    min-height: 49px;
    max-height: 49px;
    max-width: 740px;
  }
  .form__button {
    margin-top: 50px;
  }

  .footer .content {
    height: 80px;
  }

  .goTop {
    font-size: 18px;
  }

  .links {
    gap: 20px;
  }
  .links a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    width: 1170px;
  }
}
