.calendar__section-loader {
display: flex;
justify-content: center;
height: 100vh;
background: #000000;
}
.calendar__section-loader .loader {
max-width: 25px;
}
.calendar__section-loader img {
width: 100%;
}
.header--white .nav__list a {
color: #FFFFFF;
}
.header--gray .nav__list a {
color: #444749;
}
.nav__list li + li {
margin-left: 53.5px;
}
.nav__list li + li:nth-child(3) {
margin-left: 151px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.nav__list li + li:nth-child(3) {
margin-left: 200px;
}
}
@media screen and (max-width: 743px) {
.nav__list li + li {
margin-left: 0;
}
}
.nav__list a {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 16px;
font-weight: 600;
line-height: 1.35;
letter-spacing: -0.03em;
}
@media screen and (hover: hover) {
.nav__list a:hover {
color: #D06F54;
}
}
.menu__nav li + li {
margin-top: 36px;
}
@media screen and (max-width: 429px) {
.menu__nav li + li {
margin-top: 26px;
}
}
.menu__nav a {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 52px;
font-weight: bold;
line-height: 1;
color: #444749;
}
.menu__nav a:hover {
color: #444749;
}
@media screen and (max-width: 429px) {
.menu__nav a {
font-size: 36px;
}
}
.menu__nav li + li {
margin-top: 36px;
}
@media screen and (max-width: 429px) {
.menu__nav li + li {
margin-top: 26px;
}
}
.footer__list li + li {
margin-top: 10px;
}
@media screen and (min-width: 430px) and (max-width: 1023px) {
.footer__list li + li {
margin-top: 30px;
}
}
@media screen and (max-width: 429px) {
.footer__list li + li {
margin-top: 23px;
}
}
.footer__list a {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
color: #FFFFFF;
}
.footer__list a:hover {
color: #FFFFFF;
}
@media screen and (hover: hover) {
.footer__list a:hover {
color: #D06F54;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.footer__list a {
font-size: 52px;
line-height: 1;
letter-spacing: -0.04em;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.footer__list a {
font-size: 33px;
line-height: 1;
letter-spacing: -0.04em;
}
}
@media screen and (max-width: 429px) {
.footer__list a {
font-size: 25px;
line-height: 1;
letter-spacing: -0.04em;
}
}
div.about-us__img {
display: block;
overflow: hidden;
width: 100%;
max-width: 136px;
max-height: 52px;
height: 100%;
}
div.about-us__img img {
display: block;
-o-object-fit: contain;
object-fit: contain;
height: 100%;
width: 100%;
}
.calendar-list__item.trash {
filter: grayscale(1);
opacity: .4;
}
.validation-form.submitted .application__btn {
background: #54d073;
}
.validation-form.submitted .application__btn-wrap::before {
opacity: 0;
}
.validation-form.loading,
.validation-form.submitted {
pointer-events: none;
}
.validation-form input:-webkit-autofill,
.validation-form input:-webkit-autofill:focus {
transition: background-color 0s 600000s, color 0s 600000s !important;
}
.tourConductor {
display: flex;
align-items: center;
gap: 12px;
color: #fff;
text-decoration: underline;
}
.tourConductor:hover {
color: #fff;
text-decoration: none;
}
.tourConductor__avatar {
max-width: 40px;
border-radius: 100%;
overflow: hidden;
}
.tourConductor__avatar img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.main__bg {
min-width: 100%;
object-fit: cover;
}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Pacifico&display=swap"); :root,
[data-bs-theme=light] {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-primary-text-emphasis: #052c65;
--bs-secondary-text-emphasis: #2b2f32;
--bs-success-text-emphasis: #0a3622;
--bs-info-text-emphasis: #055160;
--bs-warning-text-emphasis: #664d03;
--bs-danger-text-emphasis: #58151c;
--bs-light-text-emphasis: #495057;
--bs-dark-text-emphasis: #495057;
--bs-primary-bg-subtle: #cfe2ff;
--bs-secondary-bg-subtle: #e2e3e5;
--bs-success-bg-subtle: #d1e7dd;
--bs-info-bg-subtle: #cff4fc;
--bs-warning-bg-subtle: #fff3cd;
--bs-danger-bg-subtle: #f8d7da;
--bs-light-bg-subtle: #fcfcfd;
--bs-dark-bg-subtle: #ced4da;
--bs-primary-border-subtle: #9ec5fe;
--bs-secondary-border-subtle: #c4c8cb;
--bs-success-border-subtle: #a3cfbb;
--bs-info-border-subtle: #9eeaf9;
--bs-warning-border-subtle: #ffe69c;
--bs-danger-border-subtle: #f1aeb5;
--bs-light-border-subtle: #e9ecef;
--bs-dark-border-subtle: #adb5bd;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg: #fff;
--bs-body-bg-rgb: 255, 255, 255;
--bs-emphasis-color: #000;
--bs-emphasis-color-rgb: 0, 0, 0;
--bs-secondary-color: rgba(33, 37, 41, 0.75);
--bs-secondary-color-rgb: 33, 37, 41;
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
--bs-tertiary-color: rgba(33, 37, 41, 0.5);
--bs-tertiary-color-rgb: 33, 37, 41;
--bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: 248, 249, 250;
--bs-heading-color: inherit;
--bs-link-color: #0d6efd;
--bs-link-color-rgb: 13, 110, 253;
--bs-link-decoration: underline;
--bs-link-hover-color: #0a58ca;
--bs-link-hover-color-rgb: 10, 88, 202;
--bs-code-color: #d63384;
--bs-highlight-color: #212529;
--bs-highlight-bg: #fff3cd;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-xxl: 2rem;
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
--bs-border-radius-pill: 50rem;
--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-focus-ring-width: 0.25rem;
--bs-focus-ring-opacity: 0.25;
--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
--bs-form-valid-color: #198754;
--bs-form-valid-border-color: #198754;
--bs-form-invalid-color: #dc3545;
--bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
color-scheme: dark;
--bs-body-color: #dee2e6;
--bs-body-color-rgb: 222, 226, 230;
--bs-body-bg: #212529;
--bs-body-bg-rgb: 33, 37, 41;
--bs-emphasis-color: #fff;
--bs-emphasis-color-rgb: 255, 255, 255;
--bs-secondary-color: rgba(222, 226, 230, 0.75);
--bs-secondary-color-rgb: 222, 226, 230;
--bs-secondary-bg: #343a40;
--bs-secondary-bg-rgb: 52, 58, 64;
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
--bs-tertiary-color-rgb: 222, 226, 230;
--bs-tertiary-bg: #2b3035;
--bs-tertiary-bg-rgb: 43, 48, 53;
--bs-primary-text-emphasis: #6ea8fe;
--bs-secondary-text-emphasis: #a7acb1;
--bs-success-text-emphasis: #75b798;
--bs-info-text-emphasis: #6edff6;
--bs-warning-text-emphasis: #ffda6a;
--bs-danger-text-emphasis: #ea868f;
--bs-light-text-emphasis: #f8f9fa;
--bs-dark-text-emphasis: #dee2e6;
--bs-primary-bg-subtle: #031633;
--bs-secondary-bg-subtle: #161719;
--bs-success-bg-subtle: #051b11;
--bs-info-bg-subtle: #032830;
--bs-warning-bg-subtle: #332701;
--bs-danger-bg-subtle: #2c0b0e;
--bs-light-bg-subtle: #343a40;
--bs-dark-bg-subtle: #1a1d20;
--bs-primary-border-subtle: #084298;
--bs-secondary-border-subtle: #41464b;
--bs-success-border-subtle: #0f5132;
--bs-info-border-subtle: #087990;
--bs-warning-border-subtle: #997404;
--bs-danger-border-subtle: #842029;
--bs-light-border-subtle: #495057;
--bs-dark-border-subtle: #343a40;
--bs-heading-color: inherit;
--bs-link-color: #6ea8fe;
--bs-link-hover-color: #8bb9fe;
--bs-link-color-rgb: 110, 168, 254;
--bs-link-hover-color-rgb: 139, 185, 254;
--bs-code-color: #e685b5;
--bs-highlight-color: #dee2e6;
--bs-highlight-bg: #664d03;
--bs-border-color: #495057;
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
--bs-form-valid-color: #75b798;
--bs-form-valid-border-color: #75b798;
--bs-form-invalid-color: #ea868f;
--bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: var(--bs-border-width) solid;
opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
}
}
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
}
}
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
}
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
text-decoration: underline;
}
a:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-secondary-color);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
} @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");
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color:#007aff;
}
.swiper, swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-slide, swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
transition-property: transform, height;
transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-3d {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
-ms-scroll-snap-type: y mandatory;
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
-ms-scroll-snap-type: none;
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
content: "";
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-ordinal-group: 10000;
-ms-flex-order: 9999;
order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-start: var(--swiper-centered-offset-before);
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
-webkit-margin-before: var(--swiper-centered-offset-before);
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
-webkit-animation: swiper-preloader-spin 1s infinite linear;
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000;
}
@-webkit-keyframes swiper-preloader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size:44px;
}
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: var(--swiper-navigation-top-offset, 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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
display: none !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 10px);
right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 0.3s opacity;
transition: 0.3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: 0.2s top, 0.2s -webkit-transform;
transition: 0.2s top, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s top;
transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: 0.2s left, 0.2s -webkit-transform;
transition: 0.2s left, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s left;
transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: 0.2s right, 0.2s -webkit-transform;
transition: 0.2s right, 0.2s -webkit-transform;
transition: 0.2s transform, 0.2s right;
transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
background: var(--swiper-pagination-progressbar-bg-color, 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%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
-ms-touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
-ms-touch-action: none;
touch-action: none;
}
.swiper .swiper-notification, swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
-webkit-filter: blur(50px);
filter: blur(50px);
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
-webkit-transition-property: opacity, height, -webkit-transform;
transition-property: opacity, height, -webkit-transform;
transition-property: transform, opacity, height;
transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}
.flatpickr-calendar {
background: transparent;
opacity: 0;
display: none;
text-align: center;
visibility: hidden;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 307.875px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #fff;
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
opacity: 1;
max-height: 640px;
visibility: visible;
}
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999;
}
.flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px;
}
.flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
z-index: 999;
display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: "";
height: 0;
width: 0;
left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
left: auto;
right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
left: 50%;
right: 50%;
}
.flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px;
}
.flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
border-top-color: #fff;
}
.flatpickr-calendar:focus {
outline: 0;
}
.flatpickr-wrapper {
position: relative;
display: inline-block;
}
.flatpickr-months {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flatpickr-months .flatpickr-month {
background: transparent;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
height: 34px;
line-height: 1;
text-align: center;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
height: 34px;
padding: 10px;
z-index: 3;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { left: 0;
}  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { right: 0;
}  .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
width: 14px;
height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
-webkit-transition: fill 0.1s;
transition: fill 0.1s;
fill: inherit;
}
.numInputWrapper {
position: relative;
height: auto;
}
.numInputWrapper input, .numInputWrapper span {
display: inline-block;
}
.numInputWrapper input {
width: 100%;
}
.numInputWrapper input::-ms-clear {
display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
margin: 0;
-webkit-appearance: none;
}
.numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57, 57, 57, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.numInputWrapper span:hover {
background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
display: block;
content: "";
position: absolute;
}
.numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57, 57, 57, 0.6);
top: 26%;
}
.numInputWrapper span.arrowDown {
top: 50%;
}
.numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57, 57, 57, 0.6);
top: 40%;
}
.numInputWrapper span svg {
width: inherit;
height: auto;
}
.numInputWrapper span svg path {
fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
opacity: 1;
}
.flatpickr-current-month {
font-size: 135%;
line-height: inherit;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 7.48px 0 0 0;
line-height: 1;
height: 34px;
display: inline-block;
text-align: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left: 0.5ch;
padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0 ;
display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: text;
padding: 0 0 0 0.5ch;
margin: 0;
display: inline-block;
font-size: inherit;
font-family: inherit;
font-weight: 300;
line-height: inherit;
height: auto;
border: 0;
border-radius: 0;
vertical-align: initial;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0, 0, 0, 0.5);
background: transparent;
pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
appearance: menulist;
background: transparent;
border: none;
border-radius: 0;
box-sizing: border-box;
color: inherit;
cursor: pointer;
font-size: inherit;
font-family: inherit;
font-weight: 300;
height: auto;
line-height: inherit;
margin: -1px 0 0 0;
outline: none;
padding: 0 0 0 0.5ch;
position: relative;
vertical-align: initial;
-webkit-box-sizing: border-box;
-webkit-appearance: menulist;
-moz-appearance: menulist;
width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
background-color: transparent;
outline: none;
padding: 0;
}
.flatpickr-weekdays {
background: transparent;
text-align: center;
overflow: hidden;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: transparent;
color: rgba(0, 0, 0, 0.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
padding: 1px 0 0 0;
}
.flatpickr-days {
position: relative;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 307.875px;
}
.flatpickr-days:focus {
outline: 0;
}
.dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 307.875px;
min-width: 307.875px;
max-width: 307.875px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-around;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.dayContainer + .dayContainer {
-webkit-box-shadow: -1px 0 0 #e6e6e6;
box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
background: none;
border: 1px solid transparent;
border-radius: 150px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
-ms-flex-preferred-size: 14.2857143%;
flex-basis: 14.2857143%;
max-width: 39px;
height: 39px;
line-height: 39px;
margin: 0;
display: inline-block;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6;
}
.flatpickr-day.today {
border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
border-color: #959ea9;
background: #959ea9;
color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
background: #569ff7;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
-webkit-box-shadow: -10px 0 0 #569ff7;
box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
border-radius: 50px;
}
.flatpickr-day.inRange {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
color: rgba(57, 57, 57, 0.3);
background: transparent;
border-color: transparent;
cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
cursor: not-allowed;
color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
visibility: hidden;
}
.rangeMode .flatpickr-day {
margin-top: 1px;
}
.flatpickr-weekwrapper {
float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
-webkit-box-shadow: 1px 0 0 #e6e6e6;
box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
display: block;
width: 100%;
max-width: none;
color: rgba(57, 57, 57, 0.3);
background: transparent;
cursor: default;
border: none;
}
.flatpickr-innerContainer {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
.flatpickr-rContainer {
display: inline-block;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.flatpickr-time {
text-align: center;
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flatpickr-time:after {
content: "";
display: table;
clear: both;
}
.flatpickr-time .numInputWrapper {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 40%;
height: 40px;
float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
width: 49%;
}
.flatpickr-time input {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-radius: 0;
text-align: center;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
color: #393939;
font-size: 14px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
font-weight: 400;
}
.flatpickr-time input:focus {
outline: 0;
border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
height: inherit;
float: left;
line-height: inherit;
color: #393939;
font-weight: bold;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
background: #eee;
}
.flatpickr-input[readonly] {
cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fpFadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}body {
position: relative;
overflow-x: hidden;
font-family: "Inter", sans-serif;
font-size: 16px;
line-height: 1.25;
color: #1A1A1A;
}
ul,
ol,
li {
display: block;
padding: 0;
margin: 0;
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-weight: normal;
line-height: 1.25;
}
p {
margin: 0;
}
a {
display: inline-block;
color: #1A1A1A;
text-decoration: none;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
a:hover {
text-decoration: none;
color: #1A1A1A;
}
a:active {
color: #1A1A1A;
}
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
display: none;
-webkit-appearance: none;
appearance: none;
margin: 0;
}
picture {
display: block;
}
img {
max-width: 100%;
}
svg {
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.container {
margin: 0 auto;
padding: 0 34px;
max-width: 1212px;
width: 100%;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.container {
padding: 0 20px;
}
}
@media screen and (max-width: 429px) {
.container {
padding: 0 16px;
}
}
.c-socnav--white .c-socnav__link {
color: #FFFFFF;
}
.c-socnav--white .c-socnav__link:hover {
color: #FFFFFF;
}
@media screen and (hover: hover) {
.c-socnav--white .c-socnav__link:hover {
color: #D06F54;
}
}
.c-socnav__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.c-socnav__item + .c-socnav__item {
margin-left: 64.5px;
}
@media screen and (max-width: 429px) {
.c-socnav__item + .c-socnav__item {
margin-left: 30px;
}
}
.c-socnav__link {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
@media screen and (hover: hover) {
.c-socnav__link:hover {
color: #D06F54;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.c-socnav__link {
font-size: 52px;
line-height: 1;
letter-spacing: -0.04em;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.c-socnav__link {
font-size: 33px;
line-height: 1;
letter-spacing: -0.04em;
}
}
@media screen and (max-width: 429px) {
.c-socnav__link {
font-size: 25px;
line-height: 1;
letter-spacing: -0.04em;
}
}
.c-rating.--1 .c-rating__icon:first-child {
color: #1A1A1A;
}
.c-rating.--2 .c-rating__icon:first-child, .c-rating.--2 .c-rating__icon:nth-child(2) {
color: #1A1A1A;
}
.c-rating.--3 .c-rating__icon:first-child, .c-rating.--3 .c-rating__icon:nth-child(2), .c-rating.--3 .c-rating__icon:nth-child(3) {
color: #1A1A1A;
}
.c-rating.--4 .c-rating__icon:first-child, .c-rating.--4 .c-rating__icon:nth-child(2), .c-rating.--4 .c-rating__icon:nth-child(3), .c-rating.--4 .c-rating__icon:nth-child(4) {
color: #1A1A1A;
}
.c-rating.--5 .c-rating__icon {
color: #1A1A1A;
}
.c-rating__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.c-rating__icon {
min-width: 28px;
width: 28px;
height: 28px;
color: rgba(26, 26, 26, 0.3);
}
.c-rating__icon + .c-rating__icon {
margin-left: 3px;
}
.input-field.is--error .input-field__input {
padding-right: 256px;
}
.input-field.is--error .input-field__error {
display: block;
}
.input-field__inner {
position: relative;
z-index: 1;
}
.input-field__input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
padding: 11px 6px;
width: 100%;
font-size: 18px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.04em;
color: #1A1A1A;
background: transparent;
border: none;
border-bottom: 1px solid #1A1A1A;
border-radius: 0;
}
.input-field__input::-webkit-input-placeholder {
opacity: 1;
color: #1A1A1A;
}
.input-field__input::-moz-placeholder {
opacity: 1;
color: #1A1A1A;
}
.input-field__input:-ms-input-placeholder {
opacity: 1;
color: #1A1A1A;
}
.input-field__input::-ms-input-placeholder {
opacity: 1;
color: #1A1A1A;
}
.input-field__input::placeholder {
opacity: 1;
color: #1A1A1A;
}
.input-field__input:focus {
outline: none;
}
.input-field__error {
position: absolute;
top: 50%;
right: 6px;
z-index: 1;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
display: none;
overflow: hidden;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.04em;
text-overflow: ellipsis;
white-space: nowrap;
color: #D06F54;
}
.flatpickr-calendar {
margin-top: 12px;
width: 328px;
background: #1A1A1A;
border: none;
border-radius: 16px;
-webkit-box-shadow: none;
box-shadow: none;
}
.flatpickr-calendar::before, .flatpickr-calendar::after {
display: none;
}
@media screen and (max-width: 743px) {
.flatpickr-calendar {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 0;
}
.flatpickr-calendar.open {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.flatpickr-calendar {
top: 127px !important;
min-height: calc(100dvh - 127px - 60px);
}
}
@media screen and (max-width: 429px) {
.flatpickr-calendar {
top: 95px !important;
min-height: calc(100dvh - 95px - 60px);
}
}
@media screen and (max-width: 359px) {
.flatpickr-calendar {
width: 300px;
}
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
display: block;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.flatpickr-current-month {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: 24px;
}
.flatpickr-months .flatpickr-month {
position: static;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
margin: 0 8px;
height: 24px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
margin: 0;
padding: 0 8px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 600;
line-height: 1;
color: #FFFFFF;
background: transparent;
border: none;
border-radius: 0;
pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
outline: none;
}
.numInputWrapper {
display: block;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
}
.numInputWrapper:hover {
background: transparent;
}
.flatpickr-current-month input.cur-year {
-webkit-appearance: none;
appearance: none;
-moz-appearance: textfield;
display: block;
margin-left: 0;
padding: 0;
width: 52px;
font-size: 18px;
font-weight: 600;
color: #FFFFFF;
background: transparent;
border: none;
border-radius: 0;
pointer-events: none;
}
.flatpickr-current-month input.cur-year::-webkit-outer-spin-button, .flatpickr-current-month input.cur-year::-webkit-inner-spin-button {
display: none;
-webkit-appearance: none;
appearance: none;
margin: 0;
}
.flatpickr-current-month input.cur-year:focus {
outline: none;
}
.numInputWrapper span.arrowUp,
.numInputWrapper span.arrowDown {
display: none;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
position: static;
padding: 0;
width: 24px;
height: 24px;
color: #FFFFFF;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
color: #FFFFFF;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
fill: transparent;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
width: 16px;
height: 16px;
}
.flatpickr-months {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px 12px 0;
margin-bottom: 14px;
}
.flatpickr-rContainer {
padding: 0 9px 8px;
max-width: 100%;
}
.flatpickr-days {
width: 100%;
}
.dayContainer {
width: 100%;
max-width: none;
min-width: auto;
}
.flatpickr-weekdays {
margin-bottom: 16px;
height: 40px;
border-bottom: 1px solid #424242;
}
@media screen and (max-width: 359px) {
.flatpickr-weekdays {
margin-bottom: 10px;
}
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
span.flatpickr-weekday {
position: relative;
max-width: 40px;
width: 40px;
height: 40px;
font-size: 14px;
font-weight: 600;
line-height: 39px;
text-transform: uppercase;
color: #FFFFFF;
border: none;
border-radius: 0;
}
span.flatpickr-weekday:last-child, span.flatpickr-weekday:nth-last-child(2) {
color: #F96A42;
}
@media screen and (max-width: 359px) {
span.flatpickr-weekday {
padding-right: 0;
font-size: 10px;
}
}
.flatpickr-day {
margin-bottom: 4px;
}
.flatpickr-day {
position: relative;
max-width: 40px;
height: 40px;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;
background: transparent;
border: none;
}
.flatpickr-day::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
}
@media screen and (max-width: 359px) {
.flatpickr-day {
padding-right: 0;
font-size: 10px;
}
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
opacity: 1;
color: rgba(224, 224, 224, 0.35);
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
color: #FFFFFF;
background: #F96A42;
}
.flatpickr-day.today {
background: #424242;
}
.flatpickr-day.today:hover {
color: #FFFFFF;
background: #F96A42;
}
.flatpickr-day.today:focus {
color: #FFFFFF;
background: rgba(249, 106, 66, 0.15);
}
.flatpickr-day.selected {
color: #FFFFFF;
background: #F96A42;
}
.flatpickr-day.selected::before {
border-color: #F96A42;
}
.flatpickr-day.selected:hover {
color: #FFFFFF;
background: #F96A42;
}
.flatpickr-day.selected:hover::before {
border-color: #F96A42;
}
.flatpickr-day.startRange,
.flatpickr-day.startRange:hover {
background: #F96A42;
border-color: #F96A42;
}
.flatpickr-day.startRange:focus {
background: rgba(249, 106, 66, 0.15);
border-color: rgba(249, 106, 66, 0.15);
}
.flatpickr-day.endRange,
.flatpickr-day.endRange:hover {
background: #F96A42;
border-color: #F96A42;
}
.flatpickr-day.endRange:focus {
background: rgba(249, 106, 66, 0.15);
border-color: rgba(249, 106, 66, 0.15);
}
.flatpickr-day.inRange {
background: #F96A42;
border-color: #F96A42;
-webkit-box-shadow: -5px 0 0 #F96A42, 5px 0 0 #F96A42;
box-shadow: -5px 0 0 #F96A42, 5px 0 0 #F96A42;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
-webkit-box-shadow: -10px 0 0 #F96A42;
box-shadow: -10px 0 0 #F96A42;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
background: #F96A42;
border-color: #F96A42;
}
.flatpickr-footer {
margin-top: auto;
padding-top: 12px;
}
@media screen and (min-width: 744px) {
.flatpickr-footer {
display: none;
}
}
.flatpickr-confirm,
.flatpickr-cancel {
display: block;
padding: 12px;
width: 100%;
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
background: transparent;
border: none;
border-radius: 16px;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.flatpickr-confirm:focus,
.flatpickr-cancel:focus {
outline: none;
}
.flatpickr-confirm:hover,
.flatpickr-cancel:hover {
color: #FFFFFF;
}
.flatpickr-confirm {
background: #F96A42;
}
.flatpickr-cancel {
margin-top: 8px;
}
.header {
position: relative;
z-index: 500;
padding: 34px 0;
}
.header--white .header__logotype .default {
opacity: 0;
pointer-events: none;
}
.header--white .header__logotype .white {
opacity: 1;
pointer-events: auto;
}
.header--white .nav__link {
color: #FFFFFF;
}
.header--white .hamburger__inner {
background: #FFFFFF;
}
.header--gray .header__logotype .default {
opacity: 0;
pointer-events: none;
}
.header--gray .header__logotype .gray {
opacity: 1;
pointer-events: auto;
}
@media screen and (hover: hover) {
.header--gray .header__logotype:hover::before, .header--gray .header__logotype:hover::after {
opacity: 1;
}
}
.header--gray .nav__link {
color: #444749;
}
.header--gray .hamburger__inner {
background: #444749;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.header {
padding: 18px 0;
}
}
@media screen and (max-width: 743px) {
.header.is--menu .header__logotype .default,
.header.is--menu .header__logotype .gray {
opacity: 0;
pointer-events: none;
}
.header.is--menu .header__logotype .white {
opacity: 1;
pointer-events: auto;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.header {
padding: 20px 0;
}
}
@media screen and (max-width: 429px) {
.header {
padding: 15px 0;
}
}
.header__wrapper {
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 34px;
width: 100%;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.header__wrapper {
min-height: 47px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.header__nav {
width: 100%;
}
}
@media screen and (max-width: 743px) {
.header__nav {
display: none;
}
}
.header__logotype {
position: absolute;
left: 50%;
z-index: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
min-width: 44px;
width: 44px;
height: 34px;
}
.header__logotype::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
display: block;
width: 46px;
height: 40px;
opacity: 0;
background-image: url(//tautrip.ru/wp-content/themes/tautrip/img/logotype-triangle.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
-webkit-filter: blur(10px);
filter: blur(10px);
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.header__logotype::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
display: block;
width: 46px;
height: 40px;
opacity: 0;
background-image: url(//tautrip.ru/wp-content/themes/tautrip/img/logotype-triangle.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
-webkit-filter: blur(18px);
filter: blur(18px);
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.header__logotype img {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.header__logotype .white,
.header__logotype .gray,
.header__logotype .red {
opacity: 0;
pointer-events: none;
}
@media screen and (hover: hover) {
.header__logotype:hover .default,
.header__logotype:hover .white,
.header__logotype:hover .gray {
opacity: 0;
pointer-events: none;
}
.header__logotype:hover .red {
opacity: 1;
pointer-events: auto;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.header__logotype {
min-width: 61px;
width: 61px;
height: 47px;
}
}
.nav__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.nav__list {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
}
.nav__item + .nav__item {
margin-left: 53.5px;
}
.nav__item + .nav__item:nth-child(3) {
margin-left: 151px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.nav__item + .nav__item:nth-child(3) {
margin-left: 200px;
}
}
@media screen and (max-width: 743px) {
.nav__item + .nav__item {
margin-left: 0;
}
}
.nav__link {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 16px;
font-weight: 600;
line-height: 1.35;
letter-spacing: -0.03em;
}
@media screen and (hover: hover) {
.nav__link:hover {
color: #D06F54;
}
}
.hamburger {
position: absolute;
top: 0;
right: 0;
z-index: 1;
display: block;
overflow: hidden;
margin-left: 20px;
padding: 0;
min-width: 36px;
width: 36px;
height: 36px;
font-size: 0;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.hamburger.is--active .hamburger__inner {
background: #FFFFFF;
}
.hamburger.is--active .hamburger__inner:first-child {
top: 17px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 26px;
}
.hamburger.is--active .hamburger__inner:nth-child(2) {
opacity: 0;
}
.hamburger.is--active .hamburger__inner:last-child {
top: 17px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 26px;
}
@media screen and (min-width: 744px) {
.hamburger {
display: none;
}
}
@media screen and (max-width: 429px) {
.hamburger {
min-width: 34px;
width: 34px;
height: 34px;
}
}
.hamburger__inner {
position: absolute;
right: 5px;
z-index: 1;
display: block;
height: 2px;
background: #1A1A1A;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.hamburger__inner:first-child {
top: 7px;
width: 26px;
}
.hamburger__inner:nth-child(2) {
top: 17px;
width: 19px;
}
.hamburger__inner:last-child {
top: 27px;
width: 12px;
}
@media screen and (max-width: 429px) {
.hamburger__inner {
right: 4px;
}
.hamburger__inner:first-child {
top: 5px;
width: 19px;
}
.hamburger__inner:nth-child(2) {
top: 12px;
width: 14px;
}
.hamburger__inner:last-child {
top: 19px;
width: 9px;
}
}
.menu {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 490;
-webkit-transform: translate(0, -104%);
-ms-transform: translate(0, -104%);
transform: translate(0, -104%);
display: block;
overflow: hidden;
max-height: 100dvh;
width: 100%;
visibility: hidden;
pointer-events: none;
-webkit-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
.menu::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: -1;
display: block;
width: 100%;
height: calc(100dvh - 33px);
background: #1A1A1A;
-webkit-transition: background 0.25s ease-in-out;
transition: background 0.25s ease-in-out;
}
.menu.is--active {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
visibility: visible;
pointer-events: auto;
}
.menu.is--active .menu__nav {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
-webkit-transition: all 0.25s ease-in-out 0.4s;
transition: all 0.25s ease-in-out 0.4s;
}
.menu.is--active .menu__img {
-webkit-transform: rotate(165deg) translate(0, 0);
-ms-transform: rotate(165deg) translate(0, 0);
transform: rotate(165deg) translate(0, 0);
opacity: 1;
-webkit-transition: all 0.25s ease-in-out 0.4s;
transition: all 0.25s ease-in-out 0.4s;
}
@media screen and (max-height: 639px) {
.menu.is--active .menu__img {
-webkit-transform: rotate(165deg) translate(-100%, 20px);
-ms-transform: rotate(165deg) translate(-100%, 20px);
transform: rotate(165deg) translate(-100%, 20px);
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
}
.menu.is--active .menu__decor .white {
opacity: 1;
pointer-events: auto;
-webkit-transition: all 0.25s ease-in-out 0.4s;
transition: all 0.25s ease-in-out 0.4s;
}
.menu--main {
-webkit-transform: translate(0, calc(-100% + 158px));
-ms-transform: translate(0, calc(-100% + 158px));
transform: translate(0, calc(-100% + 158px));
}
.menu--main::before {
background: #E0E9F8;
}
.menu--main .menu__decor .default {
opacity: 0;
pointer-events: none;
}
.menu--main .menu__decor .blue {
opacity: 1;
}
.menu--main.is--active {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.menu--main.is--active::before {
background: #1A1A1A;
-webkit-transition: background 0.25s ease-in-out 0.4s;
transition: background 0.25s ease-in-out 0.4s;
}
@media screen and (min-width: 768px) {
.menu {
display: none;
}
}
@media screen and (max-width: 429px) {
.menu--main {
-webkit-transform: translate(0, calc(-100% + 118px));
-ms-transform: translate(0, calc(-100% + 118px));
transform: translate(0, calc(-100% + 118px));
}
.menu--main.is--active {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.menu__wrap {
min-height: 100dvh;
padding: 130px 20px 0;
}
@media screen and (max-width: 429px) {
.menu__wrap {
padding: 96px 16px 0;
}
}
.menu__nav {
-webkit-transform: translate(0, -20px);
-ms-transform: translate(0, -20px);
transform: translate(0, -20px);
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.menu__item + .menu__item {
margin-top: 36px;
}
@media screen and (max-width: 429px) {
.menu__item + .menu__item {
margin-top: 26px;
}
}
.menu__link {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 52px;
font-weight: bold;
line-height: 1;
color: #444749;
}
.menu__link:hover {
color: #444749;
}
@media screen and (max-width: 429px) {
.menu__link {
font-size: 36px;
}
}
.menu__img {
position: absolute;
right: -80px;
bottom: 0;
z-index: -1;
-webkit-transform: rotate(165deg) translate(0, 20px);
-ms-transform: rotate(165deg) translate(0, 20px);
transform: rotate(165deg) translate(0, 20px);
display: block;
overflow: hidden;
width: 280px;
height: 332px;
opacity: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.menu__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 429px) {
.menu__img {
right: -112px;
bottom: 60px;
width: 356px;
height: 247px;
}
}
@media screen and (max-height: 639px) {
.menu__img {
-webkit-transform: rotate(165deg) translate(-100%, 20px);
-ms-transform: rotate(165deg) translate(-100%, 20px);
transform: rotate(165deg) translate(-100%, 20px);
opacity: 0;
}
}
.menu__decor {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: -2;
width: 100%;
height: 158px;
}
.menu__decor img {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: bottom center;
object-position: bottom center;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.menu__decor .blue {
opacity: 0;
}
.menu__decor .white {
z-index: 5;
opacity: 0;
}
@media screen and (max-width: 429px) {
.menu__decor {
height: 118px;
}
}
.footer {
position: relative;
z-index: 1;
overflow: hidden;
padding: 148px 0 54px;
color: #FFFFFF;
background: #1A1A1A;
}
.footer::before {
content: "";
position: absolute;
bottom: 213px;
left: calc(50% - 305px);
z-index: -1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
width: 32px;
height: 32px;
background: #FFFFFF;
border-radius: 50%;
}
.footer::after {
content: "";
position: absolute;
bottom: 268px;
left: calc(50% - 327px);
z-index: -1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
width: 20px;
height: 20px;
background: #FFFFFF;
border-radius: 50%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.footer {
padding: 90px 0 50px;
}
.footer::before {
right: 83px;
bottom: 324px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 50px;
height: 50px;
}
.footer::after {
right: 67px;
bottom: 410px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 32px;
height: 32px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.footer {
padding: 90px 0 325px;
}
.footer::before {
right: 58px;
bottom: 314px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 50px;
height: 50px;
}
.footer::after {
right: 43px;
bottom: 401px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 32px;
height: 32px;
}
}
@media screen and (max-width: 429px) {
.footer {
padding: 67px 0 243px;
}
.footer::before {
right: 44px;
bottom: 234px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 38px;
height: 38px;
}
.footer::after {
right: 32px;
bottom: 298px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 23.5px;
height: 23.5px;
}
}
.footer__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (min-width: 1024px) {
.footer__wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer__wrapper--bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media screen and (max-width: 1023px) {
.footer__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.footer__wrapper + .footer__wrapper {
margin-top: 92px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.footer__wrapper + .footer__wrapper {
margin-top: 226px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.footer__wrapper + .footer__wrapper {
margin-top: 93px;
}
}
@media screen and (max-width: 429px) {
.footer__wrapper + .footer__wrapper {
margin-top: 68px;
}
}
@media screen and (max-width: 1023px) {
.footer__block {
width: 100%;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.footer__block:nth-child(n+2) {
margin-top: 96px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.footer__block:nth-child(n+2) {
margin-top: 93px;
}
}
@media screen and (max-width: 429px) {
.footer__block:nth-child(n+2) {
margin-top: 68px;
}
}
.footer__item + .footer__item {
margin-top: 10px;
}
@media screen and (min-width: 430px) and (max-width: 1023px) {
.footer__item + .footer__item {
margin-top: 30px;
}
}
@media screen and (max-width: 429px) {
.footer__item + .footer__item {
margin-top: 23px;
}
}
.footer__link {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
color: #FFFFFF;
}
.footer__link:hover {
color: #FFFFFF;
}
@media screen and (hover: hover) {
.footer__link:hover {
color: #D06F54;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.footer__link {
font-size: 52px;
line-height: 1;
letter-spacing: -0.04em;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.footer__link {
font-size: 33px;
line-height: 1;
letter-spacing: -0.04em;
}
}
@media screen and (max-width: 429px) {
.footer__link {
font-size: 25px;
line-height: 1;
letter-spacing: -0.04em;
}
}
@media screen and (max-width: 1023px) {
.footer__socnav .c-socnav__list {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
}
.footer__copyright {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
letter-spacing: -0.04em;
opacity: 0.4;
}
@media screen and (max-width: 429px) {
.footer__copyright {
font-size: 12px;
}
}
.footer__logotype {
display: block;
overflow: hidden;
min-width: 82px;
width: 82px;
height: 64px;
}
.footer__logotype img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 1023px) {
.footer__logotype {
display: none;
}
}
.footer__img {
position: absolute;
bottom: -20px;
left: calc(50% - 167px);
z-index: -1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
overflow: hidden;
min-width: 290px;
width: 290px;
height: 218px;
}
.footer__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.footer__img {
right: 29px;
bottom: -44px;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
min-width: 458px;
width: 458px;
height: 345px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.footer__img {
bottom: -27px;
left: 50%;
width: 394px;
height: 300px;
}
}
@media screen and (max-width: 429px) {
.footer__img {
bottom: -20px;
left: 50%;
width: 296px;
height: 223px;
}
}
.scroll-disabled {
overflow: hidden;
}
.wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh;
}
.wrapper__content {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.swiper {
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
}
@media screen and (min-width: 744px) {
.swiper:not(.swiper-only-mobile):not(.swiper-initialized) {
opacity: 0;
}
.swiper:not(.swiper-only-mobile).swiper-initialized {
opacity: 1;
}
}
@media screen and (max-width: 743px) {
.swiper:not(.swiper-only-desktop):not(.swiper-initialized) {
opacity: 0;
}
.swiper:not(.swiper-only-desktop).swiper-initialized {
opacity: 1;
}
}
.content {
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.content > * {
margin-bottom: 20px;
}
.content > *:last-child {
margin-bottom: 0;
}
.content > * > *[class], .content > * > *[class] > * {
margin-bottom: 0;
}
.content h1 {
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (max-width: 743px) {
.content h1 {
font-size: 52px;
}
}
.content h2 {
font-size: 34px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
@media screen and (max-width: 429px) {
.content h2 {
font-size: 24px;
}
}
.content h3 {
font-size: 24px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
.content h4 {
font-size: 20px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
.content h5 {
font-size: 18px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
.content h6 {
font-size: 16px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
.content ul:not([class]) {
display: block;
}
.content ul:not([class]) li {
position: relative;
z-index: 1;
margin: 0;
padding-left: 27px;
font-size: 18px;
font-weight: 500;
line-height: 1.5;
}
.content ul:not([class]) li::before {
content: "";
position: absolute;
top: 13px;
left: 11px;
z-index: 1;
display: block;
min-width: 5px;
width: 5px;
height: 5px;
background: #1A1A1A;
border-radius: 50%;
}
.content ul:not([class]) li a {
display: inline;
text-decoration: underline;
}
.content ul:not([class]) ol, .content ul:not([class]) ul {
margin-left: 27px;
}
.content-video {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
max-height: 100dvh;
width: 100vw;
height: auto;
}
.content-video::before {
content: "";
display: block;
padding-top: 59.5%;
}
.content-video::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.73);
-webkit-clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 10%, 90% 10%, 90% 90%, 10% 90%, 10% 100%, 100% 100%, 100% 0%);
clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 10%, 90% 10%, 90% 90%, 10% 90%, 10% 100%, 100% 100%, 100% 0%);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
pointer-events: none;
}
.content-video.is--active::after {
opacity: 0;
visibility: hidden;
}
.content-video.is--active .content-video__media {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
@media screen and (hover: hover) {
.content-video:hover .content-video__play {
color: #FFFFFF;
}
}
.content-video__play {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
min-width: 94px;
width: 94px;
height: 94px;
color: transparent;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.content-video__play {
min-width: 50px;
width: 50px;
height: 50px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.content-video__play {
min-width: 30px;
width: 30px;
height: 30px;
}
}
@media screen and (max-width: 429px) {
.content-video__play {
min-width: 24px;
width: 24px;
height: 24px;
}
}
.content-video__media {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
}
.content-video__media img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.content-video__media-iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.content-inner {
padding-bottom: 60px;
}
.section-first {
padding-top: 38px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.section-first {
padding-top: 70px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.section-first {
padding-top: 53px;
}
}
@media screen and (max-width: 429px) {
.section-first {
padding-top: 33px;
}
}
.main {
position: relative;
z-index: 1;
overflow: hidden;
margin-top: -102px;
padding-top: 102px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.main {
margin-top: -70px;
padding-top: 70px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.main {
margin-top: -87px;
padding-top: 87px;
}
}
@media screen and (max-width: 429px) {
.main {
margin-top: -64px;
padding-top: 64px;
}
}
.main__top {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
display: block;
overflow: hidden;
width: 100%;
height: 292px;
}
.main__top img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: bottom center;
object-position: bottom center;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
.main__top {
height: 252px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.main__top {
height: 222px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.main__top {
height: 162px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.main__top {
height: 158px;
}
}
@media screen and (max-width: 429px) {
.main__top {
height: 118px;
}
}
.main__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 210px;
padding-bottom: 60px;
min-height: calc(100dvh - 102px);
color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.main__wrap {
padding-top: 146px;
min-height: calc(100dvh - 70px);
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.main__wrap {
padding-top: 144px;
min-height: calc(100dvh - 87px);
}
}
@media screen and (max-width: 429px) {
.main__wrap {
padding-top: 106px;
padding-bottom: 38px;
min-height: 568px;
}
}
.main__icon {
display: block;
margin: 0 auto;
overflow: hidden;
min-width: 46px;
width: 46px;
height: 46px;
}
.main__icon img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.main__icon + .main__title, .main__title + .main__icon {
margin-top: 7px;
}
.main__title {
display: block;
margin: 0 auto;
font-size: 20px;
font-weight: normal;
font-style: italic;
line-height: 1.2;
letter-spacing: -0.04em;
text-align: center;
}
@media screen and (max-width: 429px) {
.main__title {
font-size: 24px;
}
}
.main__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.main__inner {
margin-top: 201px;
}
}
@media screen and (max-width: 743px) {
.main__inner {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
margin-top: auto;
padding-top: 134px;
}
}
.main__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px 30px;
min-height: 70px;
font-size: 24px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.04em;
color: #FFFFFF;
background: transparent;
border: 2px solid #FFFFFF;
border-radius: 131px;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.main__btn > img {
display: block;
min-width: 46px;
width: 46px;
height: 46px;
-o-object-fit: contain;
object-fit: contain;
}
.main__btn:focus {
outline: none;
}
.main__btn:hover {
color: #FFFFFF;
}
.main__btn--white {
color: #1A1A1A;
background: #FFFFFF;
}
.main__btn--wide {
min-width: 321px;
}
@media screen and (hover: hover) {
.main__btn:hover {
color: #1A1A1A;
background: #FFFFFF;
}
}
@media screen and (max-width: 743px) {
.main__btn--wide {
min-width: auto;
width: 100%;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.main__btn > img {
min-width: 56px;
width: 56px;
height: 56px;
}
}
@media screen and (max-width: 429px) {
.main__btn {
padding: 9px 30px;
min-height: 64px;
font-size: 22px;
}
.main__btn > img {
min-width: 42px;
width: 42px;
height: 42px;
}
}
@media screen and (max-width: 743px) {
.main__btn + .main__square {
margin-left: auto;
}
}
.main__square {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: 93px;
width: 93px;
height: 70px;
background: #FFFFFF;
border-radius: 98px;
}
.main__bg {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
display: block;
min-width: 100%;
width: 100%;
height: calc(100% - 102px);
object-fit; cover;
}
.main__bg::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.main__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.main__bg {
height: calc(100% - 70px);
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.main__bg {
height: calc(100% - 87px);
}
}
@media screen and (max-width: 429px) {
.main__bg {
height: calc(100% - 64px);
}
}
.about-project__wrap {
padding: 98px 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.about-project__wrap {
padding: 105px 0;
}
}
@media screen and (max-width: 743px) {
.about-project__wrap {
padding: 46px 0;
}
}
.about-project__title {
font-size: 32px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.about-project__title {
font-size: 24px;
}
.about-project__title br {
display: none;
}
}
@media screen and (max-width: 429px) {
.about-project__title {
font-size: 20px;
}
.about-project__title br {
display: none;
}
}
.about-project__title + .about-project__wrapper, .about-project__wrapper + .about-project__title {
margin-top: 80px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.about-project__title + .about-project__wrapper, .about-project__wrapper + .about-project__title {
margin-top: 8px;
}
}
@media screen and (max-width: 743px) {
.about-project__title + .about-project__wrapper, .about-project__wrapper + .about-project__title {
margin-top: 58px;
}
}
.about-project__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 1023px) {
.about-project__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (min-width: 1024px) {
.about-project__item:first-child {
max-width: 406px;
width: 100%;
}
.about-project__item:nth-child(2) {
margin: 0 60px 0 17px;
}
.about-project__item:last-child {
max-width: 448px;
width: 100%;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.about-project__item:first-child {
padding-top: 50px;
max-width: calc(100% - 250px - 17px);
width: 100%;
}
.about-project__item:nth-child(2) {
margin-left: 17px;
}
.about-project__item:last-child {
margin-top: 58px;
width: 100%;
}
}
@media screen and (max-width: 743px) {
.about-project__item {
width: 100%;
}
.about-project__item:nth-child(n+2) {
margin-top: 58px;
}
}
.about-project__img {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
min-width: 250px;
width: 250px;
height: 265px;
}
.about-project__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 743px) {
.about-project__img {
min-width: auto;
width: 100%;
height: auto;
}
.about-project__img::before {
content: "";
display: block;
padding-top: 106%;
}
.about-project__img img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
}
.statistics {
position: relative;
z-index: 1;
overflow: hidden;
background: #ECECEC;
}
.statistics__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media screen and (max-width: 1023px) {
.statistics__wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.statistics__left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 105px 0;
min-width: 316px;
width: 316px;
}
@media screen and (max-width: 1023px) {
.statistics__left {
min-width: auto;
width: 100%;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.statistics__left {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 105px 54px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.statistics__left {
padding: 79px 29px 79px 59px;
}
}
@media screen and (max-width: 429px) {
.statistics__left {
padding: 43px 6px;
}
}
.statistics__right {
margin-left: 20px;
max-width: calc(100% - 316px - 24px);
width: 100%;
}
@media screen and (max-width: 1023px) {
.statistics__right {
margin-left: 0;
max-width: none;
}
}
.statistics__info + .statistics__info {
margin-top: 69px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.statistics__info + .statistics__info {
margin-top: 0;
margin-left: 30px;
}
}
@media screen and (max-width: 743px) {
.statistics__info + .statistics__info {
margin-top: 55px;
}
}
.statistics__value {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 90px;
font-weight: bold;
line-height: 1;
}
.statistics__description {
display: block;
margin-top: 24px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.04em;
}
.statistics__btn {
display: block;
margin-top: 24px;
padding: 17px 25px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 20px;
font-weight: normal;
letter-spacing: -0.04em;
text-align: center;
color: #1A1A1A;
background: transparent;
border: 2px solid #1A1A1A;
border-radius: 98px;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.statistics__btn:focus {
outline: none;
}
@media screen and (hover: hover) {
.statistics__btn:hover {
color: #FFFFFF;
background: #1A1A1A;
}
}
.statistics__img {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
margin-right: calc(50% - 50vw);
height: 100%;
}
.statistics__img > img:not(.statistics__img-balloon, .statistics__img-cloud) {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.statistics__img-balloon {
position: absolute;
bottom: -193px;
z-index: 1;
display: block;
width: 132px;
height: 193px;
-o-object-fit: contain;
object-fit: contain;
-webkit-animation: fly 5s linear infinite;
animation: fly 5s linear infinite;
}
.statistics__img-cloud {
position: absolute;
display: block;
-o-object-fit: contain;
object-fit: contain;
}
.statistics__img-cloud--md-right {
top: 352px;
width: 284px;
height: 94px;
-webkit-animation: moveClouds1 16s linear infinite;
animation: moveClouds1 16s linear infinite;
}
.statistics__img-cloud--md-left {
top: 215px;
width: 284px;
height: 94px;
-webkit-animation: moveClouds2 19s linear infinite;
animation: moveClouds2 19s linear infinite;
}
.statistics__img-cloud--lg {
top: 555px;
width: 304px;
height: 99px;
-webkit-animation: moveClouds3 28s linear infinite;
animation: moveClouds3 28s linear infinite;
}
.statistics__img-cloud--xl {
top: -46px;
width: 546px;
height: 189px;
-webkit-animation: moveClouds4 32s linear infinite;
animation: moveClouds4 32s linear infinite;
}
.statistics__img-cloud--sm {
top: 46px;
width: 114px;
height: 35px;
-webkit-animation: moveClouds5 26s linear infinite;
animation: moveClouds5 26s linear infinite;
}
.statistics__img-cloud--sm-right {
top: 311px;
width: 136px;
height: 42px;
-webkit-animation: moveClouds6 30s linear infinite;
animation: moveClouds6 30s linear infinite;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.statistics__img {
margin: 0 -34px;
height: 700px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.statistics__img {
margin: 0 -20px;
height: 932px;
}
}
@media screen and (max-width: 429px) {
.statistics__img {
margin: 0 -16px;
height: 568px;
}
}
.what-is {
position: relative;
z-index: 1;
overflow: hidden;
padding: 140px 0 420px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.what-is {
padding: 140px 0 440px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.what-is {
padding: 60px 0 460px;
}
}
@media screen and (max-width: 429px) {
.what-is {
padding: 60px 0 436px;
}
}
.what-is__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 1199px) {
.what-is__top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.what-is__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.what-is__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.what-is__heading {
font-size: 36px;
}
}
.what-is__description {
display: block;
margin-left: 60px;
max-width: 708px;
width: 100%;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
.what-is__description {
margin-left: 0;
}
}
@media screen and (min-width: 430px) and (max-width: 1199px) {
.what-is__description {
margin-top: 56px;
}
}
@media screen and (max-width: 429px) {
.what-is__description {
margin-top: 25px;
}
}
.what-is__img {
position: absolute;
bottom: -114px;
left: 50%;
z-index: -1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
overflow: hidden;
width: 1121px;
height: 437px;
}
.what-is__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.what-is__img {
bottom: -6px;
left: calc(50% - 42px);
width: 1032px;
height: 403px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.what-is__img {
bottom: 22px;
left: calc(50% - 147px);
width: 1032px;
height: 403px;
}
}
@media screen and (max-width: 429px) {
.what-is__img {
bottom: 36px;
left: calc(50% - 113.5px);
width: 870px;
height: 339px;
}
}
.search-adventure {
overflow: hidden;
padding: 140px 0;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.search-adventure {
padding: 60px 0 38px;
}
}
@media screen and (max-width: 429px) {
.search-adventure {
padding: 60px 0 46px;
}
}
.search-adventure__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 1023px) {
.search-adventure__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.search-adventure__wrapper--reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.search-adventure__wrapper--reverse .search-adventure__right {
margin-top: 0;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.search-adventure__wrapper--reverse .search-adventure__right {
margin-bottom: 39px;
}
}
@media screen and (max-width: 429px) {
.search-adventure__wrapper--reverse .search-adventure__right {
margin-bottom: 22px;
}
}
.search-adventure__wrapper + .search-adventure__wrapper {
margin-top: 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.search-adventure__wrapper + .search-adventure__wrapper {
margin-top: 65px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.search-adventure__wrapper + .search-adventure__wrapper {
margin-top: 46px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.search-adventure__wrapper + .search-adventure__wrapper {
margin-top: 73px;
}
}
@media screen and (max-width: 429px) {
.search-adventure__wrapper + .search-adventure__wrapper {
margin-top: 55px;
}
}
.search-adventure__left {
position: relative;
z-index: 1;
max-width: calc(100% - 481px - 76px);
width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.search-adventure__left {
max-width: calc(100% - 391px - 36px);
}
}
@media screen and (max-width: 1023px) {
.search-adventure__left {
max-width: none;
}
}
.search-adventure__right {
margin-left: 76px;
min-width: 481px;
width: 481px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.search-adventure__right {
margin-left: 36px;
min-width: 391px;
width: 391px;
}
}
@media screen and (max-width: 1023px) {
.search-adventure__right {
margin-top: 48px;
margin-left: 0;
min-width: auto;
width: 100%;
}
}
@media screen and (max-width: 429px) {
.search-adventure__right {
margin-top: 25px;
}
}
.search-adventure__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.search-adventure__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.search-adventure__heading {
font-size: 36px;
}
}
.search-adventure__img-wrap {
position: relative;
z-index: 1;
margin-top: 53px;
height: 508px;
}
@media screen and (min-width: 1024px) {
.search-adventure__img-wrap--mobile {
display: none;
}
}
@media screen and (max-width: 1023px) {
.search-adventure__img-wrap {
height: 385px;
}
.search-adventure__img-wrap--desktop {
display: none;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.search-adventure__img-wrap {
height: 347px;
}
}
@media screen and (max-width: 429px) {
.search-adventure__img-wrap {
height: 280px;
}
}
.search-adventure__img {
display: block;
overflow: hidden;
margin-right: 0;
min-width: 1024px;
width: 1024px;
height: 508px;
}
.search-adventure__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.search-adventure__img svg {
position: absolute;
top: 0;
left: 0;
z-index: 10;
min-width: 1024px;
width: 1024px;
height: 508px;
pointer-events: none;
}
.search-adventure__img svg path {
-webkit-transition: opacity 0s;
transition: opacity 0s;
}
.search-adventure__img svg path.hidden {
opacity: 0;
}
.search-adventure__img svg path.visible {
opacity: 1;
}
@media screen and (min-width: 1024px) {
.search-adventure__img {
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.search-adventure__img {
position: absolute;
top: 0;
left: 50%;
z-index: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
min-width: 776px;
width: 776px;
height: 385px;
}
.search-adventure__img svg {
min-width: 776px;
width: 776px;
height: 385px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.search-adventure__img {
position: absolute;
top: 0;
left: calc(50% - 94.5px);
z-index: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
min-width: 700px;
width: 700px;
height: 347px;
}
.search-adventure__img svg {
min-width: 700px;
width: 700px;
height: 347px;
}
}
@media screen and (max-width: 429px) {
.search-adventure__img {
position: absolute;
top: 0;
left: calc(50% - 39.5px);
z-index: 1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
min-width: 565px;
width: 565px;
height: 280px;
}
.search-adventure__img svg {
min-width: 565px;
width: 565px;
height: 280px;
}
}
.search-adventure__decor {
display: block;
overflow: hidden;
margin-left: auto;
min-width: 207px;
width: 207px;
height: 191px;
}
.search-adventure__decor img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 429px) {
.search-adventure__decor {
min-width: 128px;
width: 128px;
height: 118px;
}
}
.moments {
position: relative;
z-index: 1;
overflow: hidden;
padding: 140px 0 592px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.moments {
padding: 140px 0 645px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.moments {
padding: 60px 0 436px;
}
}
@media screen and (max-width: 429px) {
.moments {
padding: 60px 0 280px;
}
}
.moments__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media screen and (max-width: 1023px) {
.moments__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.moments__left, .moments__right {
max-width: 462px;
width: 100%;
}
.moments__right {
margin-left: 80px;
}
@media screen and (max-width: 1023px) {
.moments__right {
margin-left: 0;
}
}
@media screen and (min-width: 430px) and (max-width: 1023px) {
.moments__right {
margin-top: 55px;
}
}
@media screen and (max-width: 429px) {
.moments__right {
margin-top: 25px;
}
}
.moments__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
@media screen and (max-width: 743px) {
.moments__heading {
-webkit-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.moments__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.moments__heading {
font-size: 36px;
}
}
.moments__bg {
position: absolute;
left: calc(50% + 171px);
bottom: -4px;
z-index: -1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
width: 1681px;
height: 564px;
}
.moments__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.moments__bg {
left: calc(50% + 199px);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 1931px;
height: 648px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.moments__bg {
left: calc(50% + 116px);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 1146px;
height: 384px;
}
}
@media screen and (max-width: 429px) {
.moments__bg {
left: calc(50% + 82px);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 816px;
height: 274px;
}
}
.application {
position: relative;
z-index: 1;
overflow: hidden;
padding: 105px 0 91px;
}
.application:not(.application--white) {
color: #FFFFFF;
background: #1A1A1A;
}
.application:not(.application--white) .application__help a {
color: #FFFFFF;
}
.application:not(.application--white) .application__help a:hover {
color: #FFFFFF;
}
.application:not(.application--white) .input-field__input {
color: #FFFFFF;
border-color: #FFFFFF;
}
.application:not(.application--white) .input-field__input::-webkit-input-placeholder {
color: #FFFFFF;
}
.application:not(.application--white) .input-field__input::-moz-placeholder {
color: #FFFFFF;
}
.application:not(.application--white) .input-field__input:-ms-input-placeholder {
color: #FFFFFF;
}
.application:not(.application--white) .input-field__input::-ms-input-placeholder {
color: #FFFFFF;
}
.application:not(.application--white) .input-field__input::placeholder {
color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.application {
padding: 105px 0 0;
}
}
@media screen and (max-width: 743px) {
.application {
padding: 60px 0 0;
}
}
.application__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.application__wrapper.is--hidden {
display: none;
}
@media screen and (max-width: 1023px) {
.application__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.application__left {
max-width: 579px;
width: 100%;
}
@media screen and (max-width: 1023px) {
.application__left {
max-width: none;
}
}
.application__right {
margin-left: 20px;
padding-top: 44px;
min-width: 459px;
width: 459px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.application__right {
min-width: 429px;
width: 429px;
}
}
@media screen and (max-width: 1023px) {
.application__right {
margin-left: 0;
padding-top: 0;
min-width: auto;
width: 100%;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.application__right {
margin-top: 162px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.application__right {
margin-top: 90px;
}
}
@media screen and (max-width: 429px) {
.application__right {
margin-top: 58px;
}
}
.application__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 52px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.04em;
}
@media screen and (max-width: 429px) {
.application__heading {
font-size: 36px;
}
}
.application__description {
display: block;
margin-top: 46px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 24px;
font-weight: normal;
line-height: 1.3958333333;
letter-spacing: -0.04em;
}
@media screen and (max-width: 429px) {
.application__description {
margin-top: 25px;
font-size: 18px;
line-height: 1.3888888889;
}
.application__description br {
display: none;
}
}
.application__inputs {
margin-top: 46px;
width: 100%;
}
@media screen and (max-width: 429px) {
.application__inputs {
margin-top: 25px;
}
}
.application__input + .application__input {
margin-top: 18px;
}
.application__help {
display: block;
margin-top: 54px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 16px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.04em;
}
.application__help a {
display: inline;
text-decoration: underline;
color: #1A1A1A;
}
.application__help a:hover {
text-decoration: none;
color: #1A1A1A;
}
@media screen and (max-width: 429px) {
.application__help {
margin-top: 27px;
}
}
.application__btn-wrap {
position: relative;
z-index: 1;
width: 100%;
}
.application__btn-wrap::before {
content: "";
position: absolute;
top: -65px;
right: 15px;
z-index: -1;
-webkit-transform: rotate(-165deg);
-ms-transform: rotate(-165deg);
transform: rotate(-165deg);
display: block;
width: 267px;
height: 185px;
background-image: url(//tautrip.ru/wp-content/themes/tautrip/img/sticker-eaglet.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
will-change: transform;
}
@media screen and (hover: hover) {
.application__btn-wrap:hover::before {
-webkit-transform: translate(20px, -20px) rotate(-165deg);
-ms-transform: translate(20px, -20px) rotate(-165deg);
transform: translate(20px, -20px) rotate(-165deg);
}
}
@media screen and (max-width: 1023px) {
.application__btn-wrap {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.application__btn-wrap {
margin: 0 auto -99px;
}
.application__btn-wrap::before {
top: -70px;
width: 290px;
height: 201px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.application__btn-wrap {
margin: 0 auto -58px;
}
.application__btn-wrap::before {
top: -42px;
right: 10px;
width: 174px;
height: 121px;
}
}
@media screen and (max-width: 429px) {
.application__btn-wrap {
margin: 0 auto -62px;
}
.application__btn-wrap::before {
top: -33px;
right: 7px;
width: 137px;
height: 95px;
}
}
.application__btn {
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
width: 100%;
font-size: 48px;
font-weight: 500;
text-align: center;
color: #FFFFFF;
background: #D06F54;
border: none;
border-radius: 50%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.application__btn::before {
content: "";
display: block;
padding-top: 100%;
}
.application__btn:focus {
outline: none;
}
.application__btn:hover {
color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.application__btn {
min-width: 499px;
width: 499px;
font-size: 52px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.application__btn {
min-width: 299px;
width: 299px;
font-size: 32px;
}
}
@media screen and (max-width: 429px) {
.application__btn {
min-width: 236px;
width: 236px;
font-size: 24px;
}
}
.application__success {
display: none;
}
.application__success.is--active {
display: block;
}
.application-success__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-height: 503px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.application-success__wrapper {
min-height: 535px;
}
}
@media screen and (max-width: 1023px) {
.application-success__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-bottom: 60px;
min-height: auto;
}
}
.application-success__title {
display: block;
margin-right: 40px;
max-width: 759px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
}
@media screen and (max-width: 1023px) {
.application-success__title {
margin-right: 0;
margin-bottom: 40px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.application-success__title {
font-size: 54px;
}
}
@media screen and (max-width: 743px) {
.application-success__title {
font-size: 40px;
}
}
.application-success__img {
display: block;
overflow: hidden;
min-width: 267px;
width: 267px;
height: 185px;
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.application-success__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 743px) {
.application-success__img {
min-width: 174px;
width: 174px;
height: 121px;
}
}
.about-us {
position: relative;
z-index: 1;
overflow: hidden;
padding: 95px 0 0;
}
@media screen and (max-width: 429px) {
.about-us {
padding: 48px 0 0;
}
}
.about-us__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-family: "Pacifico", sans-serif;
font-size: 62px;
font-weight: normal;
line-height: 1;
color: #C9C9C9;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.about-us__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.about-us__heading {
font-size: 42px;
}
}
.about-us__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 71px;
max-width: 633px;
width: 100%;
}
@media screen and (max-width: 1023px) {
.about-us__wrapper {
position: static;
padding: 0;
max-width: none;
background: transparent;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.about-us__wrapper {
margin-top: 101px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.about-us__wrapper {
margin-top: 66px;
}
}
@media screen and (max-width: 429px) {
.about-us__wrapper {
margin-top: 51px;
}
}
@media screen and (min-width: 744px) {
.about-us__item {
width: 25%;
}
.about-us__item:nth-child(4n) .about-us__img {
margin-right: auto;
margin-left: auto;
}
.about-us__item:nth-child(n+5) {
margin-top: 24px;
}
}
@media screen and (max-width: 743px) {
.about-us__item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 33.333333333%;
}
.about-us__item:nth-child(n+4) {
margin-top: 30px;
}
.about-us__item:last-child .about-us__img {
margin-right: auto;
margin-left: auto;
}
}
.about-us__img {
display: block;
overflow: hidden;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: auto;
}
.about-us__img img {
display: block;
-o-object-fit: contain;
object-fit: contain;
}
.about-us__bg {
position: relative;
z-index: -1;
display: block;
margin: -34px calc(50% - 50vw) 0;
width: 100vw;
}
.about-us__bg::before {
content: "";
display: block;
padding-top: 40%;
}
.about-us__bg img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.about-us__bg {
margin: 0 0 0 -547px;
width: 1839px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.about-us__bg {
margin: -54px 0 0 -447px;
width: 1324px;
}
}
@media screen and (max-width: 429px) {
.about-us__bg {
margin: -20px 0 0 -151px;
width: 622px;
}
}
.contacts {
position: relative;
z-index: 1;
overflow: hidden;
min-height: 798px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.contacts {
min-height: 1063px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.contacts {
min-height: calc(100dvh - 87px);
}
}
@media screen and (max-width: 429px) {
.contacts {
min-height: calc(100dvh - 64px);
}
}
.contacts__heading {
margin-bottom: 32px;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.contacts__heading {
margin-bottom: 62px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.contacts__heading {
margin-bottom: 81px;
}
}
@media screen and (max-width: 743px) {
.contacts__heading {
font-size: 36px;
}
}
@media screen and (max-width: 429px) and (max-height: 699px) {
.contacts__heading {
display: none;
}
}
.contacts__list {
width: 100%;
}
.contacts__item {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media screen and (min-width: 1024px) {
.contacts__item:first-child {
margin-left: calc(50% + 63.5px);
}
.contacts__item:nth-child(2) {
margin-top: -7px;
margin-left: auto;
}
.contacts__item:nth-child(3) {
margin-top: -7px;
margin-left: calc(50% - 219.5px);
}
.contacts__item:nth-child(4) {
margin-top: 2px;
margin-left: calc(50% + 263.5px);
}
.contacts__item:nth-child(5) {
margin-top: -18px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.contacts__item:first-child {
margin-left: calc(50% + 56.5px);
}
.contacts__item:nth-child(2) {
margin-top: 20px;
margin-left: auto;
}
.contacts__item:nth-child(3) {
margin-top: -8px;
margin-left: calc(50% - 112.5px);
}
.contacts__item:nth-child(4) {
margin-top: 36px;
margin-left: calc(50% + 151.5px);
}
.contacts__item:nth-child(5) {
margin-top: -1px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.contacts__item:first-child {
margin-left: calc(50% - 20.5px);
}
.contacts__item:nth-child(2) {
margin-top: 47px;
margin-left: auto;
}
.contacts__item:nth-child(3) {
margin-top: 17px;
margin-left: 42px;
}
.contacts__item:nth-child(4) {
margin-top: 49px;
margin-right: 46px;
margin-left: auto;
}
.contacts__item:nth-child(5) {
margin-top: 14px;
}
}
@media screen and (max-width: 429px) {
.contacts__item:first-child {
margin-left: 36px;
}
.contacts__item:nth-child(2) {
margin-top: 31px;
margin-left: auto;
}
.contacts__item:nth-child(3) {
margin-top: 14px;
margin-left: 10px;
}
.contacts__item:nth-child(4) {
margin-top: 38px;
margin-right: 3px;
margin-left: auto;
}
.contacts__item:nth-child(5) {
margin-top: 7px;
}
}
.contacts__link {
position: relative;
z-index: 1;
display: block;
padding: 20px 0 0 28px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.contacts__link > svg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
min-width: 28px;
width: 28px;
height: 28px;
color: #1A1A1A;
}
@media screen and (hover: hover) {
.contacts__link:hover {
color: #D06F54;
}
.contacts__link:hover > svg {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
color: #D06F54;
}
}
.contacts__bg {
position: absolute;
bottom: -45px;
left: 50%;
z-index: -1;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
min-width: 1298px;
width: 1298px;
height: 469px;
}
.contacts__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.contacts__bg {
bottom: 39px;
}
}
@media screen and (max-width: 743px) {
.contacts__bg {
bottom: 0;
min-width: 686px;
width: 686px;
height: 248px;
}
}
@media screen and (max-width: 429px) and (max-height: 769px) {
.contacts__bg {
bottom: -36px;
left: calc(50% + 19.5px);
min-width: 451px;
width: 451px;
height: 163px;
}
}
.diary {
padding-bottom: 160px;
}
@media screen and (max-width: 743px) {
.diary {
padding-bottom: 105px;
}
}
.diary__heading {
display: block;
margin: 0 auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
text-align: center;
}
@media screen and (max-width: 743px) {
.diary__heading {
font-size: 36px;
}
}
.diary__content {
margin-top: 72px;
}
@media screen and (max-width: 743px) {
.diary__content {
margin-top: 30px;
}
}
.diary__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 72px;
}
@media screen and (max-width: 743px) {
.diary__wrapper {
margin-top: 30px;
}
}
@media screen and (min-width: 1024px) {
.diary__item {
width: 33.333333333%;
}
}
@media screen and (min-width: 744px) {
.diary__item:nth-child(3n) {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.diary__item {
width: 50%;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.diary__item {
margin: 0 -20px;
width: calc(100% + 40px);
}
}
@media screen and (max-width: 429px) {
.diary__item {
margin: 0 -16px;
width: calc(100% + 32px);
}
}
.diary-content__wrap {
position: relative;
z-index: 1;
}
@media screen and (min-width: 1024px) {
.diary-content__wrap {
padding: 80px;
}
}
@media screen and (min-width: 744px) {
.diary-content__wrap {
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 655px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.diary-content__wrap {
margin: 0 -34px;
padding: 32px 34px;
}
}
.diary-content__img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
display: block;
overflow: hidden;
width: 100%;
height: 655px;
}
.diary-content__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
@media screen and (hover: hover) {
.diary-content__img:hover img {
-webkit-transform: scale(1.04) translateZ(0);
transform: scale(1.04) translateZ(0);
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
}
@media screen and (max-width: 743px) {
.diary-content__img {
position: static;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.diary-content__img {
margin: 0 -20px;
width: calc(100% + 40px);
height: 280px;
}
}
@media screen and (max-width: 429px) {
.diary-content__img {
margin: 0 -16px;
width: calc(100% + 32px);
height: 280px;
}
}
.diary-content__body {
max-width: 553px;
width: 100%;
}
@media screen and (max-width: 743px) {
.diary-content__body {
padding: 25px 0 17px;
max-width: none;
}
}
.diary-content__title {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 34px;
font-weight: 600;
line-height: 1.1;
letter-spacing: -0.04em;
}
.diary-content__description {
display: block;
margin-top: 10px;
max-width: 367px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.diary-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen and (max-width: 743px) {
.diary-card {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
.diary-card__body {
padding: 20px 25px;
}
.diary-card__title {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 24px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
@media screen and (hover: hover) {
.diary-card__title:hover {
color: #D06F54;
}
}
@media screen and (max-width: 743px) {
.diary-card__title br {
display: none;
}
}
.diary-card__description {
display: -webkit-box;
overflow: hidden;
margin-top: 10px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}
.diary-card__img {
display: block;
overflow: hidden;
width: 100%;
height: auto;
}
.diary-card__img img {
display: block;
width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
@media screen and (hover: hover) {
.diary-card__img:hover img {
-webkit-transform: scale(1.05) translateZ(0);
transform: scale(1.05) translateZ(0);
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
}
.diary-inner {
padding-bottom: 98px;
}
@media screen and (max-width: 1023px) {
.diary-inner {
padding-bottom: 105px;
}
}
.diary-inner__heading {
display: block;
margin: 0 auto 72px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
text-align: center;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.diary-inner__heading {
margin-bottom: 55px;
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.diary-inner__heading {
margin-bottom: 70px;
font-size: 26px;
}
}
.diary-inner__img {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
width: 100%;
}
.diary-inner__img::before {
content: "";
display: block;
padding-top: 59.5%;
}
.diary-inner__img img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.diary-inner__img {
margin: 0 -20px;
width: calc(100% + 40px);
}
}
@media screen and (max-width: 429px) {
.diary-inner__img {
margin: 0 -16px;
width: calc(100% + 32px);
}
}
.diary-inner__content {
margin: 98px auto 0;
max-width: 916px;
width: 100%;
}
@media screen and (max-width: 1023px) {
.diary-inner__content {
margin-top: 105px;
}
}
.diary-inner__video {
margin: 126px calc(50% - 50vw) 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.diary-inner__video {
margin-top: 105px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.diary-inner__video {
margin: 105px -20px 0;
}
}
@media screen and (max-width: 429px) {
.diary-inner__video {
margin: 105px -16px 0;
}
}
.read-also {
padding: 140px 0;
}
@media screen and (max-width: 429px) {
.read-also {
padding: 105px 0;
}
}
.read-also__heading {
display: block;
margin: 0 auto 60px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
text-align: center;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.read-also__heading {
margin-bottom: 70px;
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.read-also__heading {
margin-bottom: 48px;
font-size: 36px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.read-also__slider .swiper {
margin: 0 -20px;
padding: 0 20px;
}
}
@media screen and (max-width: 429px) {
.read-also__slider .swiper {
margin: 0 -16px;
padding: 0 16px;
}
}
@media screen and (max-width: 1023px) {
.read-also__slider .swiper-slide {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
.read-also__slide {
width: 100%;
}
@media screen and (max-width: 1023px) {
.read-also__slide {
min-width: 381px;
width: 381px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.read-also__slide {
min-width: 381px;
width: 381px;
}
}
@media screen and (max-width: 429px) {
.read-also__slide {
min-width: 284px;
width: 284px;
}
}
@media screen and (hover: hover) {
.read-also-card:hover .read-also-card__img img {
-webkit-transform: scale(1.05) translateZ(0);
transform: scale(1.05) translateZ(0);
-webkit-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.read-also-card:hover .read-also-card__title {
color: #D06F54;
}
}
.read-also-card__img {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
margin: 0 auto;
width: calc(100% - 46px);
}
.read-also-card__img::before {
content: "";
display: block;
padding-top: 64%;
}
.read-also-card__img img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
.read-also-card__img {
width: 100%;
}
}
.read-also-card__img + .read-also-card__body {
margin-top: 20px;
}
.read-also-card__body {
padding: 0 25px;
}
.read-also-card__title {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 24px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.read-also-card__description {
display: -webkit-box;
margin-top: 10px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.image-slider__slider {
position: relative;
z-index: 1;
overflow: hidden;
}
.image-slider__slider .swiper-slide {
overflow: hidden;
}
.image-slider__slider .swiper-pagination {
position: absolute;
bottom: 20px;
left: 50%;
z-index: 10;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
}
@media screen and (min-width: 430px) and (max-width: 1023px) {
.image-slider__slider .swiper-pagination {
bottom: 40px;
}
}
.image-slider__slider .swiper-pagination-bullet {
display: block;
overflow: hidden;
min-width: 11px;
width: 11px;
height: 11px;
opacity: 1;
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 50%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.image-slider__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 22px;
}
.image-slider__slider .swiper-pagination-bullet-active {
background: #FFFFFF;
}
.image-slider__slider .swiper-button-prev,
.image-slider__slider .swiper-button-next {
position: absolute;
top: auto;
bottom: 196px;
z-index: 10;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
min-width: 51px;
width: 51px;
height: 51px;
font-size: 0;
opacity: 1;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.image-slider__slider .swiper-button-prev::before, .image-slider__slider .swiper-button-prev::after,
.image-slider__slider .swiper-button-next::before,
.image-slider__slider .swiper-button-next::after {
display: none;
}
.image-slider__slider .swiper-button-prev:focus,
.image-slider__slider .swiper-button-next:focus {
outline: none;
}
@media screen and (hover: hover) {
.image-slider__slider .swiper-button-prev:hover > svg,
.image-slider__slider .swiper-button-next:hover > svg {
color: #D06F54;
}
}
@media screen and (max-width: 743px) {
.image-slider__slider .swiper-button-prev,
.image-slider__slider .swiper-button-next {
display: none;
}
}
.image-slider__slider .swiper-button-prev {
left: 82px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.image-slider__slider .swiper-button-prev {
left: 39px;
}
}
.image-slider__slider .swiper-button-next {
right: 82px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.image-slider__slider .swiper-button-next {
right: 39px;
}
}
.image-slider__slider .swiper-button-disabled,
.image-slider__slider .swiper-button-lock {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.image-slider__slider .swiper-button-icon {
min-width: 51px;
width: 51px;
height: 51px;
color: #FFFFFF;
}
.image-slider__slide {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
width: 100%;
height: 100dvh;
}
.image-slider__slide::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.image-slider__slide img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 429px) {
.image-slider__slide {
max-height: 568px;
}
}
.team {
margin-top: -102px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.team {
margin-top: -70px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.team {
margin-top: -87px;
}
}
@media screen and (max-width: 429px) {
.team {
margin-top: -64px;
}
}
.team__slider {
position: relative;
z-index: 1;
overflow: hidden;
}
.team__slider .swiper-slide {
overflow: hidden;
}
.team__slider .swiper-pagination {
position: absolute;
bottom: 20px;
left: 50%;
z-index: 11;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
}
@media screen and (min-width: 430px) and (max-width: 1023px) {
.team__slider .swiper-pagination {
bottom: 40px;
}
}
.team__slider .swiper-pagination-bullet {
display: block;
overflow: hidden;
min-width: 11px;
width: 11px;
height: 11px;
opacity: 1;
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 50%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.team__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 22px;
}
.team__slider .swiper-pagination-bullet-active {
background: #FFFFFF;
}
.team__slider .swiper-button-prev,
.team__slider .swiper-button-next {
position: absolute;
top: auto;
bottom: 196px;
z-index: 11;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
min-width: 51px;
width: 51px;
height: 51px;
font-size: 0;
opacity: 1;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.team__slider .swiper-button-prev::before, .team__slider .swiper-button-prev::after,
.team__slider .swiper-button-next::before,
.team__slider .swiper-button-next::after {
display: none;
}
.team__slider .swiper-button-prev:focus,
.team__slider .swiper-button-next:focus {
outline: none;
}
@media screen and (hover: hover) {
.team__slider .swiper-button-prev:hover > svg,
.team__slider .swiper-button-next:hover > svg {
color: #D06F54;
}
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.team__slider .swiper-button-prev,
.team__slider .swiper-button-next {
bottom: 56px;
}
}
@media screen and (max-width: 1023px) {
.team__slider .swiper-button-prev,
.team__slider .swiper-button-next {
display: none;
}
}
.team__slider .swiper-button-prev {
left: 82px;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.team__slider .swiper-button-prev {
left: 40px;
}
}
.team__slider .swiper-button-next {
right: 82px;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.team__slider .swiper-button-next {
right: 40px;
}
}
.team__slider .swiper-button-disabled,
.team__slider .swiper-button-lock {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.team__slider .swiper-button-icon {
min-width: 51px;
width: 51px;
height: 51px;
color: #FFFFFF;
}
.team__content {
position: absolute;
bottom: 168px;
left: 0;
z-index: 10;
width: 100%;
color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.team__content {
bottom: 270px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.team__content {
bottom: 180px;
}
}
@media screen and (max-width: 429px) {
.team__content {
bottom: 67px;
}
}
.team__title {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.team__title {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.team__title {
font-size: 36px;
}
}
.team__tags {
display: block;
margin-top: 20px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 20px;
font-weight: 500;
line-height: 1.5;
letter-spacing: -0.04em;
}
.team__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 33px;
}
@media screen and (max-width: 743px) {
.team__controls {
width: 100%;
}
}
.team__control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 15px;
min-width: 159px;
width: 159px;
font-size: 24px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.04em;
text-align: center;
color: #FFFFFF;
background: transparent;
border: 2px solid #FFFFFF;
border-radius: 98px;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.team__control:focus {
outline: none;
}
.team__control:hover {
color: #FFFFFF;
}
@media screen and (hover: hover) {
.team__control:hover {
color: #1A1A1A;
background: #FFFFFF;
}
}
@media screen and (max-width: 743px) {
.team__control {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: auto;
width: calc(25% - 12px);
}
}
.team__control + .team__control {
margin-left: 16px;
}
.team__bg {
position: relative;
z-index: -1;
display: block;
overflow: hidden;
width: 100%;
height: 100dvh;
}
.team__bg::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.team__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.checklist__slider {
position: relative;
z-index: 1;
overflow: hidden;
}
.checklist__slider .swiper-slide {
overflow: hidden;
}
.checklist__slider .swiper-pagination {
position: absolute;
bottom: 20px;
left: 50%;
z-index: 10;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
}
@media screen and (min-width: 430px) and (max-width: 1023px) {
.checklist__slider .swiper-pagination {
bottom: 40px;
}
}
.checklist__slider .swiper-pagination-bullet {
display: block;
overflow: hidden;
min-width: 11px;
width: 11px;
height: 11px;
opacity: 1;
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 50%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.checklist__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 22px;
}
.checklist__slider .swiper-pagination-bullet-active {
background: #FFFFFF;
}
.checklist__slider .swiper-button-prev,
.checklist__slider .swiper-button-next {
position: absolute;
top: auto;
bottom: 196px;
z-index: 10;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
min-width: 51px;
width: 51px;
height: 51px;
font-size: 0;
opacity: 1;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.checklist__slider .swiper-button-prev::before, .checklist__slider .swiper-button-prev::after,
.checklist__slider .swiper-button-next::before,
.checklist__slider .swiper-button-next::after {
display: none;
}
.checklist__slider .swiper-button-prev:focus,
.checklist__slider .swiper-button-next:focus {
outline: none;
}
@media screen and (hover: hover) {
.checklist__slider .swiper-button-prev:hover > svg,
.checklist__slider .swiper-button-next:hover > svg {
color: #D06F54;
}
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.checklist__slider .swiper-button-prev,
.checklist__slider .swiper-button-next {
bottom: 56px;
}
}
@media screen and (max-width: 1023px) {
.checklist__slider .swiper-button-prev,
.checklist__slider .swiper-button-next {
display: none;
}
}
.checklist__slider .swiper-button-prev {
left: 82px;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.checklist__slider .swiper-button-prev {
left: 40px;
}
}
.checklist__slider .swiper-button-next {
right: 82px;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.checklist__slider .swiper-button-next {
right: 40px;
}
}
.checklist__slider .swiper-button-disabled,
.checklist__slider .swiper-button-lock {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.checklist__slider .swiper-button-icon {
min-width: 51px;
width: 51px;
height: 51px;
color: #FFFFFF;
}
.checklist__buttons {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (max-width: 1023px) {
.checklist__buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
.checklist__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-width: 168px;
min-height: 132px;
}
.checklist__btn > img {
display: block;
min-width: 666px;
width: 666px;
height: 132px;
-o-object-fit: contain;
object-fit: contain;
}
.checklist__btn > svg {
min-width: 51px;
width: 51px;
height: 39px;
color: #FFFFFF;
}
.checklist__btn--border {
border: 5px solid #FFFFFF;
border-radius: 98px;
}
@media screen and (hover: hover) {
.checklist__btn--border:hover {
background: #FFFFFF;
}
.checklist__btn--border:hover > svg {
color: #1A1A1A;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.checklist__btn {
min-width: 98px;
min-height: 77px;
}
.checklist__btn > img {
min-width: 390px;
width: 390px;
height: 77px;
}
.checklist__btn > svg {
min-width: 23px;
width: 23px;
height: 17px;
}
.checklist__btn--border {
border: 3px solid #FFFFFF;
border-radius: 57px;
}
}
@media screen and (max-width: 429px) {
.checklist__btn {
min-width: 73px;
min-height: 57px;
}
.checklist__btn > img {
min-width: 290px;
width: 290px;
height: 57px;
}
.checklist__btn > svg {
min-width: 17px;
width: 17px;
height: 12px;
}
.checklist__btn--border {
border: 2px solid #FFFFFF;
border-radius: 42px;
}
}
.checklist__bg {
position: relative;
z-index: -1;
display: block;
overflow: hidden;
width: 100%;
height: 100dvh;
}
.checklist__bg::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.checklist__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.reviews {
position: relative;
z-index: 1;
}
.reviews__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 140px 0 66px;
min-height: 100dvh;
color: #FFFFFF;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.reviews__wrap {
padding: 140px 0 140px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.reviews__wrap {
padding: 72px 0 240px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews__wrap {
padding: 60px 0 86px;
}
}
@media screen and (max-width: 429px) {
.reviews__wrap {
padding: 60px 0 89px;
}
}
.reviews__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 60px;
}
@media screen and (max-width: 743px) {
.reviews__top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews__top {
padding-bottom: 36px;
}
}
@media screen and (max-width: 429px) {
.reviews__top {
padding-bottom: 0;
}
}
.reviews__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.reviews__heading {
font-size: 36px;
}
}
.reviews__links {
margin-left: 60px;
max-width: 180px;
width: 100%;
}
.reviews__links-item {
display: block;
font-size: 30px;
font-weight: normal;
font-style: italic;
line-height: 1.2;
letter-spacing: -0.04em;
color: #FFFFFF;
}
.reviews__links-item:hover {
color: #FFFFFF;
}
@media screen and (hover: hover) {
.reviews__links-item:hover {
color: #D06F54;
}
}
@media screen and (max-width: 743px) {
.reviews__links {
margin-left: 0;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews__links {
margin-top: 30px;
}
}
@media screen and (max-width: 429px) {
.reviews__links {
margin-top: 23px;
}
.reviews__links-item {
font-size: 20px;
}
}
@media screen and (max-width: 429px) {
.reviews__slider {
margin-top: -10px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews__slider .swiper {
margin: 0 -20px;
padding: 0 20px;
}
}
@media screen and (max-width: 429px) {
.reviews__slider .swiper {
margin: 0 -16px;
padding: 0 20px;
}
}
.reviews__slider .swiper-pagination {
position: absolute;
bottom: 20px;
left: 50%;
z-index: 10;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 22px 0;
margin: 0;
max-width: calc(100% - 40px);
}
@media screen and (min-width: 430px) and (max-width: 1023px) {
.reviews__slider .swiper-pagination {
bottom: 40px;
}
}
.reviews__slider .swiper-pagination-bullet {
display: block;
overflow: hidden;
min-width: 11px;
width: 11px;
height: 11px;
opacity: 1;
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 50%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.reviews__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 22px;
}
.reviews__slider .swiper-pagination-bullet-active {
background: #FFFFFF;
}
.reviews__slider .swiper-button-prev,
.reviews__slider .swiper-button-next {
position: absolute;
top: auto;
bottom: 196px;
z-index: 10;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
min-width: 51px;
width: 51px;
height: 51px;
font-size: 0;
opacity: 1;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.reviews__slider .swiper-button-prev::before, .reviews__slider .swiper-button-prev::after,
.reviews__slider .swiper-button-next::before,
.reviews__slider .swiper-button-next::after {
display: none;
}
.reviews__slider .swiper-button-prev:focus,
.reviews__slider .swiper-button-next:focus {
outline: none;
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
.reviews__slider .swiper-button-prev,
.reviews__slider .swiper-button-next {
bottom: 56px;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.reviews__slider .swiper-button-prev,
.reviews__slider .swiper-button-next {
bottom: 135px;
}
}
@media screen and (max-width: 743px) {
.reviews__slider .swiper-button-prev,
.reviews__slider .swiper-button-next {
display: none;
}
}
.reviews__slider .swiper-button-prev {
left: 82px;
}
@media screen and (min-width: 744px) and (max-width: 1399px) {
.reviews__slider .swiper-button-prev {
left: 40px;
}
}
.reviews__slider .swiper-button-next {
right: 82px;
}
@media screen and (min-width: 744px) and (max-width: 1399px) {
.reviews__slider .swiper-button-next {
right: 40px;
}
}
.reviews__slider .swiper-button-disabled,
.reviews__slider .swiper-button-lock {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.reviews__slider .swiper-button-icon {
min-width: 51px;
width: 51px;
height: 51px;
color: #FFFFFF;
}
.reviews__slider-wrapper {
overflow-x: clip;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews__slider-wrapper {
margin-right: -20px;
margin-left: -20px;
}
}
@media screen and (max-width: 429px) {
.reviews__slider-wrapper {
margin-right: -16px;
margin-left: -16px;
}
}
.reviews__slide {
margin: 0 auto;
padding: 0 34px;
max-width: 1212px;
width: 100%;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews__slide {
padding: 0 20px;
}
}
@media screen and (max-width: 429px) {
.reviews__slide {
padding: 0 20px;
}
}
@media screen and (max-width: 429px) {
.reviews__item:nth-child(n+2) {
display: none;
}
}
.reviews__item + .reviews__item {
margin-top: 10px;
}
.reviews__bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
pointer-events: none;
}
.reviews__bg::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(224, 233, 248, 0.03);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
.reviews__bg::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1);
}
.reviews__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.reviews-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.reviews-card--reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.reviews-card--reverse .reviews-card__img {
margin-right: 0;
margin-left: 20px;
}
.reviews-card--reverse .reviews-card__body {
border-radius: 34px 34px 0 34px;
}
.reviews-card--reverse .reviews-card__body::before {
right: 0;
left: auto;
-webkit-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
transform: translate(100%, 0);
border-bottom: 20px solid #1A1A1A;
border-right: 20px solid transparent;
border-left: none;
}
@media screen and (max-width: 743px) {
.reviews-card {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.reviews-card--reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.reviews-card--reverse .reviews-card__img {
margin-top: 10px;
margin-bottom: 0;
margin-left: auto;
}
}
.reviews-card__img {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
margin-right: 20px;
min-width: 90px;
width: 90px;
height: 90px;
background: #1A1A1A;
border-radius: 50%;
}
.reviews-card__img::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: -1;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
min-width: 54px;
width: 54px;
height: 42px;
background-image: url(//tautrip.ru/wp-content/themes/tautrip/img/logotype-white.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.reviews-card__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (max-width: 743px) {
.reviews-card__img {
margin-right: 0;
margin-bottom: 10px;
min-width: 58px;
width: 58px;
height: 58px;
}
.reviews-card__img::before {
min-width: 35x;
width: 35px;
height: 27px;
}
}
@media screen and (max-width: 429px) {
.reviews-card__img {
margin-left: auto;
}
}
.reviews-card__body {
position: relative;
z-index: 1;
padding: 33px 55px;
max-width: 843px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
color: #FFFFFF;
background: #1A1A1A;
border-radius: 34px 34px 34px 0;
}
.reviews-card__body::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
-webkit-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
transform: translate(-100%, 0);
display: block;
width: 0;
height: 0;
border-bottom: 20px solid #1A1A1A;
border-left: 20px solid transparent;
}
@media screen and (min-width: 744px) and (max-width: 1399px) {
.reviews-card__body {
max-width: calc(100% - 180px - 40px);
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.reviews-card__body {
padding: 33px 36px;
}
}
@media screen and (max-width: 743px) {
.reviews-card__body {
max-width: none;
width: 100%;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews-card__body {
padding: 33px 20px;
}
}
@media screen and (max-width: 429px) {
.reviews-card__body {
padding: 24px 20px;
}
}
.reviews-card__description {
display: -webkit-box;
-webkit-line-clamp: 24;
-webkit-box-orient: vertical;
overflow: hidden;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 20px;
font-weight: 500;
line-height: 1.5;
letter-spacing: -0.04em;
text-overflow: ellipsis;
}
@media screen and (max-width: 743px) {
.reviews-card__description {
-webkit-line-clamp: 20;
}
}
.reviews-card__description a {
color: #D06F54;
}
.reviews-card__description a:hover {
color: #D06F54;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.reviews-card__description {
font-size: 18px;
}
}
@media screen and (max-width: 429px) {
.reviews-card__description {
font-size: 14px;
letter-spacing: -0.01em;
}
}
.calendar__filter {
margin-top: -102px;
padding-top: 102px;
color: #FFFFFF;
background: #000000;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar__filter {
margin-top: -70px;
padding-top: 70px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar__filter {
margin-top: -87px;
padding-top: 158px;
}
}
@media screen and (max-width: 429px) {
.calendar__filter {
margin-top: -64px;
padding-top: 117px;
}
}
.calendar__header {
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 60px 0;
min-height: 500px;
color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
.calendar__header {
padding: 45px 0;
min-height: 258px;
}
}
.calendar__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.calendar__heading {
font-size: 36px;
}
}
.calendar__bg {
position: absolute;
top: 0;
bottom: 0;
left: calc(50% - 50vw);
z-index: -1;
display: block;
overflow: hidden;
width: 100vw;
height: 100%;
}
.calendar__bg::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.calendar__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.calendar__main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 65px 0 115px;
}
@media screen and (max-width: 1023px) {
.calendar__main {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 35px 0 45px;
}
}
.calendar__left {
max-width: 343px;
width: 100%;
}
@media screen and (max-width: 1023px) {
.calendar__left {
max-width: none;
}
}
.calendar__right {
margin-left: 50px;
max-width: 686px;
min-width: 686px;
width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.calendar__right {
max-width: 626px;
min-width: 626px;
}
}
@media screen and (max-width: 1023px) {
.calendar__right {
margin-left: 0;
max-width: none;
min-width: auto;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar__right {
margin-top: 60px;
}
}
@media screen and (max-width: 743px) {
.calendar__right {
margin-top: 45px;
}
}
.calendar-filter__trigger {
position: absolute;
top: 20.5px;
left: 0;
z-index: 600;
display: block;
overflow: hidden;
margin-left: 20px;
padding: 0;
min-width: 36px;
width: 36px;
height: 36px;
font-size: 0;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner {
background: #FFFFFF;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner:first-child {
top: 17px;
left: 5px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 26px;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner:first-child::before {
opacity: 0;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner:nth-child(2) {
opacity: 0;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner:last-child {
top: 17px;
left: 5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 26px;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner:last-child::before {
opacity: 0;
}
@media screen and (min-width: 744px) {
.calendar-filter__trigger {
display: none;
}
}
@media screen and (max-width: 429px) {
.calendar-filter__trigger {
top: 15.5px;
min-width: 34px;
width: 34px;
height: 34px;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner:first-child {
top: 12px;
}
.calendar-filter__trigger.is--active .calendar-filter__trigger-inner:last-child {
top: 12px;
}
}
.calendar-filter__trigger-inner {
position: absolute;
left: 5px;
z-index: 1;
display: block;
width: 26px;
height: 2px;
background: #444749;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.calendar-filter__trigger-inner:first-child {
top: 7px;
left: 12px;
width: 19px;
}
.calendar-filter__trigger-inner:first-child::before {
content: "";
position: absolute;
top: -2px;
left: -2px;
z-index: 1;
-webkit-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
transform: translate(-100%, 0);
display: block;
width: 6px;
height: 6px;
border: 1.5px solid #444749;
border-radius: 50%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.calendar-filter__trigger-inner:nth-child(2) {
top: 17px;
}
.calendar-filter__trigger-inner:last-child {
top: 27px;
width: 19px;
}
.calendar-filter__trigger-inner:last-child::before {
content: "";
position: absolute;
top: -2px;
right: -2px;
z-index: 1;
-webkit-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
transform: translate(100%, 0);
display: block;
width: 6px;
height: 6px;
border: 1.5px solid #444749;
border-radius: 50%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 429px) {
.calendar-filter__trigger-inner {
left: 6px;
width: 22px;
}
.calendar-filter__trigger-inner:first-child {
top: 5px;
width: 15px;
}
.calendar-filter__trigger-inner:nth-child(2) {
top: 12px;
}
.calendar-filter__trigger-inner:last-child {
top: 19px;
width: 15px;
}
}
.calendar-filter__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 8px;
padding-bottom: 110px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar-filter__wrapper {
padding-top: 11px;
padding-bottom: 46px;
}
}
@media screen and (max-width: 743px) {
.calendar-filter__wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 400;
-webkit-transform: translate(0, -104%);
-ms-transform: translate(0, -104%);
transform: translate(0, -104%);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #1A1A1A;
visibility: hidden;
pointer-events: none;
-webkit-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
.calendar-filter__wrapper.is--active {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
visibility: visible;
pointer-events: auto;
}
.calendar-filter__wrapper.is--active .calendar-filter__item {
opacity: 1;
-webkit-transition: all 0.25s ease-in-out 0.4s;
transition: all 0.25s ease-in-out 0.4s;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-filter__wrapper {
padding: 127px 20px 60px;
}
}
@media screen and (max-width: 429px) {
.calendar-filter__wrapper {
padding: 95px 16px 60px;
}
}
@media screen and (min-width: 744px) {
.calendar-filter__item {
width: calc(20% - 9.6px);
}
.calendar-filter__item:nth-child(5n), .calendar-filter__item:nth-child(5n-1), .calendar-filter__item:nth-child(5n-2), .calendar-filter__item:nth-child(5n-3) {
margin-left: 12px;
}
}
@media screen and (max-width: 743px) {
.calendar-filter__item {
opacity: 0;
width: 100%;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-filter__item + .calendar-filter__item {
margin-top: 18px;
}
}
@media screen and (max-width: 429px) {
.calendar-filter__item + .calendar-filter__item {
margin-top: 14px;
}
}
.calendar-filter__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 11px 20px;
font-size: 18px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.04em;
text-align: center;
color: #FFFFFF;
background: transparent;
border: 2px solid #FFFFFF;
border-radius: 98px;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.calendar-filter__btn:focus {
outline: none;
}
.calendar-filter__btn:hover {
color: #FFFFFF;
}
@media screen and (hover: hover) {
.calendar-filter__btn:hover {
color: #1A1A1A;
background: #FFFFFF;
}
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar-filter__btn {
padding: 6px 10px;
font-size: 14px;
border: 1px solid #FFFFFF;
}
}
.calendar-filter__calendar {
position: relative;
z-index: 1;
overflow: hidden;
width: 100%;
border: 2px solid #FFFFFF;
border-radius: 98px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar-filter__calendar {
border: 1px solid #FFFFFF;
}
}
@media screen and (max-width: 743px) {
.calendar-filter__calendar.is--active {
position: absolute;
z-index: 1;
background: #1A1A1A;
border-color: transparent;
border-radius: 0;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-filter__calendar.is--active {
top: 127px;
right: 20px;
left: 20px;
width: calc(100% - 40px);
height: calc(100dvh - 127px - 60px);
}
}
@media screen and (max-width: 429px) {
.calendar-filter__calendar.is--active {
top: 95px;
right: 16px;
left: 16px;
width: calc(100% - 32px);
height: calc(100dvh - 95px - 60px);
}
}
.calendar-filter__date {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
overflow: hidden;
padding: 13.5px 12px;
max-width: 100%;
width: 100%;
height: 100%;
font-size: 18px;
font-weight: normal;
white-space: nowrap !important;
text-overflow: ellipsis !important;
text-align: center;
color: #FFFFFF;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
cursor: pointer;
}
.calendar-filter__date::-webkit-input-placeholder {
opacity: 1;
color: #FFFFFF;
}
.calendar-filter__date::-moz-placeholder {
opacity: 1;
color: #FFFFFF;
}
.calendar-filter__date:-ms-input-placeholder {
opacity: 1;
color: #FFFFFF;
}
.calendar-filter__date::-ms-input-placeholder {
opacity: 1;
color: #FFFFFF;
}
.calendar-filter__date::placeholder {
opacity: 1;
color: #FFFFFF;
}
.calendar-filter__date:focus {
outline: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar-filter__date {
padding: 8px 6px;
font-size: 14px;
line-height: 1;
}
}
.calendar-filter__rating {
padding: 10.5px 8px;
width: 100%;
border: 2px solid #FFFFFF;
border-radius: 98px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar-filter__rating {
padding: 7.5px 6px;
border: 1px solid #FFFFFF;
}
}
@media screen and (max-width: 743px) {
.calendar-list__wrapper {
overflow: hidden;
max-height: var(--height);
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.calendar-list__wrapper.is--open {
max-height: var(--maxHeight);
}
}
.calendar-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
@media screen and (hover: hover) {
.calendar-list__item:hover .calendar-list__date {
color: #D06F54;
}
.calendar-list__item:hover .calendar-list__description {
color: #D06F54;
}
}
@media screen and (max-width: 743px) {
.calendar-list__item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.calendar-list__item + .calendar-list__item {
margin-top: 17px;
padding-top: 17px;
border-top: 1px solid #1A1A1A;
}
@media screen and (min-width: 744px) {
.calendar-list__block:first-child {
max-width: 152px;
width: 100%;
}
.calendar-list__block:nth-child(2) {
max-width: 114px;
width: 100%;
text-align: right;
}
.calendar-list__block:nth-child(3) {
max-width: 320px;
width: 100%;
}
}
@media screen and (max-width: 743px) {
.calendar-list__block {
width: 100%;
text-align: center;
}
.calendar-list__block:nth-child(2) {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.calendar-list__block:nth-child(n+3), .calendar-list__block:first-child {
margin-top: 20px;
}
}
.calendar-list__block + .calendar-list__block {
margin-left: 40px;
}
@media screen and (max-width: 743px) {
.calendar-list__block + .calendar-list__block {
margin-left: 0;
}
}
.calendar-list__rating {
display: block;
overflow: hidden;
min-width: 152px;
width: 152px;
height: 28px;
}
.calendar-list__rating img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 743px) {
.calendar-list__rating {
margin-right: auto;
margin-left: auto;
}
}
.calendar-list__date {
display: block;
margin-left: auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 34px;
font-weight: bold;
line-height: 1;
letter-spacing: -0.04em;
-webkit-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
@media screen and (max-width: 743px) {
.calendar-list__date {
margin-right: auto;
}
}
.calendar-list__help {
display: block;
margin-left: auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 16px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.04em;
color: rgba(26, 26, 26, 0.5);
}
@media screen and (max-width: 743px) {
.calendar-list__help {
margin-right: auto;
}
}
.calendar-list__description {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.04em;
-webkit-transition: color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
@media screen and (max-width: 743px) {
.calendar-list__description {
margin-right: auto;
margin-left: auto;
}
}
.calendar-list__more {
display: block;
margin: 17px auto 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 34px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
@media screen and (min-width: 744px) {
.calendar-list__more {
display: none;
}
}
.calendar-inner {
position: relative;
z-index: 1;
overflow: hidden;
margin-top: -102px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.calendar-inner {
margin-top: -70px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-inner {
margin-top: -87px;
}
}
@media screen and (max-width: 429px) {
.calendar-inner {
margin-top: -64px;
}
}
.calendar-inner__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 162px 0 54px;
min-height: 100dvh;
color: #FFFFFF;
}
@media screen and (max-width: 429px) {
.calendar-inner__wrap {
padding: 60px 0 30px;
}
}
.calendar-inner__heading {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-inner__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.calendar-inner__heading {
font-size: 36px;
}
}
.calendar-inner__subtitle {
display: block;
margin-top: 20px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 34px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-inner__subtitle {
font-size: 24px;
}
}
@media screen and (max-width: 429px) {
.calendar-inner__subtitle {
font-size: 20px;
}
}
.calendar-inner__links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 33px;
}
@media screen and (min-width: 744px) {
.calendar-inner__links {
margin-right: -16px;
margin-bottom: -16px;
}
}
@media screen and (max-width: 743px) {
.calendar-inner__links {
margin-right: -10px;
margin-bottom: -10px;
}
}
.calendar-inner__link {
display: block;
padding: 15px 20px;
min-width: 258px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 24px;
font-weight: normal;
line-height: 1.5;
text-align: center;
letter-spacing: -0.04em;
color: #FFFFFF;
border: 2px solid #FFFFFF;
border-radius: 98px;
}
.calendar-inner__link:hover {
color: #FFFFFF;
}
@media screen and (hover: hover) {
.calendar-inner__link:hover {
color: #1A1A1A;
background: #FFFFFF;
}
}
@media screen and (max-width: 743px) {
.calendar-inner__link {
min-width: 111px;
}
}
@media screen and (min-width: 430px) {
.calendar-inner__link {
margin-right: 16px;
margin-bottom: 16px;
}
}
@media screen and (max-width: 429px) {
.calendar-inner__link {
margin-right: 10px;
margin-bottom: 10px;
padding: 7.5px 17px;
font-size: 18px;
}
}
.calendar-inner__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 33px;
}
@media screen and (max-width: 743px) {
.calendar-inner__info {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-inner__info {
margin-right: -73px;
margin-bottom: -23px;
}
}
@media screen and (max-width: 429px) {
.calendar-inner__info {
margin-right: -73px;
margin-bottom: -11px;
}
}
.calendar-inner__info-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.calendar-inner__info-item {
margin-right: 73px;
margin-bottom: 23px;
}
}
@media screen and (max-width: 429px) {
.calendar-inner__info-item {
margin-right: 73px;
margin-bottom: 11px;
}
}
@media screen and (min-width: 744px) {
.calendar-inner__info-item + .calendar-inner__info-item {
margin-left: 63px;
}
}
.calendar-inner__label {
display: block;
margin-bottom: 5px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
opacity: 0.5;
}
.calendar-inner__value {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: normal;
line-height: 1.5;
letter-spacing: -0.01em;
}
.calendar-inner__rating {
display: block;
overflow: hidden;
margin-top: 4.5px;
min-width: 96px;
width: 96px;
height: 18px;
}
.calendar-inner__rating img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.calendar-inner__bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
}
.calendar-inner__bg::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.calendar-inner__bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.programs {
padding: 140px 0;
}
@media screen and (max-width: 1023px) {
.programs {
padding: 105px 0;
}
}
.programs__heading {
display: block;
margin-bottom: 93px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (max-width: 1023px) {
.programs__heading {
margin-bottom: 55px;
}
}
@media screen and (min-width: 430px) and (max-width: 743px) {
.programs__heading {
font-size: 52px;
}
}
@media screen and (max-width: 429px) {
.programs__heading {
font-size: 36px;
}
}
.programs__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
.programs__item {
width: calc(50% - 21px);
}
.programs__item:nth-child(2n) {
margin-left: 42px;
}
.programs__item:nth-child(n+3) {
margin-top: 86px;
}
}
@media screen and (max-width: 1023px) {
.programs__item {
width: 100%;
}
.programs__item:nth-child(n+2) {
margin-top: 86px;
}
}
.programs__title {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 34px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
}
.programs__description {
display: block;
margin-top: 20px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.equipment {
padding: 140px 0;
background: #C1C1C1;
}
@media screen and (max-width: 1023px) {
.equipment {
padding: 105px 0;
}
}
.equipment__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
.equipment__column {
width: calc(50% - 20px);
}
.equipment__column:nth-child(2n) {
margin-left: 40px;
}
}
@media screen and (max-width: 1023px) {
.equipment__column {
width: 100%;
}
.equipment__column:nth-child(2n) {
margin-top: 100px;
}
.equipment__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.equipment__item {
width: 100%;
}
.equipment__item:nth-child(n+2) {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #1A1A1A;
}
.equipment__item.is--open .equipment__trigger > svg {
-webkit-transform: rotate(180deg) translate(0, -19px);
-ms-transform: rotate(180deg) translate(0, -19px);
transform: rotate(180deg) translate(0, -19px);
}
}
.equipment__title {
display: block;
margin-bottom: 80px;
width: fit-content;
font-size: 52px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.04em;
}
@media screen and (max-width: 743px) {
.equipment__title {
margin-bottom: 48px;
}
}
@media screen and (max-width: 429px) {
.equipment__title {
font-size: 36px;
}
}
.equipment__heading {
display: block;
margin-bottom: 93px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (max-width: 429px) {
.equipment__heading {
font-size: 52px;
}
}
.equipment__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
.equipment__item
width: 100%;
}
.equipment__item:nth-child(n+2) {
margin-top: 41px;
}
}
@media screen and (max-width: 1023px) {
.equipment__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.equipment__item {
width: 100%;
}
.equipment__item:nth-child(n+2) {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #1A1A1A;
}
.equipment__item.is--open .equipment__trigger > svg {
-webkit-transform: rotate(180deg) translate(0, -19px);
-ms-transform: rotate(180deg) translate(0, -19px);
transform: rotate(180deg) translate(0, -19px);
}
}
.equipment__trigger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 24px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
text-align: left;
color: #1A1A1A;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.equipment__trigger > svg {
min-width: 41px;
width: 41px;
height: 41px;
color: #1A1A1A;
}
.equipment__trigger > * + * {
margin-left: 24px;
}
.equipment__trigger:focus {
outline: none;
}
@media screen and (min-width: 1024px) {
.equipment__trigger > svg {
display: none;
}
}
@media screen and (max-width: 1023px) {
.equipment__trigger {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
font-size: 32px;
}
.equipment__trigger br {
display: none;
}
}
@media screen and (max-width: 743px) {
.equipment__item.is--open .equipment__trigger > svg {
-webkit-transform: rotate(180deg) translate(0, -13px);
-ms-transform: rotate(180deg) translate(0, -13px);
transform: rotate(180deg) translate(0, -13px);
}
.equipment__trigger {
font-size: 26px;
}
.equipment__trigger > svg {
min-width: 24px;
width: 24px;
height: 24px;
}
.equipment__item:nth-child(n+2) {
margin-top: 26px;
}
}
@media screen and (max-width: 429px) {
.equipment__trigger {
-webkit-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual;
}
}
.equipment__holder {
margin-top: 20px;
}
@media screen and (max-width: 1023px) {
.equipment__holder {
display: none;
}
}
.equipment__content {
width: 100%;
}
.equipment__content ul > li {
display: block;
width: 100%;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.equipment__content ul > li ul li {
position: relative;
z-index: 1;
display: block;
padding-left: 21px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.equipment__content ul > li ul li::before {
content: "";
position: absolute;
top: 8px;
left: 8px;
z-index: 1;
display: block;
min-width: 4px;
width: 4px;
height: 4px;
background: #1A1A1A;
border-radius: 50%;
}
.equipment__content ul > li ul li + li {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.equipment__content ul > li + li {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #1A1A1A;
}
.equipment-tabs__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 743px) {
.equipment-tabs__list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.equipment-tabs__item.is--active .equipment-tabs__tab {
color: #1A1A1A;
}
.equipment-tabs__item + .equipment-tabs__item {
margin-left: 88px;
}
@media screen and (max-width: 743px) {
.equipment-tabs__item + .equipment-tabs__item {
margin-top: 48px;
margin-left: 0;
}
}
.equipment-tabs__tab {
display: block;
padding: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 52px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.04em;
text-align: left;
color: rgba(26, 26, 26, 0.3);
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.equipment-tabs__tab:focus {
outline: none;
}
@media screen and (max-width: 429px) {
.equipment-tabs__tab {
font-size: 36px;
color: #1A1A1A;
}
}
.equipment-tabs__wrapper {
display: none;
margin-top: 93px;
}
.equipment-tabs__wrapper.is--active {
display: block;
}
@media screen and (max-width: 743px) {
.equipment-tabs__wrapper {
display: block;
margin-top: 60px;
}
}
.cost {
padding: 140px 0;
background: #ECECEC;
}
@media screen and (max-width: 1023px) {
.cost {
padding: 105px 0;
}
}
.cost__heading {
display: block;
margin-bottom: 93px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 62px;
font-weight: bold;
line-height: 1;
}
@media screen and (max-width: 429px) {
.cost__heading {
font-size: 52px;
}
}
.cost__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
.cost__item {
width: calc(50% - 43px);
}
.cost__item:nth-child(2n) {
margin-left: 86px;
}
.cost__item:nth-child(n+3) {
margin-top: 41px;
}
}
@media screen and (max-width: 1023px) {
.cost__item {
width: 100%;
}
.cost__item:nth-child(n+2) {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #1A1A1A;
}
.cost__item.is--open .cost__trigger > svg {
-webkit-transform: rotate(180deg) translate(0, -19px);
-ms-transform: rotate(180deg) translate(0, -19px);
transform: rotate(180deg) translate(0, -19px);
}
}
.cost__trigger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 24px;
font-weight: 600;
line-height: 1.5;
letter-spacing: -0.04em;
text-align: left;
color: #1A1A1A;
background: transparent;
border: none;
border-radius: 0;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.cost__trigger > svg {
min-width: 41px;
width: 41px;
height: 41px;
color: #1A1A1A;
}
.cost__trigger > * + * {
margin-left: 24px;
}
.cost__trigger:focus {
outline: none;
}
@media screen and (min-width: 1024px) {
.cost__trigger > svg {
display: none;
}
}
@media screen and (max-width: 1023px) {
.cost__trigger {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
font-size: 34px;
}
.cost__trigger br {
display: none;
}
}
.cost__holder {
margin-top: 20px;
}
@media screen and (max-width: 1023px) {
.cost__holder {
display: none;
}
}
.cost__content {
width: 100%;
}
.cost__content ul > li {
display: block;
width: 100%;
font-size: 18px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.cost__content ul > li ul li {
position: relative;
z-index: 1;
display: block;
padding-left: 21px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 14px;
font-weight: 500;
line-height: 1.5555555556;
letter-spacing: -0.01em;
}
.cost__content ul > li ul li::before {
content: "";
position: absolute;
top: 8px;
left: 8px;
z-index: 1;
display: block;
min-width: 4px;
width: 4px;
height: 4px;
background: #1A1A1A;
border-radius: 50%;
}
.cost__content ul > li ul li + li {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.cost__content ul > li + li {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #1A1A1A;
}
.rating-select {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rating-select__input {
display: none;
}
.rating-select__input:hover ~ .rating-select__label .rating-select__icon {
color: #C1C1C1;
}
.rating-select__input:checked ~ .rating-select__label .rating-select__icon {
color: #FFFFFF;
}
.rating-select__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
cursor: pointer;
}
.rating-select__label:not(:first-child) {
margin-left: 3px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.rating-select__label:not(:first-child) {
margin-left: 2px;
}
}
.rating-select__icon {
min-width: 28px;
width: 28px;
height: 28px;
color: #444749;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
.rating-select__icon {
min-width: 18px;
width: 18px;
height: 18px;
}
}
@-webkit-keyframes fly {
0% {
bottom: -193px;
-webkit-transform: translateX(var(--start-x));
transform: translateX(var(--start-x));
}
100% {
bottom: 100vh;
-webkit-transform: translateX(var(--start-x));
transform: translateX(var(--start-x));
}
}
@keyframes fly {
0% {
bottom: -193px;
-webkit-transform: translateX(var(--start-x));
transform: translateX(var(--start-x));
}
100% {
bottom: 100vh;
-webkit-transform: translateX(var(--start-x));
transform: translateX(var(--start-x));
}
}
@-webkit-keyframes moveClouds1 {
0% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
50% {
-webkit-transform: translateX(calc(100vw - 284px));
transform: translateX(calc(100vw - 284px));
}
100% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
}
@keyframes moveClouds1 {
0% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
50% {
-webkit-transform: translateX(calc(100vw - 284px));
transform: translateX(calc(100vw - 284px));
}
100% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
}
@-webkit-keyframes moveClouds2 {
0% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
50% {
-webkit-transform: translateX(calc(100vw - 284px));
transform: translateX(calc(100vw - 284px));
}
100% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
}
@keyframes moveClouds2 {
0% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
50% {
-webkit-transform: translateX(calc(100vw - 284px));
transform: translateX(calc(100vw - 284px));
}
100% {
-webkit-transform: translateX(-284px);
transform: translateX(-284px);
}
}
@-webkit-keyframes moveClouds3 {
0% {
-webkit-transform: translateX(-304px);
transform: translateX(-304px);
}
50% {
-webkit-transform: translateX(calc(100vw - 304px));
transform: translateX(calc(100vw - 304px));
}
100% {
-webkit-transform: translateX(-304px);
transform: translateX(-304px);
}
}
@keyframes moveClouds3 {
0% {
-webkit-transform: translateX(-304px);
transform: translateX(-304px);
}
50% {
-webkit-transform: translateX(calc(100vw - 304px));
transform: translateX(calc(100vw - 304px));
}
100% {
-webkit-transform: translateX(-304px);
transform: translateX(-304px);
}
}
@-webkit-keyframes moveClouds4 {
0% {
-webkit-transform: translateX(-546px);
transform: translateX(-546px);
}
50% {
-webkit-transform: translateX(calc(100vw - 546px));
transform: translateX(calc(100vw - 546px));
}
100% {
-webkit-transform: translateX(-546px);
transform: translateX(-546px);
}
}
@keyframes moveClouds4 {
0% {
-webkit-transform: translateX(-546px);
transform: translateX(-546px);
}
50% {
-webkit-transform: translateX(calc(100vw - 546px));
transform: translateX(calc(100vw - 546px));
}
100% {
-webkit-transform: translateX(-546px);
transform: translateX(-546px);
}
}
@-webkit-keyframes moveClouds5 {
0% {
-webkit-transform: translateX(-114px);
transform: translateX(-114px);
}
50% {
-webkit-transform: translateX(calc(100vw - 114px));
transform: translateX(calc(100vw - 114px));
}
100% {
-webkit-transform: translateX(-114px);
transform: translateX(-114px);
}
}
@keyframes moveClouds5 {
0% {
-webkit-transform: translateX(-114px);
transform: translateX(-114px);
}
50% {
-webkit-transform: translateX(calc(100vw - 114px));
transform: translateX(calc(100vw - 114px));
}
100% {
-webkit-transform: translateX(-114px);
transform: translateX(-114px);
}
}
@-webkit-keyframes moveClouds6 {
0% {
-webkit-transform: translateX(-136px);
transform: translateX(-136px);
}
50% {
-webkit-transform: translateX(calc(100vw - 136px));
transform: translateX(calc(100vw - 136px));
}
100% {
-webkit-transform: translateX(-136px);
transform: translateX(-136px);
}
}
@keyframes moveClouds6 {
0% {
-webkit-transform: translateX(-136px);
transform: translateX(-136px);
}
50% {
-webkit-transform: translateX(calc(100vw - 136px));
transform: translateX(calc(100vw - 136px));
}
100% {
-webkit-transform: translateX(-136px);
transform: translateX(-136px);
}
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}