@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-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, .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%;
    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;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Medium.woff) format("woff"), url(../fonts/Rubik-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-size: 24px;
    font-family: Rubik, sans-serif;
    color: #191919;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    backface-visibility: hidden;
    text-rendering: geometricPrecision
}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    color: inherit
}

.title-1,
h1 {
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 40px
}

.title-2,
h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 33px;
    text-transform: uppercase
}

.title-3,
h3 {
    line-height: 1em;
    font-size: 28px
}

.title-4,
h4 {
    font-size: 24px;
    line-height: 1em
}

.title-5,
h5 {
    font-size: 22px;
    line-height: 1em
}

.title-6,
h6 {
    font-size: 16px;
    line-height: 1em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    line-height: 1.6em;
    margin: 0;
    background-color: transparent
}

a:visited {
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img,
picture,
source {
    max-width: 100%;
    width: 100%;
    display: block;
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

input {
    line-height: 1em
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select::-ms-expand {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: hidden;
    resize: none
}

textarea:focus {
    outline: 0
}

label {
    cursor: pointer
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

li,
p {
    line-height: 1.2em;
    margin: 0;
    font-size: inherit;
    color: inherit
}

ol,
ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

ol li,
ul li {
    list-style-type: none
}

section.section {
    position: relative;
    overflow: hidden
}

tr {
    line-height: 1.5em
}

figure {
    margin: 0
}

blockquote {
    margin: 0
}

button {
    background-color: transparent;
    border: none
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: relative;
    right: -10px
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
    opacity: 0;
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #191919
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px;
    color: #191919
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #191919
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #191919
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px;
    color: #191919
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #191919
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px;
    color: #191919
}

input::placeholder,
textarea::placeholder {
    font-size: 16px;
    color: #191919
}

input {
    outline: 0
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

.container {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.main,
main {
    display: block;
    position: relative
}

.tac {
    text-align: center;
}

.locked {
    overflow: hidden
}

.section {
    position: relative;
    overflow: hidden
}

.btn {
    color: #fff;
    background-color: #a20500;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 16px 44px;
    font-size: 16px;
    border: 1px solid #a20500;
    -webkit-transition: color .5s cubic-bezier(.17, .67, .55, 1.05), background-color .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: color .5s cubic-bezier(.17, .67, .55, 1.05), background-color .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: color .5s cubic-bezier(.17, .67, .55, 1.05), background-color .5s cubic-bezier(.17, .67, .55, 1.05)
}

.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding: 10px 0 15px 0
}

.header::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #a20500;
    position: absolute;
    left: 0;
    bottom: 0
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    display: inline-block;
    max-width: 127px;
    z-index: 101
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-list li,
.nav-list__item {
    position: relative
}

.nav-list li::before,
.nav-list__item::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #a20500;
    position: absolute;
    bottom: 5px;
    left: 0;
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05), -webkit-transform .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05), -webkit-transform .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05), transform .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05), transform .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05), transform .5s cubic-bezier(.17, .67, .55, 1.05), -webkit-transform .5s cubic-bezier(.17, .67, .55, 1.05)
}

.nav-list li:not(:last-child),
.nav-list__item:not(:last-child) {
    margin-right: 2px
}

.nav-list a,
.nav-list__link {
    padding: 10px 15px;
    font-size: 16px
}

.burger {
    position: relative;
    width: 22px;
    height: 16px;
    z-index: 101;
    display: none
}

.burger_item {
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #a20500;
    left: 0;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.burger_item:first-child {
    top: 0
}

.burger_item:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

.burger_item:last-child {
    bottom: 0
}

.burger.active .burger_item:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.burger.active .burger_item:nth-child(2) {
    width: 0
}

.burger.active .burger_item:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px
}

.phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 40px
}

.phones__link {
    font-size: 18px
}

.phones__link:not(:last-child) {
    margin-bottom: 4px
}

.phones::before {
    content: "";
    position: absolute;
    top: 19%;
    left: 7px;
    width: 24px;
    height: 24px;
    background-image: url(../img/svg/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.lang {
    position: relative;
    width: 60px;
    height: 20px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer
}

.lang:hover .lang__list {
    opacity: 1
}

.lang::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 0;
    background-image: url(../img/svg/down.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.lang__list {
    position: absolute;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: 100%;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: opacity .5s cubic-bezier(.17, .67, .55, 1.05)
}

.lang__list a {
    -webkit-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: color .5s cubic-bezier(.17, .67, .55, 1.05)
}

.lang__list a:hover {
    color: #a20500
}

.footer {
    text-align: center;
    border-top: 4px solid #a20500;
    background-color: #2c363d;
    padding: 20px 0;
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer p {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.hero {
    padding-top: 58px;
}

.hero_gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #2c363d;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, #4e565c));
    background-image: -o-linear-gradient(left, transparent 0, #4e565c 80%);
    background-image: linear-gradient(90deg, transparent 0, #4e565c 80%)
}

.hero_gradient::after {
    content: "";
    width: 100%;
    height: 300vh;
    position: absolute;
    top: -150vh;
    left: -50vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #4e565c), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, #4e565c 50%, transparent 50%);
    background-image: linear-gradient(90deg, #4e565c 50%, transparent 50%);
    background-size: 5px 5px;
    background-repeat: repeat;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: -1
}

.hero_gradient::before {
    content: "";
    width: 100%;
    height: 300vh;
    position: absolute;
    top: -100vh;
    left: -50vh;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #4e565c), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, #4e565c 50%, transparent 50%);
    background-image: linear-gradient(90deg, #4e565c 50%, transparent 50%);
    background-size: 5px 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: -1
}

.hero__content {
    color: #fff;
    -webkit-clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
    min-height: 34vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1
}

.hero__content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #2c363d), color-stop(50%, transparent));
    background-image: -o-linear-gradient(left, #2c363d 5%, transparent 50%);
    background-image: linear-gradient(90deg, #2c363d 5%, transparent 50%);
    background-repeat: repeat;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: -1
}

.hero::after {
    content: "";
    width: 40px;
    height: 200%;
    position: absolute;
    top: -40%;
    left: 58%;
    bottom: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #a20500), color-stop(50%, #fff));
    background-image: -o-linear-gradient(left, #a20500 50%, #fff 50%);
    background-image: linear-gradient(90deg, #a20500 50%, #fff 50%);
    background-size: 100% 100%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 1
}

.hero__title {
    max-width: 65%
}

.hero__title p {
    max-width: 750px;
    font-size: 18px;
    margin-bottom: 20px
}

.hero__title p:last-of-type {
    margin-bottom: 40px
}

.hero__video {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1
}

.hero__video video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.road {
    padding: 100px 0 20px 0
}

.road__content {
    margin-bottom: 45px
}

.road__content picture {
    flex: 0 0 40%;
}

.road__content p {
    margin-bottom: 20px
}

.road__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.road-card {
    max-width: 360px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 0 15px
}

.road-card__img {
    height: 270px;
    background-color: #2c363d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.road-card__img img,
.road-card__img picture {
    width: 200px;
    height: 200px
}

.road-card__footer {
    background-color: #a20500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 20px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.projecting-block,
.building-block {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 730px) {

    .projecting-block,
    .building-block {
        flex-wrap: wrap;
    }

    .road__content picture {
        flex: 0 0 100%;
    }
}

.done {
    padding: 73px 0 10px 0
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 4px solid #a20500
}

.tab__link {
    padding: 14px 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 18px;
    font-weight: 700;
    color: #191919;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    height: 80px;
    -webkit-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    -o-transition: color .5s cubic-bezier(.17, .67, .55, 1.05);
    transition: color .5s cubic-bezier(.17, .67, .55, 1.05)
}

.tab__link.active {
    background-color: #a20500;
    color: #fff
}

.tab__link.active:hover {
    color: #fff
}

.tab__content {
    display: none;
    padding: 43px 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tab__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(48% - 50px);
    flex: 0 0 calc(48% - 50px)
}

.tab__text .title-3,
.tab__text h3 {
    font-weight: 500;
    margin-bottom: 27px
}

.tab__text ul {
    margin-bottom: 22px
}

.tab__text p {
    max-width: 680px
}

.tab-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 680px;
    margin: 0 50px 0 auto;
    position: relative
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #a20500
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/svg/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.swiper-button-next {
    right: -50px
}

.swiper-button-next::after {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.swiper-button-prev {
    left: -50px
}

.swiper-slide {
    height: 400px;
    position: relative
}

.swiper-slide img,
.swiper-slide picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.partners {
    padding: 16px 0
}

.partners__wrapper {
    background: linear-gradient(rgba(43, 53, 61, .5), rgba(43, 53, 61, .5)), url(../img/partners-bg.jpg) center / cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 103px 0;
    position: relative
}

.partners__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.partners__item {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.partners__item img,
.partners__item picture {
    width: auto
}

.documentation__title {
    margin-bottom: 30px
}

.documentation__title::after {
    width: 100%
}

.documentation__title .head-line::after {
    width: 24.5%
}

.documentation__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.documentation__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 1.5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

.documentation__item figcaption {
    margin-bottom: 15px;
    max-width: 100%;
    font-weight: 500;
    text-align: center
}

.documentation-item__icon {
    margin-bottom: 15px;
    padding: 27px 21px;
    background-color: #a20500;
    -webkit-box-shadow: 0 5px 5px 2.5px rgba(67, 4, 4, .2);
    box-shadow: 0 5px 5px 2.5px rgba(67, 4, 4, .2)
}

.documentation-item__icon svg {
    padding: 20px;
    fill: #fff;
    border: 3px solid #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.documentation-item__btn {
    margin-top: auto;
    padding: 16px 15px;
    font-size: 1.6rem
}

@media screen and (min-width:540px) {
    .hero {
        padding-top: 5rem;
    }

    .icon-sprite__document {
        width: 40px;
        height: 40px
    }

    .documentation__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }
}

@media screen and (min-width:620px) {
    .documentation__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33.3333%;
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
        max-width: 33.3333%
    }
}

@media screen and (min-width:780px) {
    .documentation__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%
    }

    .documentation-item__icon {
        padding: 27px 21px
    }
}

@media screen and (min-width:1024px) {
    .documentation__title {
        margin-bottom: 50px
    }
}

@media screen and (min-width:1280px) {
    .icon-sprite__document {
        width: 70px;
        height: 70px
    }

    .documentation__item figcaption {
        margin-bottom: 30px
    }

    .documentation-item__icon {
        margin-bottom: 27px
    }

    .documentation-item__btn {
        font-size: 1.8rem;
        padding: 16px 26px
    }
}

.delivery {
    padding: 80px 0
}

.cars {
    padding: 10px 0 80px 0
}

.cars__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cars__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(48% - 50px);
    flex: 0 0 calc(48% - 50px)
}

.cars__text .title-3,
.cars__text h3 {
    font-weight: 500;
    margin-bottom: 27px
}

.cars__text p {
    max-width: 680px
}

.cars__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 680px;
    margin: 80px 50px 0 auto;
    position: relative
}

.cars__slider .swiper-slide {
    height: 360px
}

.contacts {
    padding: 85px 0 100px 0
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 15px -15px
}

.contacts__item {
    padding: 0 15px;
    margin-bottom: 20px
}

.address,
.email {
    font-size: 18px;
    font-style: normal;
    position: relative;
    padding-left: 40px
}

.address::before,
.email::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/svg/location.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.email::before {
    background-image: url(../img/svg/email.svg)
}

.map {
    height: 295px
}

.mfp-zoom-out-cur {
    overflow: hidden
}

.mfp-bottom-bar {
    display: none
}

button.mfp-arrow {
    width: 40px;
    height: 40px;
    background-color: #a20500;
    right: 5%
}

button.mfp-arrow::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/svg/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

button.mfp-arrow::before {
    display: none
}

button.mfp-arrow-left {
    left: 2%
}

button.mfp-arrow-right {
    right: 2%
}

button.mfp-arrow-right::after {
    -webkit-transform: scale(-1) translate(50%, 50%);
    -ms-transform: scale(-1) translate(50%, 50%);
    transform: scale(-1) translate(50%, 50%)
}

.video-link::before {
    content: "";
    width: 80px;
    height: 60px;
    background-image: url(../img/svg/youtube.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-404 {
    text-align: center;
    padding: 214px 0;
}

.text-404 {
    font-size: 70px;
    color: #2c363d;
}

@media only screen and (min-width:1024px),
(any-hover:hover) {
    .btn:hover {
        background-color: #fff;
        color: #191919
    }

    .nav-list li:hover::before,
    .nav-list__item:hover::before {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }

    .tab__link:hover {
        color: #a20500
    }
}

@media only screen and (max-width:1360px) {
    .tab-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .cars__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }
}

@media only screen and (max-width:1280px) {
    body {
        font-size: 20px
    }

    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
        transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
        -o-transition: opacity .5s ease-out, transform .5s ease-out;
        transition: opacity .5s ease-out, transform .5s ease-out;
        transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out
    }

    .header__nav.active {
        opacity: 1;
        pointer-events: initial;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 100px 0 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 18px
    }

    .nav-list a,
    .nav-list__link {
        padding: 10px 0
    }

    .burger {
        display: inline-block
    }

    .phones {
        margin-right: 20px;
        margin-left: auto
    }

    .phones__link {
        font-size: 16px
    }

    .phones__link:not(:last-child) {
        margin-bottom: 0
    }

    .lang {
        height: 16px;
        margin-right: 20px;
        margin-left: 0;
        font-size: 14px
    }

    .hero_gradient {
        display: none
    }

    .hero__content {
        -webkit-clip-path: none;
        clip-path: none;
        padding: 100px 0;
        background: rgba(44, 54, 61, .8)
    }

    .hero__content::after {
        display: none
    }

    .hero::after {
        display: none
    }

    .hero__title {
        max-width: 100%
    }

    .hero__video {
        width: 100%;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .tab {
        overflow-y: auto;
        border-bottom: none
    }

    .tab::-webkit-scrollbar {
        height: 6px
    }

    .tab::-webkit-scrollbar-track {
        background: rgba(162, 5, 0, .2)
    }

    .tab::-webkit-scrollbar-thumb {
        background: #a20500;
        border-radius: 3px
    }

    .tab::-webkit-scrollbar-thumb:hover {
        background: #a20500
    }

    .tab__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }

    .tab-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .swiper-button-next {
        right: 20px
    }

    .swiper-button-prev {
        left: 20px
    }

    .cars__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }

    .cars__text p {
        max-width: 100%
    }

    .cars__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }
}

@media only screen and (max-width:1024px) {
    .footer {
        min-height: 180px
    }

    .road {
        padding: 80px 0 10px
    }

    .done {
        padding: 50px 0 10px
    }

    .tab__text p {
        max-width: 100%
    }

    .delivery {
        padding: 40px 0
    }

    .cars {
        padding: 10px 0 60px
    }

    .contacts {
        padding: 50px 0 60px
    }

    .address,
    .email {
        font-size: 16px
    }
}

@media only screen and (max-width:992px) {
    body {
        font-size: 16px
    }

    .title-2,
    h2 {
        font-size: 30px
    }

    .phones__link {
        font-size: 14px
    }

    .footer {
        min-height: 120px
    }

    .tab__link {
        height: 60px
    }

    .tab__text .title-3,
    .tab__text h3 {
        font-size: 24px
    }

    .partners__wrapper {
        padding: 40px 0
    }

    .partners__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:768px) {

    .title-2,
    h2 {
        font-size: 28px
    }

    .header {
        padding: 5px 0 10px
    }

    .phones__link {
        font-size: 12px
    }

    .lang {
        font-size: 12px
    }

    .footer {
        min-height: 80px
    }

    .road-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 auto 30px auto
    }

    .road-card__img {
        margin-bottom: 10px
    }

    .partners__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .partners__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:480px) {
    .logo {
        max-width: 100px
    }
}

@media only screen and (max-width:420px) {
    .logo {
        max-width: 70px
    }
}

@media only screen and (max-width:380px) {
    .phones {
        margin-right: 10px;
        padding-left: 20px
    }

    .phones::before {
        width: 14px;
        height: 14px;
        left: 0
    }

    .lang::before {
        width: 8px;
        right: 0;
        top: 40%
    }

    .lang {
        margin-right: 5px;
        width: 40px;
    }
}

.webp .partners__wrapper {
    background: linear-gradient(rgba(43, 53, 61, .5), rgba(43, 53, 61, .5)), url(../img/partners-bg.webp) center / cover;
}