/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .about-advantages__item {
    margin-bottom: 50px;
  }

  .about-project__info-item {
    padding-bottom: 50px;
  }

  .no-download .block-subtitle,
  .how-it-works .block-title,
  .page_footer .block-title,
  .gallery .block-title,
  .about-project .block-title {
    padding-bottom: 50px;
  }

  .how-it-works__item {
    padding: 0 40px 80px;
  }

  .hands-video {
    padding-top: 40px;
  }

  .no-download__buttons {
    padding-bottom: 50px;
  }

  .hands-video iframe {
    position: absolute;
    z-index: 3;
    left: 49.5%;
    top: 39.2%;
    width: 40%;
    height: 46.4%;
    border-radius: 15px;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1469px) {
  .how-it-works__item-image {
    flex: 0 0 226px;
  }

  .block-title {
    font-size: 45px;
    padding-top: 80px;
  }

  .hands-video iframe {
    position: absolute;
    z-index: 3;
    left: 49.5%;
    top: 39.8%;
    width: 39.3%;
    height: 47%;
    border-radius: 15px;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
  }

  .no-download__items {
    margin: 0 -50px;
  }

  .no-download__item {
    padding: 0 50px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1280px) {
  .owl-prev {
    left: -30px;
  }

  .owl-next {
    right: -30px;
  }
}

@media only screen and (max-width: 1200px) {
  .about-advantages__item {
    padding: 0 15px;
  }

  .about-advantages__row {
    margin: 0 -15px;
  }

  .about-project__info {
    margin: 0 -15px;
  }

  .about-project__info-item {
    padding: 0 15px 76px;
  }
}

@media only screen and (max-width: 1199px) {
  .how-it-works__item {
    flex: 0 0 100%;
  }

  .about-project__info {
    flex-wrap: wrap;
  }

  .about-project__info-item {
    flex: 0 0 100%;
  }

  .no-download__items {
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .no-download__item {
    padding: 0 15px 40px;
    flex: 0 0 100%;
  }

  .no-download__item:nth-child(1) {
    border-bottom: 1px dotted #fff;
    border-right: 0;
    margin-bottom: 40px;
  }

  .auditory__items {
    flex-wrap: wrap;
  }

  .auditory__items-item {
    flex: 0 0 33.3333%;
  }

  .hands-video iframe {
    position: absolute;
    z-index: 3;
    left: 49.5%;
    top: 41.1%;
    width: 38.6%;
    height: 45%;
    border-radius: 6px;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {


  .how-it-works__item {}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .header__menu ul {
    display: flex;
    margin: 0 -13px;
  }

  .header__menu ul li {
    padding: 0 13px;
  }

  .header__info-title {
    font-size: 118px;
  }

  .header__info-subtitle {
    font-size: 66px;
  }

  .hands-video iframe {
    position: absolute;
    z-index: 3;
    left: 49.5%;
    top: 42.6%;
    width: 38.5%;
    height: 44%;
    border-radius: 6px;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
  }

  .no-download__button {
    padding: 0 15px;
  }

  .no-download__buttons {
    margin: 0 -15px;
  }

  .no-download__button button {
    font-size: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .hands-video iframe {
    position: absolute;
    z-index: 3;
    left: 49.5%;
    top: 43.6%;
    width: 38.7%;
    height: 43.3%;
    border-radius: 6px;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
  }

  .header__logo2 {
    padding-bottom: 20px;
  }


}

@media only screen and (max-width: 767px) {
  .header__row {
    flex-wrap: wrap;
    justify-content: center;
  }


  .header__info-title {
    font-size: 94px;
  }

  .header__info-subtitle {
    font-size: 56px;
  }

  .about-advantages__item {
    flex: 0 0 100%;
  }

  .about-advantages__row:before {
    display: none;
  }

  .how-it-works__item {
    padding: 0 40px 40px;
  }

  .header__logo {
    padding-bottom: 30px;
    text-align: center;
  }

  .block-title {
    font-size: 34px;
    padding-top: 80px;
  }

  .block-subtitle {
    font-size: 21px;
  }

  .no-download__buttons {
    flex-wrap: wrap;
  }

  .no-download__button {
    padding-bottom: 30px;
  }

  .no-download__item-title {
    font-size: 33px;
    padding-bottom: 36px;
  }

  .no-download .block-subtitle,
  .how-it-works .block-title,
  .page_footer .block-title,
  .gallery .block-title,
  .about-project .block-title {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .owl-buttons {
    display: none;
  }

  .gallery__wrap {
    padding: 0;
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 639px) {
  .header__info-title {
    font-size: 74px;
  }

  .header__info-subtitle {
    font-size: 44px;
  }

  .header__buttons-row {
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .header__buttons-button {
    flex: 0 0 100%;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .auditory__items-item {
    flex: 0 0 50%;
  }

  .how-it-works__item {
    flex-wrap: wrap;
    text-align: center;
  }

  .how-it-works__item-image {
    padding-right: 0;
    flex: 0 0 100%;
    padding-bottom: 40px;
  }

  .header__wrap {
    min-height: auto;
  }

  .about-advantages__button button {
    font-size: 18px;
    padding: 10px;
  }

  .about-advantages__button {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 560px) {
  .header__menu ul li a {
    font-size: 20px;
  }

  .hands-video {
    padding-bottom: 110px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hands-video__hands {
    display: none !important;
  }

  .hands-video iframe {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 300px;
    transform: none;
  }

  .video-bg {
    display: none;
  }

  .page_header:before {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 479px) {
  .header__menu ul {
    flex-wrap: wrap;
  }

  .header__menu ul li {
    flex: 0 0 100%;
    text-align: center;
  }

  .header__menu ul li:not(:last-child) {
    padding-bottom: 16px;
  }

  .header__info-title {
    font-size: 45px;
  }

  .header__info-subtitle {
    font-size: 23px;
    letter-spacing: 1px;
  }

  .header__buttons {
    padding-top: 30px;
  }

  .auditory__items-item {
    flex: 0 0 100%;
  }

  .about-advantages__item {
    flex-wrap: wrap;
    text-align: center;
  }

  .about-advantages__item-icon {
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .block-title {
    font-size: 25px;
  }

  .hands-video iframe {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    transform: none;
    display: block;
  }

  .page_header {
    padding-top: 30px;
  }

  .header__info {
    padding-top: 20px;
  }

  .header__buttons-button button {
    font-size: 19px;
    padding: 11px;
  }

  .header__logo {
    padding-bottom: 20px;
  }

  .page_footer,
  .no-download {
    padding-bottom: 70px;
  }

  .header__info-animation {
    font-size: 29px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }


  .auditory__items-item:nth-child(2),
  .auditory__items-item:nth-child(5) {
    padding-top: 30px;
  }

  .auditory__items-item:nth-child(3),
  .auditory__items-item:nth-child(4) {
    padding-top: 46px;
  }

  .auditory__items-item-text {
    width: 170px;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}