@media screen and (max-width: 575px) {     /* xs */
    footer .email {
      width: 100%;
    }

    footer ul {
      width: 200px;
    }

  .pg-blocks {
    width: 300px;
    height: 280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ph-1 {
    width: 177px;
    height: 120px;
  }

  .ph-2 {
    width: 86px;
    height: 60px;
    top: 5px;
  }

  .ph-3 {
    width: 86px;
    height: 60px;
    top: -55px;
    bottom: 0px;
    right: 0px;
    left: 91px;
  }

  .ph-4 {
    /* display: none; */
    width: 147px;
    height: 90px;
    top: 190px;
    bottom: 0px;
    right: 0px;
    left: -177px;
  }

  .ph-5 {
    /* display: none; */
    width: 118px;
    height: 90px;
    left: 5px;
    bottom: 0px;
    top: -90px;
  }

  .ph-6 {
    /* display: none; */
    width: 118px;
    height: 90px;
    right: -5px;
    top: -85px;
    bottom: 0px;
  }

  .ph-7 {
    /* display: none; */
    width: 148px;
    height: 90px;
    top: 190px;
    right: 172px;
  }

  .ph-2 img, .ph-4 img, .ph-7 img {
    width: 100%;
    height: auto;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
  }

  .ph-1 img, .ph-3 img, .ph-5 img, .ph-6 img {
    width: auto;
    height: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
  }

  /* Mobile menu */

  .mobile-menu {
    width: 250px;
    /* top: 113px; */
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {   /* sm */
   /* footer ul li {
     margin: auto 10px 30px 10px;
   } */

  .pg-blocks {
    width: 551px;
    height: 409px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ph-1 {
    width: 327px;
    height: 175px;
  }

  .ph-2 {
    width: 160px;
    height: 90px;
    top: 7px;
  }

  .ph-3 {
    width: 160px;
    height: 90px;
    top: -83px;
    bottom: 0px;
    right: 0px;
    left: 167px;
  }

  .ph-4 {
    /* display: none; */
    width: 272px;
    height: 130px;
    top: 279px;
    bottom: 0px;
    right: 0px;
    left: -327px;
  }

  .ph-5 {
    /* display: none; */
    width: 217px;
    height: 133px;
    left: 7px;
    bottom: 0px;
    top: -130px;
  }

  .ph-6 {
    /* display: none; */
    width: 217px;
    height: 132px;
    right: -7px;
    top: -123px;
    bottom: 0px;
  }

  .ph-7 {
    /* display: none; */
    width: 272px;
    height: 130px;
    top: 279px;
    right: 320px;
  }

  .ph-2 img, .ph-3 img, .ph-5 img, .ph-6 img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    width: 100%;
    height: auto;
  }

  /* Mobile menu */

  .mobile-menu {
    width: 250px;
    /* top: 113px; */
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {   /* md */
  footer ul {
    width: 500px;
  }

  .pg-blocks {
    width: 750px;
    height: 600px;
    /* background: silver; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  /* .pg-blocks > div {
    background-color: blue;
  } */

  .ph-1 {
    width: 444px;
    height: 250px;
  }

  .ph-2 {
    width: 217px;
    height: 150px;
    top: 10px;
  }

  .ph-3 {
    width: 217px;
    height: 150px;
    top: -140px;
    bottom: 0px;
    right: 0px;
    left: 227px;
  }

  .ph-4 {
    /* display: none; */
    width: 370px;
    height: 180px;
    top: 420px;
    bottom: 0px;
    right: 0px;
    left: -444px;
  }

  .ph-5 {
    /* display: none; */
    width: 296px;
    height: 200px;
    left: 10px;
    bottom: 0px;
    top: -180px;
  }

  .ph-6 {
    /* display: none; */
    width: 296px;
    height: 200px;
    right: -10px;
    top: -170px;
    bottom: 0px;
  }

  .ph-7 {
    /* display: none; */
    width: 370px;
    height: 180px;
    top: 420px;
    right: 434px;
  }

  .ph-5 img, .ph-6 img {
    width: auto;
    height: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
  }

  /* Mobile menu */

  .mobile-menu {
    /* top: 113px; */
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {   /* lg */
  footer ul {
    width: 500px;
  }

  /* .mobile-menu {
    display: none;
  } */
}

@media screen and (max-width: 1200px) {
  .a-card {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1201px) {   /* xl */
  .mobile-menu {
    display: none;
  }
}



@media screen and (max-width: 992px) {   /* <= md */
  .about-us-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .gd-photo {
    /* float: center; */
    /* margin: 0 2vw 40px 2.5vw; */
    width: 100%;
    /* height: 400px; */
    margin-bottom: 40px;
    /* background-size: cover; */
  }
}

/* Slick */

@media screen and (min-width: 886px) and (max-width: 1150px) {
  .articles-slider {
    width: 900px;
  }
}

@media screen and (min-width: 576px) and (max-width: 885px) {
  .articles-slider {
    width: 600px;
  }
}

@media screen and (max-width: 575px) {
  .articles-slider {
    width: 300px;
  }

  .mobile-menu {
    top: 113px;
  }
}

/* Footer */

@media screen and (min-width: 576px) and (max-width: 1080px) {
  footer ul {
    text-align: left;
  }
}

@media screen and (max-width: 350px) {
  .photogallery .group {
    width: 290px;
    height: 180px;
  }

  .filter {
    width: 290px;
    height: 180px;
  }

  .photogallery .group .filter:after{
    width: 290px;
    height: 180px;
  }

  .photogallery .group ul .name {
    width: 210px;
  }
}

/* Pruduct-details */

@media screen and (min-width: 886px) and (max-width: 1150px) {
  .pd-window {
    width: 700px;
    height: 310px;
    padding: 10px;
  }

  .pd-photos {
    height: 100%;
    width: 300px;
  }

  .pd-main-photo {
    height: 210px;
  }

  .pd-other-photos {
    margin-top: 10px;
  }

  .pd-other-photos ul li {
    width: 97px;
    margin-right: 5px;
  }

  .pd-other-photos {
    height: 70px;
  }

  .pd-other-photo-3::before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
  }

  .pd-other-photo-3::after {
    content: "";
    width: 85px;
    height: 58px;
    position: absolute;
    background: url("/img/icons/right-white-arrow.svg") no-repeat;
    background-size: 25px;
    background-position: 23px 23px;
  }

  .pd-other-photo-4 {
    display: none;
  }

  .pd-information {
    height: 100%;
    width: 400px;
    padding: 10px 25px 0 25px;
    /* background: red; */
  }

  .pd-information h2 {
    font-size: 20px;
  }

  .pd-information > ul > li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .pd-colors {
    margin-top: 25px;
  }

  .pd-colors .color {
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }

  .pd-colors ul {
    height: auto;
    width: 300px;
  }

  .pd-colors ul li {
    margin-right: 13px;
  }

  .pd-price {
    position: absolute;
    bottom: 25px;
    font-size: 16px;
  }
}

@media screen and (min-width: 576px) and (max-width: 885px) {
  .pd-window {
    width: 550px;
    height: 250px;
    padding: 10px;
  }

  .pd-photos {
    height: 100%;
    width: 250px;
  }

  .pd-main-photo {
    height: 175px;
  }

  .pd-other-photos {
    margin-top: 7px;
    height: 50px;
  }

  .pd-other-photos ul li {
    width: 80px;
    height: 85px;
    margin-right: 10px;
    background: blue;
    display: inline-block;
  }

  .pd-other-photos ul li {
    margin-right: 5px;
  }

  .pd-other-photo-3::before {
    content: "";
    width: 60px;
    height: 50px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
  }

  .pd-other-photo-3::after {
    content: "";
    width: 85px;
    height: 58px;
    position: absolute;
    background: url("/img/icons/right-white-arrow.svg") no-repeat;
    background-size: 20px;
    background-position: 21px 16px;
  }

  .pd-other-photo-4 {
    display: none;
  }

  .pd-information {
    height: 100%;
    width: 300px;
    padding: 10px 25px 0 25px;
    /* background: red; */
  }

  .pd-information h2 {
    font-size: 18px;
  }

  .pd-information > ul > li {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .pd-colors {
    margin-top: 15px;
  }

  .pd-colors .color {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }

  .pd-colors ul {
    height: auto;
    width: 250px;
  }

  .pd-colors ul li {
    margin-right: 10px;
  }

  .pd-price {
    position: absolute;
    bottom: 13px;
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .pd-window {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    height: 500px;
    padding: 10px;
  }

  .pd-photos {
    height: 200px;
    width: 100%;
  }

  .pd-main-photo {
    height: 160px;
  }

  .pd-other-photo {
    height: 60px;
  }

  .pd-other-photos {
    margin-top: 7px;
    height: 60px;
  }

  .pd-other-photos ul li {
    width: 90px;
    height: 60px;
    margin-right: 10px;
    background: blue;
    display: inline-block;
  }

  .pd-other-photos ul li {
    margin-right: 5px;
  }

  .pd-other-photo-3::before {
    content: "";
    width: 50px;
    height: 60px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
  }

  .pd-other-photo-3::after {
    content: "";
    width: 85px;
    height: 58px;
    position: absolute;
    background: url("/img/icons/right-white-arrow.svg") no-repeat;
    background-size: 20px;
    background-position: 16px 20px;
  }

  .pd-other-photo-4 {
    display: none;
  }

  .pd-information {
    height: auto;
    width: 100%;
    padding: 0px 10px 0 10px;
    /* background: red; */
  }

  .pd-information h2 {
    font-size: 16px;
  }

  .pd-information > ul > li {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .pd-colors {
    margin-top: 17px;
  }

  .pd-colors .color {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }

  .pd-colors ul {
    height: auto;
    width: 250px;
  }

  .pd-colors ul li {
    margin-right: 10px;
  }

  .pd-price {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
  }
}

/* Contacts */
@media screen and (max-width: 1000px) {
  .contacts-page ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .contacts-page ul {
    justify-content: left;
  }

  .contacts-page ul li {
    padding: 20px 30px !important;
  }
}

@media screen and (max-width: 575px) {
  body {
    overflow-y: visible;
  }

  .logotype {
    left: 0;
    height: 68px;
    width: 260px;
  }

  .text-block span {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .menu {
    padding: 17px 17px 17px 0;
  }

  .logotype {
    left: 0;
    height: 68px;
    width: 260px;
  }

  .text-block span {
    font-size: 16px;
  }
}

@media screen and (max-width: 350px) {
  .logotype {
    left: 0;
    height: 68px;
    width: 220px;
  }

  .text-block span {
    font-size: 14px;
    padding: 2px 7px;
  }
}

@media screen and (max-width: 1200px) {
  .g-menu {
    display: none !important;
  }
  .top-header
  {
    display: none !important;
  }

  .v-menu {
    display: block !important;
  }
}

@media screen and (max-width: 730px) {
    .about-us-image {
      height: 210px;
      width: 100%;
      float: right;
      background: silver;
      background: url("/img/photos/full-version/about-us.png") no-repeat;
      background-size: 140%;
      background-position: -30px 50%;
    }

}
