/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}.m-page {
}

@font-face {
    font-family: 'Resphekt';
    src: url('/fonts/Resphekt-Regular.eot');
    src: local('Resphekt Regular'), local('Resphekt-Regular'),
    url('/fonts/Resphekt-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Resphekt-Regular.woff') format('woff'),
    url('/fonts/Resphekt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('/fonts/subset-BebasNeueCyrillic.woff2') format('woff2'),
    url('/fonts/subset-BebasNeueCyrillic.woff') format('woff'),
    url('/fonts/subset-BebasNeueCyrillic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/fonts/subset-BebasNeue-Regular.woff2') format('woff2'),
    url('/fonts/subset-BebasNeue-Regular.woff') format('woff'),
    url('/fonts/subset-BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

HTML {
    min-width: 100%;
    min-height: 100%;
}

BODY {
    min-width: 100%;
    min-height: 100%;
    background: #f5f5f5;
    color: rgba(37, 37, 37, 1);
    font-family: "Open Sans", Helvetica, Verdana, sans-serif;
}

BODY.state-gallery {
    overflow: hidden;
}

TABLE {
    border-collapse: collapse;
}

TABLE TD {

}

H1 {
    font-family: 'Playfair Display';
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

H1 A {
    text-decoration: none;
}

H2 {
    font-family: 'Playfair Display';
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 25px;
}

H3 {

}

.o-hidden {
    overflow: hidden;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.hover {
    cursor: pointer;
}

.hover:hover {
    opacity: 0.7;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-cover-item-preload {
    background: url(/local/i/preloader.gif) center center no-repeat white;
    transition: 0.3s;
    opacity: 0.3;
    background-size: 80%;
}

.bg-cover-item-preload-blank {
    background: url(/local/i/preloader.gif) center center no-repeat white !important;
    opacity: 0.3;
}

.js-in-action * {
    opacity: 0.7;
}

BUTTON,
.button {
    border: 0;
    color: white;
    font: 400 18px/44px 'Playfair Display';
    background-color: #333;
    padding: 0 27px;
    cursor: pointer;
    margin: 0;
    border-radius: 2px;
    text-align: center;
}

.input,
.textarea {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    text-indent: 10px;
    box-shadow: none !Important;
}

INPUT[type="text"].invalid-field-value,
INPUT[type="password"].invalid-field-value,
TEXTAREA.invalid-field-value {
    color: red !important;
    border-bottom: 1px solid red !Important;
}

.invalid-field-value .fake-select * {
    color: red !important;
    background-color: pink !important;
}

LABEL.invalid-field-value {
    color: red !important;
}

.invalid-field-title {
    color: red !important;
}

.input-full {
    width: 100%;
}

/* sidebar */
.sidebar {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    z-index: 130;
}

.logo {
    padding: 35px 50px 0 50px;
}

.logo A {
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    font-family: 'Resphekt';
    color: rgba(0, 0, 0, 1);
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
}

.logo A IMG{
    position: relative;
    left:-7px;
    height:60px;
}

.menu {
    margin: 50px 0;
    padding: 0 50px;
}

.menu A:hover,
.menu SPAN:hover,
.menu A.active,
.menu SPAN.active {
    opacity: 0.6;
}

.menu UL,
.menu LI {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu SPAN {
    cursor: pointer;
}

.menu > UL > LI > UL {
    display: none;
}

.menu > UL > LI.expand > UL {
    display: block;
    margin: 0 0 0 25px;
}

.menu > UL > LI {
    margin: 0 0 30px 0;
}

.menu > UL > LI > UL > LI {
    margin: 15px 0 15px 0;
}

.menu * {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 9px;
    color: #000;
}

.submenu A {
    font-size: 8px;
}

/* / sidebar */

/* page */
.page {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.main-content {
    padding-left: 300px;
    height: 100%;
}

.about-content {
    padding-left: 300px;
    height: 100%;
}

.inner-content {
    padding-left: 300px;
    min-height: 100%;
    margin-bottom: -150px;
}

/* / page */

/* main-page */
.main-page-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main-page-slider-items {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.main-page-slider-items SPAN {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    background-size: cover;
}

#click {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    background: url('/local/i/click.gif') center center no-repeat;
    background-size: contain;
    z-index: 110;
    opacity: 0.6;
}

.main-page-slider .prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 102;
    overflow: hidden;
    text-align: center;
    opacity: 0;
}

.main-page-slider .next {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin-top: -25px;
    z-index: 102;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    opacity: 0;
}

.main-page-slider .next IMG,
.main-page-slider .prev IMG {
    position: absolute;
    vertical-align: middle;
    width: 20px;
    top: 50%;
}

/* / main-page */

/* inner-page */
.page-content {
    padding: 50px;
}

.page-gallery,
.price-gallery {
    overflow: hidden;
    padding: 50px 0;
}

.page-gallery SPAN {
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
    width: 32%;
    outline: 2px solid #f5f5f5;
    height: auto;
    position: relative;
}


.page-gallery A {
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
    width: 31.5%;
    margin: 0 1.5% 1.5% 0;
    height: auto;
    position: relative;
}

.page-gallery A P {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    opacity: 1;
    height: 3vw;
}

.page-gallery A I {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;
    color: black;
    font-style: normal;
    font-size: 1.2vw;
    line-height: 3vw;
    font-family: 'Oranienbaum', serif;
}

.page-gallery .m-gallery-item {
    position: relative;
}

.page-gallery .m-gallery-item A {
    position: absolute;
    z-index: 11;
}

.page-gallery .m-gallery-item A.pinterest {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHBhdGggZD0iTTE1Ljk5NiwwLjAwN0M3LjE2MiwwLjAwNywwLDcuMTY4LDAsMTYuMDA0YzAsNi41NTEsMy45MzgsMTIuMTc3LDkuNTc1LDE0LjY1ICBjLTAuMDQ1LTEuMTE4LTAuMDA4LTIuNDU5LDAuMjc4LTMuNjcyYzAuMzA4LTEuMzAxLDIuMDU4LTguNzE5LDIuMDU4LTguNzE5cy0wLjUxMi0xLjAyMS0wLjUxMi0yLjUyOSAgYzAtMi4zNjksMS4zNzYtNC4xNCwzLjA4Ny00LjE0YzEuNDU0LDAsMi4xNTcsMS4wOTEsMi4xNTcsMi40YzAsMS40NjItMC45MzQsMy42NS0xLjQxMiw1LjY3NmMtMC40MDEsMS42OTYsMC44NTIsMy4wOCwyLjUyMiwzLjA4ICBjMy4wMzEsMCw1LjA3Mi0zLjg5MSw1LjA3Mi04LjUwNGMwLTMuNTA1LTIuMzYxLTYuMTI4LTYuNjU1LTYuMTI4Yy00Ljg1MiwwLTcuODc0LDMuNjE3LTcuODc0LDcuNjU5ICBjMCwxLjM5NCwwLjQxMSwyLjM3NywxLjA1NCwzLjEzOGMwLjI5NywwLjM1LDAuMzM4LDAuNDg5LDAuMjI5LDAuODkxYy0wLjA3NCwwLjI5Ni0wLjI1LDEuMDAzLTAuMzI0LDEuMjgzICBjLTAuMTA3LDAuNDA3LTAuNDM0LDAuNTUxLTAuODAxLDAuNGMtMi4yMzUtMC45MS0zLjI3NS0zLjM1OC0zLjI3NS02LjExYzAtNC41NDMsMy44MzEtOS45OTMsMTEuNDMzLTkuOTkzICBjNi4xMDYsMCwxMC4xMjgsNC40MiwxMC4xMjgsOS4xNjRjMCw2LjI3NS0zLjQ5MSwxMC45NjMtOC42MzMsMTAuOTYzYy0xLjcyOCwwLTMuMzUzLTAuOTM0LTMuOTA3LTEuOTkyYzAsMC0wLjkzLDMuNjg2LTEuMTI1LDQuMzk2ICBjLTAuMzQsMS4yMzEtMS4wMDQsMi40NjYtMS42MSwzLjQyN0MxMi45MDEsMzEuNzY5LDE0LjQyMSwzMiwxNS45OTYsMzJjOC44MzQsMCwxNS45OTUtNy4xNiwxNS45OTUtMTUuOTk2ICBTMjQuODMsMC4wMDcsMTUuOTk2LDAuMDA3eiIgZmlsbD0iI0NBMjAyOCIvPjxnLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjwvc3ZnPg==) center center no-repeat;
    background-size: contain;
    display: inline-block;
    border: 0;
    outline: 0;
    width: 24px;
    height: 24px;
    z-index: 11;
    top: 10px;
    right: 5px;
    filter: grayscale(100%);
    opacity: 0;
    transition: 0.3s;
}

.page-gallery .m-gallery-item IMG {
    position: relative;
    z-index: 10;
}

@media (min-width: 1041px) {
    .page-gallery SPAN:nth-of-type(3n) {

    }

    .page-gallery A:nth-of-type(3n) {

    }
}

/* / inner-page */

/* gallery */

#gallery {
    position: fixed;
    z-index: 999;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.state-gallery #gallery {
    display: block;
}

#gallery .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#gallery .inner .close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 10;
}

#gallery .inner .prev {
    position: absolute;
    left: 50px;
    top: 50%;
    cursor: pointer;
    margin-top: -13px;
    z-index: 10;
    opacity: 0;
}

#gallery .inner .next {
    position: absolute;
    right: 50px;
    top: 50%;
    cursor: pointer;
    margin-top: -13px;
    z-index: 10;
    opacity: 0;
}

#gallery .inner .image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}

#gallery .inner .image DIV.current-image {
    position: absolute;
    top: 10%;
    height: 80%;
    left: 10%;
    width: 80%;
    z-index: 10;
}

#gallery .inner .image DIV.image-share {
    position: absolute;
    bottom: -100%;
    height: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 11;
    display: block;
    transition: 0.5s;
    opacity: 0.3;
}

#gallery .inner .image DIV.image-share .image-share-wrapper {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: right;
}

#gallery .inner .image DIV.image-share:hover {
    opacity: 1;
}

#gallery .inner .image-prev > DIV {
    position: absolute;
    top: -95%;
    height: 100%;
    left: 10%;
    width: 80%;
    background: center bottom;
}

.bg_position_1_1 {
    background-position: left top;
}

.bg_position_1_2 {
    background-position: left center;
}

.bg_position_1_3 {
    background-position: left bottom;
}

.bg_position_2_1 {
    background-position: center top;
}

.bg_position_2_2 {
    background-position: center center;
}

.bg_position_2_3 {
    background-position: center bottom;
}

.bg_position_3_1 {
    background-position: right top;
}

.bg_position_3_2 {
    background-position: right center;
}

.bg_position_3_3 {
    background-position: right bottom;
}

#scroll-icon {
    position: fixed;
    right: 20px;
    top: 45%;
    z-index: 9999;
    width: 100px;
    height: 200px;
    background: url('/local/i/scroll-down.gif') center center no-repeat;
    background-size: 200%;
}

/* / gallery */

/* contacts */
.page-contacts {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 50px 0 0 0;
}

.page-contacts > DIV {
    padding: 0 0 50px 0;
}

.page-contacts > DIV:nth-of-type(1) {
    font-size: 23px;
    font-family: 'Oranienbaum', serif;
}

.page-contacts TABLE {
    width: 100%;
}

.page-contacts TABLE TD {
    width: 33%;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
}

.page-contacts TABLE TD STRONG {
    display: block;
    font-size: 10px;
    margin: 0 0 10px 0;
}

.page-contacts TABLE TD:nth-of-type(3) A {
    display: inline-block;
    text-decoration: none;
    width: 24px;
    height: 24px;
    border: 2px solid #555;
    border-radius: 24px;
}

.feedback-form {
    padding: 50px 0 0 0;
}

.feedback-form .f-left {
    width: 49%;
}

.feedback-form .f-right {
    width: 49%;
}

.feedback-form INPUT,
.feedback-form TEXTAREA {
    display: block;
    width: 90%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #555;
    background: none;
    font-size: 11px;
    line-height: 20px;
    padding: 10px;
}

.feedback-form INPUT {
    margin: 0 0 50px 0;
}

.feedback-form TEXTAREA {
    height: 111px;
    resize: none;
}

/* / contacts */

/* footer */
.footer {
    background-color: rgba(255, 255, 255, 0);
    padding: 150px 50px 50px 50px;
}

.footer .f-left {
    font-size: 11px;
    position: relative;
    left: 300px;
}

.footer .f-right {

}

.footer .f-right A {
    display: inline-block;
    text-decoration: none;
    width: 24px;
    height: 24px;
    border: 2px solid #555;
    border-radius: 24px;
}

.icon-vk {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAB+UlEQVQ4T42RPYgTURDHZyZrCoX4RdTGD0SwFVZygh9nQJa890IIXGOrhSeCrYVVbAXhECzOQmxsRBRh92W3OSWFijanjYiFqIXR4uwsNuyMvJCVd+sVec3uf/4zv/2/WdRaLyPiIRHJAeBnq9W6PxgM2BhzQUQeMfNemB1EvDkcDm+XWmt9zs2WuiiKDdRafwGAI2URAJS1Nu33+7smk8kdEbnseavW2qtOR1G0g4i+E9Hu0heRbw54DwCulUVmTtM0VU4rpRQi2q2AxpjrInLX8wARlx1wAQDe+AYRnYjj+L1SahERX1aBYRhuazabn4nosHfd9UajcRIBwEEdsOUNPrXWLnW73fPM/KIKNMZcEZHVSrrTSZK8ckB3tT4iPqukbItIU0Qe+0ARuSEin4jogFd/aK295PQU6J5KqXeIGHq7HIvI11qt5lYyPUVRfETEMRG1vb4/InIsy7IfPhCMMS7Rmp9ynnf305IkMWVvmXCqtdZPAGBpHpCXMA+C4Gwcx283JXSi1+vtz/N8vbKfefgbzNxO0/TDpoSzlAvMvEZE26skZv6NiBcR8RYAnPJ9Zh7X6/XwP6Br6nQ6Z4joOQDs8YeKohhlWbYYRdE+InpNREd9HxEfbAl0TVEUHQyCYAUA/i0cAEbW2mj20eNENAKAnR70118udtF3yOPTOAAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 15px auto;
}

.icon-ig {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAACGElEQVQ4T62UPYgTQRTH/+9NiAYrO1OfNmqvFkrQYjc7ES0MfoufcKCNnQh+gDbWVilUFESsYuHOQA4OVBAFgyBnIXiCjcgRbdQoXGaeTNzIGZIzITfFLjM777dv/v83j/BnkNb6jIicBbARQC5bX+7Vcc7NMfNNa+3tLiQ8kiS5C+DYCIBhW24ZY05TkiRHAdwbB+Sce6mUepSd4AKANQD2UxRFL5RSW8aBAbhkjLkeYrTWcyKyCcCzkNkvAKvGgYnIZWvttUyit0FnIvoeYDIM5L3/xsx1IpoXkaL3fi8zrwOwICKvmTknIjuD9t57F1w8MgjmvRfn3Eyj0Vjofa9Wq4V2u71nkNsi4rturtSgcrn8agDsorW2kWlyEMBxIppN0/RGWKtUKhuccw+WxnnvOwM1I6KpNE0/RFG0nojeMTNngbuNMY+DRnEc/2DmQg/Y1WyIAUVjzGet9XYRebokg2ljTC3M4zj+ysxr/wsTkV3W2tlSqZQrFAozRFQiovf5fH5rvV7/EkVRUSn1qe+YQzN7aIw5kG0OhT3VarU+NpvNxUzHKwCujgoL+04aY+70m5MkyQ4AwZx/Cn05zXqMAKsppeadc0UROSwi55k53/+THuwngNWT1lq4LaHOnhPRtklhAJ6E0jgE4P4KwPb1mmPolCcmANaMMdN/76bW+lSn0zmnlNo8YtteFJE3oW2naRo6NX4DNtHx97Ou+RYAAAAASUVORK5CYII=) center center no-repeat;
    background-size: 12px auto;
}

.icon-fb {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAABL0lEQVQ4T72TvU6EQBDHZ1jOBltjaUwsjA9AZW2ADcTXsPcBeAvjM1BYqJstSayJb2BPbA0hgd0xc7nDg0PgEuNU+zG/+fjvLMLAkiQ5bdv2zhgTCCEuAcCz1iK7OY7TrhdbC8PwChFzADgZBuK9tdb0ACnlGxFdjznvAXEcnxtjPn5z3gOklJKIXoYAEd27rvvK503TUFdSGIa3iPg0BMqyPCqKotmezwJVVa3yPG87IIqiM5ZNCHFDRI8jJV0QkdnIShgEQes4jphqdufu81Dg/VDgGaMo+gIAl18eAFZTpSHiw6RKPAp1XR/vBPmZpbF3YEBrzdk7m8tgtdY9Bf8WAABSSrEYy0piL6VU7wvMztK/ANwDLR7vTdPLAd/3RZqmdnEGz/PcLMvW/4HtG6f8oaY2uNxfAAAAAElFTkSuQmCC) center center no-repeat;
    background-size: auto 15px;
}

/* / footer */

.hamburger-svg-style {
    stroke-width: 1.5;
    fill: none;
    stroke: #000;
}

.burger {
    display: none;
}

.sidebar .close {
    display: none;
}

.description {
    font-size: 11px;
    padding: 40px 0;
}

.inner-content_about .description {
    font-size: 23px;
    font-family: 'Oranienbaum', serif;
}

#about-page {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-pages {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    z-index: 55;
}

.about-pages .a-page {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    background-size: cover;
}

#about-page .a-page {
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

#about-page .page-1 {
    background-image: url(/local/i/ap_1.jpg);
}

#about-page .page-2 {
    background-image: url(/local/i/ap_3.jpg);
}

#about-page .a-page > DIV {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 140px;
    padding: 80px 50px 0 50px;
    height: 100%;
    font-size: 1.5vw;
    font-family: 'Oranienbaum', serif;
    white-space: normal;
}

#about-page .a-page > DIV P {
    margin: 0 0 20px 0;
}

#about-page-pages {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 66;
    width: 100%;
    text-align: center;
    padding-left: 300px;
}

#about-page-pages SPAN {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    margin: 0 10px;
    cursor: pointer;
    opacity: 0.5;
}

#about-page-pages SPAN I {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #666;
    background: #666;
}

#about-page-pages SPAN.active {
    opacity: 1;
}

#about-page-pages SPAN.active I {
}

.page-contacts * {
    font-family: 'Playfair Display';
}

.menu > UL > LI:last-child {
    margin-bottom: 0;
}

@media (min-width: 1039px) {
    .menu {
        overflow-y: scroll;
    }

    .menu::-webkit-scrollbar {
        width: 3px;
    }

    .menu::-webkit-scrollbar-button {
        /* 2 - кнопка */
    }

    .menu::-webkit-scrollbar-track {
        /* 3 - трек */
    }

    .menu::-webkit-scrollbar-track-piece {
        /* 4 - видимая часть трека */
    }

    .menu::-webkit-scrollbar-thumb {
        width: 3px;
        background: black;
    }

    .menu::-webkit-scrollbar-corner {
        /* 6 - уголок */
    }

    .menu::-webkit-resizer {
        /* 7 - изменение размеров */
    }
}

@media (min-width: 0px) and (max-width: 1040px) {

    .burger {
        display: block;
        position: fixed;
        top: 24px;
        right: 25px;
        cursor: pointer;
    }

    .sidebar .close {
        position: fixed;
        top: 24px;
        right: 25px;
        cursor: pointer;
        width: 20px;
        height: 20px;
    }

    .sidebar {
        height: 60px;
        width: 100%;
    }

    .sidebar .logo {
        position: relative;
        z-index: 130 !important;
        background: white;
    }

    .sidebar .logo A {
        
    }
    
    .sidebar .logo A IMG{
        height:40px;
        position: relative;
        top: 13px;
        left:-2px;
    }

    .sidebar .burger,
    .sidebar .close {
        z-index: 131 !important;
    }

    .menu {
        top: -100%;
        display: block;
        position: fixed;
        width: 100%;
        max-height: 100%;
        padding: 0;
        margin: 0;
        background: white;
        transition: 0.3s;
        overflow-x: scroll;
        z-index: 120 !important;
    }

    .menu-expand .menu {
        top: 60px;
    }

    .menu-expand .menu > UL {
        margin: 30px 0 100px 0;
    }

    .menu-expand .burger {
        display: none;
    }

    .menu-expand .sidebar .close {
        display: block;
    }

    .menu * {
        display: block;
        font-size: 14px;
    }

    .menu > UL {
        margin-left: 25px !important;
    }

    .menu .submenu {

    }

    .submenu A {
        font-size: 12px;
        margin: 20px 0 20px 0;
    }

    .sidebar .logo {
        padding: 0 0 0 20px;
        margin: 0;
        line-height: 65px;
    }

    .main-content {
        position: fixed;
        top: 60px;
        left: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
    }

    .about-content {
        position: fixed;
        top: 0px;
        left: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
    }

    .inner-content {
        padding: 0 0 0 0;
        min-height: 100%;
        margin: 60px 0 0 0;
    }

    .page-content {
        padding: 20px;
    }

    .page-gallery {
        overflow: hidden;
        padding: 50px 0;
    }

    .page-gallery IMG {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .page-gallery SPAN,
    .page-gallery A {
        width: 100%;
        height: auto;
    }

    .page-gallery A:nth-of-type(2n),
    .page-gallery SPAN:nth-of-type(2n) {

    }

    .page-gallery A P {
        height: 12vw;
    }

    .page-gallery A I {
        font-size: 4.8vw;
        line-height: 12vw;
    }

    .footer {
        background-color: rgba(255, 255, 255, 0);
        padding: 20px 0;
    }

    .footer .f-left {
        width: 100%;
        text-align: center;
        padding: 0 0 20px 0;
        left: 0;
    }

    .footer .f-right {
        width: 100%;
        text-align: center;
    }

    .page-contacts TD {
        display: block;
        width: 100% !Important;
        padding: 20px 0;
    }

    #gallery .inner .close {
        right: 10px;
        top: 10px;
    }

    #gallery .inner .prev {
        left: 10px;
    }

    #gallery .inner .next {
        right: 10px;
    }

    #about-page .a-page > DIV {
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        margin: 0 auto;
        padding: 80px 20px 0 20px;
        height: 100%;
    }

    #about-page-pages {
        box-sizing: border-box;
        position: absolute;
        left: 0;
        height: 40px;
        z-index: 77 !important;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #about-page .a-page > DIV P {
        margin: 0 0 10px 0;
    }
}

/* iphone 5/5s/SE */
@media (min-width: 0px) and (max-width: 320px) {
    #about-page .a-page > DIV {

    }
}

/* iphone 6/6s/7/8 */
@media (min-width: 321px) and (max-width: 375px) {
    #about-page .a-page > DIV {

    }
}

/* iphone 6/7/8 plus */
@media (min-width: 376px) and (max-width: 414px)  and (min-height: 736px) and (max-height: 736px) {
    #about-page .a-page > DIV {

    }
}

@media (min-height: 731px) and (max-height: 896px) {
    #about-page .a-page > DIV {

    }
}

/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
    #about-page .a-page > DIV {

    }

    #about-page-pages {

    }

    .main-page-slider .prev IMG,
    .main-page-slider .next IMG {
        top: 41%;
    }
}

@media (min-width: 1024px) and (max-width: 1040px) {
    #about-page .a-page > DIV {
        font-size: 24px;
    }

    #about-page-pages {

    }

    .main-page-slider .prev IMG,
    .main-page-slider .next IMG {
        top: 43%;
    }
}

@media (min-width: 1040px) {
    #about-page .a-page {

    }

    #about-page .a-page > DIV {
        margin: 0 0 0 140px;
        width: 800px;
    }
}

@media (min-width: 2000px) {
    #about-page .a-page {

    }

    #about-page .a-page > DIV {
        margin: 0 0 0 140px;
        width: 800px;
    }
}

#progress {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 5px;
    background: black;
    width: 0;
    display: none;
    transition: 0.1s;
}

/* common styles */
#pinterest {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHBhdGggZD0iTTE1Ljk5NiwwLjAwN0M3LjE2MiwwLjAwNywwLDcuMTY4LDAsMTYuMDA0YzAsNi41NTEsMy45MzgsMTIuMTc3LDkuNTc1LDE0LjY1ICBjLTAuMDQ1LTEuMTE4LTAuMDA4LTIuNDU5LDAuMjc4LTMuNjcyYzAuMzA4LTEuMzAxLDIuMDU4LTguNzE5LDIuMDU4LTguNzE5cy0wLjUxMi0xLjAyMS0wLjUxMi0yLjUyOSAgYzAtMi4zNjksMS4zNzYtNC4xNCwzLjA4Ny00LjE0YzEuNDU0LDAsMi4xNTcsMS4wOTEsMi4xNTcsMi40YzAsMS40NjItMC45MzQsMy42NS0xLjQxMiw1LjY3NmMtMC40MDEsMS42OTYsMC44NTIsMy4wOCwyLjUyMiwzLjA4ICBjMy4wMzEsMCw1LjA3Mi0zLjg5MSw1LjA3Mi04LjUwNGMwLTMuNTA1LTIuMzYxLTYuMTI4LTYuNjU1LTYuMTI4Yy00Ljg1MiwwLTcuODc0LDMuNjE3LTcuODc0LDcuNjU5ICBjMCwxLjM5NCwwLjQxMSwyLjM3NywxLjA1NCwzLjEzOGMwLjI5NywwLjM1LDAuMzM4LDAuNDg5LDAuMjI5LDAuODkxYy0wLjA3NCwwLjI5Ni0wLjI1LDEuMDAzLTAuMzI0LDEuMjgzICBjLTAuMTA3LDAuNDA3LTAuNDM0LDAuNTUxLTAuODAxLDAuNGMtMi4yMzUtMC45MS0zLjI3NS0zLjM1OC0zLjI3NS02LjExYzAtNC41NDMsMy44MzEtOS45OTMsMTEuNDMzLTkuOTkzICBjNi4xMDYsMCwxMC4xMjgsNC40MiwxMC4xMjgsOS4xNjRjMCw2LjI3NS0zLjQ5MSwxMC45NjMtOC42MzMsMTAuOTYzYy0xLjcyOCwwLTMuMzUzLTAuOTM0LTMuOTA3LTEuOTkyYzAsMC0wLjkzLDMuNjg2LTEuMTI1LDQuMzk2ICBjLTAuMzQsMS4yMzEtMS4wMDQsMi40NjYtMS42MSwzLjQyN0MxMi45MDEsMzEuNzY5LDE0LjQyMSwzMiwxNS45OTYsMzJjOC44MzQsMCwxNS45OTUtNy4xNiwxNS45OTUtMTUuOTk2ICBTMjQuODMsMC4wMDcsMTUuOTk2LDAuMDA3eiIgZmlsbD0iI0NBMjAyOCIvPjxnLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjwvc3ZnPg==) center center no-repeat;
    background-size: contain;
    display: inline-block;
    border: 0;
    outline: 0;
    width: 24px;
    height: 24px;
}

/* / common styles */

/* price page */
.price-item {
    background-color: white;
    background-position: center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding:10vw;
}

@media (max-width: 1000px) {
    .price-item .price__title {
        font-size:6vw !important;
    }

    .price-item .price__price {
        font-size:5vw !important;
    }

    .price-item .price__detail {
        font-size:3vw !important;
    }

    .price-item .price__description {
        font-size:3vw !important;
    }

    .price-item .price__link {
        font-size:4vw !important;
    }
}

@media (max-width: 800px) {
    .price-item .price__title {
        font-size:6vw !important;
    }

    .price-item .price__price {
        font-size:5vw !important;
    }

    .price-item .price__detail {
        font-size:4vw !important;
    }

    .price-item .price__description {
        font-size:3vw !important;
    }

    .price-item .price__link {
        font-size:3vw !important;
    }
}

@media (max-width: 400px) {
    .price-item .price__title {
        font-size:8vw !important;
    }

    .price-item .price__price {
        font-size:6vw !important;
    }

    .price-item .price__detail {
        font-size:5vw !important;
    }

    .price-item .price__description {
        font-size:4vw !important;
    }

    .price-item .price__link {
        font-size:6vw !important;
    }
}

@media (max-width: 1200px) {

}

.price-item * {
    color: black;
    text-transform: uppercase;
}

.price-item .price__title {
    font-size:35px;
    text-shadow: 0 0 5px #fff;
}

.price-item .price__price {
    font-size:25px;
    margin: 20px 0;
    text-shadow: 0 0 5px #fff;
}

.price-item .price__detail {
    font-size:20px;
    text-shadow: 0 0 5px #fff;
}

.price-item .price__description {
    font-size:17px;
    margin: 20px 0;
    text-shadow: 0 0 5px #fff;
}

.price-item .price__link {
    font-size:20px;
    text-shadow: 0 0 5px #fff;
}

.price-item .price__link A{

}

/* / price page */