@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lg-right-end {
    0%,
    to {
        left: 0;
    }
    50% {
        left: -30px;
    }
}
@keyframes lg-right-end {
    0%,
    to {
        left: 0;
    }
    50% {
        left: -30px;
    }
}
@-webkit-keyframes lg-left-end {
    0%,
    to {
        left: 0;
    }
    50% {
        left: 30px;
    }
}
@keyframes lg-left-end {
    0%,
    to {
        left: 0;
    }
    50% {
        left: 30px;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes fadeInUpSmooth {
    0% {
        -webkit-transform: translate(0, 100%) scale(1, 2);
        transform: translate(0, 100%) scale(1, 2);
    }
    to {
        -webkit-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1);
    }
}
@keyframes fadeInUpSmooth {
    0% {
        -webkit-transform: translate(0, 100%) scale(1, 2);
        transform: translate(0, 100%) scale(1, 2);
    }
    to {
        -webkit-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeInLeftSmooth {
    0% {
        -webkit-transform: translate(100%, 0) scale(2, 1);
        transform: translate(100%, 0) scale(2, 1);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1);
        opacity: 1;
    }
}
@keyframes fadeInLeftSmooth {
    0% {
        -webkit-transform: translate(100%, 0) scale(2, 1);
        transform: translate(100%, 0) scale(2, 1);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(0, 0) scale(1, 1);
        transform: translate(0, 0) scale(1, 1);
        opacity: 1;
    }
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes progressBar {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes progressBar {
    0% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
fieldset,
img {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
a img,
fieldset,
img {
    border: 0;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
}
button,
input[type="submit"] {
    cursor: pointer;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
}
a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
    outline: 0;
}
ol,
ul {
    list-style-type: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
*,
:after,
:before {
    box-sizing: inherit;
}
* {
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
    color: inherit;
}
button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
input::placeholder,
textarea::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
textarea {
    resize: none;
    border: 0;
}
button,
input[type="submit"] {
    background-color: transparent;
    overflow: visible;
}
img {
    max-width: 100%;
}
.burger span,
main {
    display: block;
}
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.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;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    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);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > 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;
}
.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%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@font-face {
    font-family: "lg";
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.lg-icon {
    font-family: "lg";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}
.lg-actions .lg-next {
    right: 20px;
}
.lg-actions .lg-next:before {
    content: "\e095";
}
.lg-actions .lg-prev {
    left: 20px;
}
.lg-actions .lg-prev:after {
    content: "\e094";
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
    left: 0;
}
.lg-toolbar {
    top: 0;
    width: 100%;
    z-index: 1082;
    position: absolute;
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium;
    transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat 0 0;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat 0 -58px;
}
.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat 0 0;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat 0 -60px;
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}
.lg-autoplay-button:after {
    content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#lg-zoom-in:after {
    content: "\e311";
}
#lg-actual-size {
    font-size: 20px;
}
#lg-actual-size:after {
    content: "\e033";
}
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after {
    content: "\e312";
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after {
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.lg-outer #lg-share {
    position: relative;
}
.lg-outer #lg-share:after {
    content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after{
    content:"\e902"
}
.lg-outer #lg-share-pinterest .lg-icon{
    color:#cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after{
    content:"\e903"
}
.group{
    *zoom:1
}
.group:after,
.group:before{
    display:table;
    content:"";
    line-height:0
}
.group:after {
    clear: both;
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    box-sizing: border-box;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat center center;
    display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap {
    display: inline-block;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-backdrop,
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
}
.lg-backdrop.in,
.lg-css3.lg-fade .lg-item.lg-current,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-fade .lg-item,
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.custom-select__flag.custom-select__flag-be {
    width: 18px;
}
.custom-select__flag.custom-select__flag-ch {
    width: 15px;
}
.custom-select__flag.custom-select__flag-mc {
    width: 19px;
}
.custom-select__flag.custom-select__flag-ne {
    width: 18px;
}
.custom-select__flag.custom-select__flag-np {
    width: 13px;
}
.custom-select__flag.custom-select__flag-va {
    width: 15px;
}
.custom-select__flag.custom-select__flag-ac {
    height: 10px;
    background-position: 0 0;
}
.custom-select__flag.custom-select__flag-ad {
    height: 14px;
    background-position: -22px 0;
}
.custom-select__flag.custom-select__flag-ae {
    height: 10px;
    background-position: -44px 0;
}
.custom-select__flag.custom-select__flag-af {
    height: 14px;
    background-position: -66px 0;
}
.custom-select__flag.custom-select__flag-ag {
    height: 14px;
    background-position: -88px 0;
}
.custom-select__flag.custom-select__flag-ai {
    height: 10px;
    background-position: -110px 0;
}
.custom-select__flag.custom-select__flag-al {
    height: 15px;
    background-position: -132px 0;
}
.custom-select__flag.custom-select__flag-aw {
    height: 14px;
    background-position: -308px 0;
}
.custom-select__flag.custom-select__flag-ax {
    height: 13px;
    background-position: -330px 0;
}
.custom-select__flag.custom-select__flag-az {
    height: 10px;
    background-position: -352px 0;
}
.custom-select__flag.custom-select__flag-ba {
    height: 10px;
    background-position: -374px 0;
}
.custom-select__flag.custom-select__flag-bb {
    height: 14px;
    background-position: -396px 0;
}
.custom-select__flag.custom-select__flag-bd {
    height: 12px;
    background-position: -418px 0;
}
.custom-select__flag.custom-select__flag-be {
    height: 15px;
    background-position: -440px 0;
}
.custom-select__flag.custom-select__flag-bf {
    height: 14px;
    background-position: -460px 0;
}
.custom-select__flag.custom-select__flag-bg {
    height: 12px;
    background-position: -482px 0;
}
.custom-select__flag.custom-select__flag-bh {
    height: 12px;
    background-position: -504px 0;
}
.custom-select__flag.custom-select__flag-bi {
    height: 12px;
    background-position: -526px 0;
}
.custom-select__flag.custom-select__flag-bj {
    height: 14px;
    background-position: -548px 0;
}
.custom-select__flag.custom-select__flag-bl {
    height: 14px;
    background-position: -570px 0;
}
.custom-select__flag.custom-select__flag-bm {
    height: 10px;
    background-position: -592px 0;
}
.custom-select__flag.custom-select__flag-bn {
    height: 10px;
    background-position: -614px 0;
}
.custom-select__flag.custom-select__flag-bo {
    height: 14px;
    background-position: -636px 0;
}
.custom-select__flag.custom-select__flag-bq {
    height: 14px;
    background-position: -658px 0;
}
.custom-select__flag.custom-select__flag-br {
    height: 14px;
    background-position: -680px 0;
}
.custom-select__flag.custom-select__flag-bs {
    height: 10px;
    background-position: -702px 0;
}
.custom-select__flag.custom-select__flag-bt {
    height: 14px;
    background-position: -724px 0;
}
.custom-select__flag.custom-select__flag-bv {
    height: 15px;
    background-position: -746px 0;
}
.custom-select__flag.custom-select__flag-bw {
    height: 14px;
    background-position: -768px 0;
}
.custom-select__flag.custom-select__flag-by {
    height: 10px;
    background-position: -790px 0;
}
.custom-select__flag.custom-select__flag-bz {
    height: 14px;
    background-position: -812px 0;
}
.custom-select__flag.custom-select__flag-ca {
    height: 10px;
    background-position: -834px 0;
}
.custom-select__flag.custom-select__flag-cc {
    height: 10px;
    background-position: -856px 0;
}
.custom-select__flag.custom-select__flag-cd {
    height: 15px;
    background-position: -878px 0;
}
.custom-select__flag.custom-select__flag-cf {
    height: 14px;
    background-position: -900px 0;
}
.custom-select__flag.custom-select__flag-cg {
    height: 14px;
    background-position: -922px 0;
}
.custom-select__flag.custom-select__flag-ch {
    height: 15px;
    background-position: -944px 0;
}
.custom-select__flag.custom-select__flag-ci {
    height: 14px;
    background-position: -961px 0;
}
.custom-select__flag.custom-select__flag-ck {
    height: 10px;
    background-position: -983px 0;
}
.custom-select__flag.custom-select__flag-cl {
    height: 14px;
    background-position: -1005px 0;
}
.custom-select__flag.custom-select__flag-cm {
    height: 14px;
    background-position: -1027px 0;
}
.custom-select__flag.custom-select__flag-cn {
    height: 14px;
    background-position: -1049px 0;
}
.custom-select__flag.custom-select__flag-co {
    height: 14px;
    background-position: -1071px 0;
}
.custom-select__flag.custom-select__flag-cp {
    height: 14px;
    background-position: -1093px 0;
}
.custom-select__flag.custom-select__flag-cr {
    height: 12px;
    background-position: -1115px 0;
}
.custom-select__flag.custom-select__flag-cu {
    height: 10px;
    background-position: -1137px 0;
}
.custom-select__flag.custom-select__flag-cv {
    height: 12px;
    background-position: -1159px 0;
}
.custom-select__flag.custom-select__flag-cw {
    height: 14px;
    background-position: -1181px 0;
}
.custom-select__flag.custom-select__flag-cx {
    height: 10px;
    background-position: -1203px 0;
}
.custom-select__flag.custom-select__flag-cy {
    height: 14px;
    background-position: -1225px 0;
}
.custom-select__flag.custom-select__flag-cz {
    height: 14px;
    background-position: -1247px 0;
}
.custom-select__flag.custom-select__flag-de {
    height: 12px;
    background-position: -1269px 0;
}
.custom-select__flag.custom-select__flag-dg {
    height: 10px;
    background-position: -1291px 0;
}
.custom-select__flag.custom-select__flag-dj {
    height: 14px;
    background-position: -1313px 0;
}
.custom-select__flag.custom-select__flag-dk {
    height: 15px;
    background-position: -1335px 0;
}
.custom-select__flag.custom-select__flag-dm {
    height: 10px;
    background-position: -1357px 0;
}
.custom-select__flag.custom-select__flag-do {
    height: 14px;
    background-position: -1379px 0;
}
.custom-select__flag.custom-select__flag-dz {
    height: 14px;
    background-position: -1401px 0;
}
.custom-select__flag.custom-select__flag-ea {
    height: 14px;
    background-position: -1423px 0;
}
.custom-select__flag.custom-select__flag-ec {
    height: 14px;
    background-position: -1445px 0;
}
.custom-select__flag.custom-select__flag-ee {
    height: 13px;
    background-position: -1467px 0;
}
.custom-select__flag.custom-select__flag-eg {
    height: 14px;
    background-position: -1489px 0;
}
.custom-select__flag.custom-select__flag-eh {
    height: 10px;
    background-position: -1511px 0;
}
.custom-select__flag.custom-select__flag-er {
    height: 10px;
    background-position: -1533px 0;
}
.custom-select__flag.custom-select__flag-es {
    height: 14px;
    background-position: -1555px 0;
}
.custom-select__flag.custom-select__flag-et {
    height: 10px;
    background-position: -1577px 0;
}
.custom-select__flag.custom-select__flag-eu {
    height: 14px;
    background-position: -1599px 0;
}
.custom-select__flag.custom-select__flag-fi {
    height: 12px;
    background-position: -1621px 0;
}
.custom-select__flag.custom-select__flag-fj {
    height: 10px;
    background-position: -1643px 0;
}
.custom-select__flag.custom-select__flag-fk {
    height: 10px;
    background-position: -1665px 0;
}
.custom-select__flag.custom-select__flag-fm {
    height: 11px;
    background-position: -1687px 0;
}
.custom-select__flag.custom-select__flag-fo {
    height: 15px;
    background-position: -1709px 0;
}
.custom-select__flag.custom-select__flag-fr {
    height: 14px;
    background-position: -1731px 0;
}
.custom-select__flag.custom-select__flag-ga {
    height: 15px;
    background-position: -1753px 0;
}
.custom-select__flag.custom-select__flag-gb {
    height: 10px;
    background-position: -1775px 0;
}
.custom-select__flag.custom-select__flag-gd {
    height: 12px;
    background-position: -1797px 0;
}
.custom-select__flag.custom-select__flag-ge {
    height: 14px;
    background-position: -1819px 0;
}
.custom-select__flag.custom-select__flag-gf {
    height: 14px;
    background-position: -1841px 0;
}
.custom-select__flag.custom-select__flag-gg {
    height: 14px;
    background-position: -1863px 0;
}
.custom-select__flag.custom-select__flag-gh {
    height: 14px;
    background-position: -1885px 0;
}
.custom-select__flag.custom-select__flag-gi {
    height: 10px;
    background-position: -1907px 0;
}
.custom-select__flag.custom-select__flag-gl {
    height: 14px;
    background-position: -1929px 0;
}
.custom-select__flag.custom-select__flag-gm {
    height: 14px;
    background-position: -1951px 0;
}
.custom-select__flag.custom-select__flag-gn {
    height: 14px;
    background-position: -1973px 0;
}
.custom-select__flag.custom-select__flag-gp {
    height: 14px;
    background-position: -1995px 0;
}
.custom-select__flag.custom-select__flag-gq {
    height: 14px;
    background-position: -2017px 0;
}
.custom-select__flag.custom-select__flag-gr {
    height: 14px;
    background-position: -2039px 0;
}
.custom-select__flag.custom-select__flag-gs {
    height: 10px;
    background-position: -2061px 0;
}
.custom-select__flag.custom-select__flag-gt {
    height: 13px;
    background-position: -2083px 0;
}
.custom-select__flag.custom-select__flag-gu {
    height: 11px;
    background-position: -2105px 0;
}
.custom-select__flag.custom-select__flag-gw {
    height: 10px;
    background-position: -2127px 0;
}
.custom-select__flag.custom-select__flag-gy {
    height: 12px;
    background-position: -2149px 0;
}
.custom-select__flag.custom-select__flag-hk {
    height: 14px;
    background-position: -2171px 0;
}
.custom-select__flag.custom-select__flag-hm {
    height: 10px;
    background-position: -2193px 0;
}
.custom-select__flag.custom-select__flag-hn {
    height: 10px;
    background-position: -2215px 0;
}
.custom-select__flag.custom-select__flag-hr {
    height: 10px;
    background-position: -2237px 0;
}
.custom-select__flag.custom-select__flag-ht {
    height: 12px;
    background-position: -2259px 0;
}
.custom-select__flag.custom-select__flag-hu {
    height: 10px;
    background-position: -2281px 0;
}
.custom-select__flag.custom-select__flag-ic {
    height: 14px;
    background-position: -2303px 0;
}
.custom-select__flag.custom-select__flag-id {
    height: 14px;
    background-position: -2325px 0;
}
.custom-select__flag.custom-select__flag-ie {
    height: 10px;
    background-position: -2347px 0;
}
.custom-select__flag.custom-select__flag-il {
    height: 15px;
    background-position: -2369px 0;
}
.custom-select__flag.custom-select__flag-im {
    height: 10px;
    background-position: -2391px 0;
}
.custom-select__flag.custom-select__flag-in {
    height: 14px;
    background-position: -2413px 0;
}
.custom-select__flag.custom-select__flag-io {
    height: 10px;
    background-position: -2435px 0;
}
.custom-select__flag.custom-select__flag-iq {
    height: 14px;
    background-position: -2457px 0;
}
.custom-select__flag.custom-select__flag-ir {
    height: 12px;
    background-position: -2479px 0;
}
.custom-select__flag.custom-select__flag-is {
    height: 15px;
    background-position: -2501px 0;
}
.custom-select__flag.custom-select__flag-it {
    height: 14px;
    background-position: -2523px 0;
}
.custom-select__flag.custom-select__flag-je {
    height: 12px;
    background-position: -2545px 0;
}
.custom-select__flag.custom-select__flag-jm {
    height: 10px;
    background-position: -2567px 0;
}
.custom-select__flag.custom-select__flag-jo {
    height: 10px;
    background-position: -2589px 0;
}
.custom-select__flag.custom-select__flag-jp {
    height: 14px;
    background-position: -2611px 0;
}
.custom-select__flag.custom-select__flag-ke {
    height: 14px;
    background-position: -2633px 0;
}
.custom-select__flag.custom-select__flag-kg {
    height: 12px;
    background-position: -2655px 0;
}
.custom-select__flag.custom-select__flag-kh {
    height: 13px;
    background-position: -2677px 0;
}
.custom-select__flag.custom-select__flag-ki {
    height: 10px;
    background-position: -2699px 0;
}
.custom-select__flag.custom-select__flag-km {
    height: 12px;
    background-position: -2721px 0;
}
.custom-select__flag.custom-select__flag-kn {
    height: 14px;
    background-position: -2743px 0;
}
.custom-select__flag.custom-select__flag-kp {
    height: 10px;
    background-position: -2765px 0;
}
.custom-select__flag.custom-select__flag-kr {
    height: 14px;
    background-position: -2787px 0;
}
.custom-select__flag.custom-select__flag-kw {
    height: 10px;
    background-position: -2809px 0;
}
.custom-select__flag.custom-select__flag-ky {
    height: 10px;
    background-position: -2831px 0;
}
.custom-select__flag.custom-select__flag-kz {
    height: 10px;
    background-position: -2853px 0;
}
.custom-select__flag.custom-select__flag-la {
    height: 14px;
    background-position: -2875px 0;
}
.custom-select__flag.custom-select__flag-lb {
    height: 14px;
    background-position: -2897px 0;
}
.custom-select__flag.custom-select__flag-lc {
    height: 10px;
    background-position: -2919px 0;
}
.custom-select__flag.custom-select__flag-li {
    height: 12px;
    background-position: -2941px 0;
}
.custom-select__flag.custom-select__flag-lk {
    height: 10px;
    background-position: -2963px 0;
}
.custom-select__flag.custom-select__flag-lr {
    height: 11px;
    background-position: -2985px 0;
}
.custom-select__flag.custom-select__flag-ls {
    height: 14px;
    background-position: -3007px 0;
}
.custom-select__flag.custom-select__flag-lt {
    height: 12px;
    background-position: -3029px 0;
}
.custom-select__flag.custom-select__flag-lu {
    height: 12px;
    background-position: -3051px 0;
}
.custom-select__flag.custom-select__flag-lv {
    height: 10px;
    background-position: -3073px 0;
}
.custom-select__flag.custom-select__flag-ly {
    height: 10px;
    background-position: -3095px 0;
}
.custom-select__flag.custom-select__flag-ma {
    height: 14px;
    background-position: -3117px 0;
}
.custom-select__flag.custom-select__flag-mc {
    height: 15px;
    background-position: -3139px 0;
}
.custom-select__flag.custom-select__flag-md {
    height: 10px;
    background-position: -3160px 0;
}
.custom-select__flag.custom-select__flag-me {
    height: 10px;
    background-position: -3182px 0;
}
.custom-select__flag.custom-select__flag-mf {
    height: 14px;
    background-position: -3204px 0;
}
.custom-select__flag.custom-select__flag-mg {
    height: 14px;
    background-position: -3226px 0;
}
.custom-select__flag.custom-select__flag-mh {
    height: 11px;
    background-position: -3248px 0;
}
.custom-select__flag.custom-select__flag-mk {
    height: 10px;
    background-position: -3270px 0;
}
.custom-select__flag.custom-select__flag-ml {
    height: 14px;
    background-position: -3292px 0;
}
.custom-select__flag.custom-select__flag-mm {
    height: 14px;
    background-position: -3314px 0;
}
.custom-select__flag.custom-select__flag-mn {
    height: 10px;
    background-position: -3336px 0;
}
.custom-select__flag.custom-select__flag-mo {
    height: 14px;
    background-position: -3358px 0;
}
.custom-select__flag.custom-select__flag-mp {
    height: 10px;
    background-position: -3380px 0;
}
.custom-select__flag.custom-select__flag-mq {
    height: 14px;
    background-position: -3402px 0;
}
.custom-select__flag.custom-select__flag-mr {
    height: 14px;
    background-position: -3424px 0;
}
.custom-select__flag.custom-select__flag-ms {
    height: 10px;
    background-position: -3446px 0;
}
.custom-select__flag.custom-select__flag-mt {
    height: 14px;
    background-position: -3468px 0;
}
.custom-select__flag.custom-select__flag-mu {
    height: 14px;
    background-position: -3490px 0;
}
.custom-select__flag.custom-select__flag-mv {
    height: 14px;
    background-position: -3512px 0;
}
.custom-select__flag.custom-select__flag-mw {
    height: 14px;
    background-position: -3534px 0;
}
.custom-select__flag.custom-select__flag-mx {
    height: 12px;
    background-position: -3556px 0;
}
.custom-select__flag.custom-select__flag-my {
    height: 10px;
    background-position: -3578px 0;
}
.custom-select__flag.custom-select__flag-mz {
    height: 14px;
    background-position: -3600px 0;
}
.custom-select__flag.custom-select__flag-na {
    height: 14px;
    background-position: -3622px 0;
}
.custom-select__flag.custom-select__flag-nc {
    height: 10px;
    background-position: -3644px 0;
}
.custom-select__flag.custom-select__flag-ne {
    height: 15px;
    background-position: -3666px 0;
}
.custom-select__flag.custom-select__flag-nf {
    height: 10px;
    background-position: -3686px 0;
}
.custom-select__flag.custom-select__flag-ng {
    height: 10px;
    background-position: -3708px 0;
}
.custom-select__flag.custom-select__flag-ni {
    height: 12px;
    background-position: -3730px 0;
}
.custom-select__flag.custom-select__flag-nl {
    height: 14px;
    background-position: -3752px 0;
}
.custom-select__flag.custom-select__flag-no {
    height: 15px;
    background-position: -3774px 0;
}
.custom-select__flag.custom-select__flag-np {
    height: 15px;
    background-position: -3796px 0;
}
.custom-select__flag.custom-select__flag-nr {
    height: 10px;
    background-position: -3811px 0;
}
.custom-select__flag.custom-select__flag-nu {
    height: 10px;
    background-position: -3833px 0;
}
.custom-select__flag.custom-select__flag-nz {
    height: 10px;
    background-position: -3855px 0;
}
.custom-select__flag.custom-select__flag-om {
    height: 10px;
    background-position: -3877px 0;
}
.custom-select__flag.custom-select__flag-pa {
    height: 14px;
    background-position: -3899px 0;
}
.custom-select__flag.custom-select__flag-pe {
    height: 14px;
    background-position: -3921px 0;
}
.custom-select__flag.custom-select__flag-pf {
    height: 14px;
    background-position: -3943px 0;
}
.custom-select__flag.custom-select__flag-pg {
    height: 15px;
    background-position: -3965px 0;
}
.custom-select__flag.custom-select__flag-ph {
    height: 10px;
    background-position: -3987px 0;
}
.custom-select__flag.custom-select__flag-pk {
    height: 14px;
    background-position: -4009px 0;
}
.custom-select__flag.custom-select__flag-pl {
    height: 13px;
    background-position: -4031px 0;
}
.custom-select__flag.custom-select__flag-pm {
    height: 14px;
    background-position: -4053px 0;
}
.custom-select__flag.custom-select__flag-pn {
    height: 10px;
    background-position: -4075px 0;
}
.custom-select__flag.custom-select__flag-pr {
    height: 14px;
    background-position: -4097px 0;
}
.custom-select__flag.custom-select__flag-ps {
    height: 10px;
    background-position: -4119px 0;
}
.custom-select__flag.custom-select__flag-pt {
    height: 14px;
    background-position: -4141px 0;
}
.custom-select__flag.custom-select__flag-pw {
    height: 13px;
    background-position: -4163px 0;
}
.custom-select__flag.custom-select__flag-py {
    height: 11px;
    background-position: -4185px 0;
}
.custom-select__flag.custom-select__flag-qa {
    height: 8px;
    background-position: -4207px 0;
}
.custom-select__flag.custom-select__flag-re {
    height: 14px;
    background-position: -4229px 0;
}
.custom-select__flag.custom-select__flag-ro {
    height: 14px;
    background-position: -4251px 0;
}
.custom-select__flag.custom-select__flag-rs {
    height: 14px;
    background-position: -4273px 0;
}
.custom-select__flag.custom-select__flag-ru {
    height: 14px;
    background-position: -4295px 0;
}
.custom-select__flag.custom-select__flag-rw {
    height: 14px;
    background-position: -4317px 0;
}
.custom-select__flag.custom-select__flag-sa {
    height: 14px;
    background-position: -4339px 0;
}
.custom-select__flag.custom-select__flag-sb {
    height: 10px;
    background-position: -4361px 0;
}
.custom-select__flag.custom-select__flag-sc {
    height: 10px;
    background-position: -4383px 0;
}
.custom-select__flag.custom-select__flag-sd {
    height: 10px;
    background-position: -4405px 0;
}
.custom-select__flag.custom-select__flag-se {
    height: 13px;
    background-position: -4427px 0;
}
.custom-select__flag.custom-select__flag-sg {
    height: 14px;
    background-position: -4449px 0;
}
.custom-select__flag.custom-select__flag-sh {
    height: 10px;
    background-position: -4471px 0;
}
.custom-select__flag.custom-select__flag-si {
    height: 10px;
    background-position: -4493px 0;
}
.custom-select__flag.custom-select__flag-sj {
    height: 15px;
    background-position: -4515px 0;
}
.custom-select__flag.custom-select__flag-sk {
    height: 14px;
    background-position: -4537px 0;
}
.custom-select__flag.custom-select__flag-sl {
    height: 14px;
    background-position: -4559px 0;
}
.custom-select__flag.custom-select__flag-sm {
    height: 15px;
    background-position: -4581px 0;
}
.custom-select__flag.custom-select__flag-sn {
    height: 14px;
    background-position: -4603px 0;
}
.custom-select__flag.custom-select__flag-so {
    height: 14px;
    background-position: -4625px 0;
}
.custom-select__flag.custom-select__flag-sr {
    height: 14px;
    background-position: -4647px 0;
}
.custom-select__flag.custom-select__flag-ss {
    height: 10px;
    background-position: -4669px 0;
}
.custom-select__flag.custom-select__flag-st {
    height: 10px;
    background-position: -4691px 0;
}
.custom-select__flag.custom-select__flag-sv {
    height: 12px;
    background-position: -4713px 0;
}
.custom-select__flag.custom-select__flag-sx {
    height: 14px;
    background-position: -4735px 0;
}
.custom-select__flag.custom-select__flag-sy {
    height: 14px;
    background-position: -4757px 0;
}
.custom-select__flag.custom-select__flag-sz {
    height: 14px;
    background-position: -4779px 0;
}
.custom-select__flag.custom-select__flag-ta {
    height: 10px;
    background-position: -4801px 0;
}
.custom-select__flag.custom-select__flag-tc {
    height: 10px;
    background-position: -4823px 0;
}
.custom-select__flag.custom-select__flag-td {
    height: 14px;
    background-position: -4845px 0;
}
.custom-select__flag.custom-select__flag-tf {
    height: 14px;
    background-position: -4867px 0;
}
.custom-select__flag.custom-select__flag-tg {
    height: 13px;
    background-position: -4889px 0;
}
.custom-select__flag.custom-select__flag-th {
    height: 14px;
    background-position: -4911px 0;
}
.custom-select__flag.custom-select__flag-tj {
    height: 10px;
    background-position: -4933px 0;
}
.custom-select__flag.custom-select__flag-tk {
    height: 10px;
    background-position: -4955px 0;
}
.custom-select__flag.custom-select__flag-tl {
    height: 10px;
    background-position: -4977px 0;
}
.custom-select__flag.custom-select__flag-tm {
    height: 14px;
    background-position: -4999px 0;
}
.custom-select__flag.custom-select__flag-tn {
    height: 14px;
    background-position: -5021px 0;
}
.custom-select__flag.custom-select__flag-to {
    height: 10px;
    background-position: -5043px 0;
}
.custom-select__flag.custom-select__flag-tr {
    height: 14px;
    background-position: -5065px 0;
}
.custom-select__flag.custom-select__flag-tt {
    height: 12px;
    background-position: -5087px 0;
}
.custom-select__flag.custom-select__flag-tv {
    height: 10px;
    background-position: -5109px 0;
}
.custom-select__flag.custom-select__flag-tw {
    height: 14px;
    background-position: -5131px 0;
}
.custom-select__flag.custom-select__flag-tz {
    height: 14px;
    background-position: -5153px 0;
}
.custom-select__flag.custom-select__flag-ua {
    height: 14px;
    background-position: -5175px 0;
}
.custom-select__flag.custom-select__flag-ug {
    height: 14px;
    background-position: -5197px 0;
}
.custom-select__flag.custom-select__flag-um {
    height: 11px;
    background-position: -5219px 0;
}
.custom-select__flag.custom-select__flag-un {
    height: 14px;
    background-position: -5241px 0;
}
.custom-select__flag.custom-select__flag-us {
    height: 11px;
    background-position: -5263px 0;
}
.custom-select__flag.custom-select__flag-uy {
    height: 14px;
    background-position: -5285px 0;
}
.custom-select__flag.custom-select__flag-uz {
    height: 10px;
    background-position: -5307px 0;
}
.custom-select__flag.custom-select__flag-va {
    height: 15px;
    background-position: -5329px 0;
}
.custom-select__flag.custom-select__flag-vc {
    height: 14px;
    background-position: -5346px 0;
}
.custom-select__flag.custom-select__flag-ve {
    height: 14px;
    background-position: -5368px 0;
}
.custom-select__flag.custom-select__flag-vg {
    height: 10px;
    background-position: -5390px 0;
}
.custom-select__flag.custom-select__flag-vi {
    height: 14px;
    background-position: -5412px 0;
}
.custom-select__flag.custom-select__flag-vn {
    height: 14px;
    background-position: -5434px 0;
}
.custom-select__flag.custom-select__flag-vu {
    height: 12px;
    background-position: -5456px 0;
}
.custom-select__flag.custom-select__flag-wf {
    height: 14px;
    background-position: -5478px 0;
}
.custom-select__flag.custom-select__flag-ws {
    height: 10px;
    background-position: -5500px 0;
}
.custom-select__flag.custom-select__flag-xk {
    height: 15px;
    background-position: -5522px 0;
}
.custom-select__flag.custom-select__flag-ye {
    height: 14px;
    background-position: -5544px 0;
}
.custom-select__flag.custom-select__flag-yt {
    height: 14px;
    background-position: -5566px 0;
}
.custom-select__flag.custom-select__flag-za {
    height: 14px;
    background-position: -5588px 0;
}
.custom-select__flag.custom-select__flag-zm {
    height: 14px;
    background-position: -5610px 0;
}
.custom-select__flag.custom-select__flag-zw {
    height: 10px;
    background-position: -5632px 0;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/Gilroy-Light.woff2) format("woff2"), url(../fonts/Gilroy-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/Gilroy-Semibold.woff2) format("woff2"), url(../fonts/Gilroy-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/Gilroy-LightItalic.woff2) format("woff2"), url(../fonts/Gilroy-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/Gilroy-RegularItalic.woff2) format("woff2"), url(../fonts/Gilroy-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
small {
    font-size: inherit;
}
.title {
    font-size: 36px;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1399 - 320)));
    font-weight: 700;
}
.article h2,
.article h3,
.title {
    line-height: 1.1;
    display: block;
}
.article h2 small,
.article h3 small,
.title small {
    font-weight: 300;
    font-size: 0.83333em;
    display: block;
}
.article h2,
.title--h3 {
    font-size: 24px;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1399 - 320)));
}
.article h3,
.title--h4 {
    font-size: 18px;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1399 - 320)));
}
.title--h5 {
    font-size: 1em !important;
}
.title--light {
    font-weight: 300;
}
.title--reg {
    font-weight: 400;
}
.article h2,
.article h3,
.items-list li strong,
.title--semi {
    font-weight: 600;
}
.title--ttu {
    text-transform: uppercase;
}
.title--lg {
    font-size: 80px;
    font-size: calc(36px + (80 - 36) * ((100vw - 320px) / (1399 - 320)));
    line-height: 1;
}
.title--lg small,
.title--md small,
.title--md-s small {
    font-size: 1em;
}
.title--md,
.title--md-s {
    font-size: 72px;
    font-size: calc(30px + (72 - 30) * ((100vw - 320px) / (1399 - 320)));
    line-height: 1;
}
.title--md-s {
    font-size: 48px;
    font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (1399 - 320)));
}
.title--inl small {
    display: inline;
}
.item-pres-table table,
.item-pres-table table th small,
.text--light {
    font-weight: 300;
}
.text--gray-100 {
    color: #848484;
}
.nav a.is-active,
.nav button.is-active,
.text--white-dark {
    color: #c9c9c9;
}
.text--md {
    font-size: 1.2em;
}
body {
    background: #fff;
    line-height: 1.4;
    font-size: 15px;
    min-width: 320px;
    font-family: "gilroy", Arial, sans-serif;
    color: #000;
}
body.no-scroll {
    overflow: hidden;
}
body.no-scroll .footer,
body.no-scroll .main,
body.no-scroll.has-open-popup .header {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
body.no-scroll.has-open-popup .header {
    z-index: 1;
}
.no-touch body.no-scroll {
    margin-right: 17px;
}
.icon {
    display: inline-block;
    fill: currentColor;
    font-size: inherit;
}
.lazy.is-loaded:not(.no-fade-in) {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.out.has-fixed-header {
    padding-top: 55px;
}
.container {
    width: 100%;
}
.container,
.slider__pagination {
    padding-left: 50px;
    padding-right: 50px;
}
.container--md,
.slider--hero__wrap .slider__pagination {
    padding-left: 170px;
    padding-right: 170px;
}
.container--sm {
    padding-left: 95px;
    padding-right: 95px;
}
.container--xs {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 940px;
}
.close,
.logo {
    display: inline-block;
}
.logo {
    font-size: 0;
}
.close {
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    transition: color 0.3s;
}
.close::after,
.close::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: currentColor;
    top: 0;
    left: 50%;
}
.close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.no-touch .close:hover {
    color: #f46f16;
}
.close--sm {
    width: 15px;
    height: 15px;
}
.contact-man {
    text-align: center;
}
.contact-man__text {
    margin-bottom: 15px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.price {
    font-size: em(14);
    font-weight: 700;
    color: #f46f16;
}
.price small {
    font-weight: 300;
    color: #848484;
    font-size: 14px;
}
.price--lg {
    font-size: 36px;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1399 - 320)));
}
.price--lg small {
    font-size: 15px;
}
.video-btn,
.video-btn__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.video-btn__btn {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 12px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.5s;
}
.no-touch .video-btn__btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.video-btn__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #f46f16;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.video-btn__btn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #fff;
    display: block;
    margin-left: 0.3em;
    z-index: 1;
}
.fancy-title {
    position: relative;
    padding-top: 17%;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
}
.fancy-title::before {
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #fff;
    bottom: -2px;
    position: absolute;
}
.fancy-title svg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    z-index: 1;
}
.fancy-title video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.fancy-title svg rect {
    fill: #fff;
}
.fancy-title__inner-mob {
    display: none;
}
.fancy-title__text:not(:first-child) {
    margin-top: -0.5em;
}
.fancy-title--production svg > rect {
    -webkit-mask: url(#production-mask);
    mask: url(#production-mask);
}
.fancy-title--warranty svg > rect {
    -webkit-mask: url(#warranty-mask);
    mask: url(#warranty-mask);
}
.quote {
    position: relative;
    padding-top: 1.46667em;
}
.quote__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.quote__title::before {
    content: "";
    width: 45px;
    border-top: 1px solid currentColor;
    bottom: 0;
    left: 0;
    position: absolute;
}
.quote__text {
    font-style: italic;
    font-size: 1.2em;
    font-weight: 300;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}
.quote__subttl {
    font-size: 13px;
    color: #848484;
    font-weight: 300;
}
.quote__icon {
    opacity: 0.07;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 20%;
}
.quote__icon .icon {
    font-size: 3.66667em;
}
.quote__sign {
    text-align: right;
    font-size: 0;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.fadeInLeftSmooth,
.fadeInUp,
.fadeInUpSmooth {
    -webkit-animation-name: fadeInUpSmooth;
    animation-name: fadeInUpSmooth;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeInLeftSmooth,
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInLeftSmooth {
    -webkit-animation-name: fadeInLeftSmooth;
    animation-name: fadeInLeftSmooth;
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    color: #fff;
    transition: background-color 0.3s;
}
.header.is-white {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(1, 0, 0, 0.17);
    color: inherit;
}
.header.is-fixed {
    position: fixed;
}
.header.is-fixed .header__inner {
    height: 55px;
}
.header__inner {
    height: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header__nav {
    text-align: right;
}
.header__burger {
    margin-left: 15px;
    display: none;
    z-index: 11;
}
.header__logo {
    z-index: 11;
}
.header__close {
    display: none;
}
.burger,
.hero {
    position: relative;
}
.burger {
    display: block;
    width: 28px;
    height: 28px;
}
.burger span:after,
.burger span:before {
    content: "";
    position: absolute;
    left: 0;
}
.burger span:after {
    top: 5px;
}
.burger span:before {
    bottom: 5px;
}
.burger span,
.burger span:after,
.burger span:before {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.burger.is-active span {
    background-color: transparent;
}
.burger.is-active span:before {
    -webkit-transform: rotate(45deg) translate(-7px, -5px);
    transform: rotate(45deg) translate(-7px, -5px);
}
.burger.is-active span:after {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
}
.hero {
    color: #fff;
    overflow: hidden;
}
.hero__inner {
    padding-top: 14%;
    padding-bottom: 11%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.hero__title {
    margin-bottom: 10px;
}
.hero__bg,
.hero__word {
    position: absolute;
    z-index: 0;
}
.hero__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    left: 0;
    bottom: 0;
    background-color: #767676;
    top: 0;
    right: 0;
}
.hero-slide__bg video,
.hero__bg video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__bg.is-animated {
    -webkit-animation: scale 10s infinite alternate;
    animation: scale 10s infinite alternate;
}
.hero__word {
    right: -5%;
    top: 5%;
    opacity: 0.1;
    font-weight: 700;
    font-size: 240px;
    font-size: calc(100px + (240 - 100) * ((100vw - 320px) / (1399 - 320)));
}
.hero--item {
    color: inherit;
    background-color: #f9f9f9;
}
.hero--item .hero__inner {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hero--item .hero__left,
.hero--item .hero__right {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50%;
}
.hero--item .hero__img {
    text-align: center;
}
.hero--item .hero__content {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.hero-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.hero-slide::before,
.hero-slide__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.hero-slide::before {
    content: "";
    height: 30%;
    background-image: linear-gradient(to top, transparent 0%, #000 100%);
    z-index: 1;
}
.hero-slide__bg {
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #000;
}
.swiper-slide-active .hero-slide__bg.is-animated.is-loaded {
    -webkit-animation: scale 5s;
    animation: scale 5s;
}
.hero-slide__inner {
    position: relative;
    z-index: 2;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
}
.hero-slide__content {
    max-width: 545px;
}
.hero-slide__subttl{
	text-shadow: -1px -1px 1px black;
},
.hero-slide__title {
    margin-bottom: 15px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.hero-slide__title {
    margin-bottom: 10px;
}
.hero-slide--center .hero-slide__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hero-slide--right .hero-slide__content {
    margin-left: auto;
}
.hero-slide--half::before {
    content: "";
    display: none;
}
.hero-slide--half .hero-slide__inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}
.hero-slide--half .hero-slide__left,
.hero-slide--half .hero-slide__right {
    width: 50%;
    background-color: #000;
}
.hero-slide--half .hero-slide__left {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-right: 15px;
    padding-left: 100px;
}
.hero-slide--half .hero-slide__right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.hero-slide--half .hero-slide__subttl,
.hero-slide--half .hero-slide__title {
    margin-bottom: 30px;
}
.nav li,
.section__img img {
    display: inline-block;
}
.nav li:not(:first-child) {
    margin-left: 35px;
}
.nav a,
.nav button {
    text-transform: uppercase;
    transition: color 0.3s;
}
.no-touch .nav a:hover,
.no-touch .nav button:hover {
    color: #c9c9c9;
}
.header.is-white .nav a.is-active,
.header.is-white .nav button.is-active,
.no-touch .header.is-white .nav a:hover,
.no-touch .header.is-white .nav button:hover {
    color: #767676;
}
.nav--footer li {
    display: block;
}
.nav--footer li:not(:first-child) {
    margin-left: 0;
}
.nav--footer li:not(:last-child) {
    margin-bottom: 10px;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #f46f16;
    border: 1px solid #f46f16;
    text-align: center;
    text-transform: uppercase;
    min-width: 180px;
    padding: 0.7em 1em 0.5em;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s, color 0.5s, border-color 0.5s;
}
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-color: #fff;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.no-touch .btn:hover:not(.btn--no-hover),
.no-touch .item-pres-table table button:not(.btn):hover {
    color: #f46f16;
}
.no-touch .btn:hover:not(.btn--no-hover)::before {
    content: "";
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn > span {
    position: relative;
    z-index: 1;
}
.btn .icon {
    font-size: 1.3em;
    margin-left: 0.4em;
}
.btn--transp-gray {
    color: #474747;
    background-color: transparent;
    border-color: #bababa;
}
.no-touch .btn--transp-gray:hover {
    background-color: transparent;
    color: #f46f16;
    border-color: #f46f16;
}
.btn--full {
    min-width: 0;
    width: 100%;
}
.btn--comb {
    height: 39px;
    min-width: 39px;
    border: 2px solid currentColor;
    color: #f46f16;
    position: relative;
    border-radius: 25px;
    background-color: #fff;
    padding: 0.6em 0.5em 0.5em;
    font-weight: 700;
    text-transform: none;
    overflow: hidden;
}
.btn--comb::before {
    content: "";
    display: none;
}
.no-touch .btn--comb:hover:not(.btn--no-hover) {
    color: #fff;
}
.no-touch .btn--comb:hover:not(.btn--no-hover) span {
    max-height: none;
    max-width: 300px;
    margin-left: 10px;
}
.btn--comb span {
    position: relative;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    display: block;
    top: -0.1em;
    transition: transform 0.3s, max-width 0.3s, margin 0.3s;
    transition: transform 0.3s, max-width 0.3s, margin 0.3s, -webkit-transform 0.3s;
}
.btn--comb .icon {
    font-size: 1.2em;
    margin-left: 0;
}
.no-touch .btn--comb:hover {
    background-color: #f46f16;
    border-color: #f46f16;
    color: #fff;
}
.btn--comb-sm {
    height: 17px;
    width: 17px;
    min-width: 0;
    border-width: 1px;
    padding: 0;
    font-size: 0.6em;
}
.no-touch .btn--comb-sm:hover:not(.btn--no-hover) span {
    max-height: 0;
    max-width: 0;
    margin-left: 0;
}
.btn--white-hover::before {
    content: "";
    background-color: #f46f16;
}
.next,
.prev {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.2;
    box-shadow: 1px 1px 8px rgba(51, 51, 51, 0.3);
    width: 45px;
    height: 45px;
    padding: 5px 0;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.next::before,
.prev::before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    margin-left: 0.6em;
}
.no-touch .next:hover,
.no-touch .prev:hover {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
    opacity: 1;
}
.next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.no-touch .next:hover {
    -webkit-transform: translate(5px, 0) scaleX(-1);
    transform: translate(5px, 0) scaleX(-1);
}
.next-hor,
.next-vert,
.prev-hor,
.prev-vert {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    width: 25px;
    height: 25px;
    transition: background-color 0.3s;
}
.no-touch .next-hor:hover,
.no-touch .next-vert:hover,
.no-touch .prev-hor:hover,
.no-touch .prev-vert:hover {
    background-color: #e6e6e6;
}
.prev-vert::before {
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.next-hor::before,
.next-vert::before,
.prev-hor::before,
.prev-vert::before {
    width: 8px;
    height: 8px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    display: block;
    margin-top: 0.3em;
}
.next-vert::before {
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.next-vert {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.next-hor::before,
.prev-hor::before {
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.next-hor {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.slider__wrap {
    position: relative;
    overflow: hidden;
}
.slider__wrap * {
    box-sizing: border-box;
}
.slider__controls {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
.slider__prev {
    position: absolute;
    left: 0;
}
.slider__next {
    position: absolute;
    right: 0;
}
.slider__pagination {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: right;
}
.slider__pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 55px;
    height: 25px;
    color: #fff;
    margin-right: 7px;
    margin-left: 7px;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.slider__pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #f46f16;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.slider__pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #fff;
    left: 0;
    right: 0;
    z-index: 0;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.slider__pagination:not(.no-autoplay) .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    -webkit-animation: progressBar 5s forwards linear;
    animation: progressBar 5s forwards linear;
}
.slider--products__wrap,
.slider--thumbs__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-wrap: nowrap;
}
.slider--thumbs__wrap {
    position: absolute;
    left: 0;
    right: 30px;
    bottom: 0;
    top: 0;
    flex-direction: column;
}
.slider--thumbs__wrap .swiper-container {
    flex-grow: 1;
    margin-bottom: 4px;
    width: 100%;
}
.slider--thumbs__wrap .slider__controls {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: nowrap;
}
.slider--thumbs__wrap .slider__next,
.slider--thumbs__wrap .slider__prev {
    position: static;
    width: calc(50% - 2px);
}
.slider--thumbs__wrap .slider__prev {
    margin-right: 2px;
}
.slider--thumbs__wrap .slider__next {
    margin-left: 2px;
}
.slider--products__wrap {
    flex-direction: row;
}
.slider--products__wrap .swiper-container {
    flex-grow: 1;
}
.slider--products__wrap .slider__next,
.slider--products__wrap .slider__prev {
    height: auto;
    width: 25px;
    flex: 0 0 25px;
    top: 0;
    bottom: 0;
    z-index: 2;
    position: static;
}
.slider--products__wrap .slider__next.swiper-button-disabled,
.slider--products__wrap .slider__prev.swiper-button-disabled {
    display: none;
}
.slider--products__wrap .slider__next {
    right: 0;
    margin-left: 10px;
}
.slider--products__wrap .slider__prev {
    left: 0;
    margin-right: 10px;
}
.slider--half__wrap .slider__pagination {
    bottom: auto;
    top: 40px;
    padding-right: 0;
    width: 50%;
    right: 0;
    left: auto;
    text-align: left;
    padding-left: 35px;
}
.slider--full__wrap .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 50%;
}
.slider--full__wrap .slider__pagination {
    bottom: auto;
    top: 40px;
    width: 100%;
    text-align: left;
}
.footer {
    background-color: #3e4043;
    color: #969696;
}
.footer__inner {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer__middle {
    width: calc(50% - 30px);
    display: flex;
    justify-content: space-around;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.footer__col {
    padding-left: 15px;
    padding-right: 15px;
}
.footer__text {
    color: #6e6e6e;
    font-size: 0.86667em;
    margin-bottom: 15px;
}
.footer__logo {
	text-align: center;
    margin-bottom: 10px;
}
.footer__copy {
    font-family: sans-serif;
}
.footer__copy-mob {
    display: none;
}
.footer__title {
    color: #fff;
}
.footer__social,
.footer__title {
    margin-bottom: 15px;
}
.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer-contact:not(:last-child) {
    margin-bottom: 10px;
}
.footer-contact .icon {
    font-size: 1.2em;
    margin-right: 0.5em;
}
.footer-contact a {
    transition: color 0.3s;
}
.no-touch .footer-contact a:hover {
    color: #f46f16;
}
.social li {
    display: inline-block;
    background-color: #2d2d2d;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    transition: background-color 0.3s;
}
.no-touch .social li:hover {
    background-color: #f46f16;
}
.social a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
    width: 40px;
    height: 40px;
}
.social a .icon {
    font-size: 1.46667em;
}
.section {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
}
.section1 {
	padding-top: 65px;
    position: relative;
}
.section__inner {
    position: relative;
    z-index: 1;
}
.section__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.section--overlay::before,
.section__bg,
.section__bg video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.fooooter-phoone {
	font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}
.section__bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section__title {
    text-align: center;
    margin-bottom: 65px;
}
.article .section__title h2,
.article .section__title h3,
.section__img,
.section__title .article h2,
.section__title .article h3,
.section__title .title {
    margin-bottom: 30px;
}
.section__img {
    font-size: 0;
}
.section__subttl {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    text-align: center;
}
.section--gray-lightest {
    background-color: #f9f9f9;
}
.section--sm {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.section--lg {
    padding-top: 155px;
}
.section--full {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.section--full-children {
    padding: 0 !important;
}
.product:hover .product__title,
.section--white {
    color: #fff;
}
.section--center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.section--bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.section--overlay {
    position: relative;
}
.section--overlay .container,
.section--overlay .slider__pagination {
    z-index: 1;
    position: relative;
}
.section--overlay::before {
    content: "";
    background-image: linear-gradient(to right, black 0%, transparent 100%);
}
.section--black {
    background-color: #000;
    color: #fff;
}
.section-block__title {
    margin-bottom: 15px;
}
.section-block__subttl {
    font-size: 1.2em;
    margin-bottom: 25px;
}
.section-block--md .section-block__title {
    margin-bottom: 25px;
}
.section-block--md .section-block__text {
    max-width: 430px;
}
.section-video {
    color: #fff;
    padding-bottom: 65px;
    padding-left: 50px;
}
.section-video__text {
    width: 50%;
    padding-right: 15px;
}
.section-video__text p {
    width: 100%;
    max-width: 425px;
}
.section-video__text p:not(:last-child) {
    margin-bottom: 25px;
}
.section-video__title {
    margin-bottom: 25px;
    padding-right: 15px;
    max-width: 50%;
}
.section-video__content {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
}
.no-touch .s-frames__inner,
.section-video__btn {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
}
.section-video__btn {
    width: 50%;
}
.no-touch .s-frames {
    height: 300vh;
}
.no-touch .s-frames__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
}
.product-links {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
}
.product-links__item {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
    margin-bottom: 25px;
}
.product-link {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 25% 25px 25px;
    color: #fff;
}
.no-touch .product-link:hover .btn--white-hover {
    color: #f46f16;
    background-color: #fff;
    border-color: #fff;
}
.no-touch .product-link .btn--white-hover:hover {
    color: #fff;
    border-color: #f46f16;
}
.no-touch .product-link .btn--white-hover:hover::before {
    content: "";
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.product-link__content {
    display: block;
	margin-top: 90vh;
}
.product-link__title {
    display: block;
    margin-bottom: 10px;
}
.product-link__subttl {
    display: block;
    margin-bottom: 15px;
    font-size: 1.2em;
}
.product-link__btn {
    display: block;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs .is-active {
    pointer-events: none;
    color: #c9c9c9;
}
.breadcrumbs a {
    transition: color 0.3s;
}
.no-touch .breadcrumbs a:hover {
    color: #c9c9c9;
}
.features-sm {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
}
.features-sm .feature-sm {
    width: 25%;
}
.feature-sm {
    text-align: center;
    background-color: #f9f9f9;
    padding: 10% 15px;
}
.feature-sm:not(:last-child) {
    border-right: 1px solid #eee;
}
.feature-sm__icon {
    color: #f46f16;
    margin-bottom: 25px;
}
.feature-sm__icon .icon {
    font-size: 4.33333em;
}
.features {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
.features__item {
    padding-left: 25px;
    padding-right: 25px;
    width: 33.33333%;
}
.feature {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}
.feature,
.feature__icon,
.text-block {
    display: flex;
    flex-direction: row;
}
.feature__icon {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #f9f9f9;
    color: #f46f16;
    margin-right: 20px;
    transition: color 0.3s, background-color 0.3s;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.feature__icon .icon {
    font-size: 35px;
}
.no-touch .feature--text:hover .feature__icon {
    background-color: #000;
    color: #fff;
}
.feature--text .feature__icon {
    color: inherit;
}
.text-block {
    justify-content: flex-start;
    align-items: normal;
    flex-wrap: wrap;
}
.text-block:not(:last-child),
.text-block__content p:not(:last-child) {
    margin-bottom: 30px;
}
.text-block__left,
.text-block__right {
    width: 50%;
}
.text-block__left {
    font-size: 0;
}
.text-block__left img {
    width: 100%;
}
.text-block__img-wrap {
    text-align: right;
}
.text-block__img-wrap img {
    width: auto;
}
.text-block__right {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
}
.text-block__content {
    padding: 20px 45px;
    text-align: justify;
    max-width: 620px;
}
.text-block__title {
    margin-bottom: 30px;
}
.text-block__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 50%;
    height: 100%;
}
.text-block--reverse .text-block__left {
    order: 1;
}
.text-block--reverse .text-block__right {
    order: 0;
}
.text-block--lg .text-block__content {
    padding-left: 90px;
    max-width: 650px;
}
.text-block--lg .text-block__title {
    margin-bottom: 40px;
}
.terms {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -35px;
    margin-right: -35px;
}
.terms__block {
    padding-left: 35px;
    padding-right: 35px;
    width: 50%;
}
.terms__title {
    margin-bottom: 45px;
}
.terms__item {
    border-bottom: 1px solid #848484;
    padding-bottom: 10px;
}
.article ol:not(:last-child),
.article p:not(:last-child),
.article ul:not(:last-child),
.terms__item:not(:last-child) {
    margin-bottom: 30px;
}
.terms__content {
    max-width: 520px;
}
.products {
    margin-left: -3px;
    margin-right: -3px;
}
.products:after {
    content: " ";
    display: table;
    clear: both;
}
.products__item {
    float: left;
    width: 25%;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
    font-size: 0;
}
.products__item-lg {
    width: 50%;
}
.product {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #f9f9f9;
    position: relative;
    font-size: 15px;
    height: 550px;
}
.product::before {
    content: "";
    border-top: 2px solid #f46f16;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s, visibility 0.3s;
}
.no-touch .popup__link:hover .popup__link-title::before,
.product:hover::before {
    content: "";
    visibility: visible;
    opacity: 1;
}
.product::before,
.product:hover .product__img img {
    visibility: hidden;
    opacity: 0;
}
.product:hover .product__img-img {
    visibility: visible;
    opacity: 1;
}
.product:hover .product__descr {
    display: block;
}
.product__descr,
.product__title-block {
    position: absolute;
    z-index: 1;
    left: 30px;
    right: 30px;
}
.product__descr {
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
    top: 50%;
}
.product__title-block {
    display: block;
    top: 30px;
}
.product__img {
    display: block;
    height: 100%;
    width: 100%;
}
.product__img img,
.product__img-img {
    transition: opacity 0.3s, visibility 0.3s;
}
.product__img img {
    max-height: 70%;
    min-width: 30px;
    min-height: 30px;
}
.product__img img.is-loaded {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product__img-img,
.product__img-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product__img-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}
.product__img-img::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}
.product__bottom {
    display: block;
    width: 100%;
    background-color: #bababa;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.product__title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s;
}
.product__title-lg {
    margin-bottom: 10px;
    display: block;
}
.product__price {
    color: #848484;
}
.product__price .accent {
    font-size: 1.2em;
}
.product__content {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    left: 0;
    padding-left: 45px;
    padding-right: 45px;
}
.product__link {
    display: block;
    flex-grow: 1;
}
.product__text {
    display: block;
    max-width: 500px;
}
.product__text:not(:last-child) {
    margin-bottom: 15px;
}
.product__btn {
    display: block;
}
.product--sm {
    height: 272px;
}
.no-touch .product--lg:hover::before {
    content: "";
    visibility: hidden;
    opacity: 0;
}
.product--lg .product__img-img {
    visibility: visible;
    opacity: 1;
}
.article a {
    color: #1c60a5;
    text-decoration: underline;
}
.article ul li::before {
    content: "\2022";
    display: inline-block;
    color: #f46f16;
    margin-right: 0.3em;
}
.article ol {
    counter-reset: listtext;
}
.article ol > li:before {
    content: counter(listtext) ")";
    counter-increment: listtext;
}
.article ol li::before {
    margin-right: 0.3em;
}
.item-card__inner {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
.item-card__gallery {
    width: 50%;
}
.item-card__content {
    width: 50%;
    padding-left: 52px;
    padding-right: 10.22388%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
}
.item-card__meta {
    width: 80.89552%;
    margin-left: 19.10448%;
}
.item-card__text,
.item-card__title {
    margin-bottom: 15px;
}
.item-card__title,
.items-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.article .item-card__title h2,
.article .item-card__title h3,
.item-card__title .article h2,
.item-card__title .article h3,
.item-card__title .title {
    margin-right: 0.5em;
}
.item-card__list {
    margin-bottom: 35px;
    flex-grow: 1;
}
.items-list li {
    justify-content: space-between;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
.items-list li:first-child {
    border-top: 1px solid #e8e8e8;
}
.item-card-meta-blocks {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}
.item-card-meta-blocks__item {
    padding-left: 2px;
    padding-right: 2px;
    width: 180px;
    margin-bottom: 4px;
}
.item-card-meta-block {
    height: 100%;
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    padding: 18px 10px;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}
.item-card-meta-block.is-active,
.no-touch .item-card-meta-block:hover {
    border-color: #f46f16;
}
.item-card-meta-block__img {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    color: #414141;
}
.item-card-meta-block__img img.is-loaded {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.item-card-meta-block__img .icon {
    font-size: 2.66667em;
    margin-top: -0.1em;
}
.item-card-meta-block__title {
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
}
.item-card-meta-block__icon {
    position: absolute;
    z-index: 1;
    display: block;
    background-color: #fff;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
}
.item-card-meta-block__icon::after,
.item-card-meta-block__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
}
.item-card-meta-block__icon::before {
    width: 10px;
    height: 1px;
}
.item-card-meta-block__icon::after {
    width: 1px;
    height: 10px;
}
.gallery {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}
.gallery__slider,
.gallery__thumbs {
    width: 38.20896%;
    position: relative;
}
.gallery__slider {
    width: 61.79104%;
    overflow: hidden;
}
.gallery__slider .slider,
.gallery__slider .slider__wrap,
.gallery__slider .swiper-container {
    height: 100%;
}
.gallery__img {
    padding-top: 70%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: block;
}
.gallery__img-icon {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}
.gallery__img-icon .icon {
    font-size: 1.33333em;
}
.gallery__thumb {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: #f9f9f9;
}
.popup {
    position: fixed;
    z-index: 15;
    overflow: auto;
    top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    right: 0;
    left: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    visibility: hidden;
    opacity: 0;
}
.is-ready .popup {
    transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1), visibility 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.popup:not(.popup--full) {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 15px;
    text-align: center;
    font-size: 0;
}
.popup:not(.popup--full):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.popup.is-active {
    visibility: visible;
    opacity: 1;
}
.popup.is-active .popup__inner {
    -webkit-transform: translate(0, 0) rotateX(0);
    transform: translate(0, 0) rotateX(0);
}
.popup.is-active .popup__video {
    display: inline-block;
}
.popup__inner,
.popup__item-card {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.popup__inner {
    position: relative;
    background-color: #fff;
    padding: 50px;
    max-width: 550px;
    -webkit-transform: translate(0, 100%) rotateX(45deg);
    transform: translate(0, 100%) rotateX(45deg);
}
.is-ready .popup__inner {
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.popup__item-card {
    text-align: left;
}
.popup__close {
    color: #000;
}
.popup__video {
    display: none;
    font-size: 0;
}
.popup__video video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: calc(100vh - 100px);
    max-height: calc((var(--vh, 1vh) * 100) - 100px);
}
.popup__left,
.popup__right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
.popup__right {
    border-left: 1px solid #3b3b3b;
}
.popup__right .popup__link-img img {
    width: 130%;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 0;
    left: auto;
}
.popup__right .popup__link-title {
    max-width: 80%;
    margin-left: auto;
}
.popup__link,
.popup__link-title {
    display: block;
    position: relative;
    width: 180px;
}
.no-touch .popup__link:hover .popup__link-title {
    border-bottom-color: #f46f16;
}
.popup__link-title {
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
    padding: 0.5em 10px;
    width: 100%;
}
.popup__link-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #f46f16;
    border-bottom: 1px solid #f46f16;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(225deg);
    transform: translate(0, -50%) rotate(225deg);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity, visibility 0.3s;
}
.popup__link-img {
    position: relative;
    padding-top: 130%;
    display: block;
    margin-bottom: 30px;
}
.popup__link-img img {
    position: absolute;
    max-height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.popup--full .popup__inner {
    height: 100%;
    max-width: none;
    text-align: center;
    font-size: 0;
    overflow: auto;
}
.popup--full .popup__inner:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.popup--full .popup__video {
    vertical-align: middle;
}
.popup--dark .popup__inner {
    background-color: rgba(32, 32, 32, 0.95);
}
.popup--dark,
.popup--dark .popup__close {
    color: #fff;
}
.popup--half .popup__inner,
.tech-items {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
}
.popup--half .popup__inner {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: nowrap;
}
.tech-items {
    flex-wrap: wrap;
    margin-bottom: -60px;
}
.tech-items__item {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 60px;
}
.tech-item {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: nowrap;
}
.tech-item__img {
    font-size: 0;
}
.tech-item__content {
    padding-left: 25px;
    max-width: 320px;
}
.tech-item__title {
    margin-bottom: 15px;
}
.tech-item__text {
    margin-bottom: 20px;
}
.tech-item__link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #126eaf;
    font-weight: 300;
}
.tech-item__link .icon {
    font-size: 2em;
    margin-right: 0.65em;
}
.tech-item__link span {
    text-decoration: underline;
}
.contacts {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
}
.contacts__left,
.contacts__right {
    width: 50%;
}
.contacts__right {
    background-color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px;
}
.contacts__img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #767676;
}
.contacts-block {
    color: #fff;
    width: 100%;
    max-width: 625px;
}
.contacts-block__title {
    margin-bottom: 30px;
}
.contacts-block__contacts {
    margin-bottom: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
}
.contacts-block__contacts .contacts-meta {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 45px;
}
.contacts-meta__title {
    font-weight: 300;
    text-transform: uppercase;
    color: #848484;
    margin-bottom: 0.5em;
}
.contacts-meta__text {
    font-size: 1.2em;
}
.contacts-meta__text a {
    transition: color 0.3s;
}
.no-touch .contacts-meta__text a:hover {
    color: #f46f16;
}
.form__title {
    margin-bottom: 35px;
}
.form__field:not(:last-child) {
    margin-bottom: 20px;
}
.input {
    text-align: left;
    position: relative;
}
.input input,
.input textarea {
    height: 40px;
    width: 100%;
    padding: 0.5em 0;
    border-bottom: 1px solid #dcdcdc;
    transition: border-color 0.3s;
}
.input input:focus,
.input textarea:focus {
    border-color: #f46f16;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
    color: #848484;
    text-transform: uppercase;
}
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
    color: #848484;
    text-transform: uppercase;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
    color: #848484;
    text-transform: uppercase;
}
.input input::-ms-input-placeholder,
.input textarea::-ms-input-placeholder {
    color: #848484;
    text-transform: uppercase;
}
.input input::placeholder,
.input textarea::placeholder {
    color: #848484;
    text-transform: uppercase;
}
.input textarea {
    min-height: 75px;
}
.input--select.has-text .input__label,
.input.has-focus .input__label,
.input.has-text .input__label {
    font-size: 0.75em;
    -webkit-transform: translate(0, -1.4em);
    transform: translate(0, -1.4em);
}
.input.is-disabled {
    pointer-events: none;
}
.input__label:first-child {
    position: absolute;
    text-transform: uppercase;
    color: #848484;
    z-index: 1;
    pointer-events: none;
    left: 0;
    top: 0.6em;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.tel-input {
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: nowrap;
}
.tel-input__select {
    width: 20%;
    padding-right: 15px;
}
.tel-input__select .custom-select,
.tel-input__select .input {
    position: static;
}
.tel-input__input {
    width: 80%;
}
.custom-select {
    position: relative;
}
.custom-select select {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}
.custom-select.is-open .custom-select__opener {
    border-color: #f46f16;
}
.custom-select.is-open .custom-select__panel {
    visibility: visible;
    opacity: 1;
}
.custom-select__opener {
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    text-transform: uppercase;
    transition: border-color 0.3s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding: 0.5em 12px 0.5em 0;
    cursor: pointer;
}
.custom-select__opener::before {
    content: "";
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #f46f16 transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    z-index: 1;
}
.custom-select__opener-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-select__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-top: 0;
    visibility: hidden;
    opacity: 0;
}
.is-ready .custom-select__panel {
    transition: visibility 0.3s, opacity 0.3s;
}
.custom-select__panel-item {
    padding: 0.5em 0.2em;
}
.custom-select__options {
    max-height: 260px;
    overflow: auto;
}
.custom-select__option {
    padding: 0.5em 0.2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
}
.custom-select__option.is-selected,
.no-touch .custom-select__option:hover {
    background-color: #bababa;
}
.custom-select__option[data-value="placeholder"];
.no-touch .about-descr__img img {
    display: none;
}
.custom-select__option-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-select__option-text span {
    color: #848484;
}
.custom-select__flag {
    width: 20px;
    flex: 0 0 20px;
    margin-right: 0.4em;
    background-image: url(../img/flags.png);
}
.about-descr,
.about-descr__left,
.about-descr__right {
    position: relative;
    display: flex;
    align-items: normal;
    flex-wrap: nowrap;
}
.about-descr {
    height: calc(100vh - 55px);
    height: calc((var(--vh, 1vh) * 100) - 55px);
    justify-content: space-between;
    flex-direction: row;
}
.about-descr__left,
.about-descr__right {
    width: 35.8209%;
    z-index: 1;
    justify-content: center;
    flex-direction: column;
}
.no-touch .about-descr__left,
.no-touch .about-descr__right {
    opacity: 0;
}
.about-descr__left {
    padding-right: 15px;
}
.about-descr__right {
    padding-left: 30px;
}
.about-descr__img,
.about-descr__img canvas {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.about-descr__img {
    z-index: 0;
}
.about-descr__img img,
.comfort__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
}
.about-descr__img canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.about-descr__title {
    margin-bottom: 25px;
}
.about-descr__text {
    max-width: 440px;
}
.numbers {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 65px;
    position: relative;
    z-index: 1;
}
.numbers__inner {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.numbers__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 65px;
}
.number {
    color: #fff;
    text-align: center;
}
.number__icon {
    color: #f46f16;
    margin-bottom: 15px;
}
.number__icon .icon {
    font-size: 4.33333em;
}
.number__title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px;
    font-size: calc(24px + (50 - 24) * ((100vw - 320px) / (1399 - 320)));
}
.stages {
    max-width: 905px;
    margin-left: auto;
    margin-right: auto;
}
.stage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #bababa;
    position: relative;
    color: #fff;
    padding: 10% 15px 5% 10%;
    cursor: pointer;
    transition: padding 0.3s;
}
.stage:not(:last-child) {
    margin-bottom: 10px;
}
.stage:hover {
    padding-top: 5%;
}
.stage:hover .stage__title {

}
.stage:hover .stage__nmb {
    -webkit-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
}
.stage__nmb {
    font-weight: 700;
    color: #5b5b5b;
    font-size: 150px;
    font-size: calc(60px + (150 - 60) * ((100vw - 320px) / (1399 - 320)));
    position: absolute;
    z-index: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    left: 0;
    opacity: 0.15;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.stage__title {
    opacity: 0.25;
    top: 0;
    left: 0;
    font-size: 50px;
    position: absolute;
    z-index: 1;
    transition: max-height 0.3s;
    padding: 0% 0% 0% 1%;
}
.stage__descr {
    max-width: 450px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}
.comfort {
    padding-top: 130px;
    padding-bottom: 300px;
    position: relative;
    max-width: 1195px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.comfort__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.comfort__content {
    margin-left: auto;
    max-width: 290px;
    position: relative;
    z-index: 1;
}
.comfort__text {
    position: relative;
}
.comfort__text:not(:last-child) {
    margin-bottom: 60px;
}
.comfort__text:nth-child(3) {
    top: 60px;
}
.item-pres__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.item-pres__text,
.item-pres__top {
    margin-bottom: 30px;
}
.item-pres__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.item-pres__btns .btn:first-child {
    margin-right: 10px;
}
.item-pres-table {
    padding: 15px 25px 25px;
    background-color: #f9f9f9;
}
.item-pres-table table button:not(.btn) {
    text-decoration: underline;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    transition: color 0.3s;
}
.item-pres-table table button:not(.btn) .icon {
    font-size: 1.2em;
    margin-right: 0.3em;
}
.item-pres-table table tr:nth-child(2) td {
    padding-top: 15px;
}
.item-pres-table table td {
    padding: 4px 0;
    vertical-align: middle;
}
.item-pres-table table th {
    vertical-align: middle;
}
.item-pres-table table td:not(:first-child),
.item-pres-table table th:not(:first-child) {
    text-align: center;
}
.item-pres-table table th {
    text-align: left;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.item-pres-table table .btn--comb {
    margin-left: 0.5em;
}
.item-pres-block__inner {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
}
.item-pres-block__left {
    width: 35.41667%;
}
.item-pres-block__left .slider__wrap,
.item-pres-block__left .swiper-container {
    height: 100%;
}
.item-pres-block__right {
    width: 64.58333%;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 5% 15px;
}
.item-descr,
.item-pres-block__content {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}
.item-descr {
    max-width: 825px;
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding-top: 5%;
    padding-bottom: 40px;
}
.item-descr__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    text-align: center;
}
.item-descr__img img {
    max-height: 100%;
}
.item-descr__cards {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 180px;
    position: relative;
    z-index: 1;
}
.item-descr__cards-left .item-descr__card:nth-child(1) .item-descr__modal,
.item-descr__cards-left .item-descr__card:nth-child(2) .item-descr__modal {
    right: auto;
    left: 0;
    top: 50px;
    bottom: auto;
}
.item-descr__cards-left .item-descr__card:nth-child(3) .item-descr__modal {
    right: auto;
    left: 0;
    top: auto;
    bottom: 50px;
}
.item-descr__cards-right .item-descr__card:nth-child(1) .item-descr__modal,
.item-descr__cards-right .item-descr__card:nth-child(2) .item-descr__modal {
    top: 50px;
    bottom: auto;
}
.item-descr__card {
    height: 180px;
    position: relative;
}
.item-descr__card:not(:last-child) {
    margin-bottom: 30px;
}
.item-descr__modal {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 575px;
}
.item-descr-modal {
    background-color: #f9f9f9;
    border-bottom: 2px solid #f46f16;
    visibility: hidden;
    opacity: 0;
}
.is-ready .item-descr-modal {
    transition: opacity 0.3s, visibility 0.3s;
}
.item-descr-modal.is-active {
    visibility: visible;
    opacity: 1;
}
.item-descr-modal__inner {
    padding: 50px 30px;
}
.item-descr-modal__text,
.item-descr-modal__title {
    margin-bottom: 15px;
}
.overflow-hidden {
    overflow: hidden;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.accent {
    color: #f46f16 !important;
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease;
    }
}
@media (min-width: 1399px) {
    .title {
        font-size: 36px;
    }
    .article h2,
    .title--h3 {
        font-size: 24px;
    }
    .article h3,
    .title--h4 {
        font-size: 18px;
    }
    .title--lg {
        font-size: 80px;
    }
    .title--md {
        font-size: 72px;
    }
    .title--md-s {
        font-size: 48px;
    }
    .price--lg {
        font-size: 36px;
    }
    .hero__word {
        font-size: 240px;
    }
    .number__title {
        font-size: 50px;
    }
    .stage__nmb {
        font-size: 150px;
    }
}
@media (max-width: 1399px) {
    .container,
    .slider__pagination {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container--md,
    .slider--hero__wrap .slider__pagination {
        padding-left: 150px;
        padding-right: 150px;
    }
    .container--sm {
        padding-left: 75px;
        padding-right: 75px;
    }
    .hero-slide--half .hero-slide__left {
        padding-left: 70px;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section__subttl,
    .section__title {
        margin-bottom: 50px;
    }
    .section--lg {
        padding-top: 80px;
    }
    .section-video {
        padding-bottom: 50px;
    }
    .product-links {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
    }
    .product-links__item {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .features {
        margin-left: -15px;
        margin-right: -15px;
    }
    .features__item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature {
        margin-bottom: 50px;
    }
    .text-block--lg .text-block__content {
        padding-left: 45px;
    }
    .terms {
        margin-left: -25px;
        margin-right: -25px;
    }
    .terms__block {
        padding-left: 25px;
        padding-right: 25px;
    }
    .item-card__content {
        padding-left: 35px;
        padding-right: 35px;
    }
    .popup__inner {
        padding: 50px 30px 30px;
    }
    .popup__video video {
        max-height: calc(100vh - 80px);
        max-height: calc((var(--vh, 1vh) * 100) - 80px);
    }
    .tech-items {
        margin-bottom: -50px;
    }
    .tech-items__item {
        margin-bottom: 50px;
    }
    .contacts-block__contacts .contacts-meta {
        margin-bottom: 30px;
    }
}
@media (max-width: 1199px) {
    .container,
    .slider__pagination {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container--md,
    .slider--hero__wrap .slider__pagination {
        padding-left: 90px;
        padding-right: 90px;
    }
    .logo {
        width: 70px;
    }
    .quote__text {
        margin-bottom: 30px;
    }
    .header__inner {
        height: 55px;
    }
    .hero-slide--half .hero-slide__left {
        padding-left: 35px;
    }
    .next,
    .prev {
        width: 30px;
        height: 30px;
    }
    .next::before,
    .prev::before {
        content: "";
        width: 14px;
        height: 14px;
    }
    .slider--thumbs__wrap {
        right: 15px;
    }
    .slider--full__wrap .slider__pagination,
    .slider--half__wrap .slider__pagination {
        top: 20px;
    }
    .footer__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section__subttl,
    .section__title {
        margin-bottom: 40px;
    }
    .section-video {
        padding-bottom: 40px;
        padding-left: 20px;
    }
    .product-link {
        padding: 25% 20px 20px;
    }
    .feature {
        margin-bottom: 40px;
    }
    .text-block__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-block--lg .text-block__content {
        padding-left: 15px;
    }
    .text-block--lg .text-block__title {
        margin-bottom: 30px;
    }
    .terms {
        margin-left: -15px;
        margin-right: -15px;
    }
    .terms__block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .terms__title {
        margin-bottom: 30px;
    }
    .products__item {
        width: 33.33333%;
    }
    .products__item-lg {
        width: 66.66667%;
    }
    .product__content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .item-card__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .popup__inner {
        padding: 50px 20px 20px;
    }
    .popup__video video {
        max-height: calc(100vh - 70px);
        max-height: calc((var(--vh, 1vh) * 100) - 70px);
    }
    .tech-items {
        margin-bottom: -40px;
    }
    .tech-items__item {
        margin-bottom: 40px;
    }
    .form__title {
        margin-bottom: 25px;
    }
    .about-descr__left,
    .about-descr__right {
        width: 43%;
    }
    .about-descr__right {
        padding-left: 15px;
    }
    .comfort {
        padding-top: 100px;
        padding-bottom: 210px;
    }
    .comfort__img img {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 0;
        max-width: 470px;
    }
    .comfort__content {
        margin-left: 485px;
    }
    .comfort__text:not(:last-child) {
        margin-bottom: 40px;
    }
    .comfort__text:nth-child(3) {
        top: 30px;
    }
    .item-pres-block__left {
        width: 40%;
    }
    .item-pres-block__right {
        width: 60%;
    }
}
@media (max-width: 991px) {
    .quote__text {
        margin-bottom: 15px;
    }
    .header__nav {
        position: fixed;
        z-index: 10;
        padding: 15px;
        overflow: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(186, 186, 186, 0.9);
        text-align: center;
        font-size: 0;
        color: #000;
        visibility: hidden;
        opacity: 0;
    }
    .header__nav-in,
    .header__nav:before {
        display: inline-block;
        vertical-align: middle;
    }
    .header__nav:before {
        content: "";
        height: 100%;
        width: 0;
    }
    .is-ready .header__nav {
        transition: visibility 0.3s, opacity 0.3s;
    }
    .header__nav.is-active {
        visibility: visible;
        opacity: 1;
    }
    .header__nav-in {
        width: 100%;
        font-size: 15px;
    }
    .header__burger,
    .header__close {
        display: block;
    }
    .hero-slide--half .hero-slide__subttl,
    .hero-slide--half .hero-slide__title {
        margin-bottom: 15px;
    }
    .hero__title {
        margin-bottom: 5px;
    }
    .nav li:not(:first-child) {
        margin-left: 0;
    }
    .nav li {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav--content li {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .nav--footer li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .slider--full__wrap .slide {
        padding-top: 90%;
    }
    .footer__left,
    .footer__right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .footer__left {
        margin-bottom: 15px;
    }
    .footer__middle {
        width: calc(100% + 30px);
    }
    .footer__col {
        margin-bottom: 15px;
    }
    .footer__text {
        margin-bottom: 10px;
    }
    .footer__copy {
        display: none;
    }
    .footer__copy-mob {
        display: block;
    }
    .footer__social,
    .footer__title {
        margin-bottom: 10px;
    }
    .footer__contacts {
        margin-bottom: 15px;
    }
    .social li {
        margin-left: 2px;
        margin-right: 2px;
    }
    .social a {
        width: 30px;
        height: 30px;
    }
    .social a .icon {
        font-size: 1.06667em;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section__subttl,
    .section__title {
        margin-bottom: 30px;
    }
    .section--full-children {
        height: 100%;
    }
    .section-block--md .section-block__title,
    .section-block__subttl {
        margin-bottom: 15px;
    }
    .section-video {
        padding-bottom: 30px;
        padding-left: 0;
    }
    .section-video__text p:not(:last-child) {
        margin-bottom: 15px;
    }
    .section-video__title {
        margin-bottom: 15px;
    }
    .product-link {
        padding: 25% 15px 15px;
    }
    .features-sm .feature-sm {
        width: 50%;
    }
    .feature-sm {
        border-bottom: 1px solid #eee;
    }
    .feature-sm__icon {
        margin-bottom: 15px;
    }
    .features__item {
        width: 50%;
    }
    .feature {
        margin-bottom: 25px;
    }
    .feature__icon {
        margin-right: 10px;
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
    }
    .article ol:not(:last-child),
    .article p:not(:last-child),
    .article ul:not(:last-child),
    .text-block:not(:last-child),
    .text-block__content p:not(:last-child) {
        margin-bottom: 15px;
    }
    .terms__title,
    .text-block--lg .text-block__title,
    .text-block__title {
        margin-bottom: 15px;
    }
    .product {
        height: 500px;
    }
    .product__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product--sm {
        height: 247px;
    }
    .item-card__inner {
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }
    .item-card__gallery {
        width: auto;
        margin-bottom: 30px;
    }
    .item-card__content {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .item-card__meta {
        margin-left: 0;
        width: 100%;
    }
    .item-card__list {
        margin-bottom: 20px;
    }
    .item-card-meta-blocks {
        justify-content: center;
    }
    .item-card-meta-blocks__item {
        width: 20%;
    }
    .gallery {
        height: auto;
    }
    .gallery__thumbs {
        padding-right: 15px;
    }
    .popup__inner {
        padding: 50px 15px 15px;
    }
    .popup__video video {
        max-height: calc(100vh - 65px);
        max-height: calc((var(--vh, 1vh) * 100) - 65px);
    }
    .popup__link {
        width: 120px;
    }
    .popup__link-img {
        margin-bottom: 15px;
    }
    .tech-items {
        margin-bottom: -30px;
    }
    .tech-items__item {
        margin-bottom: 30px;
        padding-right: 10px;
    }
    .tech-item__content {
        padding-left: 10px;
    }
    .tech-item__title {
        margin-bottom: 10px;
    }
    .tech-item__text {
        margin-bottom: 15px;
    }
    .contacts__left,
    .contacts__right {
        width: 100%;
    }
    .contacts__right {
        display: block;
    }
    .contacts__img {
        padding-top: 50%;
    }
    .contacts-block__contacts .contacts-meta,
    .contacts-block__title {
        margin-bottom: 15px;
    }
    .contacts-block__contacts {
        margin-bottom: 20px;
    }
    .about-descr__title,
    .form__title,
    .item-pres__text,
    .item-pres__top {
        margin-bottom: 15px;
    }
    .form__field:not(:last-child),
    .item-descr__card:not(:last-child) {
        margin-bottom: 15px;
    }
    .item-pres-block__left,
    .item-pres-block__right {
        width: 100%;
    }
    .item-pres-block__content {
        max-width: none;
    }
    .item-descr-modal__text,
    .item-descr-modal__title {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
    .fancy-title {
        padding-top: 0;
        font-size: 3.33333em;
        font-weight: 700;
        text-align: center;
        background-image: url("../img/about/maxresdefault-(2).jpg");
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }
    .fancy-title__inner-mob {
        display: block;
    }
    .fancy-title__inner-desc {
        display: none;
    }
    .header__nav-in {
        font-size: 14px;
    }
    .hero__inner {
        min-height: 50vh;
        display: flex;
        justify-content: center;
        align-items: normal;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .hero-slide--half .hero-slide__inner {
        height: auto;
    }
    .hero-slide--half .hero-slide__left,
    .hero-slide--half .hero-slide__right {
        width: 100%;
    }
    .hero-slide--half .hero-slide__left {
        order: 1;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        height: auto;
    }
    .hero-slide--half .hero-slide__right {
        padding-top: 90%;
        order: 0;
    }
    .slider--thumbs__wrap {
        right: 5px;
    }
    .slider--half__wrap .slider__pagination {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        text-align: right;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .article .section__title h2,
    .article .section__title h3,
    .section__subttl,
    .section__title,
    .section__title .article h2,
    .section__title .article h3,
    .section__title .title {
        margin-bottom: 20px;
    }
    .section--bdb-mob {
        border-bottom: 1px solid #bababa;
    }
    .section-block__title {
        margin-bottom: 10px;
    }
    .section-video {
        padding-bottom: 20px;
    }
    .section-video__text {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .section-video__text p {
        margin-left: auto;
        margin-right: auto;
    }
    .section-video__title {
        max-width: none;
        text-align: center;
    }
    .features__item,
    .product-links__item,
    .section-video__btn {
        width: 100%;
    }
    .no-touch .s-frames {
        height: auto;
    }
    .no-touch .s-frames__inner {
        position: relative;
        top: auto;
        display: block;
    }
    .feature {
        margin-bottom: 15px;
    }
    .text-block__left,
    .text-block__right {
        width: 100%;
    }
    .text-block__img-wrap {
        text-align: center;
    }
    .text-block__content {
        padding: 15px 0;
        max-width: none;
    }
    .text-block--reverse .text-block__left {
        order: 0;
    }
    .text-block--reverse .text-block__right {
        order: 1;
    }
    .text-block--lg .text-block__content {
        padding-left: 0;
    }
    .terms__block {
        width: 100%;
    }
    .terms__block:not(:last-child) {
        margin-bottom: 15px;
    }
    .terms__content {
        max-width: none;
    }
    .products__item {
        width: 50%;
    }
    .products__item-lg {
        width: 100%;
    }
    .product {
        font-size: 14px;
    }
    .item-card__gallery {
        margin-bottom: 15px;
    }
    .item-card__list {
        margin-bottom: 10px;
    }
    .item-card-meta-blocks__item {
        width: 33.33333%;
    }
    .gallery__thumbs {
        width: 25%;
    }
    .gallery__slider {
        width: 75%;
    }
    .gallery__img-icon {
        width: 20px;
        height: 20px;
    }
    .gallery__img-icon .icon {
        font-size: 1em;
    }
    .popup--half .popup__inner,
    .popup__inner,
    .popup__item-card {
        font-size: 14px;
    }
    .tech-items {
        margin-bottom: -20px;
    }
    .tech-items__item {
        margin-bottom: 20px;
        width: 100%;
    }
    .about-descr {
        display: block;
        height: auto;
        text-align: center;
    }
    .no-touch .about-descr__features .feature,
    .no-touch .about-descr__left,
    .no-touch .about-descr__right {
        opacity: 1;
    }
    .about-descr__left,
    .about-descr__right {
        width: 100%;
    }
    .about-descr__left {
        margin-bottom: 15px;
        padding-right: 0;
    }
    .about-descr__right {
        padding-left: 0;
    }
    .about-descr__img {
        display: none;
    }
    .about-descr__text {
        margin-left: auto;
        margin-right: auto;
    }
    .comfort {
        padding-top: 70px;
    }
    .comfort__img img {
        max-width: 60%;
    }
    .comfort__content {
        margin-left: 330px;
    }
    .comfort__text {
        font-size: 11px;
    }
    .comfort__text:not(:last-child) {
        margin-bottom: 0;
    }
    .comfort__text:nth-child(2) {
        top: 30px;
    }
    .comfort__text:nth-child(3) {
        top: 90px;
    }
    .item-pres-table {
        padding: 10px;
    }
    .item-descr {
        display: block;
    }
    .item-descr__img {
        display: none;
    }
    .item-descr__cards {
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        margin-left: -2px;
        margin-right: -2px;
    }
    .item-descr__card {
        width: 176px;
        margin-right: 2px;
        margin-left: 2px;
        margin-bottom: 15px;
        position: static;
    }
    .item-descr__modal {
        top: 50% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        right: auto !important;
        bottom: auto !important;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .text--md {
        font-size: 1em;
    }
    .container--md,
    .slider--hero__wrap .slider__pagination {
        padding-left: 15px;
        padding-right: 15px;
    }
    .video-btn__btn {
        flex: 0 0 95px;
    }
    .hero-slide__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn {
        min-width: 0;
        width: 100%;
    }
    .btn--comb {
        min-width: 39px;
    }
    .item-pres-table table .btn--comb,
    .item-pres-table table .js-lightgallery-trigger .icon,
    .slider__pagination {
        display: none;
    }
    .footer__middle {
        justify-content: center;
        text-align: center;
    }
    .footer__col,
    .products__item {
        width: 100%;
    }
    .product {
        height: 300px;
    }
    .product--lg {
        height: 600px;
    }
    .item-card-meta-blocks__item {
        width: 50%;
    }
    .popup__link {
        width: 100px;
    }
    .contacts__img {
        padding-top: 70%;
    }
    .numbers__item {
        width: 50%;
    }
    .comfort {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .comfort__content {
        margin-left: 200px;
    }
    .comfort__text:nth-child(2) {
        top: 10px;
    }
    .comfort__text:nth-child(3) {
        top: 30px;
    }
    .item-descr__card {
        width: calc(50% - 4px);
        height: auto;
    }
}
@media (max-width: 479px) {
    .popup__link {
        width: 80px;
    }
    .tech-items__item {
        padding-right: 0;
    }
    .tech-item {
        display: block;
    }
    .tech-item__img {
        margin-bottom: 15px;
    }
    .tech-item__img img {
        width: 100%;
    }
    .tech-item__content {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .tel-input__select {
        width: 25%;
        padding-right: 5px;
    }
    .tel-input__input {
        width: 75%;
    }
    .comfort__img img {
        max-width: 190px;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .custom-select__flag {
        background-size: 5652px 15px;
    }
}
@media (max-width: 320px) {
    .title {
        font-size: 24px;
    }
    .article h2,
    .title--h3 {
        font-size: 18px;
    }
    .article h3,
    .title--h4 {
        font-size: 16px;
    }
    .title--lg {
        font-size: 36px;
    }
    .title--md {
        font-size: 30px;
    }
    .title--md-s {
        font-size: 28px;
    }
    .price--lg {
        font-size: 24px;
    }
    .hero__word {
        font-size: 100px;
    }
    .number__title {
        font-size: 24px;
    }
    .stage__nmb {
        font-size: 60px;
    }
}
/*# sourceMappingURL=app.css.map */

.fullscreen-banner__scroll-down-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 5 !important;
    cursor: pointer;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
@media (max-width: 767.98px) {
    .fullscreen-banner__scroll-down-arrow {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
.fullscreen-banner__scroll-down-arrow-icon {
    width: 17px;
    -webkit-animation: upAndDown 0.7s ease-in-out infinite alternate;
    animation: upAndDown 0.7s ease-in-out infinite alternate;
}



@media (max-width: 767.98px) {
    .fullscreen-banner__scroll-down-arrow-icon {
        width: 15px;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes upAndDown {
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes upAndDown {
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}



























.fullscreen-banner {
    position: relative;
    width: 100%;
    min-height: 520px;
    height: 100vh;
    height: calc(var(--vh-static, 1vh) * 100);
    overflow: hidden;
}
.fullscreen-banner:after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    pointer-events: none;
    content: "";
    background: rgba(11, 11, 34, 0.6);
}
.fullscreen-banner__bg {
    position: absolute !important;
    width: 100%;
    height: 100%;
}
.fullscreen-banner__content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
.fullscreen-banner__scroll-down-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 5 !important;
    cursor: pointer;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
@media (max-width: 767.98px) {
    .fullscreen-banner__scroll-down-arrow {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
.fullscreen-banner__scroll-down-arrow-icon {
    width: 17px;
    -webkit-animation: upAndDown 0.7s ease-in-out infinite alternate;
    animation: upAndDown 0.7s ease-in-out infinite alternate;
}
@media (max-width: 767.98px) {
    .fullscreen-banner__scroll-down-arrow-icon {
        width: 10px;
    }
}
.lazy-bg-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.lazy-bg-image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lazy-bg-image_animation-type_fade .lazy-bg-image__overlay {
    background: #040318;
    transition: opacity 1.5s, visibility 1.5s;
}
.lazy-bg-image_animation-type_fade .lazy-bg-image__overlay_hidden {
    visibility: hidden;
    opacity: 0;
}
.title_animated .lines_parent {
    overflow: visible !important;
}
/*! CSS Used keyframes */
@-webkit-keyframes upAndDown {
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes upAndDown {
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@media (max-width: 767.98px) {
    .fullscreen-with-title-and-text__title {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}
.fullscreen-with-title-and-text__description {
    max-width: 370px;
    margin: 25px 0 40px;
    color: #fff;
}
@media (max-width: 767.98px) {
    .fullscreen-with-title-and-text__description {
        margin: 15px 0 30px;
    }
}
.videoyou {
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    padding-bottom: 52%;
}

.videoyou iframe {
    position: absolute;
    width: 100%;
    height: 84%;
}	

/*Таблица */
.u-align-center {
  text-align: center;
}
@media (min-width: 1400px) {
  .u-align-center-xxl {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .u-xl-mode .u-align-center-xl {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-align-center-xl {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-align-center-lg {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-align-center-md {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-align-center-sm {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .u-align-center-xs {
    text-align: center;
  }
}

.u-black.u-body {
  background-image: none;
}

.u-table table {
    width: 80%;
    border-collapse: collapse;
    text-align: left;
    margin: auto;
}
.u-table th,
.u-table td {
	padding: 13px;
    font-weight: inherit;
    position: inherit;
    border-bottom: 2px solid #d9d9d9;
}
.u-table th:empty:before,
.u-table td:empty:before {
  content: '\A0';
}
.u-table-valign-top {
  vertical-align: top;
}
.u-table-valign-middle {
  vertical-align: middle;
}
.u-table-valign-bottom {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .u-table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .u-table-responsive thead th,
  .u-table-responsive tfoot th,
  .u-table-responsive thead td,
  .u-table-responsive tfoot td {
    white-space: nowrap;
  }
}

.u-text .u-icon.u-file-icon > img[src],
.u-btn .u-icon.u-file-icon > img[src],
.u-table-cell .u-icon.u-file-icon > img[src],
.u-tab-link .u-icon.u-file-icon > img[src] {
  display: inline-block;
  height: 1em;
  width: auto;
  line-height: 1;
  vertical-align: -0.15em;
}

.u-text .u-icon > svg,
.u-btn .u-icon > svg,
.u-table-cell .u-icon > svg,
.u-tab-link .u-icon > svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.15em;
}

.u-text .u-icon > svg + img,
.u-btn .u-icon > svg + img,
.u-table-cell .u-icon > svg + img,
.u-tab-link .u-icon > svg + img {
  position: absolute !important;
  left: calc(50% - 0.5em) !important;
  top: calc(50% - 0.5em) !important;
  display: inline !important;
  padding: 0.5em !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 1 !important;
}

.u-table-cell .u-btn,
.u-text .u-btn {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: baseline;
  white-space: normal;
  text-align: inherit;
}
.u-table-cell .u-btn.u-button-link,
.u-text .u-btn.u-button-link {
  display: inline;
}

.u-palette-2-base,
.u-body.u-palette-2-base,
section.u-palette-2-base:before,
.u-palette-2-base > .u-container-layout:before,
.u-palette-2-base > .u-inner-container-layout:before,
.u-palette-2-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-2-base:before,
.u-table-alt-palette-2-base tr:nth-child(even) {

}

.u-button-style.u-palette-2-base,
.u-button-style.u-palette-2-base[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #999999 !important;
}

.u-button-style.u-palette-2-base:hover,
.u-button-style.u-palette-2-base[class*="u-border-"]:hover,
.u-button-style.u-palette-2-base:focus,
.u-button-style.u-palette-2-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-base:active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-base.active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-base,
li.active > .u-button-style.u-button-style.u-palette-2-base[class*="u-border-"] {
  color: #808080 !important;
  background-color: #808080 !important;
}

.table-first-text {
	    padding-bottom: 50px;
}


.policy-mario {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 120px 0;
    box-sizing: border-box;
}


.policy-mario ul {
  list-style-type: none;
  padding: 0;
}

.policy-mario li {
  position: relative;
  padding-left: 15px; /* Добавьте отступ слева для размещения точки */
}

.policy-mario li:before {
  content: "•"; /* Код символа для точки */
  position: absolute;
  left: 0;
}

.policy-mario p{
	margin-top: 0;
    
}

.policy-mario ul{
	margin-top: 0;
}

.policy-mario h1{
	font-size: 1.5rem;
    margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.policy-mario h2{
	font-size: 1.25rem;
    margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.policy-mario h3{
	font-size: 1.125rem;
    margin-top: 1rem;
	margin-bottom: 1rem;
}

.policy-mario ul{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
