@media screen and (max-width: 768px) {
  .section._banner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .section._banner .section__wrap {
    padding: 50px 50px 128px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._banner .section__header {
    width: 100%;
  }
  .section._banner .section__title {
    font-size: 32px;
    line-height: 36px;
    max-width: 264px;
    margin-bottom: 30px;
  }
  .section._banner .section__title img {
    width: 40px;
    height: 46px;
    left: 138px;
    top: -14px;
  }
  .section._banner .section__common {
    padding-left: 0;
  }
  .section._banner .section__common ul {
    display: none;
  }
  .section._banner .section__button {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
  }
  .section._banner .section__button .button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section._command .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._command .section__title {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .section._command .section__title img {
    display: none;
  }
  .section._command .section__list {
    margin: 0 -24px 68px;
    overflow: auto;
  }
  .section._command .section__list::-webkit-scrollbar {
    display: none;
  }
  .section._command .section__list:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._command .section__list:after {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._command .section__list-item {
    width: 224px;
    min-width: 224px;
    margin-right: 25px;
    padding: 0;
  }
  .section._command .section__list-item:last-child {
    margin-right: 0;
  }
  .section._command .section__feedback {
    display: none;
  }
  .section._command .section__button {
    display: block;
  }
  .section._command .section__button .button {
    width: 100%;
  }
  .item._user .item__image {
    width: 225px;
    height: 225px;
  }
}

@media screen and (max-width: 768px) {
  .section._docs {
    padding-top: 25px;
    padding-bottom: 68px;
  }
  .section._docs .section__slider {
    margin: 0;
  }
  .section._docs .section__list {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0 -24px;
  }
  .section._docs .section__list::-webkit-scrollbar {
    display: none;
  }
  .section._docs .section__list:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._docs .section__list:after {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._docs .section__list-item {
    width: 178px;
    min-width: 178px;
    margin-right: 10px;
    padding: 0;
  }
  .section._docs .section__list-item:last-child {
    margin-right: 0;
  }
  .section._docs .section__list-item a {
    padding: 15px;
    height: 235px;
  }
}

@media screen and (max-width: 768px) {
  .section._entry {
    padding: 0;
  }
  .section._entry .container {
    height: 80vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
    padding-top: 30vh;
  }
  .section._entry .section__form {
    display: none;
  }
  .section._entry .section__content {
    max-width: 314px;
  }
  .section._entry .section__sub-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .section._entry .section__button {
    display: block;
  }
  .section._entry .section__title {
    padding-top: 20px;
    font-size: 32px;
    line-height: 36px;
    max-width: 285px;
  }
  .section._entry .section__title:before {
    width: 29px;
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .section._faq {
    padding-bottom: 25px;
  }
  .section._faq .section__button .button {
    width: 100%;
  }
  .item._faq .item__title:before {
    top: 50%;
    margin-top: -10px;
  }
  .item._faq .item__title:after {
    top: 50%;
    margin-top: -16px;
  }
}

@media screen and (max-width: 768px) {
  .footer .container {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
  }
  .footer__logo {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .footer__logo img {
    margin: 0 auto;
  }
  .footer__logo span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer__logo span br {
    display: none;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__menu ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer__dop-menu ul li {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .form {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .modal__bg {
    background: #0B2343;
  }
  .modal__container {
    position: static;
  }
  .modal._form .modal__wrap {
    padding: 0;
  }
  .modal._service .modal__wrap {
    padding: 0;
  }
  .modal._service .modal__container {
    padding: 43px 24px 100px;
  }
  .modal._service .modal__container h2 {
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .header .container {
    height: 71px;
  }
  .header__call {
    display: block;
  }
  .header__call-order {
    display: none;
  }
  .header__phone-info {
    display: none;
  }
  .header__phone-number {
    font-size: 14px;
    line-height: 20px;
  }
  .header__logo img {
    width: 128px;
  }
}

@media screen and (max-width: 768px) {
  .section._reports {
    padding-bottom: 68px;
  }
  .section._reports .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._reports .section__slider {
    width: 100%;
    margin-top: 40px;
  }
  .section._reports .section__list {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0 -24px;
  }
  .section._reports .section__list::-webkit-scrollbar {
    display: none;
  }
  .section._reports .section__list:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._reports .section__list:after {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._reports .section__list-item {
    width: 178px;
    min-width: 178px;
    margin-right: 10px;
    padding: 0;
  }
  .section._reports .section__list-item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .section._reviews .section__list {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0 -24px;
  }
  .section._reviews .section__list::-webkit-scrollbar {
    display: none;
  }
  .section._reviews .section__list:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._reviews .section__list:after {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._reviews .section__list-item {
    max-width: 356px;
    width: 80vw;
    min-width: 80vw;
    margin-right: 10px;
    padding: 0;
  }
  .section._reviews .section__list-item:last-child {
    margin-right: 0;
  }
  .item._review {
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item._review .item__media {
    width: 100%;
    margin-bottom: 20px;
  }
  .item._review .item__media-large .item {
    height: 176px;
  }
  .item._review .item__media-thumbnails .item a {
    width: 74px;
    height: 47px;
  }
  .item._review .item__common {
    padding-left: 0;
  }
  .item._review .item__name {
    margin-bottom: 10px;
    display: block;
  }
  .item._review .item__decommissioned {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .section._services .section__list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section._services .section__list-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .section._services .section__list-item:last-child {
    margin-bottom: 0;
  }
  .item._service .item__wrap {
    height: auto;
  }
  .item._service .item__title {
    margin-bottom: 30px;
    min-height: 67px;
    max-width: 192px;
  }
  .service__footer {
    left: 24px;
    right: 24px;
  }
  .service__footer .button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section._steps {
    padding-bottom: 0;
  }
  .section._steps .section__list {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0 -24px;
    padding-bottom: 68px;
  }
  .section._steps .section__list::-webkit-scrollbar {
    display: none;
  }
  .section._steps .section__list:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._steps .section__list:after {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 100px;
  }
  .section._steps .section__list-item {
    width: 272px;
    min-width: 272px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .section._steps .section__list-item:last-child {
    margin-right: 0;
  }
  .item._step {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-top: 302px;
    height: 100%;
  }
  .item._step .item__image {
    width: 100%;
    min-width: 1px;
    height: 172px;
    position: absolute;
    top: 130px;
    left: 0;
  }
  .item._step .item__image:before {
    display: none;
  }
  .item._step .item__common {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: static;
  }
  .item._step .item__number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 29px;
  }
  .item._step .item__number:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #0babf2;
    bottom: -20px;
    left: 0;
  }
  .item._step .item__title {
    position: absolute;
    height: 59px;
    top: 71px;
    left: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
  .item._step .item__more {
    margin-top: auto;
  }
  .item._step .item__description:before {
    display: none;
  }
  .item._step._reverse {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item._step._reverse .item__common {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .section._why {
    padding-bottom: 50px;
  }
  .section._why .section__list-item {
    width: 100%;
    padding-bottom: 33px;
  }
  .section._why .section__list-item:last-child {
    padding-bottom: 0;
  }
  .item._why .item__title {
    max-width: 100%;
  }
  .item._why .item__common {
    padding-right: 0;
  }
  .item._why .item__description {
    max-width: 100%;
  }
}
