/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! Adapted to BEM methodology */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
   * Remove Blue effect when tap on tablets and on phones.
   * Better do it only to - button a input textarea select
   */
a,
button,
.selectNone,
.no-select {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

/**
   * Remove border and padding in Firefox.
   */
::-moz-focus-outer,
::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/**
* Remove all outlinise( Better to add that rule to - button a select input textarea)
*/
* {
    outline: 0 !important;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    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: .67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    /* 1 */
    overflow: visible;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    /* 1 */
            text-decoration: underline;
            text-decoration: underline dotted;
    border-bottom: none;
    /* 2 */

    -webkit-text-decoration: underline dotted;
    /* 2 */
}

/**
   * 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 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: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    vertical-align: bottom;
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
   * 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 {
    padding: 0;
    border-style: none;
}

/**
   * 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;
}

fieldset {
    padding: .35em .75em .625em;
}

/**
   * 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 {
    /* 2 */
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
            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'] {
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[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 {
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

/*============================================================================
	#Fonts
==============================================================================*/
@font-face {
    font-family: 'Prata';
    font-weight: normal;
    font-style: normal;

    src: url('/assets/fonts/Prata-Regular.eot');
    src: local('Prata Regular'), local('Prata-Regular'), url('/assets/fonts/Prata-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Prata-Regular.woff') format('woff'), url('/assets/fonts/Prata-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;

    src: url('/assets/fonts/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('/assets/fonts/OpenSans-Bold'), url('/assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/OpenSans-Bold.woff') format('woff'), url('/assets/fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;

    src: url('/assets/fonts/OpenSans-SemiBold.eot');
    src: local('Open Sans SemiBold'), local('/assets/fonts/OpenSans-SemiBold'), url('/assets/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/OpenSans-SemiBold.woff') format('woff'), url('/assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: normal;

    src: url('/assets/fonts/OpenSans-ExtraBold.eot');
    src: local('Open Sans ExtraBold'), local('/assets/fonts/OpenSans-ExtraBold'), url('/assets/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/OpenSans-ExtraBold.woff') format('woff'), url('/assets/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: italic;

    src: url('/assets/fonts/OpenSans-Italic.eot');
    src: local('Open Sans Italic'), local('/assets/fonts/OpenSans-Italic'), url('/assets/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/OpenSans-Italic.woff') format('woff'), url('/assets/fonts/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;

    src: url('/assets/fonts/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('/assets/fonts/OpenSans-Regular'), url('/assets/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/OpenSans-Regular.woff') format('woff'), url('/assets/fonts/OpenSans-Regular.ttf') format('truetype');
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.mfp-slideInDown {
    -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes sub-menu__enter {
    from {
        -webkit-transform: scaleY(.98) translateY(10px);
                transform: scaleY(.98) translateY(10px);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@keyframes sub-menu__enter {
    from {
        -webkit-transform: scaleY(.98) translateY(10px);
                transform: scaleY(.98) translateY(10px);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes sub-menu__fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes sub-menu__fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes bounce-link {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes bounce-link {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

/*============================================================================
	#Global
==============================================================================*/
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body {
    height: 100%;
    background: white;
}

img {
    max-width: 100%;
    height: auto;
}

svg {
    vertical-align: top;
}

/*============================================================================
	#Typography
==============================================================================*/
html {
    font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.6;
    color: #000000;

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.typography > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family: 'Prata', serif;
    font-weight: normal;
    margin: 6rem 0 3rem;
}

.typography h1 {
    font-size: 3.6rem;
    line-height: 1.1;
}

.typography h2 {
    font-size: 3.0rem;
    line-height: 1.2;
}

.typography h3 {
    font-size: 2.4rem;
    line-height: 1.25;
}

.typography h4 {
    font-size: 2.0rem;
    line-height: 1.4;
}

.typography h5 {
    font-size: 1.8rem;
    line-height: 1.42;
}

.typography h6 {
    font-size: 1.6rem;
    line-height: 1.5;
}

.typography strong {
    font-weight: bold;
}

.typography a:active,
.typography a:visited {
    color: #b69073;
}

.typography a {
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: color .2s ease;
         -o-transition: color .2s ease;
            transition: color .2s ease;
    text-decoration: none;
    text-decoration: none;
    color: #cfa482;
}
.typography a::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    background: #7e342d;
}
.typography a:hover {
    text-decoration: none;
}
.typography a:hover::before {
    -webkit-animation-name: bounce-link;
            animation-name: bounce-link;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
}

.typography p {
    line-height: 2.4rem;
    margin: 0 0 2.5rem 0;
}

.typography > div {
    line-height: 2.4rem;
    margin: 0 0 2.5rem 0;
}

.typography img {
    margin: 2rem 0 4rem 0;
}

.typography hr {
    height: 2px;
    margin: 1.5rem 0 1.5rem 0;
    border: 0;
    background-color: #e8f5ff;
}

.typography ul,
.typography ol {
    line-height: 1.42;
    margin: 0 0 2.4rem 0rem;
    padding: 0;
    list-style: none;
}

.typography ul li {
    position: relative;
    margin-bottom: 27px;
    padding-left: 32px;
}
.typography ul li::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background: #000000;
}

.typography ol li {
    position: relative;
    margin-bottom: 27px;
    padding-left: 32px;
    counter-increment: item;
}
.typography ol li::before {
    font-weight: bold;
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 11px;
    content: counter(item) '.';
    color: #222222;
}

.typography li > ul,
.typography li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

.typography dt {
    font-weight: bold;
}

.typography dd {
    margin: 0 1.5em 1.5em;
}

.typography figure {
    margin: 1em 0;
}

.typography table {
    width: 100%;
    margin: 0 0 1.5em;
}

.typography dfn,
.typography cite,
.typography em,
.typography i {
    font-style: italic;
}

.typography blockquote {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    margin: 0;
    margin: 4rem 0rem;
    padding: 1.6rem 3rem;
    border-left: 2px solid #000000;
}
.typography blockquote::after {
    font-family: 'Prata', serif;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 6px;
    content: ',,';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    letter-spacing: -4px;
}
.typography blockquote p {
    margin: 0;
}

.typography address {
    margin: 0 0 1.5em;
}

.typography pre {
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    overflow: auto;
    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;
    background: #eeeeee;
}

.typography code,
.typography kbd,
.typography tt,
.typography var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono',
    monospace;
    font-size: 15px;
    font-size: .9375rem;
}

.typography abbr,
.typography acronym {
    cursor: help;
    border-bottom: 1px dotted #666666;
}

.typography mark,
.typography ins {
    text-decoration: none;
    background: #fff9c0;
}

.typography big {
    font-size: 125%;
}

.typography iframe {
    width: 100%;
    margin: 2rem 0 1.2rem 0;
}

.typography .responsive-iframe {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 2rem 0 4rem 0;
    padding-top: 56.25%;
}
.typography .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100%);
    height: 100%;
    margin: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.14;
    clear: both;
    margin: 3.2rem 0 1.6rem 0;
    color: #222222;
}

.h1 {
    font-size: 4.8rem;
    line-height: 1.05;
}

.h2 {
    font-size: 3.6rem;
    line-height: 1.25;
}

.h3 {
    font-size: 2.8rem;
    line-height: 1.25;
}

.h4 {
    font-size: 1.8rem;
    line-height: 1.22;
}

.h5 {
    font-size: 1.6rem;
    line-height: 1.22;
}

.h6 {
    font-size: 1.4rem;
    line-height: 1.22;
}

@media (max-width: 767.98px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 4rem 0 2rem;
    }
}

@media (max-width: 414px) {
    .responsive-iframe {
        padding-top: 70% !important;
    }
}

/*============================================================================
	#Helper Classes
==============================================================================*/
.prata-font {
    font-family: 'Prata', serif;
}

.container__no-padding {
    padding-right: 0;
    padding-left: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

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

.link {
    text-decoration: none;
    color: red;
}
.link:active,
.link:visited {
    color: red;
}

.heading-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 4.8rem;
    margin: 0 20px 0 0;
}
.heading-title.deco-letter::first-letter {
    color: orange;
}

@media (max-width: 414px) {
    .heading-title {
        font-size: 2.6rem;
        line-height: 4.2rem;
    }
}

/* Country Flags
 ------------------------------------------------------------*/
.country-flag__icon {
    width: 30px;
}

/* iframe video block
 ------------------------------------------------------------*/
.b-iframe__container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.b-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ArtSites
 ------------------------------------------------------------*/
.ArtSites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.ArtSites__text {
    width: 130px;
    margin-right: 40px;
}

.AttachFile label span {
    margin-right: 30px;
}

.AttachFile__del {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: red;
}
.AttachFile__del::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: red;
}
.AttachFile__del:hover::after {
    display: none;
}

/*============================================================================
	#Components  Common
==============================================================================*/
.scrolltop {
    position: fixed;
    z-index: 20;
    right: 5%;
    bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: opacity .3s ease,
    bottom .3s ease,
    -webkit-box-shadow .3s ease,
    -webkit-transform .5s ease;
         -o-transition: box-shadow .3s ease,
    transform .5s ease,
    opacity .3s ease,
    bottom .3s ease;
            transition: opacity .3s ease,
    bottom .3s ease,
    -webkit-box-shadow .3s ease,
    -webkit-transform .5s ease;
            transition: box-shadow .3s ease,
    transform .5s ease,
    opacity .3s ease,
    bottom .3s ease;
            transition: box-shadow .3s ease,
    transform .5s ease,
    opacity .3s ease,
    bottom .3s ease,
    -webkit-box-shadow .3s ease,
    -webkit-transform .5s ease;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
    border: none;
    border-radius: 50%;
    background: black;
}
.scrolltop_visible {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
}
.scrolltop:hover {
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .4);
            box-shadow: 0 0 20px 2px rgba(0, 0, 0, .4);
}
.scrolltop:active {
    margin: 0;
    padding: 0;
}
.scrolltop__icon {
    width: 18px;
    height: 18px;
    margin: auto;

    fill: #d0a684;
}

.block-title {
    font-family: 'Prata', serif;
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 3.6rem;
    position: relative;
    margin: 0 0 30px 0;
}

.text-block *:first-child:last-child {
    margin: 0;
    padding: 0;
}

.text-block *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-block--deco {
    position: relative;
    z-index: 1;
    padding: 25px 0;
}
.text-block--deco::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.text-block__circle {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 300px;
    height: 300px;
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1.7s cubic-bezier(.22, 1, .36, 1);
         -o-transition: transform 1.7s cubic-bezier(.22, 1, .36, 1), opacity 1.5s ease;
            transition: opacity 1.5s ease, -webkit-transform 1.7s cubic-bezier(.22, 1, .36, 1);
            transition: transform 1.7s cubic-bezier(.22, 1, .36, 1), opacity 1.5s ease;
            transition: transform 1.7s cubic-bezier(.22, 1, .36, 1), opacity 1.5s ease, -webkit-transform 1.7s cubic-bezier(.22, 1, .36, 1);
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
    border-radius: 50%;
    background: #d0a684;

    will-change: transform;
}

.text-block__circle.view-out {
    -webkit-transform: translate(400px, -50%);
        -ms-transform: translate(400px, -50%);
            transform: translate(400px, -50%);
    opacity: 0;
}

.section__circle {
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #e0d6cc;
}

.section__circle.view-out {
    -webkit-transform: translate(600px, 0);
        -ms-transform: translate(600px, 0);
            transform: translate(600px, 0);
    opacity: 0;
}

.section-deco-text {
    position: relative;
}
.section-deco-text::before {
    font-family: 'Prata', serif;
    font-size: 17.0rem;
    position: absolute;
    display: block;
    content: '';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    letter-spacing: .075em;
}

.section-deco-name {
    font-family: 'Prata', serif;
    font-size: 17.0rem;
    letter-spacing: .075em;
    color: #e0d6cc;
}
.section-deco-name span {
    color: white;
}

.figure-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #d0a684;

    will-change: transform;
}

.figure-circle.view-out {
    -webkit-transform: translate(400px, 0);
        -ms-transform: translate(400px, 0);
            transform: translate(400px, 0);
    opacity: 0;
}

[data='circle-anim-fast'].figure-circle {
    -webkit-transition: opacity 1s ease, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
         -o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity 1s ease;
            transition: opacity 1s ease, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
            transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity 1s ease;
            transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity 1s ease, -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

[data='circle-anim-mid'].figure-circle {
    -webkit-transition: opacity 2s ease, -webkit-transform 2.2s cubic-bezier(.165, .84, .44, 1);
         -o-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1), opacity 2s ease;
            transition: opacity 2s ease, -webkit-transform 2.2s cubic-bezier(.165, .84, .44, 1);
            transition: transform 2.2s cubic-bezier(.165, .84, .44, 1), opacity 2s ease;
            transition: transform 2.2s cubic-bezier(.165, .84, .44, 1), opacity 2s ease, -webkit-transform 2.2s cubic-bezier(.165, .84, .44, 1);
}

[data='circle-anim-slow'].figure-circle {
    -webkit-transition: opacity 3s ease, -webkit-transform 3.2s cubic-bezier(.165, .84, .44, 1);
         -o-transition: transform 3.2s cubic-bezier(.165, .84, .44, 1), opacity 3s ease;
            transition: opacity 3s ease, -webkit-transform 3.2s cubic-bezier(.165, .84, .44, 1);
            transition: transform 3.2s cubic-bezier(.165, .84, .44, 1), opacity 3s ease;
            transition: transform 3.2s cubic-bezier(.165, .84, .44, 1), opacity 3s ease, -webkit-transform 3.2s cubic-bezier(.165, .84, .44, 1);
}

/*================ custom grid ================*/
.n-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.n-col-4_12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.3%;
        flex: 0 0 34.3%;
    max-width: 34.3%;
}

.n-col-7_12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
}

/*============================================================================
	#Block Form
==============================================================================*/
.block-form {
    max-width: 540px;
    background: white;
}
.block-form__inner {
    padding: 70px 64px 50px;
}
.block-form__title {
    font-family: 'Prata', serif;
    font-size: 2.4rem;
    line-height: 3.0rem;
    margin-bottom: 18px;
}
.block-form__header {
    margin-bottom: 54px;
}
.block-form .button_primary {
    margin-top: 10px;
}

@media (max-width: 520px) {
    .block-form__title {
        font-size: 2.2rem;
        line-height: 2.8rem;
        margin-bottom: 14px;
    }
    .block-form__inner {
        padding: 50px 40px !important;
    }
}

@media (max-width: 374.98px) {
    .block-form__inner {
        padding: 20px 15px !important;
    }
}

/*============================================================================
	#Video-Block
==============================================================================*/
.video-block {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 600px;
    height: 360px;
}
.video-block::before {
    position: absolute;
    z-index: -1;
    top: -75px;
    right: -75px;
    width: 350px;
    height: 350px;
    content: '';
    background: url('/assets/images/theme/deco-square-l.svg') no-repeat center/cover;
}
.video-block:hover .video-block__thumb {
    opacity: .8;
}
.video-block:hover .button-play__title {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}
.video-block:hover .button-play__icon {
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}
.video-block__figure {
    width: 100%;
    height: 100%;
    margin: 0;
    background: black;
}
.video-block__thumb {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease;
         -o-transition: opacity .3s ease;
            transition: opacity .3s ease;

    -o-object-fit: cover;
       object-fit: cover;
}
.video-block .button-play {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .video-block {
        margin-top: 50px;
    }
    .video-block::before {
        top: -50px;
        right: -50px;
    }
}

@media (max-width: 767.98px) {
    .video-block {
        height: 320px;
    }
    .video-block .button-play {
        left: 50%;
    }
    .video-block::before {
        display: none;
    }
    .video-block .button-play {
        width: 110px;
        height: 110px;
    }
    .video-block .button-play__title {
        letter-spacing: 0;
    }
}

@media (max-width: 375px) {
    .video-block {
        height: 240px;
        margin-top: 0;
    }
}

/*============================================================================
	#Breadcrumbs
==============================================================================*/
.breadcrumbs {
    padding: 25px 0;
}
.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90%;
    margin: 0;
    padding: 0;
}
.breadcrumbs__item {
    font-size: 1.4rem;
    line-height: 2.4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 6px;
    padding-right: 8px;
    letter-spacing: 0;
    color: #959595;
}
.breadcrumbs__item::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(26deg);
        -ms-transform: translateY(-50%) rotate(26deg);
            transform: translateY(-50%) rotate(26deg);
    background-color: #565656;
}
.breadcrumbs__item:last-child::after {
    display: none;
}
.breadcrumbs__item.current {
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    min-width: 100px;
    white-space: nowrap;
       text-overflow: ellipsis;

    -o-text-overflow: ellipsis;
}
.breadcrumbs__link {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    text-decoration: none;
    color: #565656;
}
.breadcrumbs__link:active,
.breadcrumbs__link:visited {
    color: #565656;
}
.breadcrumbs__link:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icon__viber {
    fill: #784f98;
}

.icon__whatsapp {
    fill: #3fc451;
}

.icon__telegram {
    fill: #2ba0da;
}

.select {
    position: relative;
    width: 100%;
    padding: 6px 4px;
    cursor: pointer;
    border-bottom: 2px solid #d9dde8;
}
.select::after {
    position: absolute;
    top: 20px;
    right: 0;
    content: '';
    -webkit-transition: -webkit-transform .5s ease;
         -o-transition:         transform .5s ease;
            transition: -webkit-transform .5s ease;
            transition:         transform .5s ease;
            transition:         transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform-origin: center .1rem;
        -ms-transform-origin: center .1rem;
            transform-origin: center .1rem;
    border: .45rem solid transparent;
    border-top: .43rem solid #a5a7ae;
}
.select.open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center .1rem;
        -ms-transform-origin: center .1rem;
            transform-origin: center .1rem;
}
.select .list {
    position: absolute;
    z-index: 9;
    top: 38px;
    left: 0;
    overflow: hidden;
    overflow-y: visible;
    width: 100%;
    height: auto;
    max-height: 300px;
    margin: 0;
    padding: 8px 0;
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
         -o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
            transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    pointer-events: none;
    opacity: 0;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: #ffffff;
}
.select .option {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 4px 20px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: left;
    color: #6f727c;
    outline: none;
}

.select_theme .select2-container::before,
.select_theme .select2-container::after {
    position: absolute;
    z-index: 1;
    bottom: 1px;
    left: 0;
    width: 1px;
    height: 14px;
    content: '';
    background: #cdcdcd;
}

.select_theme .select2-container::after {
    right: 0;
    left: auto;
}

.select_theme .select2-selection--single {
    height: auto;
}

.select_theme .select2-selection {
    border: none;
    border-bottom: 1px solid #20262b;
    border-radius: 0;
}

.select_theme .select2-selection__rendered {
    line-height: inherit !important;
    padding: 6px 20px 6px 13px !important;
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.textarea:-webkit-autofill,
.textarea:-webkit-autofill:hover,
.textarea:-webkit-autofill:focus {
    -webkit-transition: none;
            transition: none;
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 30px white inset !important;

    -webkit-text-fill-color: inherit;
}

.input[type='text'],
.input[type='email'],
.input[type='url'],
.input[type='password'],
.input[type='search'],
.input[type='number'],
.input[type='tel'],
.input[type='range'],
.input[type='date'],
.input[type='month'],
.input[type='week'],
.input[type='time'],
.input[type='datetime'],
.input[type='datetime-local'],
.input[type='color'],
.textarea {
    padding: 2px 12px;
    border-radius: 0;
}

.input[type='search']::-webkit-search-decoration,
.input[type='search']::-webkit-search-cancel-button,
.input[type='search']::-webkit-search-results-button,
.input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.input,
.textarea {
    padding: 4px 16px;
    border: 0;
    border-bottom: 2px solid #aec5e0;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    font-family: inherit;
    z-index: 1;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
            transition: color .3s ease, -webkit-transform .3s ease;
            transition: transform .3s ease, color .3s ease;
            transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    color: blue;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
    font-family: inherit;
    z-index: 1;
    -moz-transition: transform .3s ease, color .3s ease;
         transition: transform .3s ease, color .3s ease;
    transform: translateY(0px);
    color: blue;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    font-family: inherit;
    z-index: 1;
    -ms-transition: transform .3s ease, color .3s ease;
        transition: transform .3s ease, color .3s ease;
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    color: blue;
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
    font-family: inherit;
    z-index: 1;
    -ms-transition: transform .3s ease, color .3s ease;
        transition: transform .3s ease, color .3s ease;
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    color: blue;
}
.input::placeholder,
.textarea::placeholder {
    font-family: inherit;
    z-index: 1;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
         -o-transition: transform .3s ease, color .3s ease;
            transition: color .3s ease, -webkit-transform .3s ease;
            transition: transform .3s ease, color .3s ease;
            transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    color: blue;
}
.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
    color: transparent;
}
.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.input:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
    color: transparent;
}
.input:focus::placeholder,
.textarea:focus::placeholder {
    color: transparent;
}

.input:focus::-webkit-input-placeholder {
    color: transparent;
}

.input:focus:-moz-placeholder {
    color: transparent;
}

.input:focus::-moz-placeholder {
    color: transparent;
}

.input:focus:-ms-input-placeholder {
    color: transparent;
}

/* Remove Number From Inputs */
.input[type='number']::-webkit-inner-spin-button,
.input[type='number']::-webkit-outer-spin-button,
.input[type='number'] {
    margin: 0;

    -webkit-appearance: none;
       -moz-appearance: textfield;
            appearance: none;
}

/*================ Nuri Theme Input & Textarea Style ================*/
.input_nuri,
.textarea_nuri {
    font-family: 'Prata', serif;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-transition: padding-top .2s ease, margin-top .2s ease;
         -o-transition: padding-top .2s ease, margin-top .2s ease;
            transition: padding-top .2s ease, margin-top .2s ease;
    border: none;
}

.textarea_nuri {
    margin-top: 5px;
    resize: none;
}

.input_nuri + label,
.textarea_nuri + label {
    font-family: 'Prata', serif;
    position: relative;
    display: block;
    width: 40%;
    height: 0;
    margin: 0;
    padding: 0;
    cursor: text;
    -webkit-transition: width .4s ease;
         -o-transition: width .4s ease;
            transition: width .4s ease;
    white-space: nowrap;
    border-top: 1px solid #1c4666;
}

.input_nuri:focus + label,
.textarea_nuri:focus + label {
    width: 100%;
}

.input_nuri:focus + label > span,
.input_nuri:valid + label > span,
.input_nuri.error + label > span {
    font-size: 14px;
    top: -60px;
}

.textarea_nuri:focus + label > span {
    font-size: 15px;
    line-height: 20px;
    top: -100px;
}

.input_nuri:valid + label,
.textarea_nuri:valid + label {
    border-color: #1c4666;
}

.input_nuri:invalid,
.textarea_nuri:invalid {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.input_nuri + label > span,
.textarea_nuri + label > span {
    font-size: 18px;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 0;
    margin: 0;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-transition: top .2s ease, font-size .2s ease, color .2s ease;
         -o-transition: top .2s ease, font-size .2s ease, color .2s ease;
            transition: top .2s ease, font-size .2s ease, color .2s ease;
    color: #898989;
}

.textarea_nuri + label > span {
    top: -60px;
}

.input_nuri.error + label,
.textarea_nuri.error + label {
    border-top: 1px solid red;
}

@media (max-width: 520px) {
    .textarea_nuri + label {
        width: 100%;
        white-space: normal;
    }
    .textarea_nuri + label span {
        font-size: 1.6rem;
    }
    .textarea_nuri + label span br {
        display: none;
    }
}

@media (max-width: 400px) {
    .textarea_nuri + label span {
        font-size: 1.4rem !important;
    }
}

.checkbox,
.radio {
    position: relative;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all .15s ease-out 0s;
         -o-transition: all .15s ease-out 0s;
            transition: all .15s ease-out 0s;
    color: #ffffff;
    outline: none;
    background: #aec5e0;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.checkbox:hover,
.radio:hover {
    background: #9dbbff57;
}

.checkbox:checked::before,
.radio:checked::before {
    position: absolute;
    right: -14px;
    bottom: 4px;
    width: 19px;
    height: 14px;
    content: '';
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-image: url('/assets/img/theme/icons/checkbox.svg');
    background-size: 19px 14px;
}

.checkbox:checked::after,
.radio:checked::after {
    position: relative;
    z-index: 100;
    display: block;
    content: '';
    border-radius: 4px;
}

.radio {
    border-radius: 50%;
}

.radio::after {
    border-radius: 50%;
}

/*============================================================================
	#Buttons
==============================================================================*/
.button {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    border: none;
    background: transparent;
}

.button_primary {
    font-family: 'Prata', serif;
    font-size: 1.7rem;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    letter-spacing: .075em;
    color: #7e342d;
}
.button_primary::before,
.button_primary::after {
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    -webkit-transition: width .5s;
         -o-transition: width .5s;
            transition: width .5s;
    background: #7e342d;
}
.button_primary::before {
    top: 0;
    width: 80px;
    height: 100%;
    opacity: .3;
}
.button_primary::after {
    bottom: 0;
    width: 86px;
    height: 3px;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.button_primary:hover::before,
.button_primary:hover::after {
    width: 100%;
}

.button-prev,
.button-next {
    position: relative;
    width: 16px;
    height: 28px;
}
.button-prev span,
.button-prev::before,
.button-prev::after,
.button-next span,
.button-next::before,
.button-next::after {
    position: absolute;
    top: calc(50% - (2px / 2));
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transform-origin: left 50%;
        -ms-transform-origin: left 50%;
            transform-origin: left 50%;
    background: black;
}
.button-prev::before,
.button-next::before {
    -webkit-transition: left .3s .05s;
         -o-transition: left .3s .05s;
            transition: left .3s .05s;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.button-prev::after,
.button-next::after {
    -webkit-transition: left .3s .05s;
         -o-transition: left .3s .05s;
            transition: left .3s .05s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.button-prev span,
.button-next span {
    width: 0;
    -webkit-transition: width .3s, left .3s .05s;
         -o-transition: width .3s, left .3s .05s;
            transition: width .3s, left .3s .05s;
}

.button-next span,
.button-next::before,
.button-next::after {
    right: 0;
    left: auto;
    -webkit-transform-origin: right 50%;
        -ms-transform-origin: right 50%;
            transform-origin: right 50%;
}

.button-next::before {
    -webkit-transition: right .3s .05s;
         -o-transition: right .3s .05s;
            transition: right .3s .05s;
}

.button-next::after {
    -webkit-transition: right .3s .05s;
         -o-transition: right .3s .05s;
            transition: right .3s .05s;
}

.button-next span {
    -webkit-transition: width .3s, right .3s .05s;
         -o-transition: width .3s, right .3s .05s;
            transition: width .3s, right .3s .05s;
}

.button-prev:hover span {
    width: 26px;
}

.button-prev:hover span,
.button-prev:hover::before,
.button-prev:hover::after {
    left: -13px;
}

.button-next:hover span {
    width: 26px;
}

.button-next:hover span,
.button-next:hover::before,
.button-next:hover::after {
    right: -13px;
    left: auto;
}

.button-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 144px;
    height: 144px;
    cursor: pointer;
    border-radius: 50%;
    background: #d0a684;
}
.button-play__title {
    font-family: 'Prata', serif;
    font-size: 1.7rem;
    display: inline-block;
    -webkit-transition: opacity .3s ease,
    -webkit-transform .3s ease;
         -o-transition: transform .3s ease,
    opacity .3s ease;
            transition: opacity .3s ease,
    -webkit-transform .3s ease;
            transition: transform .3s ease,
    opacity .3s ease;
            transition: transform .3s ease,
    opacity .3s ease,
    -webkit-transform .3s ease;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
    letter-spacing: .075em;
    opacity: 0;
    color: #7e342d;

    will-change: transform, opacity;
}
.button-play__icon {
    position: absolute;
    top: 51%;
    left: 51%;
    display: block;
    width: 0;
    height: 0;
    -webkit-transition: -webkit-transform .3s ease;
         -o-transition:         transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    border-width: 15px 0 15px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #7e342d;
}

.button-play:hover .button-play__title {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

.button-play:hover .button-play__icon {
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@media (max-width: 992px) {
    input,
    textarea {
        font-size: 16px;
    }
}

:focus {
    outline: 0;
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 1rem;
    line-height: 1;
    padding: .6em 1em .4em;
    color: rgba(0, 0, 0, .8);
    border: 1px solid;
    border-color: #cccccc #cccccc #bbbbbb;
    border-radius: 3px;
    background: #e6e6e6;
}

input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #cccccc #bbbbbb #aaaaaa;
}

input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
    border-color: #aaaaaa #bbbbbb #bbbbbb;
}

select {
    border: 1px solid #cccccc;
}

textarea {
    width: 100%;
}

.main-form .form__row {
    margin-bottom: 52px;
}

.main-form em.error {
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    margin-top: 4px;
    padding-left: 6px;
    color: red;
}

/*============================================================================
	#Root
==============================================================================*/
.root {
    overflow: hidden;
    padding-top: 90px;
}

@media (max-width: 992px) {
    .root {
        padding-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .root {
        padding-top: 50px;
    }
}

/*============================================================================
	#Header
==============================================================================*/
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding-bottom: 8px;
    background-color: #e0d6cc;
}
.header__top {
    padding: 8px 0;
}
.header__mobile {
    position: absolute;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 50px;
    -webkit-transition: all .5s ease-out, background 1s ease-out;
         -o-transition: all .5s ease-out, background 1s ease-out;
            transition: all .5s ease-out, background 1s ease-out;
    -webkit-transition-delay: .35s;
         -o-transition-delay: .35s;
            transition-delay: .35s;
    background: #e0d6cc;
}
.header__mobile .container {
    height: 100%;
}

/*================ Header Top ================*/
.header-top {
    font-size: 1.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: .1em;
    color: #7e342d;
}
.header-top__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-top__link {
    position: relative;
    text-decoration: none;
    color: inherit;
}
.header-top__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
         -o-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
            transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
    background-color: currentColor;
}
.header-top__link:hover::before {
    width: 100%;
}
.header-top__phone {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: 10px;
}
.header-top__phone-title {
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 10px;
}
.header-top__messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

/*================ Nav Menu ================*/
.nav-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: itemCounter;
}

.nav-menu__item {
    position: relative;
    padding-top: 20px;

    --menu-item-color: #7e342d;
}
.nav-menu__item::before {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    left: -24px;
    content: counter(itemCounter, decimal-leading-zero);
    counter-increment: itemCounter;
    color: #efefef;
}
.nav-menu__item:hover .nav-menu__link::after,
.nav-menu__item:focus .nav-menu__link::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}
.nav-menu__item:hover::before {
    -webkit-transition: color .2s cubic-bezier(.68, -.55, .265, 1.55);
         -o-transition: color .2s cubic-bezier(.68, -.55, .265, 1.55);
            transition: color .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #7e342d;
}
.nav-menu__item.is-active::before {
    color: #7e342d;
}
.nav-menu__item.is-active .nav-menu__link {
    color: #7e342d;
}
.nav-menu__item.is-active .nav-menu__link::before {
    background: #7e342d;
}

.nav-menu__link {
    font-size: 1.6rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: pre;
    text-decoration: none;
    letter-spacing: .075em;
    color: #000000;
}
.nav-menu__link:active,
.nav-menu__link:visited {
    color: #000000;
}
.nav-menu__link::after,
.nav-menu__link::before {
    position: absolute;
    top: 9px;
    bottom: 100%;
    left: -5px;
    width: 45px;
    height: 2px;
    content: '';
    background: #efefef;
}
.nav-menu__link::after {
    -webkit-transition: -webkit-transform .5s;
         -o-transition:         transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    background: #7e342d;
}

.nav-menu__logo {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 30px 0 50px;
}

/*================ Main Nav -  Sub Menu ================*/
.nav-menu .sub-menu {
    position: relative;
}
.nav-menu .sub-menu:hover .sub-menu__list {
    display: block;
}
.nav-menu .sub-menu__list {
    position: absolute;
    left: -23px;
    display: none;
    min-width: 190px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-animation: sub-menu__fade .2s ease-out;
            animation: sub-menu__fade .2s ease-out;
}
.nav-menu .sub-menu__item {
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-animation: sub-menu__enter .2s ease forwards;
            animation: sub-menu__enter .2s ease forwards;
    opacity: 0;
    background: #e0d6cc;
}
.nav-menu .sub-menu__item:nth-child(1) {
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.nav-menu .sub-menu__item:nth-child(2) {
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
.nav-menu .sub-menu__item:nth-child(3) {
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}
.nav-menu .sub-menu__item:nth-child(4) {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
.nav-menu .sub-menu__item:nth-child(5) {
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
}
.nav-menu .sub-menu__item:nth-child(6) {
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.nav-menu .sub-menu__item:nth-child(7) {
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
.nav-menu .sub-menu__item:nth-child(8) {
    -webkit-animation-duration: .9s;
            animation-duration: .9s;
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
.nav-menu .sub-menu__item:nth-child(9) {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}
.nav-menu .sub-menu__item:nth-child(10) {
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
.nav-menu .sub-menu__link {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    padding: 10px 20px 10px 23px;
    -webkit-transition: background-color .1s ease-in-out;
         -o-transition: background-color .1s ease-in-out;
            transition: background-color .1s ease-in-out;
    text-decoration: none;
    letter-spacing: .075em;
    color: #000000;
}
.nav-menu .sub-menu__link:visited,
.nav-menu .sub-menu__link:active {
    color: #000000;
}
.nav-menu .sub-menu__link:hover {
    background-color: #d0a684;
}

/*================ Mobile Header ================*/
.mobile-header {
    font-size: 1.2rem;
    font-weight: bold;
    height: 100%;
    letter-spacing: .1em;
    color: #7e342d;
}
.mobile-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
}
.mobile-header__content {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 80px;
}
.mobile-header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.mobile-header__link {
    position: relative;
    text-decoration: none;
    color: inherit;
}
.mobile-header__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
         -o-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
            transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
    background-color: currentColor;
}
.mobile-header__link:hover::before {
    width: 100%;
}
.mobile-header__phone {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: 10px;
}
.mobile-header__phone-title {
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 10px;
}
.mobile-header__messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.mobile-header__logo {
    max-width: 160px;
}
.mobile-header__burger {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .3s cubic-bezier(.4, .01, .165, .99);
         -o-transition: all .3s cubic-bezier(.4, .01, .165, .99);
            transition: all .3s cubic-bezier(.4, .01, .165, .99);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.mobile-header__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.mobile-header__contacts {
    margin-bottom: 20px;
    padding-left: 5px;
    -webkit-transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
         -o-transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
            transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
            transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
            transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
    -webkit-transition-delay: .14s;
         -o-transition-delay: .14s;
            transition-delay: .14s;
    -webkit-transform: scale(1.15) translateY(-30px);
        -ms-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
    opacity: 0;
}
.mobile-header__phone {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}
.mobile-header__phone-title {
    margin-bottom: 5px;
}
.mobile-header__messengers {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}
.mobile-header__buttons {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-bottom: 20px;
    padding: 10px 5px;
    -webkit-transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
         -o-transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
            transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
            transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
            transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
    -webkit-transition-delay: .07s;
         -o-transition-delay: .07s;
            transition-delay: .07s;
    -webkit-transform: scale(1.15) translateY(-30px);
        -ms-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
    opacity: 0;
    border-top: 2px solid #ffffff;
}
.mobile-header__button {
    font-size: 1.4rem;
    text-decoration: none;
    color: inherit;
}

.burger {
    position: relative;
    z-index: 2;
    top: 50%;
    display: block;
    width: 18px;
    height: 8px;
    margin: -4px auto 0;
}
.burger__bar {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s cubic-bezier(.4, .01, .165, .99);
         -o-transition: all .3s cubic-bezier(.4, .01, .165, .99);
            transition: all .3s cubic-bezier(.4, .01, .165, .99);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    background: #000000;
}
.burger__bar_top {
    -webkit-transform: translateY(0px) rotate(0deg);
        -ms-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
}
.burger__bar_btm {
    -webkit-transform: translateY(6px) rotate(0deg);
        -ms-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
}

/*================ Mobile Nav ================*/
.mobile-nav {
    position: relative;
    z-index: 1;
    margin: 30px 25px 0;
    padding: 0;
    list-style: none;
    counter-reset: itemCounter;
}
.mobile-nav__item {
    padding: 8px 0;
    -webkit-transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
         -o-transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
            transition: opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
            transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99);
            transition: transform .5s cubic-bezier(.4, .01, .165, .99), opacity .6s cubic-bezier(.4, .01, .165, .99), -webkit-transform .5s cubic-bezier(.4, .01, .165, .99);
    -webkit-transform: scale(1.15) translateY(-30px);
        -ms-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
    opacity: 0;
}
.mobile-nav__item:nth-child(1) {
    -webkit-transition-delay: .49s;
         -o-transition-delay: .49s;
            transition-delay: .49s;
}
.mobile-nav__item:nth-child(2) {
    -webkit-transition-delay: .42s;
         -o-transition-delay: .42s;
            transition-delay: .42s;
}
.mobile-nav__item:nth-child(3) {
    -webkit-transition-delay: .35s;
         -o-transition-delay: .35s;
            transition-delay: .35s;
}
.mobile-nav__item:nth-child(4) {
    -webkit-transition-delay: .28s;
         -o-transition-delay: .28s;
            transition-delay: .28s;
}
.mobile-nav__item:nth-child(5) {
    -webkit-transition-delay: .21s;
         -o-transition-delay: .21s;
            transition-delay: .21s;
}
.mobile-nav__item::before {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -24px;
    content: counter(itemCounter, decimal-leading-zero);
    counter-increment: itemCounter;
    color: #efefef;
}
.mobile-nav__item.is-active::before {
    color: #7e342d;
}
.mobile-nav__item.is-active .mobile-nav__link {
    color: #7e342d;
}
.mobile-nav__item.is-active .mobile-nav__link::before {
    background: #7e342d;
}
.mobile-nav__link {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 14px 0;
    text-decoration: none;
    letter-spacing: .075em;
    color: #000000;
}
.mobile-nav__link::before {
    position: absolute;
    top: 4px;
    bottom: 100%;
    left: -2px;
    width: 45px;
    height: 2px;
    content: '';
    background: #efefef;
}

.header__mobile.is-opened {
    height: 100vh;
    -webkit-transition: all .3s ease-in, background .5s ease-in;
         -o-transition: all .3s ease-in, background .5s ease-in;
            transition: all .3s ease-in, background .5s ease-in;
    -webkit-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s;
}
.header__mobile.is-opened .mobile-header__burger {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.header__mobile.is-opened .burger__bar {
    -webkit-transition: all .4s cubic-bezier(.4, .01, .165, .99);
         -o-transition: all .4s cubic-bezier(.4, .01, .165, .99);
            transition: all .4s cubic-bezier(.4, .01, .165, .99);
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.header__mobile.is-opened .burger__bar_top {
    -webkit-transform: translateY(4px) rotate(45deg);
        -ms-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
}
.header__mobile.is-opened .burger__bar_btm {
    -webkit-transform: translateY(3px) rotate(-45deg);
        -ms-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg);
}
.header__mobile.is-opened .mobile-nav__item {
    -webkit-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
}
.header__mobile.is-opened .mobile-nav__item:nth-child(1) {
    -webkit-transition-delay: .27s;
         -o-transition-delay: .27s;
            transition-delay: .27s;
}
.header__mobile.is-opened .mobile-nav__item:nth-child(2) {
    -webkit-transition-delay: .34s;
         -o-transition-delay: .34s;
            transition-delay: .34s;
}
.header__mobile.is-opened .mobile-nav__item:nth-child(3) {
    -webkit-transition-delay: .41s;
         -o-transition-delay: .41s;
            transition-delay: .41s;
}
.header__mobile.is-opened .mobile-nav__item:nth-child(4) {
    -webkit-transition-delay: .48s;
         -o-transition-delay: .48s;
            transition-delay: .48s;
}
.header__mobile.is-opened .mobile-nav__item:nth-child(5) {
    -webkit-transition-delay: .55s;
         -o-transition-delay: .55s;
            transition-delay: .55s;
}
.header__mobile.is-opened .mobile-header__contacts {
    -webkit-transition-delay: .62s;
         -o-transition-delay: .62s;
            transition-delay: .62s;
    -webkit-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
}
.header__mobile.is-opened .mobile-header__buttons {
    -webkit-transition-delay: .69s;
         -o-transition-delay: .69s;
            transition-delay: .69s;
    -webkit-transform: scale(1) translateY(0px);
        -ms-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
}

/*================ Mobile SubNav ================*/
.mobile-subnav {
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: height 350ms ease-in-out;
         -o-transition: height 350ms ease-in-out;
            transition: height 350ms ease-in-out;
}
.mobile-subnav__item {
    overflow: hidden;
}
.mobile-subnav__link {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    padding: 6px 20px 6px;
    text-decoration: none;
    letter-spacing: .075em;
    color: #000000;
}

.mobile-nav .has-dropdown::after {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    content: '';
    -webkit-transition: -webkit-transform .3s ease;
         -o-transition:         transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
    background: url('../icons/icon__arrow_black.svg') no-repeat center;
}

.mobile-nav .open > .has-dropdown::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

/*============================================================================
	#Footer
==============================================================================*/
.footer {
    font-family: 'Prata', serif;
    background: #d0a684;
}
.footer .container {
    position: relative;
}
.footer__content {
    
    padding-top: 100px;
    padding-bottom: 20px;
}
.footer__top {
    margin-bottom: 40px;
	display: flex;
    justify-content: space-between;
}
.footer__phone {
    margin-right: 6px;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer-bottom__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
.footer-bottom .contacts {
    font-size: 2.0rem;
    line-height: 3.0rem;
    color: #7e342d;
}
.footer-bottom .contacts__item {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    padding-left: 40px;
}
.footer-bottom .contacts__item::before {
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
}
.footer-bottom .contacts__item_address::before {
    background: url('/assets/icons/icon-map-marker.svg') no-repeat center/contain;
}
.footer-bottom .contacts__item_phones::before {
    top: 4px;
    left: 2px;
    width: 19px;
    height: 19px;
    background: url('/assets/icons/icon-phone.svg') no-repeat center/contain;
}
.footer-bottom .contacts__item_phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer-bottom .contacts .footer__link {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-decoration: none;
    color: #7e342d;
    color: inherit;
}
.footer-bottom .contacts .footer__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
         -o-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
            transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
    background-color: currentColor;
}
.footer-bottom .contacts .footer__link:hover::before {
    width: 100%;
}
.footer-bottom .copyrights,
.footer-bottom .art-sites {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 25px;
    text-align: right;
}

.footer .pay__title {
	font-family: 'Prata', serif;
    font-size: 1.5rem;
    line-height: 0rem;
    margin-bottom: 20px;
    text-align: center;
}

.footer .pay_item {
	width: 60px;
    margin: 2px 2px;    
    border: none;
    text-align: center;
}	

.footer .pay_item img {
    height: 30px;
    padding: 5px
}	

.art-sites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.art-sites__logo {
    display: inline-block;
    margin-left: 6px;
}
.art-sites__link {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #7e342d;
}
.art-sites__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
         -o-transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
            transition: width .35s cubic-bezier(.68, -.55, .265, 1.55);
    background-color: currentColor;
}
.art-sites__link:hover::before {
    width: 100%;
}

.footer-bottom__social {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
}

.social-links {
    height: 100%;
}
.social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links__item {
    margin-left: 1px;
}
.social-links__link {
    position: relative;
    z-index: 1;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 100%;
    padding-bottom: 40px;
    background: #000000;
}
.social-links__link::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    -webkit-transition: height .2s ease-out;
         -o-transition: height .2s ease-out;
            transition: height .2s ease-out;
    background: #7e342d;
}
.social-links__link:hover::before {
    height: 100%;
}
.social-links svg {
    width: 24px;
    height: 24px;

    fill: #d0a684;
}

.pay {
	padding: 95px 0 160px;
}	
.pay__title {
	font-family: 'Prata', serif;
    font-size: 3.0rem;
    line-height: 3.6rem;
    margin-bottom: 22px;
	text-align: center;
}	

.pay_item {
	width: 238px;
	margin: 10px 0;
	border: 1px solid #000;
    border-radius: 20px;	
	text-align: center;
}
.pay_item img {	    
	height: 70px;
	padding: 15px;
}
.pay__list {
	flex-basis: 33.333333%;
	display: flex;
    align-items: center;	
	justify-content: space-evenly;
}	

/*============================================================================
	#Modals
==============================================================================*/
.mfp-bg {
    opacity: .9;
    background: #cfa482;
}

.modals {
    display: none;
}

.modal {
    position: relative;
    z-index: 1;
    max-width: 540px;
    margin: 30px auto;
}
.modal::before {
    position: absolute;
    z-index: -1;
    top: 100px;
    left: -30px;
    width: calc(100% + 60px);
    height: 100%;
    content: '';
    background: url('/assets/images/theme/modal-deco.svg') repeat center/cover;
}
.modal::after {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 26px;
    content: '';
    background: #7e342d;
}
.modal__close {
    position: absolute;
    top: -17px;
    right: -17px;
    width: 34px;
    height: 34px;
    opacity: 1 !important;
}
.modal__close .icon-close {
    width: 34px;
    height: 34px;
    -webkit-transition: fill .2s;
         -o-transition: fill .2s;
            transition: fill .2s;
}
.modal__close:hover .icon-close {
    fill: #7e342d;
}
.modal__close:active {
    margin: 0 !important;
    padding: 0 !important;
}

.m-success .block-form__header {
    margin-bottom: 30px;
}

@media (max-width: 630px) {
    .modal::before {
        display: none;
    }
    .modal__close {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 540px) {
    .modal__close .icon-close {
        width: 24px;
        height: 24px;
    }
	
	.footer .pay__list {
		flex-direction: row;
	}

	.footer .pay__title {
		margin-top: 20px;
		text-wrap: nowrap;
	}


	.pay__list {
		flex-direction: column;
	}	
	
	.footer__top {		
        flex-direction: column;	
	}	
}

/*============================================================================
	#Home Page
==============================================================================*/
/*================ About Company ================*/
.about-company {
    margin-bottom: 150px;
}
.about-company .block-title {
    margin-bottom: 55px;
}
.about-company .text-block__circle {
    left: -54px;
    width: 270px;
    height: 270px;
}

/*================ Benefits Company ================*/
.benefits {
    margin-bottom: 135px;
}
.benefits .container {
    position: relative;
}
.benefits .section__circle {
    top: -400px;
    right: -380px;
    width: 460px;
    height: 460px;
}
.benefits__inner {
    position: relative;
    padding-left: 195px;
}
.benefits__inner::before {
    position: absolute;
    top: 0;
    left: -400px;
    width: 546px;
    height: 460px;
    content: '';
    background: url('/assets/images/theme/home/benefit-bg.jpg') no-repeat;
}
.benefits .block-title {
    margin-bottom: 60px;
}
.benefits__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.benefits__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 254px;
        flex: 0 0 254px;
    max-width: 254px;
    margin-right: 120px;
}
.benefits__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 430px;
        flex: 0 0 430px;
    max-width: 430px;
}
.benefits__item-title {
    font-family: 'Prata', serif;
    font-size: 2.4rem;
    line-height: 3.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 10px;
    color: #7e342d;
}
.benefits__item-title svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 20px;
}
.benefits__item-text div {
    margin-bottom: 24px;
}
.benefits .icon-clock,
.benefits .icon-chear,
.benefits .icon-wheel {
    fill: #7e342d;
}
.benefits .icon-clock {
    width: 42px;
    height: 42px;
}
.benefits .icon-chear {
    width: 41px;
    height: 41px;
}
.benefits .icon-wheel {
    width: 45px;
    height: 45px;
}

.benefits__item_comfort .benefits__item-title,
.benefits__item_transfer .benefits__item-title {
    margin-left: -63px;
}

.benefits__item_comfort {
    margin-bottom: 76px;
}

.benefits__item_transfer .benefits__item-title {
    max-width: 460px;
}

/*================ Factories ================*/
.factories {
    padding: 95px 0 145px;
    background: #e0d6cc;
}
.factories__inner {
    position: relative;
    max-width: 920px;
    margin-left: auto;
}
.factories__info-block {
    position: relative;
    max-width: 540px;
    margin-bottom: 80px;
}
.factories__info-block::before {
    position: absolute;
    top: 0;
    left: -190px;
    width: 144px;
    height: 240px;
    content: '';
    background: #7e342d;
}
.factories__title {
    font-family: 'Prata', serif;
    font-size: 3.0rem;
    line-height: 3.6rem;
    margin-bottom: 46px;
    color: #7e342d;
}
.factories__title .custom-word {
    font-size: 10rem;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
.factories__description {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-left: 4px;
    color: #7e342d;
}

.factories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.factories-list__item:nth-last-child(-n+2) {
    position: absolute;
    top: 200px;
    right: 0;
}
.factories-list__item:last-child {
    position: absolute;
    top: 30px;
    right: 0;
}
.factories-list__link {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
         -o-transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
            transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
    opacity: .5;
}
.factories-list__link::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    content: '';
    -webkit-transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
         -o-transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
            transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
            transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
            transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate(-50%, -50%) scale(.9);
        -ms-transform: translate(-50%, -50%) scale(.9);
            transform: translate(-50%, -50%) scale(.9);
    opacity: 0;
    background: url('/assets/images/theme/deco-square-white.svg') no-repeat center/cover;

    will-change: opacity transform;
}
.factories-list__link:hover {
    opacity: 1;
}
.factories-list__link:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.factories-list__image {
    margin-bottom: 24px;
}
.factories-list .icon-link {
    width: 20px;
    height: 20px;

    fill: #7e342d;
}
.whatsapp {	
	margin-top: 0px;
    margin-left: auto;
}

.shops__title {
    font-family: 'Prata', serif;
    font-size: 3.0rem;
    line-height: 3.6rem;
    margin-bottom: 22px;
}

/*================ Testimonials ================*/
.testimonials {
    position: relative;
    z-index: 1;
    padding-bottom: 110px;
}
.testimonials::before {
    position: absolute;
    z-index: -1;
    top: 106px;
    width: 100%;
    height: 194px;
    content: '';
    background: #d0a684;
}
.testimonials .block-title {
    margin-bottom: 70px;
    margin-left: 190px;
    color: #7e342d;
}
.testimonials__thumbnails {
    position: relative;
    max-width: 920px;
    height: 292px;
    margin: 0 auto 40px;
}
.testimonials__thumbnails .swiper-container {
    left: 14px;
    width: 795px;
}
.testimonials__thumbnails .swiper-slide {
    width: auto;
}
.testimonials__control {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}
.testimonials .testimonials-thumb {
    position: relative;
    width: 162px;
    height: 236px;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    background: #7e342d;
}
.testimonials .testimonials-thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    opacity: .3;

    -o-object-fit: cover;
       object-fit: cover;
}
.testimonials .swiper-slide-active .testimonials-thumb,
.testimonials .swiper-slide-duplicate-active .testimonials-thumb {
    width: 200px;
    height: 292px;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
}
.testimonials .swiper-slide-active .testimonials-thumb img,
.testimonials .swiper-slide-duplicate-active .testimonials-thumb img {
    opacity: 1;
}
.testimonials__body {
    height: 310px;
}
.testimonials__body .swiper-container {
    width: 100%;
    height: 100%;
}
.testimonials__body .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonials__user-bio,
.testimonials__user-loc {
    font-family: 'Prata', serif;
    font-size: 2.2rem;
    line-height: 3.0rem;
}
.testimonials__user-bio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
        flex: 0 0 195px;
    max-width: 195px;
}
.testimonials__user-loc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
        flex: 0 0 255px;
    max-width: 255px;
}
.testimonials__content {
    position: relative;
    overflow: hidden;
    height: 290px;
    margin-right: 35px;
    padding-right: 20px;
}
.testimonials__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 192px;
}
.testimonials__pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 14px;
    opacity: 1;
    background: #e0d6cc;
}
.testimonials__pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #7e342d;
}

/*================ Home Transfer ================*/
.home-transfer .container {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 170px;
}
.home-transfer .container::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -80px;
    width: 1920px;
    height: 100%;
    content: '';
    background: #e0d6cc;
}
.home-transfer .container::after {
    position: absolute;
    z-index: 1;
    top: -110px;
    right: -80px;
    width: 345px;
    height: 270px;
    content: '';
    background: url('/assets/images/theme/home/van-image-s.png') no-repeat center/contain;
}

.home-transfer .section-deco-name {
    position: absolute;
    top: 190px;
    right: -615px;
}
.home-transfer .section-deco-name span {
    display: block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #e0d6cc;
}

.home-transfer__inner {
    position: relative;
}

.home-transfer .circle-section-right::after {
    right: -300px;
    bottom: -170px;
}

.home-transfer .map-holder {
    max-width: 730px;
    height: 630px;
}

.home-transfer .block-form {
    position: absolute;
    top: 70px;
    right: 0;
}

/*================ Text Section W Circle ================*/
.text-sec-w-circle {
    padding: 170px 0 100px;
}
.text-sec-w-circle .text-block__circle {
    left: -60px;
    width: 320px;
    height: 320px;
}
.text-sec-w-circle .block-title {
    margin-top: -5px;
    margin-bottom: 30px;
}

/*================ Home Shoping ================*/
.home-shopping .container {
    position: relative;
    z-index: 1;
}
.home-shopping .container::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -935px;
    width: 100%;
    height: 100%;
    content: '';
    background: #e0d6cc;
}

.home-shopping .section-deco-name {
    font-family: 'Prata', serif;
    font-size: 17.0rem;
    position: absolute;
    top: 30px;
    left: -650px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    letter-spacing: .075em;
    color: #e0d6cc;
}
.home-shopping .section-deco-name span {
    color: white;
}

.home-shopping figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    height: 100%;
    margin: 0;
}

.home-shopping .block-title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.home-shopping__content {
    padding-bottom: 60px;
}
.home-shopping__content picture {
    display: none;
}

/*================ Sale ================*/
.sale {
    background: #e0d6cc;
}
.sale__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 140px 0 0 0;
}
.sale__left-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
}
.sale__left-block .block-title {
    margin-bottom: 30px;
    color: #7e342d;
}
.sale__right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.5%;
        flex: 0 0 34.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 34.5%;
}
.sale__right-block .block-title {
    margin-bottom: 30px;
}
.sale__right-block .figure {
    margin-top: auto !important;
    text-align: right;
}
.sale .text-block {
    margin-bottom: 100px;
}
.sale .text-block__circle {
    left: -120px;
    width: 360px;
    height: 360px;
}
.sale .text-block--deco {
    padding-right: 30px;
}
.sale .figure {
    margin: 0;
}
.sale .section-deco-name {
    line-height: 1;
    margin-top: -10px;
    margin-bottom: 90px;
    text-indent: -5px;
    color: #7e342d;
}

/*============================================================================
	#Transfer Page
==============================================================================*/
/*================ Transfer Info ================*/
.transfer-info {
    padding-top: 115px;
    padding-bottom: 20px;
    background: #e0d6cc;
}
.transfer-info__title {
    font-family: 'Prata', serif;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.33;
    position: relative;
    z-index: 1;
    margin: 0 0 40px 0;
}
.transfer-info__title::before {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: -60px;
    width: 210px;
    height: 260px;
    content: '';
    background: #d0a684;
}
.transfer-info__description {
    position: relative;
    z-index: 1;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.transfer-info__description::before {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000000;
}
.transfer-info__description strong {
    font-weight: 800;
}
.transfer-info__media-block {
    position: relative;
    z-index: 1;
}
.transfer-info__media-block::before {
    position: absolute;
    z-index: -1;
    top: -60px;
    left: 220px;
    width: 1000px;
    height: 406px;
    content: '';
    background: #d0a684;
}
.transfer-info__media-block::after {
    position: absolute;
    z-index: -1;
    top: 45px;
    width: 793px;
    height: 186px;
    content: '';
    background: url('/assets/images/theme/transfer/tracking-deco-image.png');
}
.transfer-info__media {
    margin-top: -30px;
    padding-left: 40px;
}
.transfer-info__image {
    max-width: inherit;
}

/*================ Transfer Stages ================*/
.transfer-stages {
    position: relative;
    z-index: 1;
    margin-bottom: 125px;
}
.transfer-stages::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    content: '';
    background: #e0d6cc;
}
.transfer-stages .container {
    position: relative;
    z-index: 1;
}
.transfer-stages .container::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    content: '';
    background: #e0d6cc;
}
.transfer-stages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.transfer-stages__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 34px;
}
.transfer-stages__count {
    font-family: 'Prata', serif;
    font-size: 4.8rem;
    line-height: 48px;
    margin-top: 0;
    color: #7e342d;
}

/*================ Transfer About ================*/
.transfer-about {
    padding-bottom: 160px;
}
.transfer-about .container {
    position: relative;
}
.transfer-about__media {
    position: relative;
}
.transfer-about__media img {
    position: absolute;
    right: 55px;
    max-width: inherit;
}
.transfer-about .block-title {
    max-width: 630px;
    margin-bottom: 30px;
    color: #7e342d;
}
.transfer-about__text-block {
    margin-bottom: 50px;
}
.transfer-about .section__circle {
    top: 200px;
    right: -630px;
    width: 540px;
    height: 540px;
}

/*================ Transfer Carousele ================*/
.transfer-carousele {
    background: #e0d6cc;
}
.transfer-carousele .container {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 165px;
}
.transfer-carousele .container::before,
.transfer-carousele .container::after {
    position: absolute;
    content: '';
    background: #d0a684;
}
.transfer-carousele .container::before {
    top: 25px;
    left: 240px;
    width: 1300px;
    height: 220px;
}
.transfer-carousele .container::after {
    bottom: 0;
    left: -450px;
    width: 660px;
    height: 220px;
}

/*================ Transfer Text Block ================*/
.transfer-text-block {
    margin-bottom: 100px;
    padding: 20px 0 60px;
}
.transfer-text-block .container {
    position: relative;
    z-index: 1;
}
.transfer-text-block .container::before {
    position: absolute;
    top: -25px;
    right: -82%;
    width: 100%;
    height: 106%;
    content: '';
    background: #e0d6cc;
}
.transfer-text-block .block-title {
    margin-bottom: 30px;
}
.transfer-text-block .figure {
    position: relative;
    margin: auto 0;
    padding: 0;
}
.transfer-text-block .figure img {
    max-width: inherit;
}
.transfer-text-block .figure .figure-circle {
    right: -110px;
    bottom: -40px;
}

/*================ Transfer Date Time ================*/
.transfer-date-time {
    padding-bottom: 170px;
}
.transfer-date-time .container {
    position: relative;
}
.transfer-date-time .figure {
    position: relative;
    margin: 0;
    padding: 0;
}
.transfer-date-time .figure .image {
    position: absolute;
    z-index: 2;
    top: 70px;
    right: 0;
    max-width: inherit;
}
.transfer-date-time__content {
    padding-top: 220px;
}
.transfer-date-time .block-title {
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}
.transfer-date-time .text-block__circle {
    top: 60px;
    left: -190px;
    width: 410px;
    height: 410px;
}
.transfer-date-time .section-deco-name {
    line-height: 1;
    position: absolute;
    z-index: 3;
    color: #7e342d;
}
.transfer-date-time .section-deco-name__left {
    top: 0;
}
.transfer-date-time .section-deco-name__right {
    top: 180px;
    right: -350px;
}

/*============================================================================
	#Factories Page
==============================================================================*/
/*================ Factories Page Common ================*/
/*================ Factories Intro ================*/
.factories-intro {
    padding-bottom: 100px;
    background: #e0d6cc;
}
.factories-intro__header {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 85px;
}
.factories-intro__header-left,
.factories-intro__header-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
}
.factories-intro__header-left {
    padding: 0 15px;
}
.factories-intro__header-right {
    padding: 0 30px;
}
.factories-intro__title {
    font-family: 'Prata', serif;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 4.8rem;
    z-index: 1;
    max-width: 350px;
    margin: 0;
    margin-left: auto;
    padding-top: 30px;
}
.factories-intro__title::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 280px;
    height: 290px;
    content: '';
    background: #d0a684;
}
.factories-intro__title .factorie-name {
    font-size: 6rem;
    line-height: 6.4rem;
    color: #7e342d;
}
.factories-intro__logo {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 410px;
    height: 210px;
    margin: 0;
    margin-left: auto;
    background: #efefef;
}
.factories-intro__logo::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93.5%;
    height: 89%;
    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 2px solid #000000;
}
.factories-intro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
}
.factories-intro__content-left,
.factories-intro__content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
}
.factories-intro__content-left .text-block {
    max-width: 430px;
}
.factories-intro__content-right .text-block {
    max-width: 440px;
    margin-left: auto;
}

/*================ Factories Video Block ================*/
.factories-page__video-block {
    padding: 80px 0 80px;
}
.factories-page__video-block .container {
    position: relative;
}
.factories-page__video-block .container::before {
    position: absolute;
    top: -120px;
    left: 54%;
    width: 100%;
    height: 100%;
    content: '';
    background: #e0d6cc;
}
.factories-page__video-block .block-title {
    margin-bottom: 55px;
}
.factories-page__video-block .text-block {
    padding-right: 20px;
}
.factories-page__video-block .video-block {
    margin-left: auto;
}
.factories-page__video-block .section__circle {
    top: 40px;
    left: -460px;
    width: 540px;
    height: 540px;
}

/*================ Factories Slider ================*/
.factories-page__slider.slider {
    padding-top: 70px;
    padding-bottom: 175px;
}

/*================ Factories Text Block ================*/
.factories-page__text-block .container {
    position: relative;
    z-index: 1;
}
.factories-page__text-block .container::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -930px;
    width: 100%;
    height: 100%;
    content: '';
    background: #e0d6cc;
}

.factories-page__text-block .text-block {
    margin-bottom: 90px;
}

/*================ Factories Text Block ================*/
.factories-page__carousele {
    padding: 100px 0 165px;
    background: #e0d6cc;
}

/*============================================================================
	#Blog
==============================================================================*/
/*================ Blog Header ================*/
.blog {
    padding-bottom: 70px;
}
.blog__header {
    background: #e0d6cc;
}
.blog .container {
    position: relative;
}
.blog .section__circle_top {
    top: 330px;
    left: -660px;
    width: 540px;
    height: 540px;
}
.blog .section__circle_bot {
    right: -390px;
    bottom: 250px;
    width: 310px;
    height: 310px;
}

.blog-head {
    position: relative;
    z-index: 1;
    max-width: 730px;
    margin: 0 auto 30px;
    padding: 115px 0 15px;
}
.blog-head::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -60px;
    width: 160px;
    height: 100%;
    content: '';
    background: #d0a684;
}
.blog-head__title {
    font-family: 'Prata', serif;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 4.8rem;
    margin: 0;
}

.blog-nav {
    position: relative;
    z-index: 1;
}
.blog-nav::after {
    position: absolute;
    z-index: -1;
    right: -50px;
    bottom: 0;
    width: 244px;
    height: 244px;
    content: '';
    background: url('/assets/images/theme/deco-square-l.svg') no-repeat center/cover;
}
.blog-nav__list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 18px 26px;
    background: #d0a684;
}
.blog-nav__item {
    font-family: 'Prata', serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 10px 26px;
    padding: 2px 10px 0;
    -webkit-transition: background .3s ease,
    color .3s ease;
         -o-transition: background .3s ease,
    color .3s ease;
            transition: background .3s ease,
    color .3s ease;
    text-decoration: none;
    color: #000000;
}
.blog-nav__item:hover {
    color: #d0a684;
    background: #7e342d;
}
.blog-nav__item.is-active {
    color: #d0a684;
    background: #7e342d;
}

/*================ Blog Posts ================*/
.blog-posts {
    padding: 100px 0 60px;
}
.blog-posts__item {
    margin-bottom: 20px;
}

/*================ Post Card ================*/
.post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    min-height: 254px;
}
.post-card__media {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    max-width: 49%;
}
.post-card__media::before {
    position: absolute;
    top: -24px;
    left: -20px;
    width: 300px;
    height: 300px;
    content: '';
    -webkit-transition: opacity .3s ease-in-out,
    left .3s ease;
         -o-transition: opacity .3s ease-in-out,
    left .3s ease;
            transition: opacity .3s ease-in-out,
    left .3s ease;
    opacity: 0;
    background: url('/assets/images/theme/deco-square-l.svg') no-repeat center/cover;

    will-change: opacity;
}
.post-card__media:hover::before {
    left: -30px;
    opacity: 1;
}
.post-card__media-link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.post-card__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.post-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 30px;
    padding-top: 35px;
}
.post-card__date {
    font-family: 'Prata', serif;
    font-size: 1.6rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    max-width: 35%;
}
.post-card__title {
    font-family: 'Prata', serif;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 3rem;
    margin: 0;
    margin-bottom: 25px;
}
.post-card__title-link {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 90px;
       text-overflow: ellipsis;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.post-card__title-link,
.post-card__meta-item {
    text-decoration: none;
    color: #000000;
}
.post-card__title-link:active,
.post-card__title-link:visited,
.post-card__meta-item:active,
.post-card__meta-item:visited {
    color: #000000;
}
.post-card__title-link:hover,
.post-card__meta-item:hover {
    color: #7e342d;
}
.post-card__meta {
    margin-bottom: 20px;
}

.post-card.is-hover .post-card__media::before {
    left: -30px;
    opacity: 1;
}

/*================ Pagination ================*/
.blog__pagination {
    padding-bottom: 100px;
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination__item {
    border-right: 1px solid #d7dadb;
}
.pagination__item:last-child {
    border-right: none;
}
.pagination__item.active .pagination__link {
    color: white;
    background-color: #7e342d;
}
.pagination__item.next .pagination__link,
.pagination__item.prev .pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    padding: 10px 0;
}
.pagination__item.next .pagination__link:hover,
.pagination__item.prev .pagination__link:hover {
    background: transparent;
}
.pagination__item.prev {
    padding-right: 40px;
}
.pagination__item.next {
    padding-left: 40px;
}
.pagination__item.separator {
    padding: 15px 28px;
}

.pagination__link {
    font-size: 1.5rem;
    display: block;
    padding: 15px 28px;
    text-decoration: none;
    color: #000000;
}
.pagination__link:active,
.pagination__link:visited {
    color: #000000;
}
.pagination__link:hover {
    background: #e0d6cc;
}

/*============================================================================
	#Post
==============================================================================*/
/*================ Post Main ================*/
/*================ Post Header ================*/
.post__header {
    padding-top: 40px;
    padding-bottom: 30px;
}

.post-header {
    max-width: 730px;
    margin: 0 auto;
}
.post-header__title {
    font: normal 3rem/3.6rem 'Prata', serif;
    margin: 0 0 15px 0;
    color: #000000;
}
.post-header__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-header__meta-link {
    text-decoration: none;
    color: #000000;
}
.post-header__meta-link:active,
.post-header__meta-link:visited {
    color: #000000;
}
.post-header__meta-link:hover {
    text-decoration: underline;
}
.post-header__meta-category {
    overflow: hidden;
    white-space: nowrap;
       text-overflow: ellipsis;

    -o-text-overflow: ellipsis;
}
.post-header__meta-date {
    font: normal 1.6rem/3rem 'Prata', serif;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    margin-left: 20px;
    text-align: right;
}

/*================ Post Thumbnail ================*/
.post-thumb {
    max-width: 730px;
    margin: 0 auto;
    padding: 0 30px;
}

/*================ Post Content ================*/
.post__content {
    max-width: 760px;
    margin: 0 auto;
    padding: 65px 0 60px;
}

.post__typography *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.post__typography .responsive-iframe iframe {
    width: calc(100% - 60px);
}

.post__typography img {
    padding: 0 30px;
}

/*================ Post Share ================*/
.post__share {
    margin: 0 auto;
    margin-top: 60px;
    padding: 22px 0;
    border-top: 2px solid black;
}

.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.share__title {
    font-family: 'Prata', serif;
    font-size: 1.6rem;
    margin-right: 25px;
}
.share__body {
    margin-right: 12px;
}

/*============================================================================
	#Product Page
==============================================================================*/
/*================ Product Page Main ================*/
/*================ Product Page Intro ================*/
.prod-page__intro {
    padding-bottom: 100px;
    background: #e0d6cc;
}

.product-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-intro__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
    height: 100%;
}
.product-intro__media {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 258px;
    height: 380px;
    margin-right: 54px;
}
.product-intro__media::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -80%;
    width: 100%;
    height: 100%;
    content: '';
    background: #d0a684;
}
.product-intro__image {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.product-intro__title {
    font: normal 3.6rem/4.8rem 'Prata', serif;
    position: relative;
    z-index: 2;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0 60px 0;
}
.product-intro__title .focus-word {
    color: #7e342d;
}

.product-intro__info {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
        flex: 0 0 34%;
    max-width: 34%;
    padding-top: 20px;
    border-top: 2px solid black;
}
.product-intro__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 16px;
}
.product-intro__info-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin-right: 34px;
}
.product-intro__info-text {
    display: block;
}

/*================ Side Deco Block #1 ================*/
.prod-page__text-section .block-title {
    margin-bottom: 55px;
}

.prod-page__deco-side-w-text {
    margin-bottom: 160px;
}
.prod-page__deco-side-w-text .container {
    position: relative;
}
.prod-page__deco-side-w-text .section__circle {
    bottom: -350px;
    left: -590px;
    width: 540px;
    height: 540px;
}

.deco-side-w-text {
    position: relative;
    padding-top: 100px;
}
.deco-side-w-text::before {
    position: absolute;
    top: 0;
    right: -920px;
    width: 100%;
    height: 100%;
    content: '';
    background: #e0d6cc;
}
.deco-side-w-text::after {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 260px;
    height: 260px;
    content: '';
    background: url('/assets/images/theme/deco-square-l.svg') no-repeat center/cover;
}
.deco-side-w-text .section-deco-name {
    position: absolute;
    right: -555px;
    bottom: 70px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: white;
}
.deco-side-w-text .section-deco-name span {
    color: #e0d6cc;
}

/*================ Media Deco Image Block ================*/
.prod-page__media-deco-w-circle {
    padding-bottom: 170px;
}
.prod-page__media-deco-w-circle .container {
    position: relative;
}
.prod-page__media-deco-w-circle .section__circle {
    position: absolute;
    right: -370px;
    bottom: -130px;
    width: 320px;
    height: 320px;
}

.media-deco-w-circle {
    position: relative;
    z-index: 1;
    margin: 0;
}
.media-deco-w-circle .figure-circle {
    position: absolute;
    bottom: -37px;
    left: -15px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #d0a684;
}
.media-deco-w-circle::after {
    position: absolute;
    z-index: -1;
    bottom: -40px;
    left: -30px;
    width: 265px;
    height: 265px;
    content: '';
    background: url('/assets/images/theme/deco-square-l.svg') no-repeat center/cover;
}

/*================ Product Page Quality ================*/
.prod-page__quality {
    padding: 95px 0 160px;
    background: #e0d6cc;
}
.prod-page__quality .figure {
    position: relative;
    margin: 0;
}
.prod-page__quality .figure .images {
    max-width: inherit;
}
.prod-page__quality .figure__deco-text {
    font: normal 8rem/1 'Prata', serif;
    position: absolute;
    top: 280px;
    left: -280px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #7e342d;
}

/*================ Product Page Slider ================*/
.prod-page__slider.slider .section-deco-name {
    top: -100px;
}

/*================ Product Page Features ================*/
.prod-page__features .container {
    position: relative;
    z-index: 1;
}
.prod-page__features .container::before {
    position: absolute;
    right: -870px;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #e0d6cc;
}

.prod-page__features .text-block {
    margin-bottom: 135px;
}

.prod-page__features .figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    margin: 0;
    margin-left: 65px;
}
.prod-page__features .figure .image {
    max-width: inherit;
}

/*================ Product Page Video ================*/
.prod-page__video {
    position: relative;
    z-index: 1;
    padding: 100px 0 70px;
}
.prod-page__video::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 380px;
    content: '';
    background: #e0d6cc;
}

/*============================================================================
	#404 Page
==============================================================================*/
.page-404 {
    padding: 50px 0 0;
    background: #e0d6cc;
}
.page-404 .container {
    position: relative;
}
.page-404__media {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    height: 100%;
    margin-left: 120px;
}
.page-404__media::before {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -125px;
    width: 335px;
    height: 335px;
    content: '';
    background: url('/assets/images/theme/deco-square-red.svg') no-repeat center/cover;
}
.page-404__image {
    position: relative;
    z-index: 2;
}
.page-404__circle-deco {
    position: absolute;
    z-index: 1;
    top: 180px;
    left: -70px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: #d0a684;
}
.page-404__content {
    position: relative;
    z-index: 1;
    padding: 55px 0;
}
.page-404__content::before {
    position: absolute;
    z-index: -1;
    top: 300px;
    right: -325px;
    width: 335px;
    height: 335px;
    content: '';
    background: url('/assets/images/theme/deco-square-orange.svg') no-repeat center/cover;
}
.page-404__title {
    font: normal 4.4rem/5.6rem 'Prata', serif;
    position: relative;
    left: -50px;
    width: 110%;
    margin: 0 0 45px 0;
    color: #7e342d;
}
.page-404__logo {
    font: normal 20rem/1 'Prata', serif;
    margin-bottom: 25px;
    text-align: center;
    color: #7e342d;
}
.page-404__body {
    max-width: 330px;
    margin-left: 75px;
}
.page-404__desc {
    margin-bottom: 35px;
}
.page-404 .button {
    margin-bottom: 35px;
}
.page-404__deco404 {
    font: normal 20rem/1 'Prata', serif;
    position: absolute;
    opacity: .3;
    color: #7e342d;
}
.page-404__deco404 span {
    display: block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.page-404__deco404_left {
    top: 120px;
    left: -430px;
}
.page-404__deco404__right {
    right: -425px;
    bottom: 220px;
}

@media (max-width: 1199.98px) {
    .page-404__media {
        margin-left: 60px;
    }
    .page-404__logo {
        font-size: 18rem;
    }
    .page-404__deco404 {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .page-404__media {
        margin-right: 40px;
        margin-left: -20px;
    }
    .page-404__logo {
        font-size: 15rem;
    }
    .page-404__title {
        font-size: 3.8rem;
    }
}

@media (max-width: 767.98px) {
    .page-404__media::before {
        top: 90px;
        left: -185px;
        width: 260px;
        height: 260px;
    }
    .page-404__circle-deco {
        top: 220px;
        left: -110px;
        width: 280px;
        height: 280px;
    }
    .page-404__content {
        padding-top: 0;
    }
    .page-404__content::before {
        top: auto;
        right: -230px;
        bottom: 0;
        width: 260px;
        height: 260px;
    }
    .page-404__body {
        margin: 0 auto;
    }
    .page-404__image {
        display: none;
    }
    .page-404__title {
        font-size: 3.6rem;
        position: static;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .page-404__title {
        font-size: 3.4rem;
        line-height: 4.8rem;
        max-width: 460px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*============================================================================
	#Hero
==============================================================================*/
.hero {
    height: 870px;
    margin-bottom: 205px;
    background: #e0d6cc;
}
.hero__content {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 130px;
}
.hero__image-left,
.hero__image-right {
    position: absolute;
    content: '';
}
.hero__image-left {
    top: 60px;
    left: -160px;
    overflow: hidden;
    width: 217px;
    height: 510px;
}
.hero__image-left img {
    max-width: inherit;
}
.hero__image-right {
    z-index: 2;
    top: 10px;
    right: 23px;
}
.hero__image-right img {
    position: relative;
    z-index: 10;
}
.hero__title {
    font-family: 'Prata', serif;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 1.45;
    max-width: 510px;
    margin: 0 0 60px 0;
}
.hero__title-word {
    font-size: 5.9rem;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    color: #7e342d;
}
.hero__catalog-carousele {
    position: relative;
    z-index: 1;
}
.hero__catalog-carousele::before {
    position: absolute;
    z-index: -1;
    top: 35px;
    left: 90px;
    width: 920px;
    height: 100%;
    content: '';
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    background: #e0d6cc;
}
.hero__catalog-carousele::after {
    position: absolute;
    z-index: -1;
    right: -280px;
    bottom: 88px;
    width: 380px;
    height: 520px;
    content: '';
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    background: #d0a684;
}

.preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #e0d6cc;
}

.preloader__body {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    white-space: nowrap;
}

.preloader__logo-bolder {
    position: relative;
    width: 95%;
    height: 2px;
    margin-left: auto;
    background: black;
}
.preloader__logo-bolder::before,
.preloader__logo-bolder::after {
    position: absolute;
    width: 40px;
    height: 2px;
    content: '';
    background: black;
}
.preloader__logo-bolder::before {
    top: -6px;
    left: -23px;
}
.preloader__logo-bolder::after {
    top: -12px;
    left: -23px;
    width: 20px;
}

.preloader__letter {
    font-family: 'Prata', serif;
    font-weight: normal;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: rgba(255, 255, 255, .2);
}

.preloader__letter:before {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-preloader-letter);
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}

.preloader__letter:nth-child(2):before {
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}

.preloader__letter:nth-child(3):before {
    -webkit-animation-delay: .45s;
            animation-delay: .45s;
}

.preloader__letter:nth-child(4):before {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}

.preloader__letter:nth-child(5):before {
    -webkit-animation-delay: .75s;
            animation-delay: .75s;
}

.preloader__letter:nth-child(6):before {
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}

.preloader__letter:nth-child(7):before {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
}

.preloader__letter:nth-child(8):before {
    -webkit-animation-delay: 1.20s;
            animation-delay: 1.20s;
}

.preloader__letter:nth-child(9):before {
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s;
}

.preloader__letter:nth-child(10):before {
    -webkit-animation-delay: 1.50s;
            animation-delay: 1.50s;
}

.preloader__letter:nth-child(11):before {
    -webkit-animation-delay: 1.65s;
            animation-delay: 1.65s;
}

.preloader__letter:nth-child(12):before {
    -webkit-animation-delay: 1.80s;
            animation-delay: 1.80s;
}

/* type 2 */
.preloader_type2 .preloader__letter:before {
    -webkit-animation-name: preloader2;
            animation-name: preloader2;
}

@-webkit-keyframes preloader2 {
    0%,
    75%,
    100% {
        -webkit-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
        opacity: 0;
    }
    20%,
    58% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
        opacity: 1;
    }
}

@keyframes preloader2 {
    0%,
    75%,
    100% {
        -webkit-transform: rotateY(-90deg);
                transform: rotateY(-90deg);
        opacity: 0;
    }
    20%,
    58% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
        opacity: 1;
    }
}

.preloader__letter {
    font-size: 6rem;
    letter-spacing: -2px;
}

.preloader__letter:before {
    color: #000000;
}

@media (max-width: 767.98px) {
    .preloader__body {
        -webkit-transform: translate3d(-50%, -100%, 0);
                transform: translate3d(-50%, -100%, 0);
    }
    .preloader__letter {
        font-size: 4rem;
    }
    .preloader__logo-bolder {
        height: 1px;
    }
    .preloader__logo-bolder::before,
    .preloader__logo-bolder::after {
        left: -13px;
        height: 1px;
    }
}

@media (max-width: 375px) {
    .preloader__letter {
        font-size: 3rem;
    }
    .preloader__logo-bolder::before,
    .preloader__logo-bolder::after {
        left: -10px;
    }
}

/*============================================================================
	#Catalog Carousele
==============================================================================*/
.catalog-carousele {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 950px;
}
.catalog-carousele__header {
    font-family: 'Prata', serif;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 40px 0;
}
.catalog-carousele__title {
    font-size: 3.0rem;
    line-height: 3.6rem;
    margin-bottom: 45px;
}
.catalog-carousele__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
}
.catalog-carousele__control .button {
    margin: 0 18px;
}
.catalog-carousele .button {
    -webkit-transition: opacity;
         -o-transition: opacity;
            transition: opacity;
}
.catalog-carousele .swiper-button-disabled {
    opacity: .3;
}
.catalog-carousele__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 786px;
        flex: 0 0 786px;
    max-width: 786px;
    margin: 0;
    padding: 0 30px;
}
.catalog-carousele__item:hover .catalog-carousele__figure::before {
    opacity: 1;
}
.catalog-carousele__figure {
    position: relative;
    z-index: 1;
    width: 222px;
    height: 300px;
    margin: 0;
    margin-bottom: 30px;
}
.catalog-carousele__figure::before {
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 50%;
    width: 286px;
    height: 300px;
    content: '';
    -webkit-transition: opacity .2s;
         -o-transition: opacity .2s;
            transition: opacity .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    background: url('/assets/images/theme/deco-square-l.svg') no-repeat center/cover;

    will-change: opacity;
}
.catalog-carousele__image {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.catalog-carousele__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.catalog-carousele__link:hover {
    color: #7e342d;
}
.catalog-carousele__caption {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .1em;
}

/*============================================================================
	#Slider
==============================================================================*/
.slider {
    padding: 95px 0 160px;
}
.slider .container {
    position: relative;
}
.slider .section-deco-name {
    position: absolute;
    top: -130px;
    right: -20px;
}
.slider__header {
    margin-bottom: 60px;
}
.slider__title {
    font-family: 'Prata', serif;
    font-size: 3.0rem;
    line-height: 3.6rem;
    margin-bottom: 22px;
}
.slider__control .button-prev {
    margin-right: 36px;
}
.slider__control .swiper-button-disabled {
    opacity: .3;
}
.slider__body {
    padding: 0 20px;
}
.slider__slide {
    width: auto;
}
.slider img {
    height: 80vh;
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
.lg-outer .lg-toogle-thumb,
#lg-counter {
    color: #cfa582;
}

.lg-backdrop.in {
    opacity: .9;
}

/*============================================================================
	#Transfer Block
==============================================================================*/
.transfer-block {
    padding: 100px 0 170px;
}
.transfer-block .container {
    position: relative;
}
.transfer-block .figure {
    margin: 0;
    padding: 0;
}
.transfer-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    height: 100%;
}
.transfer-block__left {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 30px;
    margin-left: -30px;
}
.transfer-block__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.transfer-block__right .text-block__circle {
    left: -160px;
    width: 320px;
    height: 320px;
    background-color: #e0d6cc;
}
.transfer-block__right .text-block {
    margin-bottom: 30px;
}
.transfer-block__right .figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.transfer-block .block-form {
    border: 2px solid #e0d6cc;
}
.transfer-block .block-form__inner {
    padding: 70px 40px 50px 64px;
}
.transfer-block .section__circle_left {
    top: 80px;
    left: -750px;
    width: 540px;
    height: 540px;
}
.transfer-block .section__circle_right {
    top: 320px;
    right: -300px;
    width: 410px;
    height: 410px;
}
.transfer-block .section-deco-name {
    position: absolute;
    right: -615px;
    bottom: 170px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #cfa482;
}
/*# sourceMappingURL=style.css.map */



.vat-viget{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 5%;
    bottom: 5%;
    z-index: 33333333;
    display: block;
    overflow: hidden;
}



@media (max-width: 1310px){
   
 .vat-viget {
    left: 10px;
    bottom: 120px;
    }
}











