.inner__block {
  padding: 54px 0;
}
.inner__block.-gray {
  background: url("../img/header-bg.jpg") repeat-x 0 0;
  margin-top: 68px;
}
.main-header {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  text-align: center;
  background: url("../img/landing-header-gray.png") no-repeat center bottom;
  padding-bottom: 35px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}
.main-header:after {
  content: attr(data-content);
  position: absolute;
  z-index: -1;
  color: #f6ebee;
  font-size: 70px;
  top: 5px;
  left: 50%;
  line-height: 42px;
  transform: translateX(-50%);
  letter-spacing: 9px;
  max-width: 100%;
  /*opacity: .45;*/
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.main-subheader {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  text-align: center;
  background: url("../img/landing-header-gray.png") no-repeat center bottom;
  padding-bottom: 25px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}
/**gui.less*/
.bread {
  width: 100%;
  text-align: center;
}
.bread__crumb {
  font-size: 15px;
  color: #acacac;
  text-decoration-color: #f1f1f1;
}
.bread__divider {
  color: #acacac;
  margin: 0 9px;
}
/**staff.less*/
.staff-team {
  margin-top: 40px;
  text-align: center;
}
.specialist {
  display: inline-block;
  margin: 38px 0 0 30px;
  text-align: center;
  text-decoration: none;
}
.specialist__name {
  font-size: 23px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  display: block;
  text-align: center;
  color: black;
  text-decoration: underline;
  text-decoration-color: #ededed;
}
.specialist:hover .specialist__name {
  color: #ff0642;
}
.specialist__speciality {
  font-style: italic;
  color: #999999;
  margin-top: 4px;
  font-family: "Playfair Display", serif;
  text-decoration: none;
}
.person-info {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.person-info__photo {
  display: inline-block;
  vertical-align: top;
  width: 540px;
}
.person-info__bio {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 550px;
  margin-left: 50px;
  width: calc(100% - 600px);
  min-width: 300px;
}
.person-diplomas {
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.person-diplomas__wrapper {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  /*padding-left: 200px;*/
  position: relative;
  text-align: center;
}
.person-diplomas__container {
  width: 100%;
  position: relative;
}
.person-diplomas__arrow {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #eac5d2;
  border-color: #68414e;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.person-diplomas__arrow:after {
  width: 17px;
  height: 17px;
  content: " ";
  position: absolute;
  border-left: 2px solid #5a4462;
  border-top: 2px solid #5a4462;
}
.person-diplomas__arrow.-left {
  left: 20px;
  /*background-image: url("../img/arrow-left.png");*/
}
.person-diplomas__arrow.-left:after {
  left: 17px;
  top: 15px;
  transform: rotate(-45deg);
}
.person-diplomas__arrow.-right {
  right: 20px;
  /*background-image: url("../img/arrow-right.png");*/
}
.person-diplomas__arrow.-right:after {
  left: 9px;
  top: 15px;
  transform: rotate(135deg);
}
.person-diplomas__arrow:hover {
  border-color: #cb8e9e;
}
.diplom {
  display: inline-block;
  border: 1px solid #cfcfcf;
  padding: 1px;
  margin-left: 5px;
  vertical-align: middle;
}
.diplom:last-child {
  margin-right: 100px;
}
.diplom:hover {
  border-color: #ff0642;
}
.diplom img {
  display: block;
}
.content-wrapper__holder {
  max-width: 1300px;
  margin: 0 auto;
  width: 95%;
  overflow: hidden;
  margin-top: 30px;
}
.inner-menu {
  float: left;
}
.inner-menu__wrapper {
  padding: 20px;
  border: 1px solid white;
}
.production-content {
  margin-left: 290px;
}
.production-fullitem {
  overflow: hidden;
}
.production-fullitem__image {
  float: left;
  margin-left: -10px;
}
.production-fullitem__description {
  margin-left: 390px;
}
.service-block {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #f1f0f9;
  padding: 0 0 25px 0;
  margin-bottom: 23px;
}
.service-attributes {
  position: relative;
  float: left;
}
.service-attribute {
  margin-bottom: 5px;
}
.service-attribute__name {
  font-style: italic;
  color: #666666;
  font-family: "Playfair Display", serif;
}
.service-order {
  float: right;
}
.inner-menu {
  background: #f2effd;
  padding: 10px;
  width: 230px;
}
.inner-menu__list {
  list-style-type: none;
}
.inner-menu__list.-sublevel {
  margin: 4px 0 0 20px;
}
.inner-menu__link {
  color: #261b1a;
  text-decoration-color: #d7d3df;
}
.inner-menu__item {
  margin-bottom: 10px;
}
.feedback-wrapper {
  padding-top: 2px;
  background: url("../img/marble-pattern-cycled.jpg") repeat 0 0;
  position: relative;
  overflow-x: hidden;
}
.feedback__items {
  text-align: center;
  margin-left: -30px;
  margin-top: 50px;
}
.feedback__items.supergrid.-sg2 .supergrid__col {
  max-width: 466px;
  margin-left: 30px;
}
.feedback__items.-constructed .feedback__item {
  margin-left: 0;
}
.feedback__item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eac5d2;
  max-width: 466px;
  width: 90%;
  margin: 0 0 30px 35px;
}
.feedback-form {
  text-align: center;
}
.photo-shadow {
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-closer {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 10050;
  background: white;
  border: 1px solid #5a4462;
}
.photo-closer:after {
  content: "×";
  font-size: 60px;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  width: 50px;
  text-align: center;
  color: #5a4462;
  display: block;
  position: absolute;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.photo-go {
  position: absolute;
  top: 0;
  margin-top: -23px;
  width: 80px;
  height: 100%;
  cursor: pointer;
  z-index: 10040;
}
.photo-go-left {
  left: 10px;
}
.photo-go-right {
  right: 10px;
}
.photo-big {
  position: fixed;
  top: 0;
  bottom: 89px;
  z-index: 10001;
  text-align: center;
  left: 80px;
  right: 80px;
  /*left: 0px;
  right: 0px;*/
  user-select: none;
  z-index: 10030;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.photo-big img {
  max-height: 100%;
  max-width: 100%;
  /*width: 100%;*/
  box-shadow: 0 0 27px 2px rgba(0, 0, 0, 0.5);
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  margin: 0 auto;
}
.portfolio-image-viewer {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.photo-autoplay {
  position: absolute;
  right: -44px;
  text-align: right;
  font-family: "Arial";
  font-size: 16px;
  bottom: -84px;
  color: white;
  cursor: pointer;
  border-bottom: 1px dotted white;
}
.photo-big:hover .photo-autoplay {
  display: block;
}
.other-container {
  position: absolute;
  bottom: 0px;
  left: 80px;
  right: 80px;
  overflow: hidden;
  padding: 2px 0;
  white-space: nowrap;
  background: white;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  z-index: 10050;
}
.other-images {
  display: inline-block;
  vertical-align: top;
  margin: -5px 0 5px 10px;
  margin: -5px 10px 5px 0;
}
.image-prw {
  display: block;
  margin: 5px 0 0 0;
  cursor: pointer;
  font-size: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  opacity: 0.7;
  transition: opacity 0.1s ease-in;
}
.image-prw img {
  display: block;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.other-container .image-prw {
  display: inline-block;
  margin: 0 0 0 4px;
}
.image-prw:hover {
  opacity: 1;
}
.other-shadow {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.other-shadow .image-prw {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.image-prw.selected {
  border-radius: 0;
  width: 76px;
  height: 76px;
  opacity: 1;
  border: 2px solid #5a4462;
}
.photo-desc {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 10px;
  width: 350px;
  color: white;
  margin-left: -185px;
  left: 50%;
}
.media {
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 30px;
  margin-top: -30px;
}
.media-rullers {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 20;
}
.media-rullers__arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 50px;
  background: #fff;
}
.media-rullers__arrow.-left {
  background: #fff url("../img/arrow-left.png") no-repeat center center;
}
.media-rullers__arrow.-right {
  background: #fff url("../img/arrow-right.png") no-repeat center center;
}
.slides {
  margin: 0 auto;
  margin-bottom: -30px;
  max-width: 1440px;
  height: 560px;
  position: relative;
  perspective: 970px;
}
.slide {
  position: relative;
  padding: 30px;
  height: 560px;
  position: absolute;
  width: 100%;
  padding: 0;
}
.slide.-animate-linear {
  will-change: transform;
  translateZ: 0;
  transition: transform 1s ease-in-out;
}
.slide.-animate-slide-left {
  transform: translate(-100%, 0);
}
.slide * {
  box-sizing: border-box;
}
.slide__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../img/media-pattern.jpg") repeat 0 0;
}
.slide__bg.-type2 {
  background: url("../img/media-pattern-2.jpg") repeat 0 0;
}
.slide__bg-image {
  position: absolute;
  left: 475px;
  height: 100%;
  right: 0;
  background-position: center center;
  background-size: cover;
}
.slide__bg-image:after {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: " ";
}
.slide__description {
  padding: 90px 40px;
  position: absolute;
  max-width: 509px;
  top: 60px;
  bottom: 90px;
  left: 30px;
  z-index: 7;
}
.slide__header {
  font-size: 42px;
  font-family: "Playfair Display", serif;
  text-align: center;
  width: l00%;
}
.slide__text {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.slide__image {
  height: 470px;
  top: 30px;
  position: absolute;
  left: 420px;
  right: 30px;
  overflow: hidden;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*.slide-cubical-up-mid {
  padding: 30px;
}*/
body.-with-modal {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  transition: opacity 0.15s linear;
  display: none;
}
.modal.show {
  display: block;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  background: url("../img/closer.png") no-repeat center center;
  width: 27px;
  height: 27px;
  top: 20px;
  right: 20px;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.8;
  z-index: 20;
}
.modal__close:hover {
  opacity: 1;
}
.modal__dialog {
  max-width: 541px;
  position: relative;
  width: auto;
  margin: 40px auto;
  padding: 10px;
  background: #fff;
}
.modal__content {
  padding: 20px;
}
.modal__content.-orders {
  text-align: center;
}
.modal-open {
  overflow: hidden;
}
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
  display: none;
  overflow: hidden;
}
.backdrop.show {
  opacity: 0.5;
  display: block;
}
.tabs.-centered {
  text-align: center;
}
.tab {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  color: black;
  text-align: center;
  height: 75px;
  line-height: 75px;
  background: #f1f0f9;
  text-decoration: underline;
  text-decoration-color: #dddce5;
  max-width: 360px;
  padding: 0 60px;
  display: inline-block;
  margin: 0 0 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #f1f0f9;
  border-bottom: none;
}
.tab:hover {
  color: #ff0642;
}
.tab.-selected {
  background: #fff;
  border: 2px solid #f1f0f9;
  border-top: 2px solid #f1b5ca;
  border-bottom: none;
  line-height: 75px;
}
.content-wrapper table {
  vertical-align: top;
}
.content-wrapper table td {
  vertical-align: top;
}
.table.-fixed {
  table-layout: fixed;
}
.table.-services {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}
.table td {
  padding: 10px 5px;
}
.table-header-line {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-align: center;
}
.table-header-line td {
  padding-top: 20px;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: "PT Sans", san-serif;
  font-size: 16px;
  min-width: 1230px;
  background: #fff;
}
.content {
  margin-top: 50px;
}
.content.-inner {
  margin-top: 20px;
  padding-bottom: 50px;
}
/**head.less*/
.head {
  width: 100%;
  position: relative;
  padding-top: 26px;
  background: url("../img/header-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.head.-with-media {
  margin-bottom: -50px;
}
.head:after {
  position: absolute;
  top: 32px;
  left: 23px;
  background: url("../img/slogan.png") no-repeat 0 0;
  width: 32px;
  height: 108px;
  content: " ";
}
.logo {
  width: 266px;
  height: 114px;
  overflow: hidden;
  background: url("../img/logo.png") no-repeat 0 0;
  display: block;
  z-index: 100;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translate(-133px, 0);
}
.logo:before {
  height: 100%;
  width: 100%;
  content: " ";
  display: block;
}
.logo__alternate {
  height: 100%;
  color: #5a4462;
  text-transform: uppercase;
  text-align: center;
}
.logo__alternate-small {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.logo__alternate-big {
  display: block;
  font-size: 17px;
}
.contacts {
  height: 117px;
  position: relative;
  margin: 25px 0 0 0;
}
.address-wrapper {
  position: relative;
  margin-left: 80px;
}
.pre-registration {
  display: inline-block;
  position: relative;
}
.pre-registration__container {
  height: 300px;
  width: 300px;
  background-color: #f1b5ca;
  position: relative;
}
.address {
  background: url("../img/geo-tab.png") no-repeat 0 0;
  padding-left: 24px;
  color: #666666;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.phones-wrapper {
  position: absolute;
  top: 0px;
  right: 80px;
}
.phones {
  display: inline-block;
  background: url("../img/phone-icon.png") no-repeat 0 0;
  padding-left: 24px;
  color: #666666;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 16px;
}
.phone {
	display: block;
}
.phone.-main {
  font-weight: bold;
  font-isze: 17px;
}
.social {
  width: 37px;
}
.social.-header {
  position: absolute;
  top: 20px;
  right: 32px;
}
.social.-footer {
  width: 130px;
}
.social.-footer .social__icon {
  margin-left: 5px;
}
.social__icon {
  border: 1px solid #e0a7bb;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: inline-block;
  margin: 0 0 3px 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.social__icon:hover {
  border-color: #f1b5ca;
}
.social__icon.-facebook {
  background-image: url("../img/social-fb.png");
}
.social__icon.-instagram {
  background-image: url("../img/social-ig.png");
}
.social__icon.-vk {
  background-image: url("../img/social-vk.png");
}

.social__icon.-max {
  background-image: url("../img/social-max.png");
  background-size: 18px;
}
/***menu.less*/
.menu {
  margin-bottom: 0px;
}
.menu__wrapper {
  text-align: center;
  margin-left: -17px;
}
.menu__item {
  margin: 0 0 0 0;
  display: inline-block;
  padding: 14px 13px 17px 13px;
}
.menu__item.-active {
  background: #fff;
  border-top: 2px solid #f1b5ca;
  padding-top: 12px;
}
.menu__link {
  color: black;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration-color: rgba(0, 0, 0, 0.16);
}
.menu__link:hover {
  color: #ff0642;
}
/**gui.less*/
.btn {
  display: inline-block;
  padding: 16px 30px;
  font-size: 17px;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
  cursor: pointer;
  border: none;
}
.btn.-small {
  font-size: 14px;
  padding: 12px 10px;
}
.btn.-head {
  text-transform: uppercase;
}
.btn.-default {
  background: #e0a7bb;
  color: #5a4462;
  font-weight: bold;
}
.btn.-default:hover {
  background-color: #f1b5ca;
}
/**Forms*/
.form .field {
  margin-bottom: 14px;
}
.form label {
  color: #666666;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: normal;
  display: block;
}
.form .input-control {
  border: 1px solid #e4e4e4;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  padding: 0 10px;
  min-width: 315px;
}
.form input.input-control {
  height: 43px;
  line-height: 43px;
}
.form textarea.input-control {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 150px;
}
.form .field.error .input-control {
  background: #f1caca;
}
.form .err {
  color: #e90c0c;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.form-req-res .response {
  display: none;
}
.form-req-res.-responsed .request {
  display: none;
}
.form-req-res.-responsed .response {
  display: block;
}

.form .field.checkbox .field-data {
	display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: center;
}
.form .field.checkbox {
	position: relative;
	z-index: 20;
}
.form .field.checkbox label {
	margin-bottom: 0;
    margin-left: 8px;
}



.greenfield-yandex-mapa {
  margin: 20px 0 30px 0;
  max-width: 600px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background: white;
  box-shadow: 1px 1px 10px #ccc;
}
.greenfield-yandex-mapa-container {
  width: 100%;
  height: 400px;
}
.bordered-pane {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  /*&:before {
    content: " ";
    border: 1px solid #eac5d2;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
  }*/
}
.bordered-pane:after {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  content: " ";
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bordered-pane__content {
  position: relative;
  z-index: 3;
}
.cards {
  text-align: center;
  margin-left: -30px;
  margin-top: 59px;
}
.card {
  width: 540px;
  height: 540px;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.card.-small {
  width: 356px;
  height: 534px;
  margin-left: 20px;
}
.card.-flexible {
  width: auto;
  height: auto;
}
.card__image-element {
  display: block;
}
.card__title {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card.-small .card__title {
  padding: 15px 0;
  min-height: 40px;
}
.card__link {
  font-size: 30px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  text-decoration: underline;
  text-decoration-color: #e4e4e4;
  color: black;
}
.card.-small .card__link {
  font-size: 24px;
}
.card:hover .card__link {
  color: #ff0642;
}
/**type*/
a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #d5d5d5;
}
a:hover {
  color: #ff0642;
}
.pslink {
  color: #a7a2a2;
  text-decoration: underline;
  text-decoration-color: #a7a2a2;
  text-decoration-style: dotted;
  cursor: pointer;
}
p {
  margin-bottom: 1.3em;
  line-height: 1.3em;
}
.text blockquote {
  background: rgba(242, 239, 253, 0.4);
  padding: 15px 20px 15px 20px;
  font-style: italic;
  border-radius: 10px;
  line-height: 1.5em;
}
.text blockquote p {
  line-height: 1.5em;
}
.text ul {
  margin-top: 8px;
  margin-bottom: 15px;
  margin-left: 1.8em;
  list-style-type: none;
}
.text ul li {
  position: relative;
  margin-bottom: 0.3em;
}
.text ul li:before {
  content: "—";
  margin-left: -1.1em;
  margin-right: 0.3em;
}
/**media.less*/
/**landing.less*/
.landing-block {
  padding: 25px 60px;
}
.landing-block.-first {
  padding-top: 100px;
}
.landing-block__header {
  font-size: 42px;
  font-family: "Playfair Display", serif;
  text-align: center;
  background: url("../img/landing-header-gray.png") no-repeat center bottom;
  padding-bottom: 35px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
}
.landing-block__header.-medium {
  font-size: 30px;
}
.landing-block__header:after {
  content: attr(data-content);
  position: absolute;
  z-index: -1;
  color: #ead7e5;
  font-size: 80px;
  top: 12px;
  left: 50%;
  line-height: 42px;
  transform: translateX(-50%);
  letter-spacing: 9px;
  max-width: 100%;
  opacity: 0.45;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.landing-block__header-link {
  color: black;
}
.landing-block.-feedback {
  background: #d6d2d6 url("../img/marble-pattern.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.landing-block.-production {
  background-color: #ffffff;
}
.landing-block.link-block {
  background: #f2effd;
}
.production-items {
  margin: 20px 0 0 -40px;
  text-align: center;
}
.production-items.-turn-left {
  text-align: left;
}
.production-item {
  width: 245px;
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 15px;
  vertical-align: top;
  position: relative;
}
.production-item__image {
  text-align: center;
}
.production-item__name {
  font-family: "Playfair Display", serif;
  text-align: left;
}
.production-item__description {
  text-align: left;
  margin-top: 10px;
}
.production-item__price {
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}
.production-item__link {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}
.production-item__label {
  background: #5a4462;
  color: white;
  font-size: 15px;
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  border-radius: 13px;
  top: 156px;
  left: 0;
}
.landing-reviews {
  margin-top: 20px;
}
.landing-reviews__col {
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.landing-review {
  text-align: center;
  max-width: 537px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 37px;
  margin-bottom: 30px;
}
.landing-review__date {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #666;
}
.landing-review__author {
  font-weight: bold;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-top: 30px;
}
.landing-review__text {
  margin-top: 30px;
  line-height: 1.3em;
  text-align: left;
}
/**footer.less */
.footer {
  height: 210px;
  box-sizing: border-box;
  padding: 60px 15px;
  background: url('../img/header-bg.jpg') no-repeat 0 0;
  background-size: cover;
}
.footer-info {
  margin-top: 20px;
}
.footer__block {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.footer__link {
  display: block;
  color: #333;
  text-decoration-color: #bebdc5;
}
.page__content {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
.page__content table {
  width: 100%;
}
.page__content table td {
  vertical-align: top;
  padding: 20px;
}
.construction {
  height: 600px;
}
.pen {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
}
.pen.-big:after,
.pen.-medium:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
.pen.-big {
  width: 385px;
  height: 305px;
  background: url('../img/pen-big-image.png') no-repeat 0 0;
  transform: translate(-192px, -150px);
}
.pen.-big:after {
  background: url("../img/pen-big-alpha.png") no-repeat 0 0;
}
.pen.-medium {
  width: 256px;
  height: 249px;
  background: url('../img/pen-medium.png') no-repeat 0 0;
  transform: translate(-128px, -125px);
}
.pen.-small {
  width: 243px;
  height: 107px;
  background: url('../img/pen-small.png') no-repeat 0 0;
}
.pen.-inner {
  top: 500px;
}
.content-wrapper.-photo {
  margin-top: 20px;
}
.gallary__images {
  margin-top: 30px;
  margin-left: -5px;
}
.gallary__image {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 5px;
}
.gallary__image-element {
  /*width: 100%;*/
  min-width: 100%;
  min-height: 100%;
}
.supergrid.-constructed {
  white-space: nowrap;
}
.supergrid__col {
  display: inline-block;
  vertical-align: top;
  min-height: 100px;
  padding-left: 5px;
  box-sizing: border-box;
  white-space: normal;
}
.supergrid.-sg1 .supergrid__col {
  width: 100%;
}
.supergrid.-sg2 .supergrid__col {
  width: 50%;
}
.supergrid.-sg3 .supergrid__col {
  width: 33.3%;
}
.supergrid.-sg4 .supergrid__col {
  width: 25%;
}
.supergrid.-sg5 .supergrid__col {
  width: 20%;
}
.events-list {
  margin: 20px 10%;
}
.event {
  margin-bottom: 40px;
}
.event__image {
  width: 538px;
  background: url("../img/news-patern.jpg");
  text-align: right;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.event__image-element {
  display: inline-block;
  margin-bottom: -3px;
}
.events-list .event:nth-child(even) .event__image {
  text-align: left;
  background-position: -295px 0;
}
.event__description {
  display: inline-block;
  width: calc(100% - 580px);
  margin-left: 35px;
}
.event__header {
  color: #000;
  font-size: 29px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.event__date {
  color: #a1a1a1;
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-weight: normal;
}
.event__anons {
  margin-top: 15px;
}
.single-event__date {
  color: #cb93a7;
  font-style: italic;
  font-family: "Playfair Display", serif;
  text-align: center;
  margin: 5px 0 10px 0;
}
.single-event__text {
  max-width: 1110px;
  margin: 0 auto;
}
.-show-on {
  display: none;
}
.-action-on .-hide-on {
  display: none;
}
.-action-on .-show-on {
  display: block;
}
@media (max-width: 640px) {
  html {
    min-width: 0;
  }
  body {
    width: 100%;
    overflow-x: auto;
    min-width: 0;
  }
  .btn.-head {
    font-size: 14px;
    padding: 10px 20px;
  }
  .head::after {
    background: none;
    display: none;
  }
  .social.-header {
    width: 150px;
    text-align: right;
    right: 20px;
  }
  .social__icon {
    margin-left: 10px;
  }
  .logo {
    width: 150px;
    transform: translate(20px, 0);
    left: 0;
    top: 8px;
    height: 75px;
  }
  .contacts {
    margin-top: 81px;
  }
  .address-wrapper {
    margin-left: 0;
    text-align: center;
  }
  .phones-wrapper {
    position: relative;
    right: auto;
    margin-top: 20px;
    left: 0;
    margin-left: 20px;
  }
  .landing-block {
    padding: 25px 20px;
  }
  .card {
    width: 300px;
    height: 300px;
  }
  .card__image-element {
    width: 100%;
  }
  .landing-reviews__col {
    width: auto;
  }
  .landing-review {
    margin-left: 0;
  }
}
