@media (max-width: 1350px) {
  .tplCase {
    width: 31%;
  }
  .portfolio-block__buttons {
    flex-wrap: wrap;
  }
  .portfolio-block__buttons a {
    text-wrap: nowrap;
  }
  .archive-portfolio__term {
    flex-wrap: wrap;
  }
  .archive-portfolio__term a {
    text-wrap: nowrap;
  }
}
@media (max-width: 1150px) {
  .header__menu {
    gap: 20px;
  }
  .portfolio-block__buttons a {
    padding: 0px 20px;
  }
  .archive-portfolio__term a {
    padding: 0px 20px;
  }
  .stages-dev__right img {
    width: 450px;
  }
  .form-consultations__wrapp {
    padding-right: 0;
  }
  .form-consultations__bg4 {
    display: none;
  }
}
@media (max-width: 1050px) {
  .header__bottom {
    position: relative;
  }
  .header__menu {
    position: absolute;
    background-color: #fff;
    flex-direction: column;
    left: 0;
    top: calc(100% + 0px);
    height: -moz-fit-content;
    height: fit-content;
    width: 330px;
    align-items: flex-start;
    padding: 15px 0;
    box-shadow: 0px 10px 60px -10px rgba(43, 57, 124, 0.25);
    display: none;
  }
  .header__menu li.submenu:before {
    top: 12px;
    transform: rotate(180deg);
    left: auto;
    right: 10px;
    display: block;
  }
  .header__menu li {
    padding: 5px 20px;
  }
  .header__menu li ul {
    position: static;
    min-width: auto;
    padding: 10px;
  }
  .header__menu li ul li {
    margin-bottom: 5px;
    padding: 0;
  }
  .header__menu li ul li:last-child {
    margin-bottom: 0;
  }
  .header-togglemenu {
    display: flex;
  }
  .button {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .head-banner__buttons .button-2 {
    min-width: 265px;
  }
  .button {
    min-width: 240px;
  }
  .sitedev-tarrifs__button {
    min-width: 230px;
    width: 230px;
  }
  .stages-dev__right {
    display: none;
  }
  .stages-dev__head svg {
    display: none;
  }
  .footer__grid {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__logo svg {
    display: none;
  }
  .footer__menu {
    width: 30%;
  }
  .footer__contact {
    width: 45%;
  }
  .footer__left {
    width: 50%;
  }
  .footer__form {
    width: 35%;
  }
}
@media (max-width: 990px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  .header__infomenu {
    gap: 20px;
  }
  .header__infomenu a {
    font-size: 16px;
  }
  .header__left {
    gap: 40px;
  }
  .header__logo img {
    width: 180px;
  }
  .head-banner__grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .head-banner__column {
    width: 100%;
  }
  .head-banner__column img {
    margin-bottom: 40px;
    max-width: 500px;
    width: 100%;
  }
  .head-banner__column:last-child {
    order: 1;
    width: 100%;
  }
  .head-banner__column:first-child {
    order: 2;
  }
  .head-banner__image {
    width: 100%;
  }
  .head-banner__image img {
    width: 100%;
    max-width: 500px;
  }
  .home-banner__grid {
    flex-direction: column;
  }
  .home-banner__column {
    width: 100%;
    padding-bottom: 0;
  }
  .home-banner__form {
    width: 100%;
  }
  .aboutus-block__row {
    flex-direction: column;
  }
  .aboutus-block__row img {
    width: 100%;
  }
  .aboutus-block__content {
    width: 100%;
  }
  .services-block__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .need-site__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .you-get__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .additional-services__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sitedev-tarrifs__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }
  .sitedev-tarrifs__button {
    bottom: -24px;
  }
  .development-solution__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stages-dev__wrapp {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .stages-work__wrapp {
    grid-template-columns: repeat(1, 1fr);
  }
  .tplCase {
    width: 47%;
  }
  .review-block__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-consultations__wrapp {
    flex-direction: column;
    gap: 40px;
  }
  .form-consultations__wrapp form {
    width: 631px;
  }
  .form-consultations__wrapp .form-consultations__text {
    text-align: center;
  }
  .form-consultations__wrapp .form-consultations__text h2 br {
    display: none;
  }
  .services-banner__left {
    width: 40%;
  }
  .services-banner__text br {
    display: none;
  }
}
@media (max-width: 740px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .header__infomenu {
    display: none;
  }
  .development-solution__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-callme__wrapp {
    display: block;
  }
  .form-callme__wrapp .form-callme__columns {
    flex-direction: column;
  }
  .form-callme__wrapp form {
    max-width: 100%;
    padding: 30px;
  }
  .form-callme__wrapp form input {
    width: 100%;
  }
  .form-callme__wrapp form button {
    width: 100%;
  }
  .form-callme__column {
    width: 100%;
  }
  .stages-work__item p {
    padding-right: 0;
  }
  .stages-work__head h5 {
    background: transparent;
  }
  .stages-work__head:before {
    display: none;
  }
  .stages-work__head span {
    width: 41px;
    line-height: 41px;
    font-size: 19px;
  }
  .stages-work__item {
    margin-bottom: 25px;
  }
  .stages-work__item:last-child {
    margin-bottom: 0;
  }
  .form-consultations__row {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-consultations__wrapp form {
    width: 370px;
    max-width: 100%;
    padding: 30px;
  }
  .form-consultations__wrapp form button {
    min-width: 100%;
  }
  .portfolio-block__buttons {
    gap: 10px;
  }
  .portfolio-block__buttons a {
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
  }
  .archive-portfolio__term {
    gap: 10px;
  }
  .archive-portfolio__term a {
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
  }
  .form-consultations__text p br {
    display: none;
  }
  footer {
    position: relative;
  }
  .footer__left {
    width: 100%;
  }
  .footer__form {
    width: 100%;
  }
  .footer__row {
    flex-direction: column;
    gap: 40px;
  }
  .footer__row h4 {
    margin-bottom: 30px;
  }
  .footer__copy {
    display: none;
  }
  .footer__copy--mob {
    display: block;
    border-top: 1px dashed #1F25B0;
  }
  .footer__scrolltop {
    position: absolute;
  }
  .page-contact__row {
    flex-direction: column;
  }
  .page-contact__map {
    width: 100%;
  }
  .page-contact__left {
    width: 100%;
  }
  .archive__columns {
    flex-direction: column;
  }
  .archive__sidebar {
    width: 100%;
  }
  .archive__grid {
    width: 100%;
  }
  .tplPost__title h3 {
    font-size: 20px;
  }
  .tplPost {
    padding: 15px;
  }
  .services-banner__left {
    width: 100%;
  }
  .services-banner__right {
    width: 100%;
  }
  .services-banner__row {
    flex-direction: column;
  }
}
@media (max-width: 570px) {
  .head-banner__buttons {
    flex-direction: column;
  }
  .head-banner__buttons .button {
    min-width: 100%;
  }
  .advantages__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .advantages__item {
    text-align: center;
  }
  .tplCase {
    width: 100%;
  }
  .review-block__star {
    display: none;
  }
  .form-consultations__text p {
    font-size: 18px;
  }
  .form-consultations__text a {
    font-size: 22px;
  }
  .need-site__wrapp svg {
    display: none;
  }
  .services-block__item {
    padding: 15px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  .header__logo img {
    width: 150px;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__contact {
    width: 100%;
  }
  .footer__menu a {
    font-size: 16px;
  }
}