@charset "UTF-8";

@font-face {
font-family: "Palace Script MT";
src: url(//the-light.com.ua/wp-content/themes/3d/assets/styles/PalaceScriptMT.eot);
src: local("Palace Script MT"), local("PalaceScriptMT"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/PalaceScriptMT.eot?#iefix) format("embedded-opentype"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/PalaceScriptMT.woff2) format("woff2"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/PalaceScriptMT.woff) format("woff"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/PalaceScriptMT.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Century Gothic";
src: url(//the-light.com.ua/wp-content/themes/3d/assets/styles/CenturyGothic.eot);
src: local("Century Gothic"), local("CenturyGothic"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic.eot?#iefix) format("embedded-opentype"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic.woff2) format("woff2"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic.woff) format("woff"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic.ttf) format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Century Gothic";
src: url(//the-light.com.ua/wp-content/themes/3d/assets/styles/CenturyGothic-Bold.eot);
src: local("Century Gothic Bold"), local("CenturyGothic-Bold"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic-Bold.eot?#iefix) format("embedded-opentype"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic-Bold.woff2) format("woff2"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic-Bold.woff) format("woff"), url(//the-light.com.ua/wp-content/themes/3d/assets/fonts/CenturyGothic-Bold.ttf) format("truetype");
font-weight: bold;
font-style: normal;
}
:root { --white: #e9f6fb;
--black: #0e0f10;
--blue-header: #5cb5e0cc;
--blue-layout: #5cb5e0e6;
--blue: #5cb5e0;
--light: #a2bdca;
--dark: #323235;
--cubic: cubic-bezier(0.4, 0, 0.2, 1); } *,
*::before,
*::after {
margin: 0px;
padding: 0px;
box-sizing: border-box;
} body.modal-open {
overflow: hidden;
}
ul {
list-style: none;
}
ul li::marker {
font-size: 0.9em;
}
a {
display: inline-block;
text-decoration: none;
}
::-webkit-scrollbar {
width: 0;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img, abbr {
border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
ul li {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
legend {
color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
display: block;
}
img {
max-width: 100%;
height: auto;
}
.debug {
z-index: 999999;
height: 100vh;
position: fixed;
width: 100%;
}
.debug > div {
height: inherit;
max-width: 1760px;
margin: 0 auto;
padding-left: 30px;
padding-right: 30px;
}
@media screen and (max-width: 576px) {
.debug > div {
padding-left: 10px;
padding-right: 10px;
}
}
.debug > div > div {
height: inherit;
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.debug > div > div > div {
box-sizing: border-box;
word-wrap: break-word;
margin-left: 10px;
margin-right: 10px;
width: calc(8.3333333333% - 20px);
height: inherit;
outline: 1px solid #ff0;
background: rgba(0, 0, 0, 0.5);
}
body {
margin: 0;
min-width: 320px;
line-height: 1.4;
font-family: "Century Gothic", sans-serif;
overflow-x: hidden;
font-size: 18px;
font-style: normal;
color: var(--white);
background: var(--black);
}
body input,
body textarea {
outline: none;
border: 1px solid #adabab;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
border-color: red;
}
body input:required:valid,
body textarea:required:valid {
border-color: green;
}
img {
width: 100%;
display: block;
}
body *:focus {
outline: none;
}
button:hover,
a:hover,
select:hover {
cursor: pointer;
}
.page__inner {
max-width: 100vw;
}
@media screen and (max-width: 1025px) {
.page__inner {
overflow-x: hidden;
}
}
.wow:not(#some) {
opacity: 0;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
.js-input-focus:not(#some) .main-form__text {
transform: translateY(-110%);
}
.js-no-valid:not(#some) + .main-form-content svg {
fill: red;
}
.js-no-valid:not(#some) {
border-bottom: 1px solid red;
}
.overflow--hidden:not(#some) {
overflow: hidden;
margin-right: 10px;
}
:root { --white: #e9f6fb;
--black: #0e0f10;
--blue-header: #5cb5e0cc;
--blue-layout: #5cb5e0e6;
--blue: #5cb5e0;
--light: #a2bdca;
--dark: #323235;
--cubic: cubic-bezier(0.4, 0, 0.2, 1); }
.mfp-3d-unfold .mfp-content {
perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform-style: preserve-3d;
transform: rotateY(-60deg);
}
.mfp-3d-unfold .mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-ready .mfp-with-anim {
opacity: 1;
transform: rotateY(0deg);
}
.mfp-ready .mfp-bg {
opacity: 0.8;
}
.mfp-removing .mfp-with-anim {
transform: rotateY(60deg);
opacity: 0;
}
.mfp-removing .mfp-bg {
opacity: 0;
}
@keyframes scroll {
from {
transform: translate(0, 0);
}
to {
transform: translate(0, 40%);
}
}
@keyframes fade-in-animation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade-out-animation {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fade-in-bg-img-animation {
0% {
transform: scale(0);
border-radius: 50%;
}
100% {
transform: scale(1);
border-radius: 0%;
}
}
@keyframes fade-out-bg-img-animation {
0% {
transform: scale(1);
border-radius: 0%;
}
100% {
transform: scale(0);
border-radius: 50%;
}
}
@keyframes moving-up-and-down {
0% {
transform: translateY(-2px);
}
50% {
transform: translateY(2px);
}
100% {
transform: translateY(-2px);
}
}
@keyframes loader-animation {
0% {
opacity: 0.4;
scale: 1;
}
50% {
opacity: 1;
scale: 1.05;
}
100% {
opacity: 0.4;
scale: 1;
}
} @font-face {
font-family: "swiper-icons";
src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-container-pointer-events {
touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
} .swiper-container-3d {
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} .swiper-container-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
left: 10px;
right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
right: 10px;
left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
--swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
--swiper-navigation-color: #000000;
}
.swiper-button-lock {
display: none;
}
:root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 50%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
} .swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-white {
--swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
--swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
display: none;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
} :root { }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
animation: swiper-preloader-spin 1s infinite linear;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube {
overflow: visible;
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-container-flip {
overflow: visible;
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.iti {
position: relative;
display: inline-block;
}
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.iti__hide {
display: none;
}
.iti__v-hide {
visibility: hidden;
}
.iti input, .iti input[type=tel], .iti input[type=text] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px;
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px;
}
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
}
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555;
}
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: #fff;
border: 1px solid #ccc;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px;
}
@media (max-width: 500px) {
.iti__country-list {
white-space: normal;
}
}
.iti__flag-box {
display: inline-block;
width: 20px;
}
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
}
.iti__country {
padding: 5px 10px;
outline: 0;
}
.iti__dial-code {
color: #999;
}
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name, .iti__dial-code, .iti__flag-box {
vertical-align: middle;
}
.iti__country-name, .iti__flag-box {
margin-right: 6px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px;
}
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px;
}
.iti--container:hover {
cursor: pointer;
}
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed;
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%;
}
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.iti__flag {
width: 20px;
}
.iti__flag.iti__be {
width: 18px;
}
.iti__flag.iti__ch {
width: 15px;
}
.iti__flag.iti__mc {
width: 19px;
}
.iti__flag.iti__ne {
width: 18px;
}
.iti__flag.iti__np {
width: 13px;
}
.iti__flag.iti__va {
width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-size: 5652px 15px;
}
}
.iti__flag.iti__ac {
height: 10px;
background-position: 0 0;
}
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0;
}
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0;
}
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0;
}
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0;
}
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0;
}
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0;
}
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0;
}
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0;
}
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0;
}
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0;
}
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0;
}
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0;
}
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0;
}
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0;
}
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0;
}
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0;
}
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0;
}
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0;
}
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0;
}
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0;
}
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0;
}
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0;
}
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0;
}
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0;
}
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0;
}
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0;
}
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0;
}
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0;
}
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0;
}
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0;
}
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0;
}
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0;
}
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0;
}
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0;
}
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0;
}
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0;
}
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0;
}
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0;
}
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0;
}
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0;
}
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0;
}
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0;
}
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0;
}
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0;
}
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0;
}
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0;
}
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0;
}
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0;
}
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0;
}
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0;
}
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0;
}
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0;
}
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0;
}
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0;
}
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0;
}
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0;
}
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0;
}
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0;
}
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0;
}
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0;
}
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0;
}
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0;
}
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0;
}
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0;
}
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0;
}
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0;
}
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0;
}
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0;
}
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0;
}
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0;
}
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0;
}
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0;
}
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0;
}
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0;
}
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0;
}
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0;
}
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0;
}
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0;
}
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0;
}
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0;
}
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0;
}
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0;
}
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0;
}
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0;
}
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0;
}
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0;
}
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0;
}
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0;
}
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0;
}
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0;
}
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0;
}
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0;
}
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0;
}
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0;
}
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0;
}
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0;
}
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0;
}
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0;
}
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0;
}
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0;
}
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0;
}
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0;
}
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0;
}
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0;
}
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0;
}
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0;
}
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0;
}
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0;
}
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0;
}
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0;
}
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0;
}
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0;
}
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0;
}
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0;
}
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0;
}
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0;
}
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0;
}
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0;
}
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0;
}
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0;
}
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0;
}
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0;
}
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0;
}
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0;
}
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0;
}
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0;
}
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0;
}
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0;
}
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0;
}
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0;
}
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0;
}
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0;
}
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0;
}
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0;
}
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0;
}
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0;
}
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0;
}
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0;
}
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0;
}
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0;
}
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0;
}
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0;
}
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0;
}
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0;
}
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0;
}
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0;
}
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0;
}
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0;
}
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0;
}
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0;
}
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0;
}
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0;
}
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0;
}
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0;
}
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0;
}
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0;
}
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0;
}
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0;
}
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0;
}
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0;
}
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0;
}
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0;
}
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0;
}
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0;
}
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0;
}
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0;
}
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0;
}
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0;
}
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0;
}
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0;
}
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0;
}
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0;
}
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0;
}
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0;
}
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0;
}
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0;
}
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0;
}
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0;
}
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0;
}
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0;
}
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0;
}
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0;
}
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0;
}
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0;
}
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0;
}
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0;
}
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0;
}
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0;
}
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0;
}
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0;
}
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0;
}
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0;
}
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0;
}
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0;
}
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0;
}
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0;
}
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0;
}
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0;
}
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0;
}
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0;
}
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0;
}
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0;
}
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0;
}
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0;
}
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0;
}
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0;
}
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0;
}
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0;
}
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0;
}
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0;
}
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0;
}
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0;
}
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0;
}
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0;
}
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0;
}
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0;
}
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0;
}
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0;
}
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0;
}
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0;
}
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0;
}
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0;
}
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0;
}
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0;
}
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0;
}
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0;
}
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0;
}
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0;
}
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0;
}
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0;
}
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0;
}
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0;
}
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0;
}
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0;
}
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0;
}
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0;
}
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0;
}
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0;
}
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0;
}
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0;
}
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0;
}
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0;
}
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0;
}
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0;
}
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0;
}
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0;
}
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0;
}
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0;
}
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0;
}
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0;
}
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0;
}
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0;
}
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0;
}
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0;
}
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0;
}
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0;
}
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0;
}
.iti__flag {
height: 15px;
box-shadow: 0 0 1px 0 #888;
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/img/flags.png);
background-repeat: no-repeat;
background-color: #dbdbdb;
background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/img/flags@2x.png);
}
}
.iti__flag.iti__np {
background-color: transparent;
}
.iti__flag {
height: 15px;
box-shadow: 0 0 1px 0 #888;
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/flags.png);
background-repeat: no-repeat;
background-color: #dbdbdb;
background-position: 20px 0;
}
.iti__arrow {
display: none;
}
.iti input {
width: 100%;
}
.page-container {
padding: 0 12px;
}
@media screen and (min-width: 768px) {
.page-container {
padding: 0 20px;
}
}
@media screen and (min-width: 1280px) {
.page-container {
padding: 0 32px;
}
}
@media screen and (min-width: 1920px) {
.page-container {
padding: 0 50px;
}
}
@media screen and (min-width: 1280px) {
.hero .page-container {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
}
@media screen and (min-width: 1920px) {
.hero .page-container {
padding: 0 50px;
}
}
@media screen and (min-width: 1280px) {
.whom .page-container {
display: flex;
}
}
@media screen and (min-width: 768px) {
.customers .page-container {
padding: 0 29px;
}
}
@media screen and (min-width: 1280px) {
.customers .page-container {
display: flex;
padding: 0 50px;
}
}
@media screen and (min-width: 1920px) {
.customers .page-container {
padding: 0 88px;
}
}
@media screen and (min-width: 1280px) {
footer .page-container {
display: flex;
}
}
.menu-modal .page-container {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
padding: 20px;
background-color: var(--black);
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/menu/Pen.svg);
background-repeat: no-repeat;
background-position: bottom 24px right;
background-size: 257px 288px;
}
@media screen and (min-width: 768px) {
.menu-modal .page-container {
width: calc(100% - 80px);
padding: 20px 20px 20px 60px;
background-size: 365px 410px;
}
}
@media screen and (min-width: 1280px) {
.menu-modal .page-container {
width: 50%;
}
}
@media screen and (min-width: 1920px) {
.menu-modal .page-container {
padding: 30px 30px 30px 100px;
background-size: 465px 520px;
}
}
.pop-up-news-modal .page-container {
display: flex;
flex-direction: column;
height: fit-content;
min-height: 100vh;
width: 100%;
padding: 20px;
background-color: var(--black);
}
@media screen and (min-width: 1280px) {
.pop-up-news-modal .page-container {
width: 50%;
}
}
@media screen and (min-width: 1920px) {
.pop-up-news-modal .page-container {
padding: 40px;
}
}
@media screen and (min-width: 1280px) {
.info-block .page-container {
padding-right: 0;
}
}
@media screen and (min-width: 768px) {
.documents .page-container {
padding: 0 40px;
}
}
@media screen and (min-width: 1280px) {
.documents .page-container {
padding: 0 80px;
}
}
@media screen and (min-width: 1920px) {
.documents .page-container {
padding: 0 130px;
}
}
.menu-beckdrop.is-hidden .menu-modal .page-container {
transform: translateY(100%);
transition: all 1s var(--cubic);
}
.menu-beckdrop .menu-modal .page-container {
transform: translateY(0);
transition: all 1s var(--cubic);
}
.menu-beckdrop.is-hidden {
transition: all 1s var(--cubic);
}
.pop-up-news-beckdrop.is-hidden .pop-up-news-modal .page-container {
transform: translateY(100%);
transition: all 1s var(--cubic);
}
.pop-up-news-beckdrop .pop-up-news-modal .page-container {
transform: translateY(0);
transition: all 1s var(--cubic);
}
.pop-up-news-beckdrop.is-hidden {
transition: all 1s var(--cubic);
}
.header .pop-up-news-beckdrop,
.header .menu-beckdrop {
transition: all 1s var(--cubic);
}
.pop-up-thanks {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 40px 20px;
background-color: var(--white);
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/contacts/Bg.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: var(--black);
}
@media screen and (min-width: 768px) {
.pop-up-thanks {
padding: 60px 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-size: 566px 294px;
}
}
@media screen and (min-width: 1280px) {
.pop-up-thanks {
padding: 80px 182px;
background-size: 664px 334px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-thanks {
padding: 80px 350px;
background-size: 750px 389px;
}
}
.pop-up-thanks__text-wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.pop-up-thanks__title {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--black);
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.pop-up-thanks__title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-thanks__title {
margin-bottom: 32px;
font-size: 48px;
}
}
.pop-up-thanks__text {
font-weight: 400;
font-size: 14px;
line-height: 1.4;
text-align: center;
color: var(--black);
margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.pop-up-thanks__text {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-thanks__text {
margin-bottom: 40px;
font-size: 18px;
}
}
.swiper_1,
.swiper_2,
.swiper_text,
.swiper_nuber,
.layout__swiper,
.swiper_benefits_text,
.swiper_our_projects_text,
.swiper_our_projects_title_text {
overflow: hidden;
width: 100%;
height: 100%;
}
.swiper_1 .swiper-slide,
.swiper_2 .swiper-slide,
.swiper_gallery .swiper-slide {
cursor: pointer;
}
.swiper_1 .swiper-slide {
height: auto;
}
.swiper_nuber {
position: absolute;
width: 54px;
height: 77px;
font-size: 96px;
line-height: 0.8;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.swiper_nuber {
font-size: 140px;
width: 78px;
height: 112px;
}
}
@media screen and (min-width: 1920px) {
.swiper_nuber {
font-size: 200px;
width: 111px;
height: 160px;
}
}
.swiper_nuber .swiper-wrapper {
flex-direction: column;
}
.swiper_nuber_about {
bottom: 0;
left: 43%;
}
@media screen and (min-width: 768px) {
.swiper_nuber_about {
bottom: -15%;
}
}
.swiper_nuber_benefits,
.swiper_nuber_our_projects {
width: 222px;
bottom: 12%;
z-index: 1;
}
@media screen and (max-width: 767px) {
.swiper_nuber_benefits,
.swiper_nuber_our_projects {
right: calc(50% - 178px);
}
}
@media screen and (min-width: 768px) {
.swiper_nuber_benefits,
.swiper_nuber_our_projects {
left: 170%;
}
}
.btn-swiper {
width: 40px;
height: 40px;
margin: 4px;
border-radius: 50%;
background: var(--black);
cursor: pointer;
}
@media screen and (min-width: 768px) {
.btn-swiper {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1280px) {
.btn-swiper {
margin: 8px;
}
}
@media screen and (min-width: 1920px) {
.btn-swiper {
width: 64px;
height: 64px;
}
}
.btn-swiper rect {
fill: var(--black);
}
.btn-swiper path {
stroke: var(--white);
}
.btn-swiper:hover {
background: var(--blue);
}
.btn-swiper-wrapper {
display: flex;
}
.btn-swiper-right {
transform: rotate(180deg);
}
.swiper_benefits,
.swiper_our_projects {
width: 100%;
height: 100%;
position: relative;
}
@media screen and (min-width: 768px) {
.swiper_benefits,
.swiper_our_projects {
right: -20%;
}
}
@media screen and (min-width: 850px) {
.swiper_benefits,
.swiper_our_projects {
right: -22%;
}
}
@media screen and (min-width: 900px) {
.swiper_benefits,
.swiper_our_projects {
right: -24%;
}
}
@media screen and (min-width: 1280px) {
.swiper_benefits,
.swiper_our_projects {
left: -135px;
}
}
@media screen and (min-width: 1920px) {
.swiper_benefits,
.swiper_our_projects {
left: -190px;
}
}
.swiper_benefits img,
.swiper_our_projects img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.swiper_benefits .swiper-wrapper .swiper-slide-benefits.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-benefits.swiper-slide-active {
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.swiper_benefits .swiper-wrapper .swiper-slide-benefits.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-benefits.swiper-slide-active {
width: 384px !important;
height: 554px !important;
}
}
@media screen and (min-width: 1280px) {
.swiper_benefits .swiper-wrapper .swiper-slide-benefits.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-benefits.swiper-slide-active {
width: 540px !important;
height: 540px !important;
}
}
@media screen and (min-width: 1920px) {
.swiper_benefits .swiper-wrapper .swiper-slide-benefits.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-benefits.swiper-slide-active {
width: 760px !important;
height: 760px !important;
}
}
.swiper_benefits .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active {
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.swiper_benefits .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active {
width: 384px !important;
height: 700px !important;
}
}
@media screen and (min-width: 1280px) {
.swiper_benefits .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active {
width: 540px !important;
height: 540px !important;
}
}
@media screen and (min-width: 1920px) {
.swiper_benefits .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active,
.swiper_our_projects .swiper-wrapper .swiper-slide-our_projects.swiper-slide-active {
width: 760px !important;
height: 760px !important;
}
}
.swiper_benefits .swiper-slide-benefits,
.swiper_our_projects .swiper-slide-our_projects {
cursor: pointer;
object-fit: cover;
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.swiper_benefits .swiper-slide-benefits,
.swiper_our_projects .swiper-slide-our_projects {
height: 270px !important;
width: 270px !important;
}
}
@media screen and (min-width: 1920px) {
.swiper_benefits .swiper-slide-benefits,
.swiper_our_projects .swiper-slide-our_projects {
height: 380px !important;
width: 380px !important;
}
}
.benefits__wrapper-btn-swiper {
position: absolute;
bottom: -260px;
width: 100%;
z-index: 100;
}
.benefits__wrapper-btn-swiper .btn-swiper {
background: var(--white);
}
.benefits__wrapper-btn-swiper .btn-swiper rect {
fill: var(--white);
}
.benefits__wrapper-btn-swiper .btn-swiper path {
stroke: var(--black);
}
.benefits__wrapper-btn-swiper .btn-swiper:hover {
background: var(--blue);
}
.benefits__wrapper-btn-swiper .btn-swiper:hover rect {
fill: var(--blue);
}
.benefits__wrapper-btn-swiper .btn-swiper:hover path {
stroke: var(--white);
}
@media screen and (max-width: 767px) {
.benefits__wrapper-btn-swiper {
justify-content: center;
}
}
@media screen and (min-width: 768px) {
.benefits__wrapper-btn-swiper {
bottom: 0%;
right: 50%;
width: 50%;
}
}
@media screen and (min-width: 1280px) {
.benefits__wrapper-btn-swiper {
width: auto;
bottom: 0%;
right: calc(50% - 614px);
}
}
@media screen and (min-width: 1920px) {
.benefits__wrapper-btn-swiper {
bottom: -8px;
right: calc(50% - 860px);
}
}
.our_projects__wrapper-btn-swiper {
position: absolute;
bottom: -340px;
width: 100%;
z-index: 9;
}
.our_projects__wrapper-btn-swiper .btn-swiper {
background: var(--white);
}
.our_projects__wrapper-btn-swiper .btn-swiper rect {
fill: var(--white);
}
.our_projects__wrapper-btn-swiper .btn-swiper path {
stroke: var(--black);
}
.our_projects__wrapper-btn-swiper .btn-swiper:hover {
background: var(--blue);
}
.our_projects__wrapper-btn-swiper .btn-swiper:hover rect {
fill: var(--blue);
}
.our_projects__wrapper-btn-swiper .btn-swiper:hover path {
stroke: var(--white);
}
@media screen and (max-width: 394px) {
.our_projects__wrapper-btn-swiper {
bottom: -316px;
}
}
@media screen and (max-width: 767px) {
.our_projects__wrapper-btn-swiper {
justify-content: center;
}
}
@media screen and (min-width: 768px) {
.our_projects__wrapper-btn-swiper {
bottom: 0%;
right: 50%;
width: 50%;
}
}
@media screen and (min-width: 1280px) {
.our_projects__wrapper-btn-swiper {
width: auto;
bottom: 0%;
right: calc(50% - 614px);
}
}
@media screen and (min-width: 1920px) {
.our_projects__wrapper-btn-swiper {
bottom: -8px;
right: calc(50% - 860px);
}
} .toast-wrapper {
position: fixed;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
width: 360px;
z-index: 31;
}
.toast {
position: relative;
display: flex;
width: 100%;
height: 103px;
background: #FFFFFF;
}
.toast .toast-logo-block {
display: flex;
align-items: center;
justify-content: center;
min-width: 60px;
width: 60px;
height: 100%;
}
.toast .toast__logo {
width: 37px;
height: 37px;
}
.toast .toast__logo svg {
width: 100%;
height: 100%;
fill: rgb(255, 255, 255);
}
.toast .toast-content-block {
padding: 20px 50px 20px 20px;
display: flex;
flex-direction: column;
}
.toast .toast__title {
margin-bottom: 15px;
font-weight: 700;
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
}
.toast .toast__text {
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: #8E8E8E;
}
.toast .toast__colose-btn {
position: absolute;
padding: 0;
display: flex;
top: 17px;
right: 20px;
width: 12px;
height: 12px;
background-color: transparent;
border: none;
transition: transform 0.7s var(--in);
}
@media screen and (min-width: 1024px) {
.toast .toast__colose-btn:hover {
transform: rotate(90deg) scale(1.4);
transition: transform 0.7s var(--in);
}
}
.toast .toast__colose-btn svg {
width: 100%;
height: 100%;
fill: rgb(255, 255, 255);
}
[data-toast-item][data-toast-status=error]:not(#r) .toast-logo-block {
background-color: #E88E8E;
}
[data-toast-item][data-toast-status=error]:not(#r) .toast__title {
color: #E88E8E;
}
[data-toast-item][data-toast-status=success]:not(#r) .toast-logo-block {
background-color: #96C380;
}
[data-toast-item][data-toast-status=success]:not(#r) .toast__title {
color: #96C380;
} .feedback-form {
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 20px;
background-color: var(--white);
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/contacts/Bg.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: var(--black);
}
@media screen and (min-width: 768px) {
.feedback-form {
padding: 60px 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-size: 566px 294px;
}
}
@media screen and (min-width: 1280px) {
.feedback-form {
padding: 80px 182px;
background-size: 664px 334px;
}
}
@media screen and (min-width: 1920px) {
.feedback-form {
padding: 80px 350px;
background-size: 750px 389px;
}
}
.feedback-form .input-message {
font-size: 0.75em;
color: red;
}
.feedback-form__title {
margin-bottom: 20px;
font-weight: 400;
font-size: 20px;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.feedback-form__title {
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.feedback-form__title {
font-size: 32px;
margin-bottom: 32px;
}
}
.feedback-form__label {
display: block;
width: 100%;
margin-bottom: 20px;
position: relative;
}
@media screen and (min-width: 768px) {
.feedback-form__label:not(:last-child) {
margin-right: 16px;
}
}
@media screen and (min-width: 1920px) {
.feedback-form__label {
margin-bottom: 32px;
}
}
.feedback-form__label--phone .feedback-form__label-wrap {
position: absolute;
top: -20px;
left: 0;
}
@media screen and (min-width: 768px) {
.feedback-form__label--phone .feedback-form__label-wrap {
top: -22px;
}
}
@media screen and (min-width: 1920px) {
.feedback-form__label--phone .feedback-form__label-wrap {
top: -26px;
}
}
.feedback-form__input-wrapper {
width: 100%;
}
@media screen and (min-width: 768px) {
.feedback-form__input-wrapper {
display: flex;
}
}
.feedback-form__input {
display: flex;
flex-direction: row;
align-items: center;
padding: 16px 32px;
width: 100%;
height: 52px;
background: var(--white);
border: 1px solid #0e0f10;
border-radius: 8px;
font-weight: 400;
font-size: 14px;
line-height: 140%;
}
@media screen and (min-width: 768px) {
.feedback-form__input {
font-size: 16px;
height: 60px;
}
}
@media screen and (min-width: 1280px) {
.feedback-form__input {
font-size: 18px;
}
}
@media screen and (min-width: 1920px) {
.feedback-form__input {
font-size: 18px;
height: 70px;
}
}
.feedback-form__input:focus + .feedback-form__label-wrap {
top: -20px;
left: 0;
}
@media screen and (min-width: 768px) {
.feedback-form__input:focus + .feedback-form__label-wrap {
top: -22px;
}
}
@media screen and (min-width: 1920px) {
.feedback-form__input:focus + .feedback-form__label-wrap {
top: -26px;
}
}
.feedback-form__label-wrap {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: var(--black);
}
@media screen and (min-width: 768px) {
.feedback-form__label-wrap {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.feedback-form__label-wrap {
font-size: 18px;
}
}
.feedback-form__btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 13px 40px;
width: 220px;
height: 40px;
background: var(--black);
color: var(--white);
border-radius: 30px;
border: none;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
.feedback-form__btn {
width: 270px;
height: 50px;
font-size: 14px;
}
}
.feedback-form__btn:hover {
background: var(--blue);
}
.feedback-form__label-wrap {
position: absolute;
top: 17px;
left: 32px;
}
.feedback-form__label-required {
position: absolute;
top: 6px;
right: 6px;
}
.pop-up-thanks .btn-feedback-form-close {
top: 12px;
right: 12px;
}
@media screen and (min-width: 1280px) {
.pop-up-thanks .btn-feedback-form-close {
top: 20px;
right: 20px;
}
}
.btn-feedback-form-close {
position: absolute;
top: 20px;
right: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--black);
background: var(--white);
}
.btn-feedback-form-close svg {
width: 12px;
height: 12px;
stroke: var(--black);
}
@media screen and (min-width: 768px) {
.btn-feedback-form-close {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1920px) {
.btn-feedback-form-close {
width: 68px;
height: 68px;
top: 30px;
right: 30px;
}
}
.btn-feedback-form-close:hover {
border: 1px solid var(--blue);
background: var(--blue);
}
.btn-feedback-form-close:hover svg {
stroke: var(--white);
}
.contacts .btn-feedback-form-close {
display: none;
}
.manager-feedback-form .input-message {
font-size: 0.75em;
color: red;
}
.pdf-form {
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 20px;
background-color: var(--white);
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/contacts/Bg.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: var(--black);
}
.pdf-form .hidden-field {
position: absolute;
opacity: 0;
visibility: hidden;
}
.pdf-form p {
margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.pdf-form {
padding: 60px 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-size: 566px 294px;
}
}
@media screen and (min-width: 1280px) {
.pdf-form {
padding: 80px 182px;
background-size: 664px 334px;
}
}
@media screen and (min-width: 1920px) {
.pdf-form {
padding: 80px 350px;
background-size: 750px 389px;
}
}
.pdf-form .input-message {
font-size: 0.75em;
color: red;
}
.pdf-form__title {
margin-bottom: 20px;
font-weight: 400;
font-size: 20px;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.pdf-form__title {
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.pdf-form__title {
font-size: 32px;
margin-bottom: 32px;
}
}
.pdf-form__label {
display: block;
width: 100%;
margin-bottom: 20px;
position: relative;
}
@media screen and (min-width: 768px) {
.pdf-form__label:not(:last-child) {
margin-right: 16px;
}
}
@media screen and (min-width: 1920px) {
.pdf-form__label {
margin-bottom: 32px;
}
}
.pdf-form__label--phone .pdf-form__label-wrap {
position: absolute;
top: -20px;
left: 0;
}
@media screen and (min-width: 768px) {
.pdf-form__label--phone .pdf-form__label-wrap {
top: -22px;
}
}
@media screen and (min-width: 1920px) {
.pdf-form__label--phone .pdf-form__label-wrap {
top: -26px;
}
}
.pdf-form__input-wrapper {
width: 100%;
}
@media screen and (min-width: 768px) {
.pdf-form__input-wrapper {
display: flex;
}
}
.pdf-form__input {
display: flex;
flex-direction: row;
align-items: center;
padding: 16px 32px;
width: 100%;
height: 52px;
background: var(--white);
border: 1px solid #0e0f10;
border-radius: 8px;
font-weight: 400;
font-size: 14px;
line-height: 140%;
}
@media screen and (min-width: 768px) {
.pdf-form__input {
font-size: 16px;
height: 60px;
}
}
@media screen and (min-width: 1280px) {
.pdf-form__input {
font-size: 18px;
}
}
@media screen and (min-width: 1920px) {
.pdf-form__input {
font-size: 18px;
height: 70px;
}
}
.pdf-form__input:focus + .pdf-form__label-wrap {
top: -20px;
left: 0;
}
@media screen and (min-width: 768px) {
.pdf-form__input:focus + .pdf-form__label-wrap {
top: -22px;
}
}
@media screen and (min-width: 1920px) {
.pdf-form__input:focus + .pdf-form__label-wrap {
top: -26px;
}
}
.pdf-form__label-wrap {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: var(--black);
}
@media screen and (min-width: 768px) {
.pdf-form__label-wrap {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.pdf-form__label-wrap {
font-size: 18px;
}
}
.pdf-form__btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 13px 40px;
width: 220px;
height: 40px;
background: var(--black);
color: var(--white);
border-radius: 30px;
border: none;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
.pdf-form__btn {
width: 270px;
height: 50px;
font-size: 14px;
}
}
.pdf-form__btn:hover {
background: var(--blue);
}
.pdf-form__label-wrap {
position: absolute;
top: 17px;
left: 32px;
}
.pdf-form__label-required {
position: absolute;
top: 6px;
right: 6px;
}
.pop-up-thanks .btn-pdf-form-close {
top: 12px;
right: 12px;
}
@media screen and (min-width: 1280px) {
.pop-up-thanks .btn-pdf-form-close {
top: 20px;
right: 20px;
}
}
.btn-pdf-form-close {
position: absolute;
top: 20px;
right: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--black);
background: var(--white);
}
.btn-pdf-form-close svg {
width: 12px;
height: 12px;
stroke: var(--black);
}
@media screen and (min-width: 768px) {
.btn-pdf-form-close {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1920px) {
.btn-pdf-form-close {
width: 68px;
height: 68px;
top: 30px;
right: 30px;
}
}
.btn-pdf-form-close:hover {
border: 1px solid var(--blue);
background: var(--blue);
}
.btn-pdf-form-close:hover svg {
stroke: var(--white);
}
.contacts .btn-pdf-form-close {
display: none;
}
.manager-pdf-form .input-message {
font-size: 0.75em;
color: red;
}
.manager-feedback-form {
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 20px;
background-color: var(--white);
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/contacts/Bg.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: var(--black);
}
@media screen and (min-width: 768px) {
.manager-feedback-form {
padding: 60px 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-size: 566px 294px;
}
}
@media screen and (min-width: 1280px) {
.manager-feedback-form {
padding: 80px 182px;
background-size: 664px 334px;
}
}
@media screen and (min-width: 1920px) {
.manager-feedback-form {
padding: 80px 350px;
background-size: 750px 389px;
}
}
.manager-feedback-form__title {
margin-bottom: 20px;
font-weight: 400;
font-size: 20px;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.manager-feedback-form__title {
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.manager-feedback-form__title {
font-size: 32px;
margin-bottom: 32px;
}
}
.manager-feedback-form__label {
display: block;
width: 100%;
margin-bottom: 20px;
position: relative;
}
@media screen and (min-width: 768px) {
.manager-feedback-form__label:not(:last-child) {
margin-right: 16px;
}
}
@media screen and (min-width: 1920px) {
.manager-feedback-form__label {
margin-bottom: 32px;
}
}
.manager-feedback-form__input-wrapper {
width: 100%;
}
@media screen and (min-width: 768px) {
.manager-feedback-form__input-wrapper {
display: flex;
}
}
.manager-feedback-form__input {
display: flex;
flex-direction: row;
align-items: center;
padding: 16px 32px;
width: 100%;
height: 52px;
background: var(--white);
border: 1px solid #0e0f10;
border-radius: 8px;
font-weight: 400;
font-size: 14px;
line-height: 140%;
}
@media screen and (min-width: 768px) {
.manager-feedback-form__input {
font-size: 16px;
height: 60px;
}
}
@media screen and (min-width: 1280px) {
.manager-feedback-form__input {
font-size: 18px;
}
}
@media screen and (min-width: 1920px) {
.manager-feedback-form__input {
font-size: 18px;
height: 70px;
}
}
.manager-feedback-form__input:focus + .manager-feedback-form__label-wrap {
top: -20px;
left: 0;
}
@media screen and (min-width: 768px) {
.manager-feedback-form__input:focus + .manager-feedback-form__label-wrap {
top: -22px;
}
}
@media screen and (min-width: 1920px) {
.manager-feedback-form__input:focus + .manager-feedback-form__label-wrap {
top: -26px;
}
}
.manager-feedback-form__input.input-with-text + .manager-feedback-form__label-wrap {
top: -20px;
left: 0;
}
@media screen and (min-width: 768px) {
.manager-feedback-form__input.input-with-text + .manager-feedback-form__label-wrap {
top: -22px;
}
}
@media screen and (min-width: 1920px) {
.manager-feedback-form__input.input-with-text + .manager-feedback-form__label-wrap {
top: -26px;
}
}
.manager-feedback-form__label-wrap {
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: var(--black);
}
@media screen and (min-width: 768px) {
.manager-feedback-form__label-wrap {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.manager-feedback-form__label-wrap {
font-size: 18px;
}
}
.manager-feedback-form__btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 13px 40px;
width: 220px;
height: 40px;
background: var(--black);
color: var(--white);
border-radius: 30px;
border: none;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
.manager-feedback-form__btn {
width: 270px;
height: 50px;
font-size: 14px;
}
}
.manager-feedback-form__btn:hover {
background: var(--blue);
}
.manager-feedback-form__label-wrap {
position: absolute;
top: 17px;
left: 32px;
}
.manager-feedback-form__label-required {
position: absolute;
top: 6px;
right: 6px;
}
.btn-manager-feedback-form-close {
position: absolute;
top: 20px;
right: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--black);
background: var(--white);
}
.btn-manager-feedback-form-close svg {
width: 12px;
height: 12px;
}
@media screen and (min-width: 768px) {
.btn-manager-feedback-form-close {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1920px) {
.btn-manager-feedback-form-close {
width: 68px;
height: 68px;
top: 30px;
right: 30px;
}
}
.contacts .btn-manager-feedback-form-close {
display: none;
}
.pop-up-news {
position: relative;
}
.pop-up-news .header__btn-close-menu.js-close-pop-up-news {
position: absolute;
top: 0;
right: 0;
}
.pop-up-news__content-date {
margin-bottom: 28px;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
color: var(--light);
}
@media screen and (min-width: 768px) {
.pop-up-news__content-date {
margin-bottom: 32px;
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-news__content-date {
margin-bottom: 40px;
font-size: 18px;
}
}
.pop-up-news__content-title {
margin-bottom: 28px;
font-weight: 400;
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.pop-up-news__content-title {
margin-bottom: 32px;
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-news__content-title {
margin-bottom: 40px;
font-size: 48px;
}
}
.pop-up-news__content-item-title {
margin-bottom: 16px;
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
color: var(--light);
}
@media screen and (min-width: 768px) {
.pop-up-news__content-item-title {
font-size: 20px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-news__content-item-title {
font-size: 24px;
}
}
.pop-up-news__content-item-text {
margin-bottom: 28px;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
color: var(--light);
}
@media screen and (min-width: 768px) {
.pop-up-news__content-item-text {
margin-bottom: 32px;
font-size: 18px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-news__content-item-text {
margin-bottom: 40px;
}
}
.pop-up-news__content-item-img {
margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
.pop-up-news__content-item-img {
margin-bottom: 32px;
}
}
@media screen and (min-width: 1920px) {
.pop-up-news__content-item-img {
margin-bottom: 40px;
}
}
.pop-up-news-modal {
width: 100%;
height: 100%;
display: flex;
justify-content: flex-end;
}
.header.header-start-position {
background: transparent;
padding: 12px;
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.header.header-start-position {
padding: 20px;
}
}
@media screen and (min-width: 1280px) {
.header.header-start-position {
padding: 32px;
}
}
@media screen and (min-width: 1920px) {
.header.header-start-position {
padding: 50px;
}
}
.header.header-start-position .header__logo {
transform: scale(1.2);
transition: all 1s var(--cubic);
margin-left: 12px;
}
@media screen and (min-width: 768px) {
.header.header-start-position .header__logo {
transform: scale(1.4);
transition: all 1s var(--cubic);
margin: 0;
}
}
.modal .header.header-start-position__logo {
position: absolute;
top: 15px;
left: 16px;
}
@media screen and (min-width: 768px) {
.modal .header.header-start-position__logo {
top: 13px;
left: 24px;
}
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 60px;
padding: 5px 12px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
background: var(--blue-header);
z-index: 10;
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.header {
justify-content: space-between;
padding: 6px 20px;
}
}
@media screen and (min-width: 1280px) {
.header {
padding: 6px 32px;
}
}
@media screen and (min-width: 1920px) {
.header {
min-height: 88px;
padding: 10px 50px;
}
}
.modal .header__logo {
position: absolute;
top: 15px;
left: 16px;
}
@media screen and (min-width: 768px) {
.modal .header__logo {
top: 13px;
left: 24px;
}
}
.header__logo {
position: absolute;
width: 92px;
height: 36px;
left: 12px;
top: calc(50% - 18px);
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.header__logo {
width: 108px;
height: 44px;
left: calc(50% - 54px);
top: calc(50% - 22px);
}
}
@media screen and (min-width: 1920px) {
.header__logo {
width: 146px;
height: 60px;
left: calc(50% - 73px);
top: calc(50% - 30px);
}
}
.header__logo-img {
width: 100%;
height: 100%;
}
.header__wrapper-btn {
position: relative;
display: flex;
align-items: center;
height: 40px;
}
@media screen and (min-width: 768px) {
.header__wrapper-btn {
height: 48px;
}
}
@media screen and (min-width: 1920px) {
.header__wrapper-btn {
height: 68px;
}
}
@media screen and (max-width: 1279px) {
.header__desktop-menu {
display: none;
}
}
@media screen and (min-width: 1280px) {
.header__desktop-menu {
margin-right: 8px;
}
}
@media screen and (min-width: 1920px) {
.header__desktop-menu {
margin-right: 22px;
}
}
.header .no-click {
pointer-events: none;
}
.header__lang-block-list {
background: inherit;
width: 40px;
height: 80px;
border-radius: 1000px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
@media screen and (min-width: 768px) {
.header__lang-block-list {
width: 48px;
height: 96px;
}
}
@media screen and (min-width: 1920px) {
.header__lang-block-list {
width: 68px;
height: 136px;
}
}
.header__lang-block-list:hover {
background: var(--white);
}
.header__lang-block-list a {
color: inherit;
}
.header__lang-block-list .header__lang-block-item {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
}
@media screen and (min-width: 768px) {
.header__lang-block-list .header__lang-block-item {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1920px) {
.header__lang-block-list .header__lang-block-item {
width: 68px;
height: 68px;
}
}
.header__lang-block {
position: absolute;
top: 0;
transition: all 1s var(--cubic);
cursor: pointer;
width: 40px;
height: 40px;
background: var(--black);
border-radius: 1000px;
overflow: hidden;
font-family: "Century Gothic";
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.header__lang-block {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1280px) {
.header__lang-block {
margin-right: 16px;
}
}
@media screen and (min-width: 1920px) {
.header__lang-block {
width: 68px;
height: 68px;
margin-right: 40px;
font-size: 14px;
}
}
.header__lang-block:hover {
background: var(--white);
color: var(--black);
height: 80px;
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.header__lang-block:hover {
height: 96px;
}
}
@media screen and (min-width: 1920px) {
.header__lang-block:hover {
height: 136px;
}
}
.header__lang-block svg {
width: 16px;
height: 16px;
fill: inherit;
}
@media screen and (min-width: 768px) {
.header__lang-block svg {
margin-left: 4px;
}
}
.header__phone-number {
margin-left: 48px;
}
@media screen and (min-width: 768px) {
.header__phone-number {
margin-left: 56px;
}
}
@media screen and (min-width: 1280px) {
.header__phone-number {
margin-left: 64px;
}
}
@media screen and (min-width: 1920px) {
.header__phone-number {
margin-left: 84px;
}
}
.header__phone-number span {
color: var(--white);
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 1.7;
}
@media screen and (max-width: 767px) {
.header__phone-number span {
display: none;
}
}
.header__phone-number:hover span {
background-image: linear-gradient(90deg, var(--light), #bcd6df);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.header__call:hover {
background: var(--white);
color: var(--black);
}
.header__call {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin-right: 8px;
color: var(--white);
background: var(--black);
border-radius: 50%;
border: none;
font-family: "Century Gothic";
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.header__call {
width: 180px;
height: 40px;
background: var(--black);
border-radius: 30px;
}
}
@media screen and (min-width: 1280px) {
.header__call {
width: 220px;
height: 40px;
margin-right: 16px;
}
}
@media screen and (min-width: 1920px) {
.header__call {
width: 241px;
height: 50px;
margin-right: 40px;
}
}
.header__call svg {
width: 16px;
height: 16px;
fill: var(--white);
}
@media screen and (min-width: 768px) {
.header__call svg {
display: none;
}
}
.header__call-label {
text-transform: uppercase;
}
@media screen and (max-width: 767px) {
.header__call-label {
display: none;
}
}
@media screen and (min-width: 1920px) {
.header__call-label {
font-size: 14px;
}
}
.header__menu-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
.header__menu-header {
margin-bottom: 14px;
}
}
@media screen and (min-width: 1920px) {
.header__menu-header {
margin-bottom: 20px;
align-items: flex-end;
}
}
.header__menu-header-title {
color: var(--light);
}
.modal.menu-modal .header__btn-close-menu {
padding: 0;
}
.header__btn-close-menu {
background: var(--white);
}
.header__btn-close-menu svg {
width: 12px;
height: 12px;
stroke: var(--black);
}
.header__btn-close-menu:hover {
background: var(--blue);
}
.header__btn-close-menu:hover svg {
stroke: var(--white);
}
.header__btn-open-menu, .header__btn-close-menu {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
}
@media screen and (min-width: 768px) {
.header__btn-open-menu, .header__btn-close-menu {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1920px) {
.header__btn-open-menu, .header__btn-close-menu {
width: 68px;
height: 68px;
}
}
.header__btn-open-menu {
background: var(--black);
}
.header__btn-open-menu .wrap-line {
display: flex;
flex-direction: column;
justify-content: space-evenly;
width: 16px;
height: 16px;
}
.header__btn-open-menu .wrap-line .line {
width: 16px;
height: 2px;
background: var(--white);
border: 1px solid var(--white);
}
.header__btn-open-menu:hover {
background: var(--white);
}
.header__btn-open-menu:hover .line {
background: var(--black);
border: 1px solid var(--black);
}
.is-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.gallery-beckdrop,
.modal-beckdrop,
.layout-beckdrop,
.layout-img-beckdrop,
.menu-beckdrop,
.pop-up-news-beckdrop,
.pop-up-beckdrop,
.manager-modal-beckdrop,
.pdf-beckdrop,
.video-popup {
position: fixed;
z-index: 50;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background: rgba(33, 38, 48, 0.9);
transition: all 1s var(--cubic);
overflow-y: scroll;
}
.pdf-beckdrop {
display: flex;
align-items: end;
width: 100vw;
}
.pdf-beckdrop .modal.pdf-modal {
width: 100vw;
}
.modal-beckdrop.is-hidden .modal {
transition: all 1s var(--cubic);
}
.manager-modal,
.feedback-modal,
.thanks-modal {
display: flex;
width: 100%;
height: 100%;
align-items: flex-end;
}
.manager-modal .feedback-form, .manager-modal .manager-feedback-form,
.feedback-modal .feedback-form,
.feedback-modal .manager-feedback-form,
.thanks-modal .feedback-form,
.thanks-modal .manager-feedback-form {
width: 100%;
}
.modal-beckdrop.is-hidden .modal.feedback-modal .feedback-form {
transform: translateY(100%);
transition: all 1s var(--cubic);
}
.modal-beckdrop .modal.feedback-modal .feedback-form {
transform: translateY(0%);
transition: all 1s var(--cubic);
}
.manager-modal-beckdrop.is-hidden .modal.manager-modal .manager-feedback-form {
transform: translateY(100%);
transition: all 1s var(--cubic);
}
.manager-modal-beckdrop .modal.manager-modal .manager-feedback-form {
transform: translateY(0%);
transition: all 1s var(--cubic);
}
.pdf-beckdrop.is-hidden .modal.pdf-modal .pdf-form {
transform: translateY(100%);
transition: all 1s var(--cubic);
}
.pdf-beckdrop .modal.pdf-modal .pdf-form {
transform: translateY(0%);
transition: all 1s var(--cubic);
}
.mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background: var(--black);
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
transition: all 1s var(--cubic);
}
.mask-hide {
opacity: 0;
}
.mask .loader-block {
width: 40%;
}
@media screen and (min-width: 1280px) {
.mask .loader-block {
width: 20%;
}
}
.mask .loader-block__logo-img {
animation: loader-animation 7s linear infinite;
}
.loader {
margin: 80px auto 0;
font-size: 10px;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
-webkit-animation: load5 1.5s infinite linear;
animation: load5 1.5s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
@media screen and (min-width: 768px) {
.loader {
font-size: 12px;
margin: 100px auto 0;
}
}
@media screen and (min-width: 1920px) {
.loader {
font-size: 14px;
}
}
@-webkit-keyframes load5 {
0%, 100% {
box-shadow: 0em -2.6em 0em 0em var(--white), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
}
12.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em var(--white), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
}
25% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em var(--white), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
37.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em var(--white), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
50% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em var(--white), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
62.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em var(--white), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
75% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em var(--white), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
87.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em var(--white);
}
}
@keyframes load5 {
0%, 100% {
box-shadow: 0em -2.6em 0em 0em var(--white), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
}
12.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em var(--white), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
}
25% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em var(--white), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
37.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em var(--white), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
50% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em var(--white), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
62.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em var(--white), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
75% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em var(--white), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
87.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em var(--white);
}
}
.hero {
position: relative;
width: 100vw;
height: 100vh;
transition: all 1s var(--cubic);
}
@media screen and (min-width: 1280px) {
.hero {
height: 63.5445129313vw;
}
}
.hero .img-container {
position: absolute;
width: 100%;
height: 100%;
display: flex;
left: 0;
top: 0;
z-index: 2;
pointer-events: none;
}
.hero .img-container::before {
content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: radial-gradient(circle, rgba(9, 9, 121, 0) 0%, rgba(0, 0, 0, 0.6) 63%);
}
.hero .img-container picture {
position: relative;
z-index: -1;
width: 100%;
height: 100%;
}
.hero .img-container picture img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 1279px) {
.hero .img-container picture img {
height: 100%;
}
}
.hero .img-container video {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero .img-container picture::before {
content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/hero/Rectangle-4050-mob.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: left;
background: -webkit-gradient(linear, left top, left bottom, color-stop(-44.91%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
background: radial-gradient(circle, rgba(9, 9, 121, 0) 0%, rgba(0, 0, 0, 0.6) 63%);
}
@media screen and (min-width: 768px) {
.hero .img-container picture::before {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/hero/Rectangle-4050-tab.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: left;
background: -webkit-gradient(linear, left top, left bottom, color-stop(-44.91%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
background: radial-gradient(circle, rgba(9, 9, 121, 0) 0%, rgba(0, 0, 0, 0.6) 63%);
}
}
@media screen and (min-width: 1280px) {
.hero .img-container picture::before {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/hero/Rectangle-4050.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: top;
background: -webkit-gradient(linear, left top, left bottom, color-stop(-44.91%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
background: radial-gradient(circle, rgba(9, 9, 121, 0) 0%, rgba(0, 0, 0, 0.6) 63%);
}
}
.hero .page-container {
position: sticky;
top: 100px;
bottom: 50px;
z-index: 5;
height: 50%;
background-color: transparent;
display: flex;
flex-wrap: wrap;
flex-direction: initial;
justify-content: initial;
}
@media screen and (min-width: 768px) {
.hero .page-container {
top: 130px;
}
}
@media screen and (min-width: 1920px) {
.hero .page-container {
top: 180px;
}
}
.hero__title {
margin-bottom: 50px;
width: 100%;
}
@media screen and (min-width: 768px) {
.hero__title {
padding-right: 65%;
margin-bottom: 200px;
}
}
@media screen and (min-width: 1280px) {
.hero__title {
margin-bottom: 40px;
}
}
.hero__title span {
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 96px;
line-height: 1;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.hero__title span {
font-size: 140px;
}
}
@media screen and (min-width: 1920px) {
.hero__title span {
font-size: 200px;
}
}
.hero__btn-scroll {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 20px;
cursor: pointer;
background: inherit;
}
@media screen and (min-width: 768px) {
.hero__btn-scroll {
width: 140px;
height: 140px;
margin-right: 70%;
}
}
@media screen and (min-width: 1280px) {
.hero__btn-scroll {
margin-right: 0;
}
}
@media screen and (min-width: 1920px) {
.hero__btn-scroll {
width: 180px;
height: 180px;
}
}
.hero__btn-scroll svg stop {
stop-color: var(--light);
}
.hero__btn-scroll svg stop + stop {
stop-color: #bcd6df;
}
.hero__btn-scroll:hover svg stop {
stop-color: var(--white);
}
.hero__btn-scroll:hover svg stop + stop {
stop-color: var(--white);
}
.hero__svg-circle {
position: relative;
width: 100%;
height: 100%;
}
.hero__svg-arow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 9px;
height: 18px;
}
@media screen and (min-width: 768px) {
.hero__svg-arow {
width: 15px;
height: 32px;
}
}
@media screen and (min-width: 1920px) {
.hero__svg-arow {
width: 19px;
height: 40px;
}
}
.hero__svg-arow path {
animation: moving-up-and-down 3s infinite;
}
.hero__text-block {
width: 100%;
display: flex;
flex-direction: column;
}
@media screen and (min-width: 768px) {
.hero__text-block {
width: 400px;
}
}
@media screen and (min-width: 1280px) {
.hero__text-block {
text-align: end;
margin-left: auto;
align-items: flex-end;
}
}
@media screen and (min-width: 1920px) {
.hero__text-block {
width: 500px;
}
}
.hero__text-block-btn-container {
margin-bottom: 16px;
}
.hero__text-block-btn {
position: relative;
background-color: transparent;
border: 1px solid #0e0f10;
width: 211px;
height: 80px;
border-radius: 100px;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 130%;
text-align: right;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #e9f6fb;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.hero__text-block-btn .hero__text-block-btn-text {
display: block;
width: 50%;
}
.hero__text-block-btn .hero__text-block-btn-circle {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 80px;
height: 80px;
background-color: #0e0f10;
}
.hero__text-block-btn .hero__text-block-btn-circle svg {
width: 25%;
height: 25%;
}
.hero__text {
margin-bottom: 10px;
font-size: 20px;
line-height: 1.4;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.hero__text {
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.hero__text {
font-size: 32px;
}
}
.hero__text-address-link {
display: flex;
align-items: center;
}
@media screen and (min-width: 1280px) {
.hero__text-address-link {
justify-content: flex-end;
}
}
.hero__text-address-link:hover .hero__text-address {
color: var(--light);
}
.hero__text-address-link:hover svg path {
stroke: var(--light);
}
.hero__text-address-link svg {
width: 24px;
height: 24px;
margin-right: 18px;
}
.hero__text-address {
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 1920px) {
.hero__text-address {
font-size: 14px;
}
}
.download_pdf.mob_button {
display: none;
}
.download_pdf {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
width: 220px;
height: 40px;
background: var(--white);
border-radius: 30px;
border: none !important;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--black);
}
@media screen and (min-width: 1920px) {
.download_pdf {
width: 246px;
height: 50px;
font-size: 14px;
}
}
.download_pdf:hover {
background: var(--blue);
color: var(--white);
}
@media (max-width: 1280px) {
.download_pdf {
display: none;
}
.download_pdf.mob_button {
display: flex;
}
}
.about {
display: flex;
flex-direction: column-reverse;
width: 100%;
position: relative;
z-index: 5;
}
@media screen and (min-width: 768px) {
.about {
flex-direction: row;
}
}
.about__block-with-text {
position: relative;
width: 100%;
min-height: 220px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px 12px 40px;
background: var(--white);
}
@media screen and (min-width: 768px) {
.about__block-with-text {
justify-content: space-between;
max-width: 50vw;
min-height: 554px;
height: 72.1354993219vw;
padding: 100px 40px 70px;
}
}
@media screen and (min-width: 1280px) {
.about__block-with-text {
width: 48.6vw;
height: 40.5vw;
}
}
@media screen and (min-width: 1920px) {
.about__block-with-text {
min-height: 780px;
}
}
.about__text-block {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 334px;
padding: 0px;
color: var(--black);
}
@media screen and (min-width: 1920px) {
.about__text-block {
width: 385px;
}
}
.about__text-block-hero-title {
font-family: "Palace Script MT", sans-serif;
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
}
@media screen and (min-width: 768px) {
.about__text-block-hero-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.about__text-block-hero-title {
font-size: 64px;
}
}
.about__text-block-title {
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.05em;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.about__text-block-title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.about__text-block-title {
font-size: 48px;
}
}
.about__text-block-line {
width: 40px;
height: 1.5px;
margin-top: 10px;
margin-bottom: 10px;
background: var(--black);
}
.about__text-block-text {
width: 100%;
min-width: 0;
font-size: 14px;
line-height: 1.4;
text-align: center;
}
@media screen and (min-width: 768px) {
.about__text-block-text {
font-size: 16px;
}
}
@media screen and (min-width: 1280px) {
.about__text-block-text {
width: 385px;
}
}
@media screen and (min-width: 1920px) {
.about__text-block-text {
font-size: 18px;
}
}
.about__block-with-slider-1 {
position: relative;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
.about__block-with-slider-1 {
width: 38%;
min-height: 483px;
height: 63.5132876483vw;
}
}
@media screen and (min-width: 1280px) {
.about__block-with-slider-1 {
width: 38.6%;
height: 35.4128440367vw;
}
}
@media screen and (min-width: 1920px) {
.about__block-with-slider-1 {
min-height: 680px;
}
}
.about__block-with-slider-1 img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about__block-with-slider-2 {
display: none;
width: 246px;
height: 580px;
}
@media screen and (min-width: 768px) {
.about__block-with-slider-2 {
display: flex;
width: 12%;
min-height: 412px;
height: 52.1739130435vw;
}
}
@media screen and (min-width: 1280px) {
.about__block-with-slider-2 {
width: 12.8%;
height: 30.4761904762vw;
}
}
@media screen and (min-width: 1920px) {
.about__block-with-slider-2 {
min-height: 580px;
}
}
.about__block-with-slider-2 img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about__slider-fraction {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
width: 100%;
padding: 0 12px;
display: flex;
justify-content: flex-end;
margin-top: 8px;
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.about__slider-fraction {
position: static;
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.about__slider-fraction {
font-size: 32px;
}
}
.about__slider-total {
margin-left: 8px;
}
.about .swiper_text .swiper-slide {
display: flex;
flex-direction: column;
gap: 20px;
opacity: 1;
animation: fade-out-animation 1s forwards;
}
.about .swiper_text .swiper-slide.swiper-slide-visible.swiper-slide-active {
opacity: 0;
animation: fade-in-animation 1s forwards;
}
.about-slide-logo {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
@media screen and (min-width: 1024px) {
.about-slide-logo {
gap: 40px;
}
}
.about-slide-logo__img {
width: 40%;
height: 64px;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (min-width: 1024px) {
.about-slide-logo__img {
height: 80px;
}
}
.about-slide-logo img {
object-fit: contain;
height: 100%;
}
.about__wrapper-btn-swiper {
position: absolute;
top: -56px;
left: 12px;
z-index: 8;
}
@media screen and (min-width: 768px) {
.about__wrapper-btn-swiper {
position: static;
}
}
.benefits {
position: relative;
padding: 0 0 260px;
}
@media screen and (min-width: 768px) {
.benefits {
padding: 150px 0 100px;
}
}
@media screen and (min-width: 1280px) {
.benefits {
padding: 150px 0;
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/benefits/feather.png);
background-repeat: no-repeat;
background-size: 540px 562px;
background-position: bottom 100px center;
}
}
@media screen and (min-width: 1920px) {
.benefits {
padding: 150px 0 250px;
background-size: 750px 782px;
background-position: bottom 78px center;
}
}
.benefits__swiper-block {
width: 100%;
height: 280px;
}
@media screen and (min-width: 768px) {
.benefits__swiper-block {
height: 554px;
}
}
@media screen and (min-width: 1280px) {
.benefits__swiper-block {
height: 540px;
}
}
@media screen and (min-width: 1920px) {
.benefits__swiper-block {
height: 760px;
}
}
.benefits__slider-fraction {
width: 100%;
position: absolute;
display: flex;
justify-content: flex-end;
bottom: 0%;
z-index: 1;
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.benefits__slider-fraction {
width: fit-content;
font-size: 24px;
bottom: 0%;
right: calc(50% + 166px);
}
}
@media screen and (min-width: 1280px) {
.benefits__slider-fraction {
right: calc(50% + 170px);
}
}
@media screen and (min-width: 1920px) {
.benefits__slider-fraction {
font-size: 32px;
bottom: -8px;
right: calc(50% + 236px);
}
}
.benefits__slider-total {
margin-left: 8px;
}
.benefits .swiper-pagination {
display: flex;
}
.benefits .swiper-pagination .swiper-pagination-current {
position: absolute;
font-size: 200px;
line-height: 0.8;
}
.benefits .swiper-pagination .swiper-pagination-total {
margin-left: 8px;
}
.benefits__text-block {
width: 100%;
padding: 0 12px;
z-index: 8;
display: flex;
position: absolute;
bottom: -160px;
text-align: center;
}
@media screen and (min-width: 768px) {
.benefits__text-block {
width: 50%;
padding: 0 20px;
bottom: 15%;
right: 68%;
}
}
@media screen and (min-width: 1280px) {
.benefits__text-block {
top: 304px;
right: calc(50% + 172px);
width: 238px;
padding: 0;
}
}
@media screen and (min-width: 1920px) {
.benefits__text-block {
top: 440px;
right: calc(50% + 250px);
width: 348px;
}
}
.benefits__text-block .text-in-slide {
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.benefits__text-block .text-in-slide {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.benefits__text-block .text-in-slide {
font-size: 18px;
}
}
.benefits__title-block {
z-index: 8;
position: absolute;
bottom: -94px;
right: 0%;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
@media screen and (min-width: 768px) {
.benefits__title-block {
bottom: 160px;
right: 68%;
width: 50%;
padding: 0 20px;
}
}
@media screen and (min-width: 1280px) {
.benefits__title-block {
width: 270px;
padding: 0;
top: 284px;
right: calc(50% - 688px);
}
}
@media screen and (min-width: 1920px) {
.benefits__title-block {
width: 380px;
top: 420px;
right: calc(50% - 970px);
}
}
.benefits__page-title {
font-family: "Palace Script MT", sans-serif;
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
color: var(--light);
}
@media screen and (min-width: 768px) {
.benefits__page-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.benefits__page-title {
font-size: 64px;
}
}
.benefits__page-second-title {
display: flex;
flex-direction: column;
text-align: center;
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.05em;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.benefits__page-second-title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.benefits__page-second-title {
font-size: 48px;
}
}
.benefits .swiper_benefits_text .swiper-slide {
opacity: 1;
animation: fade-out-animation 1s forwards;
}
.benefits .swiper_benefits_text .swiper-slide.swiper-slide-visible.swiper-slide-active {
opacity: 0;
animation: fade-in-animation 1s forwards;
}
.numbers {
width: 100%;
height: auto;
padding-top: 200px;
}
@media (max-width: 767px) {
.numbers {
padding-top: 80px;
}
}
@media screen and (min-width: 768px) {
.numbers {
padding-top: 250px;
}
}
@media screen and (min-width: 1280px) {
.numbers {
padding-top: 100px;
}
}
@media screen and (min-width: 1920px) {
.numbers {
padding-top: 150px;
}
}
.numbers__list {
position: relative;
display: flex;
flex-wrap: wrap;
}
.numbers__item {
flex: 1 1 33.3333333333%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 16px;
isolation: isolate;
height: 140px;
border: 1px solid var(--dark);
}
@media screen and (max-width: 1280px) {
.numbers__item {
flex: 1 1 50%;
}
}
@media screen and (min-width: 768px) {
.numbers__item {
height: 200px;
}
}
@media screen and (min-width: 1280px) {
.numbers__item {
height: 226px;
}
}
@media screen and (min-width: 1920px) {
.numbers__item {
height: 348px;
}
}
.numbers__item.numbers__item-title-block {
position: relative;
width: 100%;
}
@media screen and (min-width: 768px) {
.numbers__item.numbers__item-title-block {
position: absolute;
top: -200px;
}
}
@media screen and (min-width: 1280px) {
.numbers__item.numbers__item-title-block {
position: static;
}
}
.numbers__item-blue-text {
font-size: 32px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--blue);
transition: all 1s var(--cubic);
}
.numbers__item-blue-text:hover {
color: var(--white);
}
.numbers__item-blue-text sup {
font-size: 16px;
}
@media screen and (min-width: 768px) {
.numbers__item-blue-text {
font-size: 64px;
}
.numbers__item-blue-text sup {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.numbers__item-blue-text {
font-size: 96px;
}
.numbers__item-blue-text sup {
font-size: 48px;
}
}
.numbers__item-white-text {
font-size: 14px;
line-height: 1.4;
text-align: center;
color: var(--white);
}
@media screen and (min-width: 768px) {
.numbers__item-white-text {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.numbers__item-white-text {
font-size: 18px;
}
}
.numbers__item-blue-title-text {
font-family: "Palace Script MT", sans-serif;
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.numbers__item-blue-title-text {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.numbers__item-blue-title-text {
font-size: 64px;
}
}
.numbers__item-white-title-text {
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.numbers__item-white-title-text {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.numbers__item-white-title-text {
font-size: 48px;
}
}
.numbers__item {
position: relative;
cursor: default;
overflow: hidden;
}
.numbers__item:hover .numbers__img {
transform: scale(1);
animation: fade-in-bg-img-animation 1.5s var(--cubic);
}
.numbers__item:nth-child(2) .numbers__item-blue-text {
font-family: "Palace Script MT", sans-serif;
font-style: italic;
font-weight: 400;
font-size: 64px;
line-height: 85%;
background: linear-gradient(235.14deg, #a2bdca 0%, #bcd6df 100.03%);
-webkit-background-clip: text;
text-transform: lowercase;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.numbers__item:nth-child(2) .numbers__item-white-text {
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 120%;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #e9f6fb;
}
@media (max-width: 1366px) {
.numbers__item:nth-child(2) {
order: 1;
flex: 1 1 100%;
}
.numbers__item:nth-child(1) {
order: 2;
}
.numbers__item:nth-child(3) {
order: 3;
}
.numbers__item:nth-child(4) {
order: 4;
}
.numbers__item:nth-child(5) {
order: 5;
}
.numbers__item:nth-child(6) {
order: 6;
}
.numbers__item:nth-child(7) {
order: 7;
}
.numbers__item:nth-child(8) {
order: 8;
}
.numbers__item:nth-child(9) {
order: 9;
}
.numbers__item:nth-child(10) {
order: 10;
}
.numbers__item:nth-child(11) {
order: 11;
}
.numbers__item:nth-child(12) {
order: 12;
}
.numbers__item:nth-child(13) {
order: 13;
}
}
.numbers__item .numbers__img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: -1;
transform: scale(0);
animation: fade-out-bg-img-animation 1.5s var(--cubic);
}
.numbers__item:nth-child(1) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/8.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(3) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/33.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(4) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/799.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(5) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/8-22.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(6) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/1019.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(7) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/1km.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(8) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/2000m2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(9) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/1-5ga.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(10) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/25211m2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item:nth-child(11) .numbers__img {
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/numbers/4200m2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transition: all 1s var(--cubic);
}
.numbers__item-blue-text,
.numbers__item-white-text {
transition: all 0.5s linear;
}
.parallax-logo {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 224px;
position: relative;
overflow: hidden;
perspective: 1px;
}
@media screen and (min-width: 768px) {
.parallax-logo {
height: 456px;
}
}
@media screen and (min-width: 1366px) {
.parallax-logo {
height: 470px;
}
}
@media screen and (min-width: 1920px) {
.parallax-logo {
height: 660px;
}
}
.parallax-logo__feather {
position: relative;
bottom: 75%;
width: 100%;
height: 368px;
z-index: -10;
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/paralax-logo/Pen.svg);
background-repeat: no-repeat;
background-size: 240px 368px;
background-position: top center;
}
@media screen and (min-width: 768px) {
.parallax-logo__feather {
background-size: 510px 783px;
height: 783px;
}
}
@media screen and (min-width: 1366px) {
.parallax-logo__feather {
background-size: 530px 814px;
height: 814px;
}
}
@media screen and (min-width: 1920px) {
.parallax-logo__feather {
background-size: 750px 1152px;
height: 1152px;
}
}
.parallax-logo__light {
position: absolute;
z-index: 1;
width: 360px;
height: 78px;
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/paralax-logo/Logo.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center center;
}
@media screen and (min-width: 768px) {
.parallax-logo__light {
width: 768px;
height: 134px;
}
}
@media screen and (min-width: 1366px) {
.parallax-logo__light {
width: 800px;
height: 140px;
}
}
@media screen and (min-width: 1920px) {
.parallax-logo__light {
width: 1130px;
height: 196px;
}
}
.parallax-logo__the {
position: absolute;
z-index: 2;
width: 128px;
height: 96px;
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/paralax-logo/The.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center center;
}
@media screen and (min-width: 768px) {
.parallax-logo__the {
width: 270px;
height: 164px;
}
}
@media screen and (min-width: 1366px) {
.parallax-logo__the {
width: 282px;
height: 170px;
}
}
@media screen and (min-width: 1920px) {
.parallax-logo__the {
width: 400px;
height: 240px;
}
}
.layout {
width: 100vw;
height: 124.2236024845vw;
}
@media screen and (min-width: 768px) {
.layout {
height: 124.2236024845vw;
}
}
@media screen and (min-width: 1280px) {
.layout {
height: 57.2916681586vw;
}
}
.layout__wrapper-content {
width: 100%;
height: 100%;
display: flex;
position: relative;
}
.layout__wrapper-content svg {
width: 100%;
height: 100%;
}
.layout__wrapper-content image {
width: 100%;
height: 100%;
}
.layout__wrapper-content svg path {
cursor: pointer;
stroke-width: 3;
stroke: var(--white);
opacity: 0.5;
fill: var(--light);
fill-opacity: 0.2;
}
.layout__wrapper-content svg path.hover {
fill-opacity: 1;
}
@media screen and (max-width: 1279px) {
.layout__wrapper-content svg path {
fill-opacity: 0.5;
}
}
@media screen and (min-width: 1280px) {
.layout #layout_svg-mobile {
display: none;
}
}
@media screen and (max-width: 1279px) {
.layout #layout_svg-desctop {
display: none;
}
}
.layout__circle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px;
position: absolute;
width: 40px;
height: 40px;
background: var(--black);
border-radius: 130px;
font-weight: 400;
font-size: 20px;
line-height: 1.4;
text-transform: uppercase;
pointer-events: none;
}
@media screen and (min-width: 768px) {
.layout__circle {
width: 48px;
height: 48px;
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.layout__circle {
width: 68px;
height: 68px;
font-size: 32px;
}
}
.layout__circle-5 {
left: 51.44%;
right: 39.44%;
top: 48.48%;
bottom: 43.92%;
}
@media screen and (min-width: 768px) {
.layout__circle-5 {
left: 50.45%;
right: 43.32%;
top: 49.79%;
bottom: 45.18%;
}
}
@media screen and (min-width: 1280px) {
.layout__circle-5 {
left: 32.87%;
right: 63.62%;
top: 53.6%;
bottom: 44%;
}
}
@media screen and (min-width: 1920px) {
.layout__circle-5 {
left: 32.92%;
right: 63.54%;
top: 53.36%;
bottom: 40.45%;
}
}
.layout__circle-6 {
left: 77.78%;
right: 6.11%;
top: 38.64%;
bottom: 54.75%;
}
@media screen and (min-width: 768px) {
.layout__circle-6 {
left: 78.73%;
right: 15.05%;
top: 38.89%;
bottom: 56.08%;
}
}
@media screen and (min-width: 1280px) {
.layout__circle-6 {
left: 47.8%;
right: 48.68%;
top: 41.53%;
bottom: 57.07%;
}
}
@media screen and (min-width: 1920px) {
.layout__circle-6 {
left: 47.81%;
right: 48.65%;
top: 40.82%;
bottom: 53%;
}
}
.layout__circle-7 {
left: 16.22%;
right: 76.67%;
top: 36.5%;
bottom: 55.89%;
}
@media screen and (min-width: 768px) {
.layout__circle-7 {
left: 18.81%;
right: 74.97%;
top: 37.84%;
bottom: 57.13%;
}
}
@media screen and (min-width: 1280px) {
.layout__circle-7 {
left: 16.11%;
right: 80.38%;
top: 39.07%;
bottom: 58.53%;
}
}
@media screen and (min-width: 1920px) {
.layout__circle-7 {
left: 16.09%;
right: 80.36%;
top: 39.45%;
bottom: 54.36%;
}
}
.layout__circle-8 {
left: 56.78%;
right: 31.11%;
top: 21.43%;
bottom: 69.96%;
}
@media screen and (min-width: 768px) {
.layout__circle-8 {
left: 57.72%;
right: 36.06%;
top: 23.69%;
bottom: 71.28%;
}
}
@media screen and (min-width: 1280px) {
.layout__circle-8 {
left: 36.75%;
right: 59.74%;
top: 23.4%;
bottom: 75.2%;
}
}
@media screen and (min-width: 1920px) {
.layout__circle-8 {
left: 36.77%;
right: 59.69%;
top: 23.45%;
bottom: 70.36%;
}
}
@media screen and (min-width: 1280px) {
.layout__content.layout__content-show {
display: flex;
}
}
.layout__content {
display: none;
flex-direction: column;
align-items: flex-start;
padding: 24px;
position: absolute;
width: max-content;
left: 120%;
top: -77%;
background: var(--blue);
}
@media screen and (min-width: 1920px) {
.layout__content {
left: 112%;
top: -70%;
}
}
.layout__content::before {
position: absolute;
top: 45%;
left: -11px;
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 12px solid var(--blue);
border-bottom: 10px solid transparent;
}
.layout__content span {
font-weight: 400;
font-size: 16px;
line-height: 1.4;
}
@media screen and (min-width: 1920px) {
.layout__content span {
font-size: 18px;
}
}
.layout__content span:not(:last-child) {
margin-bottom: 8px;
}
.layout__content > span {
font-size: 20px;
}
@media screen and (min-width: 1920px) {
.layout__content > span {
font-size: 24px;
}
}
.layout__title-block {
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 0px 8px;
width: 220px;
height: 68px;
background: var(--blue-layout);
}
@media screen and (min-width: 768px) {
.layout__title-block {
padding: 0;
width: 270px;
height: 120px;
}
}
@media screen and (min-width: 1280px) {
.layout__title-block {
width: 342px;
}
}
@media screen and (min-width: 1920px) {
.layout__title-block {
width: 400px;
height: 200px;
}
}
.layout__title-block-title {
color: var(--black);
}
.layout-beckdrop .page-container {
width: 100%;
height: 100%;
min-height: 100vh;
padding: 0;
color: var(--black);
}
@media screen and (min-width: 768px) {
.layout-beckdrop .page-container {
display: flex;
flex-direction: row-reverse;
}
}
@media screen and (max-width: 767px) {
.layout-beckdrop .page-container .layout__title-block {
width: 100%;
}
}
.layout-beckdrop .layout__swiper-wrapper {
width: 100%;
height: 490px;
}
@media screen and (min-width: 768px) {
.layout-beckdrop .layout__swiper-wrapper {
width: 498px;
height: auto;
flex-grow: 1;
}
}
@media screen and (min-width: 1280px) {
.layout-beckdrop .layout__swiper-wrapper {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%);
width: 546px;
height: 100%;
}
}
@media screen and (min-width: 1920px) {
.layout-beckdrop .layout__swiper-wrapper {
width: 960px;
}
}
.layout-beckdrop .layout__swiper {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 100%;
}
.layout-beckdrop .layout__swiper img {
width: 100%;
height: 100%;
object-fit: contain;
cursor: pointer;
}
@media screen and (min-width: 1280px) {
.layout-beckdrop .layout__swiper img {
object-fit: contain;
}
}
.layout-beckdrop .layout__swiper .swiper-wrapper {
height: 320px;
}
@media screen and (min-width: 768px) {
.layout-beckdrop .layout__swiper .swiper-wrapper {
height: auto;
}
}
@media screen and (min-width: 1280px) {
.layout-beckdrop .layout__swiper .swiper-wrapper {
height: 100%;
}
}
.layout-beckdrop .layout__swiper .layout__wrapper-btn-swiper {
position: absolute;
bottom: 0;
width: 100%;
z-index: 10;
justify-content: center;
}
.layout-beckdrop .page-container {
position: relative;
background: var(--white);
}
.layout__data-btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 220px;
height: 40px;
background: var(--black);
color: var(--white);
border-radius: 30px;
border: none;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.layout__data-btn:hover {
background: var(--blue);
}
@media screen and (max-width: 767px) {
.layout__data-btn {
position: absolute;
bottom: 20px;
left: calc((100% - 220px) / 2);
}
}
@media screen and (min-width: 1920px) {
.layout__data-btn {
width: 232px;
height: 50px;
}
}
.layout__data-btn svg {
width: 12px;
height: 12px;
margin-right: 20px;
stroke: var(--white);
}
.layout__data-title {
margin-bottom: 8px;
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.layout__data-title {
font-size: 20px;
}
}
@media screen and (min-width: 1920px) {
.layout__data-title {
font-size: 24px;
}
}
.layout__data-number {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.layout__data-number {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.layout__data-number {
font-size: 48px;
}
}
.layout__data-wrapper {
display: flex;
}
@media screen and (max-width: 767px) {
.layout__data-wrapper {
margin-top: 20px;
padding-bottom: 60px;
}
}
@media screen and (min-width: 768px) {
.layout__data-wrapper {
width: 270px;
padding-top: 120px;
padding-bottom: 120px;
flex-direction: column;
}
}
@media screen and (min-width: 1280px) {
.layout__data-wrapper {
width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
}
@media screen and (min-width: 1920px) {
.layout__data-wrapper {
padding-top: 200px;
padding-bottom: 200px;
}
}
.layout__data-item-left,
.layout__data-item-right {
height: 110px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 768px) {
.layout__data-item-left,
.layout__data-item-right {
height: 138px;
}
}
@media screen and (min-width: 1280px) {
.layout__data-item-left,
.layout__data-item-right {
height: 170px;
}
}
@media screen and (min-width: 1920px) {
.layout__data-item-left,
.layout__data-item-right {
height: 234px;
}
}
.wrapper-floor-btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4px;
padding-right: 10px;
height: 53px;
border: 1px solid var(--light);
border-radius: 100px;
position: relative;
}
@media screen and (min-width: 768px) {
.wrapper-floor-btn {
height: 70px;
}
}
@media screen and (min-width: 1920px) {
.wrapper-floor-btn {
height: 90px;
}
}
.wrapper-floor-btn .floor-dropdown__btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
cursor: pointer;
}
.wrapper-floor-btn .floor-dropdown__btn > svg {
margin-left: 20px;
transition: transform 0.4s var(--cubic);
width: 18px;
height: 18px;
transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
.wrapper-floor-btn .floor-dropdown__btn > svg {
width: 24px;
height: 24px;
}
}
@media screen and (min-width: 1280px) {
.wrapper-floor-btn .floor-dropdown__btn > svg {
transform: rotate(0deg);
}
}
.wrapper-floor-btn .active-floor-btn {
background: var(--blue);
border: 1.5px solid var(--black);
min-width: 35%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 20px;
border-radius: 100px;
cursor: pointer;
}
.wrapper-floor-btn .active-floor-btn:hover {
background: var(--blue);
border: 1.5px solid var(--black);
}
.wrapper-floor-btn .floor-dropdown-list {
position: absolute;
z-index: 10;
top: calc(100% + 5px);
left: 0;
width: 100%;
max-height: 0;
overflow: hidden;
transition: max-height 0.6s var(--cubic), transform 0.6s var(--cubic);
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
transform-origin: bottom;
}
@media screen and (min-width: 1280px) {
.wrapper-floor-btn .floor-dropdown-list {
top: auto;
bottom: calc(100% + 5px);
flex-direction: column-reverse;
}
}
.wrapper-floor-btn .floor-dropdown-item {
display: flex;
justify-content: center;
align-items: center;
border-radius: 100px;
border: 1px solid var(--light);
background-color: var(--white);
height: 53px;
padding: 14.5px 0;
cursor: pointer;
transition: background-color 0.35s var(--cubic), border 0.35s var(--cubic);
width: 100%;
}
.wrapper-floor-btn .floor-dropdown-item:hover {
background-color: var(--blue);
border: 1.5px solid var(--black);
}
@media screen and (min-width: 768px) {
.wrapper-floor-btn .floor-dropdown-item {
height: 70px;
padding: 19px 0;
}
}
@media screen and (min-width: 1920px) {
.wrapper-floor-btn .floor-dropdown-item {
height: 90px;
padding: 21px 0;
}
}
.wrapper-floor-btn.is-open svg {
transform: rotate(0deg);
}
@media screen and (min-width: 1280px) {
.wrapper-floor-btn.is-open svg {
transform: rotate(180deg);
}
}
.wrapper-floor-btn.is-open .floor-dropdown-list {
max-height: 1000px;
}
.layout__data-list-right {
width: 50%;
}
@media screen and (min-width: 768px) {
.layout__data-list-right {
width: 100%;
display: flex;
flex-direction: column-reverse;
}
}
@media screen and (min-width: 1280px) {
.layout__data-list-right {
width: 342px;
height: 100%;
display: block;
}
}
@media screen and (min-width: 1920px) {
.layout__data-list-right {
width: 480px;
}
}
.layout__data-list-left {
width: 50%;
display: flex;
flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
.layout__data-list-left {
width: 100%;
}
}
@media screen and (min-width: 1280px) {
.layout__data-list-left {
width: 342px;
height: 100%;
display: block;
}
}
@media screen and (min-width: 1920px) {
.layout__data-list-left {
width: 480px;
}
}
@media screen and (max-width: 767px) {
.layout__data-item-left {
border-top: 1px solid var(--light);
}
.layout__data-item-left:not(:first-child) {
border-right: 1px solid var(--light);
}
}
@media screen and (min-width: 768px) {
.layout__data-item-left:first-child {
order: 1;
}
}
@media screen and (max-width: 767px) {
.layout__data-item-right {
border-top: 1px solid var(--light);
}
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
.layout__data-item-right:nth-child(2) {
order: 1;
}
}
@media screen and (max-width: 767px) {
.layout__data-apartments {
position: absolute;
left: calc((100% - 220px) / 2);
}
}
@media screen and (min-width: 1280px) {
.layout__btn-swiper-left {
position: fixed;
top: 46%;
left: -14%;
}
}
@media screen and (min-width: 1920px) {
.layout__btn-swiper-left {
left: -9%;
}
}
@media screen and (min-width: 1280px) {
.layout__btn-swiper-right {
position: fixed;
top: 46%;
right: -14%;
}
}
@media screen and (min-width: 1920px) {
.layout__btn-swiper-right {
right: -9%;
}
}
.layout-img-wrapper {
width: 100vw;
height: 100vh;
background: var(--white);
}
.layout-img-wrapper img {
width: 100%;
height: 100%;
object-fit: contain;
}
.layout-img-wrapper .header__btn-close-menu {
position: absolute;
top: 12px;
right: 12px;
background: var(--black);
}
.layout-img-wrapper .header__btn-close-menu:hover {
background: var(--blue);
}
@media screen and (min-width: 768px) {
.layout-img-wrapper .header__btn-close-menu {
top: 24px;
right: 24px;
}
}
.layout-img-wrapper .header__btn-close-menu svg path {
stroke: var(--white);
}
.location {
width: 100%;
height: 530px;
display: flex;
flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
.location {
height: 554px;
flex-direction: row;
}
}
@media screen and (min-width: 1920px) {
.location {
height: 780px;
}
}
.location__img {
display: none;
width: 15%;
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/location/location-img.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
@media screen and (min-width: 1280px) {
.location__img {
display: block;
width: 12%;
height: 412px;
}
}
@media screen and (min-width: 1920px) {
.location__img {
height: 580px;
}
}
.location__text-block {
width: 100%;
height: 50%;
padding: 20px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
background: var(--white);
color: var(--black);
}
@media screen and (min-width: 768px) {
.location__text-block {
width: 50%;
height: 482px;
padding: 40px;
}
}
@media screen and (min-width: 1280px) {
.location__text-block {
width: 38%;
}
}
@media screen and (min-width: 1920px) {
.location__text-block {
height: 679px;
}
}
.location__map {
position: relative;
width: 100%;
height: 50%;
display: flex;
flex-direction: column;
justify-content: flex-end;
overflow: hidden;
}
@media screen and (min-width: 768px) {
.location__map {
width: 50%;
height: 100%;
}
}
.location__map-wrap {
width: 100%;
height: 100%;
}
.location__map-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.location__map-wrap #map {
width: 100%;
height: 100%;
}
.location__map-text-block {
position: absolute;
bottom: 0;
left: 0;
width: fit-content;
padding: 12px;
background: var(--black);
}
@media screen and (min-width: 768px) {
.location__map-text-block {
padding: 24px;
}
}
@media screen and (min-width: 1280px) {
.location__map-text-block {
padding: 24px 60px;
}
}
@media screen and (min-width: 1920px) {
.location__map-text-block {
padding: 38px 60px;
}
}
.location__map-text-block svg path {
stroke: var(--white);
}
.location__map-text-block .hero__text-address-link:hover svg path {
stroke: var(--blue);
}
.location__map-text-block .hero__text-address-link:hover span {
color: var(--blue);
}
.location__map-text-block span {
font-weight: 400;
font-size: 14px;
line-height: 1.4;
text-align: center;
letter-spacing: normal;
}
@media screen and (min-width: 768px) {
.location__map-text-block span {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.location__map-text-block span {
font-size: 18px;
}
}
.gallery {
position: relative;
width: 100%;
padding-top: 80px;
}
@media screen and (min-width: 768px) {
.gallery {
padding-top: 150px;
}
}
@media screen and (min-width: 1920px) {
.gallery {
padding-top: 210px;
}
}
.gallery__wrapper-content {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.gallery__title-block {
margin-bottom: 10px;
display: flex;
flex-direction: column;
align-items: center;
z-index: 5;
}
.gallery__title-block .about__text-block-hero-title {
color: var(--light);
}
.gallery__wrappper-buttom {
z-index: 5;
position: absolute;
bottom: -10px;
}
@media screen and (min-width: 1920px) {
.gallery__wrappper-buttom {
bottom: 0;
}
}
.gallery__wrappper-buttom .about__wrapper-btn-swiper {
position: static;
}
.gallery__wrappper-buttom .btn-swiper {
background: var(--white);
}
.gallery__wrappper-buttom .btn-swiper rect {
fill: var(--white);
}
.gallery__wrappper-buttom .btn-swiper path {
stroke: var(--black);
}
.gallery__wrappper-buttom .btn-swiper:hover {
background: var(--blue);
}
.gallery__wrappper-buttom .btn-swiper:hover rect {
fill: var(--blue);
}
.gallery__wrappper-buttom .btn-swiper:hover path {
stroke: var(--white);
}
.gallery__swiper-wrapper {
position: relative;
width: 100%;
}
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom,
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
position: absolute;
width: 100%;
height: 20px;
z-index: 2;
border-radius: 40%;
background: var(--black);
}
@media screen and (min-width: 768px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom,
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
height: 40px;
border-radius: 50%;
}
}
@media screen and (min-width: 1280px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom,
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
height: 50px;
}
}
@media screen and (min-width: 1920px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom,
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
height: 100px;
}
}
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
top: -10px;
}
@media screen and (min-width: 768px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
top: -20px;
}
}
@media screen and (min-width: 1280px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
top: -25px;
}
}
@media screen and (min-width: 1920px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-top {
top: -50px;
}
}
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom {
bottom: -10px;
}
@media screen and (min-width: 768px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom {
bottom: -20px;
}
}
@media screen and (min-width: 1280px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom {
bottom: -25px;
}
}
@media screen and (min-width: 1920px) {
.gallery__swiper-wrapper .gallery__swiper-elipse-bottom {
bottom: -50px;
}
}
.gallery .swiper_gallery {
height: fit-content;
}
.gallery .swiper_gallery .gallery__swiper-slide {
width: 291px !important;
height: 430px !important;
}
@media screen and (min-width: 768px) {
.gallery .swiper_gallery .gallery__swiper-slide {
width: 425px !important;
height: 560px !important;
}
}
@media screen and (min-width: 1920px) {
.gallery .swiper_gallery .gallery__swiper-slide {
width: 600px !important;
height: 790px !important;
}
}
.gallery .swiper_gallery .gallery__swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery-beckdrop {
overflow: hidden;
}
.gallery-beckdrop .page-container {
width: 100%;
height: 100%;
padding: 0;
}
.gallery-beckdrop .big-swiper_gallery {
width: 100%;
height: 100%;
background: var(--black);
}
.gallery-beckdrop .big-swiper_gallery img {
width: 100%;
height: 100%;
object-fit: contain;
cursor: pointer;
}
.gallery__big-swiper-wrapper {
width: 100vw;
height: 100vh;
}
.big-swiper-gallery__wrappper-buttom {
z-index: 15;
position: absolute;
bottom: 50px;
width: 100%;
display: flex;
justify-content: center;
}
@media screen and (min-width: 1920px) {
.big-swiper-gallery__wrappper-buttom {
bottom: 0;
}
}
.big-swiper-gallery__wrappper-buttom .about__wrapper-btn-swiper {
position: static;
}
.big-swiper-gallery__wrappper-buttom .btn-swiper {
background: var(--white);
}
.big-swiper-gallery__wrappper-buttom .btn-swiper rect {
fill: var(--white);
}
.big-swiper-gallery__wrappper-buttom .btn-swiper path {
stroke: var(--black);
}
.big-swiper-gallery__wrappper-buttom .btn-swiper:hover {
background: var(--blue);
}
.big-swiper-gallery__wrappper-buttom .btn-swiper:hover rect {
fill: var(--blue);
}
.big-swiper-gallery__wrappper-buttom .btn-swiper:hover path {
stroke: var(--white);
}
.big-swiper-pagination.swiper-pagination {
text-align: end;
left: -20px;
bottom: 60px;
font-size: 20px;
}
@media screen and (min-width: 768px) {
.big-swiper-pagination.swiper-pagination {
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.big-swiper-pagination.swiper-pagination {
font-size: 32px;
}
}
.header__btn-close-menu.js-close-big-gallery {
position: absolute;
top: 20px;
right: 20px;
z-index: 5;
}
.developer {
padding: 104px max(50px, 5.2vw) max(100px, 10.9vw) max(50px, 5.2vw);
background: url(//the-light.com.ua/wp-content/themes/3d/assets/images/developer/pen.png);
background-repeat: no-repeat;
background-size: 244px 194px;
background-position: top;
}
@media screen and (min-width: 768px) {
.developer {
background-size: 326px 280px;
}
}
@media screen and (min-width: 1280px) {
.developer {
background-size: 580px 280px;
}
}
@media screen and (min-width: 1920px) {
.developer {
background-size: 772px 372px;
}
}
.developer__title-blok {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
.developer__title-blok {
margin-bottom: max(100px, 7.8vw);
}
}
@media screen and (min-width: 1920px) {
.developer__title-blok {
margin-bottom: 150px;
}
}
.developer__title-blok .about__text-block-hero-title {
color: var(--light);
}
.developer__content-wrapper {
display: flex;
gap: 10vw;
}
.developer__content-item {
display: flex;
gap: max(20px, 3.125vw);
width: 50%;
}
.developer__content-logo {
width: max(84px, 9.9vw);
}
.developer__content-logo img {
width: 100%;
height: auto;
}
.developer__content-text {
flex: 1;
}
.developer__content-text p {
margin-bottom: max(20px, 2.08vw);
font-size: max(16px, 0.93vw);
line-height: 140%;
}
.developer__button {
display: flex;
justify-content: center;
align-items: center;
width: 220px;
height: 40px;
background: var(--white);
border-radius: 30px;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--black);
}
@media screen and (min-width: 1920px) {
.developer__button {
width: 246px;
height: 50px;
font-size: 14px;
}
}
.developer__button:hover {
background: var(--blue);
color: var(--white);
}
@media (max-width: 1280px) {
.developer__content-item {
flex-direction: column;
}
.developer__content-logo {
margin: 0 auto;
}
.developer__button {
margin: 0 auto;
}
}
@media (max-width: 1024px) {
.developer {
padding: 100px max(12px, 4.88vw) 100px max(12px, 4.88vw);
}
.developer__content-wrapper {
flex-direction: column;
}
.developer__content-item {
flex-direction: row;
width: 100%;
}
}
.our_projects {
position: relative;
padding: 0 0 320px;
}
@media screen and (min-width: 768px) {
.our_projects {
padding: 0 0 20px;
}
}
@media screen and (min-width: 1280px) {
.our_projects {
padding: 0 0 70px;
}
}
@media screen and (min-width: 1920px) {
.our_projects {
padding: 0 0 110px;
}
}
.our_projects__swiper-block {
width: 100%;
height: 280px;
}
@media screen and (min-width: 768px) {
.our_projects__swiper-block {
height: 700px;
}
}
@media screen and (min-width: 1280px) {
.our_projects__swiper-block {
height: 540px;
}
}
@media screen and (min-width: 1920px) {
.our_projects__swiper-block {
height: 760px;
}
}
.our_projects__slider-fraction {
width: 100%;
position: absolute;
display: flex;
justify-content: flex-end;
bottom: 0%;
z-index: 1;
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.our_projects__slider-fraction {
width: fit-content;
font-size: 24px;
bottom: 0%;
right: calc(50% + 166px);
}
}
@media screen and (min-width: 1280px) {
.our_projects__slider-fraction {
right: calc(50% + 170px);
}
}
@media screen and (min-width: 1920px) {
.our_projects__slider-fraction {
font-size: 32px;
bottom: -8px;
right: calc(50% + 236px);
}
}
.our_projects__slider-total {
margin-left: 8px;
}
.our_projects .swiper-pagination {
display: flex;
}
.our_projects .swiper-pagination .swiper-pagination-current {
position: absolute;
font-size: 200px;
line-height: 0.8;
}
.our_projects .swiper-pagination .swiper-pagination-total {
margin-left: 8px;
}
.our_projects__text-block {
word-wrap: break-word;
width: 100%;
padding: 0 12px;
z-index: 8;
display: flex;
position: absolute;
bottom: -244px;
text-align: center;
}
@media screen and (min-width: 768px) {
.our_projects__text-block {
width: 50%;
padding: 0 20px;
bottom: 110px;
right: 68%;
}
}
@media screen and (min-width: 1280px) {
.our_projects__text-block {
bottom: 44px;
right: calc(50% + 150px);
width: 270px;
padding: 0;
}
}
@media screen and (min-width: 1920px) {
.our_projects__text-block {
bottom: 76px;
right: calc(50% + 250px);
width: 348px;
}
}
.our_projects__text-block .text-in-slide {
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 140%;
text-align: center;
text-transform: uppercase;
color: var(--light);
}
@media screen and (min-width: 768px) {
.our_projects__text-block .text-in-slide {
font-size: 24px;
}
}
@media screen and (min-width: 1280px) {
.our_projects__text-block .text-in-slide {
text-align: left;
}
}
@media screen and (min-width: 1920px) {
.our_projects__text-block .text-in-slide {
font-size: 32px;
}
}
@media screen and (min-width: 1280px) {
.our_projects__text-block .text-in-slide-little-text {
font-size: 20px;
}
}
@media screen and (min-width: 1920px) {
.our_projects__text-block .text-in-slide-little-text {
font-size: 26px;
}
}
.our_projects__text-block .address-block {
margin: 16px 0;
display: flex;
justify-content: center;
}
@media screen and (min-width: 1280px) {
.our_projects__text-block .address-block {
justify-content: flex-start;
}
}
.our_projects__text-block .address-block__metro {
margin-right: 16px;
}
@media screen and (min-width: 1920px) {
.our_projects__text-block .address-block__metro {
margin-right: 24px;
}
}
.our_projects__text-block .address-block__metro, .our_projects__text-block .address-block__time {
display: flex;
color: var(--light);
font-weight: 400;
font-size: 14px;
line-height: 1.4;
text-align: center;
}
@media screen and (min-width: 768px) {
.our_projects__text-block .address-block__metro, .our_projects__text-block .address-block__time {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.our_projects__text-block .address-block__metro, .our_projects__text-block .address-block__time {
font-size: 18px;
}
}
.our_projects__text-block .address-block__metro svg, .our_projects__text-block .address-block__time svg {
width: 26px;
height: 26px;
margin-right: 6px;
}
@media screen and (min-width: 1920px) {
.our_projects__text-block .address-block__metro svg, .our_projects__text-block .address-block__time svg {
width: 36px;
height: 36px;
margin-right: 8px;
}
}
.our_projects__text-block .swiper-slide.swiper-slide-visible.swiper-slide-active .project-website-button {
pointer-events: auto;
}
.our_projects__text-block .project-website-button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 0 auto;
width: 180px;
height: 40px;
background: var(--white);
color: var(--black);
border-radius: 22px;
z-index: 15;
pointer-events: none;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
.our_projects__text-block .project-website-button {
margin: 0;
}
}
@media screen and (min-width: 1920px) {
.our_projects__text-block .project-website-button {
width: 200px;
height: 50px;
border-radius: 30px;
font-size: 14px;
}
}
.our_projects__title-block {
word-wrap: break-word;
z-index: 8;
position: absolute;
bottom: -94px;
right: 0%;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
padding: 0 12px;
}
@media screen and (min-width: 768px) {
.our_projects__title-block {
bottom: 270px;
right: 68%;
width: 50%;
padding: 0 20px;
}
}
@media screen and (min-width: 1280px) {
.our_projects__title-block {
padding: 0;
bottom: 138px;
right: calc(50% - 690px);
width: 270px;
}
}
@media screen and (min-width: 1920px) {
.our_projects__title-block {
width: 380px;
bottom: 170px;
right: calc(50% - 970px);
}
}
.our_projects__page-title {
font-family: "Palace Script MT", sans-serif;
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
color: var(--light);
}
@media screen and (min-width: 768px) {
.our_projects__page-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.our_projects__page-title {
font-size: 64px;
}
}
.our_projects .swiper_our_projects_title_text {
height: 2.5em;
display: flex;
flex-direction: column;
align-items: center;
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.05em;
text-transform: uppercase;
text-align: center;
}
@media screen and (min-width: 768px) {
.our_projects .swiper_our_projects_title_text {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.our_projects .swiper_our_projects_title_text {
font-size: 48px;
}
}
@media screen and (min-width: 1280px) {
.our_projects .swiper_our_projects_title_text .text-in-slide-little {
font-size: 30px;
}
}
@media screen and (min-width: 1920px) {
.our_projects .swiper_our_projects_title_text .text-in-slide-little {
font-size: 42px;
}
}
.our_projects .swiper_our_projects_text .swiper-slide, .our_projects .swiper_our_projects_title_text .swiper-slide {
opacity: 1;
animation: fade-out-animation 1s forwards;
}
.our_projects .swiper_our_projects_text .swiper-slide.swiper-slide-visible.swiper-slide-active, .our_projects .swiper_our_projects_title_text .swiper-slide.swiper-slide-visible.swiper-slide-active {
opacity: 0;
animation: fade-in-animation 1s forwards;
}
.our_projects .our_projects__text-block .swiper_our_projects_text .swiper-slide-active {
z-index: 20;
}
.our_projects .our_projects__text-block .swiper_our_projects_text .swiper-slide-active .project-website-button:hover {
background: var(--blue);
color: var(--white);
}
.news {
width: 100%;
padding-top: 168px;
padding-left: 130px;
padding-right: 130px;
}
@media (max-width: 1919px) {
.news {
padding-top: 100px;
padding-left: 50px;
padding-right: 50px;
}
}
@media (max-width: 1366px) {
.news {
padding-top: 92px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (max-width: 767px) {
.news {
padding-top: 76px;
padding-left: 12px;
padding-right: 12px;
}
}
.news__title-block {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.news__title-block {
margin-bottom: 32px;
padding-bottom: 32px;
}
}
.news__title-block.news-page__title-block {
border-bottom: 1px solid transparent;
}
.news__title-block-title {
font-family: "Palace Script MT";
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.news__title-block-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.news__title-block-title {
font-size: 64px;
}
}
.news__title-block-second-title {
font-weight: 400;
font-size: 32px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 1920px) {
.news__title-block-second-title {
font-size: 48px;
}
}
.news__title-block .btn-swiper {
margin: 0;
background: var(--white);
}
.news__title-block .btn-swiper rect {
fill: var(--white);
}
.news__title-block .btn-swiper path {
stroke: var(--black);
}
@media (min-width: 1024px) {
.news__title-block .btn-swiper:hover {
background: var(--blue);
}
.news__title-block .btn-swiper:hover rect {
fill: var(--blue);
}
.news__title-block .btn-swiper:hover path {
stroke: var(--white);
}
}
.news__title-block-btn-left {
position: absolute;
left: 0;
bottom: 0;
}
.news__title-block-btn-right {
position: absolute;
right: 0;
bottom: 0;
transform: rotate(180deg);
}
.news__content-item {
cursor: pointer;
transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 1366px) {
.news__content-item:hover .news__content-item-img-wrapper {
clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
transition: all 1s var(--cubic);
}
}
@media screen and (min-width: 1366px) {
.news__content-item .news__content-item-img-wrapper {
clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0% 100%);
transition: all 2.5s var(--cubic);
}
}
.news__content-item:hover .news__content-item-btn {
border: 1px solid var(--light);
background: var(--light);
transition: all 1s var(--cubic);
}
.news__content-item:hover .news__content-item-btn path {
stroke: var(--black);
transition: all 1s var(--cubic);
}
.news__content-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
.news__content-header {
margin-bottom: 32px;
}
}
@media screen and (min-width: 1920px) {
.news__content-header {
margin-bottom: 40px;
}
}
.news__content-item-btn {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--light);
background: inherit;
display: flex;
align-items: center;
justify-content: center;
transition: all 1s var(--cubic);
}
@media screen and (min-width: 768px) {
.news__content-item-btn {
width: 44px;
height: 44px;
}
}
.news__content-item-btn path {
stroke: var(--light);
transition: all 1s var(--cubic);
}
.news__content-list {
border-top: 1px solid var(--dark);
padding-top: 32px;
}
@media screen and (min-width: 1280px) {
.news__content-list {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
}
.news__content-item-wrapper {
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.news__content-item-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 0;
}
}
@media screen and (min-width: 1366px) {
.news__content-item-wrapper {
width: 100%;
margin-bottom: 42px;
}
}
@media screen and (min-width: 1920px) {
.news__content-item-wrapper {
margin-bottom: 80px;
}
}
@media screen and (max-width: 767px) {
.news__content-item {
display: none;
}
.news__content-item:first-child {
display: block;
}
.news__content-item.active-news {
display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
.news__content-item {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.news__content-item:not(:last-child) {
padding-bottom: 20px;
border-bottom: 1px solid var(--dark);
}
.news__content-item:not(:first-child) {
padding-top: 20px;
}
}
@media screen and (min-width: 1280px) {
.news__content-item {
width: 33.3333333333%;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.news__content-item:not(:last-child) {
padding-right: 20px;
border-right: 1px solid var(--dark);
}
.news__content-item:nth-child(3n) {
border-right: none;
padding-right: 0;
}
.news__content-item:not(:first-child) {
padding-left: 20px;
}
}
@media screen and (min-width: 1920px) {
.news__content-item {
width: 33.3333333333%;
padding-bottom: 32px;
padding-top: 32px;
}
.news__content-item:not(:last-child) {
padding-right: 32px;
}
.news__content-item:nth-child(3n) {
border-right: none;
padding-right: 0;
}
.news__content-item:not(:first-child) {
padding-left: 32px;
}
}
.news__content-item-date {
font-weight: 400;
font-size: 14px;
line-height: 1.4;
color: var(--light);
}
@media screen and (min-width: 768px) {
.news__content-item-date {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.news__content-item-date {
font-size: 18px;
}
}
.news__content-item-text {
font-weight: 400;
font-size: 20px;
line-height: 1.4;
text-transform: uppercase;
color: var(--light);
}
@media screen and (min-width: 768px) {
.news__content-item-text {
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.news__content-item-text {
font-size: 32px;
}
}
.news__content-item-img-wrapper {
width: 100%;
height: 200px;
}
@media screen and (min-width: 768px) {
.news__content-item-img-wrapper {
height: 250px;
}
}
@media screen and (min-width: 1280px) {
.news__content-item-img-wrapper {
width: 100%;
height: 240px;
}
}
@media screen and (min-width: 1920px) {
.news__content-item-img-wrapper {
width: 100%;
height: 270px;
}
}
.news__content-item-img-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
}
#single-news-page .news__content-item {
transition: all ease-in-out 0.3s;
}
#single-news-page .news__content-item:hover .news__content-item-img-wrapper {
clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
transition: all 1s var(--cubic);
}
#news-page .news__content-item {
transition: all ease-in-out 0.3s;
}
#news-page .news__content-item:hover .news__content-item-img-wrapper {
clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
transition: all 1s var(--cubic);
}
#news-page .news__content-list {
border-top: none;
padding: 0;
}
#news-page .news__title-block-btn-left {
display: none;
}
#news-page .news__title-block-btn-right {
display: none;
}
#news-page .news__content-list {
margin-left: -50px;
margin-right: -50px;
border-top: 1px solid #323235;
}
@media (max-width: 1366px) {
#news-page .news__content-list {
margin-left: 0;
margin-right: 0;
border-top: none;
}
}
#news-page .news__content-item {
padding: 32px;
border-right: none;
border-bottom: 1px solid #323235;
border-right: 1px solid #323235;
}
@media (max-width: 1366px) {
#news-page .news__content-item {
width: 100%;
border-top: none;
padding: 0;
border-right: none;
border-bottom: none;
}
}
@media (max-width: 767px) {
#news-page .news__content-item {
display: block;
}
}
#news-page .news__content-item:nth-child(3n) {
border-right: none;
}
#news-page .news__content-item-inner {
padding: 0 32px;
height: 600px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (max-width: 1919px) {
#news-page .news__content-item-inner {
height: 460px;
padding: 0 20px;
}
}
@media (max-width: 1366px) {
#news-page .news__content-item-inner {
height: 290px;
flex-direction: row;
border-right: none;
border-top: 1px solid #323235;
padding: 20px 0;
width: 100%;
}
}
@media (max-width: 767px) {
#news-page .news__content-item-inner {
height: auto;
flex-direction: column;
}
}
#news-page .news__content-item-inner:first-child {
padding-left: 0;
}
.news__content-list {
overflow: hidden;
}
.news__content-list .swiper-slide {
width: 100%;
height: max(400px, 26vw);
}
.news__content-list .swiper-slide .news__content-item {
width: 100%;
height: 100%;
}
.news__content-list .swiper-slide .news__content-item-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.swiper-button-disabled {
opacity: 0.2;
}
@media (min-width: 1024px) {
.swiper-button-disabled:hover .btn-swiper {
background: var(--white);
}
.swiper-button-disabled:hover .btn-swiper path {
stroke: black;
}
}
.documents__title-block {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid var(--dark);
}
@media screen and (min-width: 1920px) {
.documents__title-block {
padding-bottom: 32px;
margin-bottom: 32px;
}
}
.documents__info-block {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 50px 20px;
border-bottom: 1px solid var(--dark);
}
@media screen and (min-width: 768px) {
.documents__info-block {
padding: 0 60px 20px;
}
}
@media screen and (min-width: 1920px) {
.documents__info-block {
padding: 0 60px 32px;
}
}
.documents__info-block-date {
margin-bottom: 12px;
}
.documents__info-block:not(:last-child) {
margin-bottom: 20px;
}
@media screen and (min-width: 1920px) {
.documents__info-block:not(:last-child) {
margin-bottom: 32px;
}
}
.documents__info-block-button.btn-swiper {
position: absolute;
top: 50%;
right: 0%;
transform: translateY(-50%);
background: var(--white);
}
.documents__info-block-button.btn-swiper:hover {
background: var(--blue);
}
.documents__info-block-button.btn-swiper:hover svg path {
stroke: var(--white);
}
.documents__info-block-button.btn-swiper:hover rect {
fill: var(--white);
}
.documents__info-block-button.btn-swiper svg {
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 20px;
transform: translate(-50%, -50%);
}
.documents__info-block-button.btn-swiper svg path {
stroke: var(--black);
}
.documents__info-block-button.btn-swiper rect {
width: 14px;
height: 2px;
fill: var(--black);
}
.contacts {
padding-top: 100px;
}
@media screen and (min-width: 768px) {
.contacts {
padding-top: 150px;
}
}
@media screen and (min-width: 1920px) {
.contacts {
padding-top: 210px;
}
}
.contacts__title-block {
padding: 0 12px;
margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
.contacts__title-block {
margin-bottom: 50px;
}
}
.contacts__page-title {
font-family: "Palace Script MT";
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.contacts__page-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.contacts__page-title {
font-size: 64px;
}
}
.contacts__second-title {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.contacts__second-title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.contacts__second-title {
font-size: 48px;
}
}
.contacts__list {
display: flex;
flex-direction: column;
align-items: center;
}
@media screen and (min-width: 1280px) {
.contacts__list {
flex-direction: row;
align-items: stretch;
}
}
.contacts__list-item {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 0px;
width: 100%;
border: 1px solid var(--dark);
}
@media screen and (min-width: 1280px) {
.contacts__list-item {
width: 33.3333333333%;
padding: 32px 0px;
}
}
.contacts__list-item-title {
margin-bottom: 16px;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.contacts__list-item-title {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.contacts__list-item-title {
font-size: 18px;
}
}
.contacts__list-item-content {
font-weight: 400;
font-size: 20px;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.contacts__list-item-content {
font-size: 24px;
}
}
@media screen and (min-width: 1920px) {
.contacts__list-item-content {
font-size: 32px;
}
}
.contacts__list-item-content-list {
display: flex;
flex-direction: column;
}
.contacts .contacts__list-item-content-tel:hover,
.contacts .contacts__list-item-content-mail:hover {
color: var(--light);
}
.location-page-inner {
padding-top: 168px;
padding-bottom: 50px;
}
@media (max-width: 1919px) {
.location-page-inner {
padding-top: 100px;
}
}
@media (max-width: 1366px) {
.location-page-inner {
padding-top: 92px;
}
}
@media (max-width: 767px) {
.location-page-inner {
padding-top: 76px;
padding-bottom: 12px;
}
}
.location-page__title-block {
padding: 0 12px;
margin-bottom: 40px;
}
@media (max-width: 1919px) {
.location-page__title-block {
margin-bottom: 40px;
}
}
@media (max-width: 1366px) {
.location-page__title-block {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.location-page__title-block {
margin-bottom: 30px;
}
}
.location-page__page-title {
font-family: "Palace Script MT";
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.location-page__page-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.location-page__page-title {
font-size: 64px;
}
}
.location-page__second-title {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.location-page__second-title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.location-page__second-title {
font-size: 48px;
}
}
.location-page-main {
padding: 0 360px 150px 360px;
}
.map {
width: 100%;
height: 100%;
}
.map-main {
width: 100%;
height: 100vh;
position: relative;
max-height: 1100px;
}
@media (aspect-ratio: 1/1) {
.map-main {
max-height: 1100px;
}
}
@media (aspect-ratio: 5/4) {
.map-main {
max-height: 1100px;
}
}
@media (aspect-ratio: 4/3) {
.map-main {
max-height: 1100px;
}
}
@media (max-width: 767px) {
.map-main {
height: 100%;
}
}
.map-wrapper {
position: relative;
height: 100%;
}
@media (max-width: 767px) {
.map-wrapper {
height: 60vh;
}
}
.map-navigation {
position: absolute;
width: 237px;
bottom: 0;
background-color: transparent;
}
@media (max-width: 1919px) {
.map-navigation {
width: 181px;
}
}
.map-navigation__header-wrap {
display: flex;
align-items: center;
width: 100%;
height: 56px;
background-color: #3E595C;
}
.map-navigation__header-wrap svg {
width: 66px;
height: 22px;
}
.map-navigation__header {
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #E9F6FB;
}
@media (max-width: 1919px) {
.map-navigation__header {
padding: 20px 50px;
font-size: 36px;
}
}
@media (max-width: 767px) {
.map-navigation__header {
padding: 20px 20px;
font-size: 24px;
}
}
.map-navigation__wrap {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.map-navigation__markers-wrap {
position: relative;
width: 50%;
}
.map-navigation__markers {
position: absolute;
left: 0;
top: 0;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
width: 100%;
opacity: 0;
background: #444444;
flex-direction: column;
padding: 44px 34px;
display: flex;
align-items: flex-start;
transition: all ease-in-out 0.4s;
}
.map-navigation__markers.active {
opacity: 0;
}
@media (max-width: 1919px) {
.map-navigation__markers {
padding: 30px 20px;
}
}
.map-navigation__main {
width: 100%;
}
.map-navigation__item {
margin-bottom: 30px;
position: relative;
}
@media (max-width: 1919px) {
.map-navigation__item {
margin-bottom: 20px;
}
}
.map-navigation__item:last-child {
margin-bottom: 0;
}
.map-navigation__button {
display: flex;
align-items: center;
position: relative;
width: 100%;
padding: 0;
background-color: #3E595C;
border: none;
padding: 12px 32px;
margin-bottom: 2px;
}
@media (max-width: 1919px) {
.map-navigation__button {
padding: 10px 20px;
}
}
.map-navigation__button svg {
max-width: 24px;
height: 24px;
fill: none;
}
@media (max-width: 1919px) {
.map-navigation__button svg {
max-width: 18px;
max-width: 18px;
}
}
.map-navigation__button:last-child {
margin-bottom: 0;
}
.map-navigation__button span {
position: relative;
font-family: "Century Gothic", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 120%;
color: #fff;
margin-left: 20px;
}
@media (max-width: 1919px) {
.map-navigation__button span {
font-size: 12px;
}
}
@media (max-width: 767px) {
.map-navigation__button span {
margin-left: 8px;
}
}
.map-navigation__button.active span::after {
opacity: 0;
}
.map-marker-active {
font-family: "Gilroy";
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 140%;
color: #fff;
transition: all ease-in-out 0.3s;
text-align: left;
text-decoration: underline;
margin-bottom: 20px;
position: relative;
text-underline-offset: 2px;
}
@media (max-width: 1919px) {
.map-marker-active {
margin-bottom: 15px;
font-size: 12px;
}
}
.map-marker-active::before {
content: "";
width: 2px;
height: 2px;
background-color: #fff;
position: absolute;
left: -5px;
top: 7px;
}
.map-marker-active:hover {
color: #8cb90c;
text-decoration: underline;
}
.map-marker-active:hover::before {
background-color: #8cb90c;
}
.gm-style .gm-style-iw-c {
background-color: rgba(68, 68, 68, 0.8);
overflow: visible;
padding: 20px !important;
}
.gm-style img {
width: 60px;
height: 75px;
}
.poi-info-window div, .poi-info-window a {
font-family: "Century Gothic", sans-serif;
background-color: inherit;
color: #fff;
}
.gm-style-iw-d {
color: #fff;
overflow: visible !important;
}
.gm-ui-hover-effect {
background-color: rgba(68, 68, 68, 0.8);
}
.gm-style .gm-style-iw-t::after {
background: none;
box-shadow: none;
height: 0;
width: 0;
border-top: 10px solid rgba(68, 68, 68, 0.7);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
transform: translate(-50%, 0%);
}
.container {
padding: 0 130px;
}
@media (max-width: 1919px) {
.container {
padding: 0 32px;
}
}
@media (max-width: 1366px) {
.container {
padding: 0 20px;
}
}
@media (max-width: 767px) {
.container {
padding: 0 12px;
}
}
.main-deco {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0.35;
z-index: -1;
}
@media (max-width: 1919px) {
.main-deco {
width: 426px;
}
}
@media (max-width: 767px) {
.main-deco {
width: 360px;
}
}
.construction {
padding-top: 168px;
}
@media (max-width: 1919px) {
.construction {
padding-top: 100px;
}
}
@media (max-width: 1366px) {
.construction {
padding-top: 92px;
}
}
@media (max-width: 767px) {
.construction {
padding-top: 76px;
}
}
.construction__title-block {
padding: 0 12px;
margin-bottom: 40px;
}
@media (max-width: 1919px) {
.construction__title-block {
margin-bottom: 40px;
}
}
@media (max-width: 1366px) {
.construction__title-block {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.construction__title-block {
margin-bottom: 30px;
}
}
.construction__page-title {
font-family: "Palace Script MT";
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.construction__page-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.construction__page-title {
font-size: 64px;
}
}
.construction__second-title {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.construction__second-title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.construction__second-title {
font-size: 48px;
}
}
.construction-main {
padding-bottom: 150px;
}
@media (max-width: 1366px) {
.construction-main {
padding-bottom: 60px;
}
}
.construction-progress {
display: flex;
justify-content: space-between;
padding-bottom: 40px;
border-bottom: 3px solid #323235;
}
@media (max-width: 1366px) {
.construction-progress {
flex-direction: column;
padding-bottom: 30px;
}
}
.construction-progress__update {
width: 48.2%;
}
@media (max-width: 1366px) {
.construction-progress__update {
width: 100%;
margin-bottom: 24px;
}
}
@media (max-width: 767px) {
.construction-progress__update {
margin-bottom: 20px;
}
}
.construction-progress__update-select {
display: flex;
justify-content: flex-start;
margin-bottom: 24px;
}
@media (max-width: 1366px) {
.construction-progress__update-select {
align-items: center;
}
}
@media (max-width: 767px) {
.construction-progress__update-select {
flex-wrap: wrap;
margin-bottom: 20px;
}
}
.construction-progress__update-title {
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 140%;
text-transform: uppercase;
color: #A2BDCA;
margin-right: 40px;
}
@media (max-width: 1919px) {
.construction-progress__update-title {
font-size: 24px;
}
}
@media (max-width: 1366px) {
.construction-progress__update-title {
margin-right: 20px;
}
}
@media (max-width: 767px) {
.construction-progress__update-title {
margin-right: 12px;
}
}
.construction-progress__update-options {
display: flex;
justify-content: space-between;
}
@media (max-width: 767px) {
.construction-progress__update-options {
margin-top: 12px;
}
}
.construction-progress__years-list {
width: fit-content;
height: 50px;
padding: 13px 40px;
background: #E9F6FB;
border-radius: 30px;
margin-right: 12px;
}
@media (max-width: 1919px) {
.construction-progress__years-list {
height: 46px;
}
}
@media (max-width: 1366px) {
.construction-progress__years-list {
padding: 13px 20px;
}
}
.construction-progress__years-list-mobile {
display: none;
}
.construction-progress__years-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.construction-progress__years-item span {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 170%;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0E0F10;
}
@media (max-width: 1919px) {
.construction-progress__years-item span {
font-size: 12px;
}
}
.construction-progress__years-item svg {
width: 16px;
height: 16px;
margin-left: 12px;
}
.construction-progress__months-list-wrap {
width: 100px;
height: 50px;
padding: 13px 40px;
background: #E9F6FB;
border-radius: 30px;
transition: all ease-in-out 0.3s;
position: relative;
}
@media (max-width: 1919px) {
.construction-progress__months-list-wrap {
height: 46px;
}
}
@media (max-width: 1366px) {
.construction-progress__months-list-wrap {
padding: 13px 20px;
}
}
.construction-progress__months-list-wrap:hover .construction-progress__months-list {
overflow: visible;
height: auto;
}
.construction-progress__months-list {
position: absolute;
width: fit-content;
top: 13px;
height: 20px;
overflow: hidden;
padding: 13px 40px;
background: #E9F6FB;
border-radius: 30px;
transition: all ease-in-out 0.3s;
}
.construction-progress__months-list-mobile {
display: none;
}
.construction-progress__months-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.construction-progress__months-item span {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 170%;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0E0F10;
}
@media (max-width: 1919px) {
.construction-progress__months-item span {
font-size: 12px;
}
}
.construction-progress__months-item svg {
width: 16px;
height: 16px;
margin-left: 12px;
}
.construction-progress__update-descr {
font-family: "Century Gothic";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #A2BDCA;
}
@media (max-width: 1919px) {
.construction-progress__update-descr {
font-size: 16px;
}
}
@media (max-width: 767px) {
.construction-progress__update-descr {
font-size: 14px;
}
}
.construction-progress__figures {
width: 48.2%;
display: flex;
justify-content: space-between;
flex-direction: column;
}
@media (max-width: 1366px) {
.construction-progress__figures {
width: 100%;
}
}
.construction-progress__figures-cam {
margin-bottom: 24px;
}
.construction-progress__figures-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.construction-progress__figures-item {
width: 48.2%;
display: flex;
align-items: center;
margin-bottom: 8px;
}
.construction-progress__figures-item:nth-last-child(-n+2) {
margin-bottom: 0;
}
.construction-progress__figures-item-svg {
position: relative;
margin-right: 16px;
height: 100px;
}
@media (max-width: 767px) {
.construction-progress__figures-item-svg {
height: 60px;
margin-right: 12px;
}
}
.construction-progress__figures-item-svg svg {
position: relative;
width: 100px;
height: 100px;
}
@media (max-width: 767px) {
.construction-progress__figures-item-svg svg {
width: 60px;
height: 60px;
}
}
.construction-progress__figures-item-percent {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 140%;
text-transform: uppercase;
color: #E9F6FB;
}
@media (max-width: 767px) {
.construction-progress__figures-item-percent {
font-size: 20px;
}
}
.construction-progress__figures-item-text {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #A2BDCA;
}
@media (max-width: 1919px) {
.construction-progress__figures-item-text {
font-size: 16px;
}
}
@media (max-width: 767px) {
.construction-progress__figures-item-text {
font-size: 14px;
}
}
.construction-list {
padding-top: 40px;
display: flex;
flex-direction: column;
}
@media (max-width: 1366px) {
.construction-list {
padding-top: 24px;
}
}
.construction-item {
display: flex;
justify-content: space-between;
padding: 32px;
height: 500px;
background: #E9F6FB;
margin-bottom: 20px;
cursor: pointer;
}
@media (max-width: 1919px) {
.construction-item {
height: 440px;
}
}
@media (max-width: 1366px) {
.construction-item {
padding: 20px;
}
}
@media (max-width: 767px) {
.construction-item {
flex-direction: column;
height: 100%;
padding: 12px;
}
}
.construction-item:last-child {
margin-bottom: 0;
}
.construction-item-intro {
display: flex;
flex-direction: column;
width: 30.12%;
}
@media (max-width: 1366px) {
.construction-item-intro {
width: 48.87%;
}
}
@media (max-width: 767px) {
.construction-item-intro {
width: 100%;
margin-bottom: 12px;
}
}
.construction-item__title {
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.construction-item__title {
margin-bottom: 12px;
}
}
.construction-item__title-day {
font-style: normal;
font-weight: 400;
font-size: 96px;
line-height: 80%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #323235;
}
@media (max-width: 767px) {
.construction-item__title-day {
font-size: 72px;
}
}
.construction-item__title-inner {
margin-left: 8px;
display: flex;
flex-direction: column;
}
.construction-item__title-month {
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 140%;
text-transform: uppercase;
color: #323235;
}
@media (max-width: 1919px) {
.construction-item__title-month {
font-size: 20px;
}
}
.construction-item__title-year {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 140%;
color: #323235;
}
@media (max-width: 1919px) {
.construction-item__title-year {
font-size: 16px;
}
}
@media (max-width: 767px) {
.construction-item__title-year {
font-size: 14px;
}
}
.construction-item__descr {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #323235;
margin-bottom: 20px;
}
@media (max-width: 1919px) {
.construction-item__descr {
font-size: 16px;
}
}
@media (max-width: 767px) {
.construction-item__descr {
font-size: 14px;
margin-bottom: 12px;
}
}
.construction-item__details span {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 140%;
color: #59767A;
}
@media (max-width: 1919px) {
.construction-item__details span {
font-size: 16px;
}
}
@media (max-width: 767px) {
.construction-item__details span {
font-size: 14px;
}
}
.construction-item__details-photo {
margin-right: 16px;
}
@media (max-width: 1366px) {
.construction-item__details-img {
width: 48.87%;
}
}
@media (max-width: 767px) {
.construction-item__details-img {
width: 100%;
}
}
.construction-item__details-img img {
height: 100%;
object-fit: cover;
}
@media (max-width: 767px) {
.construction-item__details-img img {
height: 182px;
}
}
.camera-btn {
align-self: flex-end;
}
@media (max-width: 1366px) {
.camera-btn {
display: none;
}
}
.camera-btn-tablet {
display: none;
}
@media (max-width: 1366px) {
.camera-btn-tablet {
display: flex;
margin-left: 12px;
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.camera-btn-tablet {
display: none;
}
}
.camera-btn-mobile {
display: none;
}
@media (max-width: 767px) {
.camera-btn-mobile {
display: block;
margin-bottom: 0;
}
}
.camera-btn-link {
display: block;
height: 50px;
width: fit-content;
padding: 13px 40px;
background: #E9F6FB;
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 170%;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0E0F10;
}
@media (max-width: 1919px) {
.camera-btn-link {
font-size: 12px;
}
}
@media (max-width: 1366px) {
.camera-btn-link {
padding: 13px 20px;
}
}
@media (max-width: 767px) {
.camera-btn-link {
padding: 7px 16px;
height: 34px;
margin-bottom: 0;
}
}
.camera-btn span {
margin-left: 12px;
}
@media (max-width: 767px) {
.camera-btn span {
margin-left: 8px;
}
}
.camera-btn svg {
height: 20px;
width: 20px;
fill: #0E0F10;
stroke: #0E0F10;
stroke-width: 0.6;
}
.custom-select-container {
z-index: 1;
}
.custom-select-wrapper {
position: relative;
height: 50px;
width: fit-content;
padding: 13px 40px;
background: #E9F6FB;
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 12px;
}
.custom-select-label {
border: none;
background-color: transparent;
text-decoration: none;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 170%;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0E0F10;
}
.custom-select-options {
position: absolute;
left: 0;
top: 50%;
width: 100%;
background: #E9F6FB;
padding: 13px 40px;
padding-top: 20px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
z-index: -1;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 170%;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0E0F10;
}
.construction-progress__update-options > .custom-select-container:last-child {
width: 100px;
}
.custom-option {
margin-top: 8px;
}
.custom-option:first-child {
margin-top: 0;
}
.services {
padding-top: 168px;
}
@media (max-width: 1919px) {
.services {
padding-top: 100px;
}
}
@media (max-width: 1366px) {
.services {
padding-top: 92px;
}
}
@media (max-width: 767px) {
.services {
padding-top: 76px;
}
}
.services__title-block {
padding: 0 12px;
margin-bottom: 40px;
}
@media (max-width: 1919px) {
.services__title-block {
margin-bottom: 40px;
}
}
@media (max-width: 1366px) {
.services__title-block {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.services__title-block {
margin-bottom: 30px;
}
}
.services__page-title {
font-family: "Palace Script MT";
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.services__page-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.services__page-title {
font-size: 64px;
}
}
.services__second-title {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.services__second-title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.services__second-title {
font-size: 48px;
}
}
.services-main {
padding-bottom: 150px;
display: flex;
justify-content: space-between;
}
@media (max-width: 1919px) {
.services-main {
padding-bottom: 80px;
}
}
@media (max-width: 1366px) {
.services-main {
padding-bottom: 60px;
}
}
@media (max-width: 767px) {
.services-main {
flex-direction: column;
}
}
.services-filter {
display: flex;
flex-direction: column;
padding: 24px;
background: #0E0F10;
border: 1px solid rgba(89, 118, 122, 0.5);
width: 23%;
height: fit-content;
}
@media (max-width: 1366px) {
.services-filter {
width: 32.41%;
}
}
@media (max-width: 767px) {
.services-filter {
display: none;
}
}
.services-filter-mobile {
display: none;
}
@media (max-width: 767px) {
.services-filter-mobile {
display: flex;
width: 100%;
margin-bottom: 12px;
background: #0E0F10;
border: 1px solid rgba(89, 118, 122, 0.5);
border-radius: 30px;
padding: 13px 20px;
}
}
.services-filter-mobile select {
background: none;
color: white;
border: none;
}
.services-filter-mobile select option {
color: #0E0F10;
}
.services-filter-btn {
text-decoration: none;
border: none;
background: transparent;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 140%;
text-transform: uppercase;
display: flex;
align-items: center;
color: #A2BDCA;
margin-bottom: 18px;
}
@media (max-width: 1919px) {
.services-filter-btn {
font-size: 16px;
margin-bottom: 12px;
}
}
.services-filter-btn:last-child {
margin-bottom: 0;
}
.services-list__wrap {
display: flex;
flex-direction: column;
width: 74.6%;
}
@media (max-width: 1366px) {
.services-list__wrap {
width: 65.9%;
}
}
@media (max-width: 767px) {
.services-list__wrap {
width: 100%;
}
}
.services-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.services-card {
width: 32%;
display: flex;
flex-direction: column;
border: 1px solid rgba(89, 118, 122, 0.5);
background: rgba(62, 89, 92, 0.2);
margin-bottom: 24px;
height: 461px;
margin-right: 24px;
}
@media (max-width: 1919px) {
.services-card {
height: 452px;
width: 30%;
}
}
@media (max-width: 1366px) {
.services-card {
width: 48.75%;
margin-bottom: 12px;
height: 440px;
margin-right: 12px;
}
}
@media (max-width: 767px) {
.services-card {
width: 100%;
height: 340px;
margin-right: 0;
}
}
.services-card:nth-child(3n) {
margin-right: 0;
}
@media (max-width: 1366px) {
.services-card:nth-child(3n) {
margin-right: 12px;
}
}
@media (max-width: 767px) {
.services-card:nth-child(3n) {
margin-right: 0;
}
}
@media (max-width: 1366px) {
.services-card:nth-child(2n) {
margin-right: 0;
}
}
.services-card + .hide {
display: none;
}
.services-card + .show {
display: flex;
}
.services-card-img {
height: 250px;
}
@media (max-width: 767px) {
.services-card-img {
height: 170px;
}
}
.services-card-img img {
height: 250px;
object-fit: cover;
}
@media (max-width: 767px) {
.services-card-img img {
height: 170px;
}
}
.services-card-title {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 140%;
color: #E9F6FB;
}
@media (max-width: 1919px) {
.services-card-title {
font-size: 16px;
}
}
@media (max-width: 767px) {
.services-card-title {
font-size: 14px;
}
}
.services-card-inner {
padding: 24px;
}
@media (max-width: 767px) {
.services-card-inner {
padding: 12px;
}
}
.services-card-text {
margin-top: 80px;
}
@media (max-width: 1919px) {
.services-card-text {
margin-top: 60px;
}
}
@media (max-width: 1366px) {
.services-card-text {
margin-top: 40px;
}
}
.services-card-adress {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 4px;
}
.services-card-adress svg {
width: 16px;
height: 16px;
margin-right: 16px;
}
.services-card-adress span {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
background: linear-gradient(235.14deg, #A2BDCA 0%, #BCD6DF 100.03%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.services-card-phone {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 4px;
}
.services-card-phone svg {
width: 16px;
height: 16px;
margin-right: 16px;
}
.services-card-phone span {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
background: linear-gradient(235.14deg, #A2BDCA 0%, #BCD6DF 100.03%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.services-card-site {
display: flex;
align-items: center;
justify-content: flex-start;
}
.services-card-site svg {
width: 16px;
height: 16px;
margin-right: 16px;
}
.services-card-site a {
text-decoration: none;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
background: linear-gradient(235.14deg, #A2BDCA 0%, #BCD6DF 100.03%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.hidden {
display: none;
}
.pagination-container {
margin-top: 80px;
display: flex;
align-items: center;
position: relative;
justify-content: center;
display: none;
}
@media (max-width: 1366px) {
.pagination-container {
margin-top: 60px;
}
}
.pagination-number,
.pagination-button {
background-color: transparent;
border: none;
width: 64px;
height: 64px;
background: #E9F6FB;
border-radius: 70px;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 140%;
text-transform: uppercase;
color: #59767A;
}
@media (max-width: 1919px) {
.pagination-number,
.pagination-button {
width: 50px;
height: 50px;
font-size: 24px;
}
}
#pagination-numbers .pagination-number {
background: none;
}
.pagination-number:hover,
.pagination-button:not(.disabled):hover {
color: #E9F6FB;
}
.pagination-number.active {
color: #E9F6FB;
background: none;
}
#prev-button {
display: flex;
justify-content: center;
align-items: center;
}
#prev-button svg {
width: 20px;
height: 20px;
}
@media (max-width: 1919px) {
#prev-button svg {
width: 12px;
height: 12px;
}
}
.pagination-button {
display: flex;
justify-content: center;
align-items: center;
}
.pagination-button svg {
width: 20px;
height: 20px;
}
@media (max-width: 1919px) {
.pagination-button svg {
width: 12px;
height: 12px;
}
}
#next-button svg {
transform: rotate(180deg);
}
.development-process {
padding-top: 168px;
}
@media (max-width: 1919px) {
.development-process {
padding-top: 100px;
}
}
@media (max-width: 1366px) {
.development-process {
padding-top: 92px;
}
}
@media (max-width: 767px) {
.development-process {
padding-top: 76px;
}
}
.development-process__title-block {
padding: 0 12px;
margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
.development-process__title-block {
margin-bottom: 50px;
}
}
.development-process__page-title {
font-family: "Palace Script MT";
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 0.85;
text-align: center;
color: var(--light);
}
@media screen and (min-width: 768px) {
.development-process__page-title {
font-size: 48px;
}
}
@media screen and (min-width: 1920px) {
.development-process__page-title {
font-size: 64px;
}
}
.development-process__second-title {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.development-process__second-title {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.development-process__second-title {
font-size: 48px;
}
}
.development-process-main {
padding: 0 360px 150px 360px;
}
@media (max-width: 1919px) {
.development-process-main {
padding: 0 70px 270px 70px;
}
}
@media (max-width: 1366px) {
.development-process-main {
padding: 0 20px 60px 20px;
}
}
.development-process-list {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}
.development-process-item {
position: relative;
width: 100%;
margin-bottom: 40px;
}
@media (max-width: 1366px) {
.development-process-item {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.development-process-item {
margin-bottom: 30px;
}
}
.development-process-item:last-child {
margin-bottom: 0;
}
.development-process-item__title {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #A2BDCA;
margin-bottom: 12px;
}
@media (max-width: 767px) {
.development-process-item__title {
font-size: 14px;
margin-bottom: 8px;
}
}
.development-process-item__video {
max-width: 100%;
}
.development-process-item__video iframe {
width: 100%;
min-height: 676px;
}
.single-news {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.single-news-main-wrap {
padding: 168px 360px 150px 360px;
}
@media (max-width: 1919px) {
.single-news-main-wrap {
padding: 120px 134px 80px 134px;
}
}
.single-news-main {
background: rgba(14, 15, 16, 0.1);
border: 1px solid #323235;
backdrop-filter: blur(5px);
}
.single-news-item {
padding: 40px;
}
@media (max-width: 1919px) {
.single-news-item {
padding: 32px;
}
}
.single-news-date {
margin-bottom: 40px;
}
@media (max-width: 1919px) {
.single-news-date {
margin-bottom: 32px;
}
}
.single-news-date span {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #A2BDCA;
}
@media (max-width: 1919px) {
.single-news-date span {
font-size: 16px;
}
}
.single-news-title {
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 120%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #E9F6FB;
margin-bottom: 40px;
}
@media (max-width: 1919px) {
.single-news-title {
margin-bottom: 32px;
font-size: 32px;
}
}
.single-news-subtitle {
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 140%;
text-transform: uppercase;
color: #A2BDCA;
margin-bottom: 16px;
}
@media (max-width: 1919px) {
.single-news-subtitle {
font-size: 20px;
}
}
.single-news-description {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #A2BDCA;
}
@media (max-width: 1919px) {
.single-news-description {
font-size: 16px;
}
}
.single-news-img {
margin-top: 40px;
margin-bottom: 40px;
}
@media (max-width: 1919px) {
.single-news-img {
margin-top: 32px;
margin-bottom: 32px;
}
}
.single-news-img img {
width: 100%;
}
.single-news-list {
margin-top: 16px;
}
.single-news-list-item {
font-style: normal;
font-weight: 400;
font-size: 18px;
color: #A2BDCA;
margin-bottom: 16px;
}
.single-news-list-item:last-child {
margin-bottom: 0;
}
.single-news-btn {
margin-top: 40px;
width: 225px;
height: 50px;
background: #E9F6FB;
border-radius: 30px;
}
@media (max-width: 1919px) {
.single-news-btn {
width: 204px;
height: 46px;
}
}
.single-news-btn-link {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: inherit;
text-decoration: none;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 170%;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0E0F10;
}
.single-news__news-content {
padding: 0 130px 150px 130px;
}
.single-news__news-list-title {
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 120%;
letter-spacing: 0.05em;
text-transform: uppercase;
text-align: center;
color: #E9F6FB;
margin-bottom: 32px;
}
@media (max-width: 1919px) {
.single-news__news-list-title {
font-size: 32px;
}
}
.single-news__news-list {
border-top: 1px solid #323235;
padding-top: 32px;
}
.video-popup {
overflow: hidden;
}
.video-popup .is-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.video-popup .page-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
.video-popup .page-container iframe {
width: 80%;
height: 80vh;
}
.video-popup .page-container video {
width: 80%;
height: 80vh;
object-fit: cover;
}
.video-modal {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
.video__btn-close-menu {
position: absolute;
top: 20px;
right: 20px;
background: var(--white);
}
.video__btn-close-menu svg {
width: 12px;
height: 12px;
stroke: var(--black);
}
.video__btn-close-menu:hover {
background: var(--blue);
}
.video__btn-close-menu:hover svg {
stroke: var(--white);
}
.video__btn-close-menu {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
}
@media screen and (min-width: 768px) {
.video__btn-close-menu {
width: 48px;
height: 48px;
}
}
@media screen and (min-width: 1920px) {
.video__btn-close-menu {
width: 68px;
height: 68px;
}
}
.video-popup.is-hidden .menu-modal .page-container {
transform: translateY(100%);
transition: all 1s var(--cubic);
}
.video-popup .menu-modal .page-container {
transform: translateY(0);
transition: all 1s var(--cubic);
}
.video-popup.is-hidden {
transition: all 1s var(--cubic);
}
.gallery-wrap {
position: relative;
width: 100%;
height: 100vh;
display: flex;
padding: 50px;
}
@media (max-width: 1366px) {
.gallery-wrap {
padding: 20px;
}
}
.gallery-item-intro {
display: flex;
flex-direction: column;
}
@media (max-width: 1366px) {
.gallery-item-intro {
width: 100%;
}
}
@media (max-width: 767px) {
.gallery-item-intro {
margin-bottom: 12px;
}
}
.gallery-close-btn {
position: absolute;
top: 16px;
right: 16px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #0E0F10;
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
z-index: 1000;
}
.gallery-close-btn svg {
height: 8px;
width: 8px;
stroke: #E9F6FB;
}
.gallery-item__title {
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.gallery-item__title {
margin-bottom: 12px;
}
}
.gallery-item__title-day {
font-style: normal;
font-weight: 400;
font-size: 200px;
line-height: 80%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #323235;
}
@media (max-width: 1919px) {
.gallery-item__title-day {
font-size: 140px;
}
}
@media (max-width: 767px) {
.gallery-item__title-day {
font-size: 72px;
}
}
.gallery-item__title-inner {
margin-left: 20px;
display: flex;
flex-direction: column;
}
.gallery-item__title-month {
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 140%;
text-transform: uppercase;
color: #323235;
}
@media (max-width: 1919px) {
.gallery-item__title-month {
font-size: 20px;
}
}
.gallery-item__title-year {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 140%;
color: #323235;
}
@media (max-width: 1919px) {
.gallery-item__title-year {
font-size: 16px;
}
}
@media (max-width: 767px) {
.gallery-item__title-year {
font-size: 14px;
}
}
.gallery-item__descr {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #323235;
margin-bottom: 20px;
}
@media (max-width: 1919px) {
.gallery-item__descr {
font-size: 16px;
}
}
@media (max-width: 767px) {
.gallery-item__descr {
font-size: 14px;
margin-bottom: 12px;
}
}
.gallery-item__details span {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 140%;
color: #59767A;
}
@media (max-width: 1919px) {
.gallery-item__details span {
font-size: 16px;
}
}
@media (max-width: 767px) {
.gallery-item__details span {
font-size: 14px;
}
}
.gallery-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
visibility: hidden;
opacity: 0;
transition: ease-in-out visibility 0s, opacity 0.5s linear;
background-color: rgba(0, 0, 0, 0.8);
z-index: 10;
}
@media (max-width: 767px) {
.gallery-overlay {
display: flex;
flex-direction: column;
}
}
.gallery-overlay-inner {
position: relative;
display: flex;
background-color: #E9F6FB;
padding: 32px;
width: 100%;
}
@media (max-width: 1366px) {
.gallery-overlay-inner {
flex-direction: column;
padding: 20px;
}
}
.gallery-overlay.modal-open {
visibility: visible;
opacity: 1;
}
.swiper-container {
margin-left: auto;
margin-right: auto;
height: 100%;
width: 100%;
}
.swiper-gallery {
width: 100%;
position: relative;
}
.swiper-gallery__wrp {
height: 100%;
width: 100%;
}
.swiper-gallery__wrp > .swiper-slide-active {
height: 100% !important;
position: relative;
}
.swiper-gallery-slide {
height: 100%;
width: 100%;
}
.swiper-gallery img {
height: 100%;
width: 100%;
object-fit: cover;
}
@media (max-width: 767px) {
.swiper-gallery img {
height: 83vh;
}
}
.swiper-gallery video {
height: 100%;
width: 100%;
object-fit: cover;
}
.building-swiper-video__button {
position: absolute;
top: 50%;
left: 50%;
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/video-button.png);
transform: translate(-50%, -50%);
background-position: center;
background-size: cover;
width: 150px;
height: 150px;
border-radius: 50%;
pointer-events: none;
opacity: 1;
transition: all ease-in-out 0.3s;
}
@media (max-width: 1366px) {
.building-swiper-video__button {
width: 100px;
height: 100px;
}
}
.building-swiper-video__button.playing {
opacity: 0;
}
.building-swiper-video__triangle {
position: absolute;
top: 50%;
left: 53%;
transform: translate(-50%, -50%);
height: 0;
width: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #181818;
}
@media (max-width: 1366px) {
.building-swiper-video__triangle {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 13px solid #181818;
}
}
.gallery-slider__ctr-wrap {
width: 30%;
height: 100%;
z-index: 12;
margin-right: 30px;
}
@media (max-width: 1919px) {
.gallery-slider__ctr-wrap {
width: 40%;
}
}
@media (max-width: 1366px) {
.gallery-slider__ctr-wrap {
width: 100%;
height: auto;
}
}
@media (max-width: 767px) {
.gallery-slider__ctr-wrap {
position: relative;
}
}
.gallery-slider__link-back {
text-decoration: none;
font-family: "Century Gothic", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 120%;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #F0F0F0;
position: relative;
margin-left: 18px;
}
@media (max-width: 767px) {
.gallery-slider__link-back {
font-size: 10px;
}
}
.gallery-slider__link-back::before {
content: "";
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/arrow-back-gallery.svg);
width: 8px;
height: 10px;
background-position: center;
background-size: contain;
position: absolute;
left: -18px;
top: 50%;
transform: translateY(-50%);
}
.gallery-slider__date {
font-family: "Century Gothic", sans-serif;
font-size: 12px;
font-weight: 500;
transition: opacity 0.3s;
position: relative;
color: #F0F0F0;
margin-left: 22px;
margin-top: 50px;
}
@media (max-width: 767px) {
.gallery-slider__date {
font-size: 10px;
margin-top: 30px;
}
}
.gallery-slider__date::before {
content: "";
background-image: url(//the-light.com.ua/wp-content/themes/3d/assets/images/clock.svg);
width: 12px;
height: 12px;
background-position: center;
background-size: contain;
position: absolute;
left: -22px;
bottom: 0;
transform: translateY(-50%);
}
@media (max-width: 767px) {
.gallery-slider__date::before {
height: 10px;
width: 10px;
}
}
.gallery-slider__title {
font-family: "Century Gothic", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 48px;
line-height: 110%;
color: #fff;
margin-top: 10px;
}
@media (max-width: 767px) {
.gallery-slider__title {
font-size: 24px;
}
}
.gallery-slider__ctr {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
@media (max-width: 1366px) {
.gallery-slider__ctr {
justify-content: space-between;
margin-bottom: 20px;
height: fit-content;
}
}
.gallery-slider__arrow {
display: inline-flex;
justify-content: center;
align-items: center;
z-index: 12;
cursor: pointer;
outline: none !important;
padding: 0;
height: 40px;
width: 40px;
background-color: #0E0F10;
border-radius: 40px;
border: none;
}
.gallery-slider__arrow:focus {
outline: none !important;
}
.gallery-slider__arrow svg {
height: 14px;
width: 12px;
}
.gallery-slider__arrow.gallery-slider-prev svg {
transform: rotate(180deg);
}
.gallery-slider__arrow.gallery-slider-next {
margin-left: 10px;
}
@media (max-width: 1366px) {
.gallery-slider__arrow.gallery-slider-next {
margin-left: 20px;
}
}
.gallery-slider__pagination {
text-align: center;
width: 70%;
}
@media (max-width: 1366px) {
.gallery-slider__pagination {
width: 65%;
}
}
.gallery-slider__pagination.swiper-pagination-progressbar {
position: relative;
height: 1px;
display: inline-block;
opacity: 1;
background: #fff;
margin: 0 5px;
border-radius: 20px;
transition: opacity 0.5s, background-color 0.5s, width 0.5s;
transition-delay: 0.5s, 0.5s, 0s;
}
.gallery-slider__pagination > .swiper-pagination-progressbar-fill {
opacity: 1;
background: #fff;
height: 2px;
transition-delay: 0s;
}
.footer {
padding-top: 50px;
}
.footer__content-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 12px;
}
@media screen and (min-width: 768px) {
.footer__content-wrapper {
padding: 0 20px;
}
}
@media screen and (min-width: 1280px) {
.footer__content-wrapper {
padding: 0 36px;
}
}
@media screen and (min-width: 1920px) {
.footer__content-wrapper {
padding: 0 50px;
}
}
.footer__address-item-title {
margin-bottom: 16px;
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.footer__address-item-title {
font-size: 20px;
}
}
@media screen and (min-width: 1920px) {
.footer__address-item-title {
font-size: 24px;
}
}
.footer__address-item-content-timetable {
display: flex;
flex-direction: column;
justify-content: center;
}
.footer__address-item-content-address:hover {
color: var(--blue);
}
.footer__address-item-content-address, .footer__address-item-content-timetable {
margin-bottom: 30px;
font-weight: 400;
font-size: 14px;
line-height: 1.4;
color: var(--light);
}
@media screen and (min-width: 768px) {
.footer__address-item-content-address, .footer__address-item-content-timetable {
font-size: 16px;
}
}
@media screen and (min-width: 1920px) {
.footer__address-item-content-address, .footer__address-item-content-timetable {
font-size: 18px;
}
}
.footer__address-item-button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 184px;
height: 40px;
background: var(--white);
color: var(--black);
border-radius: 30px;
border: none;
font-weight: 700;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0.1em;
text-transform: uppercase;
}
@media screen and (min-width: 768px) {
.footer__address-item-button {
width: 200px;
height: 40px;
}
}
@media screen and (min-width: 1920px) {
.footer__address-item-button {
width: 243px;
height: 50px;
font-size: 14px;
}
}
.footer__address-item-button:hover {
background: var(--blue);
color: var(--white);
}
@media screen and (max-width: 767px) {
.footer__social-links-list {
margin-top: 40px;
}
}
.footer__social-links-item:not(:last-child) {
margin-bottom: 8px;
}
.footer__social-link {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.footer__social-link {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.footer__social-link {
font-size: 48px;
}
}
.footer__social-link:hover {
color: var(--blue);
}
@media screen and (max-width: 767px) {
.footer__up-arrow {
margin-top: 40px;
}
}
.footer__up-arrow .btn-swiper.btn-back-to-top {
margin: 0;
background: var(--white);
transform: rotate(90deg);
}
.footer__up-arrow .btn-swiper.btn-back-to-top rect {
fill: var(--white);
}
.footer__up-arrow .btn-swiper.btn-back-to-top path {
stroke: var(--black);
}
.footer__up-arrow .btn-swiper.btn-back-to-top:hover {
background: var(--blue);
}
.footer__up-arrow .btn-swiper.btn-back-to-top:hover rect {
fill: var(--blue);
}
.footer__up-arrow .btn-swiper.btn-back-to-top:hover path {
stroke: var(--white);
}
.footer__footer-block {
width: 100%;
display: flex;
justify-content: space-between;
margin-top: 40px;
align-items: center;
}
@media screen and (min-width: 768px) {
.footer__footer-block {
margin-top: 50px;
}
}
@media screen and (min-width: 1920px) {
.footer__footer-block {
margin-top: 100px;
}
}
.footer__footer-block .footer__law-text {
font-weight: 400;
font-size: 14px;
line-height: 1.4;
color: var(--light);
}
.footer__footer-block .logo-smartOrange {
width: 54px;
height: 60px;
}
@media screen and (min-width: 1920px) {
.footer__footer-block .logo-smartOrange {
width: 64px;
height: 71px;
}
}
.footer__footer-block .logo-smartOrange path:first-child {
fill: var(--white);
}
.footer__footer-block .link-to-smart-orange:hover .logo-smartOrange path:first-child {
fill: var(--blue);
}
.error-pages {
width: 100vw;
height: 100vh;
}
.error-pages__wrapper {
width: 100%;
height: 100%;
display: flex;
flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
.error-pages__wrapper {
flex-direction: row;
}
}
.error-pages__content {
position: relative;
height: 50vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 1280px) {
.error-pages__content {
width: 50%;
height: 100%;
}
}
.error-pages__pen {
position: absolute;
top: 0;
width: 60%;
}
.error-pages__pen img {
width: 100%;
height: 100%;
}
.error-pages__title {
margin-bottom: 20px;
}
.error-pages__hero-title {
font-weight: 400;
font-size: 100px;
line-height: 1;
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.error-pages__hero-title {
font-size: 200px;
}
}
.error-pages__text {
margin-bottom: 20px;
}
.error-pages__img-block {
height: 50vh;
}
@media screen and (min-width: 1280px) {
.error-pages__img-block {
width: 50%;
height: 100%;
}
}
.error-pages__img {
width: 100%;
height: 100%;
object-fit: cover;
}
.error-pages__btn.manager-feedback-form__btn {
background: var(--white);
color: var(--black);
}
.error-pages__btn.manager-feedback-form__btn:hover {
background: var(--blue);
color: var(--white);
}
.menu-item:not(:last-child) {
margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
.menu-item:not(:last-child) {
margin-bottom: 20px;
}
}
@media screen and (min-width: 1280px) {
.menu-item:not(:last-child) {
margin-bottom: 14px;
}
}
@media screen and (min-width: 1400px) {
.menu-item:not(:last-child) {
margin-bottom: 20px;
}
}
.menu-item-link {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.menu-item-link {
font-size: 32px;
}
}
@media screen and (min-width: 1280px) {
.menu-item-link {
font-size: 30px;
}
}
@media screen and (min-width: 1400px) {
.menu-item-link {
font-size: 32px;
}
}
@media screen and (min-width: 1920px) {
.menu-item-link {
font-size: 48px;
}
}
.menu-item-link:hover {
color: var(--blue);
}
.menu-modal {
width: 100%;
height: 100%;
display: flex;
justify-content: flex-end;
}
.footer .menu-item:not(:last-child) {
margin-bottom: 12px;
}
.footer .menu-item-link {
font-weight: 400;
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
color: var(--white);
}
@media screen and (min-width: 768px) {
.footer .menu-item-link {
font-size: 20px;
}
}
@media screen and (min-width: 1920px) {
.footer .menu-item-link {
font-size: 24px;
}
}
.footer .menu-item-link:hover {
color: var(--blue);
}