@media only screen and (min-width: 1900px) and (max-width: 4000px) {
    .animation {
        margin: 0;
    }

    .animation .animation-img {
        width: 280px;
        height: 280px;
    }

    .animation .orbit {
        width: 280px;
        height: 280px;
        margin-top: -140px;
        margin-left: -140px;
    }

    .hero-logistics .animation {
        top: 100px;
        left: 0;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .hero h1 {
        font-size: 64px;
        line-height: 74px;
    }

    .hero p {
        font-size: 20px;
        line-height: 26px;
    }

    .space {
        padding: 80px 0;
    }

    .hero-space {
        padding: 150px 0;
    }

    .intro .carousel-caption h1 {
        font-size: 64px;
        line-height: 74px;
        margin: 0 0 25px 0;
    }

    .intro .carousel-caption ul {
        font-size: 20px;
        line-height: 24px;
    }

    .intro .carousel-caption ul li {
        margin: 15px 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    footer .footer-socials {
        text-align: left;
    }

    .space {
        padding: 30px 0;
    }

    .hero-space {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .hero p {
        margin: 0;
    }

    .intro h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .start:before {
        display: none;
    }

    .assortment-item.assortment-type-01 .type-img:hover:before,
    .assortment-item.assortment-type-02 .type-img:hover:before,
    .assortment-item.assortment-type-03 .type-img:hover:before,
    .assortment-item.assortment-type-04 .type-img:hover:before {
        opacity: 1;
        transform: scale(1.2);
        display: none;
    }

    .logistics-transport .transport {
        padding: 10px;
    }

    .testimonials .testimonial {
        padding: 40px 40px;
    }

    .testimonials .testimonial .testimonial-text {
        min-height: 150px;
    }

    .hero-logistics .animation {
        display: none;
    }

    .contacts {
        width: 80%;
    }

    .assortment-nav li button .lab {
        font-size: 14px;
        line-height: 18px;
        right: 10px;
        bottom: 10px;
        width: 50%;
    }

    .product-intro p {
        font-size: 16px;
        line-height: 24px;
    }
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .timeline .timeline-text.timeline-right {
        margin-left: 0;
    }

    .timeline .timeline-text {
        text-align: center;
        margin: 20px 0;
    }

    .timeline .timeline-date {
        margin: 15px 0 0 0;
        text-align: center;
    }

    .timeline .timeline-icon {
        display: table;
        margin: 30px auto 0;
    }

    .timeline .timeline-text.timeline-left {
         margin-right: 0;
    }

    .hero-about-us {
        background: url(../imgs/about-us-hero-mobile.jpg) center center no-repeat;
        background-size: cover;
    }

    .hero-warehouses {
        background: url(../imgs/warehouses-hero-mobile.jpg) center center no-repeat;
        background-size: cover;
    }

    .hero-logistics {
        background: url(../imgs/logistics-hero-mobile.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro .carousel-caption {
        width: 100%;
        bottom: inherit;
        transform: none;
        top: 0;
        left: 0;
        right: 0;
        padding: 10%;
    }

    .intro h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .assortments-without-scroll,
    .assortments {
        border-top: 1px solid #ED1C24;
        padding: 30px 15px;
        margin: 0;
    }


    .hamburger {
        float: left;
        z-index: 102;
        position: relative;
    }

    .hamburger .line {
        width: 30px;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger.is-active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(2) {
        width: 0px;
    }

    .hamburger.is-active .line:nth-child(1),
    .hamburger.is-active .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        -o-transform: translateY(9px);
        transform: translateY(9px);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(90deg);
        -ms-transform: translateY(-7px) rotate(90deg);
        -o-transform: translateY(-7px) rotate(90deg);
        transform: translateY(-7px) rotate(90deg);
    }

    nav {
        background-color: #fff;
        position: fixed;
        top: 48px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px 0 0 0;

        overflow: scroll;

        z-index: 55;
        transform: translateX(100%);
        transition: all .5s;
    }

    nav.open {
        height: calc(100vh - 48px);

        transform: translateX(0%);
        z-index: 55;
    }

    .space {
        padding: 30px 0;
    }

    h1 {
        font-size: 34px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
    }

    h3 {
        font-size: 16px;
        line-height: 22px;
    }

    body {
        padding-top: 48px;
    }

    .langs ul {
        z-index: 120;
    }

    .langs:hover ul {
        top: 40px;
    }

    header {
        padding: 9px 0;
    }

    header .logo img {
        height: 30px;
    }

    header nav {
        text-align: left;
    }

    header nav ul {
        display: block;
        height: 100%;
    }

    header nav ul li {
        display: block;
        margin: 0;
    }

    header nav ul li a {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        padding: 10px 10px;
        display: block;
    }

    header nav ul li a.link-mega-menu.mega-menu-open {
        color: #ED1C24;
    }

    header nav ul li a.link-mega-menu.mega-menu-open .link-arrow {
        transform: rotate(180deg);
    }

    header nav ul li a.link-mega-menu.mega-menu-open + .mega-menu {
        display: block;
    }

    .mega-menu {
        width: 100%;
        padding: 10px 0;
        box-shadow: none;
        background-color: #e9e9e9;
        visibility: visible;
        position: inherit;
        top: inherit;
        left: inherit;
        opacity: 1;
        display: none;
        border-radius: 0;
    }

    header nav ul li:hover .mega-menu {
        top: inherit;
    }

    header nav ul li a.link-mega-menu span {
        top: 0;
        right: 0;
        background-size: 16px;
        width: 38px;
        height: 38px;
        text-align: center;
        display: block;
        transition: transform 0.3s;
        transform: none;
    }

    .mega-product {
        display: block;
        text-align: left;
        padding: 5px 10px;
        border: 0;
    }

    .mega-product:hover {
        border: 0;
    }

    .mega-product svg {
        display: none;
    }

    .mega-product .lab {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        text-align: left;
        margin: 0;
    }

    .mega-product:hover .lab {
        color: inherit;
    }

    body.contacts-show {
        overflow: hidden;
    }

    .contacts {
        top: 0;
        width: 100%;
        z-index: 110;
        padding: 10px 15px;
        height: 100%;
        max-height: 100%;
        overflow-x: scroll;
    }

    .contact-info img {
        display: none;
    }

    .contacts .contact-info {
        text-align: left;
    }

    .contacts .contact-info .lab {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .contacts .contact-info .info-box {
        margin: 0 0 10px 0;
    }

    .btn-contacts {
        float: none;
        padding: 10px 10px;
        box-shadow: none;
    }

    .assortment-item.assortment-type-01 .type-img:hover:before,
    .assortment-item.assortment-type-02 .type-img:hover:before,
    .assortment-item.assortment-type-03 .type-img:hover:before,
    .assortment-item.assortment-type-04 .type-img:hover:before {
        opacity: 1;
        transform: scale(1.2);
        display: none;
    }

    .hero-logistics .animation {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .warehouses {
        text-align: center;
    }

    .start {
        text-align: center;
    }

    .start:before {
        display: none;
    }

    .start h3 {
        width: 100%;
    }

    .assortment .headings {
        margin: 0;
    }

    .assortment .type-text .lab {
        font-size: 16px;
        line-height: 22px;
    }

    .assortment .assortment-item {
        padding: 0;
    }

    .assortment .assortment-item .type-text {
        padding: 0;
        margin: 15px 0;
    }

    .approach .headings p {
        width: 100%;
    }

    .approach .approach-item p {
        opacity: 1;
    }

    .approach .approach-item {
        padding: 20px 10px 20px 10px;
    }

    .approach .approach-item svg {
        height: 50px;
        width: 50px;
        margin: 0 auto;
        display: block;
    }

    .approach .approach-item:hover {
        margin: 10px 0;
        padding: 20px 10px 20px 10px;
    }

    .approach .approach-item:hover svg {
        margin: 0 auto;
    }

    .approach .approach-item h3 {
        margin: 20px 0 10px 0;
    }

    .approach .approach-item:hover h3 {
        margin: 20px 0 10px 0;
    }

    .warehouses-map {
        margin: 0 0 15px 0;
    }

    .intro .carousel-caption {
        display: block;
    }


    .hero-space {
        padding: 30px 0 350px 0;
    }

    .hero-space h1 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 15px 0;
    }

    .hero-space p {
        font-size: 16px;
        line-height: 22px;
    }

    .locations-list .location-item {
        padding: 15px;
        margin: 0 0 20px 0;
    }

    .logistics:before {
        display: none;
    }

    .logistics-features .feature {
        padding: 5px 0;
    }

    .logistics-transport {
        padding: 0;
    }

    .logistics-transport .transport {
        padding: 10px 5px;
    }

    .logistics-transport .transport img {
        height: 70px;
    }

    .logistics-transport .transport h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .individual .headings p {
        width: 100%;
    }

    .individual .method {
        padding: 20px 15px 20px 15px;
        margin: 0 0 15px 0;
        min-height: inherit;
    }

    .testimonials .testimonial {
        padding: 15px;
    }

    .testimonials .testimonial .testimonial-text {
        padding: 0;
        margin: 20px 0 0 0;
        min-height: 130px;
    }

    .look .look-text {
        padding: 15px;
    }

    .owl-testimonials.owl-theme .owl-dots,
    .owl-testimonials.owl-theme .owl-nav {
        margin: 10px 0 0 0;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #ed1c24;
        width: 20px;
    }

    .results .result {
        margin: 0 0 15px 0;
    }

    .results .result .val {
        font-size: 30px;
        line-height: 30px;
    }

    .assortment-nav {
        margin: 0;
    }

    .assortment-nav li {
        margin: 0 0 15px 0;
    }

    .assortment-nav li button .lab {
        font-size: 12px;
        line-height: 16px;
        text-align: right;
        right: 10px;
        bottom: 10px;
        width: 50%;
    }

    .assortment-content {
        padding: 0;
    }

    .products-list .product-block {
        padding: 0 0 20px 0;
    }

    .products-list .product-block h3 {
        padding: 0 10px;
        min-height: 44px;
    }

    .products-list .product-block .badges-info .badge-block {
        padding: 5px 8px;
        border-radius: 8px;
        font-size: 11px;
        line-height: 15px;
    }

    footer {
        padding: 30px 0 0 0;
    }

    footer .footer-text a {
        margin: 0 0 20px 0;
    }

    footer .footer-socials {
        padding: 20px 0 0 0;
        margin: 10px 0 0 0;
        text-align: left;
    }

    footer .footer-nav li {
        margin: 10px 0;
    }

    footer .footer-contacts li {
        margin: 10px 0;
    }

    footer .copyright {
        text-align: center;
        padding: 15px 0;
    }

    footer .copyright ul {
        text-align: center;
    }

    footer .copyright ul li {
        display: block;
        margin: 0;
    }

    /*Assortment products page*/

    .product-intro {
        position: relative;
    }

    .product-intro:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        background: rgba(0, 0, 0, .3);
        width: 100%;
        height: 100%;
    }

    .product-intro h1 {
        font-size: 38px;
        line-height: 40px;
        position: relative;
        z-index: 1;
    }

    .product-intro p {
        font-size: 16px;
        line-height: 22px;
        position: relative;
        z-index: 1;
        margin: 0;
    }

    .products {
        padding-bottom: 40px;
    }

    .pagination li {
        margin: 0 8px;
    }

    .pagination li a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }

    .pagination li a img {
        width: 8px;
    }

    .form-group.search {
        max-width: 380px;
        margin: 20px auto 25px auto;
    }

    .form-group.search .form-control {
        padding: 8px 36px 8px 15px;
    }

    .form-group.search .form-control::placeholder {
        font-size: 15px;
    }
}