.contact-form:after {
  content: '';
  display: table;
  clear: both;
}

.wpcf7-response-output:before {
  content: '';
  display: table;
  clear: both;
}

.wpcf7-response-output {
  clear: both;
  padding: 20px 15px 0;
  margin: 0;
}

.wpcf7-not-valid-tip {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #ffffff !important;
  font-size: 12px !important;
  margin-bottom: 25px;
  border: 1px solid #350220;
  background-color: #210114;
  border-radius: 30px;
}

.wpcf7-response-output {
  padding: 0;
  text-align: center;
  border-width: 1px;
  font-size: 12px !important;
  padding: 10px 20px !important;
  margin: 10px 0 25px !important;
  border-radius: 30px;
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #ffffff;
  border: 1px solid #350220;
  background-color: #210114;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #ffffff;
  border: 1px solid #350220;
  background-color: #210114;
}

.wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #ffffff;
  border: 1px solid #350220;
  background-color: #210114;
}

div.wpcf7 .ajax-loader {
  width: 23px !important;
  height: 23px !important;
  margin: 12px 0 0 !important;
  background-image: url(../images/loader.svg) !important;
}

.newsletter span.error {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #350220;
  background-color: #210114;
  border-radius: 30px;
  line-height: 19px;
}

.newsletter .entry span.error {
  position: relative;
  margin-top: 10px;
}

.newsletter .checkbox span.error {
  position: absolute;
  width: 100%;
  max-width: 375px;
  left: 0;
  bottom: -41px;
}

.gallery {
  max-width: 1410px;
  margin: 0 auto;
  padding-left: 74px;
}

/* @media(max-width: 767px) {
  .gallery {
    padding-bottom: 30px;
    padding-left: 0;
  }
} */

.gallery a,
.gallery a:focus,
.gallery img .gallery img:focus {
  outline-style: none;
}

.carousel .carousel__preview {
  animation: galleryAnimation 15s linear infinite;
  -moz-animation: galleryAnimation 15s linear infinite;
  -webkit-animation: galleryAnimation 15s linear infinite;
  -ms-animation: galleryAnimation 15s linear infinite;
  -o-animation: galleryAnimation 15s linear infinite;
}

@keyframes galleryAnimation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 100%;
  }
  60% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@-moz-keyframes galleryAnimation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 100%;
  }
  60% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes galleryAnimation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 100%;
  }
  60% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@-ms-keyframes galleryAnimation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 100%;
  }
  60% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@-o-keyframes galleryAnimation {
  0% {
    background-position: 0 0;
  }
  10% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 100%;
  }
  60% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}

.fp-scroller .text {
  
}

@media(max-height: 768px) {
  .fp-scroll {
    opacity: 0;
    visibility: hidden;
  }
}

.fp-slide .fp-scroller .column-left {
  padding-left: 30px;
}

.text .button {
  text-align: left;
}

.text .button > a {
  font-weight: 300;
}

.text .button > a:hover {
  color: #fff;
}

.nav > ul > li:last-child {
  margin-right: 50px;
}

.nav > ul > li:last-child > a {
  padding-top: 14px;
}

.nav > ul > li:last-child > a:after {
  content: '';
  display: table;
  clear: both;
}

.nav > ul > li:last-child > a > img {

}

.nav > ul > li:last-child > ul {
  width: 64px;
  text-align: center;
  border: 0;
  background-color: transparent;
}

.nav > ul > li:last-child > ul > li {
  
}

.nav > ul > li:last-child > ul > li > a {
  padding: 0;
  line-height: auto !important;
}

.nav > ul > li:last-child > ul > li > a:hover {
  background-color: transparent !important;
}

.nav > ul > li:last-child > ul > li:first-child > a {
 
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: #21031b;
}

.mask > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.carousel__preview {

}

.carousel__preview .photo-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition:  all .25s ease;
  background-color: #21031b;
  background-image: url(../images/loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.carousel__preview .photo-loader.active {
  opacity: 1;
  visibility: visible;
}