@font-face {
  font-family: 'PTSerifCaptionItalic';
  src: url('PTZ56F_W.eot');
  src: url('/fonts/PTZ56F_W.eot?#iefix') format('embedded-opentype'), url('/fonts/PTZ56F_W.woff') format('woff'), url('/fonts/PTZ56F_W.ttf') format('truetype'), url('/fonts/PTZ56F_W.svg#PTSerif-CaptionItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

.gallery_wraper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery_category_wraper {
  display: none;
}

/* --- Выпадающий список выбора галереи --- */

.gallery_category_wraper_mobile {
  display: flex;
  height: 50px;
  justify-content: space-around;
  list-style: none;
  margin: 10px 2px 0 2px;
  border: 1px solid #f9e3cc;
  border-radius: 25px;
  /* background-color: #C2ADAB;
  box-shadow: 0px 0px 7px rgba(249, 227, 204, 0.51); */
  /* background-color: rgba(215, 191, 172, 0.2); */
  background-color: rgba(135, 116, 100, 0.4);
  box-shadow: 0px 0px 7px #ffffff;
}

.left_arrow {
  float: left;
  width: 40px;
  margin-left: 5px;
}

.gallery_category_selector {
  margin: auto auto;
  font-family: 'PTSerifCaptionItalic';
  font-size: 1.8em;
  color: #fef0e2;
  text-shadow: 1px 1px 2px #000000;
}

.gallery_category_selector>p {
  margin: 0;
  padding: 0;
}

.right_arrow {
  float: right;
  width: 40px;
  margin-right: 5px;
}

/* Галерея */

.gallery_images_wraper {
  margin-top: 10px;
  /* border: 1px solid rgb(244, 152, 69); */
  width: 100%;
  /* background-color: rgba(215, 191, 172, 0.3); */
  overflow: auto;
}

.gallery_images_conteiner {
  background-color: rgba(202, 227, 236, 0.2);
  box-shadow: 0 0 3px rgb(215, 215, 215);
  border-radius: 10px;
  float: left;
  margin: 3px 3px 3px 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery_images_conteiner>img {
  /* border: 1px solid #42fe00; */
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 3px rgb(144, 144, 144);
  border-radius: 10px;
}
 /* expanded category selector */
.expanded_gallery_category_wraper {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.expanded_gallery_category {
  height: 30px;
  overflow: hidden;
  border-radius: 25px;
  background-color: rgb(132, 113, 105);
  box-shadow: 0px 1px 7px #ffffff;
  font-family: 'PTSerifCaptionItalic';
  font-size: 1.8em;
  color: #fef0e2;
  text-shadow: 1px 1px 2px #000000;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.expanded_gallery_category>p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.expanded_gallery_category>p:first-child {
  margin-top: 10px;
}

.expanded_gallery_category>p:last-child {
  margin-bottom: 10px;
}



/* окно для просмотра изображений галереи в полном размере */
.modal_viwer {
  display: none;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}
.modal_close {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccbeae;
  float: right;
  margin-right: 20px;
  font-size: 50px;
  font-weight: bold;
  z-index: 1000;
  cursor: pointer;
  text-shadow: 0 1px 8px rgb(0, 0, 0);
}
.modal_arrow_left {
  position: absolute;
  width: 60px;
  left: 10px;
  top: 50%;
  z-index: 1000;
  cursor: pointer;
}
.modal_arrow_right {
  position: absolute;
  width: 60px;
  right: 10px;
  top: 50%;
  z-index: 1000;
  cursor: pointer;
}

.modal_image_wraper>img {
  position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  z-index: -1;
}


/* min - works until number || from higher to lower */
/* max - works after number || from higher to lower */
@media only screen and (max-width: 360px) {
/* --- Выпадающий список выбора галереи --- */

.gallery_category_wraper_mobile {
  display: flex;
  height: 40px;
  justify-content: space-around;
  list-style: none;
  margin: 10px 2px 0 2px;
  border: 1px solid #f9e3cc;
  border-radius: 20px;
  /* background-color: #C2ADAB;
  box-shadow: 0px 0px 7px rgba(249, 227, 204, 0.51); */
  /* background-color: rgba(215, 191, 172, 0.2); */
  background-color: rgba(135, 116, 100, 0.4);
  box-shadow: 0px 0px 7px #ffffff;
}

.left_arrow {
  float: left;
  width: 35px;
  margin-left: 5px;
}

.gallery_category_selector {
  margin: auto auto;
  font-family: 'PTSerifCaptionItalic';
  font-size: 1.6em;
  color: #fef0e2;
  text-shadow: 1px 1px 2px #000000;
}


.right_arrow {
  float: right;
  width: 35px;
  margin-right: 5px;
}
}




/* --- DESKTOP --- */

/* min - works until number || from higher to lower */
/* max - works after number || from higher to lower */
@media only screen and (min-width: 680px) {
  .gallery_category_wraper_mobile {
    display: none;
  }
  .gallery_wraper {
    position: absolute;
    margin-top: 130px;
    max-width: 1100px;
    width: 100%;

  }
  .gallery_category_wraper {
    display: inherit;
    float: left;
    margin-left: 10px;
    /* border: 1px solid #f9e3cc; */
    border-radius: 15px;
    background-color: rgba(144, 123, 106, 0.4);
    box-shadow: 0px 1px 7px #ffffff;
    font-family: 'PTSerifCaptionItalic';
    font-size: 1.8em;
    color: #fef0e2;
    /* width: 270px; */
    /* color: #000000; */
    /* text-shadow: 1px -1px 3px #f4efd5; */
    text-shadow: 1px 1px 2px #2a2a2a;


  }
  .gallery_category_wraper>p {
    margin: 0;
    padding: 5px 10px 5px 10px;
    /* -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s; */

  }
  .gallery_category_wraper>p:hover {
    /* text-shadow: 0px 0px 2px #000000; */
    border-radius: 15px;
    background-color: rgba(135, 58, 0, 0.6);
    box-shadow: 0px 0px 7px #ffffff;
    cursor: pointer;

  }
  .gallery_selected {
    text-shadow: 0px 0px 3px #2a231f;
    border-radius: 15px;
    background-color: rgba(135, 58, 0, 0.6);
    box-shadow: 0px 0px 7px #ffffff;
  }
  .gallery_images_wraper {
    /* display: inline-block; */
    float: right;
    margin-top: 0px;
    /* border: 1px solid rgb(244, 152, 69); */
    /* ширина и отступ определяются в скрипте */
  }
  .gallery_images_conteiner {
    margin: 5px 5px 5px 5px;
  }
  /* окно для просмотра изображений галереи в полном размере */
  .modal_viwer {
    display: none;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .modal_close {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccbeae;
    float: right;
    margin-right: 20px;
    font-size: 60px;
    font-weight: bold;
    z-index: 1000;
    cursor: pointer;
  }
  .modal_arrow_left {
    position: absolute;
    width: 60px;
    left: 10px;
    top: 50%;
    z-index: 1000;
    cursor: pointer;
  }
  .modal_arrow_right {
    position: absolute;
    width: 60px;
    right: 10px;
    top: 50%;
    z-index: 1000;
    cursor: pointer;
  }

  
  .modal_image_wraper>img {
    position: absolute;
    	max-width: 100%;
    	max-height: 100%;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	margin: auto;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    z-index: -1;
  }
}
