@charset "UTF-8";
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}

button:focus,
a:focus {
  outline: none !important;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.schedule-cards .elementor-posts-container,
.styled-cards .elementor-posts-container {
  display: grid;
}
.schedule-cards .elementor-post,
.styled-cards .elementor-post {
  position: relative;
  pointer-events: initial !important;
  overflow: initial !important;
}
.schedule-cards .elementor-post:before, .schedule-cards .elementor-post:after,
.styled-cards .elementor-post:before,
.styled-cards .elementor-post:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.schedule-cards .elementor-post:hover:before, .schedule-cards .elementor-post:hover:after, .schedule-cards .elementor-post.selected:before, .schedule-cards .elementor-post.selected:after,
.styled-cards .elementor-post:hover:before,
.styled-cards .elementor-post:hover:after,
.styled-cards .elementor-post.selected:before,
.styled-cards .elementor-post.selected:after {
  border-color: var(--wp--preset--color--primary);
  z-index: 2;
}
.schedule-cards .elementor-post__thumbnail__link,
.styled-cards .elementor-post__thumbnail__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
.schedule-cards .elementor-post__thumbnail__link:before,
.styled-cards .elementor-post__thumbnail__link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.schedule-cards .elementor-post__thumbnail__link .elementor-fit-height,
.styled-cards .elementor-post__thumbnail__link .elementor-fit-height {
  height: 100%;
  width: 100%;
  font-size: 0;
}
.schedule-cards .elementor-post__thumbnail__link .elementor-fit-height img,
.styled-cards .elementor-post__thumbnail__link .elementor-fit-height img {
  width: 100%;
  height: 100%;
}
.schedule-cards .elementor-post__title,
.styled-cards .elementor-post__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  font-family: var(--wp--preset--font-family--oswald-font);
}
.schedule-cards .elementor-post__title a,
.styled-cards .elementor-post__title a {
  color: #fff !important;
  font-family: var(--wp--preset--font-family--oswald-font);
}
.schedule-cards .elementor-post__text p,
.schedule-cards .elementor-post__text a,
.styled-cards .elementor-post__text p,
.styled-cards .elementor-post__text a {
  font-family: var(--wp--preset--font-family--oswald-font);
}

.schedule-cards .elementor-posts-container {
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 15px;
}
.schedule-cards .elementor-post {
  height: 101px;
  margin-bottom: 36px !important;
}
.schedule-cards .elementor-post:before, .schedule-cards .elementor-post:after {
  border: solid 1px var(--wp--preset--color--secondary);
}
.schedule-cards .elementor-post:before {
  top: -5px;
  right: -5px;
}
.schedule-cards .elementor-post:after {
  bottom: -5px;
  left: -5px;
}
.schedule-cards .elementor-post:hover:before, .schedule-cards .elementor-post:hover:after, .schedule-cards .elementor-post.selected:before, .schedule-cards .elementor-post.selected:after {
  width: 110%;
  height: 110%;
  border-width: 3px;
}
.schedule-cards .elementor-post:hover .card-button {
  opacity: 1;
  visibility: visible;
}
.schedule-cards .elementor-post__title {
  font-size: 12px;
  width: calc(100% - 10px);
}
.schedule-cards .elementor-post .card-button {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 20px);
  height: 29px;
  left: 10px;
  bottom: 5px;
  font-size: 12px;
  line-height: 1;
  border: none;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.schedule-cards .elementor-post .card-button.selected {
  opacity: 1;
  visibility: visible;
}
.schedule-cards .elementor-post .card-button.add {
  color: #fff;
  background-color: #1b1d28;
  font-family: "Oswald", sans-serif;
}
.schedule-cards .elementor-post .card-button.add:hover {
  background-color: #282a33;
}
.schedule-cards .elementor-post__text p {
  display: none;
}
.schedule-cards .elementor-post__text .elementor-post__read-more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff !important;
  background-color: #9f7150;
  bottom: -36px;
  z-index: 1;
  padding: 0 10px;
  border-radius: 5px;
}
.schedule-cards .elementor-post__text .elementor-post__read-more:hover {
  background-color: #6f4b32;
}

.styled-cards .elementor-posts-container {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 105px;
}
.styled-cards .elementor-post {
  height: 320px;
  margin-bottom: 0 !important;
}
.styled-cards .elementor-post:before, .styled-cards .elementor-post:after {
  border: solid 2px var(--wp--preset--color--secondary);
}
.styled-cards .elementor-post:before {
  top: -20px;
  right: -20px;
}
.styled-cards .elementor-post:after {
  bottom: -20px;
  left: -20px;
}
.styled-cards .elementor-post:hover:before, .styled-cards .elementor-post:hover:after, .styled-cards .elementor-post.selected:before, .styled-cards .elementor-post.selected:after {
  width: 112.5%;
  height: 112.5%;
  border-width: 6px;
  z-index: -1;
}
.styled-cards .elementor-post:hover .elementor-post__thumbnail__link:after, .styled-cards .elementor-post.selected .elementor-post__thumbnail__link:after {
  opacity: 1;
  visibility: visible;
}
.styled-cards .elementor-post:hover .elementor-post__title, .styled-cards .elementor-post.selected .elementor-post__title {
  opacity: 0;
  visibility: hidden;
}
.styled-cards .elementor-post:hover .elementor-post__text p, .styled-cards .elementor-post.selected .elementor-post__text p {
  opacity: 1;
  visibility: visible;
}
.styled-cards .elementor-post__thumbnail__link:after {
  position: absolute;
  content: "Подробнее";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  z-index: 4;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  width: 140px;
  color: #fff;
  background-color: #9f7150;
  padding: 0 10px 3px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.styled-cards .elementor-post__thumbnail__link:after:hover {
  background-color: #6f4b32;
}
.styled-cards .elementor-post__title {
  font-size: 24px;
  width: calc(100% - 20px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.styled-cards .elementor-post__text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  height: 100%;
}
.styled-cards .elementor-post__text a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
}
.styled-cards .elementor-post__text a:hover {
  text-decoration: none;
}
.styled-cards .elementor-post__text p {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  overflow: hidden;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}
.styled-cards .elementor-post__text h3 a {
  text-decoration: none;
  font-weight: 500;
}

.placeholder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.placeholder.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: fit-content;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 40px 20px 30px;
  border-radius: 5px;
}
.modal.confirm-modal {
  width: 380px;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal .close {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal .close:before, .modal .close:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  background-color: #333;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.modal .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.modal h4,
.modal h5,
.modal h6 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #1b1d28;
  margin: 0;
}
.modal h4 {
  font-size: 20px;
}
.modal h5 {
  font-size: 18px;
  line-height: 1.2;
}
.modal h6 {
  font-size: 16px;
  line-height: 1.2;
}
.modal ul,
.modal li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 30px;
}
.modal .place-button {
  font-family: "Oswald", sans-serif;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.modal .place-button:hover, .modal .place-button.selected {
  background-color: #1b1d28;
  color: #fff;
}
.modal .modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.modal .place-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin: 20px auto 0;
  width: 160px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #1b1d28;
  color: #fff;
  cursor: pointer;
  border: 1px solid #1b1d28;
}
.modal .place-select.disable {
  pointer-events: none;
  opacity: 0.8;
}
.modal .place-select:hover {
  background-color: #282a33;
}
.modal .place-select.close-btn {
  background-color: #fff;
  color: #1b1d28;
}
.modal .place-select.close-btn:hover {
  background-color: #dbdbdb;
}

.request-modal {
  width: 380px;
}
.request-modal .success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 20px;
}
.request-modal .success .place-select {
  width: 200px;
  text-decoration: none;
}
.request-modal .success.show {
  opacity: 1;
  visibility: visible;
}

.request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 15px;
  margin-top: 20px;
}
.request-form .place-select {
  margin-top: 0;
}

.request-input {
  width: 100%;
  height: 50px;
  font-size: 16px !important;
  font-family: "Oswald", sans-serif;
  padding: 5px 10px !important;
  border: 1px solid #1b1d28 !important;
  border-radius: 3px;
  background-color: #fff;
  color: #1b1d28 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 !important;
}
.request-input:hover {
  border-color: #6f4b32 !important;
}

@media (max-width: 1240px) {
  .styled-cards {
    padding: 0 40px;
  }
  .styled-cards .elementor-posts-container {
    grid-gap: 60px;
  }
  .styled-cards .elementor-post {
    height: initial;
    padding-bottom: 100%;
  }
  .styled-cards .elementor-post:before {
    top: -10px;
    right: -10px;
  }
  .styled-cards .elementor-post:after {
    bottom: -10px;
    left: -10px;
  }
  .styled-cards .elementor-post:hover:before, .styled-cards .elementor-post:hover:after, .styled-cards .elementor-post.selected:before, .styled-cards .elementor-post.selected:after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
  .styled-cards .elementor-post__text {
    font-size: 14px;
    line-height: 1.3;
  }
  .schedule-cards .schedule-lines {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .schedule-cards .elementor-posts-container {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px 15px;
  }
  .schedule-cards .elementor-post {
    height: 144px;
  }
  .schedule-cards .elementor-post:hover:before, .schedule-cards .elementor-post:hover:after, .schedule-cards .elementor-post.selected:before, .schedule-cards .elementor-post.selected:after {
    width: 107%;
    height: 107%;
  }
}
@media (max-width: 860px) {
  .schedule-cards .schedule-lines {
    max-width: 565px;
  }
  .schedule-cards .elementor-post {
    height: 101px;
  }
  .schedule-cards .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 100% !important;
  }
  .styled-cards {
    padding: 0 20px;
  }
  .styled-cards .elementor-posts-container {
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .styled-cards .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 100% !important;
  }
  .styled-cards .elementor-post__text p {
    display: none;
  }
  .styled-cards .elementor-post__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .e-con {
    display: block !important;
  }
  .schedule-cards {
    max-width: 100% !important;
    width: 100%;
  }
  .schedule-cards .elementor-post {
    /* .card-button {
    	opacity: 1;
    	visibility: visible;

    	&.selected {
    		background-color: #9f7150;
    	}
    } */
  }
  .schedule-cards .elementor-post:hover:before, .schedule-cards .elementor-post:hover:after, .schedule-cards .elementor-post.selected:before, .schedule-cards .elementor-post.selected:after {
    width: 110%;
    height: 110%;
  }
}
@media (max-width: 630px) {
  .wp-block-cover {
    min-height: 34vw !important;
  }
  .wp-block-columns.has-oswald-font-font-family p {
    font-size: 24px !important;
    padding: 20px !important;
  }
  .schedule-cards .schedule-lines {
    max-width: 585px;
  }
  .schedule-cards .elementor-posts-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
  }
  .schedule-cards .elementor-post {
    height: initial;
    padding-bottom: 100%;
  }
  .schedule-cards .elementor-post:hover:before, .schedule-cards .elementor-post:hover:after, .schedule-cards .elementor-post.selected:before, .schedule-cards .elementor-post.selected:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .schedule-cards .elementor-post__thumbnail__link {
    pointer-events: none !important;
  }
  .schedule-cards .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 100% !important;
  }
  .schedule-cards .elementor-post__title a {
    pointer-events: none !important;
  }
  .styled-cards {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }
  .styled-cards .elementor-posts-container {
    grid-gap: 50px;
    grid-template-columns: 1fr;
  }
  .styled-cards .elementor-post__title {
    font-size: 18px;
  }
  .modal {
    width: 410px;
  }
  .modal.confirm-modal {
    width: 340px;
  }
  .request-modal {
    width: 340px;
  }
}/*# sourceMappingURL=styles.css.map */