.photo-session-type {
  font-family: "Caveat", cursive;
  width: 100%;
  text-align: center;
  padding-top: 35px;
  margin-top: 100px;
  margin-bottom: 10px;
}

.group-gallery-slider-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.group-gallery-slider-wrapper .owl-carousel.galleries-icons-slider {
  display: inline-flex;
  justify-content: center;
}

.group-gallery-slider-wrapper .owl-nav {
  position: absolute;
  top: 40px;
  width: 220px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.group-gallery-slider-wrapper .owl-nav button {
  width: 50px;
  height: 50px;
  font-size: 100px !important;
  color: #f5d7c3 !important;
}

.group-gallery-slider-wrapper .owl-nav .owl-prev.disabled,
.group-gallery-slider-wrapper .owl-nav .owl-next.disabled {
  opacity: 0.25;
  cursor: default;
}

.group-gallery-slider-wrapper .owl-dots {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  height: 10px;
  bottom: 0;
}

.group-gallery-slider-wrapper .owl-dots button {
  width: 10px;
  height: 10px;
  background-color: rgba(100, 100, 100, 0.3) !important;
  border-radius: 50%;
  margin: 0 2px;
  transition: background 0.5s;
}

.group-gallery-slider-wrapper .owl-dots button.active {
  background-color: black !important;
}

.group-gallery-slider-wrapper .owl-stage-outer {
  height: 160px;
  padding-top: 28px;
}

.group-gallery-slider-wrapper .owl-stage-outer .active.center .icon-gallery {
  width: 100px;
  height: 100px;
  max-height: 100px !important;
  margin-top: -15px;
  transition: all 0.85s;
}

.group-gallery-slider-wrapper .owl-stage-outer:before {
  content: "";
  top: 12px;
  left: calc(50% - 50px);
  position: absolute;
  display: inline-block;
  width: 99px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #f0d2be;
  box-shadow: 0 0 15px -1px rgba(245, 215, 195, 0.8);
}

.group-gallery-slider-wrapper .owl-stage-outer .icon-gallery {
  width: 50px;
  height: 50px;
  max-height: 50px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.group-gallery-slider-wrapper .owl-stage-outer .icon-gallery span {
  width: 100%;
  font-family: Caveat, cursive;
  font-size: 15px;
  position: absolute;
  bottom: -30px;
  text-align: center;
  line-height: 14px;
  background-color: #ffffffc7;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .form-photo-session {
    width: 70%;
  }

  .photo-session-section .photo-session-list .photo-session-item {
    width: 24%;
  }
}

@media screen and (max-width: 1024px) {
  .form-photo-session {
    width: 80%;
  }

  .photo-session-section .photo-session-list {
    flex-wrap: wrap;
  }

  header.top-line.fixed .logotype img {
    width: 25%;
  }

  header.white-line {
    background-color: rgba(255, 255, 255, 0.75) !important;
  }
}

@media screen and (max-width: 768px) {
  .form-photo-session {
    width: 100%;
  }

  .photo-session-section .photo-session-title {
    font-size: 2em;
  }

  .photo-session-section .photo-session-list {
    margin: 2em;
    padding: 1em 0;
    border-bottom: 0;
  }

  .photo-session-section .photo-session-list .photo-session-item {
    width: 100%;
  }

  .photo-session-section .photo-session-list .photo-session-item:nth-child(odd) {
    margin-right: 0;
  }

  .photo-session-section .photo-session-list .photo-session-item:nth-child(even) {
    margin-left: 0;
  }

  .masonry-grid {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }

  .masonry-grid.gap-2 .masonry-item {
    padding-bottom: 8px !important;
  }

  header.top-line .logotype img {
    margin-top: 0;
    width: 25%;
  }

  .pace-done header .logotype {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  h1.main-title {
    font-size: 1.8em !important;
    margin-top: 40px;
  }

  .menu-wrapper .menu-item {
    width: 70%;
  }

  .menu-wrapper.footer-menu .menu-item {
    width: 90%;
  }

  .menu-wrapper.footer-menu .menu-item ul {
    margin-bottom: 0;
  }

  .modal-window-fullscreen .modal-body .form-group .form-item {
    width: 100%;
  }

  .modal-window-fullscreen .modal-body .form-group .form-item.type-checkbox {
    margin: 0.5em 0 2em;
  }

  .modal-window-fullscreen .modal-body .form-group .form-item.type-checkbox label {
    font-size: 16px;
  }

  .masonry-grid {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }

  .masonry-grid.gap-2 .masonry-item {
    padding-bottom: 0px !important;
  }

  .container-main-page.about-section .avatar {
    width: 100%;
    max-height: 100%;
    margin-bottom: 1em;
  }

  .feedback__wrapper .feedback-avatar-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .feedback__wrapper .feedback-content {
    width: 100%;
  }

  .feedback__wrapper .feedback-avatar {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border: 1px solid #c3a591;
  }

  .feedback__wrapper .feedback-avatar span {
    font-size: 2em;
  }

  .feedback__wrapper .feedback-name {
    text-align: center;
    font-weight: 600;
  }

  .price-page button {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 15px;
    background-color: #c3a591;
    border: 1px solid #c3a591;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s;
  }

  .price-page button:hover {
    border-color: #f0d2be !important;
    background-color: #f0d2be !important;
    transition: all 0.3s;
    cursor: pointer;
  }

  .price-card__header_how-match {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .price-card__header_photo {
    flex-wrap: wrap;
  }

  .price-card__header_photo-circle {
    box-shadow: 0 0 10px -1px rgba(240, 210, 190, 0.8);
  }

  .price-card__body_services ul {
    list-style: circle;
    padding: 0 20px;
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .modal-window-fullscreen .modal-window-title {
    font-size: 2em;
    margin: 10% 0 0;
  }

  .modal-window-fullscreen .modal-body {
    padding: 5px;
  }

  .modal-window-fullscreen .modal-body .form-group .form-item.type-checkbox label {
    font-size: 13px;
  }
}

