@media screen and (max-width: 1550px) {
  .header__top {
    max-width: 200px;
  }
  .header__text {
    font-size: 28px;
  }
  .general-title {
    line-height: 1.3;
    font-size: 40px;
  }
  .subtitle {
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 3vh;
  }
  .main__img-left {
    width: 31%;
    bottom: 0;
  }
  .main__img-right {
    bottom: 2vh;
  }
  .footer__icons img:first-child,
  .footer__icons img:nth-child(5) {
    height: 23px;
  }
  .footer__icons img:nth-child(2),
  .footer__icons img:nth-child(4) {
    height: 24px;
  }
  .footer__icons img:nth-child(3) {
    height: 22px;
  }
  .footer__icons img:nth-child(6) {
    height: 33px;
  }
  .footer__icons img:nth-child(7) {
    height: 21px;
  }
  .footer__icons img:nth-child(8) {
    height: 20px;
  }
  .footer__icons img:last-child {
    height: 29px;
  }
  .footer__copy p {
    width: 72%;
  }
}
@media screen and (max-width: 1024px) {
  .subtitle {
    margin-bottom: 0;
  }
  .main {
    overflow: hidden;
  }
  .main__img,
  .main__img img {
    position: static;
  }
  .main__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -3vh 0 -4vh;
  }
  .main__img-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main__img-right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 778px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__icons {
    margin-bottom: 1vh;
  }
  .footer__icons img {
    margin-bottom: 7px;
  }
  .footer__copy img {
    max-width: 150px;
  }
  .footer__copy p {
    width: 72%;
  }
}
@media screen and (max-width: 645px) {
  .header__top {
    max-width: 144px;
  }
  .header__text {
    font-size: 20px;
  }
  .general-title {
    font-size: 30px;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }
  .subtitle {
    font-size: 20px;
    -webkit-text-stroke: 1px #ff4200;
    text-stroke: 1px #ff4200;
  }
  .footer__copy p {
    width: 62%;
  }
}
@media screen and (max-width: 450px) {
  body:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
  .header {
    padding-top: 2vh;
  }
  .header__text {
    font-size: 18px;
    margin-top: 7px;
  }
  .main {
    margin: 5vh 0 0;
  }
  .general-title {
    font-size: 24px;
    line-height: 1.6;
  }
  .subtitle {
    font-size: 16px;
    line-height: 2.1;
    margin-top: 0;
  }
  .main__img {
    margin: -1vh 0 -9vh;
  }
  .main__img-right {
    width: 63%;
  }
  .main__img-left {
    width: 55%;
    margin-left: -100px;
  }
  .footer {
    padding-bottom: 1vh;
  }
  .footer__icons img + img {
    margin-left: 0;
  }
  .footer__copy p {
    width: 58%;
  }
}
@media screen and (max-width: 410px) {
  .header__top {
    max-width: 100px;
  }
  .header__text {
    font-size: 12px;
  }
  .general-title {
    font-size: 20px;
  }
  .subtitle {
    font-size: 14px;
  }
  .main__img {
    margin-top: -5vh;
  }
  .main__button {
    min-width: 250px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer__icons img:first-child,
  .footer__icons img:nth-child(5) {
    height: 20px;
  }
  .footer__icons img:nth-child(2),
  .footer__icons img:nth-child(4) {
    height: 16px;
  }
  .footer__icons img:nth-child(3) {
    height: 17px;
  }
  .footer__icons img:nth-child(6) {
    height: 25px;
  }
  .footer__icons img:nth-child(7) {
    height: 18px;
  }
  .footer__icons img:nth-child(8) {
    height: 17px;
  }
  .footer__icons img:last-child {
    height: 20px;
  }
  .footer__copy img {
    max-width: 90px;
  }
  .footer__copy p {
    font-size: 10px;
    width: 65%;
  }
}
