/* Fonts
---------------------------------------*/
@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Bilbo+Swash+Caps');
@import url('font-awesome.min.css');

/* Normalize
---------------------------------------*/
* {
  outline: none;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

textarea {
  resize: none;
  vertical-align: top;
}

button, input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
  border: 0;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

p {
  margin: 0 0 15px 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* General
---------------------------------------*/
body, html {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #ebebeb;
  margin: 0;
}

a {
  color: #404040;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

a:hover, a:active {
  color: #787581;
}

.hidden {
  display: none;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.is-admin .site-wrapper {
  overflow: visible;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
}

.site-main {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 94px;
  position: relative;
  z-index: 11;
  flex: 1;
  top: 120px;
}

.site-main:before, .site-main:after {
  content: '';
  display: table;
}

.site-main:after {
  clear: both;
}

.is-home .site-main, .shops .site-main {
  padding-bottom: 0;
}

.dress .site-main {
  padding-bottom: 7px;
}

body.is-login .site-main,
body.is-admin .site-main,
body.is-home .site-main,
body.is-home.blog .site-main {
  padding-top: 0;
}

.fm {
  float: left;
  position: relative;
}

.fmr {
  float: right;
  position: relative;
}

.extra-wrap {
  overflow: hidden;
}

.box-c {
  text-align: center;
}

.sect-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2; font-family:'Bilbo Swash Caps', cursive;
  text-align: center;
  margin: 0px;
}

.common-btn {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-color: #404040;
  color: #fff;
  padding: 0 25px;
  height: 39px;
  border: 1px solid #404040;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}

.common-btn:hover {
  background-color: #fff;
  color: #404040;
}

.map_area {
  height: 300px;
}

/* Clearfix */
/* Arrow down */
@keyframes arrow-down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(4px);
  }
  0% {
    transform: translateY(0px);
  }
}

/* Arrow up */
@keyframes arrow-up {
  0% {
    transform: translateX(0px) rotate(-180deg);
  }
  50% {
    transform: translateX(-4px) rotate(-180deg);;
  }
  0% {
    transform: translateX(0px) rotate(-180deg);;
  }
}

/* Arrow left */
@keyframes arrow-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-4px);
  }
  0% {
    transform: translateX(0px);
  }
}

/* Arrow right */
@keyframes arrow-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(4px);
  }
  0% {
    transform: translateX(0px);
  }
}

/* Misc */
.btn-save {
  text-transform: uppercase;
  text-decoration: none;
  font: 14px/1em "VeraHumana95";
  background-color: #404040;
  color: #fff;
  padding: 0 25px;
  height: 45px;
  border: 1px solid #404040;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn-save:hover,
.btn-save:active {
  background-color: transparent;
  color: #404040;
}

.btn-save + .social-networks {
  margin: 30px 0 0 0;
}

.btn-save.hidden {
  display: none;
}

.admin_catalog li:nth-child(3n+3) {
  border-bottom: 1px solid black;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* Fixed menu */
.fixed-menu {
  position: fixed;
  right: 0;
  top: 50%;
  height: 0;
  will-change: transform;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  -o-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  z-index: 102;
  display: none;
}

.fixed-menu ul {
  font-size: 0;
  padding: 0;
  margin: 0;
}

.fixed-menu li {
  display: inline-block;
  list-style: none;
  margin: 0 14px;
}

.fixed-menu li.active a span:before, .fixed-menu li.active a span:after {
  opacity: 1;
}

.fixed-menu a {
  font: 18px/1em "VeraHumana95";
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  padding-bottom: 11px;
}

.fixed-menu a span {
  width: 43px;
  height: 1px;
  background-color: #404040;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -21.5px;
}

.fixed-menu a span:before, .fixed-menu a span:after {
  content: '';
  position: absolute;
  background-color: #404040;
  width: 100%;
  height: 1px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.fixed-menu a span:before {
  top: -1px;
}

.fixed-menu a span:after {
  bottom: -1px;
}

/* Parallax */
.parallax {
  overflow: hidden;
  flex: 1 0 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  min-height: 400px;
  height: calc(100vh - 167px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 15px;
}

.parallax:before,
.parallax:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
}

/*.parallax:before {
  background-color: #efcec5;
  opacity: 0;
  top: 0;
}*/

.parallax:after {
  background-color: #efcec5;
  height: 0;
}

.parallax:hover:before {
  opacity: .6;
}

.parallax:hover:after {
  height: 7px;
}

.parallax:hover .btn-more {
  right: 76px;
  opacity: 1;
}

.parallax:hover .slides__title {
  left: 60px;
}

.parallax:hover .slides__title .fa {
  opacity: 0;
  right: -10px;
}

.parallax.one_half {
  flex: 1 1 calc(50% - 15px);
  height: 536px;
  min-height: 536px;
}

.parallax.one_half + .parallax.one_half {
  margin-left: 15px;
}

.parallax .caption {
  border: 2px solid #fff;
  padding: 38px 58px 36px 58px;
  max-width: 884px;
  margin: 0 auto;
  color: #fff;
}

.parallax .caption p {
  margin: 0 0 17px 0;
}

.parallax_border_top,
.parallax_border_bottom {
  position: absolute;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}

.parallax_border_top {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 1;
}

.parallax_border_bottom {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.parallax:hover .parallax_border_top,
.parallax:hover .parallax_border_bottom {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.parallax:hover .parallax_border_bottom {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* Title */
.title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 15px;
}

.title_small {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  margin: 9px 0 10px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Buttons */
.btn-wrapper {
  margin-bottom: 83px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.btn-wrapper .btn-field {
  margin: 0 13px;
}

.btn-wrapper a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 0 25px;
  height: 39px;
  border: 1px solid #000;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
}

.btn-wrapper a:hover, .btn-wrapper a:active {
  background: #efcec5;
  border-color: #efcec5;
  color: #000;
}

.btn-more {
  position: absolute;
  right: -160px;
  bottom: 76px;
  width: 100%;
  max-width: 160px;
  height: 39px;
  padding: 0 10px;
  background-color: #edcfc7;
  border: 1px solid #edcfc7;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 10;
  transition: .3s;
}

.btn-more:hover, .btn-more:active {
  background-color: #dcb3a8;
  border-color: #dcb3a8;
  color: currentColor;
}

.back-to-wrapper > .container {
  position: relative;
  z-index: 50;
}

.back-to {
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.back-to:before {
  content: '\f104';
  font-size: 22px;
  font-family: FontAwesome;
  padding: 0 20px 0 0;
}

.back-to:hover {
  color: #787581;
}

.back-to:hover:after {
  animation: arrow-up .7s infinite ease-in-out;
}

.btn {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  border: 1px solid #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 160px;
  height: 39px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn .icon {
  width: 11px;
  height: 16px;
  margin-right: 12px;
  position: relative;
}

.btn .icon:before, .btn .icon:after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/spritesheet.png) no-repeat -83px -10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn .icon:after {
  background-position: -83px -27px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.btn:hover, .btn:active {
  background-color: #efcec5;
  border-color: #efcec5;
  color: #000;
}

.btn:hover .icon:before, .btn:active .icon:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.btn:hover .icon:after, .btn:active .icon:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.link {
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}

.link:after {
  content: '';
  width: 9px;
  height: 9px;
  background: url(../images/spritesheet.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 8px;
}

.link:hover, .link:active {
  color: inherit;
}

.link:hover:after, .link:active:after {
  animation: arrow-right .7s infinite ease-in-out;
}

/* Slides */
.slides {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
}

.slides__title {
  position: absolute;
  bottom: 60px;
  height: 72px;
  left: 0;
  font-family: 'Bilbo Swash Caps', cursive;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  background-color: #edcfc7;
  padding: 0 62px 0 39px;
  display: flex;
  align-items: center;
  transition: .3s;
}

.slides__title .fa {
  position: relative;
  right: 0;
  font-size: 18px;
  padding: 0 0 0 22px;
  transition: inherit;
}

/* Boxes */
.boxes {
  margin-bottom: 39px;
}

.boxes-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxes-list .box {
  background-color: #535150;
  max-width: 370px;
  width: calc((100% - 30px * 2) / 3);
  margin: 30px 30px 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.boxes-list .box:nth-child(3n+3) {
  margin-right: 0;
}

.boxes-list .box > a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  height: 299px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.boxes-list .box > a:before, .boxes-list .box > a:after {
  content: '';
  position: absolute;
}

.boxes-list .box > a:before {
  border: 2px solid #fff;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}

.boxes-list .box > a:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(64, 64, 64, 0.9);
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.boxes-list .box > a:hover {
  color: #404040;
}

.boxes-list .box > a:hover:after {
  background-color: rgba(241, 219, 218, 0.9);
}

.boxes-list .box > a:hover .box-title:after {
  background-color: #404040;
}

.boxes-list .box > a:hover .link {
  color: inherit;
}

.boxes-list .box > a:hover .link:after {
  background-position: 0 -9px;
  animation: arrow-right .7s infinite ease-in-out;
}

.boxes-list .box figure {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.boxes-list .box figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxes-list .box-title {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1;
}

.boxes-list .box-title:after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #fff;
  margin: 18px auto 21px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.boxes-list .box .link {
  color: #fff;
}

/* Dropdown */
.dropdowns-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 39px;
}

.shops .dropdowns-wrapper {
  justify-content: center;
}

.dropdown {
  position: relative;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #4c4c4c;
  border: 1px solid #dcb3a8;
  border-bottom: none;
  width: 270px;
  height: 40px;
}

.dropdown + .dropdown {
  margin-left: 79px;
}

.dropdown .overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ebebeb;
  z-index: 10;
}

.dropdown span {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 800px;
  height: inherit;
  padding: 10px 16px;
  overflow: hidden;
  z-index: 10;
}

.dropdown .drop-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #ebebeb;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.dropdown .drop-arrow:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  background: url(../images/spritesheet.png) no-repeat -81px 0;
  width: 15px;
  height: 9px;
  margin: -4.5px 0 0 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.dropdown ul {
  position: absolute;
  max-width: 270px;
  width: calc(100% + 2px);
  max-height: 0;
  overflow: hidden;
  top: 39px;
  left: -1px;
  background: #fff;
  border: 1px solid #dcb3a8;
  border-top: none;
  margin: 0;
  padding: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.dropdown ul li {
  list-style: none;
}

.dropdown ul li:last-child {
  padding-bottom: 10px;
}

.dropdown ul a {
  display: block;
  font-size: 14px;
  padding: 1px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.dropdown ul a.selected, .dropdown ul a:hover, .dropdown ul a:active {
  color: #787581;
}

.dropdown.dropdown-open .drop-arrow:after {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.dropdown.dropdown-open ul {
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

/* Contacts */
.contacts-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 170px;
  border-bottom: 1px solid #000;
  margin: 0 0 90px;
}

.shops .contacts-list {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.country-title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 50px;
}

.city-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 16px;
}

.contacts-list .item {
  width: 230px;
  margin: 0 70px 30px 0;
  font-size: 18px;
  line-height: 1.17;
}

.contacts-list .title {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
}

.contacts-list .title:after {
  display: none;
}

.contacts-list p {
  margin: 0;
}

.contacts-list a {
  text-decoration: none;
}

.contacts-list .phones {
  margin-bottom: 21px;
}

.contacts-list .phones:before, .contacts-list .phones:after {
  content: "";
  display: table;
}

.contacts-list .phones:after {
  clear: both;
}

.contacts-list .phones span {
  float: left;
}

.contacts-list .phones a {
  float: left;
  clear: both;
  color: #000;
}

/* Gallery */
.gallery .fullwidth {
  margin-bottom: 30px;
  text-align: center;
}

.gallery .fullwidth img {
  width: 100%;
  background-size: cover;
  vertical-align: top;
}

/* Dress (carousel) */
.dress-gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.dress-gallery figure {
  text-align: center;
  -webkit-flex: 1 0 50%;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  -o-flex: 1 0 50%;
  flex: 1 0 50%;
}

.dress-gallery figure img {
  vertical-align: top;
  margin: 0 auto;
  max-width: 100%;
}

.dress-gallery + .navigation-wrapper {
  margin-bottom: 20px;
}

/* Gallery (carousel) */
.gallery-carousel {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 0 -7px 60px;
}

.gallery-carousel .slick-track {
  display: flex;
}

.gallery-carousel.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}

.gallery-carousel figure > a {
  padding: 0 7px;
  display: flex;
  position: relative;
  max-height: 228px;
}

.gallery-carousel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-carousel figcaption {
  margin: 0 7px;
}

.gallery-carousel figure:hover figcaption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.gallery-carousel figure:hover .info {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
}

.gallery-carousel figure:hover p {
  bottom: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.gallery-carousel figcaption {
  background-color: rgba(239, 206, 197, 0.9);
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.gallery-carousel .info {
  font-size: 18px;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  top: -20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gallery-carousel .info .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  text-decoration: none;
  color: currentColor;
  font-size: 16px;
}

.gallery-carousel .info .icon + .icon {
  margin-left: 35px;
}

.gallery-carousel .info .icon:before {
  content: '';
  padding-right: 8px;
  font-family: FontAwesome;
}

.gallery-carousel .info .icon.likes:before {
  content: '\f004';
}

.gallery-carousel .info .icon.comments:before {
  content: '\f075';
}

.gallery-carousel p {
  margin-bottom: 0;
  position: relative;
  bottom: -20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.gallery-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -22px 0 0 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 0;
  padding: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gallery-carousel .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 30px;
}

.gallery-carousel .slick-arrow:hover {
  background-color: #dcb3a8;
  color: #000;
}

.gallery-carousel .slick-prev:before {
  content: '\f104';
}

.gallery-carousel .slick-next:before {
  content: '\f105';
}

.gallery-carousel .slick-arrow:focus:before, .gallery-carousel .slick-arrow:focus:after {
  outline: none;
}

.gallery-carousel .slick-arrow.slick-prev {
  left: 7px;
}

.gallery-carousel .slick-arrow.slick-prev.slick-disabled {
  left: -37px;
}

.gallery-carousel .slick-arrow.slick-next {
  right: 7px;
}

.gallery-carousel .slick-arrow.slick-next.slick-disabled {
  right: -37px;
}

/* Dress info */
.dress-info {

}

.dress-info .title {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}

.dress-info .title:after {
  width: 119px;
  background-color: #404040;
  margin-bottom: 24px;
  margin-top: 21px;
}

.dress-info p {
  margin-bottom: 54px;
}

.dress-info p iframe {
  margin: 20px 0 0 0;
  width: 100%;
}

.dress-info .social-networks {
  margin-bottom: 52px;
}

/* Navigation */
.navigation {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

.navigation-wrapper {
  min-height: 57px;
  margin-top: 15px;
}

.navigation a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  text-decoration: none;
  color: #000;
}

.navigation a:before {
  content: '';
}

.navigation a.prev:hover:before {
  animation: arrow-left .7s infinite ease-in-out;
}

.navigation a.next {
  margin-left: auto;
}

.navigation a.next:after {
  content: '\f105';
  font-family: FontAwesome;
  padding: 0 0 0 16px;
  display: inline-block;
  vertical-align: top;
}

.navigation a.next:hover:after {
  animation: arrow-right .7s infinite ease-in-out;
}

.navigation a.prev:before {
  content: '\f104';
  font-family: FontAwesome;
  padding: 0 16px 0 0;
  display: inline-block;
  vertical-align: top;
}

.navigation a.prev:hover:before {
  animation: arrow-left .7s infinite ease-in-out;
}

/* Collection */
.collection-header {
  margin: 0 0 2px 0;
}

.collection-header > .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  width: 100%;
}

.collection-header .title {
  width: 100%;
  max-width: 475px;
  height: auto;
  padding: 10px;
  text-align: center;
  font-size: 60px;
  border: 2px solid #fff;
  margin: 0 auto;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

body:last-child:not(:root:root) .collection-header .title {
  padding: 25px 10px 5px 10px;
}

/* Safari only hack */
.collection-header .title:after {
  display: none;
}

/*.collection-main {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  align-items: flex-start;*/
/*  width: 100%;*/
/*}*/

/*.collection-main__col-1 {*/
/*  flex: 1 1 42.8125%;*/
/*  max-width: 42.8125%;*/
/*}*/

/*.collection-main__col-2 {*/
/*  flex: 1 1 23.125%;*/
/*  max-width: 23.125%;*/
/*}*/

/*.collection-main__col-3 {*/
/*  flex: 1 1 34.0625%;*/
/*  max-width: 34.0625%;*/
/*  margin-right: 0;*/
/*}*/

.collection-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}

.collection-main__col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/*.collection-main__col-1 {*/
/*  flex: 1 1 30%;*/
/*  max-width: 30%;*/
/*}*/

/*.collection-main__col-2 {*/
/*  flex: 1 1 30%;*/
/*  max-width: 30%;*/
/*}*/

/*.collection-main__col-3 {*/
/*  flex: 1 1 30%;*/
/*  max-width: 30%;*/
/*  margin-right: 0;*/
/*}*/

.collection-main .grid-item {
  background: url("../img/preloader.gif") no-repeat 50% 50%;
  position: relative;
  color: #000;
  display: block;
  margin-bottom: 25px;
  width: 32%;
}

.collection-main .grid-item:hover .parallax_border_top,
.collection-main .grid-item:hover .parallax_border_bottom {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.collection-main .grid-item:hover .parallax_border_bottom {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.collection-main .grid-item.hidden {display: none;}

.collection-main figure {
  position: relative;
}

.collection-main figure:before,
.collection-main figure:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/*.collection-main figure:before {
  background-color: rgba(239,206,197,1);
  opacity: 0;
  top: 0;
  transition: .3s;
}*/

.collection-main figure:after {
  height: 0;
  background-color: #efcec5;
  transition: .3s;
}

.collection-main .grid-item figcaption {
  position: absolute;
  left: 0;
  bottom: 60px;
  font-family: 'Bilbo Swash Caps', cursive;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 0 62px 0 39px;
  height: 72px;
  background-color: rgba(239,206,197,.8);
  transition: background-color .1s, .3s;
  z-index: 10;
}

.collection-main .grid-item figcaption .fa {
  position: relative;
  right: 0;
  font-size: 18px;
  padding: 0 0 0 22px;
  transition: opacity .3s, margin-right .3s;
}

.collection-main .grid-item img {
  max-width: 100%;
  width: 100%;
  /*height: 978px;*/
  height: auto;
  object-fit: cover;
  vertical-align: top;
}

.collection-main .grid-item:hover {
  color: currentColor;
}

.collection-main .grid-item:hover figcaption {
  padding-right: 39px;
  justify-content: center;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.collection-main .grid-item:hover figcaption .fa {
  margin-right: -10px;
  visibility: hidden;
  padding: 0;
}

.collection-main .grid-item:hover figure:before {
  opacity: .6;
}

.collection-main .grid-item:hover figure:after {
  height: 7px;
}

.collection-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2; font-family:'Bilbo Swash Caps', cursive;
  text-align: center;
  color: #000;
  margin: 0 0 15px;
  display:none;
}

/* Download */
.download-box {
  background: url(../images/box-img-04.jpg) no-repeat 50% 0/cover;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.download-box .inner-border {
  border: 2px solid #fff;
  padding: 26px 29px 37px 29px;
}

.download-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(64, 64, 64, 0.9);
  z-index: -1;
}

.download-box .title {
  margin-bottom: 41px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.download-box .title:after {
  display: none;
}

/* Shops */
section.shops .box {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

section.shops .box:after {
  left: auto;
  right: -100%;
  display: none;
}

/* Google map */
.google_map {
  margin: 0 0 100px;
}

/* Feedback */
.sect-feedback {
  margin-bottom: 70px;
  width: 100%;
}

.input-feedback {
  float: none;
  max-width: 300px;
  margin: 0 auto 10px;
}

.input-feedback label {
  display: block;
  text-transform: uppercase;
}

.input-feedback input {
  width: 100%;
}

.input-feedback textarea {
  width: 100%;
  height: 100px;
  padding: 8px 10px;
  border: 1px solid #404040;
  font: 15px/1em "VeraHumana95";
}

/* Blog */
section.blog {
  padding: 0 0 41px;
}

.blog section.blog {
  padding-bottom: 80px;
}

/* Article */
section.article {
  margin: 0 0 35px;
}

body.article article {
  background-color: #fff;
  padding: 18px 0 39px 0;
}

body.article article header {
  margin-bottom: 38px;
}

body.article article .title {
  margin-bottom: 4px;
}

body.article article figure {
  margin-bottom: 43px;
}

body.article article figure img {
  max-width: 100%;
  vertical-align: top;
}

body.article article .boxes-list .box > a:after {
  background-color: rgba(0, 0, 0, 0.2);
}

body.article article .boxes-list .box > a:hover:after {
  background-color: rgba(239, 206, 197, 0.9);
}

body.article article .boxes-list .box figure {
  margin-bottom: 0;
}

body.article article .boxes-list .box figure img {
  max-width: none;
}

body.article article .social-networks ul {
  display: flex;
  float: none;
}

body.article .social-networks li + li {
  margin: 0 0 0 20px;
}

body.article article .social-networks a {
  font-size: 36px;
}

/* Articles */
.articles-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.article-item {
  text-align: center;
  background-color: #ebebeb;
  width: calc((100% - 10px * 2)/3);
  margin: 0 10px 10px 0;
  padding: 10px 10px 16px;
}

.article-item:nth-child(3n+3) {
  margin-right: 0;
}

.article-item:hover .article-item__btn {
  opacity: 1;
  top: 0;
}

.article-item:hover .article-item__figure:before {
  height: 7px;
}

.article-item:hover .article-item__figure:after {
  opacity: .4;
}

.article-item__excerpt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.article-item__figure {
  position: relative;
}

.article-item__figure img {
  vertical-align: top;
  max-width: 100%;
}

.article-item__figure:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #efcec5;
  height: 0;
  transition: .3s;
}

.article-item__figure:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: #efcec5;
  opacity: 0;
  transition: .3s;
}

.article-item__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-item__btn {
  position: relative;
  top: -20px;
  opacity: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  max-width: 160px;
  width: 100%;
  height: 39px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.article-item__btn:hover, .article-item__btn:active {
  background-color: #dcb3a8;
  border-color: #dcb3a8;
  color: currentColor;
}

/* Pagination */
.pagination {
  text-align: center;
}

.pagination ul {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.pagination li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: 1px solid #404040;
  background-color: #404040;
}

.pagination li + li {
  margin-left: 11px;
}

.pagination a {
  background-color: #fff;
  color: #404040;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination a:hover, .pagination a:active {
  background-color: #404040;
  color: #fff;
}

/* Breadcrumbs */
.breadcrumbs-wrap {
  padding-bottom: 20px;
}

.breadcrumbs ul {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  color: #000;
}

.breadcrumbs li + li:before {
  content: '\00bb';
  padding: 0 5px;
  color: inherit;
}

.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
  text-decoration: underline;
}

/* Map */
.map {
  width: 100%;
  height: 400px;
  margin: 0 0 60px;
  z-index: 1;
}

.map-wrapper__col {
  width: 54.5%;
  position: absolute;
  left: 0;
  top: 0;
  height: 809px;
  background-color: #fff;
}

.map-wrapper__col:last-child {
  width: 45.5%;
  left: 54.5%;
}

/* No select */
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 404 */
.page_404 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

.er_logo {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.er_logo img {
  max-width: 100%;
}

.text_404 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}

.text_404 b {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  color: #dcb3a8;
}

.text_404 a {
  text-decoration: none;
}

.text_404 a:hover, .text_404 a:active {
  color: #000;
}

/* Header 
---------------------------------------*/
.site-header, .dress .site-header, .shops .site-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(239,206,197,.6);
  transition: background .2s;
  background-color: #FFFFFF;
  height: 125px;
}

.site-header > .container {
  /*height: 110px;*/
  height: 100%;
  display: flex;
  align-items: center;
}

/*.is-home .site-header {*/
/*  background-color: transparent;*/
/*}*/

/*.is-home .site-header > .container {*/
/*  height: auto;*/
/*  display: block;*/
/*}*/

.is-admin .site-header,
.is-login .site-header {
  position: static;
}

.site-header > .container:before, .site-header > .container:after {
  content: "";
  display: table;
}

.site-header > .container:after {
  clear: both;
}

.site-header.dropdown-open .site-branding {
  z-index: -1;
}

.site-header.dropdown-open .nav-toggle {
  width: 19px;
}

.site-header.dropdown-open .nav-toggle span {
  background-color: #000;
  width: auto;
  left: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.site-header.dropdown-open .nav-toggle span:nth-child(1) {
  background-color: transparent;
}

.site-header.dropdown-open .nav-toggle span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header.dropdown-open .nav-toggle span:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header.dropdown-open .nav-wrapper {
  top: 0;
  opacity: 1;
}

/* Site branding */
.site-branding:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -80px 0 0 -180px;
  width: 360px;
  height: 160px;
  background: url("../images/logo-bg.png") no-repeat 0 50% / contain;
}

.site-branding {
  position: absolute;
  left: 0;
  top: 0;
  /*transform: translateX(-50%);*/
  z-index: 10;
}

.site-branding img {
  z-index: 1;
  position: relative;
  max-width: 180px;
  vertical-align: top;
  transform: scale(.9);
}

.page_404 .site-branding {
  position: static;
  margin-bottom: 15px;
  text-align: center;
  float: none;
}

.back_blure {
  background: rgba(255, 255, 255, 0.8);
  filter: blur(40px);
  -o-filter: blur(40px);
  -ms-filter: blur(40px);
  -moz-filter: blur(40px);
  -webkit-filter: blur(40px);
  position: absolute;
  top: -20px;
  left: -20px;
  width: 92px;
  height: 86px;
}

.back_blure {
  top: 136px;
  height: 180px;
  width: 50px;
  left: 49px;
  display: none;
}

/* Navigation toggle */
.nav-toggle {
  text-decoration: none;
  position: relative;
  z-index: 10;
  height: 19px;
  width: 37px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.nav-toggle-wrapper {
  float: right;
  margin-left: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 1;
}
/*.is-home .nav-toggle-wrapper {*/
/* */
/*}*/

.nav-toggle span {
  position: absolute;
  right: 0;
  left: 0;
  top: 8px;
  background-color: #edcfc7;
  border-radius: 1px;
  height: 3px;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

/*.is-home .nav-toggle span {
  background-color: #bbbbbb;
}*/

.nav-toggle span:nth-child(2) {
  top: 0;
  left: 6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform, left;
}

.nav-toggle span:nth-child(3) {
  bottom: 0;
  top: auto;
  left: 14px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform, left;
}

.site-header:not(.dropdown-open) .nav-toggle:hover span {
  left: 14px;
}

.site-header:not(.dropdown-open) .nav-toggle:hover span:nth-child(2) {
  left: 0;
}

.site-header:not(.dropdown-open) .nav-toggle:hover span:nth-child(3) {
  left: 6px;
}

/* Primary navigation */
.nav-wrapper {
  position: fixed;
  /*top: -100vh;*/
  background-color: none;
  width: 100%;
  /*height: 100%;*/
  -webkit-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  /*opacity: 0;*/
  top: 0;
  opacity: 1;
  height: auto;
}

.nav-wrapper .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*height: 100%;*/
  height: auto;
  top: 40px;
}

nav.primary

nav.primary ul {
  padding: 0;
  margin: 0;
  display: flex;
}

nav.primary li {
  list-style: none;
}

nav.primary a {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #000;
}

nav.primary > ul {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  margin-left: 180px;
}

nav.primary > ul > li {
  position: relative;
  float: left;
  clear: both;
}

nav.primary > ul > li + li {
  margin: 0 0 0 35px;
}

nav.primary > ul > li > a {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

nav.primary > ul > li > a:before {
  content: '\2014';
  font-size: 0;
  font-weight: bold;
  color: #dcb3a8;
  transition: font-size .3s;
}

nav.primary > ul > li:hover > a, nav.primary > ul > li > a:hover, nav.primary > ul > li > a.active, nav.primary > ul > li > a.active_f {
  /*font-weight: bold;*/
  color: #dcb3a8;
}

nav.primary > ul > li > a:hover:before, nav.primary > ul > li > a.active:before, nav.primary > ul > li > a.active_f:before {
  font-size: inherit;
  padding: 0 5px 0 0;
}

nav.primary .sub-menu {
  position: absolute;
  left: 0;
  top: 30px;
  text-align: left;
  display: none;
  width: auto;
  white-space: nowrap;
  padding: 30px;
  background-color: #fffffe;
}

nav.primary .sub-menu li {
  display: inline-block;
  vertical-align: top;
  display: block;
}

nav.primary .sub-menu li + li {
  margin-top: 20px;
}

nav.primary .sub-menu a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

nav.primary .sub-menu > li:hover > a,
nav.primary .sub-menu a:hover,
nav.primary .sub-menu a.active {
  color: #dcb3a8;
}

nav.primary .sub-menu ul {
  padding: 10px 0 0 0;
  position: absolute;
  top: 100%;
}

nav.primary .sub-menu ul li {
  display: block;
}

nav.primary .sub-menu ul li + li {
  margin: 5px 0 0 0;
}

nav.primary .sub-menu ul a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

/* Social networks */
.social-networks ul {
  padding: 0;
  margin: 0;
}

.social-networks_inline ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 0 0;
}

.social-networks li + li {
  margin: 10px 0 0 0;
}

.social-networks_inline li + li {
  margin: 0 0 0 10px;
}

.social-networks li a {
  font-size: 24px;
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.social-networks li a:hover, .social-networks li a:active {
  color: #dcb3a8;
}

.backbut {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.backbut .back-to {
  position: relative;
  display: inline-block;
  transform: rotate(0deg);
  top: auto;
  left: auto;
  margin: 0 0 0 20px;
}

.backbut .back-to::after {
  top: 3px;
  position: absolute;
  left: 0;
  margin-left: -13px;
  transform: rotate(0deg);
}

.backbut .back-to:hover::after {
  animation: arrow-left .7s infinite ease-in-out;
}

/* Footer
---------------------------------------*/
.site-footer {
  background-color: #efcec5;
  position: relative;
  z-index: 10;
  top: 115px;
  height: 470px;
}

.site-footer__main {
  padding: 60px 0 54px;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer-nav ul li {
  margin: 0 20px;
}

.footer-nav ul a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-nav ul a:hover, .footer-nav ul a:active, .footer-nav ul a.active {
  text-decoration: underline;
}

.footer-social {
  position: absolute;
  right: 35px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-social li {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.footer-social li + li {
  margin-top: 12px;
}

.footer-social a {
  font-size: 24px;
  color: #000;
  transition: .3s;
}

.footer-social:hover a {
  opacity: .3;
}

.footer-social:hover a:hover {
  opacity: 1;
}

/* Footer title */
.footer-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 20px;
}

.footer-title a {
  color: #000;
  text-decoration: none;
}

.footer-title a.active, .footer-title a:hover {
  text-decoration: underline;
}

/*Footer logo*/
.footer-logo {
  text-align: center;
  margin: 0 0 25px;
}

.footer-logo img {
  max-width: 180px;
  vertical-align: top;
}

/* Copyright */
.copyright {
  padding: 12px 0;
  text-align: center;
  background-color: #dcb3a8;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}

.copyright a {
  color: inherit;
  text-decoration: none;
}

.copyright a:hover, .copyright a:active {
  text-decoration: underline;
}

/* Forms
---------------------------------------*/
input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="password"] {
  font: 15px/1em "VeraHumana95";
  border: 1px solid #404040;
  padding: 0 10px;
  height: 34px;
}

input[type="text"].error, input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="tel"].error, input[type="password"].error {
  border-color: red;
}

input[type="submit"], input[type="reset"] {
  padding: 0 10px;
  height: 34px;
  color: #fff;
  font: 14px/1em "VeraHumana95";
  border: 1px solid #404040;
  text-transform: uppercase;
  background-color: #404040;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  background: none;
  color: #404040;
}

/* Request form */
.form_request {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 0 83px 0;
}

.form_request label {
  display: block;
}

.form_request .input-field {
  margin-bottom: 10px;
}

.form_request input {
  margin-left: auto;
  width: 100%;
}

.form_request textarea {
  width: 100%;
  height: 100px;
  padding: 8px 10px;
  border: 1px solid #404040;
  font: 15px/1em "VeraHumana95";
}

.form_request .btn-field {
  text-align: center;
}

.form_request #send_message {
  text-decoration: none;
  font: 14px/1em "VeraHumana95";
  background-color: #404040;
  color: #fff;
  padding: 0 25px;
  height: 45px;
  border: 1px solid #404040;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form_request #send_message:hover {
  background-color: #fff;
  color: #404040;
}

/* Subscribe form */
.subscribe-form fieldset:before, .subscribe-form fieldset:after {
  content: "";
  display: table;
}

.subscribe-form fieldset:after {
  clear: both;
}

.subscribe-form input[type="email"] {
  width: 200px;
  height: 34px;
  background-color: #fff;
  padding: 0 10px;
  border: none;
  float: left;
}

.subscribe-form input[type="email"].error {
  border: 1px solid red;
  border-right: none;
}

.subscribe-form input[type="submit"] {
  width: 70px;
  padding: 0;
  float: left;
}

/* Download form */
.download-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-form .field {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  max-width: 200px;
  margin-bottom: 0;
  font-size: 0;
}

.download-form .field + .field {
  margin-left: 30px;
}

.download-form input[type="text"], .download-form input[type="tel"], .download-form input[type="email"] {
  min-width: 200px;
  height: auto;
  width: 100%;
  padding: 0 10px 4px;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  color: #fff;
}

.download-form input[type="text"]::-webkit-input-placeholder, .download-form input[type="tel"]::-webkit-input-placeholder, .download-form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.download-form input[type="text"]::-moz-placeholder, .download-form input[type="tel"]::-moz-placeholder, .download-form input[type="email"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.download-form input[type="text"]:-moz-placeholder, .download-form input[type="tel"]:-moz-placeholder, .download-form input[type="email"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.download-form input[type="text"]:-ms-input-placeholder, .download-form input[type="tel"]:-ms-input-placeholder, .download-form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.download-form input[type="text"].error, .download-form input[type="tel"].error, .download-form input[type="email"].error {
  border-bottom-color: red;
}

.download-form input[type="submit"] {
  font: 18px/1em "VeraHumana95";
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding: 0;
  width: 165px;
  height: 37px;
}

.download-form input[type="submit"]:hover, .download-form input[type="submit"]:focus {
  background-color: #fff;
  color: #404040;
}

/* Radio */
.radio {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  top: -2px;
}

.radio + .radio {
  margin-left: 23px;
}

.radio:before {
  content: '';
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  border: 1px solid #fff;
  margin-right: 8px;
}

.radio:hover {
  color: #fff;
}

.radio.active:before {
  background-color: #fff;
}

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

A.up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 999;
}

A.up.hidden {
  display: flex;
  right: -44px;
}

A.up:hover {
  background-color: #fff;
  color: #000;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

H1.video_page {
  margin-top: 130px;
}

.resp_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

.resp_video iframe, .resp_video object, .resp_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dress_type {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}

.contacts .dress_type {
  justify-content: center;
}

.dress_type a {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}

.dress_type a:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #404040;
  margin: 0 5px 0 0;
}

.dress_type a.active:before {
  background-color: #404040;
}

._admin-panel {
  top: 0;
}

.video {
  width: 100%;
}