/*
Theme Name: Foros
Author: Sammy
Description: Individual development
Version: 10.0
*/
@font-face {
    font-display: swap;
    font-family: TTFors;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/TTFors-Medium.woff2) format("woff2"), url(fonts/TTFors-Medium.woff) format("woff")
}
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 1;
}
*:focus {
    outline: none;
}
footer,
header,
section {
    display: block;
}
body {
    background-color: #f0eae2;
    color: #282828;
    font-family: TTFors, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    max-width: 100%;
    font-display: swap;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1px;
    position: relative;
    overflow-x: hidden;
}
.inner,
.mini-inner {
    width: 100%;
    margin: 0 auto;
}
.inner {
    /*max-width: 100rem;*/
    padding-left: 2%;
    padding-right: 2%;
}
.mini-inner {
    max-width: 780px;
}
a,
button,
input[type="submit"] {
    text-decoration: none;
    outline: none;
}
a {
    color: #202647;
}
.primary-menu span,
a:hover,
.post-announce:hover .post-link {
    color: #3452ff;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-bottom: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
section {
    padding: 80px 0;
    position: relative;
    z-index: 10;
    min-height: 100vh;
    background-position: center;
}
.inner,
.mini-inner,
section {
    cursor: default;
}
.grid {
    display: grid!important;
    gap: 40px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
strong {
    font-weight: 600;
}
.cols-2-1 {
    grid-template-columns: calc(60% - 20px) calc(40% - 20px);    
}
.cols-1-2 {
    grid-template-columns: calc(40% - 20px) calc(60% - 20px);
}
.cols-1-3 {
    grid-template-columns: 30% 1fr;  
}
.cols-3-1 {
    grid-template-columns: 1fr 25%;    
}
.cols-2 {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}
.cols-2 > * {
    min-width: 0;
}
.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}
.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.aic {
    align-items: center;
}
.psr {
    position: relative;
}
.psa {
    position: absolute;
}
.color {
    color: #ba8f71;
}
::selection {
    color: #fff;
    background-color: #998170;
}
button,
button:active,
button:focus {
    border: none;
}
.fourth h2,
.thslider h2,
.five h2 {
    color: #282828;
}
/* Header*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
}
.header .inner,
.feedback {
    display: flex;
    justify-content: space-between;
}
.feedback {
    gap: 100px;
}
@media (max-width: 1440px) {
    .feedback {
        gap: 50px;
    }
}
#fullscreen-menu,
#fullscreen-menu-shop {
    display: none;
    position: fixed;
    inset: 0;
    background-repeat: no-repeat;
    background-position: 0 center;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.4s ease;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
    padding: 1% 2%;
    z-index: 100000000;
}
#fullscreen-menu {
    background-color: #222;
    background-image: url(/wp-content/uploads/2026/03/zeus-scaled.png);
    background-size: cover;
}
#fullscreen-menu-shop {
    background-color: #000;
    background-image: url(/wp-content/uploads/2026/03/foto32.png);
    background-size: cover;
}
.fullscreen-menu {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#fullscreen-menu-shop.fullscreen-menu {
    justify-content: flex-start;    
}
.fullscreen-menu-top,
.fullscreen-menu-bottom {
    width: 100%;
    font-size: 14px;
    align-items: baseline;
}
.fullscreen-menu-contacts,
.fullscreen-menu-contacts a {
    font-size: 14px!important;
}
.fullscreen-menu-contacts.feedback {
    gap: 0;
}
.fullscreen-menu-top .menu-logo {
    font-size: 40px;
}
.fullscreen-menu-contacts {
    width: 50%;
}
.fullscreen-menu-top,
.fullscreen-menu-bottom,
.fullscreen-menu-contacts {
    display: flex;
    justify-content: space-between; 
}
.fullscreen-menu-contacts label {
    cursor: pointer;
}
.fullscreen-menu-top,
.fullscreen-menu-top a,
.fullscreen-menu-top button,
.fullscreen-menu-bottom a {
    color: #fff;
    text-transform: uppercase;
}
.fullscreen-menu-top button {
    padding: 0;
    background-color: transparent;
}
.menu-logo span {
    display: block;
}
.menu {
    list-style-type: none;
    padding-left: 60%;
}
.menu a,
.ten-stitles3 .stitle.fl {
    color: #ba8f71;
    font-size: 45px;
    font-weight: 500;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.menu a:hover {
    color: #fff;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    /* полупрозрачный темный фон */
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    /* управление fade эффектом */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1), visibility 0.35s;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.fullscreen-modal {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f0eae2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 0;
    box-shadow: none;
    animation: none;
}
#modal-cameras .fullscreen-modal {
    background-color: #282828;
    overflow: hidden;
}
#modal-cameras .close-icon {
    stroke: #f4f4f4;
}
.cam-videos {
    max-height: 100vh;
    overflow: scroll;
}
.cam-videos video {
    position: relative;
    width: 100%;
    height: auto;
}
.cam-title {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    justify-content: space-between;
    text-align: right;
}
.close-modal-btn {
    position: absolute;
    top: 28px;
    right: 32px;
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1010;
    border: none;
    font-size: 0;
    border: 1px solid #777;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#modal-cameras .close-modal-btn {
    border: 1px solid #f4f4f4;
}    /* иконка крестика (SVG или псевдоэлемент, но лучше чистый SVG для четкости) */
.close-icon {
    width: 24px;
    height: 24px;
    display: block;
    stroke: #777;
    stroke-width: 2;
    stroke-linecap: round;
    transition: stroke 0.2s;
}
.close-modal-btn:hover {
    opacity: 0.7;
}
/* контент внутри окна — можно адаптировать под любое содержимое */
.modal-content {
    width: 100%;
    padding: 1rem;
    animation: fadeSlideUp 0.3s ease-out;
}
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
body.modal-open {
    overflow: hidden;
}
#modal-docs .grid {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
#modal-docs .stitle.fl {
    margin-bottom: 40px;
}
#modal-docs .modal-content {
    height: 100%;
}
.docitem {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.docitem:first-child {
    padding-top: 0;
}
.docitem:last-child {
    border: none;
}
.docitem label {
    cursor: pointer;
}
.docitem a,
.docitem label {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    text-transform: uppercase;
}
.docitem a,
.docitem a:hover,
.docitem label,
.docitem label:hover {
    color: #282828;
}
.docitem a svg,
.docitem label svg {
    width: 30px;
    height: 30px;
}
.doctitle {
    text-transform: uppercase;
    font-size: 17px;
}
#fullscreen-menu,
#modal-download .fullscreen-modal {
    background-color: #222;
    background-image: url(/wp-content/uploads/2026/03/zeus-scaled.png);
}
#modal-download .fullscreen-modal {
    background-size: cover;
    color: #fff;
}
#modal-download .btn {
    border-color: #ba8f71;
    color: #ba8f71;
}
#modal-download .btn:hover {
    color: #fff;
}
#modal-download .modal-content {
    padding-right: 100px;
}
#modal-download p {
    margin-bottom: 30px;
}
/* Logo */
.logo {
    font-size: 120px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0.9;
}
.logo span {
    display: block;
}
.feedback a,
.feedback {
    color: #fff;
    font-size: 11px;
}
.feedback label {
    cursor: pointer;
}
/* Intro */
.hero-wrapper {
    position: relative;
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
      background: linear-gradient(to top left, #000, transparent 400px);
}
.hero-wrapper::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    background-color: #000;
}
.hero-spacer {
    height: 100vh;
}
#bgVideo,
#bgVideo2,
#bgVideo3 {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.slogan {
    font-family: TTFors, Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: 40px;
    /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);*/
    color: #ba8f71;
}
.slogan span {
    display: block;
}
.btn {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    padding: 15px 20px;
    text-transform: uppercase;
    background-color: transparent;
    letter-spacing: -0.5px;
    position: relative;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border: 1px solid #fff;
}
.popup-container .advantages .btn {
    background-color: transparent;
    border-radius: 50px;
}
.btn:hover {
    background-color: #998170;
    border-color: #998170;
}
.header button {
    padding: 0;
    color: #ffffff;
    border: none;
    background: transparent;
    height: 0;
    font-size: 11px;
}
/* Second section */
.second,
.nc,
.advantages {
    background-color: #282828;
    color: #fff;
}
.stitle {
    font-size: 42px;
    line-height: 1.1;
    text-transform: uppercase;
}
.ss-desc {
    margin-bottom: 100px;
    max-width: 80%;
}
.descfont p {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -1px
}
.ss-desc .btn {
    margin-top: 30px;
    display: inline-block;
}
.skdesc {
    margin-bottom: 40px;
}
.skdesc span {
    line-height: 1.3;
}
.flip-card {
  perspective: 1200px;
  height: 100%;
  width: 100%;
}
.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.flip-inner img {
    width: 100%;
}
.flip-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
}
.flip-back {
  transform: rotateY(180deg);
}
.flip-back img {
  filter: brightness(0.45);
}
.flip-text {
  position: absolute;
  top: 0;
  line-height: 1.4;
  font-style: italic;
  color: #fff;
  padding: 30px 40px;
  font-size: 1.2rem;
  pointer-events: none;
  font-weight: 300;
  -webkit-text-stroke: 0.3px #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.nc .bigimg img {
    padding-left: 0;
}
.swiper.mySwipernc {
    width: 50%;
    margin: 0 0 0 auto;
    overflow: visible;
}
.mySwipernc .swiper-wrapper {
    overflow: hidden;
}
.mySwipernc .swiper-button-prev, 
.mySwipernc .swiper-button-next {
    position: absolute;
    left: -150px !important;
    top: 0 !important;
    margin-top: 0 !important;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 7px;
    color: #fff;
}
.mySwipernc .swiper-button-next {
    left: -80px !important;
}
.foros-history {
    background-color: #998170;
    position: relative;
    width: 100%;
}
.foros-history h2 {
    text-transform: uppercase;
}
.thslider-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.thslider-track {
    display: flex;
    height: 100%;

}
.mySwiper16 {
    height: 90vh;
}
.mySwiper16 .swiper-slide {
    display: flex;
    gap: 50px;
}
.slide {
    flex: 0 0 100vw;
    height: 100%;
    display: flex;
    gap: 40px;
    padding: 40px;
    box-sizing: border-box;
}
.slide strong {
    font-size: 20px;
}
.fhimg {
    flex-shrink: 0;
    flex-basis: 70%;
}
.fhimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thslidedesc p {
    color: #000;
}
.thslidedesc.secnote {
    text-shadow: none;
    max-width: none;
}
.water-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
}
.wsn {
    white-space: nowrap;
    z-index: 1;
    position: relative;
}
/* Section three-one */
.three-one {
    padding: 10px 0 50px;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: sticky;
    top: 0;
}
.three-one::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
.three-one .inner {
    z-index: 2;
}
.stitle.fl {
    /*display: flex!important;
    justify-content: space-between!important;*/
    width: 100%;
    font-size: 94px;
    font-weight: 500;
    margin-bottom: 20px;
}
.cam-title .stitle.fl {
    font-size: 35px;
}
.cam-title label {
    cursor: pointer;
    color: #fff;
    margin-top: 100px;
}
.stitle.fl,
.secnote {
    text-transform: uppercase;
}
.secnote {
    font-size: 14px;
    max-width: 750px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.three-one .trig-target {
    width: 100%;
}
/* Section three-two */
.three-two {
    padding: 10px 0 50px;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: sticky;
    top: 0;
}
.three-two::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
.three-two .inner {
    z-index: 2;
}
.three-two .secnote {
    margin-bottom: 30px;
}
/* Section three-three */
.three-three {
    padding: 10px 0 30px;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: sticky;
    top: 0;
}
.three-three::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
.three-three .inner {
    z-index: 2;
}
.three-three .stitle.fl {
    color: #ba8f71;
    line-height: 1;
    text-align: right;
}
.three-three .secnote {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
/* Section three-two */
.three-two2 {
    background-size: cover;
    flex-direction: column;
    justify-content: end;
    display: flex;
    padding-bottom: 0;
}
.three-four {
    padding: 10px 0;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: sticky;
    top: 0;
}
.three-four::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
.three-four .inner {
    z-index: 2;
}
.three-four .stitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.three-four .secnote {
    margin: 0 auto;
}
.big-map {
    padding: 0;
    background-color: #f0eae2;
}
.location {
    width: 120px;
    background-color: #282828;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 60%;
    transform: translateX(-50%);
}
.location::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #282828 transparent transparent transparent;
}
.big-map img {
    min-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-label,
.heliport-label {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    max-width: 460px;
    opacity: 0;
    background-color: #998170;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 150px;
    max-width: 450px;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.heliport-label {
     max-width: 450px;
     gap: 15px;   
}
.heliport-label .descfont p {
    font-size: 32px;
}
.map-label.visible,
.heliport-label.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
@media (min-width: 1680px) {
    .map-label,
    .heliport-label {
        max-width: 420px;
    }
    .map-bottom-text {
        font-size: 40px;
    }
}
@media (min-width: 1920px) {
    .map-label,
    .heliport-label {
        max-width: 480px;
    }
}
.map-label .secnote {
    text-shadow: none;
}
.map-bottom-text {
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
}
@media (min-width: 2220px) {
    .map-label,
    .heliport-label {
        width: 640px;
        max-width: 640px;
    }
    .map-bottom-text {
        font-size: 48px;
    }
}
.map-bottom-text span {
    display: block;
}
.map-bottom-text span:hover {
    color: #fff;
}
.white {
    color: #fff;
}
/* Section six new */
.sixnew {
    background-color: #f0eae2;
    padding-top: 150px;
    position: sticky;
    top: -400px;
    max-width: 100%;
    overflow: hidden;
}
.sixnew.vhmin {
    padding-top: 0;
    top: 0;
    overflow: hidden;
}
.sixnew img {
    width: 100%;
    min-width: 100%;
    height: auto;
}
/* Section six new 2*/
.swiper-button-next,
.swiper-button-prev {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.sixnew2 {
    padding: 0;
    background: transparent;
    display: flex;
    justify-content: end;
    position: sticky;
    top: 0;
}
.sx2wrapper {
    width: 82%;
    height: 100vh;
    background-color: #998170;
    padding: 50px 0 0 50px;
}
.swiper.mySwiper3,
.swiper.mySwiper4 {
    margin: 50px 0 0 auto;
    width: 80%;
    overflow: visible;
}
.mySwiper3 .swiper-wrapper,
.mySwiper4 .swiper-wrapper {
    overflow: hidden;
}
.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-button-next,
.mySwiper4 .swiper-button-prev,
.mySwiper4 .swiper-button-next {
    position: absolute;
    left: -210px!important;
    top: 0!important;
    margin-top: 0!important;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 7px;
    color: #000;
}
.mySwiper3 .swiper-button-prev.swiper-button-disabled,
.mySwiper3 .swiper-button-next.swiper-button-disabled,
.mySwiper4 .swiper-button-prev.swiper-button-disabled,
.mySwiper4 .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.mySwiper3 .swiper-button-next,
.mySwiper4 .swiper-button-next {
    left: -150px!important;
}
.mySwiper3 .swiper-button-prev svg,
.mySwiper3 .swiper-button-next svg,
.mySwiper4 .swiper-button-prev svg,
.mySwiper4 .swiper-button-next svg {
    stroke: none;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Section seven - new*/
.seven-new {
    color: #fff;
    padding: 10px 0 50px;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    position: sticky;
    top: 0;
}
.seven-new .inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.seven-new .secnote {
    margin: auto 0;
}
.seven-new .bst {
    align-self: flex-end;
    width: 100%;
}
.seven-new .stitle.fl {
    text-align: right;
    flex-flow: column;
}
/* Section eight - new */
.eight-new {
    background-color: #282828;
    color: #fff;
}
.eight-new .descfont {
    max-width: 82%;
    margin-bottom: 100px;
}
.eight-new .stitle.fl,
.descbig span {
    color: #ba8f71;
}
.bigimg {
    display: flex;
}
.eight-new .bigimg {
    padding-left: 50%;
}
.bigimg img {
    padding-left: 50%;
}
.eight-new .bigimg img {
    padding-left: 0;
}
.descbig {
    text-transform: uppercase;
    font-size: 80px;
    margin-top: -50px;
}
/* Section nine new */
.nine-new {
    padding: 0 0 350px;
    background-color: #282828;
    display: flex;
    justify-content: flex-start;
    position: relative;
    min-height: 700px;
}
.nine-new .bigimg {
    display: block;
    flex: 0 0 65vw;
    max-width: 65vw;
    background-color: #f0eae2;
}
.nine-new .bigimg img {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 0;
    object-fit: cover;
}
.nine-grid {
    width: 50%;
    margin-left: -15vw; 
    margin-bottom: -50%;
}
.nn-right {
    background-color: #998170;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 70%;
    padding: 25px;
    gap: 10px;
}
.nine-new::before {
    content: '';
    flex: 1 1 0;
    order: 1;
}
.nn-right .secnote {
    text-shadow: none;
    max-width: none;
}
.nine-new .stitle.fl {
    font-size: 30px;
}
.nn-right-imgs {
    padding-top: 150px;
    display: flex;
    align-items: center;
}
.nn-right-imgs img {
    height: 250px;
    right: -20%;
    z-index: 2;
    position: relative;
}
.nn-right-imgs img:nth-child(2) {
    height: 350px;
    left: -10%;
    z-index: 1;
}
/* Section ten */
.ten {
    background-color: #282828;
    min-height: auto;
}
.tenfl,
.ten .inner {
    display: flex;
}
.ten .inner {
    justify-content: space-between;
}
.bb {
    border-bottom: 1px solid rgba(240, 234, 226, 0.2);
    padding-bottom: 20px;
    display: block;
    width: 100%;
}
.tenfl {
    flex-direction: column;
    gap: 80px;
    width: 60%;
}
.tenfl.fllabels {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 55%;
}
.ten .stitle.fl {
    color: #ba8f71;
    margin-bottom: 0;
    font-size: 80px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
}
.ten .stitle.fl:hover {
    color: #fff;
}
.ten .secnote {
    color: #fff;
}
.tenimgs {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    width: 43.333%;
    align-self: end;
    top: 10px;
}
.tenimg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
@media (min-width: 834px) {
    .tenimg {
        margin-top: 60px;
    }   
}
.tenimg.active {
    opacity: 1;
    pointer-events: auto;
}
.tenimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ten-two {
    padding: 10px 0 50px;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: sticky;
    top: 0;
    background-position: center;
}
.ten-two::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}
.ten-two .inner {
    z-index: 2;
}
.ten-two .secnote {
    margin-bottom: 30px;
}
.ten-three {
    background-color: #282828;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ten-three .stitle {
    position: fixed;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    text-align: center;
    box-sizing: border-box;
}

/* Section eleven */
.eleven {
    background-color: #282828;
}
.eleven .medtxt,
.twelve .medtxt {
    color: #ba8f71;
}
.fifteen .medtxt {
    color: #282828;
}
.eleven-item img  { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1680px) {
    .eleven-item {
        max-height: 515px;
    }
}
@media (min-width: 1681px) {
    .eleven-item {
        max-height: 680px;
    }
}
@media (min-width: 2200px) {
    .eleven-item {
        max-height: 1000px;
    }
}
.eleven-item {
    overflow: hidden;
}
.eleven-item::before {
    content: '';
    background-color: #998170;
    clip-path: ellipse(10% 10% at -10% 110%);
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    transition-property: clip-path;
    width: 100%;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.7,0,.4,1);
}
.eleven-item:hover::before {
    clip-path: ellipse(160% 160% at -10% 110%);
}
.eleven-item .secnote {
    position: absolute;
    text-shadow: none;
    color: #000;
    top: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    transition-duration: .8s;
}
.eleven-item:hover .secnote {
    opacity: 1;
}
/* Section twelve */
.medtxt {
    font-size: 75px;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.twelve {
    background-color: #282828;
}
.twelve h2.medtxt {
    color: #fff;
    margin-bottom: 20px;
}
.el-img-right,
.el-img {
    max-width: 100%;
    overflow: hidden;
}
.el-img-right img,
.el-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.el-img-right {
    z-index: 2;
}
.el-img {
    margin-top: -50px;
}
.eleven-square {
    text-transform: uppercase;
    padding: 20px;
    background-color: #998170;
    font-size: 25px;
    line-height: 1.1;
    width: 100%;
    max-width: 555px;
    top: 25%;
    left: 17%;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}
.eleven-square .secnote {
    text-shadow: none;
}
.cols-2 > * {
  overflow: hidden;
}
/* Section thirteen */
.thirteen {
    background-color: #282828;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sticky-text {
    position: relative;
}
.sticky-text img {
    display: block;
    width: 100%;
}
.thirteen .stitle {
    position: fixed;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    text-align: center;
    box-sizing: border-box;
}
.ten-three .stitle,
.thirteen .stitle {
    padding-left: 20px;
    padding-right: 20px;
}
.desc13-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: end;
}
.desc13 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    max-width: 50%;
    color: #ba8f71;
}
.thirteeone {
    background-color: #f0eae2;
    padding-bottom: 300px;
}
.thirteeone .f1 {
    width: 28%;
    z-index: 2;
}
.thirteeone .f3 {
  right: 0;
  width: 50%;
}
.thirteeone .f2 {
    width: 22%;
}
.thirteeone .secnote {
    margin: 20px 0 0 10px;
    text-shadow: none;
    padding: bottom: 250px;
}
.f1,
.f2,
.f3 {
    margin-bottom: -200px;
}
.finner .ftitle {
    background-color: #998170;
    padding: 3px 5px;
    color: #fff;
}
.thirteentwo {
    color: #fff;
    padding: 10px 0 50px;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    transition: background-size 1s ease-out;
    color: #fff;
    position: sticky;
    top: 0;
}
.thirteentwo .inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.thirteentwo .inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.thirteentwo .bst {
    align-self: flex-end;
    width: 100%;
}
.thirteentwo .stitle.fl {
    text-align: right;
    flex-flow: column;
}
#begin.thirteentwo .stitle.fl {
    text-align: left;
}
.thirteentwo .bst {
    align-self: flex-end;
    width: 100%;
}
.thirteenthree {
    background-color: #998170;
    padding-bottom: 200px;
}
.thirteenthree .f1 {
    width: 53%;
}
.thirteenthree .f2 {
    width: 60%;
    right: -8%;
    margin-top: 150px;
}
.thirteenthree .f3 {
    right: -10%;
    width: 50%;    
}
.thirteenthree .f4 {
    
}
/* Section fourteen */
.fourteen {
    padding: 0;
    background-color: #282828;
    background-image: url(img/noise.webp);
    background-repeat: n0-repeat;
    min-height: 100vh;
}
@media (min-width: 1400px) {
    .fourteen {
        animation: kenburns 30s ease-in-out infinite;
    }   
}
.fourteen .inner {
    min-height: 100vh;
    background-size: cover;
}
.fourteen .secnote {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    color: #fff;
    text-shadow: none;
}
.big.stitle.fl {
    font-size: 200px;
    font-weight: bold;
}
.fourteen .fl {
    width: auto;
    position: absolute;
    left: 2%;
    bottom: 50px;
    color: #ba8f71;
}
@keyframes kenburns {
  0%   { background-position: 20% 50%; }
  50%  { background-position: 60% 30%; }
  100% { background-position: 20% 50%; }
}
.welcome-video {
    padding: 80px 0;
    background-color: #282828;
    z-index: 10;
}
.welcome-video img {
    min-height: 100%;
}
.three-one .secnote,
.three-two .stitle,
.three-three .stitle.fl,
.three-two2 .stitle.fl,
.three-four .secnote,
.thirteentwo .stitle.fl {
    margin-bottom: 50px;
}
/* Section fifteen */
.fifteen {
    min-height: 100vh;
    background-color: #f0eae2;
}
.mySwiper15 .swiper-button-next,
.mySwiper15 .swiper-button-prev {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    background-color: #998170;
}
.mySwiper15 .swiper-button-next svg,
.mySwiper15 .swiper-button-prev svg {
    width: 35px;
    height: 35px;
    color: #000;
}
.mySwiper15 .swiper-button-next:hover,
.mySwiper15 .swiper-button-prev:hover {
    opacity: 0.8;
}
.mySwiper15 .swiper-button-next,
.mySwiper15 .swiper-button-prev {
    display: none;
}
#arrow15 {
    position: fixed;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #998170;
    pointer-events: none;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 30px rgba(0,0,0,0.5);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#arrow15.show {
    transform: translate(-50%, -50%) scale(1);
}
#arrow15.pressed {
    transform: translate(-50%, -50%) scale(0.82);
    transition: transform 0.1s ease;
}
#arrow15 svg {
    width: 35px;
    height: 35px;
}
/* Section four */
.fourth {
    background-color: #998170;
    overflow: hidden;
    padding-bottom: 300px;
}
.fourth .stitle {
    text-transform: uppercase;
    line-height: 1;
    font-size: 40px;
}
.pics {
    display: flex;
    /*flex-wrap: wrap;*/
}
.f1,
.f2,
.f3,
.f4 {
    position: relative;
    top: 0;
    margin-top: 100px;
}
.f1 {
    width: 33%;
    margin-right: -7%;
    margin-top: 100px;
}
.f2 {
    width: 45%;
    z-index: 1;
}
.f3 {
    right: -6%;
    width: 30%;
}
.f4 {
    width: 50%;
    margin-left: 15%;
}
.ftitle {
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #fff;
    line-height: 1.3;
    max-width: 65%;
}
/* Section five */
.five {
    background-color: #ffffff;
}
.container {
    height: 100vh; /* или конкретное значение */
    overflow: hidden;
}
.left-content {
    margin-top: 50%;
}
.left-content li {
    font-family: TTFors, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    cursor: pointer;
    list-style-type: none;
    margin-bottom: 20px;
    font-weight: 500;
}
.left-content li:last-child {
    margin-bottom: 0;
}
.left-content a:hover,
.left-content li.selected a {
    color: #998170;
}
.right-element {
    min-height: 100vh;
}
.right-element:first-child {
    min-height: auto;
}
.right-element img {
    transform-style: preserve-3d;
    will-change: transform;
    display: block;
}
/* Promo-block */
.promo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
.promo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
}
.promo .section-title,
.promo .section-subtitle {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.promo .section-subtitle {
    font-size: 16px;
    line-height: 1.45;
}
.promo .section-title::after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 50px;
    left: 50%;
    bottom: -15px;
    margin-left: -25px;
    background-color: #3452ff;
}
/* About us block */
.about-txt {
    padding: 25px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    right: 0;
    top: 50px;
    background: #fff;
    width: 55%;
}
.about-txt ul {
    margin-bottom: 15px;
}
.about-txt li {
    list-style-type: none;
    margin-left: 15px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 21px;
}
/* Six block */
.six {
    height: 100vh;
    max-height: 100%;
}
.six,
.eight {
    padding: 0;
    color: #fff;
    overflow: hidden;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.six-desc {
    position: absolute;
    max-width: 40%;
    left: 40px;
    bottom: 40px;
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
}
.six-desc ul {
    margin-bottom: 15px;
}
.six h2{
    font-size: 24px;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 20px;
}
.six-content {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.six h2.stitle.fl {
    position: absolute;
    bottom: 80px;
    left: 2%;
    z-index: 999;
}
/* Eight block */
.eight video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.eight {
    background-color: #282828;
}
.eight .inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.eight .stitle {
    position: absolute;
    bottom: 100px;
    right: 2%;
}
.eight .secnote {
    margin: auto 0;
    padding: 30px;
    background-color: #998170;
    max-width: 35%;
    text-shadow: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 150px;
    color: #282828;
}
.eight .secnote .descfont {
    font-size: 32px;
}
/* Common */
.top-title {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
}
.archive .top-title,
.page .top-title {
    background-image: url(../../../wp-content/themes/uni3/img/top-title.jpg);
}
.top-title,
.top-title .inner {
    position: relative;
}
.top-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}
.top-title,
.cat-items {
    margin-bottom: 50px;
}
.breadcrumbs {
    font-size: 13px;
}
.content p,
.content ul,
.content ol,
section p {
    margin-bottom: 15px;
}
.content p,
.content li,
section li,
.widget ul li,
.widget ol li,
section p {
    line-height: 1.4;
}
.content ul li,
.content ol li,
section ul li,
section ol li {
    margin-left: 25px;
    margin-bottom: 5px;
}
.content li::marker {
    color: #3452ff;
}
.content p:last-child,
section p:last-child,
section ul li:last-child,
section ol li:last-child,
section ul:last-child,
section ol:last-child {
    margin-bottom: 0;
}
.page.inner ul li {
    background: url(../../../wp-content/themes/uni3/img/checked.svg);
    list-style-type: none;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0 center;
}
input[type="submit"],
button {
    cursor: pointer;
    font-family: TTFors, Helvetica, Arial, sans-serif;
}
p.suptitle::before {
    left: -37px;
}
p.suptitle::after {
    right: -37px;
}
p.suptitle::before,
p.suptitle::after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    background: #77b300;
    position: absolute;
    top: 12px;
}
/* Seven block */
.seven {
    padding-top: 50px;
    background-color: #282828;
    height: 100vh;
}
.seven h2 {
    color: #998170;
}
.card,
.cards {
    border-radius: 35px;
    overflow: hidden;
}
.cards {
    position: relative;
    width: 100%;
    height: calc(100vh - 200px);
    overflow: hidden;
    border-radius: 35px;
    margin: 0 auto;
}
.card-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card {
    width: 100%;
    height: 100%;
    transform-origin: center top;
    text-align: left;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-desc {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    max-width: 40%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.seven .card h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #fff;
}
.arch {
    background-color: #998170;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 0 0 80px;
    overflow: hidden;
}
.arch .header {
    position: relative;
    color: #000;
}
.arch .header .feedback,
.arch .header .feedback a,
.arch .header button {
    color: #000;
}
.tenfl {
    position: relative;
}
.ten-stitles2,
.ten-stitles3 {
    position: relative;
    z-index: 2;
}
.ten-stitles3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.tenimgs2,
.tenimgs3 {
    display: none;
}
#fullscreen-menu-shop .tenfl.fllabels a,
.advlabel {
    color: #fff;
}
.advlabel,
.popup-container .advantages .btn {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    color: #ba8f71;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 15px 20px;
    line-height: 15px;
    text-transform: uppercase;
    background-color: transparent;
    letter-spacing: -.5px;
    position: relative;
    border-radius: 0;
    z-index: 0;
    transition: border 0.5s cubic-bezier(.54,.32,.05,.96);
    width: fit-content;
    cursor: pointer;
}
.advlabel::before,
.popup-container .advantages .btn::before {
    position: absolute;
    content: "";
    height: 33px;
    width: 33px;
    left: 0;
    border-radius: 40px;
    transition: 0.5s cubic-bezier(.54,.32,.05,.96);
    border: 1px solid #fff;
    z-index: -1;
    animation: 4.5s infinite button-opacity;
    -webkit-mask: linear-gradient(to right,black calc(100% - 10px),transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient(to right,black calc(100% - 10px),transparent 100%);
    mask-repeat: no-repeat;
}
.advlabel::after,
.popup-container .advantages .btn::after {
    position: absolute;
    content: "";
    height: 33px;
    width: 33px;
    left: 0;
    border-radius: 40px;
    border: 1px solid #fff;
    transition: 0.5s cubic-bezier #fff;
    animation: 2.5s infinite button-halo-animation;
    -webkit-mask: linear-gradient(to right,black calc(100% - 10px),transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask: linear-gradient(to right,black calc(100% - 10px),transparent 100%);
    mask-repeat: no-repeat;
}
.advlabel:hover::before, 
.advlabel:hover::after,
.popup-container .advantages .btn:hover::before,
.popup-container .advantages .btn:hover::after {
    margin-left: 0;
}
.popup-container .advantages .btn:hover::before,
.advlabel:hover::before {
    width: 100%;
    mask: none;
}
.popup-container .advantages .btn:hover::after,
.advlabel:hover::after {
    animation: none;
    opacity: 0;
}
.popup-container .advantages .btn {
    border: none;
}
@keyframes button-halo-animation {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.tenimg-cursor {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    transition: opacity 1.5s ease;
}
.tenimg-cursor img {
    width: 100%;
    height: auto;
    display: block;
}
.arch .tenfl {
    justify-content: end;
    max-width: none;
}
.rh .tenfl {
    justify-content: center;
    width: 55%;
}
.ten-stitles2 .stitle,
.ten-stitles3 .stitle {
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    display: flex;
    gap: 20px;
    /*font-size: 45px;*/
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -2px;
}
.medbtn {
    background-color: #282828;
    padding-bottom: 80px;
    position: relative;
    z-index: 999;
}
.medbtn label {
    cursor: pointer;
}
.arch .stitle span {
    font-size: 15px;
    margin-top: 8px;
    min-width: 450px;
    white-space: break-spaces;
    letter-spacing: 0;
}
@media (max-width: 1280px) {
    .arch .stitle span {
        font-size: 14px;
        min-width: 250px;
    }   
    .nine .base-content {
        flex-direction: column;
    } 
}
.arch .secnote {
    text-shadow: none;
    margin-left: auto;
    margin-bottom: 100px;
}
.ten-stitles2 .stitle:hover,
.ten-stitles3 .stitle:hover {
    color: #fff;
}
.nine {
    background: trnsparent;
    background-size: cover;
    background-position: center;
    padding: 0 0 0 16%;
    z-index: 99999;
}
.nine .base-content {
    padding: 30px 0 40px 80px;
    background-color: #f0eae2;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
}
.nine h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #282828;
}
.nine h2 span {
    font-size: 50px;
}
.nine-btns .btn,
.wpcf7 .btn {
    border-color: #282828;
    color: #282828;
}
.nine-btns .btn:hover,
.wpcf7 .btn:hover {
    border-color: #998170;
    color: #fff;
}
.nine-desc {
    width: 65%;
    margin-top: auto;
    padding-right: 20px;
}
.leftpic img {
    max-width: 90%;
    margin-bottom: 70px;
}
.advantages .grid.cols-2 {
    margin-top: 50px;
}
.leftpic img.white-stone {
    width: 100%;
    top: 25%;
    max-width: 165px;
    left: 79%;
    position: absolute;
}
.leftpic {
    padding-top: 20px;
}
.leftpic img.white-stone {
    width: 100%;
    top: 25%;
    max-width: 130px;
    left: 79%;
    position: absolute;
}
@media (min-width: 1680px) {
    .leftpic img.white-stone {
        max-width: 165px;
        left: 79%;
    }
}
@media (min-width: 1920px) {
    .leftpic img.white-stone {
        left: 81%;
    }
    .sixnew2 {
        top: -250px;
    }
    .sx2wrapper {
        width: 88%;
        height: auto;
    }
    .tenimg-cursor {
        width: 500px;
        height: 400px;
    }
    .advantages .stitle.fl {
        margin-bottom: 60px;
    }
}
@media (min-width: 2560px) {
    .leftpic img.white-stone {
        max-width: 235px;
        left: 80%;
    }
    .sixnew2 {
        top: -400px;
    }
    .tenimg-cursor {
        width: 700px;
        height: 500px;
    }
    .advantages .stitle.fl {
        margin-bottom: 130px;
    }
}
@media (min-width: 3456px) {
    .leftpic img.white-stone {
        max-width: 265px;
        left: 54%;
    }
}
@media (max-width: 1440px)
    .leftpic img.white-stone {
      max-width: 140px;
    }
}
@media (max-width: 1366px) {
    .leftpic img.white-stone {
        max-width: 130px;
    }
    .mySwiper15 .swiper-button-next,
    .mySwiper15 .swiper-button-prev,
    .show {
       display: none!important; 
    }
}
@media (max-width: 1280px) {
    .leftpic img.white-stone {
        max-width: 115px;
        left: 80%;
    }
}
@media (max-width: 1200px) {
    .leftpic img.white-stone {
        left: 79%;
    }
}
@media (max-width: 1200px) {
    .leftpic img.white-stone {
        left: 79%;
    }
}
.logo a {
    color: #fff;
}
/* Popup */
.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.popup-container .popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0;
    background-color: #998170;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
    max-height: 95%;
    overflow-y: auto;
    border-radius: 10px;
    color: #282828;
}
.popup-container.advantage-container .popup {
    bottom: 0;
    overflow: scroll;
}
.popup-container.advantage-container .popup-inner {
    width: 100%;
    max-width: none;
    left: 0%;
    transform: translate(0%);
    top: 0%;
    max-height: none;
    border-radius: 0;    
}
.popup-title svg {
    height: 20px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 3px;
    fill: #282828;
}
.form-wrapper {
    padding: 35px 0 35px 35px;
}
.form-img {
    max-height: 520px;
    background-size: cover;
    background-positioin: center center;
}
.form-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popup-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.popup-title .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
    color: #282828;
    font-weight: 400;
}
.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
}
.popup-container.advantage-container>input:checked+.popup .popup-inner {
    top: 0;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 25px;
    color: #000;
    font-weight: 300;
}
.blank-form .popup-close-btn {
    color: #fff;
}
.popup-close-btn:hover,
.blank-form .popup-close-btn:hover {
    color: #dd3d53;
}
.advantage-container .popup-close-btn {
    top: 10px;
    right: 10px;
    color: #fff;
    z-index: 9999;
}
.popup-container.main-popup,
.popup.main-popup {
    z-index: 111111111111111!important;
}
.popup-container .wpcf7 input[type="text"], 
.popup-container .wpcf7 input[type="email"], 
.popup-container .wpcf7 input[type="tel"], 
.popup-container .wpcf7 textarea,

.popup-container .wpcf7 input[type="text"], 
.popup-container .wpcf7 input[type="email"], 
.popup-container .wpcf7 input[type="tel"], 
.popup-container .wpcf7 textarea,
.popup-container .btn {
    font-size: 15px;
    background-color: #aa9a8e;
    border-radius: 3px;
}
.popup-content .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}
.popup-container .wpcf7 .btn {
    width: 100%;
    background-color: #4a4a4a;
    color: #fff;
    border: none;
}
.gift-content p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
}
section .adtxt2 p {
    margin-bottom: 50px;
}
/* Back to top button */
.gototop {
    position: fixed;
    display: block;
    box-sizing: border-box;
    height: 45px;
    width: 45px;
    border: none;
    background-color: #ba8f71;
    color: #fff;
    bottom: 20px;
    right: 20px;
    margin-right: -30px;
    outline: none;
    opacity: 0;
    transition: opacity .3s ease, margin-right .5s ease-out;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    z-index: 1;
}
.gototop svg {
    fill: #fff;
    height: 40px;
    width: 40px;
}
.visiblebtn {
    transition: opacity .3s ease, margin-right .5s ease-out, background-color .2s linear;
    margin-right: 0px;
    opacity: 1;
    z-index: 99999999;
}
.visiblebtn:hover {
    background-color: #f0eae2;
}
.visiblebtn:hover svg {
    fill: #282828;
}
/*Cookies*/
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 370px;
    ;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
}
#cookie_note p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    color: black;
    line-height: 1.2;
    margin-bottom: 15px;
}
#cookie_note a {
    text-decoration: underline;
}
#cookie_note a:hover {
    text-decoration: none;
}
@media (min-width: 576px) {
    #cookie_note.show {
        display: block;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    #cookie_note.show {
        display: block;
        text-align: left;
    }
}
/*404*/
.error404 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.error404 .header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}
.error404 .top-title {
    margin-bottom: 25px;
}
.error404 .content p {
    margin-bottom: 15px;
}
.error404 .footer {
    margin-top: auto;
}
/* Footer*/
.footer {
    background-color: #282828;
    z-index: 10;
    position: relative;
}
.copyright .inner {
    padding: 20px 0;
    font-weight: 300;
    color: #f0eae2;
    font-size: 14px;
}
/*CF7*/
p.suptitle {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #e84d4b;
    display: inline-block;
    position: relative;
}
p.suptitle::before,
p.suptitle::after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    background: #e84d4b;
    position: absolute;
    top: 8px;
}
p.suptitle::after {
    right: -37px;
}
.wpcf7 h2 {
    font-weight: 700;
}
.wpcf7 .subtitle {
    line-height: 1.4;
    margin-bottom: 15px;
}
.wpcf7 input[type="text"].form-name,
.wpcf7 input[type="tel"].form-tel,
.wpcf7 input[type="email"].form-email {
    padding-left: 35px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 5px;
}
.wpcf7 input[type="text"].form-name {
    background-image: url(../../../wp-content/themes/royal/img/form-name.svg);
}
.wpcf7 input[type="tel"].form-tel {
    background-image: url(../../../wp-content/themes/royal/img/form-phone.svg);
}
.wpcf7 input[type="email"].form-email {
    background-image: url(../../../wp-content/themes/royal/img/form-email.svg);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #999;
    font-family: TTFors, Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    box-sizing: border-box;
}
.mb {
    margin-bottom: 25px!important;
}
.wpcf7 textarea {
    height: 90px;
    line-height: 1.4;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form.invalid .wpcf7-not-valid {
    border-bottom: 1px solid #f00 !important;
}
.wpcf7-not-valid-tip,
.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-response-output {
    font-size: 13px;
    text-align: center;
    color: #000;
    font-weight: 400;
}
div.wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 0 !important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    border: none !important;
}
input[type="submit"],
button,
input[type="text"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
}
.wpcf7-acceptance label {
    cursor: pointer;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.wpcf7-acceptance {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.wpcf7-acceptance label input[type="checkbox"] {
    position: relative;
    bottom: -2px;
}
.wpcf7-acceptance label span {
    line-height: 1.3;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.required-cf-fields {
    font-size: 13px;
    display: block;
    color: #282828;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::placeholder {
    color: #000;
    text-transform: uppercase;
    opacity: 1;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus:-moz-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}
/* Fonts */
@media (min-width: 1440px) {
    .ten-stitles2 .stitle.fl {
        font-size: 97px;
    }
    .big.stitle.fl {
        font-size: 250px;
    }
}
@media (min-width: 1680px) {
    .logo {
        font-size: 148px;
    }
    .slogan,
    .desc13 {
        font-size: 55px;
    }
    .stitle.fl,
    .ten-stitles2 .stitle.fl {
        font-size: 130px;
        letter-spacing: -2px;
    }
    .arch .stitle span {
        margin-top: 28px;
    }
    .cam-title .stitle.fl {
        font-size: 70px;
    } 
    .ten .stitle.fl {
        font-size: 100px;
    }
    .descfont,
    .descfont p {
        font-size: 55px;
    }
    .eight-new .stitle.fl,
    .nine-new .stitle.fl {
        font-size: 36px;
    }
    .descbig {
        font-size: 92px;
    }
    .nn-right-imgs img {
        right: -30%;
    }
    .nn-right-imgs img:nth-child(2) {
        left: 7%;
    }
    .eleven-square {
        max-width: 690px;
        font-size:40px;
    }
    .flip-text {
        font-size: 1.4rem;
    }
    .doctitle {
        font-size: 30px;
    }
    .docitem a, 
    .docitem label {
        font-size: 20px;
    }
}
@media (min-width: 2220px) {
    .logo {
        font-size: 160px;
    }
    .slogan,
    .desc13 {
        font-size: 80px;
    }
    .big.stitle.fl {
        font-size: 400px;
    }
    .eleven-square {
        max-width: 950px;
        font-size: 70px;
        left: 27%;
        gap: 150px;
    }
    .stitle.fl,
    .ten .stitle.fl {
        font-size: 170px;
    }
    .secnote {
        font-size: 16px;
    }
    .descfont,
    .descfont p {
        font-size: 75px;
        line-height: 1;
    }
    .eight-new .stitle.fl,
    .nine-new .stitle.fl {
        font-size: 42px;
    }
    .swiper.mySwiper3,
    .swiper.mySwiper4 {
        margin: 100px 0 0 auto;
        width: 85%;
        overflow: visible;
    }
    .eight-desc {
        max-width: 25%;
    } 
    .six .six-desc {
        max-width: 25%;
    } 
    .nine-grid {
        width: 40%;
        margin-left: -5vw;
    }  
    .nn-right-imgs img {
        height: 350px;
        right: -20%;
        z-index: 2;
        position: relative;
    }
    .nn-right-imgs img:nth-child(2) {
        height: 450px;
        left: 0%;
        z-index: 1;
    }
    .descbig {
        font-size: 122px;
    } 
    .flip-text {
        font-size: 1.6rem;
    }
    #modal-docs .modal-content {
        height: auto;
    }
    .tenimg {
        margin-top: 100px;
    }
    .mySwiper3 .swiper-button-prev, 
    .mySwiper3 .swiper-button-next, 
    .mySwiper4 .swiper-button-prev, 
    .mySwiper4 .swiper-button-next {
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    .mySwiper3 .swiper-button-prev,
    .mySwiper4 .swiper-button-prev {
        left: -250px!important;
    }
    .mySwiper3 .swiper-button-next, 
    .mySwiper4 .swiper-button-next {
        left: -150px!important;
    }
    .nine h2,
    .nine h2 span {
        font-size: 130px;
    }
}
@media (min-width: 2560px) {
    .logo {
        font-size: 210px;
    }
    .slogan,
    .desc13 {
        font-size: 97px;
    }
    .stitle.fl {
        font-size: 170px;
    }
    .arch .stitle span {
        margin-top: 36px;
    }
    .ten .stitle.fl {
        font-size: 160px;
    }
    .descfont,
    .descfont p {
        font-size: 95px;
    }
    .eight-new .stitle.fl,
    .nine-new .stitle.fl {
        font-size: 52px;
    }
    .descbig {
        font-size: 160px;
    } 
    .flip-text {
        font-size: 2rem;
    }
}
@media (max-width: 1112px) {
    .ten .stitle.fl,
    .stitle.fl,
    .descbig,
    .medtxt {
        font-size: 63px;
    }    
    .arch .stitle span {
        min-width: 250px;
    }
    .cam-title label {
        font-size: 15px;
    }
    .cam-title .stitle.fl {
        font-size: 25px;
    }
    .fourteen .fl {
        bottom: 10px;
    }
    .leftpic img.white-stone {
        max-width: 100px;
    }
    .eleven-item {
        max-height: 403px;
    }
}
@media (max-width: 1200px) {
    .logo {
        font-size: 110px;
    }
    .ten .stitle.fl,
    .stitle.fl,
    .descbig,
    .medtxt {
        font-size: 70px;
    }
    .descfont p,
    .desc13 {
        font-size: 32px;
    }
}
@media (max-width: 1112px) {
    .ten .stitle.fl,
    .stitle.fl,
    .descbig,
    .medtxt {
        font-size: 58px;
    }
}
@media (max-width: 834px) {
    .big.stitle.fl {
        font-size: 100px;
    }
    .foros-history {
        flex-direction: column;
    }
    .fhimg {
        flex-basis: 100%;
    }
    .fourth .finner img,
    .thirteenthree .finner img {
        min-width: 100%;
    }
    .swiper3-prev,
    .mySwiper4-prev  {
        float: left;
    }
    .swiper3-next,
    .swiper4-next {
        float: right;
    }
    .swiper3-next,
    .swiper3-prev,
    .swiper4-next,
    .swiper4-prev {
        margin-bottom: 40px;
    }
    .cols-3-1 {
        grid-template-columns: 1fr 38%;
    }
    .menu {
        padding-left: 20%;
    }
    #fullscreen-menu {
        background-position: -600px 0;
    }
    .fullscreen-menu-top {
        flex-direction: column;
        gap: 20px;
    }
    .menu-logo {
        order: 2;
    }
    .fullscreen-menu-contacts {
        width: 100%;
    }
    .tenfl.fllabels {
        margin-left: 0;
    }
    #fullscreen-menu-shop {
        background-position: -200px 0;
    }
    .menu a, 
    .ten-stitles3 .stitle.fl {
        font-size: 35px;
    }
    .white-stone {
        display: none;
    }
    .leftpic img {
        max-width: none;
        margin-bottom: 40px!important;
    }
    .adtxt2 {
        margin-top: 20px;
    }
    .form-wrapper {
        padding: 30px 30px 0 30px!important;
    }
    .popup-container .wpcf7 .btn {
        width: auto!important;
    }
    .location {
        top: 25%;
    }
    .eleven-item {
        max-height: none;
    }
    .twelve .medtxt.right {
        margin-bottom: 40px;
    }
    .fourteen .secnote {
        padding: 0 20px;
        top: 60%;
    }
}
@media (max-width: 768px) {
    .logo {
        font-size: 55px;
    }
    h1.slogan,
    .descfont p {
        font-size: 22px;
    }
    .stitle.fl,
    .ten .stitle.fl,
    .descbig,
    .medtxt {
        font-size: 37px;
    }
    .fourth .descfont p {
        margin-bottom: 20px!important;
    }
    .big.stitle.fl {
        font-size: 75px;
    }
}
@media (max-width: 549px) {
    .stitle.fl,
    .ten .stitle.fl,
    .descbig,
    .medtxt {
        font-size: 35px;
    }
}
@media (max-width: 450px) {
    .medtxt {
        font-size: 25px;
    }
    .big.stitle.fl {
        font-size: 65px;
    }
}
/* Other media */
@media (max-width: 1400px) {
    .three-one,
    .three-two,
    .three-three,
    .three-four,
    .thirteentwo,
    .ten-two,
    .seven-new {
        position: relative;
        background-size: cover!important;
        background-repeat: no-repeat;
        background-attachment: scroll;
        transition: none;
    }
}
@media (min-width: 1440px) {
    .slider-text {
        line-height: 1.7;
    }
}
@media (min-width: 801px) {
    .page.inner .content img {
        padding: 5px;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.13);
    }
    img.alignright,
    a img.alignright {
        float: right;
        margin: 0 0 10px 20px;
    }
    img.alignleft,
    a img.alignleft {
        float: left;
        margin: 0 20px 10px 0
    }
    img.aligncenter,
    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}
@media (max-width: 1024px) {
    .intro img {
        height: 100%;
        width: auto;
        max-width: none;
    }
}
@media (min-width: 500px) and (max-width: 768px) {
    .catalog .cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .feedback {
        position: absolute;
        right: 2%;
    }
    .nn-right-imgs img {
        height: 220px;
        right: -10%;
    }
    .nn-right-imgs img:nth-child(2) {
        height: 280px;
    }
    .fourth {
        padding-bottom: 200px;
    }
    .fullscreen-menu-contacts {
        width: 60%;
    }
}
@media (min-width: 769px) and (max-width: 900px) {
    .slider-title {
        font-size: 35px;
    }
    .slider-text {
        line-height: 1.5;
        font-size: 15px;
    }
}
@media (max-width: 1024px) {
    .cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .offer-block .cols-2 {
        grid-template-columns: 1fr;
    }
    h1 {
        font-size: 32px;
    }
    h2,
    .video h2 {
        font-size: 25px;
        line-height: 1.3;
        font-weight: 700;
    }
    .video h2 {
        text-transform: uppercase;
    }
    .inner,
    .section-subtitle {
        padding: 0 10px;
    }
    .intro .inner {
        gap: 5px;
    }
    .inner-content {
        padding: 40px;
    }
    .about-img {
        display: none;
    }
    .about-txt {
        padding: 15px;
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }
    .promo {
        background-attachment: unset;
    }
    .right,
    .copyright {
        text-align: center;
    }
    .slogan {
        font-size: 44px;
    }
    .slogan span {
        font-size: 42px;
    }
    .subslogan {
        margin-right: auto;
    }
    .adtxt1 {
        font-size: 22px;
    }
    .adtxt2 p {
        width: 80%;
    }
    .play-button {
        width: 100px;
        height: 100px;
    }
    .seven {
        background-position: bottom center;
    }
    .seven .grid {
        width: 100%;
    }
    .seven .inner {
        flex-direction: column;
        gap: 80px;
    }
    .offer-block {
        padding: 80px 0;
    }
    .offer-title {
        font-size: 28px;
        margin-bottom: 0;
    }
    .gif-txt {
        font-size: 28px;
    }
    .leftpic img.white-stone {
        max-width: 100px;
    }
    .custom-marker-wrap {
        top: -200px;
    }
    .copyright .inner {
        line-height: 1.3;
    }
}
@media (max-width: 768px) {
    .cols-2,
    .cols-3,
    .cols-2-1,
    .cols-4,
    .cols-1-2,
    .cols-1-3 {
        grid-template-columns: 1fr;
    }
    section {
        padding: 50px 0;
    }
    .parallax-left,
    .parallax-right,
    .parallax-top,
    .parallax-bottom,
    .parallax-diag,
    .parallax-vertical-zoom-out,
    .parallax-scroll-zoom-out {
        transform: none !important;
    }
    .header .inner {
        flex-direction: column;
        gap: 20px;
    }
    .feedback {
        order: 1;
    }
    .logo {
        order: 2;
        font-size: 62px;
    }
    .intro {
        padding: 40px 0;
    }
    .slogan {
        max-width: 100%;
    }
    h1.slogan {
        line-height: 1.2;
        margin-bottom: 25px;
        right: 20px;
    }
    .el-img {
        margin-top: 0;
    }
    .slogan span {
        font-size: 45px;
    }
    .intro .inner {
        gap: 0;
    }
    .inner-content {
        border: 3px solid #fff;
        padding: 30px;
    }
    .arch {
        postion: relative;
    }
    .fourth {
        padding-bottom: 50px;
    }
    .pics {
        flex-direction:column;
        gap: 30px;
    }
    .f1, 
    .f2, 
    .f3, 
    .f4 {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;

    }
    .ftitle {
        max-width: 80%;
    }
    .three-three .secnote {
        position: relative;
    }
    .sixnew,
    .big-map,
    .sixnew2,
    .nine-new,
    .ten  {
        min-height: auto;
        padding-bottom: 0;
    }
    .sixnew2 {
        position: relative;
    }
    .location {
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }
    .map-label, 
    .heliport-label {
        position: relative!important;
        max-width: 100%;
        opacity: 1!important;
        padding: 20px;
        gap: 50px;
        transform: none!important;
        transition: none!important;
        bottom: 0!important;
    }
    .sixnew {
        background-color: #998170;
        padding-top: 0;
        position: relative;
        top: 0;
    }
    .sx2wrapper {
        width: 100%;
        height: auto;
        padding: 20px 20px 10px;
    }
    .eleven-item {
        max-height: none;
    }
    .swiper.mySwiper3 {
        overflow: hidden;
    }
    .eight-new .descfont {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .descbig {
        margin-top: 20px;
    }
    .bigimg img {
        padding-left: 0;
    }
    .nine-new .bigimg {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .nine-new {
        padding: 0;
        flex-direction: column;
    }
    .nine-new::before {
        content: none;
    }
    .nine-grid {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .nn-right {
        margin-top: 0;
    }
    .nn-right-imgs img {
        height: 180px;
        right: 0;
    }
    .nn-right-imgs {
        padding: 20px 0;
    }
    .nn-right-imgs img:nth-child(2) {
        height: 200px;
        left: -50px;

    }
    .ten .inner {
        flex-direction: column;
    }
    .ten .tenfl {
        gap: 30px;
        width: 100%;
    }
    .thirteenthree .descfont {
        margin-bottom: 30px;
    }
    .thirteenthree .f2 {
        width: 60%;
        right: 0;
        margin-top: 0;
    }
    .ten-two {
        background-attachment: scroll;
    }
    #buildings-and-structures .tenfl .tenimgs {
        aspect-ratio: 4 / 3;
        width: 100%;
        align-self: end;
        top: 10px;
    }
    .three-three {
        background-position: center left -300px;
    }
    .desc13 {
        max-width: none;
    }
    .eleven-item {
        max-height: none;
    }
    .twelve h2.medtxt {
        margin-bottom: 2px;
    }
    .twelve .medtxt.right {
        text-align: left;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .eleven-square {
        width: 100%;
        max-width: none;
        top: 0;
        left: 0;
        position: relative;
    }
    .twelve .el-img-right {
        display: none;
    }
    .thirteeone,
    .thirteenthree {
        padding-bottom: 50px;
    }
    .thirteeone .f1 {
        margin-top: 20px;
    }
    .thirteeone .f1,
    .thirteeone .f2,
    .thirteeone .f3,
    .thirteenthree .f1,
    .thirteenthree .f2,
    .thirteenthree .f3,
    .thirteenthree .f4 {
        width: 100%;
    }
    .fourteen .inner,
    .ten-two {
        background-position: -400px;
    }
    .swiper.mySwiper3, 
    .swiper.mySwiper4 {
        margin: 20px 0;
        width: 100%;
    }
    .mySwiper3 .swiper-button-prev, 
    .mySwiper3 .swiper-button-next, 
    .mySwiper4 .swiper-button-prev, 
    .mySwiper4 .swiper-button-next {
        position: relative;
        left: 0!important;
        top: 0!important;
    }
    .seven div:nth-of-type(1) {
        order: 1;
    }
    .offer-title {
        font-size: 25px;
    }
    .offer-block {
        padding: 50px 0;
    }
    .wpcf7-list-item-label {
        line-height: 1.3;
    }
    .eight .inner {
        padding: 0;
    }
    .eight .stitle {
        display: none;
    }
    .nine {
        padding: 0;
    }
    .nine .base-content {
        padding: 20px;
    }
    .nine h2 {
        font-size: 30px;
    }
    .nine h2 span {
        font-size: 50px;
    }
    .tenfl.fllabels {
        width: 100%;
    }
}
@media (max-width: 549px) {
    .hero img {
        height: 100%;
        max-width: none;
        margin-left: -40%;
    }
    .feedback,
    .fullscreen-menu-contacts.feedback {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;
        column-gap: 30px;
    }
    .fullscreen-menu-contacts.feedback {
        column-gap: 20px;        
    }
    .fullscreen-menu-contacts, 
    .fullscreen-menu-contacts a {
        font-size: 14px!important;
    }
    .ten .stitle.fl {
        font-size: 25px;
    }
    .swiper {
        height: 350px;
    }
    #fullscreen-menu-shop {
        background-position: -200px 0;
    }
    .tenfl.fllabels {
        width: 100%;
    }
    .menu a, 
    .ten-stitles3 .stitle.fl {
        font-size: 25px;
    }
    .fullscreen-menu-bottom {
        font-size: 11px;
    }
    .arch {
        height: auto;
        min-height: auto;
    }
    .slider-title {
        font-size: 35px;
    }
    .slider-text {
        font-size: 15px;
    }
    .leftpic img {
        max-width: 100%;
    }
    .advantages .grid.cols-2 {
        margin-top: 30px;
    }
    .adtxt2 p {
        width: 100%;
    }
    .about-txt li {
        margin-left: 10px;
    }
    .descbig {
        margin-bottom: 0;
    }
    .nine h2 {
        font-size: 26px;
    }
    .nine h2 span {
        font-size: 40px;
    }
    .nine-desc {
        width: 100%;
        margin-top: 0;
        padding-right: 0;
    }
    .ten-two {
        padding: 10px 0 50px;
        min-height: 100vh;
        background-attachment: scroll;
        background-size: cover;
        transition: background-size 1s ease-out;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: end;
        position: relative;
        top: 0;
        background-position: -750px;
    }
    .ten-stitles2 .stitle.fl {
        font-size: 32px;
    }
     .arch .stitle span {
        display: none;
    }
    .nn-right-imgs img {
        height: 150px;
        right: -10%;
    }
    .nn-right-imgs img:nth-child(1) {
        top: -15px;
    }
    .nn-right-imgs img:nth-child(2) {
        height: 180px;
    }
    .eight-new .bigimg {
        padding-left: 0;
    }
    .tenimgs {
        width: 100%;
    }
    .ten-three {
        padding-bottom: 0;
        min-height: auto;
    }
    .ten-three,
    .thirteen {
        min-height: auto;
    }
    .eight .inner {
        min-height: auto;
    }
    .eight video {
        position: relative;
    }
    .footer-txt img {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-txt p {
        line-height: 1.45;
    }
    .footer-title {
        margin-bottom: 30px;
    }
}
@media (min-width: 834px) {
    .advantages .descfont p {
        text-indent: 30%;
    }
}
/*Swiper 12.1.2*/
:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}