/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px){
    .info-section__1 .wrapper:after {
        bottom: -50px;
    }
}

@media only screen and (max-width : 1200px){

}

@media only screen and (max-width : 1024px){
    .info-section.info-section__1 {
        padding-top: 0;
    }

    .info-section__1 .wrapper:after {
        bottom: -50px;
        width: 150px;
    }

    .info-section__2 .wrapper {
        padding: 20px 0 50px;
    }

    .info-section__2 .flex-row {
        align-items: flex-start;
    }

    .info-section__2 .info-section__content {
        padding-top: 100px;
    }

    .info-section__2 .wrapper:before {
        top: -70px;
    }

    .info-section__2 .info-section__img:after {
        display: none;
    }

    .info-section__3 .wrapper {
        padding-top: 70px;
    }

    .info-section__3 .wrapper:before {
        top: -50px;
    }

    .info-section__3 .wrapper:after {
        bottom: -50px;
        right: 0;
    }
    
    .products-list .product-item {
        flex: 0 0 43%;
    }

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    html,
    body {
        font-size: 15px;
    }

    .hero-header .logo {
        margin-top: 100px;
        max-width: 370px;
    }

    .info-section__title {
        font-size: 1.3rem;
    }

    .gallery__list__item {
        margin: 15px 0;
    }

    .main-footer {
        padding: 100px 0 70px;
    }

    .main-footer h2 {
        font-size: 1.5rem;
    }

    .form-row .wpcf7-form-control-wrap {
        flex-basis: 100%;
    }

    form textarea {
        height: 164px;
    }
}

@media only screen and (min-width: 576px) {
  .gallery .wrapper.mobile {
    display: none;
  }
}
/* Small devices */
@media only screen and (max-width: 576px) {
  .gallery .wrapper.desktop {
    display: none;
  }
    .hero-header {
        padding: 90px 0;
      background-position: 75% 50% !important;
      min-height: auto;
    }

    .hero-header h1 {
        font-size: 1.8rem;
    }

    .hero-header .hero-top-left {
        width: 15px;
        height: 41px;
        left: 40px;
    }

    .hero-header .hero-top-left:after {
        width: 15px;
        height: 15px;
        top: 92px;
        right: 40px;
    }

    .hero-header .hero-top-right {
        width: 40px;
        height: 145px;
    }

    .hero-header .hero-top-right:after {
        width: 47px;
        top: 53px;
        right: 20px;
    }

    .main-content {
        padding: 50px 0;
        max-width: 100vw;
        overflow: hidden;
    }

    .info-section .info-section__img {
        flex-basis: 100%;
    }

    .info-section__img img {
        max-width: 80%;
    }

    .info-section__1 .info-section__img:before {
        left: 25%;
    }

    .info-section__1 .wrapper:after {
        right: 20px;
        width: 100px;
        height: 2px;
        bottom: -10px;
    }

    .info-section__1 .wrapper:before {
        right: 20px;
        width: 15px;
        height: 15px;
    }

    .info-section__2 .wrapper:before {
        width: 15px;
        height: 47px;
        left: 20px;
    }

    .info-section__2 .wrapper:after {
        width: 50px;
        height: 2px;
        left: 20px;
    }

    .info-section__3 .wrapper:before {
        display: none;
    }

    .info-section__3 .wrapper:after {
        width: 50px;
        height: 2px;
        right: 20px;
        bottom: -20px;
    }

    .info-section__1 .info-section__content,
    .info-section__3 .info-section__content,
    .info-section__3 .wrapper {
        padding-top: 40px;
    }

    .info-section__2 .info-section__content {
        padding-top: 0;
    }

    .info-section__3 {
        padding: 0 0 70px;
    }

    .info-section .info-section__content {
        flex-basis: 90%;
        margin: 0 auto;
    }

    .info-section .wrapper {
        width: 100%;
    }

    .info-section__content .work-timetable .work-hours {
        display: block;
        padding: 0;
        border-left: none;
    }

  .info-section__2 .info-section__content {
    order: 2;
    padding-top: 40px;
    margin-top: 40px;
  }

    .info-section__2 .info-section__img {
      order: 1;
      margin: 0;
      text-align: left;
        /*text-align: right;*/
        /*margin: 40px 0;*/
    }
  .info-section__2 .info-section__img:before {
    left: 60%;
  }

    .gallery__list__item {
        flex-basis: 45%;
        margin: 5% 0;
    }

    .gallery__list__item:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .gallery__list__item:nth-child(odd) {
        margin-right: 10%;
    }

    .main-footer {
        padding: 60px 0;
    }

    .main-footer h2 {
        font-size: 1.3rem;
    }

    form input[type="submit"] {
        width: 100%;
    }

    .main-footer form {
        margin-bottom: 70px;
    }
    
    .location-section .map-wrap {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
    .hero-header .logo {
        max-width: 220px;
        margin: 60px auto;
    }

    .hero-header h1 {
        font-size: 1.7rem;
    }
    
    .hero-header .hero-content a.btn {
        margin: 30px 0 50px;
    }
    
    .products-list .product-item {
        flex: 0 0 90%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

/* 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 : 780px){

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
    /**/
}
