@charset "UTF-8";

body {
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300 !important;
  max-width: 1920px;
  background-color: #ffffff !important;
  font-size: 16px;
}

h1.main-title {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  margin-top: 90px;
  line-height: 1em;
}

h1.main-title strong {
  font-size: 1.2em;
}

.caveat {
  font-family: Caveat, cursive;
}

.hr-sloping-lines {
  margin: 20px 0;
  padding: 0;
  height: 2px;
  border: none;
  box-sizing: border-box;
  background-position: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="beige"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"></polygon><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"></polygon></svg>');
  background-size: 6px 6px;
}

p {
  margin: 1em !important;
}

a.link {
  color: #c3a591 !important;
}

a.link:hover {
  color: #f0d2be !important;
}

a.icon {
  transition: opacity 0.3s;
}

a.icon img {
  width: 50px;
}

a.icon:hover {
  transition: opacity 0.3s;
  opacity: 0.5;
}

.list-circle {
  list-style: circle;
  line-height: 34px;
}

.margin-auto {
  margin: 0 auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

button:focus {
  outline: 0;
}

.fixed {
  position: fixed !important;
}

label.required:after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.display-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-flex-start {
  align-items: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-space-between {
  justify-content: space-between !important;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.justify-content-flex-start {
  justify-content: flex-start !important;
}

h1.caveat {
  font-family: "Caveat", cursive;
}

.loading-page {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  top: 0;
  opacity: 0.95;
}

.loading-page img {
  width: 50px;
}

header.top-line {
  width: 100%;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: fixed;
  top: 0;
  max-width: 1920px;
}

header.top-line.with-sale {
  margin-top: 60px;
}

header.top-line .logotype {
  width: 100%;
  margin-top: 50px;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

header.top-line .logotype a {
  text-decoration: none;
}

header.top-line .logotype img {
  margin-top: 1%;
}

header.top-line.fixed {
  background-color: rgba(240, 210, 190, 0.7);
  box-shadow: 0 2px 6px 0 rgba(200, 200, 200, 0.1);
}

header.top-line.fixed .logotype {
  margin-top: 0;
  padding: 5px 0;
}

header.top-line.fixed .logotype img {
  max-width: 75px;
  margin-top: 0;
}

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

#navigation {
  z-index: 10;
}

#navigation .menu-social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 90vw;
  align-items: flex-start;
  justify-content: space-around;
  padding: 10px;
}

.menu-wrapper .menu-item {
  padding: 20px;
  font-size: 1.8em;
  font-family: "Caveat", cursive;
  color: #FFFFFF;
  opacity: 1;
}

.menu-wrapper .menu-item span {
  position: relative;
  font-size: 1em;
}

.menu-wrapper .menu-item span::before {
  content: "";
  position: absolute;
  border: 1px dashed #ffffff;
  bottom: 0px;
  width: 100%;
}

.menu-wrapper .menu-item ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 15px;
}

.menu-wrapper .menu-item ul li a {
  font-size: 0.8em;
}

.menu-wrapper .menu-item a {
  transition: opacity 0.3s;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 2em;
}

.menu-wrapper .menu-item a:hover {
  opacity: 0.4;
  transition: opacity 0.3s;
  cursor: pointer;
}

.hamburger {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 7px;
}

.camera-icon,
.instagram-icon,
.vkontakte-icon {
  transition: 0.3s opacity;
}

.camera-icon:hover,
.instagram-icon:hover,
.vkontakte-icon:hover {
  transition: 0.3s opacity;
  cursor: pointer;
  opacity: 0.5;
}

.camera-icon img,
.instagram-icon img,
.vkontakte-icon img {
  width: 35px;
}

.camera-icon {
  z-index: 3;
  right: 20px;
  top: 8px;
  position: absolute;
  width: 40px;
  height: 32px;
  background-image: url(/front/media/svg/camera.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.camera-icon:after {
  content: "\437\430\43F\438\441\430\442\44C\441\44F";
  font-size: 12px;
  color: #c3a591;
  position: absolute;
  top: 32px;
  left: -9px;
}

.camera-icon.white {
  background-image: url(/front/media/svg/camera-white.svg);
}

.camera-icon.white:after {
  color: #ffffff;
}

.animate-booking-wrapper {
  right: 20px;
  top: 8px;
  position: absolute;
  width: 40px;
  height: 32px;
}

.animate-booking-wrapper .animate-booking-btn-one,
.animate-booking-wrapper .animate-booking-btn-two {
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(240, 210, 190, 0.7);
  position: absolute;
  z-index: 1;
  top: 65%;
  left: 62%;
  transform: translate(-50%, -50%);
}

.animate-booking-wrapper .animate-booking-btn-one {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: ring-one 3s infinite;
          animation: ring-one 3s infinite;
}

.animate-booking-wrapper .animate-booking-btn-two {
  background-color: rgba(245, 215, 195, 0.7);
  -webkit-animation: ring-two 3s infinite;
          animation: ring-two 3s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes ring-one {
  0% {
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes ring-one {
  0% {
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes ring-two {
  0% {
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
    background-color: rgba(42, 98, 102, 0);
  }
}

@keyframes ring-two {
  0% {
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
    background-color: rgba(42, 98, 102, 0);
  }
}

.instagram-icon,
.vkontakte-icon {
  padding: 10px;
}

.instagram-icon img,
.vkontakte-icon img {
  width: 45px;
}

.vkontakte-icon {
  left: 0;
}

.height-fullscreen {
  height: 100vh !important;
}

.width-fullscreen {
  width: 100vw !important;
}

.w100 {
  width: 100% !important;
}

.owl-carousel-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 250px;
}

.owl-carousel-wrapper .loading-slider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}

.owl-carousel-wrapper .loading-slider img {
  width: 50px;
}

.owl-carousel-wrapper .owl-carousel {
  opacity: 0;
  position: relative;
  display: flex !important;
  justify-content: center;
  overflow: auto;
}

.owl-carousel-wrapper .owl-carousel.slow-show {
  opacity: 1;
  transition: opacity 5s;
}

.owl-carousel-wrapper .owl-carousel .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel-wrapper .owl-carousel .owl-dots .owl-dot {
  outline: none;
  display: block;
  width: calc( 100vw/20 );
  height: 4px;
  margin: 5px;
  background-color: #ffffff;
  opacity: 0.4;
}

.owl-carousel-wrapper .owl-carousel .owl-dots .owl-dot.active {
  height: 6px;
  opacity: 1;
}

.owl-carousel-wrapper .owl-carousel .owl-slider-background {
  background-size: cover;
  background-position: center;
}

.top-background-section {
  width: 100vw;
  height: 60vh;
}

.top-background-section .lazy {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.photo-session-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 2em;
}

.photo-session-section .photo-session-title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1em 0.5em 0;
  font-family: "Caveat", cursive;
  font-size: 2em;
}

.photo-session-section .photo-session-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  padding: 2em 0 3em 0;
  box-sizing: border-box;
  margin: 0 2em;
}

.photo-session-section .photo-session-list .photo-session-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 15%;
  margin: 0.5em;
}

.photo-session-section .photo-session-list .photo-session-item:first-child {
  margin-left: 0;
}

.photo-session-section .photo-session-list .photo-session-item:last-child {
  margin-right: 0;
}

.photo-session-section .photo-session-list .photo-session-item .session-name {
  font-family: Caveat, cursive;
  font-size: 1.3em;
  margin-top: 0.5em;
  width: 100%;
  text-align: center;
}

.photo-session-section .photo-session-list .photo-session-item .session-icon {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: #f0d2be;
  transition: opacity 0.3s;
  box-shadow: 0 0 15px -1px rgba(248, 216, 196, 0.8);
}

.photo-session-section .photo-session-list .photo-session-item .session-icon:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.photo-session-section .photo-session-list .photo-session-item .session-icon .photo-session-link {
  display: block;
  width: 100%;
  height: 100%;
}

.modal-window-fullscreen {
  top: 0;
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 10;
  overflow: auto;
}

.modal-window-fullscreen.background-black {
  background-color: rgba(240, 210, 190, 0.98);
}

.modal-window-fullscreen.show-window {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.modal-window-fullscreen .close-window-btn {
  width: 50px;
  height: 50px;
  margin: 15px;
  display: flex;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.modal-window-fullscreen .close-window-btn:hover {
  color: #c3a591;
  cursor: pointer;
}

.modal-window-fullscreen .modal-body {
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.modal-window-fullscreen .modal-body form.hide {
  display: none;
}

.modal-window-fullscreen .modal-body .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

.modal-window-fullscreen .modal-body .form-group input,
.modal-window-fullscreen .modal-body .form-group select,
.modal-window-fullscreen .modal-body .form-group label,
.modal-window-fullscreen .modal-body .form-group textarea {
  outline: #f0d2be;
  width: 100%;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
}

.modal-window-fullscreen .modal-body .form-group input:focus,
.modal-window-fullscreen .modal-body .form-group select:focus,
.modal-window-fullscreen .modal-body .form-group label:focus,
.modal-window-fullscreen .modal-body .form-group textarea:focus {
  border: 1px solid #f0d2be;
}

.modal-window-fullscreen .modal-body .form-group input,
.modal-window-fullscreen .modal-body .form-group textarea,
.modal-window-fullscreen .modal-body .form-group select {
  border: 1px solid #ececec;
  padding: 4px 12px;
  line-height: 30px;
  font-weight: 100;
  height: 40px;
  font-size: 14px;
}

.modal-window-fullscreen .modal-body .form-group textarea {
  line-height: 20px;
  height: 120px;
}

.modal-window-fullscreen .modal-body .form-group label {
  margin: 0;
  font-family: "Caveat", cursive;
  font-size: 20px;
  color: #c3a591;
}

.modal-window-fullscreen .modal-body .form-group .form-item {
  width: 49%;
  position: relative;
  margin-bottom: 1em;
}

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

.modal-window-fullscreen .modal-body .form-group .form-item.type-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin: 0 0 1em;
}

.modal-window-fullscreen .modal-body .form-group .form-item.type-checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 2%;
}

.modal-window-fullscreen .modal-body .form-group button {
  border: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c3a591;
  font-family: "Caveat", cursive;
  font-size: 20px;
  border-radius: 2px;
  color: white;
}

.modal-window-fullscreen .modal-body .form-group button:hover {
  background-color: #f0d2be;
}

.modal-window-fullscreen .modal-body .send-proceed {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.modal-window-fullscreen .modal-body .send-proceed.show {
  display: flex;
}

.modal-window-fullscreen .modal-body .send-proceed img {
  width: 50px;
}

.modal-window-fullscreen .modal-body .send-proceed span {
  width: 100%;
  text-align: center;
}

.modal-window-fullscreen .modal-body .response {
  padding: 2%;
}

.modal-window-fullscreen .modal-window-title {
  margin-top: 5%;
  width: 100%;
  height: 60px;
  font-family: "Caveat", cursive;
  font-weight: normal;
  font-size: 2.2em;
  text-align: center;
}

form span.error {
  border: 0;
  color: red;
  font-family: "Caveat", cursive;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 12px;
}

form .error {
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.1);
  border-radius: 2px;
}

.form-photo-session {
  padding: 20px;
  height: 100%;
}

.default-page {
  box-sizing: border-box;
  padding: 100px 15px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.container-main-page {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-main-page.about-section {
  max-width: 740px;
}

.container-main-page.about-section .avatar {
  float: left;
  max-height: 300px;
  margin-right: 1em;
}

.container-main-page .left-wrapper,
.container-main-page .right-wrapper {
  width: 49%;
}

.google-recaptcha-policy {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 1em;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #c3a591;
}

.google-recaptcha-policy span {
  width: 100%;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 30px;
  background-color: #f0d2be;
  color: #FFFFFF;
  font-family: "Caveat", cursive;
  font-size: 18px;
}

.footer-wrapper .copy,
.footer-wrapper .social {
  width: 100%;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-wrapper .social {
  height: 80px;
  max-width: 300px;
  margin-top: 30px;
}

.footer-wrapper .footer-menu {
  width: 100vw;
  box-sizing: border-box;
}

.footer-wrapper .footer-menu ul li a {
  font-size: 0.7em;
}

.footer-wrapper .footer-blocks {
  border-bottom: 1px solid #ffffff;
}

footer {
  width: 100%;
}

footer.fixed {
  position: absolute;
  bottom: 0;
}

#spacial-sale {
  display: flex;
  align-items: center;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0.15em 1em !important;
  position: absolute;
  top: 0 !important;
  border-bottom: 1px solid #c3a591;
  background-color: #ffffff;
  min-height: 60px;
  z-index: 5;
}

#spacial-sale:hover {
  cursor: pointer;
  opacity: 0.8;
}

#spacial-sale .open-modal {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#spacial-sale .close-spacial-sale {
  width: 40px;
  height: 40px;
  position: absolute;
  color: #c3a591;
  right: 10px;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#spacial-sale .close-spacial-sale:hover {
  cursor: pointer;
  background-color: #c3a591;
  color: #ffffff;
}

/***************************************************************************** photo galleries */

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.9);
}

.pswp__button--fs,
.pswp__button--zoom,
.pswp__button--share {
  display: none !important;
}

/***************************************************************************** masonry galleries */

.masonry-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

/***************************************************************************** feedback */

.feedback__avatar {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #c3a591;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
}

.feedback__avatar i {
  font-size: 50px;
  position: relative;
}

.feedback__avatar i:before {
  position: absolute;
  content: "+";
  font-size: 20px;
  bottom: -6px;
  left: 19px;
}

.feedback__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2em 1em;
}

.feedback__wrapper.feedback-row {
  border-top: 1px solid #f0d2be;
}

.feedback__wrapper .feedback-avatar-wrapper {
  width: 15%;
  margin-right: 1%;
}

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

.feedback__wrapper .feedback-avatar {
  width: 96px;
  height: 96px;
  border: 2px solid #c3a591;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-background-attachment: fixed;
}

.feedback__wrapper .feedback-avatar span {
  font-size: 3em;
  margin-left: 35%;
  overflow: hidden;
  color: #ffffff;
}

.feedback__wrapper .feedback-avatar span:first-letter {
  font-weight: 500;
  line-height: 50px;
  color: #c3a591;
}

.feedback__wrapper .feedback-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #c3a591;
}

/***************************************************************************** hamburgers */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--spring.is-active .hamburger-inner::before,
.hamburger--spring.is-active .hamburger-inner::after {
  background-color: #ffffff !important;
}

.hamburger--spring.green .hamburger-inner,
.hamburger--spring.green .hamburger-inner::before,
.hamburger--spring.green .hamburger-inner::after {
  background-color: #c3a591;
}

/***************************************************************************** banner */

.modal-window-fullscreen.banner-by-timer {
  background-color: rgba(255, 255, 255, 0.95);
  align-items: center;
  justify-content: center;
}

.modal-window-fullscreen.banner-by-timer.show-window {
  display: flex;
}

.modal-window-fullscreen.banner-by-timer.show-window .close-window-btn {
  width: 50px;
  height: 50px;
  margin: 15px;
  display: flex;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.modal-window-fullscreen.banner-by-timer.show-window .close-window-btn:hover {
  color: #c3a591;
  cursor: pointer;
}

.modal-window-fullscreen .modal-banner {
  max-width: 800px;
  max-height: 800px;
  padding: 3em;
}

.modal-window-fullscreen .modal-banner img {
  width: 100%;
}

/***************************************************************************** price */

.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 {
  margin: 50px 0;
}

.price-card__left,
.price-card__center {
  width: 35%;
}

.price-card__right {
  width: 30%;
}

.price-card__description {
  font-weight: bolder;
  margin-top: 10px;
}

.price-card__header {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.price-card__header_title {
  width: 90%;
  margin: 0 2%;
  font-size: 1.8rem;
  text-align: center;
}

.price-card__header_how-match {
  font-weight: bold;
  font-size: 1.5rem;
  color: #f0d2be;
}

.price-card__header_photo {
  display: flex;
  align-items: center;
  width: 35%;
}

.price-card__header_photo:nth-child(1) {
  justify-content: right;
}

.price-card__header_photo:nth-child(2) {
  justify-content: left;
}

.price-card__header_photo-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #f0d2be;
  box-shadow: 0 0 15px -1px rgba(240, 210, 190, 0.8);
}

.price-card__body_services {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.price-card__body_services ul {
  width: 100%;
  line-height: 25px;
}

.price-card__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

