@media screen and (max-width: 900px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .container {
    padding: 0 20px;
  }
  body {
    padding-top: 50px;
  }
  body .main:after {
    content: '';
    opacity: 0;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .mobile-nav {
    visibility: visible;
    transform: translateX(0);
  }
  body.menu-open .main {
    position: relative;
  }
  body.menu-open .main:after {
    content: '';
    opacity: 1;
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: calc(100% + 80px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    transition: ;
  }
  .header {
    height: 50px;
  }
  .header .logo {
    width: 130px;
    margin-right: 15px;
  }
  .header .header-socials {
    margin-left: auto;
  }
  .header .header-socials .item img {
    width: 16px;
    height: 16px;
  }
  .header .mobile-nav-toggle {
    margin-left: 15px;
  }
  .header .mobile-nav-toggle img {
    pointer-events: none;
  }
  .section-receipts .receipts {
    flex-wrap: wrap;
  }
  .section-receipts .receipts .item {
    margin: 5px;
  }
  .section-contacts .form-block {
    padding: 60px 15px;
  }
  .mobile-nav {
    visibility: hidden;
    position: fixed;
    padding: 20px;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin-right: 0;
    text-align: right;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: ;
  }
  .mobile-nav .link {
    color: ;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 15px 15px 15px 0px;
  }
  .mobile-nav .link.active {
    color: ;
  }
  .mobile-nav .menu-close {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
  }
  .mobile-nav .menu-close img {
    width: 24px;
    height: auto;
    pointer-events: none;
  }
}
@media screen and (max-width: 600px) {
  .mobile-nav {
    width: 70%;
  }
  .header-socials .item {
    width: 28px;
    height: 28px;
  }
  .section {
    padding: 30px 0;
  }
  .section-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  .section-welcome .info {
    width: 100%;
  }
  .section-welcome .info h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .section-welcome .info .subheading {
    font-size: 14px;
    line-height: 16px;
  }
  .section-welcome .info form {
    max-width: 100%;
  }
  .section-welcome .illustration {
    display: none;
  }
  .section-order .layout {
    flex-direction: column;
  }
  .section-order .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-order .right {
    width: 100%;
  }
  .section-order .orders li {
    font-size: 14px;
  }
  .section-order .orders li:before {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }
  .section-order .orders li:after {
    top: 30px;
    left: 24px;
  }
  .section-order .illustration {
    display: none;
  }
  .section-receipts .receipts {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .section-receipts .receipts .item {
    width: 100%;
    height: auto;
    padding: 35px;
  }
  .blocks-row {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .blocks-row .item-wrap {
    margin-bottom: 40px;
  }
  .blocks-row .item .icon {
    width: 42px;
    height: 42px;
    left: -21px;
    top: -21px;
  }
  .section-contacts {
    padding-bottom: 0;
  }
  .section-contacts .layout {
    flex-direction: column-reverse;
  }
  .section-contacts .form-block {
    padding: 16px 16px 50px 16px;
    margin: 0;
    box-shadow: none;
    background: transparent;
  }
  .section-contacts .left {
    width: 100%;
  }
  .section-contacts .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .section-contacts .contacts-subheading {
    margin-bottom: 30px;
  }
  .footer {
    padding: 40px 20px 0 20px;
  }
  .footer .top {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .footer .footer-brand {
    margin-bottom: 40px;
  }
  .footer .site-map {
    margin-bottom: 40px;
  }
  .footer .footer-contacts {
    text-align: left;
    margin-left: 0;
  }
  .footer .footer-contacts .contact-info .item {
    text-align: left;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .footer .footer-contacts .contact-info .icons .icon {
    margin-right: 10px;
  }
  .footer .footer-contacts .contact-info .icons .icon svg {
    width: 28px;
  }
  .footer .footer-contacts .contact-info .text {
    margin-right: 30px;
    margin-left: 0;
  }
}