/*==========	Desktop First Method	==========*/
@media (max-width: 1599px) {
  .logos-marquee {
    height: 60px;
  }
  .logos-marquee__item {
    margin-right: 50px;
  }
  .logos-marquee__item img {
    max-width: 170px;
    max-height: 60px;
  }
}
@media (max-width: 1219px) {
  .container {
    width: 970px;
  }
  body, html {
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
  .btn {
    font-size: 18px;
  }
  .btn._big {
    padding: 14px 20px;
    min-width: 240px;
    font-size: 20px;
  }
  .form-field {
    font-size: 18px;
  }
  .title {
    margin-bottom: 24px;
  }
  .top-contacts__grid {
    gap: 8px 20px;
  }
  .top-contact {
    font-size: 16px;
  }
  .top-contact .ic {
    margin-right: 6px;
  }
  .header, .header__grid {
    height: 100px;
  }
  .header__grid {
    gap: 0 20px;
  }
  .header__menu {
    gap: 8px 20px;
    font-size: 18px;
  }
  .bann__main {
    margin-top: 15px;
  }
  .bann__descr {
    margin-top: 1rem;
    font-size: 18px;
  }
  .bann__action {
    margin-top: 25px;
  }
  .bann__img {
    max-width: 42%;
  }
  .ab-numbers__grid {
    margin: 0 -30px;
  }
  .ab-number {
    padding: 0 30px;
  }
  .ab-number__count {
    font-size: 56px;
  }
  .ab-number__descr {
    font-size: 14px;
  }
  .services__grid {
    margin: 0 -10px -20px;
  }
  .service-item {
    padding: 0 10px 20px;
  }
  .service-item__img {
    margin-bottom: 10px;
  }
  .advant-item {
    gap: 20px;
  }
  .advant-item:nth-child(odd) {
    padding-right: 300px;
  }
  .advant-item:nth-child(even) {
    padding-left: 300px;
  }
  .benefit-item {
    padding: 20px;
    min-height: auto;
  }
  .benefit-item__img {
    margin-right: 20px;
  }
  .benefit-item__content {
    font-size: 16px;
  }
  .logos-marquee__item {
    margin-right: 40px;
  }
  .partners-cert-box {
    min-width: 40%;
  }
  .contacts__item {
    margin-bottom: 24px;
    font-size: 22px;
  }
  .contacts__item._phone {
    font-size: 23px;
  }
  .feedback {
    margin: 50px 0;
  }
  .footer {
    padding: 45px 0;
    font-size: 16px;
  }
  .footer__logo img {
    max-height: 50px;
  }
  .footer__title {
    margin-bottom: 45px;
  }
  .footer__copy {
    margin-top: 45px;
  }
  .footer__head {
    margin: 0 0 1rem;
  }
  .footer__content {
    margin-top: 20px;
  }
  .foot-contact {
    font-size: 18px;
  }
  .foot-contact .ic {
    min-width: 16px;
    font-size: 16px;
  }
  .tx-popup.popup {
    max-width: 460px;
  }
  .tx-popup__head {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
  .top-contacts__grid {
    padding: 10px 0;
  }
  .header, .header__grid {
    height: 70px;
  }
  .header__logo img {
    max-height: 40px;
  }
  .header__menu {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 0;
    max-width: 100%;
    margin: 25px 0 0;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 16px;
    color: #000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header__menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header__menu li:last-child {
    border-bottom: none;
  }
  .header__menu a {
    display: block;
    padding: 8px 16px;
  }
  .header__menu a:before {
    display: none;
  }
  .header__menu a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .header__menu a.mPS2id-highlight {
    color: var(--main-color);
  }
  .header__scroll._fixed .header__menu {
    max-height: calc(var(--app-height) - 70px);
  }
  .bann {
    margin-bottom: 60px;
  }
  .bann__main {
    margin-top: 0;
  }
  .bann__img {
    margin-left: 24px;
  }
  .ab-numbers__grid {
    margin: 0 -20px;
  }
  .ab-number {
    padding: 0 20px;
  }
  .ab-number__count {
    font-size: 48px;
  }
  .advants,
  .benefits {
    margin: 45px 0;
  }
  .advant-item {
    margin-bottom: 20px;
  }
  .advant-item:nth-child(odd) {
    padding-right: 140px;
  }
  .advant-item:nth-child(even) {
    padding-left: 140px;
  }
  .advant-item:nth-child(n) {
    margin: 0 0 15px;
  }
  .advant-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .advant-item__img {
    top: 0;
    width: 100px;
    height: auto;
    margin: 0;
  }
  .advant-item__img img {
    position: relative;
    display: block;
    height: auto;
    max-height: 100px;
  }
  .benefit-item {
    padding: 15px;
    min-height: auto;
    border-radius: 12px;
  }
  .benefit-item__img {
    margin-right: 15px;
    width: 90px;
  }
  .benefit-item__img img {
    max-height: 100px;
  }
  .logos-marquee {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, #000), color-stop(90%, #000), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%);
            mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, #000), color-stop(90%, #000), to(rgba(0, 0, 0, 0)));
            mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%);
  }
  .logos-marquee__item {
    margin-right: 30px;
  }
  .partner-item {
    padding: 18px 12px;
    font-size: 15px;
  }
  .partner-item__img {
    width: 85px;
  }
  .partners-cert-boxes {
    margin-top: 35px;
  }
  .partners-cert__head {
    font-size: 15px;
  }
  .partners-certs {
    margin-top: 45px;
    gap: 30px 0;
  }
  .partners-cert > * {
    margin-bottom: 10px;
  }
  .partners-cert__img {
    width: 75px;
    height: 75px;
  }
  .contacts__wrap {
    display: block;
    text-align: center;
  }
  .contacts__wrap > .btn {
    margin: 1.5rem 0 0;
  }
  .contacts__item {
    margin-bottom: 1rem;
  }
  .contacts__item._descr {
    font-size: 15px;
  }
  .feedback__box {
    padding: 24px;
  }
  .footer {
    font-size: 14px;
  }
  .footer__grid {
    gap: 30px 24px;
  }
  .foot-contact {
    font-size: 16px;
  }
  .popup {
    padding: 30px;
    max-width: 720px;
  }
  .tx-popup.popup {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  body, html {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 13px;
  }
  .form-grid {
    gap: 10px;
  }
  .form-item {
    margin-bottom: 10px;
  }
  .form-options {
    gap: 10px;
  }
  .form-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-action .form-options {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
  .top-contacts__grid {
    gap: 8px 10px;
  }
  .top-contact._phone {
    margin-right: auto;
  }
  .top-contact._mob-icon .ic {
    margin-right: 0;
  }
  .top-contact._mob-icon span {
    display: none;
  }
  .bann {
    text-align: center;
  }
  .bann__grid {
    display: block;
  }
  .bann__img {
    max-width: none;
    margin: 32px 0 0;
  }
  .bann__img img {
    max-height: 260px;
  }
  .about .ab-numbers {
    margin-top: 45px;
  }
  .ab-number {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50% !important;
  }
  .ab-number._imp {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .service-item {
    width: 50%;
  }
  .advant-item:nth-child(n) {
    padding: 0;
  }
  .advant-item__content {
    font-size: 16px;
  }
  .benefit-item {
    min-width: 100%;
  }
  .benefit-item__img {
    width: 130px;
  }
  .benefit-item__img img {
    max-height: 140px;
  }
  .logos-marquee {
    height: 46px;
  }
  .logos-marquee__item img {
    max-width: 140px;
    max-height: 46px;
  }
  .partners-cert-boxes {
    gap: 10px;
  }
  .partners-cert-box {
    padding: 10px;
  }
  .partners-cert-box__head {
    margin-bottom: 6px;
  }
  .contacts__item {
    font-size: 18px;
  }
  .contacts__item._phone {
    font-size: 19px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__title {
    margin-bottom: 30px;
  }
  .footer__copy {
    margin-top: 30px;
    padding-right: 64px;
  }
  .fix-call-btn {
    width: 50px;
    height: 50px;
  }
  .fix-call-btn .ic {
    font-size: 26px;
  }
  .popup {
    max-width: none;
  }
  .tx-popup.popup {
    max-width: 400px;
  }
  .tx-popup__head {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .btn._mob-full {
    min-width: auto;
    width: 100%;
  }
  .form-grid .form-item {
    min-width: 100%;
  }
  .bann__head {
    font-size: 6.2vw;
  }
  .bann__descr {
    font-size: 16px;
  }
  .bann__action {
    margin-top: 20px;
  }
  .about {
    margin: 45px 0;
  }
  .ab-number__count {
    font-size: 32px;
  }
  .ab-number__descr {
    font-size: 12px;
  }
  .advant-item {
    gap: 15px;
  }
  .advant-item__content {
    line-height: 1.2;
    font-size: 1rem;
  }
  .benefit-item__img {
    margin-right: 15px;
    width: 70px;
  }
  .benefit-item__img img {
    max-height: 80px;
  }
  .benefit-item__content {
    font-size: 14px;
  }
  .partners-slider {
    padding: 0;
  }
  .partners-slider .nav-arrow-prev,
  .partners-slider .nav-arrow-next {
    display: none;
  }
  .partners-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .partners-cert-box {
    min-width: 100%;
  }
  .partners-certs {
    margin: 35px -12px 0;
  }
  .partners-cert {
    width: 50%;
    padding: 0 12px;
  }
  .feedback__box {
    padding: 19px;
  }
  .footer__title {
    text-align: left;
  }
  .footer__title h2 {
    font-size: 18px;
  }
  .footer__contacts {
    max-width: none;
    width: 100%;
  }
  .popup {
    padding: 30px 20px;
  }
  .tx-popup.popup {
    max-width: none;
  }
}
/*==========	Mobile First Method	==========*/
@media (min-width: 992px) {
  .header__scroll._fixed .header__grid {
    height: 80px;
  }
  .header__menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__toggle {
    display: none;
  }
}