@media screen and (max-width: 991px) {
  .dotted-bg:after {
    display: none !important;
  }

  .modal {
    padding: 0 0.5rem;
  }

  .burger-menu {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--icon);
  }

  .section .left-side {
    max-width: 100%;
  }

  .section .section-desc {
    max-width: 95%;
  }

  .mobile-menu-view {
    padding: 1rem 1.25rem;
  }

  .mobile-menu {
    position: fixed;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--float-white);
    padding: 2.375rem 1.25rem 6.25rem;
    z-index: 99;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }

  .mobile-menu-view .lang-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding: 0 1.5rem 0 1rem;
  }

  .mobile-menu.active {
    left: 50%;
  }

  .menu-close-btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    color: var(--icon);
  }

  .mobile-menu .menu {
    margin: auto 0;
    row-gap: 1.875rem;
    padding: 2.5rem 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mobile-menu .btn {
    width: 100%;
  }

  body.home .content-wrapper {
    padding-bottom: 6.25rem;
  }

  .main-section {
    padding-top: 120px;
  }

  .main-section .inner {
    row-gap: 1.25rem;
  }

  .main-section .title,
  .main-section .desc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .main-section .image-block {
    padding: 2rem 0 1rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    min-height: 320px;
  }

  .main-section .image-block img {
    top: 0;
  }

  .main-section .btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .trust-by .grid-cols-2 {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: calc(var(--offset) / 2);
  }

  .trust-by .list-item {
    min-height: 140px;
    padding: 20px;
  }

  .solutions .content .image-block,
  .solutions .content .image-block img {
    max-height: 300px;
  }

  .solutions .content .info {
    row-gap: 0.9375rem;
  }

  .solutions .btn-primary-outline {
    padding: 1rem 2rem;
  }

  .advantages .right-side {
    row-gap: var(--offset);
  }

  .advantages .right-side .grid-cols-2 {
    row-gap: 0;
  }

  .why-us .right-side {
    row-gap: 1.25rem;
  }

  .reviews .slider {
    margin-top: 1.25rem;
  }

  .reviews .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reviews .item .image-block {
    max-width: 8.0625rem;
  }

  .reviews .item .title {
    margin-bottom: 0.5rem;
  }

  .mobile-app .grid,
  .mobile-app .grid-cols-2 {
    row-gap: 0.625rem;
  }

  .mobile-app .image-block {
    margin-top: 1.25rem;
  }

  .faq .add-info .c-soc-link {
    margin-top: 1.25rem;
  }

  .cta .inner {
    max-width: 420px;
    display: block;
    min-height: 700px;
    padding: 1.875rem;
  }

  .cta .title {
    margin-bottom: 1.25rem;
  }

  .cta .image {
    position: relative;
    margin: 4.5rem -1.875rem 3.75rem;
    width: 122.5%;
  }

  .cta .btn-secondary-outline--white {
    width: 100%;
  }

  .platforms .content-block {
    gap: 1.25rem;
  }

  .blog-section .posts-grid {
    margin-top: 1.25rem;
  }

  .blog-section .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .footer .footer-top {
    padding: 2.5rem 0 5rem;
  }

  .footer .logo {
    margin-bottom: 0.9375rem;
  }

  .footer .slogan {
    margin-bottom: 3.12rem;
  }

  .footer .menu .item-title,
  .footer .menu li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .footer .contacts {
    margin: 3.12rem 0;
  }

  .footer .contacts .item-title,
  .footer .contacts a:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .footer .footer-bottom {
    padding: 1rem 1.25rem;
  }

  .modal--solutions .modal-header {
    padding: 0.625rem 1.25rem;
  }

  .modal--solutions .modal-body {
    padding: 0 0.625rem;
  }

  .modal--solutions .modal-body .item {
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--stroke-secondary);
  }

  .modal--solutions .modal-body .content {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal--solutions .modal-body .content .image img {
    max-height: 12.125rem;
    max-width: 100%;
  }

  .modal--solutions .modal-body .content .text {
    row-gap: 1.25rem;
  }

  .modal--solutions .modal-footer {
    margin-top: 1rem;
    padding: 0.625rem;
  }

  .modal--solutions .modal-footer .btn {
    width: 100%;
  }

  .modal--feedback .modal-header {
    padding: 0.9375rem;
  }

  .modal--feedback .modal-header .desc {
    max-width: calc(100% - 1.625rem);
  }

  .modal--feedback .modal-body {
    padding: 0.9375rem 0.625rem;
  }

  .modal--feedback .form-input,
  .modal--feedback .form-submit {
    padding: 1rem 1.25rem;
  }

  .modal--feedback .modal-footer {
    padding: 1.25rem 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.25rem;
  }

  .modal--feedback .modal-footer .item,
  .modal--feedback .modal-footer .phone {
    width: 100%;
  }

  .modal--feedback .modal-footer .phone-text {
    font-size: 1rem;
    font-weight: 700;
  }

  .cookies {
    width: calc(100% - (0.625rem * 2));
    left: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    padding: 2rem 1.25rem 1.25rem 1.25rem;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.40);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.40);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }

  .cookies p {
    max-width: 100%;
  }

  .cookies .btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    row-gap: 0.75rem;
  }

  .cookies .btn:not(:last-child) {
    margin-right: 0;
  }

  body.blog .content-wrapper {
    padding: 120px 0;
  }

  body.blog .posts-list .grid {
    gap: calc(var(--offset) * 3);
  }

  .posts-list .left-side .info {
    row-gap: 1rem;
  }

  .posts-list .left-side .info .desc {
    max-width: 100%;
  }

  body.single-post .content-wrapper {
    padding: 120px 0;
  }
}