/*
Theme Name: Olga Faix
Author: Aleksandr Solovyov
Author URI: https://kl-83.org/
Version: 1.0
*/
input,
textarea,
select,
.form-control {
  border-radius: 5px;
}
input[type=submit],
textarea[type=submit],
select[type=submit],
.form-control[type=submit] {
  font-weight: bold;
}
.greenbox {
  display: inline-block;
  padding: 5px 10px;
  background: #b0d221;
  border-radius: 5px;
}
.input-general {
  background: #bcbdc1;
  width: 100%;
  padding: 6px 10px;
  outline: none;
  color: black;
  transition: 0.4s;
}
.input-general:focus {
  box-shadow: 0 0 0 1px white;
}
input,
select,
textarea {
  border: 1px solid transparent;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.err,
select.err,
textarea.err {
  border: 1px solid red;
  transition: 0.4s;
}
.form-control {
  outline: none;
  transition: 0.4s;
  box-shadow: none;
  background: #bcbdc1;
  border: 1px solid transparent;
}
.form-control:focus {
  box-shadow: 0 0 0 1px white;
}
.btn.btn-default {
  background: #949599;
  border-radius: 5px;
  text-shadow: none;
  border: none;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
input.valid {
  background: #b0d221 !important;
  border-color: green;
}
input.invalid {
  background: #ffff44 !important;
  border-color: green;
}
body:not(.wp-admin):not(.login) #wpadminbar {
  opacity: .3;
  transition: 0.4s;
}
body:not(.wp-admin):not(.login) #wpadminbar:hover {
  opacity: 1;
}
body:not(.wp-admin):not(.login) input[type='text'],
body:not(.wp-admin):not(.login) input[type='email'] {
  background: #bcbdc1;
  width: 100%;
  padding: 6px 10px;
  outline: none;
  color: black;
  transition: 0.4s;
}
body:not(.wp-admin):not(.login) input[type='text']:focus,
body:not(.wp-admin):not(.login) input[type='email']:focus {
  box-shadow: 0 0 0 1px white;
}
body:not(.wp-admin):not(.login) textarea {
  background: #bcbdc1;
  width: 100%;
  padding: 6px 10px;
  outline: none;
  color: black;
  transition: 0.4s;
}
body:not(.wp-admin):not(.login) textarea:focus {
  box-shadow: 0 0 0 1px white;
}
body:not(.wp-admin):not(.login) input[type=submit] {
  background: #949599;
  border: none;
  color: black;
  outline: none;
  text-transform: uppercase;
  padding: 4px 15px;
}
body:not(.wp-admin):not(.login) input[type=submit]:active {
  background-color: #d4d4d4;
}
body:not(.wp-admin):not(.login).admin-bar {
  margin-top: -32px !important;
}
body:not(.wp-admin):not(.login) {
  position: relative;
  margin: 0 auto;
  padding: 0 0 40px;
  /*color: #6d6e71;*/
  color: #939698;
  background: black;
  /*font-family: 'PT Sans', sans-serif;*/
  overflow-y: scroll;
}
.body {
  margin: 0 auto;
}
@media (min-aspect-ratio: 29/9) {
  .body {
    max-width: 42%;
  }
}
@media (min-aspect-ratio: 28/9) and (max-aspect-ratio: 29/9) {
  .body {
    max-width: 44%;
  }
}
@media (min-aspect-ratio: 27/9) and (max-aspect-ratio: 28/9) {
  .body {
    max-width: 46%;
  }
}
@media (min-aspect-ratio: 26/9) and (max-aspect-ratio: 27/9) {
  .body {
    max-width: 47%;
  }
}
@media (min-aspect-ratio: 25/9) and (max-aspect-ratio: 26/9) {
  .body {
    max-width: 50%;
  }
}
@media (min-aspect-ratio: 24/9) and (max-aspect-ratio: 25/9) {
  .body {
    max-width: 53%;
  }
}
@media (min-aspect-ratio: 23/9) and (max-aspect-ratio: 24/9) {
  .body {
    max-width: 55%;
  }
}
@media (min-aspect-ratio: 22/9) and (max-aspect-ratio: 23/9) {
  .body {
    max-width: 58%;
  }
}
@media (min-aspect-ratio: 21/9) and (max-aspect-ratio: 22/9) {
  .body {
    max-width: 61%;
  }
}
@media (min-aspect-ratio: 20/9) and (max-aspect-ratio: 21/9) {
  .body {
    max-width: 65%;
  }
}
@media (min-aspect-ratio: 19/9) and (max-aspect-ratio: 20/9) {
  .body {
    max-width: 69%;
  }
}
@media (min-aspect-ratio: 18/9) and (max-aspect-ratio: 19/9) {
  .body {
    max-width: 73.5%;
  }
}
@media (min-aspect-ratio: 17/9) and (max-aspect-ratio: 18/9) {
  .body {
    max-width: 78%;
  }
}
@media (min-aspect-ratio: 16/9) and (max-aspect-ratio: 17/9) {
  .body {
    max-width: 84%;
  }
}
@media (min-aspect-ratio: 15/9) and (max-aspect-ratio: 16/9) {
  .body {
    max-width: 90%;
  }
}
@media (min-aspect-ratio: 14/9) and (max-aspect-ratio: 15/9) {
  .body {
    max-width: 96%;
  }
}
body.home .body {
  display: none;
  margin: 0 auto;
}
@media (min-aspect-ratio: 29/9) {
  body.home .body {
    max-width: 42%;
  }
}
@media (min-aspect-ratio: 28/9) and (max-aspect-ratio: 29/9) {
  body.home .body {
    max-width: 44%;
  }
}
@media (min-aspect-ratio: 27/9) and (max-aspect-ratio: 28/9) {
  body.home .body {
    max-width: 46%;
  }
}
@media (min-aspect-ratio: 26/9) and (max-aspect-ratio: 27/9) {
  body.home .body {
    max-width: 47%;
  }
}
@media (min-aspect-ratio: 25/9) and (max-aspect-ratio: 26/9) {
  body.home .body {
    max-width: 50%;
  }
}
@media (min-aspect-ratio: 24/9) and (max-aspect-ratio: 25/9) {
  body.home .body {
    max-width: 49%;
  }
}
@media (min-aspect-ratio: 23/9) and (max-aspect-ratio: 24/9) {
  body.home .body {
    max-width: 52%;
  }
}
@media (min-aspect-ratio: 22/9) and (max-aspect-ratio: 23/9) {
  body.home .body {
    max-width: 55%;
  }
}
@media (min-aspect-ratio: 21/9) and (max-aspect-ratio: 22/9) {
  body.home .body {
    max-width: 61%;
  }
}
@media (min-aspect-ratio: 20/9) and (max-aspect-ratio: 21/9) {
  body.home .body {
    max-width: 61%;
  }
}
@media (min-aspect-ratio: 19/9) and (max-aspect-ratio: 20/9) {
  body.home .body {
    max-width: 64%;
  }
}
@media (min-aspect-ratio: 18/9) and (max-aspect-ratio: 19/9) {
  body.home .body {
    max-width: 71.5%;
  }
}
@media (min-aspect-ratio: 17/9) and (max-aspect-ratio: 18/9) {
  body.home .body {
    max-width: 74%;
  }
}
@media (min-aspect-ratio: 16/9) and (max-aspect-ratio: 17/9) {
  body.home .body {
    max-width: 79%;
  }
}
@media (min-aspect-ratio: 15/9) and (max-aspect-ratio: 16/9) {
  body.home .body {
    max-width: 85%;
  }
}
@media (min-aspect-ratio: 14/9) and (max-aspect-ratio: 15/9) {
  body.home .body {
    max-width: 92%;
  }
}
#header {
  position: relative;
  padding: 2.1% 3.6% 0.6% 3.6%;
  margin: 0 3.6%;
  background: url('images/dots.gif') repeat-x center bottom;
  min-height: 57px;
}
#header img {
  width: 17.5%;
  height: auto;
  opacity: 1;
  transition: 0.4s;
}
#header .lang {
  position: absolute;
  right: 3.6%;
  top: 5px;
}
#header .lang a {
  background: #6d6e71;
  color: white;
  padding: 2px 12px;
  text-decoration: none;
}
#header .lang .basket {
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: bottom;
  margin: 0 15px 0 0;
  background: url('images/purchase/basket-gray.png') no-repeat center center;
  background-size: contain;
}
#header .lang .basket:hover {
  background-image: url('images/purchase/basket.png');
}
#header .lang .basket.active {
  background-image: url('images/purchase/basket-active.png');
}
#header .lang .basket.active:hover {
  background-image: url('images/purchase/basket-active.png');
}
.gray-logo #header img {
  opacity: .4;
  transition: 0.4s;
}
/*#pseudo-header {
    display: block;
}*/
#pseudo-header {
  display: none;
}
#slick-border {
  display: none;
  transition: opacity 0.4s 0.4s;
}
.single-album #slick-border,
.page-id-685 #slick-border {
  display: block;
  height: 4px;
  background: url('images/dots.gif') repeat-x left bottom;
}
#nav {
  position: absolute;
  right: 3.6%;
  bottom: 8.8%;
  font-size: 16px;
}
#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#nav ul li {
  margin: 0 0 0 30px;
  display: inline-block;
}
@media (max-width: 950px) {
  #nav ul li {
    margin-left: 15px;
  }
}
@media (max-width: 810px) {
  #nav ul li {
    font-size: 12px;
  }
}
@media (max-width: 655px) {
  #nav ul li {
    font-size: 10px;
  }
}
#nav ul li a {
  color: #6d6e71;
  text-transform: uppercase;
  transition: 0.4s;
  text-decoration: none;
}
#nav ul li a:hover {
  color: white;
}
#nav ul li.current-menu-item a {
  color: white;
}
article#page {
  width: 81.8%;
  margin: 3.3% auto 0;
}
article#page .thin {
  width: 81.8%;
  margin: 0 auto;
}
.row.portfolio {
  color: white;
  padding-top: 6.7%;
  padding-bottom: 10.6%;
  margin-left: -1.4%;
  margin-right: -1.4%;
}
.row.portfolio > * {
  padding-left: 1.4%;
  padding-right: 1.4%;
}
.row.portfolio p {
  margin: 3.5% 0 0 0;
}
#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  /*text-align: right;*/
  padding: 1% 1% 0.6% 0;
  font-size: 12px;
  color: #444;
}
#footer a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}
#footer a:hover {
  color: white;
}
.row.about-me {
  color: #939698;
  margin-left: -1.8%;
  margin-right: -1.8%;
}
.row.about-me > * {
  padding-left: 1.8%;
  padding-right: 1.8%;
}
.gallery {
  margin: -17px -11% 0;
}
.gallery .title {
  margin-top: 5px;
  text-transform: uppercase;
}
.gallery .slick-wrapper {
  padding: 0 13%;
  /*background: url('images/dots.gif') repeat-x left bottom;*/
  padding-bottom: 16px;
  max-height: 300px;
  transition: opacity 0.4s 0.4s, max-height 0.4s, padding-bottom linear 0.4s;
}
.gallery .slick {
  margin: 0 -10%;
}
.gallery .slick-item {
  padding: 0 5px;
  outline: none;
}
.gallery .slick-item img {
  cursor: pointer;
  /*border: 1px solid rgba(255,255,255,0);*/
  transition: 0.4s;
}
.gallery .slick-item.active-item img {
  /*border-color: rgba(255,255,255,.7);*/
}
.gallery .slick-prev {
  position: absolute;
  top: 0;
  left: -3%;
  width: 1.9%;
  height: 100%;
  background: url('images/arrow-left.png') center center no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: .6;
  transition: 0.4s;
}
.gallery .slick-prev:hover {
  opacity: 1;
}
.gallery .slick-prev.slick-disabled {
  opacity: .3;
  cursor: default;
}
.gallery .slick-next {
  position: absolute;
  top: 0;
  left: -3%;
  width: 1.9%;
  height: 100%;
  background: url('images/arrow-left.png') center center no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: .6;
  transition: 0.4s;
  left: auto;
  right: -3.1%;
  background-image: url('images/arrow-right.png');
}
.gallery .slick-next:hover {
  opacity: 1;
}
.gallery .slick-next.slick-disabled {
  opacity: .3;
  cursor: default;
}
.gallery .carousel-wrapper {
  position: relative;
}
.gallery .carousel-inner {
  width: 68%;
  margin: 15px auto;
  transition: 0.4s 0.4s;
}
.gallery .carousel-inner .item .p-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.gallery .carousel-inner img {
  width: 100%;
}
.gallery .carousel-left {
  position: absolute;
  left: 2.9%;
  top: 0;
  background: url('images/arrow-left.png') center center no-repeat;
  width: 1.9%;
  height: 100%;
  background-size: contain;
  transition: 0.4s;
  opacity: .6;
}
.gallery .carousel-left:hover {
  opacity: 1;
}
.gallery .carousel-left.disabled {
  opacity: .3;
  cursor: default;
}
.gallery .carousel-right {
  position: absolute;
  left: 2.9%;
  top: 0;
  background: url('images/arrow-left.png') center center no-repeat;
  width: 1.9%;
  height: 100%;
  background-size: contain;
  transition: 0.4s;
  opacity: .6;
  left: auto;
  right: 2.9%;
  background-image: url('images/arrow-right.png');
}
.gallery .carousel-right:hover {
  opacity: 1;
}
.gallery .carousel-right.disabled {
  opacity: .3;
  cursor: default;
}
.gallery .fullsize {
  position: absolute;
  top: 0;
  right: 11%;
  width: 2%;
  height: auto;
  border: 1px solid #58585a;
  cursor: pointer;
  opacity: .6;
  background: url('images/fullsize.png') center center no-repeat;
  background-size: contain;
  transition: opacity 0.8s,
            right 0.4s 0.4s;
}
.gallery .fullsize:hover {
  opacity: 1;
}
.gallery .smallsize {
  position: absolute;
  top: 0;
  right: 11%;
  width: 2%;
  height: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: url('images/smallsize.png') center center no-repeat;
  background-size: contain;
  transition: opacity 0.8s,
            right 0.4s 0.4s,
            visibility 0.8s;
}
.gallery .back-to-country {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  top: 0;
  right: 87%;
  text-decoration: none;
  color: #595959;
  background: url('images/arrow-up.png') center bottom no-repeat;
  background-size: 98%;
  padding: 0 0 22px;
  opacity: .6;
  transition: right 0.4s 0.4s,
            opacity 0.4s;
}
.gallery .back-to-country:hover {
  opacity: 1;
}
.gallery_v2 #gallery {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  transition: opacity 0.4s,
            visibility 0s 0.4s;
}
@media (min-aspect-ratio: 29/9) {
  .gallery_v2 #gallery {
    top: 26%;
    left: 31%;
    right: 31%;
  }
}
@media (min-aspect-ratio: 28/9) and (max-aspect-ratio: 29/9) {
  .gallery_v2 #gallery {
    top: 25%;
    left: 30%;
    right: 30%;
  }
}
@media (min-aspect-ratio: 27/9) and (max-aspect-ratio: 28/9) {
  .gallery_v2 #gallery {
    top: 24%;
    left: 29%;
    right: 29%;
  }
}
@media (min-aspect-ratio: 26/9) and (max-aspect-ratio: 27/9) {
  .gallery_v2 #gallery {
    top: 24%;
    left: 28%;
    right: 28%;
  }
}
@media (min-aspect-ratio: 25/9) and (max-aspect-ratio: 26/9) {
  .gallery_v2 #gallery {
    top: 23%;
    left: 27%;
    right: 27%;
  }
}
@media (min-aspect-ratio: 24/9) and (max-aspect-ratio: 25/9) {
  .gallery_v2 #gallery {
    top: 22%;
    left: 25%;
    right: 25%;
  }
}
@media (min-aspect-ratio: 23/9) and (max-aspect-ratio: 24/9) {
  .gallery_v2 #gallery {
    top: 22%;
    left: 24%;
    right: 24%;
  }
}
@media (min-aspect-ratio: 22/9) and (max-aspect-ratio: 23/9) {
  .gallery_v2 #gallery {
    top: 22%;
    left: 23%;
    right: 23%;
  }
}
@media (min-aspect-ratio: 21/9) and (max-aspect-ratio: 22/9) {
  .gallery_v2 #gallery {
    top: 22%;
    left: 22%;
    right: 22%;
  }
}
@media (min-aspect-ratio: 20/9) and (max-aspect-ratio: 21/9) {
  .gallery_v2 #gallery {
    top: 21%;
    left: 20%;
    right: 20%;
  }
}
@media (min-aspect-ratio: 19/9) and (max-aspect-ratio: 20/9) {
  .gallery_v2 #gallery {
    top: 20%;
    left: 18%;
    right: 18%;
  }
}
@media (min-aspect-ratio: 18/9) and (max-aspect-ratio: 19/9) {
  .gallery_v2 #gallery {
    top: 19%;
    left: 16%;
    right: 16%;
  }
}
@media (min-aspect-ratio: 17/9) and (max-aspect-ratio: 18/9) {
  .gallery_v2 #gallery {
    top: 17%;
    left: 14%;
    right: 14%;
  }
}
@media (min-aspect-ratio: 16/9) and (max-aspect-ratio: 17/9) {
  .gallery_v2 #gallery {
    top: 15%;
    left: 11%;
    right: 11%;
  }
}
@media (min-aspect-ratio: 15/9) and (max-aspect-ratio: 16/9) {
  .gallery_v2 #gallery {
    top: 14%;
    left: 7%;
    right: 7%;
  }
}
@media (max-aspect-ratio: 15/9) {
  .gallery_v2 #gallery {
    top: 13%;
    left: 7%;
    right: 7%;
  }
}
.gallery_v2 #gallery .carousel-left {
  position: absolute;
  left: -3.9%;
  top: 0;
  background: url('images/arrow-left.png') center center no-repeat;
  width: 1.9%;
  height: 100%;
  background-size: contain;
  transition: 0.4s;
  opacity: .6;
}
.gallery_v2 #gallery .carousel-left:hover {
  opacity: 1;
}
.gallery_v2 #gallery .carousel-left.disabled {
  opacity: .3;
  cursor: default;
}
.gallery_v2 #gallery .carousel-right {
  position: absolute;
  left: -3.9%;
  top: 0;
  background: url('images/arrow-left.png') center center no-repeat;
  width: 1.9%;
  height: 100%;
  background-size: contain;
  transition: 0.4s;
  opacity: .6;
  left: auto;
  right: -3.9%;
  background-image: url('images/arrow-right.png');
}
.gallery_v2 #gallery .carousel-right:hover {
  opacity: 1;
}
.gallery_v2 #gallery .carousel-right.disabled {
  opacity: .3;
  cursor: default;
}
.gallery_v2 #gallery .smallsize {
  position: absolute;
  top: 0;
  right: -3.8%;
  width: 2%;
  height: auto;
  cursor: pointer;
  background: url('images/smallsize.png') center center no-repeat;
  background-size: contain;
}
.gallery_v2 #gallery .fullsize {
  display: none;
}
.gallery_v2 #gallery .basket {
  position: absolute;
  right: -3.8%;
  bottom: 0;
  width: 2%;
  height: auto;
  background: url('images/purchase/basket-gray.png') no-repeat center center;
  background-size: contain;
}
.gallery_v2 #gallery .basket:hover {
  background-image: url('images/purchase/basket-active.png');
}
.gallery_v2 .row {
  margin: 0 -11px;
}
.gallery_v2 .row .item {
  margin-bottom: 12px;
}
.gallery_v2 .row .item img {
  margin-bottom: 0 !important;
  width: 100%;
  height: auto;
}
.gallery_v2 .row .item .shadow {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  height: 50px;
  opacity: 0;
  padding: 20px 0 0 15px;
  color: white;
}
.gallery_v2 .row .item .shadow .basket {
  position: absolute;
  z-index: 0;
  right: 10px;
  bottom: 10px;
  width: 27px;
  height: 27px;
  background: url('images/purchase/basket.png') no-repeat center center;
  background-size: contain;
}
.gallery_v2 .row .item .shadow .basket:hover {
  background-image: url('images/purchase/basket-active.png');
}
.gallery_v2 .row .item:hover .shadow {
  opacity: 1;
  transition: 0.4s;
}
.gallery_v2 .row > * {
  padding: 0 6px;
}
.gallery_v2 .title {
  display: none;
}
.gallery_v2 .preview {
  cursor: pointer;
  transition: 0.4s;
}
.gallery_v2 .p-layer {
  position: absolute;
  left: 6px;
  top: 0;
  right: 6px;
  bottom: 0;
  cursor: pointer;
}
.gallery_v2.carousel-active #gallery {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s 0.4s;
}
.gallery_v2.carousel-active .preview {
  opacity: 0;
  visibility: hidden;
}
.gallery_v2.carousel-active .link-hieder {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.gallery_v2.carousel-active .p-layer {
  opacity: 0;
}
@media (max-width: 1200px) and (min-aspect-ratio: 29/9) {
  body.safari .gallery_v2 #gallery {
    top: 26%;
    left: 31%;
    right: 31%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 28/9) and (max-aspect-ratio: 29/9) {
  body.safari .gallery_v2 #gallery {
    top: 25%;
    left: 30%;
    right: 30%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 27/9) and (max-aspect-ratio: 28/9) {
  body.safari .gallery_v2 #gallery {
    top: 24%;
    left: 29%;
    right: 29%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 26/9) and (max-aspect-ratio: 27/9) {
  body.safari .gallery_v2 #gallery {
    top: 24%;
    left: 28%;
    right: 28%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 25/9) and (max-aspect-ratio: 26/9) {
  body.safari .gallery_v2 #gallery {
    top: 23%;
    left: 27%;
    right: 27%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 24/9) and (max-aspect-ratio: 25/9) {
  body.safari .gallery_v2 #gallery {
    top: 22%;
    left: 25%;
    right: 25%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 23/9) and (max-aspect-ratio: 24/9) {
  body.safari .gallery_v2 #gallery {
    top: 22%;
    left: 24%;
    right: 24%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 22/9) and (max-aspect-ratio: 23/9) {
  body.safari .gallery_v2 #gallery {
    top: 22%;
    left: 23%;
    right: 23%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 21/9) and (max-aspect-ratio: 22/9) {
  body.safari .gallery_v2 #gallery {
    top: 22%;
    left: 22%;
    right: 22%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 20/9) and (max-aspect-ratio: 21/9) {
  body.safari .gallery_v2 #gallery {
    top: 21%;
    left: 20%;
    right: 20%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 19/9) and (max-aspect-ratio: 20/9) {
  body.safari .gallery_v2 #gallery {
    top: 20%;
    left: 18%;
    right: 18%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 18/9) and (max-aspect-ratio: 19/9) {
  body.safari .gallery_v2 #gallery {
    top: 19%;
    left: 16%;
    right: 16%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 17/9) and (max-aspect-ratio: 18/9) {
  body.safari .gallery_v2 #gallery {
    top: 17%;
    left: 14%;
    right: 14%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 16/9) and (max-aspect-ratio: 17/9) {
  body.safari .gallery_v2 #gallery {
    top: 15%;
    left: 11%;
    right: 11%;
  }
}
@media (max-width: 1200px) and (min-aspect-ratio: 15/9) and (max-aspect-ratio: 16/9) {
  body.safari .gallery_v2 #gallery {
    top: 20%;
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 1200px) and (max-aspect-ratio: 15/9) {
  body.safari .gallery_v2 #gallery {
    top: 13%;
    left: 7%;
    right: 7%;
  }
}
#gallery.full-size .slick-wrapper {
  padding-bottom: 0;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: opacity 0.4s, max-height 0.4s 0.4s, padding-bottom 0.4s linear 0.4s, visibility 0s 0.8s;
}
#gallery.full-size #slick-border {
  opacity: 0;
  transition: opacity 0.4s;
}
#gallery.full-size .carousel-inner {
  width: 87%;
  transition: 0.4s;
}
#gallery.full-size .fullsize {
  visibility: hidden;
  opacity: 0;
  right: 3%;
  transition: visibility 0s 0.8s,
            opacity 0.8s,
            right 0.4s;
}
#gallery.full-size .smallsize {
  opacity: 0.6;
  right: 3%;
  visibility: visible;
  transition: opacity 0.8s,
            right 0.4s;
}
#gallery.full-size .smallsize:hover {
  opacity: 1;
}
#gallery.full-size .back-to-country {
  transition: 0.4s;
  right: 95%;
}
/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  /*transition: opacity 0.4s;*/
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item.active {
  opacity: 1;
}
.carousel-fade .carousel-inner .item.active.left {
  left: -1px;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .item.active.right {
  left: 1px;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
body.page .gallery .carousel-inner {
  width: 71%;
}
body.page .gallery .carousel-inner .title {
  display: none;
}
body.home {
  padding-bottom: 0 !important;
  /*    #footer {
        display: none;
    }*/
}
body.home .gallery {
  margin-top: -15px;
}
body.home .gallery .slick-wrapper,
body.home .gallery .fullsize,
body.home .gallery .smallsize,
body.home .gallery .carousel-left,
body.home .gallery .carousel-right,
body.home .gallery .title {
  display: none;
}
body.home .gallery .carousel-inner {
  width: 95%;
  margin-bottom: 0;
}
#worldmap-container {
  position: relative;
  float: left;
  width: 80%;
  padding: 17px 20px 0 0;
  user-select: none;
}
#worldmap-container .drag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3000%;
  margin-left: -1450%;
}
#worldmap-container .svg-wrapper {
  position: relative;
  overflow: hidden;
}
#worldmap-container .svg-wrapper svg {
  width: 3.33333%;
  transition: width 0.4s;
}
#worldmap-container .zoom {
  position: absolute;
  z-index: 10;
  left: -30px;
  bottom: 0;
}
#worldmap-container .zoom i {
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  opacity: .6;
  transition: 0.4s;
}
#worldmap-container .zoom i.plus {
  background-image: url('images/world-map-plus.png');
}
#worldmap-container .zoom i.minus {
  background-image: url('images/world-map-minus.png');
}
#worldmap-container .zoom i:hover {
  opacity: 1;
}
#counties-container {
  float: left;
  width: 20%;
}
#counties-container .continents {
  list-style-type: none;
  text-transform: uppercase;
  color: #a8a9ad;
  padding: 0;
  margin: 15px 0 0 0;
}
#counties-container .continents .countries {
  list-style-type: none;
  padding: 0 0 0 16px;
  margin: 0;
}
#counties-container .continents .countries a {
  color: #6f6f71;
  transition: 0.4s;
}
#counties-container .continents .countries a:hover {
  color: white;
  text-decoration: none;
}
#counties-container .continents .countries .sel a {
  color: white;
}
#country-name-label {
  position: fixed;
  background: #6f6f71;
  padding: 5px 15px;
  border-radius: 5px;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s,
        visibility 0s 0.4s;
}
#country-name-label.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s,
            visibility 0s;
}
#worldmap {
  /*width: 70%;*/
}
#worldmap g path,
#worldmap g polygon {
  transition: 0.4s;
}
#worldmap g.active path,
#worldmap g.active polygon {
  cursor: pointer;
  fill: #949599;
}
#worldmap g.active path:hover,
#worldmap g.active polygon:hover {
  fill: white;
}
#worldmap g.sel path,
#worldmap g.sel polygon {
  fill: white;
}
body.page-id-2 #header img,
body.parent-pageid-2 #header img,
body.post-type-archive-country #header img,
body.single-album #header img,
body.single-country #header img {
  opacity: .4;
  transition: 0.4s;
}
body.page-id-2 #header img:hover,
body.parent-pageid-2 #header img:hover,
body.post-type-archive-country #header img:hover,
body.single-album #header img:hover,
body.single-country #header img:hover {
  opacity: 1;
}
#county {
  margin: 40px 0 0;
  text-transform: uppercase;
  color: white;
}
#county .item img {
  width: 100%;
  height: auto;
  margin: 0 0 7px;
}
body.page-id-63 #page {
  margin-top: 60px;
}
body.page-id-63 .left-side {
  float: left;
  width: 30%;
}
body.page-id-63 .left-side .envelope {
  padding: 0 80px 0 0;
}
body.page-id-63 .left-side .envelope img {
  width: 100%;
  height: auto;
}
body.page-id-63 .left-side .e-mail {
  margin: 20px 0;
  text-transform: uppercase;
}
body.page-id-63 .left-side .e-mail a {
  text-transform: none;
  color: #6d6e71;
  text-decoration: none;
  transition: 0.4s;
}
body.page-id-63 .left-side .e-mail a:hover {
  color: white;
}
body.page-id-63 .left-side .social {
  padding: 0 80px 0 0;
}
body.page-id-63 .left-side .social a {
  opacity: .6;
  transition: opacity 0.4s;
}
body.page-id-63 .left-side .social a img {
  width: calc(25% - 15px);
  height: auto;
}
body.page-id-63 .left-side .social a:hover {
  opacity: 1;
}
body.page-id-63 .left-side .social a + a {
  margin-left: 20px;
}
body.page-id-63 .left-side .photo-stock {
  margin: 20px 0 0;
  text-transform: uppercase;
}
body.page-id-63 .left-side .photo-stock p {
  margin: 0;
}
body.page-id-63 .left-side .photo-stock p + p {
  margin-top: 3px;
}
body.page-id-63 .left-side .photo-stock a {
  color: #6d6e71;
  text-decoration: none;
  transition: 0.4s;
}
body.page-id-63 .left-side .photo-stock a:hover {
  color: white;
}
body.page-id-63 .right-side {
  float: left;
  width: 70%;
}
body.page-id-63 .right-side .field .lbl {
  float: left;
  width: 100px;
  padding: 0 15px 0 0;
  color: #6d6e71;
  text-transform: uppercase;
  text-align: right;
  margin: 6px 0 0;
}
body.page-id-63 .right-side .field .input {
  margin: 0 0 0 100px;
}
body.page-id-63 .right-side .field + .field {
  margin: 15px 0 0;
}
body.page-id-63 .right-side .button {
  margin: 10px 0 0 100px;
}
.wpcf7-not-valid-tip {
  visibility: hidden;
  position: absolute;
  height: 0;
}
.wpcf7-response-output {
  border-radius: 5px;
  text-align: center;
  margin-right: 0 !important;
  margin-left: 100px !important;
}
.parent-pageid-2 .body,
.page-id-685 .body {
  max-width: none;
  margin: 0 4.2%;
}
.parent-pageid-2 #page,
.page-id-685 #page {
  width: auto;
}
.parent-pageid-2 #page .preview,
.page-id-685 #page .preview {
  margin-bottom: 12px;
}
.parent-pageid-2 #header,
.page-id-685 #header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 3.6%;
  right: 3.6%;
  margin-left: 0;
  margin-right: 0;
  background-color: black;
}
.parent-pageid-2 #header:after,
.page-id-685 #header:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -39px;
  height: 40px;
  content: ' ';
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-aspect-ratio: 10/9) {
  .parent-pageid-2 #header:after,
  .page-id-685 #header:after {
    bottom: -19px;
    height: 20px;
  }
}
.parent-pageid-2 #pseudo-header,
.page-id-685 #pseudo-header {
  display: block;
  visibility: hidden;
  padding: 2.1% 3.6% 0.6% 3.6%;
  width: 92.8%;
}
.parent-pageid-2 #pseudo-header img,
.page-id-685 #pseudo-header img {
  width: 17.5%;
  height: auto;
}
body.mobile-device.parent-pageid-2 #header,
body.mobile-device.page-id-685 #header {
  position: absolute;
}
.page-id-685 #page {
  color: #939698;
}
.page-id-685 #page .section {
  padding: 0 60px;
  background-repeat: no-repeat;
  background-size: 40px;
  text-align: justify;
}
.page-id-685 #page .section span.slide-down {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('images/purchase/arrow-rev.png') left 4px no-repeat;
  background-size: 12px;
  cursor: pointer;
  margin: 0 0 0 5px;
  opacity: .6;
  transition: 0.4s;
}
.page-id-685 #page .section span.slide-down.slide-down-on {
  background-image: url('images/purchase/arrow.png');
  opacity: 1;
}
.page-id-685 #page .section span.slide-down:hover {
  opacity: 1;
}
.page-id-685 #page .section div.slide-down {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.4s;
}
.page-id-685 #page .section div.slide-down .p-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-id-685 #page .section div.slide-down.slide-down-on {
  max-height: 1000px;
  margin-bottom: 25px;
}
.page-id-685 #page .section.section-1 {
  background-image: url('images/purchase/section-1-pic.png');
}
.page-id-685 #page .section.section-2 {
  background-image: url('images/purchase/section-2-pic.png');
}
.page-id-685 #page .section.section-3 {
  min-height: 42px;
  background-image: url('images/purchase/section-3-pic.png');
}
.page-id-685 #page .section.section-4 {
  min-height: 33px;
  padding-top: 2px;
  background-image: url('images/purchase/section-4-pic.png');
}
.page-id-685 #page .section.section-5 {
  min-height: 45px;
  background-image: url('images/purchase/section-5-pic.png');
}
.page-id-685 #page .section.section-6 {
  min-height: 38px;
  background-image: url('images/purchase/section-6-pic.png');
}
.page-id-685 #page .section.section-7 {
  min-height: 29px;
  background-image: url('images/purchase/section-7-pic.png');
}
.page-id-685 #page .table {
  padding: 0 60px;
}
.page-id-685 #page .table table {
  border-left: 1px solid #939698;
  border-top: 1px solid #939698;
}
.page-id-685 #page .table table td,
.page-id-685 #page .table table th {
  border-right: 1px solid #939698;
  border-bottom: 1px solid #939698;
  padding: 3px 7px;
}
.page-id-685 #page .photos-popup {
  margin: 0;
  padding: 0 0 10px;
  list-style-type: none;
}
.page-id-685 #page .photos-popup li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
.page-id-685 #page .photos-popup li a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  content: ' ';
  background: url('images/purchase/arrow-rev.png') no-repeat left 4px;
  background-size: 12px;
  opacity: .6;
  transition: 0.4s;
}
.page-id-685 #page .photos-popup li a:hover {
  color: white;
}
.page-id-685 #page .photos-popup li a:hover:before {
  opacity: 1;
}
.page-id-685 #page .photos-popup li .photos {
  position: relative;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.page-id-685 #page .photos-popup li .photos.active {
  max-height: 240px;
  padding-bottom: 15px;
}
.page-id-685 #page .photos-popup li .photos img {
  /*cursor: pointer;*/
}
.page-id-685 #page .photos-popup li .photos .p-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-id-685 #page .photos-popup li.active a {
  color: white;
}
.page-id-685 #page .photos-popup li.active a:before {
  opacity: 1;
  background-image: url(images/purchase/arrow.png);
}
.page-id-685 #page .photos-popup li.active .photos {
  max-height: 600px;
  padding-bottom: 15px;
}
.page-id-685 #page #purchase-carousel {
  max-height: 0;
  overflow: hidden;
  width: 73%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s 0s, max-height 0s 0.4s, margin 0s 0.4s, width 0s 0.4s;
}
.page-id-685 #page #purchase-carousel .p-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-id-685 #page .purchase-slick .p-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.page-id-685 #page .thin {
  opacity: 1;
  max-height: 10000px;
  overflow-y: hidden;
  transition: opacity 0.4s 0.4s, max-height 0s 0.4s;
}
.page-id-685 #page .pic-preview {
  width: 40%;
  margin: 0 auto;
  max-height: 10000px;
  overflow: hidden;
  transition: opacity 0.4s 0.4s, max-height 0s 0.4s;
}
.page-id-685 #page .pic-preview img {
  cursor: pointer;
}
.page-id-685 #page #slick-border {
  height: 50px;
  background-position: center center;
  transition: opacity 0.4s 0.4s,
                height 0s 0.4s;
}
.page-id-685 #page .slick-border-bottom {
  background: url('images/dots.gif') repeat-x center center;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s,
                height 0s 0.4s;
}
.page-id-685 #page .bottom-pics-container {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  transition: margin 0s 0.4s, max-height 0s 0.4s, opacity 0.4s;
}
.page-id-685 #page .bottom-pics-container .item {
  float: left;
  width: 14.28%;
  text-align: center;
}
.page-id-685 #page .bottom-pics-container .item img {
  width: 30%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: .6;
  transition: 0.4s;
}
.page-id-685 #page .bottom-pics-container .item img:hover {
  opacity: 1;
}
.page-id-685 #page .bottom-pics-container .item:nth-child(1) img {
  background-image: url("/wp-content/themes/olgafaix/images/purchase/section-1-pic-white.png");
}
.page-id-685 #page .bottom-pics-container .item:nth-child(2) img {
  background-image: url("/wp-content/themes/olgafaix/images/purchase/section-2-pic-white.png");
}
.page-id-685 #page .bottom-pics-container .item:nth-child(3) img {
  background-image: url("/wp-content/themes/olgafaix/images/purchase/section-3-pic-white.png");
}
.page-id-685 #page .bottom-pics-container .item:nth-child(4) img {
  background-image: url("/wp-content/themes/olgafaix/images/purchase/section-4-pic-white.png");
}
.page-id-685 #page .bottom-pics-container .item:nth-child(5) img {
  background-image: url("/wp-content/themes/olgafaix/images/purchase/section-5-pic-white.png");
}
.page-id-685 #page .bottom-pics-container .item:nth-child(6) img {
  background-image: url("/wp-content/themes/olgafaix/images/purchase/section-6-pic-white.png");
}
.page-id-685 #page .bottom-pics-container .item:nth-child(7) img {
  background-image: url("/wp-content/themes/olgafaix/images/purchase/section-7-pic-white.png");
}
.page-id-685 #page.active-carousel #purchase-carousel {
  opacity: 1;
  overflow: visible;
  max-height: 10000px;
  margin-bottom: 3.9%;
  transition: opacity 0.4s 0.4s, max-height 0s 0.4s, margin 0s 0.4s;
}
@media (min-aspect-ratio: 29/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 16%;
  }
}
@media (min-aspect-ratio: 28/9) and (max-aspect-ratio: 29/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 18%;
  }
}
@media (min-aspect-ratio: 27/9) and (max-aspect-ratio: 28/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 20%;
  }
}
@media (min-aspect-ratio: 26/9) and (max-aspect-ratio: 27/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 23%;
  }
}
@media (min-aspect-ratio: 25/9) and (max-aspect-ratio: 26/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 25%;
  }
}
@media (min-aspect-ratio: 24/9) and (max-aspect-ratio: 25/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 28%;
  }
}
@media (min-aspect-ratio: 23/9) and (max-aspect-ratio: 24/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 31%;
  }
}
@media (min-aspect-ratio: 22/9) and (max-aspect-ratio: 23/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 34%;
  }
}
@media (min-aspect-ratio: 21/9) and (max-aspect-ratio: 22/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 39%;
  }
}
@media (min-aspect-ratio: 20/9) and (max-aspect-ratio: 21/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 42%;
  }
}
@media (min-aspect-ratio: 19/9) and (max-aspect-ratio: 20/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 46%;
  }
}
@media (min-aspect-ratio: 18/9) and (max-aspect-ratio: 19/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 50%;
  }
}
@media (min-aspect-ratio: 17/9) and (max-aspect-ratio: 18/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 55%;
  }
}
@media (min-aspect-ratio: 16/9) and (max-aspect-ratio: 17/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 60%;
  }
}
@media (min-aspect-ratio: 15/9) and (max-aspect-ratio: 16/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 66%;
  }
}
@media (min-aspect-ratio: 14/9) and (max-aspect-ratio: 15/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    width: 73%;
  }
}
@media (min-aspect-ratio: 13/9) and (max-aspect-ratio: 14/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 4% auto;
  }
}
@media (min-aspect-ratio: 12/9) and (max-aspect-ratio: 13/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 6% auto;
  }
}
@media (min-aspect-ratio: 11/9) and (max-aspect-ratio: 12/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 8% auto;
  }
}
@media (min-aspect-ratio: 10/9) and (max-aspect-ratio: 11/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 13% auto;
  }
}
@media (min-aspect-ratio: 9/9) and (max-aspect-ratio: 10/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 17% auto;
  }
}
@media (min-aspect-ratio: 8/9) and (max-aspect-ratio: 9/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 22% auto;
  }
}
@media (min-aspect-ratio: 7/9) and (max-aspect-ratio: 8/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 28% auto;
  }
}
@media (max-aspect-ratio: 7/9) {
  .page-id-685 #page.active-carousel #purchase-carousel {
    margin: 65% auto;
  }
}
.page-id-685 #page.active-carousel .thin {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s, max-height 0s 0.4s;
}
.page-id-685 #page.active-carousel .pic-preview {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s, max-height 0s 0.4s;
}
.page-id-685 #page.active-carousel #slick-border {
  opacity: 0;
  height: 0;
  transition: opacity 0.4s,
                    height 0s 0.4s;
}
.page-id-685 #page.active-carousel .slick-border-bottom {
  height: 4px;
  opacity: 1;
  transition: opacity 0.4s 0.4s,
                    height 0s 0.4s;
}
.page-id-685 #page.active-carousel .bottom-pics-container {
  margin: 10px 15%;
  max-height: 10000px;
  opacity: 1;
  transition: margin 0s 0.4s, max-height 0s 0.4s, opacity 0.4s 0.4s;
}
.page-id-685 .carousel-left {
  position: absolute;
  left: -20%;
  top: 0;
  background: url('images/arrow-left.png') center center no-repeat;
  width: 3%;
  height: 100%;
  background-size: contain;
  transition: 0.4s;
  opacity: .6;
}
.page-id-685 .carousel-left:hover {
  opacity: 1;
}
.page-id-685 .carousel-left.disabled {
  opacity: .3;
  cursor: default;
}
.page-id-685 .carousel-right {
  position: absolute;
  left: -20%;
  top: 0;
  background: url('images/arrow-left.png') center center no-repeat;
  width: 3%;
  height: 100%;
  background-size: contain;
  transition: 0.4s;
  opacity: .6;
  left: auto;
  right: -20%;
  background-image: url('images/arrow-right.png');
}
.page-id-685 .carousel-right:hover {
  opacity: 1;
}
.page-id-685 .carousel-right.disabled {
  opacity: .3;
  cursor: default;
}
.page-id-685 .smallsize {
  position: absolute;
  top: 0;
  right: -5%;
  width: 3%;
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  background: url('images/smallsize.png') center center no-repeat;
  background-size: contain;
  transition: 0.4s;
}
.page-id-685 .smallsize:hover {
  opacity: 1;
}
/*section#countries {
    margin-top: 10px;
}*/
.page-id-775 .body {
  max-width: none;
  margin: 0 4.2%;
}
.page-id-775 #page {
  width: auto;
}
.page-id-927 .body {
  max-width: none;
  margin: 0 4.2%;
}
.page-id-927 #page {
  width: auto;
}
.shop-form p {
  text-align: justify;
}
.shop-form label {
  text-transform: uppercase;
}
.shop-form option:first-child {
  display: none;
}
.shop-form .item {
  padding-bottom: 15px;
  max-height: 1000px;
}
.shop-form .item .item-pic {
  position: relative;
}
.shop-form .item .idx {
  font-weight: bold;
}
.shop-form .item .price {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-weight: bold;
}
.shop-form .item.version-2 .item-pic img {
  filter: grayscale(100%);
}
.shop-form .item.version-3 .item-pic .square {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  cursor: e-resize;
}
.shop-form .item.version-3 .item-pic .square .shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 21.875%;
  opacity: .6;
  background: black;
}
.shop-form .item.version-3 .item-pic .square .shadow.left {
  left: 0;
}
.shop-form .item.version-3 .item-pic .square .shadow.right {
  right: 0;
}
.shop-form .item.version-3 .item-pic .square .top-layer {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.shop-form .item.version-4 .item-pic img {
  opacity: 0;
}
.shop-form .item.version-4 .item-pic .three-parts {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 4%;
}
.shop-form .item.version-4 .item-pic .three-parts .part {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32%;
  background-size: cover;
}
.shop-form .item.version-4 .item-pic .three-parts .part:nth-child(1) {
  left: 0;
}
.shop-form .item.version-4 .item-pic .three-parts .part:nth-child(2) {
  background-position: center center;
  left: 34%;
}
.shop-form .item.version-4 .item-pic .three-parts .part:nth-child(3) {
  background-position: right center;
  right: 0;
}
.shop-form .item.hide-item {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.shop-form .coupon-calc {
  text-transform: uppercase;
  font-weight: bold;
  visibility: hidden;
}
.shop-form .promo {
  text-transform: uppercase;
  font-weight: bold;
  display: none;
}
.shop-form .total {
  width: 0;
  display: inline-block;
  overflow: hidden;
  border-top: 1px solid #6d6e71;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.4s;
  white-space: nowrap;
}
.shop-form .total.active {
  width: 100%;
}
.shop-form .rm {
  width: 40%;
  margin-top: 6px;
  height: auto;
  background: url('images/smallsize.png') no-repeat;
  background-size: contain;
  opacity: .7;
  cursor: pointer;
  transition: 0.4s;
}
.shop-form .rm:hover {
  opacity: 1;
}
.shop-form .basket-buttons {
  padding: 15px 0;
}
.shop-form .form-inputs {
  display: none;
  padding: 15px 0;
}
.shop-form .heading {
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.shop-form .msg {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
  text-align: center;
}
.shop-form .msg .text {
  border-radius: 5px;
  border: 2px solid red;
  padding: 0.2em 1em;
}
.shop-form .msg-success {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
  text-align: center;
}
.shop-form .msg-success .text {
  border-radius: 5px;
  border: 2px solid red;
  padding: 0.2em 1em;
}
.shop-form .msg-success .text {
  border-color: #398f14;
}
.shop-form .expired.msg {
  display: block;
  text-align: left;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.shop-form .valid.msg {
  display: block;
  text-align: left;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.shop-form .invalid.msg {
  display: block;
  text-align: left;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.shop-form .promo-expired.msg {
  display: block;
  text-align: left;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.shop-form .promo-valid.msg {
  display: block;
  text-align: left;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.shop-form .promo-invalid.msg {
  display: block;
  text-align: left;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.shop-form.coupon-expired .expired.msg {
  opacity: 1;
  max-height: 60px;
  margin-bottom: 15px;
}
.shop-form.coupon-valid .valid.msg {
  opacity: 1;
  max-height: 60px;
  margin-bottom: 15px;
}
.shop-form.coupon-valid .coupon-calc {
  visibility: visible;
}
.shop-form.coupon-invalid .invalid.msg {
  opacity: 1;
  max-height: 60px;
  margin-bottom: 15px;
}
.shop-form.promo-expired .promo-expired.msg {
  opacity: 1;
  max-height: 60px;
  margin-bottom: 15px;
}
.shop-form.promo-valid .promo-valid.msg {
  opacity: 1;
  max-height: 60px;
  margin-bottom: 15px;
}
.shop-form.promo-valid .promo-calc {
  visibility: visible;
}
.shop-form.promo-invalid .promo-invalid.msg {
  opacity: 1;
  max-height: 60px;
  margin-bottom: 15px;
}
.page-id-63 .wpcf7-mail-sent-ok {
  display: inline-block;
  padding: 5px 10px;
  background: #b0d221;
  border-radius: 5px;
  display: block;
  border: none;
  color: #6d6e71;
  font-weight: bold;
  text-align: center;
}
.qtranxs-available-languages-message {
  display: none;
}
.ui-loader {
  display: none;
}
.ui-page:focus {
  outline: none;
}
.single-album .carousel-wrapper {
  margin: 0 auto;
}
@media (min-aspect-ratio: 29/9) {
  .single-album .carousel-wrapper {
    width: 72%;
  }
}
@media (min-aspect-ratio: 28/9) and (max-aspect-ratio: 29/9) {
  .single-album .carousel-wrapper {
    width: 74%;
  }
}
@media (min-aspect-ratio: 27/9) and (max-aspect-ratio: 28/9) {
  .single-album .carousel-wrapper {
    width: 76%;
  }
}
@media (min-aspect-ratio: 26/9) and (max-aspect-ratio: 27/9) {
  .single-album .carousel-wrapper {
    width: 79%;
  }
}
@media (min-aspect-ratio: 25/9) and (max-aspect-ratio: 26/9) {
  .single-album .carousel-wrapper {
    width: 81%;
  }
}
@media (min-aspect-ratio: 24/9) and (max-aspect-ratio: 25/9) {
  .single-album .carousel-wrapper {
    width: 82%;
  }
}
@media (min-aspect-ratio: 23/9) and (max-aspect-ratio: 24/9) {
  .single-album .carousel-wrapper {
    width: 85%;
  }
}
@media (min-aspect-ratio: 22/9) and (max-aspect-ratio: 23/9) {
  .single-album .carousel-wrapper {
    width: 87%;
  }
}
@media (min-aspect-ratio: 21/9) and (max-aspect-ratio: 22/9) {
  .single-album .carousel-wrapper {
    width: 88%;
  }
}
@media (min-aspect-ratio: 20/9) and (max-aspect-ratio: 21/9) {
  .single-album .carousel-wrapper {
    width: 90%;
  }
}
@media (min-aspect-ratio: 19/9) and (max-aspect-ratio: 20/9) {
  .single-album .carousel-wrapper {
    width: 90%;
  }
}
@media (min-aspect-ratio: 18/9) and (max-aspect-ratio: 19/9) {
  .single-album .carousel-wrapper {
    width: 90%;
  }
}
@media (min-aspect-ratio: 17/9) and (max-aspect-ratio: 18/9) {
  .single-album .carousel-wrapper {
    width: 90%;
  }
}
@media (min-aspect-ratio: 16/9) and (max-aspect-ratio: 17/9) {
  .single-album .carousel-wrapper {
    width: 90%;
  }
}
@media (min-aspect-ratio: 15/9) and (max-aspect-ratio: 16/9) {
  .single-album .carousel-wrapper {
    width: 91%;
  }
}
@media (max-aspect-ratio: 15/9) {
  .single-album .carousel-wrapper {
    width: 92%;
  }
}
.page-id-685 #page .pic-preview {
  width: 72%;
}
.page-id-685 #header:after {
  height: 30px;
  bottom: -29px;
}
.page-id-685 article#page {
  margin-top: 2.3%;
}
.wpcf7-validation-errors {
  border: 2px solid red !important;
}
.ajax-loader {
  opacity: 0;
  display: none;
  visibility: none;
}
#frm-gift-certificate-number.err {
  background: #ff0026;
}
#frm-promo-number.err {
  background: #ff0026;
}
img.postload {
  display: none;
}
tr.hr > td {
  border-top: 2px solid #b3b6b8;
}
.purchase-table-pic-original {
  background: url('images/purchase/purchase-table-pic-original.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.purchase-table-pic-square {
  background: url('images/purchase/purchase-table-pic-square.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.purchase-table-pic-three-parts {
  background: url('images/purchase/purchase-table-pic-three-parts.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-id-685 .table table {
  border: 2px solid #b3b6b8 !important;
}
select.beauty-select {
  display: none;
}
div.beauty-select {
  position: relative;
  color: #3b3b3b;
}
div.beauty-select .title {
  position: relative;
  padding: 10px 5px 6px 9px;
  background: linear-gradient(to bottom, #f2f2f2, #a9a9aa);
  border-radius: 5px;
  cursor: pointer;
}
div.beauty-select .title .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 12px 0 0;
}
div.beauty-select .title .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 19px;
  border-radius: 0 5px 5px 0;
  background: url('images/beauty-select-arrow.png') 5px 14px no-repeat, linear-gradient(to bottom, #8c8c8c, #5c5c5c);
  background-size: 50%, 100% 100%;
}
div.beauty-select .list {
  position: absolute;
  z-index: 10;
  left: -150%;
  right: -150%;
  padding: 11px 0 0;
  background: url('images/beauty-select-list.png') center top no-repeat;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  text-align: center;
  transition: opacity 0.4s 0s,
            visibility 0s 0.4s;
}
div.beauty-select .list ul {
  padding: 0 8px 0 14px;
  margin: 0 auto;
  border-radius: 8px;
  list-style-type: none;
  background: white;
  min-width: 25%;
  display: inline-block;
}
div.beauty-select .list ul li {
  position: relative;
  padding: 13px 14px 10px 2px;
  margin: 0 -8px 0 -2px;
  cursor: pointer;
  transition: 0.4s;
  white-space: nowrap;
  text-align: left;
}
div.beauty-select .list ul li + li {
  border-top: 1px solid #e4e4e6;
}
div.beauty-select .list ul li .selected-bg {
  position: absolute;
  display: none;
  right: 15px;
  top: 15px;
  width: 12px;
  height: 9px;
  background: url('images/beauty-select-selected.png');
}
div.beauty-select .list ul li.selected .selected-bg {
  display: block;
}
div.beauty-select .list ul li:hover {
  color: #80b4dd;
}
div.beauty-select.active .list {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s 0s,
                visibility 0s 0s;
}
div.beauty-select.active .arrow {
  background: url('images/beauty-select-arrow.png') 5px 14px no-repeat, linear-gradient(to bottom, #9cc5e5, #6aabde);
  background-size: 50%, 100% 100%;
}
.certificate-form .heading {
  font-weight: bold;
  text-transform: uppercase;
}
.certificate-form .item {
  padding-top: 15px;
  max-height: 200px;
  /*overflow: hidden;*/
  opacity: 1;
  transition: max-height 0.4s ease-in, padding-top 0.4s ease-in, opacity 0.4s 0.4s;
}
.certificate-form .item.item-hidden {
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  transition: none;
}
.certificate-form .item.item-hide {
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  transition: opacity 0.4s, max-height 0.4s 0.4s, padding-top 0.4s 0.4s;
}
.certificate-form .item .rm {
  width: 40%;
  margin-top: 6px;
  height: auto;
  background: url(images/smallsize.png) no-repeat;
  background-size: contain;
  opacity: .7;
  cursor: pointer;
  transition: 0.4s;
}
.certificate-form .item div.price {
  font-weight: bold;
  margin-top: 10px;
}
.certificate-form .item .col-in-amount-of {
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .certificate-form .item .col-in-amount-of {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
}
.certificate-form .item .col-price-inp {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .certificate-form .item .col-price-inp {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .certificate-form .item .col-quantity {
    padding-right: 0;
  }
}
.certificate-form .total {
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #6d6e71;
}
.certificate-form .msg {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
  text-align: center;
}
.certificate-form .msg .text {
  border-radius: 5px;
  border: 2px solid red;
  padding: 0.2em 1em;
}
.certificate-form .msg-success {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
  text-align: center;
}
.certificate-form .msg-success .text {
  border-radius: 5px;
  border: 2px solid red;
  padding: 0.2em 1em;
}
.certificate-form .msg-success .text {
  border-color: #398f14;
}
.special-offer {
  position: absolute;
  z-index: 100000;
  left: -1%;
  bottom: -5%;
  width: 15%;
  margin: -3% -5% 0 0;
  border-radius: 50%;
  box-shadow: 0 0 12px 0px rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  cursor: pointer;
}
@media (min-width: 767px) {
  .special-offer {
    left: 0;
  }
}
.special-offer:hover {
  box-shadow: 0 0 12px 0px white;
}
#collage {
  overflow: hidden;
  margin-top: 20px;
}
@media (max-aspect-ratio: 1/1) {
  #collage {
    margin-top: 120px;
  }
}
#collage .collage-container {
  position: relative;
}
@media (max-aspect-ratio: 1/1) {
  #collage .collage-container {
    margin-left: -50%;
    margin-right: -50%;
  }
}
#collage .load-container {
  position: absolute;
  z-index: -1;
}
#collage .load-container img {
  display: none;
  width: 1px;
  height: 1px;
}
#collage .collage-item {
  visibility: hidden;
  position: absolute;
  background-size: cover;
  border: 3px solid white;
  opacity: 0;
  transition: 0.4s;
}
#collage .collage-item.loaded {
  visibility: visible;
  opacity: 1;
}
#collage .collage-item-1 {
  transform: rotate(-9deg);
  left: 15.9%;
  top: 36.71186441%;
  width: 23.06666667%;
  height: 39.6059322%;
  background-image: url('images/collage/1.jpg');
}
#collage .collage-item-2 {
  transform: rotate(6deg);
  left: 19.7%;
  top: -1.74152542%;
  width: 23.06666667%;
  height: 39.6059322%;
  background-image: url('images/collage/2.jpg');
}
#collage .collage-item-3 {
  transform: rotate(6deg);
  left: 80.36666667%;
  top: -16.04237288%;
  width: 23.03333333%;
  height: 39.3940678%;
  background-image: url('images/collage/3.jpg');
}
#collage .collage-item-4 {
  transform: rotate(16deg);
  left: 80.36666667%;
  top: 18.49152542%;
  width: 23.03333333%;
  height: 39.3940678%;
  background-image: url('images/collage/4.jpg');
}
#collage .collage-item-5 {
  transform: rotate(-9deg);
  left: 60.06666667%;
  top: 63.51271186%;
  width: 13.83333333%;
  height: 39.5%;
  background-image: url('images/collage/5.jpg');
}
#collage .collage-item-6 {
  transform: rotate(-8deg);
  left: 80.56666667%;
  top: 61.3940678%;
  width: 22.96666667%;
  height: 39.5%;
  background-image: url('images/collage/6.jpg');
}
#collage .collage-item-7 {
  transform: rotate(-9deg);
  left: -2.03333333%;
  top: 69.33898305%;
  width: 23%;
  height: 39.5%;
  background-image: url('images/collage/7.jpg');
}
#collage .collage-item-8 {
  transform: rotate(-5deg);
  left: -8.83333333%;
  top: 33.85169492%;
  width: 23%;
  height: 39.3940678%;
  background-image: url('images/collage/8.jpg');
}
#collage .collage-item-9 {
  transform: rotate(3deg);
  left: 73.23333333%;
  top: 48.04661017%;
  width: 23.03333333%;
  height: 39.5%;
  background-image: url('images/collage/9.jpg');
}
#collage .collage-item-10 {
  transform: rotate(-23deg);
  left: -5.13333333%;
  top: -7.77966102%;
  width: 23%;
  height: 39.28813559%;
  background-image: url('images/collage/10.jpg');
}
#collage .collage-item-11 {
  transform: rotate(9deg);
  left: 3.76666667%;
  top: 36.5%;
  width: 23.03333333%;
  height: 39.3940678%;
  background-image: url('images/collage/11.jpg');
}
#collage .collage-item-12 {
  transform: rotate(6deg);
  left: 83.93333333%;
  top: -3.96610169%;
  width: 14.16666667%;
  height: 39.3940678%;
  background-image: url('images/collage/12.jpg');
}
#collage .collage-item-13 {
  transform: rotate(17deg);
  left: 4.83333333%;
  top: 69.97457627%;
  width: 22.96666667%;
  height: 39.28813559%;
  background-image: url('images/collage/13.jpg');
}
#collage .collage-item-14 {
  transform: rotate(6deg);
  left: 7.2%;
  top: 10.86440678%;
  width: 23.06666667%;
  height: 39.3940678%;
  background-image: url('images/collage/14.jpg');
}
#collage .collage-item-15 {
  transform: rotate(8deg);
  left: 81.2%;
  top: 71.35169492%;
  width: 23.06666667%;
  height: 39.5%;
  background-image: url('images/collage/15.jpg');
}
#collage .collage-item-16 {
  transform: rotate(-7deg);
  left: 62.16666667%;
  top: -4.91949153%;
  width: 22.96666667%;
  height: 39.28813559%;
  background-image: url('images/collage/16.jpg');
}
#collage .collage-item-17 {
  transform: rotate(-20deg);
  left: 63.26666667%;
  top: 33.85169492%;
  width: 23.06666667%;
  height: 39.5%;
  background-image: url('images/collage/17.jpg');
}
#collage .collage-item-18 {
  transform: rotate(31deg);
  left: 69.1%;
  top: 74.63559322%;
  width: 22.96666667%;
  height: 39.28813559%;
  background-image: url('images/collage/18.jpg');
}
#collage .collage-item-19 {
  transform: rotate(-8deg);
  left: 12.96666667%;
  top: 23.8940678%;
  width: 23.06666667%;
  height: 39.71186441%;
  background-image: url('images/collage/19.jpg');
}
#collage .collage-item-20 {
  transform: rotate(6deg);
  left: 51.1%;
  top: -11.16949153%;
  width: 22.96666667%;
  height: 39.28813559%;
  background-image: url('images/collage/20.jpg');
}
#collage .collage-item-21 {
  transform: rotate(3deg);
  left: 52.53333333%;
  top: 19.76271186%;
  width: 22.96666667%;
  height: 39.28813559%;
  background-image: url('images/collage/21.jpg');
}
#collage .collage-item-22 {
  transform: rotate(10deg);
  left: 24.46666667%;
  top: -4.91949153%;
  width: 22.93333333%;
  height: 39.28813559%;
  background-image: url('images/collage/22.jpg');
}
#collage .collage-item-23 {
  transform: rotate(-17deg);
  left: 15%;
  top: 59.48728814%;
  width: 22.96666667%;
  height: 39.28813559%;
  background-image: url('images/collage/23.jpg');
}
#collage .collage-item-24 {
  transform: rotate(-9deg);
  left: 69.93333333%;
  top: 59.59322034%;
  width: 14.1%;
  height: 39.28813559%;
  background-image: url('images/collage/24.jpg');
}
#collage .collage-item-25 {
  transform: rotate(20deg);
  left: 15.13333333%;
  top: -15.93644068%;
  width: 23.03333333%;
  height: 39.5%;
  background-image: url('images/collage/25.jpg');
}
#collage .collage-item-26 {
  transform: rotate(-3deg);
  left: 24.6%;
  top: 26.64830508%;
  width: 14.1%;
  height: 39.28813559%;
  background-image: url('images/collage/26.jpg');
}
#collage .collage-item-27 {
  transform: rotate(-38deg);
  left: -8.8%;
  top: 91.16101695%;
  width: 22.96666667%;
  height: 39.07627119%;
  background-image: url('images/collage/27.jpg');
}
#collage .collage-item-28 {
  transform: rotate(-38deg);
  left: 36.1%;
  top: -0.25847458%;
  width: 23%;
  height: 39.18220339%;
  background-image: url('images/collage/28.jpg');
}
#collage .collage-item-29 {
  transform: rotate(-22deg);
  left: 44.26666667%;
  top: 40.73728814%;
  width: 22.96666667%;
  height: 39.3940678%;
  background-image: url('images/collage/29.jpg');
}
#collage .collage-item-30 {
  transform: rotate(-32deg);
  left: 27.4%;
  top: 67.53813559%;
  width: 22.96666667%;
  height: 39.18220339%;
  background-image: url('images/collage/30.jpg');
}
#collage .collage-item-31 {
  transform: rotate(-8deg);
  left: 51.26666667%;
  top: 74.74152542%;
  width: 23%;
  height: 39.3940678%;
  background-image: url('images/collage/31.jpg');
}
#collage .collage-item-32 {
  transform: rotate(10deg);
  left: 43.76666667%;
  top: 76.86016949%;
  width: 23.06666667%;
  height: 39.3940678%;
  background-image: url('images/collage/32.jpg');
}
#collage .collage-item-33 {
  transform: rotate(22deg);
  left: 34.43333333%;
  top: 61.07627119%;
  width: 22.93333333%;
  height: 39.28813559%;
  background-image: url('images/collage/33.jpg');
}
#collage .collage-item-34 {
  transform: rotate(-1deg);
  left: 47.43333333%;
  top: 50.58898305%;
  width: 22.96666667%;
  height: 39.28813559%;
  background-image: url('images/collage/34.jpg');
}
#collage .collage-item-35 {
  transform: rotate(-9deg);
  left: 36.06666667%;
  top: 30.77966102%;
  width: 23.06666667%;
  height: 39.3940678%;
  background-image: url('images/collage/35.jpg');
}
/*# sourceMappingURL=style.css.map */