/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*!
Theme Name: aspect
Theme URI: http://underscores.me/
Author: Pavlo Dubykivskyi
Author URI: https://github.com/Pashadubikovskiy
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aspect
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aspect is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* 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;
    -webkit-text-size-adjust: 100%;
}

/* 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: 0.67em 0;
}

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

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
* 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;
    font-size: 1em;
}

/* 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] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
* 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;
    font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
* Remove the border on images inside links in IE 10.
*/
img {
    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; */
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    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 {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

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

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
* 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 {
    -webkit-appearance: button;
    font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    /*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
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: #aaa #bbb #bbb;
}

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 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*
MY SYLES
*/

/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*     font: inherit; */
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/GaramondPro/AGaramondPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/GaramondPro/AGaramondPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Garamond Pro Light';
    src: url('fonts/GaramondPro/AGaramondPro-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html, * {
    font-family: 'Adobe Garamond Pro', 'Times New Roman', Arial, serif;
    font-size: 18px;
    font-weight: 400;
}

html, body {
    background: #000;
    overflow-x: hidden;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services, .contact {
    padding-top: 25px;
    padding-bottom: 20px;
}

.breadcrumbs {
    display: none;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase;
    padding: 20px 60px;
    color: #fff;
}

.breadcrumbs a, .breadcrumbs span {
    text-decoration: none;
    color: #b4b4b4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.breadcrumbs span {
    color: #FFFFFF;
}

.breadcrumbs a:hover {
    color: #BB9E84;
}

.breadcrumbs svg {
    margin: 0 10px;
    width: 10px;
}

main.main.over {
    z-index: 3000;
}

main.main {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
}


.title {
    font-size: 39px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
}

.instagram {
    padding-top: 35px;
    text-align: center;
}

.instagram__title {
    margin-bottom: 12px;
}

.instagram__link:hover {
    color: #BB9E84;
}

.instagram__link {
    font-weight: 700;
    font-size: 20px;
    line-height: 158.02%;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-family: 'Times New Roman';
    opacity: .9;
}
.romantext {
    font-family: 'Times New Roman' !important;
    opacity: .9;
}
.instagram__feed img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: transform;
}

.instagram__feed > a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.instagram__feed > a.video:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("images/play-xxl.png") no-repeat center / cover;
}

.instagram__feed > a.video:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}

.instagram__feed > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15.7%;
    border-radius: 15px;
    overflow: hidden;
    height: 220px;
    position: relative;
    will-change: transform;
}

@media (max-width: 1920px) {
    .instagram__feed > a {
        height: calc((220 / 1440) * 100vw);
    }
}

#sb_instagram.sbi_fixed_height {
    height: auto !important
}

.instagram__feed {
    padding: 10px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.preloader.hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    right: 0;
    background: #000;
    color: #fff;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px;
    -webkit-transition: opacity 1.3s linear 1s, visibility 1.3s linear 1s;
    -o-transition: opacity 1.3s linear 1s, visibility 1.3s linear 1s;
    transition: opacity 1.3s linear 1s, visibility 1.3s linear 1s;
}

.preloader__logo {
    margin: 17px;
    font-weight: 700;
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-family: 'Times New Roman';
}

.modal-video__video {
    position: relative;
    max-width: 70vw;
    width: 1400px;
    max-height: 78vh;
}

@media (min-width: 1920px) {
    .modal-video__video {
        max-width: 100%;
    }
}

.modal-wrapper {
    padding-bottom: 56%;
}

.modal-video iframe {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}

.modal-video.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.modal-video {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
    padding: 30px 20px 0;

    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity .7s, visibility .7s;
    -o-transition: opacity .7s, visibility .7s;
    transition: opacity .7s, visibility .7s;
    z-index: 1222;
}

.modal-video__close:hover {
    color: #BB9E84;
}

.modal-video__close:before {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

.modal-video__close:after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.modal-video__close:before,
.modal-video__close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: currentColor;
    display: block;
}

.modal-video__close {
    right: -20px;
    top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    cursor: pointer;
}

@-webkit-keyframes preloaderAnim {
    to {
        opacity: .5;
    }
}

@keyframes preloaderAnim {
    to {
        opacity: .5;
    }
}

.preloader__text {
    margin: auto;
    font-weight: 400;
    text-transform: uppercase;
    will-change: transform;
    -webkit-animation: preloaderAnim .5s alternate infinite 1s;
    animation: preloaderAnim .5s alternate infinite 1s;

    font-size: 39px;
    line-height: 47px;
}

.main-decor__line--1 {
    left: 40px;
}


.main-decor__line--2 {
    left: 26.39%;
}

.main-decor__line--3 {
    left: 50%;
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}

.main-decor__line--4 {
    right: 26.39%;
}

.main-decor__line--5 {
    right: 40px;
}

.main-decor__line {
    width: 2px;
    height: 100%;
    background: #222;
    position: absolute;
    top: 0;
}

.main-decor {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 80px);
    width: 100%;
    z-index: -1;
}

.footer {
    width: 100%;
    background-color: black;
    padding: 40px 0 27px;
    border-top: 2px solid #fff;
    text-align: center;
}

body {
    padding-top: 65px;
}

.header {
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 40px;
    position: fixed;
    top: 0;
    z-index: 5;
}

.mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__list-item:first-child a {
    padding-left: 0;
}

.header-nav li {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding-top: 2px;
}

.header-nav a {
    padding: 0 13px;
    color: #ededed;
    text-decoration: none;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-logo {
    position: absolute;
    font-weight: 700;
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;

    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: 'Times New Roman';
}

.header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}


.header-socials path {
    fill: currentColor;
}

.header-socials__link {
    color: #fff;
    margin-left: 16px;
/*     height: 17px; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
}

.header-nav__link.active,
.header-nav__link:hover,
.header-logo:hover,
.header-socials__link:hover {
    color: #BB9E84;
}

.mobile-nav-burger {
    display: none;
}

.footer_block {
    margin-left: auto;
    margin-right: auto;
}

.footer_text:first-child {
    color: #BB9E84;
}
.footer_text span {
    color: white;
}
.footer_text {
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_text .divider {
    padding: 0 10px;
}

.footer_text p {
    margin-bottom: 24px;
}

.footer__link {
    text-decoration: none;
    color: white;
    font-family: 'Times New Roman';
}

.footer__link:hover {
    color: #BB9E84;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    padding: 25px 60px 25px;
}
.about-title {
    margin-bottom: 25px;
}
@media (max-width: 992px) {
    .about-title {
        margin-bottom: 14px;
    }
}
.about-block {
    text-align: center;
}

.about-block__img {
    margin-bottom: 25px;
    width: 424px;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    will-change: transform;
    will-change: transform;
}

.about-block__text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    margin-top: 3px;
}

.about-block__text {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /* 	font-family: "Adobe Garamond Pro Regular", sans-serif; */
}

.about-text {
    padding-left: 63px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    /* 	font-family: "Adobe Garamond Pro Regular", sans-serif; */
}
.about-text h2 {
	font-size: 30px;
	font-family: 'Times New Roman';
    margin: 20px 0 10px;
}
e {
    margin-bottom: 25px;
}

.about-text p {
    margin-bottom:20px;
}

.contact__title {
    margin-bottom: 22px;
}
.contact__title + p {
    margin-bottom: 5px;
}
.contact__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 0 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
}

.contact {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-bottom: 25px;
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 29px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.form__input:focus {
    border: 1px solid #fff;
}

.form {
    text-align: center;
}

.form__label {
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 6px;
    text-align: center;
    color: #FFFFFF;
}

.wpcf7-form-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

input.wpcf7-form-control,
textarea.form__input {
    padding: 15px 20px;
    background: #000000 !important;
    border: 1px solid #757575;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #EDEDED !important;
    outline: none !important;
    text-align: left;
    resize: none;
}

.form-success.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-success {
    margin: 140px 0;
    display: none;
}

.form__btn {
    border: 1px solid #FFFFFF;
    padding: 15px 43px 11px;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #000;
}

.scrolldowwn {
    padding: 20px;
    right: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ededed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scrolldowwn svg {
    margin-right: 15px;
}

.title_img {
    margin: 0 auto;
}

.title_img img {
    border-radius: 15px;
    will-change: transform;
}

.title span {
    padding: 0 15px;
}

.container_image {
    padding: 50px;
    height: 1377px;
    margin-bottom: 60px;
}

.container_image img  {
    border-radius: 17px;
    will-change: transform;
}

.title_img {
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 30px 0;
}

.images_right {
    float: right;
    border: none;
}

.images_left {
    float: left;
}

.title2 {
    font-weight: 700;
    line-height: 158.02%;
    text-align: center;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px;
}

.title2 a {
    color: #ffffff;
    text-decoration: none;
    text-decoration: underline;
}

.title2 span {
    padding: 0 30px;
}

.main_title1 {
    font-weight: 400;
    font-size: 39px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    color: #ffffff;
}

.main_title2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 158.02%;
    text-align: center;
    padding: 20px;
    color: #ffffff;
}

.footer_img {
    padding: 22px;
    text-align: center;
}

.footer_img img {
    padding: 0 10px;
}


/*old up*/
.homepage-hero {
    padding-bottom: 20px;
}
.video-stub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-stub {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}
.homepage-hero__video {
    width: 100%;
    border: 1px solid #363636;
    border-radius: 15px;
    height: calc(100vh - 120px);
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    position: relative;
    will-change: transform;
}

.homepage-hero__video-container {
    padding: 0 22px;
}

.homepage-hero__scroll svg {
    width: 13.6px;
    margin-right: 15px;
    color: #EDEDED;
    fill: currentColor;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.homepage-hero__scroll:hover svg,
.homepage-hero__scroll:hover {
    color: #BB9E84;
}

.homepage-hero__scroll {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #EDEDED;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#sb_instagram .sbi_photo {
    border: 1px solid #363636;
    border-radius: 4px;
    will-change: transform;
}

.homepage-main__title {
    text-align: center;
    padding: 0 20px;
    font-family: 'Times New Roman';
}

.homepage-main {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.homepage-main-videos {
    padding: 70px 22px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.homepage-main-video img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    display: block;
    border-radius: 15px;
    will-change: transform;
}

.homepage-main-video .img__container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 22px;
    display: block;
    position: relative;
    border: 1px solid #494949;
    will-change: transform;
}

span.img__container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.homepage-main-video:hover,
.homepage-main__cta a:hover {
    color: #BB9E84;
}

.homepage-main__cta a {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.homepage-main__cta svg {
    width: 12px;
    margin: 0 25px;
}

.homepage-main__cta {
    font-weight: 700;
    font-size: 18px;
    line-height: 158.02%;
    text-align: center;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.homepage-main-video {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48.75%;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #EDEDED;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none !important;
    padding: 0;
}

.services__cta a:hover {
    color: #BB9E84;
}

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

.services__cta svg {
    width: 12px;
    margin: 0 25px;
}

.services__cta {
    font-weight: 700;
    font-size: 18px;
    line-height: 158.02%;
    text-align: center;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.services__subtitle {
    margin-bottom: 5px;
}
.subtitle {
    font-size: 34px;
    line-height: 35px;
    margin-top: 30px;
}

.services__title {
    margin-bottom: 22px;
}

.services__text {
    padding: 10px 60px 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    /* 	font-family: "Adobe Garamond Pro Regular", sans-serif; */
}

.services__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px 40px;
    color: #fff;
}

.services__column.services-column {
    margin: 0 15px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
}

.services-column__picture {
    margin-bottom: 42px;
    border-radius: 15px;
    overflow: hidden;
    will-change: transform;
}

.services-column__img {
    width: 100%;
}

.services-column__category {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #EDEDED;
    margin-bottom: 25px;
}

.services-column__item {
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Adobe Garamond Pro Light', sans-serif;
    margin-bottom: 30px;
}

@media (min-width: 1921px) {
    .about {
        max-width: 1620px;
        margin: auto;
    }
}

@media (max-width: 1240px) {
    main.main {
        z-index: 1;
    }
    .header {
        padding: 17px 20px;
        position: fixed;
        min-height: 65px;
    }
    .header-nav__list-item:first-child a {
        padding: 0 13px;
    }
    .mobile-nav-burger-btn__span,
    .mobile-nav-burger-btn:before,
    .mobile-nav-burger-btn:after {
        content: '';
        width: 26px;
        height: 2px;
        background: #fff;
        display: block;
        border-radius: 2px;
        overflow: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
    }

    .mobile-nav-burger-btn.opened .mobile-nav-burger-btn__span {
        opacity: 0;
    }

    .mobile-nav-burger-btn.opened:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: -8px;
    }

    .mobile-nav-burger-btn.opened:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -8px;
    }

    .mobile-nav-burger-btn {
        background: #000000;
        border: none;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 17px 14px;
        height: 54px;
        width: 54px;
    }

    .mobile-nav-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #000000;
        padding: 5px;
		transition: .3s;
    }
	.opened .mobile-nav-burger {
		transform: none;
	}
    .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 0;
        top: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: unset;
    }

    .mobile-nav.opened {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .mobile-nav {
        position: absolute;
        right: 0;
        height: 100vh;
        width: 300px;
        background: #000;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 27px 50px;
        top: 0;
        z-index: 5;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .header-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-nav li {
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        text-transform: uppercase;
        color: #EDEDED;
        margin-bottom: 22px;
    }

    .header.opened:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 1;
        background: rgba(92, 92, 92, 0.63);
    }

    .header-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-socials__link {
        margin: 0 8px;
/*         height: 20px; */
    }


    body {
        padding-top: 65px;
    }
}
.video-wrapper {
    background-color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    will-change: transform;
}
@media (max-width: 992px) {
    ol.wp-block-list {
        line-height: 1.3;
        text-align: center;
    }
    ol.wp-block-list li {
        margin: 17px 0;
    }
    .modal-video__video {
        max-width: 90vw;
    }
    .form__label {
        font-size: 17px;
    }
    .preloader__text {
        font-size: 31px;
        line-height: 37px;
    }
    .homepage-main__title.title {
        line-height: 30px;
    }

    .modal-video__video {
        width: 100%;
    }

    .breadcrumbs {
        padding: 24px 20px;
    }

    .title {
        font-weight: 400;
        font-size: 25px;
        line-height: 153.7%;
    }
    .form__btn {
        font-size: 18px;
        padding: 13px 53px;
        line-height: 21px;
    }
    .instagram {
        padding-top: 43px;
    }
	.homepage-main-videos, .homepage-main {
		padding-bottom: 0 !important;
	}
    .instagram__title {
        margin-bottom: 0px;
    }

    .instagram__feed {
        padding: 34px 19px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .instagram__feed > a {
        width: 48%;
        margin-bottom: 13px;
    }

    main.main {
        padding-bottom: 29px;
    }

    .main-decor__line--1,
    .main-decor__line--2,
    .main-decor__line--4,
    .main-decor__line--5 {
        display: none;
    }

    .main-decor {
        height: calc(100% - 43px);
    }


    .footer {
        padding: 33px 19px 19px;
    }
    .homepage-main-video {
        margin-bottom: 19px;
    }
    .footer_text {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 24px;
    }

    .about-title {
        margin-bottom: 14px;
    }
	.about-text h2 {
		font-size: 22px;
	}
    .about {
        padding: 0 19px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-block__img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
    }

    .about-block {
        width: 100%;
    }

    .about-block__text {
        font-size: 21px;
        line-height: 32px;
    }

    .about-block__text p {
        font-size: 15px;
        line-height: 32px;
        margin-top: 0;
    }

    .about-text {
        padding: 32px 0 0;
        text-align: center;
        font-size: 20px;
        line-height: 206.02%;
    }

    .about-text p {
        margin-bottom: 19px;
    }

    .contact__title {
        margin-bottom: 19px;
    }

    .contact__text {
        padding: 5px 19px 13px;
        font-size: 20px;
        line-height: 33px;
    }

    .contact__form {
        padding: 0 19px;
    }

    .homepage-hero__video-container {
        padding: 0 19px;
    }

    .homepage-hero__video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 600px;
    }

    .homepage-hero {
        padding-bottom: 0;
    }

    .homepage-main-videos {
        padding: 38px 19px 28px;
    }

    .title {
        font-weight: 400;
        font-size: 25px;
        line-height: 143.7%;
    }

    .homepage-main-video__name {
        font-weight: 500;
        font-size: 19px;
        line-height: 22px;
    }

    .homepage-main-video {
        width: 100%;
    }

    .homepage-main-video .img__container {
        margin-bottom: 18px;
    }

    .homepage-main__cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .homepage-main__cta svg {
        margin: 9px auto 14px;
    }

    .subtitle {
        font-size: 21px;
        line-height: 39px;
    }

    .services__title {
        margin-bottom: 19px;
    }

    .services__text {
        padding: 5px 19px 40px;
        font-size: 20px;
        line-height: 33px;
    }

    .services__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .services-column {
        padding-bottom: 24px;
    }

    .services-column__picture {
        margin-bottom: 28px;
    }

    .services-column__category {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .services-column__item {
        font-size: 19px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .services__cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services__cta svg {
        margin: 9px auto 14px;
    }
    #sbi_images {
        padding: 0 !important;
    }
    #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
        padding-right: 6px !important;
        padding-bottom: 11px !important;
    }
    #sb_instagram #sbi_images .sbi_item:nth-child(even) {
        padding-left: 6px !important;
        padding-bottom: 11px !important;
    }
    #sb_instagram.sbi_fixed_height {
        padding-bottom: 0 !important;
    }


    html {
        height: 100%;
        overflow: hidden;
    }
    body {
        height: 100%;
        overflow: auto;
    }
}

@media (max-width: 567px) {

    .modal-video__video {
        width: 100%;
    }
    .modal-video__close {
        right: 0;
    }
    .modal-video {
        padding: 0;
    }
    .modal-video__video {
        max-width: 95vw;
    }
    .title span {
        display: block;
        height: 10px;
        overflow: hidden;
        opacity: 0;
    }
}

img, .sbi_item {
    opacity: 0 !important;
    transition: opacity 0.5s 0.4s !important;
}
img.activated, .sbi_item.activated {
    opacity: 1 !important;
}
.swiper-slide picture, .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* new version styles */
.contact-body {
    padding: 112px 0 43px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contact-body__link {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 160%;
	font-weight: 500;
}

.single-video-section {
    padding-top: 32px;
}
.single-video-section__title {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 48px;
    width: 100%;
    padding: 0 20px;
}
.single-video-section__media {
    max-width: 670px;
    margin: 0 auto 30px;
    border: 1px solid #494949;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.single-video-section__content {
    max-width: 670px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #fff;
}
.single-video-section__content p:not(:last-child) {
	margin-bottom: 15px;
}
.single-video-section:nth-child(2) {
    padding-top: 70px;
}
.single-video-section:last-child {
    padding-bottom: 35px;
}
.single-video-section__img {
    display: block;
}
.genre-page .img__container {
    border: 1px solid #494949;
}
.genre-header {
    padding: 30px 20px 0;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.videos-not-found {
    max-width: 670px;
    margin: auto;
    text-align: center;
    padding: 100px 20px;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
@media (max-width: 992px) {
    .contact-body {
        padding: 51px 0 0;
        margin-bottom: -11px;
        gap: 16px;
    }
    .contact__title.contact-new__title {
        font-size: 25px;
    }
    .single-video-section {
        padding-top: 9px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .title.single-video-section__title {
        margin-bottom: 30px;
    }
    .genre-header {
        padding-top: 9px;
    }
    .single-video-section__content {
        font-size: 19px;
        text-align: center;
        line-height: 1.45;
    }
    .single-video-section:nth-child(2) {
        padding-top: 30px;
    }
    section.single-video-section:last-child {
        padding-bottom: 0;
    }
	.contact-body__link {
		font-size: 17px;
	}
	.instagram__link {
		font-weight: 400;
	}
}
@media (max-width: 600px) {
	.about-text {
		line-height: 160%
	}
	ol.wp-block-list li {
		font-size: 18px;
		margin: 17px 0 22px;
		line-height: 1.2;
    }
	.about {
		padding: 0 24px;
	}
	.about-text a + br {
		display: none;
	}
	.about-text a {
		font-size: 18px;
		margin: 17px 0 22px;
		line-height: 1.2;
		display: block;
	}
}