@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }

  .section-3-logo,
  .section-4-logo,
  .section-2-logo {
    display: block;
	font-size: 144px;
    margin-left: -590px;
  }
}

@media (max-width: 991px) {
  .support-right__title {
    font-size: 30px;
  }

  .menu-top__href {
    padding: 11px 5px 12px 5px;
  }

  header {
    padding-bottom: 120px;
  }

  footer {
    padding: 20px 0 20px 0;
  }

  .footet-title {
    font-size: 40px;
  }

  .menu-top .menu-top__item:not(:last-child) {
    /* display: none; */
  }

  .header-top {
    margin-bottom: 30px;
  }

  .mobile-menu-btn {
    font-size: 30px;
  }

  .header-info {
    max-width: inherit;
  }

  .menu-top {
    padding-left: 15px;
  }

  .mobile-menu-btn {
    display: block;
  }
  .header-info__img {
    display: none;
  }
  .ourproduct__left {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .header-top {
    padding-top: 20px;
  }

  .timeline > li > .timeline-badge {
    display: none;
  }

  .logo {
    display: table;
    margin: 0 auto;
  }

  .menu-top {
    display: none;
  }

  .timeline-badge__item {
    display: none;
  }

  h1 {
    font-size: 30px;
    text-align: center;
  }

  h2 {
    padding: 0 15px;

    font-size: 25px;
  }

  .etap {
    display: block;
  }

  .etap__item {
    display: block;
    width: 100%;
    padding: 10px;

    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .etap__item:last-child {
    border-bottom: none;
  }

  .support-left {
    display: block;
    width: 100%;
    padding: 0;
  }

  .support-right {
    display: block;
    width: 100%;
    padding: 0;
  }

  .support-wrap {
    max-width: 310px;
    margin: 0 auto;
  }

  .hidden {
    display: none;
  }

  .visible {
    display: block !important;
  }

  .support-right__title {
    margin-top: 10px;

    font-size: 20px;
  }

  .footet-title {
    font-size: 30px;
  }

  .contact {
    margin: 20px 0 25px 0;
  }

  .contact-tel__href,
  .contact-mail__href {
    font-size: 17px;
  }

  .circle-center,
  .circle-center2 {
    display: none;
  }

  .timeline-inverted {
    margin: 0 !important;
    padding: 0 15px!important;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: none;
  }

  .timeline > li:not(.timeline-inverted) {
    display: table;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding: 0 15px!important;
  }

  .timeline li {
    margin-bottom: 15px !important;
  }

  .timeline > li > .timeline-panel {
    float: none;
    width: 100%;
    max-width: 492px;
    margin: 0 auto;
    padding: 12px;
  }

  .copirate {
    font-size: 14px;
  }

  .timeline > li > .timeline-panel:before,
  .timeline > li > .timeline-panel:after {
    display: none;
  }

  .timeline-badg-mobile {
  }

  .section-4 {
    padding-bottom: 0;
  }

  .timeline {
    padding: 20px 0 20px;
  }

  .header-info__text {
    font-size: 15px;
    text-align: center;
  }

  .btn {
    display: none;
    margin: 20px auto 0;
  }
  .wap-btn__go {
    display: table;
  }

  .section-3 {
    padding-top: 25px;
  }

  .tags__item {
    font-size: 15px;
  }

  h1:before {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .ourproduct__left {
    width: 310px;
  }
  .ourproduct__orangeblock,
  .ourproduct__more_wrap {
    height: 275px;
  }
  .ourproduct__img_1 {
    left: 20px;
  }

  .ourproduct__more_text {
    bottom: 150px;
  }
}
