@media only screen and (max-width: 1130px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  .container {
    max-width: 760px;
  }

  .header {
    top: 10px;
  }

  .header__menu {
    position: fixed;
    width: 50%;
    background: #fff;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
    transition: 0.3s ease;
    transform: translateX(200%);
  }

  .header__menu .has-child:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 8px;
    transition: 0.3s ease;
  }

  .header__menu li {
    margin-bottom: 25px;
  }

  .header__menu li a {
    color: #202020;
  }

  .header__menu li:hover .sub-menu {
    min-height: 0;
  }

  .header__menu li.active:after {
    transform: rotate(180deg);
  }

  .header__menu li.active .sub-menu {
    max-height: 1000px;
    margin-top: 10px;
  }

  .header .sub-menu {
    padding: 0;
    padding-left: 10px;
    position: relative;
    max-height: 0;
    overflow: hidden;
    transform: none;
    left: auto;
    top: auto;
    opacity: 1;
    visibility: visible;
    background: transparent;
    width: 270px;
  }

  .header .sub-menu li a {
    color: #000;
  }

  .header__lang {
    margin-left: auto;
    margin-right: 30px;
    gap: 8px;
  }

  .header__burger {
    width: 25px;
    height: 20px;
    padding: 3px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    z-index: 150;
  }

  .header__burger span {
    background: #fff;
    height: 2px;
    width: 100%;
    transition: 0.3s ease;
  }

  .header.active .header__menu {
    opacity: 1;
    transform: translateX(0);
  }

  .header.active .header__burger span {
    background: #202020;
  }

  .header.active .header__burger span:nth-child(1) {
    transform: translate(1px, 4px) rotate(45deg);
    width: 20px;
  }

  .header.active .header__burger span:nth-child(2) {
    width: 20px;
    transform: translate(1px, -8px) rotate(-45deg);
  }

  .header.active .header__burger span:nth-child(3) {
    display: none;
  }

  .heading {
    padding-top: 150px;
  }

  /* HOME */

  .page-home .heading__image {
    left: calc(50% + 20px);
  }

  .page-home .heading__content {
    max-width: 500px;
  }

  .page-home .heading__title {
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 25px;
  }

  .page-home .heading__text {
    max-width: 360px;
  }

  .page-home .heading ul {
    -moz-columns: 1;
    columns: 1;
    margin-bottom: 25px;
  }

  .page-home .heading ul li {
    margin-bottom: 10px;
  }

  .tasks .item__content {
    max-width: 360px;
  }

  .tasks .item__image {
    max-width: 360px;
  }

  .mission__citate {
    margin-right: 0;
    max-width: 360px;
  }

  .mission__photo {
    left: calc(50% - 380px);
  }

  .services .item {
    padding: 20px 40px;
    margin-bottom: 20px;
  }

  .experience__items {
    max-width: 360px;
  }

  .experience__photo {
    max-width: 360px;
    height: 360px;
  }

  .experience .item {
    margin-bottom: 10px;
  }

  .experience .item__number {
    font-size: 35px;
  }

  .experience .item__text br {
    display: none;
  }

  .consultation__image {
    margin-right: 0;
  }

  .consultation__container {
    justify-content: space-between;
  }

  .form {
    max-width: 360px;
  }

  /* PAGE ABOUT */

  .page-about .heading {
    min-height: 500px;
  }

  .about .block__content,
  .about .block__image {
    max-width: 360px;
  }

  .about .block__content p {
    margin-bottom: 10px;
  }

  .about .block__image {
    background-position: 50% 0;
  }

  /* SINGLE SERVICE */

  .single-service .heading {
    min-height: 500px;
  }

  .service__container {
    display: flex;
    flex-wrap: wrap;
  }

  .service__header {
    margin-bottom: 25px;
  }

  .service__content {
    max-width: 100%;
  }

  .service__image {
    max-width: 100%;
    position: relative;
    height: 400px;
    left: auto;
    top: auto;
    margin-top: 20px;
  }

  /* PAGE CASES */

  /* SINGLE CASE */

  .single-case .heading {
    min-height: 435px;
  }

  .single-case .heading__info {
    max-width: 360px;
  }

  .case__image .photo {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    background-position: 50% 0;
    background-size: cover;
  }

  /* PAGE REVIEWS */

  .reviews .video-reviews .item {
    max-width: 360px;
  }

  .reviews .video-reviews .item__image {
    height: 230px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .reviews .text-reviews .item {
    max-width: 100%;
    margin-bottom: 20px;
    align-items: center;
  }

  .reviews .text-reviews .item:last-child {
    margin-bottom: 0;
  }

  .reviews .text-reviews .item__content {
    max-width: 550px;
  }

  /* PAGE CONTACTS */

  .contacts__email span,
  .contacts__adress span {
    font-size: 18px;
  }

  .contacts__map {
    height: 400px;
  }

  .callback__form {
    max-width: 100%;
  }

  .audit-presentation {
    padding: 0 0 90px 0;
  }

  .audit-presentation__photo {
    position: static;
    width: 620px;
    margin: 0 auto; 
  }

  .audit-presentation__container {
    flex-direction: column-reverse;
  }

  .audit-presentation__title {
    text-align: center;
    font-size: 30px;
  }

  .presentation_btn {
    padding: 20px 20px;
  }

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

  .footer__menu.services__menu {
    order: 1;
    max-width: 460px;
  }

  .footer__menu.pages__menu {
    margin-right: 0;
    order: 2;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer .sub-menu li {
    margin-bottom: 10px;
  }

  .footer .sub-menu li a {
    font-size: 14px;
  }

  /* PAGE audit */

  .page-audit .heading {
    padding-top: 120px;
  }

  .page-audit .heading__content {
    max-width: 360px;
  }

  .page-audit .heading__list {
    max-width: 360px;
  }

  .page-audit .heading__list li {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-audit .heading__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
  }

  .page-audit .heading__subtitle {
    margin-bottom: 20px;
  }

  .page-audit .founder {
    padding-bottom: 20px;
  }

  .page-audit .founder__info {
    max-width: 400px;
  }

  .page-audit .team__title {
    margin-bottom: 40px;
  }

  .page-audit .team__items .item {
    margin-right: 45px;
  }

  .audit-details__title {
    margin-bottom: 20px;
  }

  .audit-details__info {
    margin-bottom: 20px;
  }

  .audit-details__content {
    max-width: 400px;
  }

  .audit-details__content li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .audit-details__image {
    max-width: 320px;
  }

  .audit-reasons .item {
    max-width: 360px;
    padding: 20px 30px;
  }

  .audit-when__content {
    max-width: 360px;
  }

  .audit-when__content p {
    margin-bottom: 20px;
  }

  .audit-when__image {
    max-width: 360px;
  }

  .audit-pdf__wrap {
    padding: 60px 90px;
  }

  .audit-result .item {
    max-width: 240px;
    padding: 20px;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .container {
    max-width: 400px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .btn {
    padding: 20px 10px;
  }

  .heading {
    padding-top: 150px;
  }

  .header.active {
    position: fixed;
  }

  .header.active .header__menu {
    width: 100%;
  }

  .header .sub-menu li a {
    font-size: 12px;
  }

  /* HOME */

  .page-home .heading {
    padding-bottom: 60px;
    padding-top: 100px;
  }

  .page-home .heading__title {
    font-size: 22px;
    margin-bottom: 293px;
  }

  .page-home .heading__text {
    order: 2;
    margin-top: 30px;
  }

  .page-home .heading__text ul {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .page-home .heading__content {
    display: flex;
    flex-wrap: wrap;
  }

  .page-home .heading__image {
    width: 200px;
    height: 305px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    bottom: auto;
    top: 180px;
  }

  .page-home .heading__image .bolonin {
    width: 200px;
    height: 305px;
  }

  .page-home .heading__btn {
    z-index: 5;
  }

  .tasks__block {
    -moz-columns: 1;
    columns: 1;
    padding: 20px;
    margin-bottom: 25px;
  }

  .mission {
    padding-top: 70px;
    padding-bottom: 250px;
  }

  .mission__photo {
    left: calc(50% - 199px);
  }

  .mission__photo .decor {
    display: none;
  }

  .mission__photo .photo {
    width: 250px;
    height: 300px;
  }

  .services__items {
    margin-top: 30px;
  }

  .services .item {
    padding: 20px 10px;
  }

  .services .item__name_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 15px;
  }

  .services .item__name_text {
    max-width: 220px;
  }

  .services .item__arr {
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .services .item__arr svg {
    width: 15px;
    height: 15px;
  }

  .experience__photo {
    height: 300px;
    order: 1;
    margin-bottom: 30px;
  }

  .experience__title {
    margin-bottom: 30px;
  }

  .experience__items {
    order: 2;
  }

  .consultation__image {
    order: 2;
    width: 320px;
    height: 400px;
    margin-top: 30px;
  }

  .consultation__image::after {
    display: none;
  }

  .founder {
    padding-bottom: 300px;
  }

  .founder__bg {
    left: 0;
    display: none;
    width: 100%;
  }

  .founder__title {
    margin-bottom: 20px;
  }

  .founder__info li {
    margin-bottom: 10px;
  }

  .founder__photo {
    left: 50%;
    transform: translateX(-50%);
  }

  .founder__photo .decor {
    display: none;
  }

  .founder__photo .photo {
    width: 250px;
    height: 300px;
  }

  .footer {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .footer__info {
    width: 100%;
    text-align: center;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__logo img {
    width: 300px;
  }

  .footer__menu {
    text-align: center;
  }

  .footer__menu.pages__menu {
    order: 1;
    display: block;
    -moz-columns: 1;
    columns: 1;
  }

  .footer__menu.pages__menu li {
    margin-bottom: 15px;
  }

  .footer__menu.services__menu {
    order: 2;
  }

  .footer .sub-menu {
    -moz-columns: 1;
    columns: 1;
  }

  .audit-presentation__photo {
    width: 100%;
    height: 315px;
  }

  .audit-presentation__title {
    font-size: 20px;
  }

  .audit-presentation__list li {
    font-size: 16px;
  }

  .form__presentation {
    margin-top: 40px;
  }

  .audit-presentation__title {
    margin-top: 30px;
  }

  .presentation_btn {
    font-size: 13px;
  }

  .audit-presentation {
    padding: 0 0 60px 0;
  }

  /* PAGE ABOUT */

  .page-about .heading {
    min-height: 400px;
    padding-top: 150px;
  }

  .about .block {
    margin-bottom: 30px;
  }

  .about .block__content {
    order: 2;
  }

  .about .block__image {
    height: 400px;
    margin-bottom: 20px;
    background-position: 50%;
  }

  /* SINGLE SERVICE */

  .service__image {
    height: 270px;
  }

  /* SINGLE CASE */

  .single-case .heading__company {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .single-case .heading__company_logo {
    width: 150px;
  }

  .case__image {
    width: 100%;
    height: 300px;
    order: 1;
    margin-bottom: 30px;
  }

  .case__task,
  .case__target,
  .case__solution {
    order: 2;
    width: 100%;
    margin-bottom: 30px;
  }

  .case__result {
    order: 3;
    padding: 20px;
  }

  /* PAGE REVIEWS */

  .reviews .video-reviews .item {
    margin-bottom: 30px;
  }

  .reviews .video-reviews .item__image {
    height: 180px;
  }

  .reviews .text-reviews .item {
    align-items: flex-start;
  }

  .reviews .text-reviews .item__image {
    width: 100px;
    height: 100px;
  }

  .reviews .text-reviews .item__content {
    max-width: 200px;
  }

  .reviews .text-reviews .item__text {
    margin-bottom: 10px;
  }

  .reviews .text-reviews .item__author {
    font-size: 12px;
  }

  .reviews__items{
    justify-content: center;
  }

  /* PAGE CONTACTS */

  .contacts__container {
    max-width: 100%;
    padding: 0;
  }

  .contacts__info {
    width: 100%;
    padding: 50px 0;
    max-width: 320px;
    margin: 0 auto;
  }

  .contacts__map {
    width: 100%;
  }

  .contacts__email span,
  .contacts__adress span {
    font-size: 16px;
  }

  /* PAGE AUDIT */

  .page-audit .heading {
    padding-bottom: 120px;
  }

  .page-audit .heading__title {
    font-size: 28px;
  }

  .page-audit .heading__btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
  }

  .page-audit .founder {
    padding-top: 60px;
    padding-bottom: 300px;
  }

  .page-audit .team__title {
    margin-bottom: 30px;
  }

  .page-audit .team__items {
    justify-content: space-between;
  }

  .page-audit .team__items .item {
    margin-right: 0;
    width: 47%;
  }

  .page-audit .team__items .item__logo {
    height: 53px;
    margin-bottom: 15px;
  }

  .audit-details {
    padding: 60px 0;
  }

  .audit-details__content {
    order: 2;
  }

  .audit-details__image {
    height: 230px;
    order: 1;
    margin-bottom: 20px;
  }

  .audit-reasons {
    padding-bottom: 60px;
  }

  .audit-reasons__title {
    padding: 20px;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .audit-when {
    padding: 60px 0;
  }

  .audit-when__content {
    order: 2;
    margin-top: 30px;
  }

  .audit-when__image {
    height: 300px;
    background-position: 50%;
  }

  .audit-pdf {
    padding: 60px 0;
  }

  .audit-pdf__wrap {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin: 0;
  }

  .audit-pdf__title {
    font-size: 20px;
  }

  .audit-pdf__container {
    max-width: 100%;
  }

  .audit-zoom {
    padding-bottom: 30px;
  }

  .audit-zoom__title {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .audit-zoom__image {
    height: 230px;
    margin-top: 20px;
  }

  .audit-result {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .audit-result__title {
    margin-bottom: 30px;
  }

  .audit-result .item {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .audit-result .item__title {
    font-size: 20px;
  }

  .audit-result .item:last-child {
    margin-bottom: 0;
  }

  .consultation__image {
    height: 460px;
    padding-top: 90px;
    padding-left: 45px;
  }

  .consultation__image_list li {
    font-size: 12px;
  }

  .footer__container{
    justify-content: center;
  }
}