/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {
  body {
    font-size: 16px;
  }

  .header__top {
    padding: 8px 0;
  }
  .header__top-row {
    gap: 16px;
  }
  .header__top-phone a {
    font-size: 26px;
    gap: 16px;
  }
  .header__top-phone a span {
    height: 24px;
  }

  .header__bottom-logo {
    flex: 0 0 380px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1440px) {
  .first-screen__row {
    gap: 30px
  }
  .first-screen__content-title {
    font-size: 50px;
  }

  .first-screen__form-container {
    padding: 20px 40px;
  }

  .first-screen__form {
    max-width: 100%;
    flex: 0 0 45%;
  }

  .why-russ {
    padding: 60px 0;
  }

  .why-russ__items-item-icon {
    padding-bottom: 20px;
  }
  .why-russ__items-item-icon-wrap {
    width: 100px;
    height: 100px;
  }

  .why-russ__items-item-title {
    font-size: 20px;
  }

  .why-russ__title,
  .works-with__title,
  .service-areas__title,
  .our-services__title {
    padding-bottom: 40px;
  }

  .our-services__items {
    margin: 0 -15px -30px;
  }
  .our-services__items-item {
    padding: 0 15px 30px;
  }
  .gallery {
    padding: 40px 0 60px;
  }
  .gallery__home {
    margin: 0 -15px -30px;
  }
  .gallery__home-item {
    padding: 0 15px 30px;
    height: 290px;
  }
  .gallery__home-item:nth-child(1) {
    height: 420px;
  }
  .gallery__home-item:nth-child(2) {
    height: 420px;
  }

  .testimonials {
    padding-bottom: 120px;
  }
  .service-areas {
    padding-bottom: 30px;
  }

  .works-with {
    padding: 50px 0 80px;
  }

  .get-more-help {
    padding: 60px 0;
  }

  .footer__top-row-col {
    flex: 0 0 33.33333%;
  }
  .service-page .our-services__items-item {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 1439px) {
  .custom-prev-arrow svg,
  .custom-next-arrow svg {
    height: 30px;
  }
}

@media only screen and (max-width : 1200px) {
  .header__bottom-row,
  .header__bottom-menu ul {
    gap: 32px;
  }

  .header__bottom-logo {
    flex: 0 0 290px;
  }
  .first-screen .first-screen__form {
    display: none;
  }

  .why-russ__items-row {
    justify-content: center;
  }
  .why-russ__items-item {
    flex: 0 0 33.333333%;
  }

  .gallery__home-item:nth-child(1),
  .gallery__home-item:nth-child(2) {
    height: 350px;
  }

  .gallery__home-item {
    height: 250px;
  }

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

  .testimonials {
    padding-bottom: 70px;
  }

  .service-areas__map {
    display: none;
  }
  .service-areas__title {
    text-align: left;
  }

  .get-more-help__data-item {
    font-size: 23px;
  }

  .get-more-help__data-title {
    padding-bottom: 30px;
    font-size: 40px;
  }

  .get-more-help__row-col {
    flex: 1 1 auto;
  }

  .get-more-help__row {
    margin: 0 -15px -30px;
  }

  .get-more-help__row-col {
    padding: 0 15px 30px;
  }

  .get-more-help__form {
    flex: 0 0 480px;
  }

  .footer__top-row-col-title {
    font-size: 24px;
  }

  .footer__top-socials ul {
    gap: 20px;
  }

  .footer__top-wrap,
  .footer__top,
  .footer {
    padding-bottom: 30px;
  }

  .text-page p {
    margin: 15px 0;
  }

  .text-page .alignleft {
    padding: 10px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .header__bottom-menu {
    display: none;
  }

  .header__bottom-fire {
    margin-left: auto;
  }

  .service-areas__list ul {
    margin-bottom: -30px;
  }

  .service-areas__list ul {
    margin: 0 -15px;
  }
  .service-areas__list ul li {
    padding: 0 15px 30px;
  }

  .first-screen__content {
    max-width: 100%;
  }

  .why-russ__items-row {
    margin: 0 -15px -30px;
  }
  .why-russ__items-row-col {
    padding: 0 15px 30px;
  }

  .first-screen:before {
    filter: grayscale(0%) brightness(0.6) contrast(1.5) saturate(0.3) hue-rotate(0deg) sepia(0%) drop-shadow(0px 0px 0px #000);
  }

  .our-services__card img {
    filter: brightness(0.8) saturate(1);
  }

  .page__title img {
    filter: grayscale(0%) brightness(0.6) saturate(1) contrast(1);
  }

  .gallery-page-results {
    padding-top: 50px;
  }

  .get-more-help__row {
    flex-wrap: wrap;
  }
  .get-more-help__form {
    flex: 0 0 100%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .first-screen__content-title {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .first-screen__content-description {
    padding-bottom: 30px;
    font-size: 16px;
  }

  .our-services__card-title {
    font-size: 23px;
  }

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

  .why-russ__items-item {
    flex: 0 0 50%;
  }

  /*.gallery__home {*/
  /*  display: none;*/
  /*}*/

  .footer__top-row-col {
    flex: 1 1 auto;
  }

  .footer__top-row {
    flex-wrap: wrap;
  }
  .footer__top-socials {
    flex: 0 0 100%;
  }

  .about-text__founder-row {
    flex-wrap: wrap;
  }

  .page__title {
    font-size: 40px;
    padding: 60px 0;
  }

  .gallery__home-item:nth-child(1),
  .gallery__home-item:nth-child(2),
  .gallery__home-item {
    flex: 0 0 50%;
    height: auto;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .gallery__home-item:before {
    content: '';
    position: relative;
    padding-bottom: 56.3%;
    display: block;
  }

  .gallery__home-item a {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
  }

  .home-page .gallery__home .gallery__home-item:last-child {
    display: none;
  }
}

@media only screen and (max-width : 640px) {
  .header__top {
    display: none;
  }

  .header__bottom-logo {
    flex: 0 0 clamp(100px, 50%, 300px);
  }

  .header__bottom-contact {
    display: none;
  }

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

  .why-russ__items-item {
    flex: 0 0 100%;
  }

  .service-page .our-services__items-item,
  .service-areas__list ul li,
  .our-services__items-item {
    flex: 0 0 100%;
  }

  .testimonials__item-row {
    flex-wrap: wrap;
  }

  .testimonials__item-img {
    display: none;
  }

  .footer__top-links-list ul li a {
    white-space: nowrap;
  }

  .first-screen__form-heading img {
    display: none;
  }

  .first-screen__form-group {
    flex-wrap: wrap;
    gap: 0;
  }

  .first-screen__form-group-item {
    flex: 0 0 100%;
  }

  .about-text__founder-row-text {
    font-size: 26px;
  }
}

@media only screen and (max-width : 560px) {
  .header__bottom-row {
    gap: 20px;
  }

  .modal {
    padding: 30px;
  }

  .first-screen__form-heading {
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 30px;
  }

  .service-free-quote__row {
    gap: 16px;
  }

  .get-more-help .first-screen__form-container {
    padding: 20px 20px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .testimonials__slider .item {
    padding: 0;
  }

  .owl-nav .owl-prev, .owl-nav .owl-next {
    position: relative;
    left: auto;
    right: auto;
  }

  .owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  .get-more-help__data-item {
    font-size: 20px;
  }
}


@media only screen and (max-width : 374px) {
  .header__bottom-mobile-phone a img {
    width: 30px;
  }

  .header__bottom-row {
    gap: 10px;
  }
}

@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) {

}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 641px) {
  .header__bottom-mobile-phone {
    display: none;
  }
}

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

  .gallery__home-mobile {
    display: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
  .header__bottom-fire,
  .header__bottom-toggle {
    display: none;
  }
}
@media only screen and (min-width : 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width : 993px) {
  .mobile-menu,
  .mobile-menu__overlay {
    display: none!important;
  }
}

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

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

  .testimonials__slider .owl-nav .owl-prev {
    left: -100px;
  }
  .testimonials__slider .owl-nav .owl-next {
    right: -100px;
  }

  .testimonials__slider .item {
    padding: 0;
  }
}

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