@media (max-width: 1360px) {
  .nav-item {
    margin: 15px 10px;
  }
  .phones-item:first-child {
    display: none;
  }
  .clients-body {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .header-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-left {
    width: 15%;
  }
  .header-center {
    width: 60%;
  }
  .header-right {
    width: 25%;
  }
  .phones-item:nth-child(2) {
    display: none;
  }
  .promo-picture {
    right: 20px;
  }
  .better-item {
    padding: 45px 30px 40px 30px;
  }
  .bonus-item {
    width: 50%;
    background-color: #ededed;
  }
  .bonus-item:nth-child(3) {
    background-color: #f6f6f6;
  }
  .bonus-item:nth-child(4) {
    background-color: #ededed;
  }
  .footer-body {
    padding: 0;
  }
  .footer-left {
    width: 10%;
  }
  .footer-center {
    width: 55%;
  }
  .footer-right {
    width: 35%;
  }
}

@media (max-width: 992px) {
  .header-right {
    display: none;
  }
  .header-left {
    width: 25%;
  }
  .header-center {
    width: 75%;
  }
  .nav-item {
    margin: 15px;
  }
  .promo-title {
    font-size: 40px;
  }
  .together {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .together-btn {
    margin-bottom: 10px;
  }
  .infos-body {
    display: block;
    text-align: right;
  }
  .footer-social .social-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 0;
  }
  .header-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1000;
    background-color: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(46, 31, 31, 0.17);
            box-shadow: 0px 0px 8px 0px rgba(46, 31, 31, 0.17);
  }
  .header-row.show .header-center,
  .header-row.show .header-right {
    display: block;
  }
  .header-left {
    width: 100%;
  }
  .header-center {
    width: 100%;
    display: none;
  }
  .header-right {
    width: 100%;
    display: block;
    display: none;
    padding-bottom: 20px;
  }
  .header-logo {
    width: 100px;
  }
  .nav-list {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .nav-item {
    margin: 0 15px;
  }
  .nav-link {
    display: block;
    width: 100%;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .phones {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .phones-item {
    width: 100%;
    margin: 0;
  }
  .phones-item:first-child {
    display: block;
  }
  .phones-item:nth-child(2) {
    display: block;
  }
  .phones .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
  }
  .mobile-icon {
    display: inline-block;
    min-width: 25px;
    width: 25px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/mobile-icon.png);
  }
  .logo {
    position: static;
  }
  .promo {
    margin-top: 120px;
  }
  .promo-prev {
    margin-top: 0;
  }
  .promo-row {
    display: block;
    text-align: center;
  }
  .promo-left {
    width: 100%;
  }
  .promo-right {
    width: 100%;
  }
  .promo-picture {
    position: static;
  }
  .promo-image {
    width: 100%;
  }
  .promo-more-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .better-list {
    display: block;
  }
  .better-item {
    width: 100%;
  }
  .special-item {
    width: calc(100% - 30px);
    position: static !important;
  }
  .special-item:last-child {
    padding-bottom: 0;
  }
  .bonus-item {
    width: 100%;
  }
  .feedback-list {
    display: block;
  }
  .feedback-item {
    width: calc(100% - 30px);
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .footer-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-center {
    width: 100%;
    padding-left: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
  .footer-right {
    width: 100%;
  }
  .footer-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .infos-body {
    text-align: center;
  }
  .infos-right {
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  h2 {
    margin-left: 0 !important;
    font-size: 20px;
  }
  .promo {
    margin-top: 100px;
  }
  .promo-prev {
    font-size: 25px;
  }
  .promo-title {
    font-size: 27px;
  }
  .promo-descr {
    font-size: 18px;
  }
  .promo-right {
    padding-top: 25px;
  }
  .promo-more {
    margin-top: 25px;
  }
  .promo-more-icon {
    margin-right: 10px;
  }
  .promo-more-btn {
    padding: 15px 20px;
    font-size: 14px;
  }
  .special {
    margin: 50px 0 20px 0;
  }
  .special-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .special-picture {
    padding-right: 0;
  }
  .special-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .special-subtitle {
    font-size: 20px;
  }
  .special-descr {
    font-size: 16px;
  }
  .special-text {
    font-size: 14px;
  }
  .bonus-item {
    padding: 20px;
  }
  .bonus-wrapper {
    display: block;
    text-align: center;
  }
  .bonus-picture {
    margin-right: 0;
  }
  .feedback {
    margin: 70px 0 50px 0;
  }
  .feedback-body {
    padding: 20px;
  }
  .feedback-title {
    font-size: 22px;
  }
  .feedback-descr {
    font-size: 14px;
  }
  .feedback-item {
    margin: 15px 0;
    width: 100%;
  }
  .feedback-btn {
    padding: 12px 17px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 10px;
  }
  .footer {
    margin-top: 40px;
  }
  .footer-list {
    display: block;
    text-align: center;
  }
  .footer-item {
    margin-bottom: 15px;
  }
  .footer-item:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .promo-more-icon {
    margin-right: 5px;
  }
}
/*# sourceMappingURL=media.css.map */