/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./resources/scss/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@font-face {
  font-family: "bw_gradualmedium";
  src: url(fonts/bwgradual-medium-webfont.woff2) format("woff2"), url(fonts/bwgradual-medium-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bw_gradualregular";
  src: url(fonts/bwgradual-regular-webfont.woff2) format("woff2"), url(fonts/bwgradual-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.entry-content .slick-arrow {
  position: absolute;
  top: -150px;
  right: 10px;
  z-index: 10;
  border-radius: 50%;
  border: none;
  background: #FBF4ED url(images/0a5871f7b1ebb0adedda.svg) center center no-repeat;
  width: 58px;
  height: 58px;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.entry-content .slick-arrow:hover {
  background: #F2D9C2 url(images/0a5871f7b1ebb0adedda.svg) center center no-repeat;
}
.entry-content .slick-prev {
  right: 88px;
  background: #FBF4ED url(images/38a71aacd1402b1c7fdd.svg) center center no-repeat;
}
.entry-content .slick-prev:hover {
  background: #F2D9C2 url(images/38a71aacd1402b1c7fdd.svg) center center no-repeat;
}
.entry-content .slick-dots {
  text-align: center;
}
.entry-content .slick-dots li {
  padding: 0 5px;
  background: none;
  display: inline-block;
}
.entry-content .slick-dots li button {
  width: 35px;
  height: 4px;
  border: none;
  background: #DFCEBE;
  border-radius: 10px;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.entry-content .slick-dots li button:hover {
  background: #AB603A;
}
.entry-content .slick-dots li.slick-active button {
  background: #AB603A;
}

@media screen and (max-width: 599px) { /* 991px counts */
  .entry-content .slick-arrow {
    top: -75px;
  }
}
.contacts-block {
  display: flex;
  margin: 0 -10px -20px;
}

.contacts-text {
  width: 50%;
  padding: 0 10px 20px;
}

.contacts-text-inner {
  background: #F7F6EE;
  padding: 50px;
  border-radius: 30px;
}
.contacts-text-inner .h6 {
  margin-bottom: 15px;
}
.contacts-text-inner .contacts {
  padding-bottom: 40px;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
}
.contacts-text-inner .contacts a {
  color: #000;
}
.contacts-text-inner .contacts ul {
  margin: 0;
}
.contacts-text-inner .contacts ul li {
  padding-left: 0;
  background: none;
}
.contacts-text-inner .contacts .icon-text {
  padding-left: 34px;
}
.contacts-text-inner .contacts .phone {
  background: url(images/48ff5f51276480e302ea.svg) 0 center no-repeat;
}
.contacts-text-inner .contacts .email {
  background: url(images/d64771168d3062843852.svg) 0 center no-repeat;
}
.contacts-text-inner .contacts .location {
  background: url(images/f10b0730d956c0088e4c.svg) 0 center no-repeat;
}
.contacts-text-inner .contacts .time {
  background: url(images/9b717735e167ac942ada.svg) 0 3px no-repeat;
}
.contacts-text-inner .contacts .social {
  padding-top: 10px;
}
.contacts-text-inner .text p {
  margin: 0;
}

.contacts-map {
  width: 50%;
  padding: 0 10px 20px;
}

.contacts-map-inner {
  height: 100%;
  background: #F7F6EE;
  border-radius: 30px;
}
.contacts-map-inner iframe {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 30px;
}

@media screen and (max-width: 991px) { /* 991px counts */
  .contacts-block {
    flex-wrap: wrap;
  }
  .contacts-text {
    width: 100%;
  }
  .contacts-map {
    width: 100%;
    height: 580px;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .contacts-text-inner {
    padding: 30px;
  }
  .contacts-map {
    height: 480px;
  }
}
.cta-block {
  padding: 80px 0;
  text-align: center;
  background: url(images/0864d2f6683e1ba1cab9.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  border-radius: 30px;
}
.cta-block h2 {
  margin-bottom: 30px;
}

.cta-block-holder {
  margin: 0 -100%;
}

.cta-block-continer {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 100vw;
}

@media screen and (max-width: 599px) { /* 991px counts */
  .cta-block-continer {
    padding: 0 15px;
  }
  .cta-block {
    margin-bottom: 70px;
  }
}
.about-block {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-text {
  width: 33%;
}

.about-image {
  width: 47%;
  padding-right: 15px;
}
.about-image img {
  display: block;
}

.about-qoute {
  width: 20%;
  font-size: 24px;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  padding-top: 53px;
  background: url(images/60a200b134446e786f4d.svg) 0 0 no-repeat;
}

.about-block-inner .about-image {
  width: 67%;
}

@media screen and (max-width: 1199px) { /* 991px counts */
  .about-text {
    width: 33%;
  }
  .about-image {
    width: 40%;
  }
  .about-qoute {
    width: 27%;
  }
  .about-block-inner .about-image {
    width: 67%;
  }
}
@media screen and (max-width: 991px) { /* 991px counts */
  .about-block {
    flex-wrap: wrap;
  }
  .about-text {
    width: 50%;
  }
  .about-image {
    width: 50%;
    padding: 0;
  }
  .about-qoute {
    width: 100%;
    margin-top: 40px;
  }
  .about-block-inner .about-image {
    width: 50%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) { /* 767px counts */ }
@media screen and (max-width: 599px) { /* 767px counts */
  .about-block {
    margin-bottom: 50px;
  }
  .about-text {
    width: 100%;
    padding-bottom: 30px;
  }
  .about-image {
    width: 100%;
  }
  .about-block-inner .about-text {
    padding-bottom: 0;
  }
  .about-block-inner .about-image {
    width: 100%;
    padding-bottom: 20px;
  }
  .about-qoute {
    font-size: 20px;
  }
}
.testimonials-block-holder {
  margin: 0 -100% 100px;
}
.testimonials-block-holder:last-child {
  margin-bottom: -70px;
}

.cta-block-holder + .testimonials-block-holder {
  margin-top: -70px;
}

.testimonials-block-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 100vw;
}

.testimonials-block {
  background: #F4E9DF;
  border-radius: 30px;
  padding: 117px 0 100px;
}
.testimonials-block h2 {
  margin-bottom: 87px;
}
.testimonials-block .buttons {
  display: flex;
  justify-content: center;
}

.testimonials-list {
  margin: 0 -10px;
  /*display: flex;*/
}

.testimonials-item {
  padding: 0 10px 50px;
}

.testimonials-item-inner {
  border-radius: 20px;
  background: #fff url(images/60a200b134446e786f4d.svg) 30px 30px no-repeat;
  padding: 79px 30px 15px;
  height: 100%;
}
.testimonials-item-inner p {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) { /* 991px counts */
  .testimonials-block .container {
    padding: 0 30px;
  }
  .testimonials-block {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .testimonials-block-container {
    padding: 0 15px;
  }
  .cta-block-holder + .testimonials-block-holder {
    margin-top: -40px;
  }
}
.services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
  position: relative;
  z-index: 100;
}

.services-item {
  width: 33.33%;
  padding: 60px 10px 30px;
}
.services-item:nth-child(odd) .services-item-inner {
  background: #F7F6EE;
}
.services-item.active .services-item-inner, .services-item:hover .services-item-inner {
  background: #AB603A;
  color: #fff;
}
.services-item.active .services-item-inner .arrow_dark, .services-item:hover .services-item-inner .arrow_dark {
  display: none;
}
.services-item.active .services-item-inner .arrow_white, .services-item:hover .services-item-inner .arrow_white {
  display: block;
}
.services-item.active .services-item-inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.services-item.active .services-item-inner-registration {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.services-item.active .services-item-content {
  display: block;
}

.services-item-inner {
  border-radius: 30px;
  background: #F4E9DF;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  padding: 117px 30px 30px;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.services-item-inner .icon {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-item-inner img {
  display: block;
  margin: 0 auto;
}
.services-item-inner .arrow {
  margin-top: 20px;
}
.services-item-inner .arrow_white {
  display: none;
}
.services-item-inner .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-item-content {
  border-radius: 30px;
  background: #AB603A;
  padding: 50px 50px 20px;
  color: #fff;
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 10;
  display: none;
}
.services-item-content .content.collapsed {
  max-height: 320px;
  overflow: hidden;
}
.services-item-content .content ul li {
  background: url(images/fa81a93e81e67bee24ff.svg) 0 6px no-repeat;
}
.services-item-content .buttons {
  margin: 0 0 20px;
}
.services-item-content .h3 {
  position: relative;
  padding-right: 50px;
  margin: 0 0 30px;
}
.services-item-content .h3 .close {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  background: url(images/c30bfe4e022be331420b.svg) center center no-repeat;
}
.services-item-content a {
  color: #fff;
  text-decoration: underline;
}
.services-item-content .prices-block {
  margin-bottom: 30px;
}

.services-item:nth-child(1) .services-item-content,
.services-item:nth-child(4) .services-item-content,
.services-item:nth-child(7) .services-item-content {
  border-top-left-radius: 0;
}

.services-item:nth-child(3) .services-item-content,
.services-item:nth-child(6) .services-item-content,
.services-item:nth-child(9) .services-item-content {
  border-top-right-radius: 0;
}

@media screen and (max-width: 991px) { /* 991px counts */
  .services-item {
    width: 50%;
  }
  .services-item:nth-child(1) .services-item-content,
.services-item:nth-child(3) .services-item-content,
.services-item:nth-child(5) .services-item-content,
.services-item:nth-child(7) .services-item-content,
.services-item:nth-child(9) .services-item-content {
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
  }
  .services-item:nth-child(2) .services-item-content,
.services-item:nth-child(4) .services-item-content,
.services-item:nth-child(6) .services-item-content,
.services-item:nth-child(8) .services-item-content,
.services-item:nth-child(10) .services-item-content {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .services-item-inner {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .services-item {
    width: 100%;
  }
  .services-item-inner {
    height: auto;
  }
  .services-item-content {
    position: static;
    width: 100%;
    padding: 20px 20px 10px;
  }
  .services-item .services-item-content {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.team-slider {
  /*display: flex;
  flex-wrap: wrap;*/
  margin: 0px -10px 15px;
}

.team-slider-item {
  min-width: 330px;
  max-width: 330px;
  padding: 120px 10px 0px;
}

.team-slider-item-inner {
  border-radius: 30px;
  background: #F7F6EE;
  height: 100%;
  display: flex;
  padding: 10px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.team-slider-item-inner .img {
  min-width: 50%;
  margin: -60px 0 -10px;
}
.team-slider-item-inner .img img {
  display: block;
  max-height: 458px;
}
.team-slider-item-inner .info {
  min-width: 50%;
  padding: 0 20px;
  display: none;
}
.team-slider-item-inner .info .h4 {
  margin-bottom: 15px;
}
.team-slider-item-inner .info .h6 {
  color: #000;
}
.team-slider-item-inner .info p {
  font-size: 16px;
  margin-bottom: 20px;
}
.team-slider-item-inner .info .button {
  padding: 10px 35px 10px;
}
.team-slider-item-inner .info .button:after {
  margin-left: 0px;
}
.team-slider-item-inner .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-slider-item-inner:hover .button {
  background: #AB603A;
}
.team-slider-item-inner:hover .button:after {
  background: url(images/bfc64fba64d4ef1bf352.svg) right center no-repeat;
}

.slick-current .team-slider-item {
  width: 660px;
  max-width: 660px;
  padding-top: 50px;
}
.slick-current .team-slider-item-inner {
  background: #E5C19F;
}
.slick-current .team-slider-item-inner .info {
  display: block;
}

.entry-content .team-slider .slick-arrow {
  top: -105px;
}

@media screen and (max-width: 1299px) { /* 991px counts */
  .slick-current .team-slider-item {
    max-width: 560px;
  }
}
@media screen and (max-width: 1199px) { /* 991px counts */
  .slick-current .team-slider-item {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .slick-current .team-slider-item {
    max-width: 440px;
    min-width: 440px;
  }
  .team-slider-item-inner {
    justify-content: flex-end;
    min-height: 320px;
    padding: 20px 10px;
  }
  .team-slider-item-inner .img {
    min-width: 50%;
    max-width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-left: 10px;
  }
  .team-slider-item-inner .info {
    max-width: 50%;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .slick-current .team-slider-item {
    max-width: 100%;
    min-width: 100%;
  }
  .team-slider-item-inner .info p {
    display: none;
  }
  .entry-content .team-slider .slick-arrow {
    top: -28px;
  }
  .team-slider-item {
    padding-top: 50px;
  }
}
@media screen and (max-width: 479px) { /* 991px counts */
  .team-slider-item-inner .img {
    min-width: 40%;
    max-width: 40%;
  }
  .team-slider-item-inner .info {
    min-width: 60%;
    max-width: 60%;
    padding-left: 0;
  }
  .team-slider-item-inner .info .h4 {
    font-size: 20px;
    line-height: normal;
  }
  .team-slider-item-inner .info .h6 {
    font-size: 12px;
  }
  .team-slider-item-inner {
    min-height: 270px;
  }
}
.team-block {
  display: flex;
}

.team-taxonomies {
  width: 25%;
  padding-right: 39px;
  position: relative;
}
.team-taxonomies ul {
  margin: 0;
}
.team-taxonomies ul li {
  padding: 0 0 20px;
  background: none;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
}
.team-taxonomies ul li a {
  display: block;
  padding: 12px 20px;
  background: #F7F6EE;
  color: #000;
  border-radius: 10px;
}
.team-taxonomies ul li a:hover {
  background: #AB603A;
  color: #fff;
}
.team-taxonomies ul li.current-menu-item a {
  background: #AB603A;
  color: #fff;
}

.team-info {
  width: 75%;
}

.team-search {
  margin-bottom: 50px;
  position: relative;
}
.team-search .input {
  width: 100%;
  padding: 12px 64px 12px 20px;
  border-radius: 10px;
  border: 1px solid #DDD2C7;
  background: #fff;
  color: #847770;
  font: 18px/1.7 "bw_gradualregular", Helvetica, Arial, sans-serif;
}
.team-search .submit {
  width: 64px;
  height: 56px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(images/f50601f27a1e52d1f679.svg) center center no-repeat;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  padding-top: 50px;
  max-width: 995px;
}

.team-list-service {
  padding-top: 20px;
  margin-bottom: -50px;
}

.team-item {
  width: 50%;
  padding: 0 10px 64px;
}
.team-item:nth-child(2) .team-item-inner, .team-item:nth-child(3) .team-item-inner, .team-item:nth-child(6) .team-item-inner, .team-item:nth-child(7) .team-item-inner, .team-item:nth-child(10) .team-item-inner {
  background: #F7F6EE;
}

.team-item-inner {
  background: #F4E9DF;
  border-radius: 30px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  padding: 10px;
  position: relative;
  min-height: 272px;
  cursor: pointer;
}
.team-item-inner .img {
  min-width: 50%;
  max-width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0 10px;
}
.team-item-inner .img img {
  max-height: 310px;
  display: block;
}
.team-item-inner .info {
  min-width: 50%;
  max-width: 50%;
  padding: 0 20px;
}
.team-item-inner .info .h4 {
  margin-bottom: 15px;
  font-size: 26px;
}
.team-item-inner .info .h6 {
  color: #000;
  font-size: 14px;
}
.team-item-inner .info p {
  font-size: 16px;
  margin-bottom: 20px;
}
.team-item-inner .info .button {
  padding: 10px 35px 10px;
}
.team-item-inner .info .button:after {
  margin-left: 0px;
}
.team-item-inner .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-item-inner:hover .button {
  background: #AB603A;
}
.team-item-inner:hover .button:after {
  background: url(images/bfc64fba64d4ef1bf352.svg) right center no-repeat;
}

.active .team-item-inner {
  background: #AB603A !important;
}
.active .team-item-inner .info .h4,
.active .team-item-inner .info .h6 {
  color: #fff;
}

@media screen and (max-width: 1199px) { /* 991px counts */
  .team-block {
    display: block;
  }
  .team-taxonomies {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .team-info {
    width: 100%;
  }
  .team-taxonomies ul {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  .team-taxonomies ul li {
    padding: 0 10px 20px 10px;
    width: 33.3333%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .team-item {
    width: 100%;
  }
  .team-item:nth-child(2) .team-item-inner, .team-item:nth-child(3) .team-item-inner, .team-item:nth-child(6) .team-item-inner, .team-item:nth-child(7) .team-item-inner, .team-item:nth-child(10) .team-item-inner {
    background: #F4E9DF;
  }
  .team-item:nth-child(even) .team-item-inner {
    background: #F7F6EE;
  }
  .team-search {
    margin-bottom: 30px;
  }
  .team-taxonomies ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    padding: 15px 50px 0 10px;
    border-radius: 10px;
    background: rgba(237, 218, 201, 0.5882352941);
  }
  .team-taxonomies ul li {
    width: 100%;
    display: none;
    padding-bottom: 15px;
  }
  .team-taxonomies ul li a {
    padding: 6px 20px;
  }
  .team-taxonomies ul li.current-menu-item {
    display: block;
  }
  .team-taxonomies .dropdown {
    border-radius: 10px;
    background: #AB603A url(images/37c206950220aa8f414b.svg) center center no-repeat;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
  }
  .team-taxonomies.active ul li {
    display: block;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .team-list {
    padding-top: 20px;
  }
  .team-item-inner .info {
    min-width: 60%;
    max-width: 60%;
    padding: 0 10px 0 20px;
  }
  .team-item-inner .img {
    min-width: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 459px) { /* 991px counts */
  .team-item-inner {
    min-height: 220px;
  }
  .team-item-inner .info .h4 {
    font-size: 20px;
  }
  .team-item-inner .info .h6 {
    font-size: 12px;
  }
}
.container-team {
  max-width: 860px;
  margin: 0 auto;
}
.container-team h6 {
  margin-bottom: 30px;
}
.container-team .breadcrumbs {
  margin: 0 0 40px;
  font-size: 15px;
  color: #907C71;
}
.container-team .breadcrumbs a {
  color: #000;
}
.container-team .breadcrumbs a:after {
  vertical-align: top;
  margin: 10px 4px 0 8px;
  content: " ";
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url(images/479f3448f637ac0b2f0f.svg) right center no-repeat;
}
.container-team ul {
  list-style: disc;
  margin: 0 0 30px 20px;
}
.container-team ul li {
  padding: 0;
  background: none;
}
.container-team p + ul {
  margin-top: -40px;
}

.team-inner-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 50px;
  border-radius: 30px;
  background: #E5C19F;
  margin: -290px 0 40px;
  min-height: 405px;
  position: relative;
  z-index: 100;
}
.team-inner-head .h3 {
  margin-bottom: 20px;
}
.team-inner-head .h6 {
  color: #000;
  margin-bottom: 20px;
}
.team-inner-head p {
  margin-bottom: 20px;
  font-size: 16px;
}
.team-inner-head .img {
  min-width: 50%;
  max-width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0 50px;
}
.team-inner-head .img img {
  max-height: 458px;
  display: block;
}
.team-inner-head .text {
  min-width: 50%;
  max-width: 50%;
}
.team-inner-head .text-full {
  min-width: 100%;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .team-inner-head .img {
    padding: 0 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .team-inner-head {
    margin: -240px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .team-inner-head {
    margin: 0px 0 40px;
  }
  .page-template-page-service .site-header,
.single-komanda .site-header {
    min-height: 100px;
  }
  .team-inner-head {
    padding: 25px;
    display: block;
    min-height: 200px;
  }
  .team-inner-head .img {
    padding: 15px 0px 0px 0px;
    position: static;
    background: #fff;
    margin: 0 auto 20px;
    width: 215px;
    max-width: 215px;
    border-radius: 50%;
    overflow: hidden;
  }
  .team-inner-head .img img {
    max-height: 200px;
    margin: 0 auto;
  }
  .team-inner-head .text {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.prices-block {
  margin-bottom: 70px;
}

.prices-item {
  margin-bottom: 20px;
  padding: 25px 30px 10px;
  background: #F7F6EE;
  border-radius: 10px;
  color: #000;
}
.prices-item .h5 {
  margin: 0 0 15px;
  padding-right: 30px;
  background: url(images/dae709995a89b2e496e1.svg) right center no-repeat;
  cursor: pointer;
  transition: color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.prices-item .h5:hover {
  color: #AB603A;
}
.prices-item.active {
  background: #F4E9DF;
}
.prices-item.active .h5 {
  background: url(images/2398f07afeee890abdc6.svg) right center no-repeat;
}
.prices-item.active .prices-list {
  display: block;
}

.prices-list {
  display: none;
}

.price-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFCEBE;
  padding: 15px 0;
  font-size: 21px;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  position: relative;
  align-items: center;
}
.price-item:last-child {
  border-bottom: none;
}
.price-item .price {
  padding-left: 20px;
  white-space: nowrap;
}
.price-item .arrow {
  width: 44px;
  min-width: 44px;
  height: 17px;
  background: url(images/ca721efb704d8bdeb2fb.svg) right center no-repeat;
}
.price-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.price-item.link-item {
  transition: color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.price-item.link-item:hover {
  color: #AB603A;
}

@media screen and (max-width: 599px) { /* 767px counts */
  .price-item {
    font-size: 18px;
  }
}
.advantages-block-holder {
  margin: 0 -100% 100px;
}

.advantages-block-continer {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 100vw;
}

.advantages-block {
  background: #F7F6EE;
  border-radius: 30px;
  padding: 117px 0 100px;
  text-align: center;
}
.advantages-block h2 {
  margin-bottom: 50px;
}

.advantages-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.advantages-item {
  padding: 0 10px 20px;
  width: 33.3333%;
}

.advantages-item-inner {
  border-radius: 20px;
  background: #fff;
  padding: 40px 39px 20px;
  height: 100%;
}
.advantages-item-inner .h2 {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background: #F4E9DF;
  color: #AB603A;
  padding-top: 12px;
  margin: 0 auto 30px;
}
.advantages-item-inner .h4, .advantages-item-inner h4 {
  margin: 0 0 30px;
}
.advantages-item-inner p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) { /* 991px counts */
  .advantages-item-inner .h2 {
    padding-top: 19px;
  }
}
@media screen and (max-width: 991px) { /* 991px counts */
  .advantages-block .container {
    padding: 0 30px;
  }
  .advantages-block {
    padding: 60px 0 40px;
  }
  .advantages-item {
    width: 50%;
  }
  .advantages-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .advantages-item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .advantages-block-continer {
    padding: 0 15px;
  }
  .advantages-item-inner {
    padding: 30px 30px 20px;
  }
}
.text-photo-block {
  margin-bottom: 100px;
}

.text-photo-item {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.text-photo-item .text {
  width: 49%;
  padding-right: 209px;
}
.text-photo-item .image {
  width: 51%;
  text-align: right;
}
.text-photo-item .image img {
  display: inline-block;
  border-radius: 30px;
}
.text-photo-item:nth-child(even) {
  flex-direction: row-reverse;
}
.text-photo-item:nth-child(even) .image {
  text-align: left;
}
.text-photo-item:nth-child(even) .text {
  padding-right: 89px;
  padding-left: 120px;
}

@media screen and (max-width: 1199px) { /* 991px counts */
  .text-photo-item .text {
    padding-right: 100px;
  }
  .text-photo-item:nth-child(2n) .text {
    padding-right: 0px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .text-photo-item {
    display: block;
  }
  .text-photo-item:nth-child(2n) {
    flex-direction: row;
  }
  .text-photo-item .text {
    padding-right: 0;
    width: 100%;
  }
  .text-photo-item .image {
    width: 100%;
    text-align: left;
  }
  .text-photo-item:nth-child(2n) .text {
    padding-left: 0;
  }
}
.gallery-block-holder {
  margin: 0 -100%;
}

.gallery-block-container {
  max-width: 100vw;
  margin: 0px auto;
  padding-top: 20px;
}

.gallery-block-negative {
  margin-right: -164px;
  margin-left: -20px;
}

.gallery-block-arrows {
  position: relative;
}
.gallery-block-arrows .slick-arrow {
  top: -122px;
  right: 0px;
}
.gallery-block-arrows .slick-prev {
  right: 78px;
}

.gallery-block {
  /*display: flex;*/
  margin: 0 -10px 0 -10px;
}
.gallery-block img {
  display: block;
  border-radius: 30px;
}

.gallery-group {
  display: flex !important;
  width: 1032px;
}

.gallery-main {
  width: 50%;
  display: flex;
}

.gallery-thumbs {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.gallery-thumbs .gallery-item {
  width: 50%;
}

.gallery-item {
  padding: 10px;
}

.wp-block-gallery.wp-block-gallery-1 {
  gap: 0px !important;
  margin: 0 -10px;
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
  width: 25%;
  flex-grow: unset;
  padding: 10px;
}

.wp-block-image img {
  border-radius: 30px;
}

@media screen and (max-width: 991px) { /* 991px counts */
  .gallery-block-arrows .slick-arrow {
    right: 30px;
  }
  .gallery-block-arrows .slick-prev {
    right: 108px;
  }
  .gallery-block-negative {
    margin-right: -104px;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: 33.3333%;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .gallery-block-arrows .slick-arrow {
    top: -60px;
  }
  .gallery-block-negative {
    margin-right: -74px;
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: 50%;
  }
}
.steps {
  margin-bottom: 50px;
}

.step {
  display: flex;
  align-items: center;
}
.step .nr {
  text-align: center;
  width: 76px;
  height: 76px;
  background: #F4E9DF;
  border-radius: 50%;
  color: #AB603A;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 76px;
}
.step .h4 {
  margin: 0 0 0 25px;
}

.steps-calendar-times {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.steps-calendar {
  min-width: 426px;
  max-width: 426px;
  min-height: 460px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 152px 0px rgba(0, 0, 0, 0.07);
  padding: 33px;
}
.steps-calendar .flatpickr-calendar {
  top: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.steps-calendar .flatpickr-day {
  color: #000000;
  border-radius: 8px;
  max-width: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 19px;
}
.steps-calendar .flatpickr-day.flatpickr-disabled,
.steps-calendar .flatpickr-day.flatpickr-disabled:hover {
  color: #E0E0E0;
}
.steps-calendar .flatpickr-day.selected {
  background: #AB603A;
  border-color: #AB603A;
  color: #fff;
}
.steps-calendar .flatpickr-rContainer {
  display: block;
  width: 100%;
}
.steps-calendar .flatpickr-days {
  width: 100%;
}
.steps-calendar .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.steps-calendar .flatpickr-weekdays {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBE0D6;
  margin-bottom: 8px;
  height: auto;
}
.steps-calendar .flatpickr-weekday {
  font-size: 19px;
  color: #AB603A;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
}
.steps-calendar .flatpickr-months {
  margin-bottom: 33px;
}
.steps-calendar .flatpickr-current-month {
  line-height: 1.5;
  height: auto;
  font-size: 25px;
  position: static;
}
.steps-calendar .flatpickr-months .flatpickr-month {
  height: auto;
}
.steps-calendar .flatpickr-prev-month {
  background: url(images/b7f6cb9fc6cd775816da.svg) center center no-repeat;
}
.steps-calendar .flatpickr-prev-month svg {
  display: none;
}
.steps-calendar .flatpickr-next-month {
  background: url(images/7532d24afe862d66c940.svg) center center no-repeat;
}
.steps-calendar .flatpickr-next-month svg {
  display: none;
}
.steps-calendar .flatpickr-months .flatpickr-prev-month, .steps-calendar .flatpickr-months .flatpickr-next-month {
  top: 4px;
}

.steps-times {
  padding-left: 124px;
  width: 100%;
}
.steps-times .day {
  padding-bottom: 30px;
  margin: 0 -9px;
  flex-wrap: wrap;
  display: none;
}
.steps-times .day.active {
  display: flex;
}
.steps-times .time {
  padding: 0 9px 20px;
  width: 25%;
  background: none;
}
.steps-times .time-inner {
  text-align: center;
  border-radius: 10px;
  background: #F7F6EE;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 30px;
  cursor: pointer;
}
.steps-times .time.active .time-inner {
  background: #AB603A;
  color: #fff;
}

.steps-register {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.steps-register .form {
  padding-right: 50px;
  width: 62%;
}
.steps-register .info {
  padding: 40px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 152px 0px rgba(0, 0, 0, 0.07);
  width: 38%;
}
.steps-register .info .h6 {
  margin-bottom: 5px;
}
.steps-register .info p {
  margin-bottom: 33px;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.steps-register .info .notification {
  border-radius: 10px;
  padding: 15px 20px 15px 59px;
  font-size: 16px;
  background: #FDF8F3 url(images/b0099169d0eb72b254f0.svg) 20px 15px no-repeat;
}

@media screen and (max-width: 1199px) { /* 991px counts */
  .steps-times {
    padding-left: 60px;
  }
  .steps-times .time-inner {
    padding: 15px 20px;
  }
  .steps-times .time {
    width: 33.3333%;
  }
}
@media screen and (max-width: 991px) { /* 991px counts */
  .steps-times .time {
    width: 50%;
  }
  .steps-times .time-inner {
    font-size: 26px;
  }
  .steps-calendar {
    min-width: 400px;
    max-width: 400px;
    min-height: 450px;
    padding: 20px;
  }
  .steps-register {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .steps-register .form {
    padding-right: 0px;
    width: 100%;
  }
  .steps-register .info {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .steps-calendar-times {
    display: block;
  }
  .steps-times {
    padding-left: 0px;
    padding-top: 20px;
  }
  .steps-times .time {
    width: 25%;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .steps-times .time {
    width: 33.3333%;
  }
  .step .h4 {
    font-size: 24px;
  }
  .step .nr {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 59px;
  }
  .steps {
    margin-bottom: 30px;
  }
  .steps-times .day {
    padding-bottom: 0px;
  }
  .steps-register .info {
    padding: 30px;
  }
  .steps-register .info .notification {
    font-size: 14px;
  }
  .steps-register .field-group-half {
    width: 100%;
  }
  .steps-register .input-text {
    font-size: 14px;
    padding: 8px 20px;
    min-height: 44px;
  }
  .steps-register textarea.input-text {
    height: 88px;
  }
}
@media screen and (max-width: 479px) { /* 991px counts */
  .steps-times .time-inner {
    font-size: 24px;
  }
  .steps-calendar {
    min-width: 300px;
    max-width: 100%;
  }
  .steps-times .time-inner {
    padding: 13px 16px;
    font-size: 18px;
  }
  .steps-calendar .flatpickr-current-month {
    font-size: 20px !important;
  }
  .steps-calendar .flatpickr-weekday {
    font-size: 16px;
  }
  .steps-calendar .flatpickr-day {
    font-size: 16px;
  }
  .steps-calendar {
    min-height: 350px;
  }
  .steps-calendar .flatpickr-day {
    height: 40px;
    line-height: 39px;
  }
}
.input-text {
  display: block;
  padding: 12px 20px;
  border: 1px solid #DDD2C7;
  border-radius: 10px;
  outline: none;
  min-height: 55px;
  width: 100%;
  min-width: 100px;
}

textarea.input-text {
  resize: vertical;
  line-height: normal;
}

.field-fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0px;
}
.field-fieldset label {
  margin-bottom: 6px;
  display: block;
}
.field-fieldset .requared {
  color: #AB603A;
}

.field-row {
  position: relative;
  display: flex;
  width: 100%;
}

.field-group {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 10px 20px;
}

.field-group-half {
  width: 50%;
}

.field-group-flex {
  display: flex;
  margin-bottom: 0 !important;
}

.checkbox-field {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #DDD2C7;
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  vertical-align: top;
  margin-right: 10px;
  margin-block: auto;
  margin-top: 5px;
}
.checkbox-field:focus {
  outline: none;
}
.checkbox-field:checked {
  background-color: #AB603A;
  border-color: #AB603A;
}
.checkbox-field:checked:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  mask-image: url(images/37c206950220aa8f414b.svg);
  mask-size: contain;
  background: #fff;
}
.checkbox-field.invalid {
  border-color: #CA1919;
}

#form-response {
  padding-top: 15px;
}
#form-response .scs {
  color: green;
  font-size: 24px;
}
#form-response .err {
  color: #CA1919;
}

.post-head {
  margin: -320px 0 40px;
  min-height: 320px;
}
.post-head img {
  border-radius: 16px;
  display: block;
}

.post-title {
  display: flex;
  margin-bottom: 40px;
}
.post-title .date {
  color: #AB603A;
  padding-right: 20px;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.post-title .date .day {
  font-size: 45px;
}
.post-title .date .month {
  font-size: 23px;
}
.post-title .h3 {
  margin-bottom: 0px;
  padding-left: 20px;
  border-left: 1px solid #D9D9D9;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list-item {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 60px;
  position: relative;
}
.news-list-item img {
  border-radius: 16px;
  display: block;
  margin-bottom: 25px;
}
.news-list-item .title {
  display: flex;
  margin-bottom: 20px;
}
.news-list-item .title .date {
  color: #AB603A;
  padding-right: 20px;
  font-family: "bw_gradualmedium", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.news-list-item .title .date .day {
  font-size: 45px;
}
.news-list-item .title .date .month {
  font-size: 23px;
}
.news-list-item .title .h5 {
  margin-bottom: 0px;
  padding-left: 20px;
  border-left: 1px solid #D9D9D9;
}
.news-list-item .title .h5 a {
  color: #000;
}
.news-list-item .h4 {
  margin-bottom: 20px;
}
.news-list-item .h4 a {
  color: #000;
}
.news-list-item h6 {
  margin-bottom: 0px;
}
.news-list-item .description {
  margin-bottom: 25px;
}
.news-list-item .arrow {
  width: 34px;
  height: 17px;
  display: inline-block;
  background: url(images/ca721efb704d8bdeb2fb.svg) center center no-repeat;
}
.news-list-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.discount-list-item {
  width: 50%;
}

@media screen and (max-width: 991px) { /* 767px counts */
  .news-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) { /* 767px counts */
  .post-head {
    margin: -240px 0 40px;
    min-height: 240px;
  }
}
@media screen and (max-width: 599px) { /* 767px counts */
  .single-post .site-header {
    min-height: 100px;
  }
  .news-list-item {
    width: 100%;
  }
  .post-title .date .day,
.news-list-item .title .date .day {
    font-size: 38px;
  }
  .post-head {
    margin: 0px 0 40px;
    min-height: 240px;
  }
  .discount-list-item {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map*/