/*
	Belle Magazine
	Version : 1.0.0
*/
@font-face {
    font-family: "Monument Extended";
    src: url(../fonts/MonumentExtended_Bold.woff2) format("woff2"), url(../fonts/MonumentExtended_Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: FreightBigBookItalic;
    src: url(../fonts/FreightBigBookItalic.woff2) format("woff2"), url(../fonts/FreightBigBookItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight_TextBookItalic.woff2) format("woff2"), url(../fonts/Freight_TextBookItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Saol Display";
    src: url(../fonts/SaolDisplay_LightItalic.woff2) format("woff2"), url(../fonts/SaolDisplay_LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham_Medium.woff2) format("woff2"), url(../fonts/Gotham_Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Aktiv Grotesk";
    src: url(../fonts/AktivGrotesk_Light.woff2) format("woff2"), url(../fonts/AktivGrotesk_Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Cosi Times";
    src: url(../fonts/CosiTimes_Light.woff2) format("woff2"), url(../fonts/CosiTimes_Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1;
    min-width: 320px;
    position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
}
.hidden,
[hidden],
template {
    display: none;
}
a {
    text-decoration: none;
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
a img {
    border: 0;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 75%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    background-clip: padding-box;
    background-color: transparent;
}
button,
html input[type="button"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
textarea {
    resize: none;
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
ol,
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
    color: #000;
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}
.clearfix {
    clear: both;
}
body {
    color: #000;
    font-size: 16px;
    font-family: sans-serif;
    background-color: #10101b;
    background-image: url(../images/bg-body.jpg);
    background-size: cover;
    background-position: top;
    font-family: Gotham, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.box {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15vw;
}
#preloader {
    background-color: #10101b;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
header {
    position: absolute;
    width: 100%;
    -webkit-transition: 0.5s ease 0.2s;
    -o-transition: 0.5s ease 0.2s;
    transition: 0.5s ease 0.2s;
    opacity: 1;
    z-index: 5;
    padding: 60px 0;
    top: 0;
}
header .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 70px;
}
header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 180px;
}
header .header_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .header_nav ul li a {
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 2.22426px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 18px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 10px;
}
header .header_nav ul li a:hover {
    color: #d3a063;
}
header .contacts_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .contacts_side .social_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .contacts_side .social_links .social_link {
    height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
}
header .contacts_side .social_links .social_link img {
    height: 100%;
}
header .contacts_side .btn {
    margin-left: 25px;
}
main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
main .section {
    position: relative;
}
main .section:before {
    border: 1px solid #979797;
    width: calc(100% - 20px);
    height: calc(100% - 0px);
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
    border-top: none;
    border-bottom: none;
}
main .section:first-child:before {
    top: 10px;
    height: calc(100% - 10px);
    border-top: 1px solid #979797;
}
main .section:last-child:before {
    height: calc(100% - 10px);
    top: auto;
    bottom: 10px;
    border-bottom: 1px solid #979797;
}
.gradient_text_stroke {
    position: absolute;
    z-index: -999999;
    opacity: 0;
    visibility: hidden;
}
.btn {
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    letter-spacing: 2.22426px;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
}
.btn:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #cea365), color-stop(150%, #b68347));
    background: -o-linear-gradient(bottom, #cea365 50%, #b68347 150%);
    background: linear-gradient(0deg, #cea365 50%, #b68347 150%);
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn:hover {
    border-color: #d3a063;
}
.btn:hover:before {
    opacity: 0;
}
.main_nav {
    position: fixed;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50px;
    z-index: 4;
}
.main_nav nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    counter-reset: counter;
}
.main_nav nav .nav_link {
    position: relative;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    letter-spacing: 2.22426px;
    color: transparent;
    text-transform: uppercase;
    padding: 12px 0;
    width: 100%;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    counter-increment: counter;
    margin-bottom: 8px;
}
.main_nav nav .nav_link:before {
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    -webkit-transition: 0.5s ease-in 0.1s;
    -o-transition: 0.5s ease-in 0.1s;
    transition: 0.5s ease-in 0.1s;
    content: "";
}
.main_nav nav .nav_link:after {
    content: "0" counter(counter);
    position: absolute;
    left: 100%;
    bottom: -35px;
    line-height: 1;
    font-family: Cosi Times;
    font-style: normal;
    font-weight: 300;
    font-size: 77px;
    line-height: 99px;
    text-align: center;
    letter-spacing: 0.945187px;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.5s ease 0.2s;
    -o-transition: 0.5s ease 0.2s;
    transition: 0.5s ease 0.2s;
    z-index: -1;
}
.main_nav nav .nav_link.active {
    color: #fff;
}
.main_nav nav .nav_link.active:before {
    width: 100%;
    background-color: #d3a063;
    opacity: 1;
}
.main_nav nav .nav_link.active:after {
    opacity: 0.2;
    left: 40%;
}
.main_nav nav .nav_link:hover {
    color: #fff;
}
.hero {
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 800px;
    position: relative;
}
.hero .fp-tableCell {
    width: 100%;
}
.hero .video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}
.hero .video_bg:before {
    width: 101%;
    height: 101%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #10101b;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 51, 0.3)), color-stop(0, rgba(21, 21, 31, 0.6)), color-stop(90%, #15151f));
    background: -o-linear-gradient(top, rgba(42, 42, 51, 0.3) 0, rgba(21, 21, 31, 0.6) 0, #15151f 90%);
    background: linear-gradient(to bottom, rgba(42, 42, 51, 0.3) 0, rgba(21, 21, 31, 0.6) 0, #15151f 90%);
    z-index: 1;
}
.hero .video_bg video {
    width: 100%;
    height: 99%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.hero .box {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}
.hero .hero_text {
    width: 100%;
    position: relative;
    margin-top: 20vh;
    margin-bottom: -30px;
}
.hero .hero_text .hero_round_image {
    width: 80px;
    height: 80px;
    padding: 5px;
    background-image: url(../images/circle_hero.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.hero .hero_text .hero_round_image img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
}
.hero .hero_text h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    cursor: text;
}
.hero .hero_text h1 span {
    font-family: "Saol Display";
    font-weight: 300;
    font-style: italic;
    font-size: 35px;
    line-height: 36px;
    color: #fff;
}
.hero .hero_text h1 svg {
    width: 100%;
    height: 130px;
}
.hero .hero_text h1 svg g {
    -webkit-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
}
.hero .hero_text h1 svg text {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 7vw;
    line-height: 1;
    letter-spacing: 0.1vw;
}
.hero .hero_text h4 {
    font-family: "Aktiv Grotesk";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    padding-left: 0;
    position: relative;
    max-width: 600px;
    margin-bottom: 30px;
}
.hero .hero_text .btn {
    display: inline-block;
}
.hero .video_action {
    bottom: 0;
    margin-left: auto;
    margin-bottom: 10vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    right: -4%;
}
.hero .video_action .video_toggle {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #cea365), color-stop(150%, #b68347));
    background: -o-linear-gradient(bottom, #cea365 50%, #b68347 150%);
    background: linear-gradient(0deg, #cea365 50%, #b68347 150%);
    position: relative;
    right: -30px;
    z-index: 1;
}
.hero .video_action .video_toggle:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #cea365), color-stop(150%, #b68347));
    background: -o-linear-gradient(bottom, #cea365 50%, #b68347 150%);
    background: linear-gradient(0deg, #cea365 50%, #b68347 150%);
    opacity: 0.45;
    z-index: -1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.hero .video_action .video_toggle img {
    max-width: 16px;
    position: relative;
}
.hero .video_action .video_toggle:hover:before {
    width: 100%;
    height: 100%;
}
.hero .video_action .video_preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 290px;
    height: 190px;
    -webkit-box-shadow: 0 26px 32px rgba(0, 0, 0, 0.5);
    box-shadow: 0 26px 32px rgba(0, 0, 0, 0.5);
}
.hero .video_action .video_preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.hero .scroll_btn {
    position: absolute;
    bottom: 8vh;
    right: 3vw;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero .scroll_btn span {
    font-family: Gotham;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 2.22426px;
    color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    -ms-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 30px;
}
.hero .scroll_btn:after {
    width: 1px;
    height: 127px;
    content: "";
    position: relative;
    background: #d3a063;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.hero .scroll_btn:hover:after {
    height: 150px;
}
.photosets {
    padding: 60px 0;
    padding-bottom: 213px;
}
.photosets .box {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}
.photosets .section_title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 120px;
}
.photosets .section_title h2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.photosets .section_title h2:before {
    -webkit-box-shadow: 0 1px 45px 20px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 45px 20px rgba(255, 255, 255, 0.5);
    content: "";
    width: 20%;
    height: 0;
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.photosets .section_title h2 span {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 87px;
    line-height: 81px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.photosets .section_title h2 svg {
    width: 505px;
    text-align: center;
    height: 85px;
}
.photosets .section_title h2 svg g {
    -webkit-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
}
.photosets .section_title h2 svg text {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 87px;
    line-height: 1;
    text-align: center;
}
.photosets .photosets_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: auto;
    max-height: 60%;
    width: 100%;
}
.photosets .photosets_inner .images {
    position: relative;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 700px;
}
.photosets .photosets_inner .images .image_1 {
    width: auto;
    max-width: 600px;
    height: auto;
    max-height: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
}
.photosets .photosets_inner .images .image_1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.photosets .photosets_inner .images .image_2 {
    position: absolute;
    width: 70%;
    max-width: 500px;
    height: 45%;
    max-height: 330px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -10%;
    left: 90%;
    overflow: hidden;
}
.photosets .photosets_inner .images .image_2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.photosets .photosets_inner .text {
    margin-left: 108px;
    margin-top: 9vh;
    padding-left: 27px;
    border-left: 1px solid #d3a063;
}
.photosets .photosets_inner .text .sub_title {
    font-family: "Saol Display";
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 27px;
    background: -webkit-gradient(linear, right top, left top, from(#e9cb76), to(#cf9b41));
    background: -o-linear-gradient(right, #e9cb76 0, #cf9b41 100%);
    background: linear-gradient(to left, #e9cb76 0, #cf9b41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.photosets .photosets_inner .text h4 {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 46px;
    max-width: 380px;
    color: #fff;
    margin-bottom: 30px;
}
.photosets .photosets_inner .text .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.photosets .photosets_inner .text .author_img {
    background-image: url(../images/circle.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    padding: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.photosets .photosets_inner .text .author_img img {
    max-width: 50px;
}
.photosets .photosets_inner .text .author_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 23px;
}
.photosets .photosets_inner .text .author_name p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    font-family: "Aktiv Grotesk";
    margin-bottom: 5px;
}
.photosets .photosets_inner .text .author_name h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 2.96568px;
    color: #d3a063;
}
.features {
    padding-bottom: 200px;
}
.features .box {
    z-index: 3;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.features .section_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
}
.features .section_title h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.features .section_title h2 span {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    color: #edebe6;
}
.features .section_title h2 svg {
    text-align: center;
    height: 65px;
}
.features .section_title h2 svg g {
    -webkit-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
}
.features .section_title h2 svg text {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 1;
    text-align: center;
}
.features .section_title .btn {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.features .section_title .btn:before {
    z-index: -1;
}
.features .features_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: auto;
}
.features .features_inner .features_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: calc(100% / 3);
    padding: 0 4vw;
    margin-bottom: 20px;
}
.features .features_inner .features_item .image {
    width: 100%;
    padding-top: 100%;
    height: auto;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-image: url(../images/circle_big.svg);
    background-size: 100%;
    background-position: center;
    margin-bottom: 35px;
}
.features .features_inner .features_item .image img {
    border-radius: 50%;
}
.features .features_inner .features_item h4 {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 0.9;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}
.features .features_inner .features_item p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: "Aktiv Grotesk";
    font-weight: 300;
    font-style: normal;
    line-height: 1.8;
    width: 100%;
}
.features .features_inner .features_item:nth-child(2n) {
    border-left: 0.5px solid rgba(151, 151, 151, 0.4);
    border-right: 0.5px solid rgba(151, 151, 151, 0.4);
}
.quote {
    background-image: url(../images/discovery.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
.quote .box {
    position: relative;
    z-index: 3;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.quote .quote_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 200px 0;
}
.quote .quote_inner .image {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1200px;
    position: absolute;
    left: 10%;
}
.quote .quote_inner .image img {
    height: 100%;
    max-width: none;
    width: auto;
    position: relative;
}
.quote .quote_inner .quote_text {
    margin-left: auto;
    max-width: 480px;
    width: calc(50% - 100px);
    position: relative;
}
.quote .quote_inner .quote_text:before {
    width: 74px;
    height: 63px;
    content: "";
    background-image: url(../images/quote.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -100px;
}
.quote .quote_inner .quote_text blockquote {
    font-family: "Saol Display";
    font-style: italic;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 45px;
}
.quote .quote_inner .quote_text .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
    position: relative;
}
.quote .quote_inner .quote_text .author:before {
    width: 70px;
    height: 1px;
    background: #d3a063;
    position: absolute;
    content: "";
    left: 0;
}
.quote .quote_inner .quote_text .author p {
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 2.22426px;
    color: #fff;
    text-transform: uppercase;
}
.quote .quote_inner .quote_text .author p span {
    opacity: 0.4;
}
.insta {
    padding-bottom: 100px;
}
.insta .box {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.insta .section_title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 23px;
    border-left: 1px solid #d3a063;
}
.insta .section_title h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.insta .section_title h2 span {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    color: #edebe6;
}
.insta .section_title h2 svg {
    text-align: center;
    height: 65px;
}
.insta .section_title h2 svg g {
    -webkit-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
}
.insta .section_title h2 svg text {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 1;
    text-align: center;
}
.insta .section_title .btn {
    margin-left: 15px;
}
.insta .inst_images {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 625px;
}
.insta .inst_images .image {
    margin: 25px;
    overflow: hidden;
    position: relative;
}
.insta .inst_images .image:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.insta .inst_images .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.insta .inst_images .image.image_1 {
    max-width: 310px;
    width: 30%;
    max-height: 310px;
    top: 20%;
}
.insta .inst_images .image.image_2 {
    width: 40%;
    max-width: 455px;
    max-height: 455px;
}
.insta .inst_images .image.image_3 {
    top: 35%;
    width: 30%;
    max-width: 340px;
    max-height: 340px;
}
.insta .inst_images .image.image_4 {
    position: absolute;
    width: 33%;
    max-width: 405px;
    max-height: 405px;
    right: -50px;
    bottom: 50%;
}
.subscribe {
    background-image: url(../images/footer-image.png);
    background-position: center;
    background-size: cover;
    padding-top: 450px;
    margin-top: -300px;
    padding-bottom: 350px;
}
.subscribe .box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}
.subscribe .subscribe_title {
    text-align: center;
    margin: auto;
    position: relative;
}
.subscribe .subscribe_title h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.subscribe .subscribe_title h2:before {
    -webkit-box-shadow: 0 1px 70px 30px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 70px 30px rgba(255, 255, 255, 0.5);
    content: "";
    width: 85%;
    height: 0;
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.subscribe .subscribe_title h2 span {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 87px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    color: #edebe6;
}
.subscribe .subscribe_title h2 svg {
    width: 730px;
    text-align: center;
    height: 85px;
}
.subscribe .subscribe_title h2 svg g {
    -webkit-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
}
.subscribe .subscribe_title h2 svg text {
    font-family: "Monument Extended";
    font-style: normal;
    font-weight: 700;
    font-size: 87px;
    line-height: 1;
    text-align: center;
}
.subscribe .subscribe_title .btn {
    position: relative;
}
footer {
    position: relative;
    background-color: #10101b;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 30px 0;
}
footer .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .logo {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer .logo img {
    max-width: 180px;
        max-height: 50px;

}
footer .social_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
footer .social_links .social_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 21px;
    margin: 0 10px;
}
footer .social_links .social_link img {
    height: 100%;
}
footer .social_links .social_link:hover svg g {
    fill: #d3a063;
}
footer .stride_logo {
    width: 30%;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
footer .stride_logo img {
    height: 100%;
    max-width: 180px;
    margin-top: -1px;
}
@media screen and (min-width: 1700px) {
    .box {
        padding: 0 320px;
    }
    .hero .hero_text h1 svg {
        height: 130px;
    }
    .hero .hero_text h1 svg text {
        font-size: 127px;
    }
    .hero .video_action {
        right: -10%;
    }
    .hero .scroll_btn {
        right: 4vw;
    }
}
@media screen and (max-width: 1650px) {
    .photosets .section_title {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .photosets .section_title h2 span {
        font-size: 67px;
        margin-bottom: -10px;
    }
    .photosets .section_title h2 svg {
        width: 388px;
        height: 75px;
    }
    .photosets .section_title h2 svg text {
        font-size: 67px;
    }
    .photosets .photosets_inner .text {
        margin-left: 5vw;
    }
    .insta .inst_images .image.image_4 {
        right: -75px;
    }
}
@media screen and (max-width: 1450px) {
    header {
        opacity: 1;
        padding: 35px 0;
    }
    .photosets .photosets_inner {
        max-height: none;
        margin-bottom: 150px;
    }
    .photosets .photosets_inner .images .image_1 {
        height: 600px;
    }
    .features .section_title {
        margin-bottom: 80px;
    }
    .box {
        padding: 0 15vw;
    }
    .main_nav {
        left: 25px;
    }
    .quote .quote_inner .image img {
        height: auto;
        max-width: 100%;
    }
    .quote .quote_inner .quote_text blockquote {
        font-size: 30px;
    }
    .insta .section_title {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .insta .section_title h2 {
        margin-bottom: 10px;
    }
    .insta .section_title h2 span {
        font-size: 50px;
    }
    .insta .section_title h2 svg {
        height: 50px;
    }
    .insta .section_title h2 svg text {
        font-size: 50px;
    }
    .insta .inst_images {
        padding-top: 0;
    }
    .insta .inst_images .image {
        margin: 15px;
    }
    .insta .inst_images .image.image_1 {
        max-width: 250px;
        width: 25%;
        max-height: 250px;
        top: 15%;
    }
    .insta .inst_images .image.image_2 {
        width: 35%;
        max-width: 400px;
        max-height: 400px;
    }
    .insta .inst_images .image.image_3 {
        top: 35%;
        width: 25%;
        max-width: 250px;
        max-height: 250px;
    }
    .insta .inst_images .image.image_4 {
        width: 25%;
        max-width: 350px;
        max-height: 350px;
        right: 35px;
        bottom: 65%;
    }
    .subscribe .subscribe_title h2 span {
        font-size: 65px;
    }
    .subscribe .subscribe_title h2 svg {
        width: 545px;
        height: 70px;
    }
    .subscribe .subscribe_title h2 svg text {
        font-size: 65px;
    }
    .insta .inst_images {
        height: 600px;
    }
    .subscribe {
        padding: 150px 0;
    }
    .subscribe .subscribe_title .btn {
        display: inline-block;
    }
    .photosets {
        padding-bottom: 100px;
    }
    .features {
        padding-bottom: 50px;
    }
    .quote {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1200px) {
    .insta .inst_images .image.image_4 {
        right: auto;
        left: 70%;
    }
    .main_nav nav .nav_link:after {
        font-size: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .main_nav {
        display: none;
    }
    .box {
        padding: 0 50px;
    }
    header .box {
        padding: 0 30px;
    }
    .photosets .photosets_inner .text .sub_title {
        font-size: 20px;
    }
    .photosets .photosets_inner .text h4 {
        font-size: 40px;
        line-height: 1;
    }
    .photosets .photosets_inner .text {
        margin-left: 2vw;
    }
    .hero .hero_text h1 svg text {
        font-size: 10vw;
    }
    .hero .video_action {
        right: 10%;
    }
    .hero .scroll_btn {
        right: 2vw;
    }
    header .header_nav ul li a {
        margin-right: 0;
    }
    header .logo {
        max-width: 130px;
    }
    header .contacts_side .btn {
        margin-left: 10px;
    }
    .features .features_inner .features_item h4 {
        font-size: 18px;
    }
    .quote .quote_inner .quote_text {
        width: 50%;
    }
    .quote .quote_inner .quote_text blockquote {
        font-size: 24px;
        margin-bottom: 25px;
    }
    header .header_nav {
        width: 40%;
    }
    header .contacts_side {
        width: 40%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .hero .hero_text h1 svg {
        height: 130px;
    }
}
@media screen and (max-width: 768px) {
    
    
    .insta .section_title h2 span {
        text-align:center;
    }
    
    .insta .section_title h2 svg {
        height: 40px;
        text-align: center;
        margin: 0 auto;
        margin-left: 10%;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    
    
    .insta .section_title .btn {
        margin-left: 25%;
    }
    
    .hero .hero_text .hero_round_image {
        margin:0px auto;
    }
    
    .hero .hero_text h1 span {

        text-align: center;
    }
    
    .hero .hero_text h4 {
        text-align: center;
    }
    
    h1.wow.fadeInUp svg {
        margin: 0 auto;
        margin-left: 10%;
        margin-top: 14px;
    }    
        
    .hero .video_action {
        right: 15%;
    }
    
    
    
    .photosets .photosets_inner .text {
        margin-left: 108px;
        margin-top: 15vh;
        padding-left: 27px;
        border-left: 1px solid #d3a063;
    }

.features .section_title h2 {
    /* margin-left: 14%; */
}
    .quote .quote_inner .quote_text blockquote {
        text-align: center;
        padding: 0 1em;
    }

    .hero .hero_text .btn {
        /* margin-left: 25%; */
    }
    
    header .box {
        padding: 0 50px;
    }
    header .header_nav {
        display: none;
    }
    header .contacts_side {
        width: calc(50% - 65px);
        margin:0px auto;
        display: none;
    }
    header .contacts_side .btn {
        display: none;
    }
    header .logo {
        margin: auto;
    }
    .hero .scroll_btn {
        display: none;
    }
    .box {
        padding: 0 40px;
    }
    .hero .video_action {
        /* right: 15%; */
        left: 15%;
        transform: translateX(-30%);
        margin-left: unset;
    }
    .hero .hero_text {
        min-height: calc(100vh - 200px);
        margin-bottom: 0;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .hero_text > div {
        text-align: center;
    }
    .photosets .photosets_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .photosets .photosets_inner .images {
        width: 100%;
        margin-bottom: 100px;
    }
    .photosets .photosets_inner .images .image_1 {
        width: 100%;
        position: relative;
    }
    .photosets .photosets_inner .images .image_1 img {
        /* -o-object-fit: contain; */
        /* object-fit: contain; */
    }
    .photosets .photosets_inner .images .image_2 {
        right: 0;
        bottom: auto;
        top: 65%;
        max-width: 80%;
        left: auto;
        height: auto;
    }
    
    
    .photosets .photosets_inner .images .image_2 {
        right: 0;
        bottom: auto;
        top: 75%;
        max-width: 50%;
        left: auto;
        height: 45%;
    }    
    
    .photosets .photosets_inner .text {
        width: 70%;
    }
    .features .section_title {
        border-left: 1px solid #d3a063;
        padding-left: 20px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .features .section_title .btn {
        display: none;
    }
    .features .features_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .features .features_inner .features_item {
        width: 100%;
        max-width: 400px;
        margin-bottom: 50px;
        text-align: center;
    }
    .features .features_inner .features_item:nth-child(2n) {
        border: none;
    }
    .features .features_inner .features_item h4 br {
        display: none;
    }
    .quote {
        padding: 0;
        background-position: center 15%;
    }
    .quote .quote_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .quote .quote_inner .image {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: -10%;
        margin-bottom: 0;
    }
    .quote .quote_inner .quote_text {
        width: 100%;
        margin-left: 0;
        max-width: none;
        margin-bottom: 80px;
    }
    .subscribe {
        padding-bottom: 140px;
        padding-top: 0;
    }
    .subscribe .subscribe_title h2 {
        margin-bottom: 10px;
    }
    .photosets .photosets_inner {
        width: 100%;
    }
    .photosets .photosets_inner .text {
        margin-left: 0;
    }
    .quote .quote_inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .subscribe {
        padding-top: 200px;
    }
}
@media screen and (max-width: 640px) {
    /* .hero { */
        /* min-height: auto; */
        /* height: auto; */
    /* } */
    header .box {
        padding: 0 20px;
    }
    .box {
        padding: 0 20px;
    }
    main .section:before {
        width: calc(100% - 10px);
        left: 5px;
        border-color: rgba(150, 150, 150, 0.45);
    }
    main .section:first-child:before {
        top: 5px;
        height: calc(100% - 5px);
    }
    main .section:last-child:before {
        height: calc(100% - 5px);
        top: auto;
        bottom: 5px;
    }
    footer:before {
        width: calc(100% - 10px);
        left: 5px;
        top: 0;
        position: absolute;
        content: "";
    }
    .subscribe .subscribe_title h2 span {
        font-size: 45px;
        margin-bottom: -10px;
    }
    .subscribe .subscribe_title h2 svg {
        width: 420px;
        height: 60px;
    }
    .subscribe .subscribe_title h2 svg text {
        font-size: 50px;
    }
    .hero .hero_text h1 svg text {
        font-size: 11vw;
    }
    .hero .hero_text h1 span {
        margin-bottom: -4vw;
        font-size: 6vw;
    }
    .photosets .photosets_inner .images .image_1 {
        height: auto;
    }
    .insta .inst_images {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 80px;
    }
    .insta .inst_images .image {
        width: calc(50% - 10px) !important;
        height: 250px !important;
        margin: 5px !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        position: relative !important;
    }
}
@media screen and (max-width: 480px) {
    header .contacts_side .social_links .social_link {
        height: 16px;
    }
    .hero .hero_text h1 svg {
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 337px;
    }
    .hero .hero_text h1 svg text {
        font-size: 43px;
    }
    .hero .hero_text h1 {
        margin-bottom: 6px;
    }
    .hero .hero_text h1 span {
        margin-bottom: -10px;
        font-size: 25px;
    }
    .hero .video_action {
        margin-bottom: 20px;
    }
    .hero .video_action .video_toggle {
        width: 40px;
        height: 40px;
        right: -20px;
    }
    .hero .video_action .video_toggle:before {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
    }
    .hero .video_action .video_preview {
        width: 220px;
        height: 150px;
    }
    .photosets .section_title h2 span {
        font-size: 50px;
        line-height: 1;
    }
    .photosets .section_title h2 svg {
        width: 290px;
    }
    .photosets .section_title h2 svg text {
        font-size: 50px;
    }
    .photosets .photosets_inner {
        width: 100%;
    }
    .photosets .photosets_inner .images {
        margin-bottom: 0;
        height: auto;
    }
    .photosets .photosets_inner .text {
        margin-left: 0;
        padding-left: 20px;
        position: absolute;
        margin-top: 0;
    }
    .photosets .photosets_inner .text h4 {
        font-size: 30px;
    }
    .photosets .photosets_inner .text .author_name {
        margin-left: 15px;
    }
    .photosets .photosets_inner .text .author_name p {
        font-size: 14px;
        line-height: 1.1;
    }
    .photosets .photosets_inner .text .author_name span {
        display: block;
        margin-top: 3px;
    }
    .photosets .photosets_inner .text .author_name h5 {
        font-size: 14px;
        margin-top: 8px;
    }
    .photosets .photosets_inner .text .author_name h4 {
        font-size: 10px;
    }
    .photosets .photosets_inner {
        margin-bottom: 80px;
    }
    .features .section_title h2 span {
        font-size: 40px;
    }
    .features .section_title h2 svg {
        height: 40px;
    }
    .features .section_title h2 svg text {
        font-size: 40px;
    }
    .quote .quote_inner .image {
        width: 135%;
        left: 15%;
    }
    .insta .section_title h2 span {
        font-size: 40px;
    }
    .insta .section_title h2 svg {
        height: 40px;
        margin: 0;
        width: 255px;
        margin-left: auto;
        margin-right: auto;
    }
    .insta .section_title h2 svg text {
        font-size: 40px;
    }
    .insta .section_title {
        padding-left: 15px;
    }
    .insta .inst_images .image {
        height: 150px !important;
    }
    .subscribe .subscribe_title h2 span {
        font-size: 35px;
    }
    .subscribe .subscribe_title h2 svg {
        height: 40px;
        width: 285px;
        margin-top: 3px;
    }
    .subscribe .subscribe_title h2 svg text {
        font-size: 34px;
    }
    .subscribe {
        padding-bottom: 20px;
        background-size: cover;
    }
    footer {
        position: relative;
        margin-top: 0;
    }
    footer .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .social_links {
        margin-bottom: 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .logo {
        margin-bottom: 30px;
    }
    footer .stride_logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .quote .quote_inner .quote_text:before {
        width: 50px;
        height: 45px;
        top: -65px;
        left: 50%;
        transform: translateX(-50%);
    }
}
