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

  h1 {
    font-size: 36px;
  }

  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;
    margin-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,
  .header__lang li {
    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__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;
  }

  .header__btn {
    margin-left: auto;
    margin-right: 45px;
  }

  .heading {
    padding: 125px 0 110px;
    min-height: fit-content;
  }

  .heading__item {
    width: 230px;
  }

  .request__title {
    margin-bottom: 90px;
  }

  .request__text {
    max-width: 317px;
    font-size: 16px;
  }

  .request__list {
    max-width: 300px;
  }

  .request__form::before {
    left: -40px;
  }

  .request__form-img {
    left: 35px;
    bottom: -100px;
    width: 170px;
    height: 204px;
  }

  .why {
    padding-top: 90px;
  }

  .why__title {
    margin-bottom: 40px;
  }

  .why__item:nth-child(even) .why__item-content {
    padding-left: 15px;
  }

  .why__item-content {
    max-width: 345px;
  }

  .why__item-title {
    margin-right: 10px;
    font-size: 20px;
  }

  .why__item-img {
    width: 235px;
    height: 222px;
  }

  .details__content {
    max-width: 410px;
  }

  .details__title {
    margin-bottom: 30px;
  }

  .details__img {
    width: 300px;
  }

  .position__item {
    width: 210px;
  }

  .position__list-left .position__item,
  .position__list-right .position__item {
    margin-bottom: 15px;
  }

  .position__list-left, .position__list-right {
    margin-top: 45px;
  }

  .position__img {
    width: 315px;
    height: 370px;
  }

  .advantages__top {
    padding: 50px 100px 50px;
  }

  .advantages__top p {
    font-size: 25px;
  }

  .advantages__img {
    width: 310px;
    height: 220px;
  }

  .advantages__content {
    max-width: 400px;
  }

  .founder__info {
    max-width: 400px;
  }

  .founder__photo {
    left: 50%;
  }

  .team {
    padding: 90px 0;
  }

  .team__title {
    margin-bottom: 30px;
  }

  .team__item {
    width: 250px !important;
    margin-right: 20px;
  }

  .team__content {
    height: 250px;
  }

  .team__text {
    max-width: 420px;
  }

  .team__content:hover .team__desc,
  .team__content.active .team__desc {
    opacity: 100;
  }

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

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

  .reviews .video-reviews .item1,
  .reviews .video-reviews .item2 {
    margin-bottom: 40px;
  }

  .faq__question {
    font-size: 22px;
  }

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

  .consultation__image-wrap {
    position: relative;
    margin-top: 90px;
    margin-left: 0;
    margin-right: 40px;
  }

  .consultation__image {
    width: 335px;
    height: 580px;
  }

  .form {
    max-width: 360px;
  }

  .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;
  }


footer a.header__btn {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 215px;
    margin: 0;
}

}

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

  .container {
    max-width: 340px;
  }

  h1 {
    font-size: 23px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }

  .btn {
    padding: 20px 10px;
  }

  .header.active {
    position: fixed;
  }

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

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

  .header__btn {
    margin-right: auto;
    padding: 12px 12px;
  }

  .heading__title {
    margin-bottom: 40px;
  }

  .heading__list {
    margin-bottom: 50px;
  }

  .heading__item {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
  }

  .heading__item:last-child {
    margin-bottom: 0;
  }

  .heading__item-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .heading__item p {
    width: calc(100% - 55px);
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
  }

  .heading__item b {
    font-weight: 400;
    color: #fff;
  }

  .heading__btn {
    width: 100%;
  }

  .heading__btn span:first-child {
    display: none;
  }

  .heading__btn span:nth-child(2) {
    display: block;
  }

  .request {
    padding: 40px 0;
  }

  .request__title {
    margin-bottom: 25px;
  }

  .request__wrap {
    display: block;
  }

  .request__text {
    max-width: none;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .request__item {
    margin-bottom: 10px;
  }

  .request__list {
    max-width: none;
    margin-bottom: 60px;
  }

  .request__form::before {
    height: calc(100% + 70px);
  }

  .request .form {
    width: 100%;
  }

  .request__form-decor {
    transform: translateX(72%);
  }

  .request__form-img {
    transform: translateX(0);
    left: auto;
    right: 0;
    bottom: 65px;
    width: 100px;
    height: 122px;
    z-index: 4;
  }

  .request__footer {
    margin-top: 70px;
  }

  .request__block {
    padding: 20px;
    margin-bottom: 15px;
  }

  .request__block p {
    font-size: 16px;
  }

  .request__desc {
    margin-bottom: 20px;
  }

  .request__items {
    display: block;
  }

  .request__items .item {
    width: 100%;
    padding: 26px 26px 35px;
  }

  .request__items .item:first-child {
    margin-bottom: 25px;
  }

  .request__items .item__icon {
    margin-bottom: 10px;
  }
  .request__items .item__title {
    margin-bottom: 15px;
  }

  .request__items .request__footer-decor1 {
    top: -15px;
  }

  .why {
    padding: 40px 0;
  }

  .why__title {
    margin-bottom: 25px;
  }

  .why__item {
    flex-direction: column;
    padding: 18px 15px;
    margin: 0 0 20px;
  }

  .why__item:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .why__item:nth-child(even) .why__item-content {
    padding-left: 0;
  }

  .why__item-content {
    margin-bottom: 10px;
  }

  .why__item-decor {
    display: none;
  }

  .why__item-title-wrap {
    margin-bottom: 15px;
  }

  .why__item-title {
    font-size: 17px;
  }

  .why__item p {
    margin-bottom: 8px;
  }

  .why__item-img {
    width: 100%;
    height: 268px;
  }

  .why__btn {
    width: 100%;
    justify-content: center;
  }

  .sec04 {
    padding-top: 40px;
  }

  .sec04__title br,
  .sec04__text br {
    display: none;
  }

  .sec04__title,
  .sec04__text {
    margin-bottom: 20px;
  }

  .sec04__wrap {
    flex-direction: column-reverse;
  }

  .sec04__item {
    padding: 25px 25px 25px 35px;
  }

  .sec04__item:first-child {
    margin-bottom: 15px;
  }

  .sec04__item-title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .sec04__img {
    width: 100%;
  }

  .details {
    padding-top: 40px;
  }

  .details__wrap {
    display: block
  }

  .details__title {
    margin-bottom: 20px;
  }

  .details__btn {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .details__img {
    width: 100%;
    height: 300px;
    margin-top: 25px;
  }

  .position__title {
    margin-bottom: -50px;
  }

  .position__list {
    order: 2;
  }

  .position__list-left,
  .position__list-right {
    margin-top: 0;
    width: 100%;
  }

  .position__item {
    width: 100%;
    height: 55px;
    margin-bottom: 10px !important;
    line-height: 55px;
  }

  .position__list-bottom {
    display: block;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .position__list-bottom .position__item {
    margin: 0 0 10px;
  }

  .position__img {
    order: 1;
    position: relative;
    width: 100%;
    height: 374px;
  }

  .advantages {
    padding: 40px 0;
  }

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

  .advantages__top-icon {
    margin-bottom: 5px;
  }

  .advantages__top p {
    font-size: 18px;
  }

  .advantages__item1 {
    flex-direction: column;
  }

  .advantages__item2 {
    flex-direction: column-reverse;
  }

  .advantages__item {
    margin-bottom: 30px;
  }

  .advantages__item1 .advantages__img {
    margin-right: 0;
  }

  .advantages__item2 .advantages__img {
    margin-left: 0;
  }

  .advantages__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .advantages__item2 .advantages__content {
    text-align: left;
  }

  .advantages__content-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .advantages__content-text:nth-child(2) {
    margin-bottom: 8px;
  }

  .advantages__btn {
    width: 100%;
  }

  .founder {
    padding-top: 60px;
    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;
  }

  .team {
    padding: 40px 0;
  }

  .team__title {
    margin-bottom: 30px;
  }

  .team__content {
    margin-bottom: 15px;
  }

  .team__name {
    margin-bottom: 5px;
  }

  .team__wrap {
    margin-bottom: 25px;
  }

  .reviews {
    padding-top: 40px;
  }

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

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

  .reviews__title {
    margin-bottom: 25px;
  }

  .faq {
    padding: 40px 0;
  }

  .faq__title {
    margin-bottom: 25px;
  }

  .faq__item {
    padding: 25px 15px;
    margin-bottom: 15px;
  }

  .faq__question {
    font-size: 16px;
  }

  .faq__question p {
    width: calc(100% - 50px);
  }

  .faq__question-icon {
    width: 35px;
    height: 35px;
  }

  .faq__answer {
    margin-top: 20px;
    margin-right: 0;
  }

  .consultation {
    padding-top: 40px;
  }

  .consultation__image-wrap {
    order: 2;
    margin-top: 30px;
    margin-right: 0;
  }

  .consultation__image {
    width: 320px;
    height: 400px;
  }



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

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

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__logo img {
    width: 100px;
  }

  .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;
  }
  
footer a.header__btn {
    margin: 0 auto;
    justify-content: center;
}
  
}