@media only screen and (max-width: 1200px) {
  header.header-wrapper .navbar-header ul li {
    margin-right: 25px;
  }
  header.header-wrapper .navbar-header ul li a {
    font-size: 18px;
  }
  header.header-wrapper .contact-wrapper ul li a {
    font-size: 21px;
  }
  header.header-wrapper h1 {
    font-size: 28px;
  }
  .slider-wrapper {
    min-height: 670px;
  }
  .slider-wrapper h1 {
    margin-top: 60px;
  }
  .slider-wrapper .call-btn {
    width: 200px;
    font-size: 21px;
  }
  .material-wrapper {
    margin-top: 20px;
  }
  .material-wrapper .container .row {
    justify-content: center;
  }
  .material-wrapper h2 {
    font-size: 28px;
  }
  .material-wrapper .material-items {
    margin: 0 25px;
  }
  .material-wrapper .material-items .material-items__img {
    min-height: 100px;
  }
  .material-wrapper .material-items .material-items__img img {
    width: 100%;
    height: auto;
    max-width: 100px;
  }
  .material-wrapper .material-items a {
    font-size: 21px;
  }
  .material-slider .material-slider__item {
    width: 400px !important;
  }
  .material-slider .material-slider__item h3 {
    font-size: 18px;
  }
  .material-slider .material-slider__item p {
    font-size: 16px;
  }
  .material-slider .material-slider__item ul li span {
    font-size: 26px;
  }
  .consult-wrapper h2 {
    font-size: 28px;
  }
  .consult-wrapper form.consult-form h4 {
    font-size: 21px;
    text-align: center;
  }
  .consult-wrapper form.consult-form input[type=text]::placeholder {
    font-size: 16px;
  }
  .rental-wrapper h2 {
    font-size: 28px;
  }
  .services-wrapper h2 {
    font-size: 28px;
  }
  .services-wrapper .services-content__text span {
    font-size: 24px;
  }
  .services-wrapper .services-content__text ul li span {
    margin: 0;
    font-size: 24px;
  }
  .advantages-wrapper {
    padding-bottom: 30px;
  }
  .advantages-wrapper h2 {
    font-size: 28px;
  }
  .advantages-wrapper .advantages-content__item {
    margin-bottom: 40px;
  }
  .advantages-wrapper .advantages-content__item span {
    font-size: 16px;
  }
  .feedback-wrapper h2 {
    font-size: 28px;
  }
  .feedback-wrapper .feedback-item .feedback-person__photo {
    width: 120px;
    height: 120px;
  }
  .feedback-wrapper .feedback-item .feedback-person__text p {
    font-size: 14px;
  }
  .contact-wrapper .contact-info h3 {
    font-size: 28px;
  }
  .footer-wrapper .navbar-header ul li {
    margin-right: 25px;
  }
  .footer-wrapper .navbar-header ul li a {
    font-size: 18px;
  }
  .footer-wrapper .contact-wrapper ul li a img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  header.header-wrapper .container .row {
    align-items: center;
  }
  header.header-wrapper .logo-wrapper {
    display: none;
  }
  header.header-wrapper .logo-wrapper.mobile {
    display: block;
    text-align: center;
    position: relative;
    bottom: -5px;
  }
  header.header-wrapper .logo-wrapper.mobile a img {
    max-width: 170px;
  }
  header.header-wrapper .hamburger-menu {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  header.header-wrapper .hamburger-menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
  }
  header.header-wrapper .hamburger-menu span::before,
  header.header-wrapper .hamburger-menu span::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    transition: all .2s;
  }
  header.header-wrapper .hamburger-menu span::before {
    top: -10px;
  }
  header.header-wrapper .hamburger-menu span::after {
    top: 10px;
  }
  header.header-wrapper .hamburger-menu.active span {
    background: transparent;
    box-shadow: none;
  }
  header.header-wrapper .hamburger-menu.active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header.header-wrapper .hamburger-menu.active span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header.header-wrapper .navbar-header {
    display: none;
  }
  header.header-wrapper .navbar-mobile.active {
    padding: 30px 0 5px 0;
    display: block;
  }
  header.header-wrapper .navbar-mobile ul li {
    margin-right: 15px;
  }
  header.header-wrapper .navbar-mobile ul li a {
    font-size: 18px;
  }
  .slider-wrapper {
    min-height: 610px;
  }
  .slider-wrapper h1 {
    margin-top: 40px;
    font-size: 28px;
  }
  .material-wrapper .material-items .material-items__img {
    min-height: 90px;
  }
  .material-wrapper .material-items .material-items__img img {
    width: 100%;
  }
  .material-slider .material-slider__item {
    width: 85% !important;
  }
  .material-slider .material-slider__item h3 {
    font-size: 16px;
  }
  .material-slider .material-slider__item p {
    font-size: 15px;
  }
  .material-slider .material-slider__item ul {
    flex-direction: column;
  }
  .material-slider .material-slider__item ul li:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .rental-wrapper .rental-content__text span, .services-wrapper .services-content__text span {
    font-size: 24px;
  }
  .rental-wrapper .rental-content__img img,
  .services-wrapper .services-content__img img {
    width: 100%;
  }
  .rental-wrapper .rental-content__text ul,
  .services-wrapper .services-content__text ul {
    flex-direction: column;  
  }
  .rental-wrapper .rental-content__text ul li span,
  .services-wrapper .services-content__text ul li span {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .rental-wrapper .rental-content__text span,
  .services-wrapper .services-content__text span {
    font-size: 20px;
  }
  .services-wrapper .services-content__text p {
    font-size: 15px;
  }
  .advantages-wrapper .advantages-content__item .advantages-content__img img {
    width: 50%;
    height: auto;
  }
  .feedback-wrapper .feedback-item .feedback-person__photo {
    margin: 0 auto;
  }
  .feedback-wrapper .feedback-item .feedback-person__text {
    margin-top: 20px;
  }
  .feedback-wrapper .feedback-item .feedback-person__text span {
    margin-bottom: 10px;
  }
  .contact-wrapper .contact-info {
    width: 375px;
  }
  .contact-wrapper .contact-info .phone-block ul li a,
  .contact-wrapper .contact-info .email-block a,
  .contact-wrapper .contact-info .location-block span {
    font-size: 16px;
  }
  .footer-wrapper .logo-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .footer-wrapper .logo-wrapper a img {
    width: 100%;
    height: auto;
  }
  .footer-wrapper .navbar-header {
    display: flex;
    align-items: center;
    line-height: 40px;
  }
  .footer-wrapper .navbar-header ul li {
    line-height: 1;
  }
  .footer-wrapper .navbar-header ul li a {
    font-size: 16px;
  }
  .footer-wrapper .contact-wrapper ul li {
    font-size: 12px;
    text-align: center;
  }
  .footer-wrapper .contact-wrapper ul li a img {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .material-slider .material-slider__item .product-description {
    min-height: auto;
  }
  .material-slider .material-slider__item .product-description p {
    font-size: 16px;
  }
  .material-wrapper .material-items a {
    font-size: 18px;
  }
  .material-wrapper .material-items .material-items__img img {
    max-height: 80px;
  }
  header.header-wrapper .logo-wrapper {
    position: relative;
    bottom: -5px;
  }
  header.header-wrapper .logo-wrapper.mobile a img {
    width: 100%;
  }
  header.header-wrapper .contact-wrapper ul li a {
    font-size: 16px;
  }
  header.header-wrapper h1 {
    font-size: 21px;
  }
  .slider-wrapper {
    min-height: 500px;
  }
  .slider-wrapper h1 {
    font-size: 24px;
  }
  .material-wrapper .container .row {
    justify-content: space-around;
  }
  .material-wrapper h2 {
    font-size: 24px;
  }
  .material-wrapper .material-items {
    margin: 0;
  }
  .material-slider .material-slider__item {
    width: 75% !important;
  }
  .material-slider.slick-slider .slick-prev {
    left: 0;
  }
  .material-slider.slick-slider .slick-next {
    right: 0;
  }
  .consult-wrapper {
    padding-bottom: 120px;
  }
  .consult-wrapper h2 {
    font-size: 24px;
  }
  .consult-wrapper form.consult-form {
    width: 100%;
  }
  .consult-wrapper form.consult-form input[type=text] {
    width: 100%;
  }
  .rental-wrapper h2 {
    font-size: 22px;
  }
  .rental-wrapper .container .row:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .rental-wrapper .rental-content__text span.rental-content__title {
    margin: 15px 0;
  }
  .services-wrapper .container .row:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .services-wrapper .services-content__text span.services-content__title {
    margin: 15px 0;
  }
  .rental-wrapper .rental-content__text span {
    font-size: 18px;
  }
  .rental-wrapper .rental-content__text p {
    font-size: 14px;
  }
  .services-wrapper h2 {
    font-size: 24px;
  }
  .services-wrapper .container .row {
    margin-bottom: 40px;
  }
  .services-wrapper .services-content__text {
    margin-bottom: 40px;
  }
  .services-wrapper .services-content__text ul {
    flex-direction: row;
  }
  .feedback-wrapper .container .row.custom-row {
    margin: 0;
  }
  .feedback-wrapper .feedback-item {
    width: 48%;
    height: 380px;
  }
  .footer-wrapper .logo-wrapper {
    position: static;
    margin-bottom: 20px;
    justify-content: center;
  }
  .footer-wrapper .logo-wrapper a {
    text-align: center;
  }
  .footer-wrapper .logo-wrapper a img {
    width: 85%;
  }
  .footer-wrapper .navbar-header {
    height: auto;
    margin: 30px 0;
    justify-content: center;
    line-height: normal;
  }
  .footer-wrapper .navbar-header ul li a {
    font-size: 18px;
  }
  .footer-wrapper .contact-wrapper ul li {
    font-size: 16px;
  }
  .footer-wrapper .contact-wrapper ul li a img {
    width: 45%;
  }
  .footer-wrapper .contact-wrapper {
    justify-content: center;
  }
  .footer-wrapper .contact-wrapper ul li a img {
    width: 70%;
  }
  .material-wrapper h2::after,
  .consult-wrapper h2::after,
  .rental-wrapper h2::after,
  .services-wrapper h2::after,
  .advantages-wrapper h2::after,
  .feedback-wrapper h2::after,
  .contact-wrapper .contact-info h3::after {
    display: none;
  }
  .sand-wrapper.active .select-fraction,
  .bedding-wrapper.active .select-fraction,
  .clay-wrapper.active .select-fraction,
  .salt-wrapper.active .select-fraction,
  .priming-wrapper.active .select-fraction,
  .cement-wrapper.active .select-fraction,
  .coal-wrapper.active .select-fraction {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .header-wrapper {
    background: #fff;
  }
  .header-wrapper .mobile-logo {
    display: none;
  }
  header.header-wrapper h1 {
    font-size: 18px;
  }
  .slider-wrapper .call-btn {
    width: 180px;
    font-size: 18px;
  }
  header.header-wrapper .navbar-mobile ul li {
    margin-right: 10px;
  }
  header.header-wrapper .navbar-mobile ul li a {
    font-size: 16px;
    color: #000;
  }
  .material-slider .material-slider__item {
    width: 80% !important;
  }
  .material-wrapper .material-items a {
    font-size: 18px;
  }
  .material-wrapper .material-items {
    margin-bottom: 20px;
  }
  .material-wrapper .material-items .material-items__img {
    min-height: 80px;
  }
  .material-wrapper .material-items .material-items__img img {
    width: 100%;
  }
  .material-slider.slick-slider .slick-next {
    right: 15px;
  }
  .material-slider.slick-slider .slick-prev {
    left: 15px;
  }
  .material-slider.slick-slider .slick-next::before,
  .material-slider.slick-slider .slick-prev::before {
    font-size: 60px;
  }
  .consult-wrapper form.consult-form h4 {
    font-size: 18px;
  }
  .rental-wrapper .rental-content__img img,
  .services-wrapper .services-content__img img {
    width: 75%;  
  }
  .consult-wrapper {
    background-size: 150%;
  }
  .consult-wrapper form.consult-form input[type=text] {
    margin-bottom: 20px;
  }
  .services-wrapper h2 {
    font-size: 22px;
  }
  .advantages-wrapper .advantages-content__item .advantages-content__img {
    min-height: 100px;
  }
  .advantages-wrapper .advantages-content__item .advantages-content__img img {
    width: 35%;
  }
  .feedback-wrapper .container .row.custom-row {
    text-align: center;
  }
  .feedback-wrapper .feedback-item {
    width: 85% !important;
    height: 330px;
    margin: 0 auto;
    padding: 25px 30px 25px 30px;
  }
  .custom-row.slick-slider .slick-prev {
    left: 0;
}
  .custom-row.slick-slider .slick-next {
    right: 0;
  }
  .custom-row.slick-slider .slick-prev,
  .custom-row.slick-slider .slick-next {
    width: auto;
    height: 65px;
  }
  .custom-row.slick-slider .slick-prev::before {
    font-family: FontAwesome; 
    content:"\f0d9";
    color: #009ad8;
    font-size: 50px;
    line-height: 0;
  }
  .custom-row.slick-slider .slick-next::before {
    font-family: FontAwesome; 
    content:"\f0da";
    color: #009ad8;
    font-size: 50px;
    line-height: 0;
  }
  #contact-wrapper {
    padding: 40px 0;
    background: #009ad8;
  }
  .contact-wrapper .map-wrapper iframe {
    display: none;
  }
  .contact-wrapper .contact-info {
    width: 100%;
    margin: 0 auto;
    position: static;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 375px) {
  header.header-wrapper .navbar-mobile {
    line-height: 40px;
  }
  .sticky {
    padding: 20px 10px;
  }
  .slider-wrapper .call-btn {
    width: 150px;
    padding: 10px 0;
    font-size: 16px;
  }
  .material-slider .material-slider__item {
    width: 80% !important;
  }
  .material-wrapper .material-items {
    margin-bottom: 20px;
  }
  .material-wrapper .material-items .material-items__img {
    min-height: 90px;
  }
  .material-wrapper .material-items .material-items__img img {
    width: 85%;
  }
  .material-wrapper .material-items a {
    font-size: 18px;
  }
  .material-slider.slick-slider .slick-next::before,
  .material-slider.slick-slider .slick-prev::before {
    font-size: 50px;
  }
  .material-slider.slick-slider .slick-prev {
    left: 0;
  }
  .material-slider.slick-slider .slick-next {
    right: 0;
  }
  .material-slider .material-slider__item p {
    margin: 30px 0 20px
  }
  .material-slider .material-slider__item ul li span {
    font-size: 21px;
  }
  .material-slider .material-slider__item ul li button {
    padding: 13px 0;
    font-size: 18px;
  }
  .rental-wrapper h2,
  .services-wrapper h2 {
    font-size: 20px;
  }
  .consult-wrapper h2 {
    font-size: 18px;
  }
  .consult-wrapper form.consult-form input[type=text] {
    margin-bottom: 20px;
  }
  .consult-wrapper form.consult-form button {
    margin: 20px auto 0;
  }
  .services-wrapper .services-content__img img {
    width: 100%;
  }
  .services-wrapper .services-content__text ul {
    flex-direction: column;
  }
  .advantages-wrapper h2 {
    font-size: 21px;
  }
  .advantages-wrapper .advantages-content__item .advantages-content__img {
    min-height: 85px;
  }
  .advantages-wrapper .advantages-content__item .advantages-content__img img {
    width: 45%;
  }
  .advantages-wrapper .advantages-content__item span {
    font-size: 13px;
  }
  .feedback-wrapper h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-wrapper .logo-wrapper a {
    text-align: center;
  }
  .footer-wrapper .logo-wrapper a img {
    width: 80%;
  }
  .footer-wrapper .navbar-header {
    line-height: 30px;
  }
  .footer-wrapper .navbar-header ul li a {
    font-size: 16px;
  }
  .footer-wrapper .contact-wrapper ul li a img {
    width: 60%;
  }
}