@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,
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    overflow: hidden;
    list-style: none;
    padding: 0
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

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

.swiper-horizontal {
    touch-action: pan-y
}

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

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

.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-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.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-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

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

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

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

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

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

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

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

.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(270deg, rgba(0, 0, 0, .5), transparent)
}

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

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

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

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

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

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

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

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

    to {
        transform: rotate(1turn)
    }
}

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: 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 svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: 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: normal;
    line-height: 1
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

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

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

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

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    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: transform .2s, top .2s
}

.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: transform .2s, left .2s
}

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

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: 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;
    touch-action: none
}

.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-prev {
    pointer-events: auto;
    visibility: visible
}

.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-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

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

.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-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
}

#site-nav {
    padding-top: 40px;
    padding-left: 15px
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html {
    font-size: 16px
}

body {
    scroll-behavior: smooth;
    margin: 0;
    font: 400 1rem/1.4 Open Sans;
    color: #797979;
    letter-spacing: 0;
    background-color: #fff
}

video {
    border: 0
}

img,
video {
    outline: none
}

img {
    max-width: 100%;
    width: 100%
}

a,
img {
    display: block
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

a:focus,
a:hover {
    transition: all .35s ease-out;
    text-decoration: underline
}

button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: inherit;
    font: inherit
}

.container {
    width: min(100%, 1440px);
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:1023px) {
    .container {
        padding: 0 15px
    }
}

.no-scroll {
    overflow-y: hidden
}

.medium {
    font-weight: 500
}

.semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.extra-bold {
    font-weight: 800
}

.slider-navigation {
    display: flex;
    gap: 16px
}

.slider-navigation .btn.btn--02 {
    border-radius: 50%;
    padding: 13px
}

.slider-navigation .btn.btn--02 i {
    font-size: 24px
}

.slider-navigation .btn.btn--02:focus,
.slider-navigation .btn.btn--02:hover {
    transition: all .35s ease-out;
    background-color: #ff804d;
    color: #fff;
    border-color: #ff804d
}

.hp-page {
    max-width: 100%
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/OpenSans-Light.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/OpenSans-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/OpenSans-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/OpenSans-ExtraBold.woff2) format("woff2")
}

@media(max-width:1023px) {
    .tablet-hidden {
        display: none !important
    }
}

@media(min-width:1024px) {
    .tablet-show {
        display: none !important
    }
}

@media(max-width:767px) {
    .mobile-hidden {
        display: none !important
    }
}

@media(min-width:768px) {
    .mobile-show {
        display: none !important
    }
}

* {
    scrollbar-color: #ff804d #faf6ee;
    scrollbar-width: thin
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

@media(max-width:1023px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }
}

::-webkit-scrollbar-track {
    background-color: #faf6ee
}

::-webkit-scrollbar-thumb {
    background-color: #ff804d;
    border-radius: 10px
}

.text-l {
    font-size: 1.25rem
}

.text-m {
    font-size: 1rem
}

.text-s {
    font-size: .875rem
}

.title--01 {
    font-size: 4.375rem;
    line-height: 1.2;
    font-weight: 700
}

@media(max-width:1023px) {
    .title--01 {
        font-size: 2.5rem
    }
}

.title--02 {
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 700
}

@media(max-width:1023px) {
    .title--02 {
        font-size: 2.25rem
    }
}

.title--03 {
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 700
}

@media(max-width:1023px) {
    .title--03 {
        font-size: 2rem
    }
}

.title--04 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700
}

.title--05 {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600
}

.title--06 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4
}

.btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 48px;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    width: fit-content;
    transition: all .35s ease-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn--01 {
    color: #fff;
    padding: 20px 24px
}

.btn--01.disabled {
    background-color: #dbdbdb !important;
    color: #797979 !important;
    pointer-events: none
}

.btn--01.blue {
    background-color: #0554f2
}

.btn--01.blue:hover {
    box-shadow: 0 15px 40px 0 rgba(5, 83, 241, .3)
}

.btn--01.blue:focus {
    background-color: #0849cc;
    box-shadow: none
}

.btn--01.orange {
    background-color: #ff804d
}

.btn--01.orange:hover {
    box-shadow: 0 15px 40px 0 rgba(255, 128, 77, .3)
}

.btn--01.orange:focus {
    background-color: #ed6c39;
    box-shadow: none
}

.btn--02 {
    padding: 18px 23px;
    background-color: #fff;
    border: 2px solid transparent
}

.btn--02.disabled {
    color: #dbdbdb !important;
    border-color: #dbdbdb !important;
    pointer-events: none
}

.btn--02.blue {
    border-color: #0554f2;
    color: #0554f2
}

.btn--02.blue:hover {
    box-shadow: 0 15px 40px 0 rgba(5, 83, 241, .3);
    background-color: #0554f2;
    color: #fff
}

.btn--02.blue:focus {
    background-color: #0849cc;
    border-color: #0849cc;
    color: #fff;
    box-shadow: none
}

.btn--02.orange {
    border-color: #ff804d;
    color: #ff804d
}

.btn--02.orange:hover {
    box-shadow: 0 15px 40px 0 rgba(255, 128, 77, .3)
}

.search-full-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 50%;
    background-color: #0554f2;
    color: #fff;
    transition: all .35s ease-out
}

.search-full-btn:hover {
    box-shadow: 0 15px 40px 0 rgba(5, 83, 241, .3)
}

.search-full-btn:focus {
    background-color: #0849cc;
    box-shadow: none
}

.search-full-btn i {
    font-size: 24px
}

.search-input__wrapper {
    position: relative;
    flex: 1
}

.search-input__wrapper .search-full-btn {
    position: absolute;
    top: 6px;
    right: 4px
}

.search-input__input {
    width: 100%;
    border-radius: 200px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    font: inherit;
    padding: 18px 80px 18px 28px;
    position: relative;
    color: #0554f2;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2
}

@media(max-width:767px) {
    .search-input__input {
        font-size: 1rem;
        line-height: 1.4
    }
}

.search-input__input:focus {
    border-color: #0554f2;
    outline: none
}

.search-input__input::placeholder {
    color: #797979;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4
}

.search-input__results {
    display: none;
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: 3;
    transform: translateY(100%);
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    padding: 16px 24px;
    flex-direction: column;
    gap: 12px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #2f2f2f
}

.search-input__results.opened {
    display: flex
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 60px;
    flex-shrink: 0
}

.custom-select .ph-caret-down {
    position: absolute;
    top: 26px;
    right: 13px;
    font-size: 8px;
    color: #0554f2
}

.custom-select .select-opener {
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 60px;
    padding: 19px 13px;
    border: none
}

.custom-select .select-opener::placeholder {
    color: #2f2f2f
}

.custom-select .select__options {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 36px 36px;
    box-shadow: 0 10px 25px 0 hsla(0, 0%, 39.6%, .3);
    overflow: hidden
}

.custom-select .select__options-row {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #2f2f2f
}

.custom-select .select__options-row:focus,
.custom-select .select__options-row:hover {
    transition: all .35s ease-out;
    background-color: #cdddfc;
    color: #0554f2
}

.custom-select.active .ph-caret-down {
    transform: rotateX(180deg)
}

.custom-select.active .select-opener::placeholder {
    color: #0554f2
}

.custom-select.active .select__options {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.custom-checkbox {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 36px;
    color: #2f2f2f
}

.custom-checkbox:focus,
.custom-checkbox:hover {
    color: #0554f2
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.custom-checkbox input:checked~.checkmark:after {
    display: block
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #0554f2
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #0554f2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.custom-checkbox a {
    display: inline;
    color: #0554f2;
    text-decoration: underline
}

.radio-container input {
    display: none
}

.radio-container input:checked+label:after {
    opacity: 1
}

.radio-container label {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #2f2f2f;
    position: relative;
    text-transform: capitalize
}

.radio-container label:focus,
.radio-container label:hover {
    color: #0554f2
}

.radio-container label:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #0554f2;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.radio-container label:after {
    opacity: 0;
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
    background-color: #0554f2;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.range-wrapper {
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 20px
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 9 100%;
    height: 100%;
    position: relative;
    left: 1px;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 3px
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    right: -18px;
    top: -8px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background-color: #cdddfc;
    border-radius: 4px
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background-color: #0554f2
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 18px;
    cursor: default
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 2px solid #0554f2;
    border-radius: 20px;
    background: #fff;
    color: #0554f2;
    padding: 7px 24px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    cursor: pointer;
    top: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    left: 50%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    top: auto;
    right: 28px
}

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .13);
    padding: 20px 0;
    background-color: #fff
}

@media(max-width:1023px) {
    .header {
        padding: 8px 0
    }
}

.header__holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px
}

@media(max-width:1440px) {
    .header__holder {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start
    }
}

.header__holder.opened .header__burger-opener,
.header__holder.opened .search-input__opener {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.header__holder.opened .header__burger-closer {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 8px;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.header__holder.opened .header__burger-closer i {
    font-size: 24px
}

.header__holder.opened .header__right-part {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.header__left-part {
    display: flex;
    align-items: center;
    gap: 24px;
    width: calc(100% - 500px);
    flex-grow: 1
}

@media(max-width:1440px) {
    .header__left-part {
        width: 100%
    }
}

@media(max-width:1023px) {
    .header__left-part {
        justify-content: space-between
    }
}

.header__right-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 484px
}

@media(max-width:1440px) {
    .header__right-part {
        width: 100%;
        justify-content: flex-start
    }
}

@media(max-width:1023px) {
    .header__right-part {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 83%;
        height: 100vh;
        background-color: #fff;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 62px 15px 8px
    }
}

@media(max-width:767px) {
    .header__right-part {
        width: 100vw
    }
}

.header__right-part .header__burger-closer {
    position: absolute;
    top: 8px;
    right: 16px
}

.header__logo {
    display: flex;
    width: 200px;
    height: 60px
}

@media(max-width:1023px) {
    .header__logo {
        width: 100px;
        height: 32px
    }
}

.header__categories-btn {
    padding: 18px 36px
}

@media(max-width:1023px) {
    .header__categories-btn {
        width: 100%;
        max-width: 340px
    }
}

.header__categories-btn:before {
    content: url(../img/icons/menu.svg);
    width: 24px;
    height: 24px
}

.header__categories-btn.opened:before {
    content: url(../img/icons/cancel.svg)
}

@media(max-width:1023px) {
    .header .search-input__wrapper {
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }

    .header .search-input__wrapper.opened {
        display: block !important;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        padding: 6px 15px;
        background-color: #fff
    }

    .header .search-input__wrapper.opened .search-input__input {
        padding: 12px 80px 12px 28px
    }

    .header .search-input__wrapper.opened .search-full-btn {
        padding: 10px;
        top: 8px;
        right: 20px
    }

    .header .search-input__wrapper.opened .search-input__results {
        display: flex;
        position: fixed;
        top: 60px;
        left: 0;
        transform: translate(0);
        border-radius: 0;
        box-shadow: none;
        height: calc(100vh - 62px);
        max-height: none;
        width: 100vw
    }
}

.header__tablet-btns {
    display: flex;
    gap: 4px
}

.header__tablet-btns .btn--02 {
    border-radius: 50%;
    padding: 9px
}

.header__tablet-btns .btn--02 i {
    font-size: 24px
}

.header__tablet-btns .header__burger-closer {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.header__user-actions {
    display: flex;
    align-items: center;
    gap: 16px
}

@media(max-width:1023px) {
    .header__user-actions {
        flex-direction: column;
        align-items: flex-start
    }
}

.header__user-actions-btns {
    display: flex;
    align-items: center;
    gap: 16px
}

.header__user-actions-btn,
.header__user-actions-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #0554f2;
    transition: all .35s ease-out
}

.header__user-actions-btn i,
.header__user-actions-link i {
    font-size: 36px
}

.header__user-actions-btn:focus,
.header__user-actions-btn:hover,
.header__user-actions-link:focus,
.header__user-actions-link:hover {
    text-decoration: none
}

.header__user-actions-btn:focus i,
.header__user-actions-btn:hover i,
.header__user-actions-link:focus i,
.header__user-actions-link:hover i {
    font-family: Phosphor-Fill !important
}

.header__user-actions-link:first-of-type.active i:before,
.header__user-actions-link:first-of-type:focus i:before,
.header__user-actions-link:first-of-type:hover i:before {
    content: ""
}

.header__user-actions-link.notifications-link {
    position: relative
}

.header__user-actions-link.notifications-link:before {
    position: absolute;
    top: 12px;
    right: 12px;
    content: attr(data-notifications);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #0554f2;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2
}

.header__user-info {
    gap: 12px
}

.header__user-info,
.header__user-photo {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.header__user-photo {
    justify-content: center;
    background-color: #dbdbdb;
    color: #797979;
    border-radius: 50%;
    width: 52px;
    height: 52px
}

.header__user-photo img {
    border-radius: 50%;
    object-fit: cover
}

.header__user-photo i {
    font-size: 28px
}

.header__user-name {
    display: flex;
    flex-direction: column
}

.header__user-name .title--06 {
    color: #2f2f2f
}

.header__auth-btns {
    display: flex;
    gap: 16px
}

@media(max-width:1023px) {
    .header__auth-btns {
        gap: 10px
    }
}

@media(max-width:767px) {
    .header__auth-btns {
        width: 100%;
        max-width: 340px;
        flex-wrap: wrap
    }

    .header__auth-btns .btn {
        width: calc(50% - 5px)
    }
}

.header__auth-btns .btn--02 {
    padding: 18px 19px;
    border-width: 1px
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 72px;
    align-items: center;
    background-color: #f3f3f3;
    padding: 40px 0;
    color: #2f2f2f
}

@media(max-width:1023px) {
    .footer {
        padding: 24px 0;
        gap: 24px
    }
}

.footer__holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4
}

@media(max-width:1023px) {
    .footer__holder {
        flex-direction: column;
        gap: 24px;
        align-items: center
    }
}

.footer__logo {
    display: flex;
    width: 172px;
    height: 56px
}

@media(max-width:1023px) {
    .footer__logo {
        width: 172px;
        height: 56px
    }
}

.footer__nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px 92px
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer__contacts img {
    width: 16px;
    height: 17px
}

.footer__contacts i {
    color: #0554f2;
    font-size: 16px
}

.footer__contacts a {
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all .35s ease-out
}

.footer__contacts a:focus,
.footer__contacts a:hover {
    text-decoration: none;
    color: #0554f2
}

.footer__socials {
    display: flex;
    gap: 16px
}

.footer__socials .btn--02 {
    padding: 7px;
    border-radius: 50%;
    border-width: 1px
}

.footer__socials .btn--02:focus,
.footer__socials .btn--02:hover {
    background-color: #fff
}

.footer__socials .btn--02 img {
    width: 28px;
    height: 28px
}

.footer__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

@media(max-width:1023px) {
    .footer__footer:before {
        content: "";
        width: calc(100vw - 30px);
        height: 1px;
        background-color: #dbdbdb
    }
}

.footer__footer a {
    color: #0554f2;
    font-weight: 600;
    text-decoration-line: underline
}

.hero {
    position: relative;
    background: url(../img/hero-background.png) no-repeat 50%/contain;
    margin-bottom: 80px
}

@media(max-width:1023px) {
    .hero {
        background: none
    }
}

.hero__slide {
    display: flex;
    justify-content: space-between
}

@media(max-width:1023px) {
    .hero__slide {
        flex-direction: column
    }
}

.hero__article {
    padding-top: 150px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 39%
}

@media(max-width:1440px) {
    .hero__article {
        width: 50%;
        padding-top: 100px
    }
}

@media(max-width:1023px) {
    .hero__article {
        width: 100%;
        gap: 12px;
        padding-top: 20px;
        padding-bottom: 12px
    }
}

.hero__article p {
    width: 80%
}

.hero__article .accent-text {
    font-size: .875rem;
    line-height: 22px;
    letter-spacing: 2.24px;
    text-transform: uppercase
}

.hero__article .title--01 {
    color: #2f2f2f
}

.hero__article .btn--01 {
    padding: 25px 51px;
    margin-top: 10px
}

@media(max-width:1023px) {
    .hero__article .btn--01 {
        margin-top: 0
    }
}

.hero__image-wrapper {
    position: relative;
    width: 50%;
    max-height: 777px
}

@media(max-width:1023px) {
    .hero__image-wrapper {
        width: 100%;
        max-height: 324px
    }
}

.hero__image,
.hero__image img {
    width: 100%;
    height: 100%;
    max-height: inherit
}

.hero__image img {
    object-fit: contain
}

.hero__category-wrapper {
    position: absolute
}

@media(max-width:1023px) {
    .hero__category-wrapper {
        display: none
    }
}

.hero__category-wrapper:first-of-type {
    top: 48%;
    left: -15%
}

@media(max-width:1440px) {
    .hero__category-wrapper:first-of-type {
        top: 76%;
        right: 5%;
        left: auto
    }
}

.hero__category-wrapper:nth-of-type(2) {
    top: 17%;
    right: 15%
}

.hero__category-wrapper:nth-of-type(3) {
    top: 36%;
    right: 5%
}

.hero__category-wrapper:nth-of-type(4) {
    top: 56%;
    right: 20px
}

.hero__category-wrapper:nth-of-type(2n):after {
    background: #89e8f8
}

.hero__category-wrapper:nth-of-type(odd):after {
    background: #9bf
}

.hero__category-wrapper:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 2;
    width: 19px;
    height: 19px;
    border-radius: 2px
}

.hero__category {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 20px;
    color: #2f2f2f;
    background: hsla(0, 0%, 100%, .2);
    box-shadow: 0 10px 25px hsla(0, 0%, 69.4%, .25);
    backdrop-filter: blur(15px)
}

.hero__category img {
    width: 28px;
    height: 28px
}

.hero__slider-pagination {
    width: fit-content !important;
    position: absolute;
    bottom: 65px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: center;
    height: 16px
}

@media(max-width:1023px) {
    .hero__slider-pagination {
        position: static;
        transform: translate(0);
        width: 100% !important;
        margin-top: 12px
    }
}

.hero__slider-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ff804d;
    opacity: 1
}

.hero__slider-pagination .swiper-pagination-bullet-active {
    background-color: #ff804d
}

.hero__slider-navigation {
    margin-top: 100px
}

@media(max-width:1440px) {
    .hero__slider-navigation {
        margin-top: 30px
    }
}

@media(max-width:1023px) {
    .hero__slider-navigation {
        display: none
    }
}

.categories {
    margin-bottom: 80px
}

.categories .title--02 {
    color: #2f2f2f;
    margin-bottom: 40px
}

.categories__slider {
    height: 252px;
    overflow: hidden
}

.categories__slide {
    border-radius: 44px;
    overflow: hidden;
    background: url(../img/birds-3.svg) no-repeat 100%/contain
}

@media(max-width:767px) {
    .categories__slide {
        background: none
    }
}

.categories__slide-image {
    width: 50%;
    height: 100%;
    object-fit: cover
}

@media(max-width:1440px) {
    .categories__slide-image {
        width: 70%
    }
}

@media(max-width:767px) {
    .categories__slide-image {
        width: 100%
    }
}

.categories__slide-link.btn--02 {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 1.25rem;
    font-weight: 400
}

.categories__slide-link.btn--02:focus,
.categories__slide-link.btn--02:hover {
    box-shadow: none;
    background-color: #fff;
    color: #0554f2
}

.categories__slide-link.btn--02:focus .btn--02,
.categories__slide-link.btn--02:hover .btn--02 {
    background-color: #ff804d;
    border-color: #ff804d;
    color: #fff;
    box-shadow: none
}

.categories__slide-link.btn--02 .btn--02 {
    border-radius: 50%;
    padding: 11px
}

.categories__slider-navigation {
    margin-top: 40px;
    justify-content: center
}

.products__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 16px
}

@media(max-width:1440px) {
    .products__list {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(max-width:1023px) {
    .products__list {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:767px) {
    .products__list {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.products__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 24px;
    background: #faf6ee;
    padding: 16px 16px 24px;
    color: #2f2f2f
}

.products__item.disabled .products__item-image:before {
    background-color: #797979 !important
}

.products__item.disabled>* * {
    pointer-events: none;
    color: #797979 !important;
    border-color: #797979 !important;
    filter: grayscale(100%)
}

.products__item-image {
    position: relative;
    border-radius: 24px
}

.products__item-image:before {
    content: "";
    border-radius: 4px;
    background-color: #ffa784;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.products__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width:767px) {
    .products__item-image img {
        max-height: 300px
    }
}

.products__item-category {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    border-radius: 4px;
    padding: 9px 13px;
    background-color: hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(15px)
}

.products__item-like {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    border-radius: 24px;
    color: #ed6c39;
    background-color: #fbfefe;
    transition: all .35s ease-out
}

.products__item-like i {
    font-size: 36px
}

.products__item-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.products__item-stars {
    display: flex;
    gap: 8px
}

.products__item-star {
    color: #ed6c39;
    font-size: 24px
}

.products__item-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 24px;
    padding: 5px;
    background: #fff;
    color: #2f2f2f;
    max-width: calc(100% - 152px);
    text-wrap: wrap;
    transition: all .35s ease-out
}

.products__item-location:focus,
.products__item-location:hover {
    text-decoration: none
}

.products__item-location:focus span,
.products__item-location:hover span {
    text-decoration: underline
}

.products__item-location i {
    color: #ffa784;
    font-size: 12px
}

.products__item-description {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.products__item-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.products__item-description p:first-of-type {
    font-size: 1.25rem
}

.products__item-link.btn--02 {
    padding: 9px 11px 9px 30px
}

.products__item-link.btn--02:hover {
    box-shadow: none;
    background-color: #fff;
    color: #0554f2
}

.products__item-link.btn--02:hover .btn--02 {
    background-color: #ff804d;
    border-color: #ff804d;
    color: #fff;
    box-shadow: none
}

.products__item-link.btn--02 .btn--02 {
    border-radius: 50%;
    padding: 11px
}

.products__home-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px
}

.products__home-section .title--03 {
    color: #2f2f2f
}

.products__home-section .show-more-btn {
    padding: 25px 43px;
    margin-top: 48px
}

@media(max-width:1023px) {
    .products__home-section .show-more-btn {
        margin-top: 24px;
        width: 100%;
        max-width: 360px
    }
}

.products__home-section .products__list {
    display: none
}

.products__home-section .products__list.active {
    display: grid
}

.products__home-section .birds-top-image {
    position: absolute;
    top: 0;
    left: 60px;
    width: 160px;
    height: 212px;
    flex-shrink: 0
}

@media(max-width:1023px) {
    .products__home-section .birds-top-image {
        display: none
    }
}

.products__home-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    width: 700px;
    text-align: center
}

@media(max-width:1023px) {
    .products__home-header {
        width: 100%
    }
}

.products__home-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

@media(max-width:1023px) {
    .products__home-tabs {
        gap: 8px
    }
}

.products__home-tab-btn.orange {
    padding: 15px 23px;
    color: #2f2f2f
}

@media(max-width:1023px) {
    .products__home-tab-btn.orange {
        padding: 9px 11px;
        gap: 4px;
        font-size: 1rem
    }
}

.products__home-tab-btn.orange.active,
.products__home-tab-btn.orange:hover {
    background-color: #ff804d;
    color: #fff
}

.products__home-tab-btn.orange.active svg,
.products__home-tab-btn.orange:hover svg {
    fill: #fff
}

.products__home-tab-btn.orange svg {
    width: 28px;
    height: 28px;
    fill: #ff804d
}

@media(max-width:1023px) {
    .products__home-tab-btn.orange svg {
        width: 24px;
        height: 24px
    }
}

.products__favourites-section {
    padding-top: 60px
}

@media(max-width:1023px) {
    .products__favourites-section {
        padding-top: 40px
    }
}

.products__favourites-section .title--02 {
    color: #2f2f2f;
    margin-bottom: 40px
}

@media(max-width:1023px) {
    .products__favourites-section .title--02 {
        margin-bottom: 24px
    }
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px 0 hsla(0, 0%, 39.6%, .3);
    width: 100%;
    max-width: 1000px;
    padding: 80px;
    color: #2f2f2f;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .35s ease-out
}

@media(max-width:1023px) {
    .modal {
        gap: 20px;
        padding: 70px 15px
    }
}

.modal__wrapper:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;
    background-color: #2f2f2f;
    z-index: 101;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .35s ease-out
}

.modal__wrapper.opened:after {
    opacity: .6;
    pointer-events: auto;
    visibility: visible
}

.modal__wrapper.opened .modal {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.modal__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1023px) {
    .modal__text {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.4
    }
}

.modal__closer {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 16px
}

@media(max-width:1023px) {
    .modal__closer {
        top: 12px;
        right: 12px
    }
}

.modal__closer i {
    font-size: 32px
}

.modal__btns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%
}

@media(max-width:1023px) {
    .modal__btns-list {
        flex-direction: column;
        gap: 12px
    }
}

.modal__btns-list .btn.orange {
    padding: 25px 60px
}

@media(max-width:1023px) {
    .modal__btns-list .btn.orange {
        display: flex;
        width: 100%;
        max-width: 330px
    }
}

.modal .rate__stars {
    display: flex;
    gap: 8px
}

.modal .rate__star {
    cursor: pointer
}

.modal .rate__star i {
    font-size: 32px;
    color: #ff804d
}

.modal .rate__star i.active {
    font-family: Phosphor-Fill !important
}

.modal .rate__star i.active:before {
    content: ""
}

.location__wrapper {
    background-color: #faf6ee;
    width: 100%;
    display: flex;
    align-items: center;
    height: 540px
}

@media(max-width:1023px) {
    .location__wrapper {
        height: 400px
    }
}

@media(max-width:767px) {
    .location__wrapper {
        height: 188px
    }
}

.location__map-wrapper {
    width: min(100%, 1500px);
    border-radius: 24px;
    overflow: hidden;
    margin: 0 auto
}

.location__map {
    width: 100%;
    max-width: 100%;
    height: 620px
}

@media(max-width:1023px) {
    .location__map {
        height: 480px
    }
}

@media(max-width:767px) {
    .location__map {
        height: 268px
    }
}

.location__map a:focus,
.location__map a:hover {
    text-decoration: none
}

.location__home-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 28px
}

@media(max-width:1440px) {
    .location__home-section {
        padding-top: 0
    }
}

.location__home-section .birds-top-image {
    position: absolute;
    top: 0;
    right: 60px;
    width: 200px;
    height: 136px
}

@media(max-width:1440px) {
    .location__home-section .birds-top-image {
        display: none
    }
}

.location__home-section .birds-bottom-image {
    position: absolute;
    bottom: -80px;
    left: 60px;
    width: 200px;
    height: 264px;
    flex-shrink: 0
}

@media(max-width:1440px) {
    .location__home-section .birds-bottom-image {
        display: none
    }
}

.location__home-section .search-input__wrapper {
    width: calc(100% - 30px);
    max-width: 740px;
    margin: 0 60px 80px
}

@media(max-width:1023px) {
    .location__home-section .search-input__wrapper {
        width: calc(100% - 15px);
        margin: 0 15px 80px
    }
}

.location__product-section {
    margin-bottom: 120px
}

.location__product-section .title--03 {
    margin-bottom: 70px;
    color: #2f2f2f
}

@media(max-width:1023px) {
    .location__product-section .title--03 {
        margin-bottom: 60px;
        font-size: 2.25rem;
        line-height: 1.2
    }
}

.gm-style-iw.gm-style-iw-c,
.gm-style .gm-style-iw-d {
    padding: 0 !important
}

.gm-style .gm-style-iw-d {
    width: 204px;
    overflow: hidden !important
}

button.gm-ui-hover-effect {
    display: none !important
}

.marker-title {
    background-color: #ff804d;
    color: #fff;
    font: 400 .875rem/20px Open Sans;
    font-weight: 600;
    padding: 12px 8px
}

.marker-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.marker-price {
    background-color: #fff;
    color: #2f2f2f;
    font: 400 1rem/1.4 Open Sans;
    font-weight: 600;
    padding: 10px 8px
}

.categories-menu {
    position: fixed;
    inset: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    padding-top: 100px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media(max-width:1440px) {
    .categories-menu {
        padding-top: 185px
    }
}

@media(max-width:1023px) {
    .categories-menu {
        padding-top: 0;
        z-index: 101
    }
}

.categories-menu.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.categories-menu__header {
    display: none
}

@media(max-width:1023px) {
    .categories-menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 16px
    }
}

.categories-menu__back-btn,
.categories-menu__closer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 9px
}

.categories-menu__back-btn i,
.categories-menu__closer-btn i {
    font-size: 24px
}

.categories-menu__back-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.categories-menu__back-btn.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.categories-menu__main {
    display: flex;
    height: 100%
}

.categories-menu__tabs-wrapper {
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column
}

@media(max-width:1440px) {
    .categories-menu__tabs-wrapper {
        width: 400px
    }
}

@media(max-width:1023px) {
    .categories-menu__tabs-wrapper {
        width: 100%
    }
}

.categories-menu__tabs-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px
}

@media(max-width:1440px) {
    .categories-menu__tabs-btns {
        padding-left: 0
    }
}

@media(max-width:1023px) {
    .categories-menu__tabs-btns {
        padding: 0 15px;
        justify-content: center
    }
}

.categories-menu__tab-btn {
    padding: 16px 12px;
    color: #2f2f2f;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap
}

@media(max-width:1023px) {
    .categories-menu__tab-btn {
        font-size: 1rem;
        line-height: 1.4;
        background-color: #fff
    }
}

.categories-menu__tab-btn.active {
    color: #0849cc;
    background-color: #faf6ee
}

@media(max-width:1023px) {
    .categories-menu__tab-btn.active {
        background-color: #fff
    }
}

.categories-menu__tabs-content {
    background-color: #faf6ee;
    flex: 1;
    padding-left: 60px;
    overflow-y: auto
}

@media(max-width:1440px) {
    .categories-menu__tabs-content {
        padding-left: 24px
    }
}

@media(max-width:1023px) {
    .categories-menu__tabs-content {
        padding: 0 0 80px;
        background-color: #fff
    }
}

.categories-menu__categories-list {
    color: #2f2f2f;
    display: none
}

.categories-menu__categories-list.active {
    display: flex;
    flex-direction: column
}

.categories-menu__category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
    width: 100%
}

@media(max-width:1023px) {
    .categories-menu__category-link {
        padding: 8px 12px 8px 24px
    }

    .categories-menu__category-link:focus,
    .categories-menu__category-link:hover {
        text-decoration: none
    }

    .categories-menu__category-link .arrow-tablet {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #2f2f2f
    }

    .categories-menu__category-link .arrow-tablet i {
        font-size: 20px
    }
}

.categories-menu__category-link span:focus,
.categories-menu__category-link span:hover {
    text-decoration: underline
}

.categories-menu__category-link.active {
    text-decoration: none;
    background-color: #ffa784
}

@media(max-width:1023px) {
    .categories-menu__category-link.active {
        background-color: #fff;
        color: #0554f2
    }

    .categories-menu__category-link.active .arrow-tablet {
        border-color: #0554f2
    }
}

.categories-menu__category-link.active:after {
    content: url(../img/icons/caret-right.svg);
    width: 15px
}

@media(max-width:1023px) {
    .categories-menu__category-link.active:after {
        display: none
    }
}

.categories-menu__subcategories-wrapper {
    width: calc(100% - 500px);
    overflow-y: auto
}

@media(max-width:1440px) {
    .categories-menu__subcategories-wrapper {
        width: calc(100% - 400px)
    }
}

@media(max-width:1023px) {
    .categories-menu__subcategories-wrapper {
        display: none
    }

    .categories-menu__subcategories-wrapper.active {
        display: block;
        position: absolute;
        top: 60px;
        width: 100%;
        background-color: #fff
    }
}

.categories-menu__subcategories-lists {
    display: none;
    color: #2f2f2f;
    padding: 54px 24px
}

@media(max-width:1023px) {
    .categories-menu__subcategories-lists {
        padding: 10px 0
    }

    .categories-menu__subcategories-lists .title--03 {
        padding: 10px 12px 10px 24px
    }
}

.categories-menu__subcategories-lists.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 16px
}

@media(max-width:1440px) {
    .categories-menu__subcategories-lists.active {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:1023px) {
    .categories-menu__subcategories-lists.active {
        display: flex;
        flex-direction: column;
        gap: 0;
        overflow-y: auto;
        height: calc(100vh - 60px)
    }
}

.categories-menu__subcategories-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media(max-width:1023px) {
    .categories-menu__subcategories-list {
        gap: 0
    }
}

@media(max-width:1023px) {
    .categories-menu__subcategories-links-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        opacity: 0;
        transition: all .35s ease-out
    }

    .categories-menu__subcategories-links-wrapper.opened {
        grid-template-rows: 1fr;
        opacity: 1;
        padding-bottom: 10px
    }
}

.categories-menu__subcategories-links {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media(max-width:1023px) {
    .categories-menu__subcategories-links {
        min-height: 0;
        padding: 0 12px 0 24px
    }
}

.categories-menu__subcategory-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1023px) {
    .categories-menu__subcategory-title {
        font-size: 1.125rem;
        font-weight: 600;
        padding: 8px 16px 8px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px
    }

    .categories-menu__subcategory-title:focus,
    .categories-menu__subcategory-title:hover {
        text-decoration: none
    }

    .categories-menu__subcategory-title.active {
        text-decoration: none;
        color: #0554f2
    }

    .categories-menu__subcategory-title.active .arrow-tablet {
        border-color: #0554f2
    }

    .categories-menu__subcategory-title.active .arrow-tablet i {
        transition: all .35s ease-out;
        transform: rotate(-180deg)
    }

    .categories-menu__subcategory-title .arrow-tablet {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #2f2f2f;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .categories-menu__subcategory-title .arrow-tablet.visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .categories-menu__subcategory-title .arrow-tablet i {
        font-size: 20px;
        transition: all .35s ease-out
    }
}

.category-hero {
    position: relative;
    color: #2f2f2f
}

@media(max-width:1023px) {
    .category-hero {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 10px;
        min-height: 160px
    }
}

.category-hero .title--01 {
    width: 66%;
    padding: 108px 0
}

@media(max-width:1023px) {
    .category-hero .title--01 {
        width: 70%;
        padding: 50px 0
    }
}

@media(max-width:767px) {
    .category-hero .title--01 {
        width: 100%;
        padding: 0
    }
}

.category-hero__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
    width: 34%;
    height: 300px;
    object-fit: contain
}

@media(max-width:1023px) {
    .category-hero__image {
        bottom: 0;
        top: auto;
        transform: translate(0);
        width: auto;
        max-width: 325px;
        height: 160px;
        align-self: flex-end
    }
}

@media(max-width:767px) {
    .category-hero__image {
        position: static;
        object-fit: cover
    }
}

.breadcrumbs {
    padding: 24px 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
    flex-wrap: wrap
}

@media(max-width:1023px) {
    .breadcrumbs {
        padding: 20px 0
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    color: #2f2f2f;
    gap: 8px
}

.breadcrumb:not(:last-of-type):after {
    content: url(../img/icons/caret-right.svg);
    width: 12px
}

.breadcrumb.active {
    color: #797979;
    pointer-events: none
}

.filter__section {
    display: flex;
    align-items: stretch;
    gap: 16px
}

@media(max-width:1023px) {
    .filter__section {
        display: block
    }
}

.filter__section .products__home-tabs {
    margin-bottom: 0
}

.filter__section .products__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: none
}

@media(max-width:1200px) {
    .filter__section .products__list {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:767px) {
    .filter__section .products__list {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.filter__section .products__list.active {
    display: grid
}

@media(max-width:1023px) {
    .filter__section .products__list .products__item-image {
        max-height: 290px
    }
}

.filter__btns-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px
}

@media(max-width:1023px) {
    .filter__btns-wrapper {
        margin-bottom: 20px
    }
}

.filter__options-btn {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.filter__options-btn .btn--02 {
    gap: 10px;
    padding: 11px 15px
}

@media(max-width:1023px) {
    .filter__options-btn .btn--02 {
        padding: 9px 11px;
        gap: 4px;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.4
    }
}

.filter__options-btn .btn--02 i {
    font-size: 24px
}

.filter__opener {
    color: #0554f2;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2
}

.filter__closer {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #2f2f2f;
    font-size: 24px;
    padding: 8px;
    border-radius: 50%
}

.filter__filter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 28%;
    background-color: #faf6ee;
    flex-shrink: 0;
    margin-bottom: -100px;
    padding: 24px
}

.filter__filter-wrapper>* {
    padding-bottom: 36px;
    border-bottom: 1px solid #cdddfc
}

@media(max-width:1200px) {
    .filter__filter-wrapper {
        width: 40%
    }
}

.filter__filter-wrapper .title--05 {
    margin-bottom: 20px;
    color: #2f2f2f
}

.filter__subcategories-wrapper {
    height: 500px;
    overflow-y: auto
}

@media(max-width:1023px) {
    .filter__subcategories-wrapper {
        height: fit-content;
        overflow: visible
    }
}

.filter__subcategories-wrapper .title--04 {
    margin-bottom: 16px;
    color: #0849cc
}

.filter__subcategories-wrapper .title--06 {
    color: #2f2f2f;
    margin-bottom: 8px
}

.filter__subcategories-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    padding: 0 20px;
    margin-bottom: 8px
}

.filter__reset-filter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filter__reset-filter .title--03 {
    color: #2f2f2f
}

.filter__reset-filter .title--06 {
    color: #0554f2
}

.filter__reset-filter .title--06:focus,
.filter__reset-filter .title--06:hover {
    color: #0849cc
}

.filter__characteristics>.title--05 {
    margin-bottom: 20px
}

.filter__characteristics-list-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all .35s ease-out
}

.filter__characteristics-list-wrapper.opened {
    grid-template-rows: 1fr
}

.filter__characteristics-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 126px
}

.filter__characteristics-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2f2f2f;
    margin-top: 20px
}

.filter__characteristics-more-btn.opened:after {
    transform: rotate(180deg)
}

.filter__characteristics-more-btn:after {
    content: url(../img/icons/arrow-down.svg);
    width: 12px;
    height: 16px;
    transition: all .35s ease-out
}

.filter__options-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.filter__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.filter__tags-list .btn--02 {
    padding: 11px 15px
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px
}

@media(max-width:767px) {
    .pagination {
        gap: 16px
    }
}

.pagination__btn-next.btn--02,
.pagination__btn-prev.btn--02 {
    border-width: 1px;
    border-radius: 50%;
    width: 52px;
    height: 52px
}

.pagination__btn-next.btn--02:focus,
.pagination__btn-next.btn--02:hover,
.pagination__btn-prev.btn--02:focus,
.pagination__btn-prev.btn--02:hover {
    box-shadow: none;
    background-color: #ff804d;
    color: #fff
}

.pagination__list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width:767px) {
    .pagination__list {
        gap: 4px
    }
}

.pagination__btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #427ef6;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4
}

.pagination__btn.ellipsis {
    pointer-events: none
}

.pagination__btn.active,
.pagination__btn:focus,
.pagination__btn:hover {
    color: #0554f2;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

.recommended__section .title--03 {
    margin-bottom: 30px;
    color: #2f2f2f
}

@media(max-width:1023px) {
    .recommended__section .title--03 {
        margin-bottom: 20px;
        font-size: 2.25rem;
        line-height: 1.2
    }
}

.recommended__slider {
    overflow: hidden
}

.recommended__slider-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.recommended__slider-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ff804d;
    opacity: 1
}

.recommended__slider-pagination .swiper-pagination-bullet-active {
    background-color: #ff804d
}

.product__section {
    margin-bottom: 80px
}

@media(max-width:767px) {
    .product__section .title--02 {
        padding-right: 144px
    }
}

.product__section .title--02,
.product__section .title--03,
.product__section .title--04,
.product__section .title--05 {
    color: #2f2f2f
}

.product__section .filter__characteristics {
    margin-top: 28px
}

.product__column-big {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px
}

@media(max-width:1023px) {
    .product__column-big {
        gap: 16px
    }
}

.product__column {
    display: flex;
    flex-direction: column;
    gap: 28px
}

@media(max-width:1023px) {
    .product__column {
        gap: 16px
    }
}

.product__slider-area {
    display: flex;
    flex-direction: column;
    width: 33%;
    height: 652px;
    gap: 20px
}

@media(max-width:1023px) {
    .product__slider-area {
        width: 100%;
        height: fit-content
    }
}

.product__slider .swiper-slide {
    width: 100%;
    height: 100%
}

.product__slider-small-wrapper {
    display: flex
}

.product__slider-small {
    width: 100%;
    height: 116px;
    overflow: hidden
}

@media(max-width:767px) {
    .product__slider-small {
        height: 72px
    }
}

.product__slider-small .swiper-slide {
    cursor: pointer
}

.product__slider-big {
    width: 100%;
    height: 520px;
    overflow: hidden
}

@media(max-width:767px) {
    .product__slider-big {
        height: 320px
    }
}

.product__slider-big .swiper-slide {
    position: relative
}

.product__slider-big .swiper-slide:before {
    content: "";
    border-radius: 4px;
    background-color: #ffa784;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.product__item-category {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    border-radius: 4px;
    padding: 9px 13px;
    background-color: hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(15px);
    color: #2f2f2f
}

.product__img-big,
.product__img-small {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product__main {
    display: flex;
    gap: 20px;
    align-items: stretch
}

@media(max-width:1023px) {
    .product__main {
        flex-direction: column
    }
}

.product__main-info {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px
}

@media(max-width:1200px) {
    .product__main-info {
        gap: 16px
    }
}

@media(max-width:767px) {
    .product__main-info {
        display: flex;
        flex-direction: column;
        gap: 16px
    }
}

.product__rating {
    display: flex;
    align-items: center;
    gap: 40px
}

@media(max-width:767px) {
    .product__rating {
        gap: 4px
    }
}

.product__location.title--05 {
    color: #797979
}

.product__stars {
    display: flex;
    gap: 8px
}

.product__star {
    font-size: 32px;
    line-height: 1;
    color: #ff804d
}

.product__about-title {
    margin-bottom: 16px
}

.product__about-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.product__btns {
    display: flex;
    gap: 24px
}

@media(max-width:767px) {
    .product__btns {
        flex-direction: column;
        gap: 12px
    }

    .product__btns .btn {
        width: 100%
    }
}

.product__additional-btns {
    display: flex;
    gap: 16px
}

@media(max-width:767px) {
    .product__additional-btns {
        position: absolute;
        top: 0;
        right: 0
    }
}

.product__additional-btns .btn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px
}

.product__additional-btns .btn.active {
    background-color: #ff804d;
    border-color: #ff804d;
    color: #fff;
    box-shadow: none
}

.product__additional-btns .btn i {
    font-size: 24px
}

.product__seller-info {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.product__characteristic-item {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 33%
}

@media(max-width:1023px) {
    .product__characteristic-item {
        max-width: 100%;
        gap: 20px
    }
}

.product__characteristic-item .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.leave-rating__opener {
    color: #0554f2;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    transition: all .35s ease-out
}

.leave-rating__opener:focus,
.leave-rating__opener:hover {
    color: #0849cc
}

.form__wrapper {
    width: 100%
}

.form__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center
}

.form__form.password-form {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between
}

@media(max-width:1023px) {
    .form__form.password-form {
        flex-direction: column;
        align-items: center
    }
}

.form__form .password-fields {
    display: flex;
    gap: 16px;
    flex: 1
}

@media(max-width:1023px) {
    .form__form .password-fields {
        flex-direction: column;
        width: 100%
    }
}

.form__form.main-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 20px 16px
}

@media screen and (max-width:1300px) {
    .form__form.main-form {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:1023px) {
    .form__form.main-form {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px
    }
}

.form__form .main-form-btn-wrapper {
    position: relative
}

@media screen and (max-width:1300px) {
    .form__form .main-form-btn-wrapper {
        grid-column: 1
    }
}

.form__form .main-form-btn-wrapper .btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@media screen and (max-width:1300px) {
    .form__form .main-form-btn-wrapper .btn {
        position: static;
        transform: translate(0)
    }
}

.form__form.main-form .btn,
.form__form.password-form .btn {
    padding: 25px 71px
}

@media(max-width:1023px) {

    .form__form.main-form .btn,
    .form__form.password-form .btn {
        margin: 0 auto
    }
}

@media(max-width:767px) {

    .form__form.main-form .btn,
    .form__form.password-form .btn {
        padding: 20px
    }
}

.form__form.main-form .form-field,
.form__form.password-form .form-field {
    max-width: 436px
}

@media(max-width:1023px) {

    .form__form.main-form .form-field,
    .form__form.password-form .form-field {
        width: 100%;
        max-width: none
    }
}

.form__form .form-field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%
}

.form__form .form-field .countries-list {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 2;
    transform: translateY(100%);
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #797979;
    flex-direction: column;
    gap: 12px;
    padding: 16px 12px;
    max-height: 220px;
    overflow: auto
}

.form__form .form-field .countries-list.opened {
    display: flex
}

.form__form .form-field .phone-select {
    position: absolute;
    top: 37px;
    left: 3px;
    display: block
}

.form__form .form-field .phone-select .select-opener {
    height: 100%;
    font-size: 1rem;
    padding: 16px 13px;
    border-radius: 5px
}

.form__form .form-field .phone-select .select__options {
    z-index: 2;
    border-radius: 0;
    max-height: 220px;
    overflow: auto
}

.form__form .form-field .phone-select.custom-select .ph-caret-down {
    color: #797979;
    top: 22px
}

.form__form .form-field .wpcf7-response-output {
    padding-top: 6px;
    display: none;
    color: #ee5656
}

.form__form .form-field .wpcf7-form-control-wrap {
    position: relative;
    width: 100%
}

.form__form .form-field .wpcf7-form-control-wrap:has(input.invalid-search) .wpcf7-response-output,
.form__form .form-field .wpcf7-form-control-wrap:has(input:invalid) .wpcf7-response-output {
    display: block
}

.form__form .form-field__input {
    padding: 16px 12px;
    border-radius: 5px;
    border: 1px solid #797979;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4
}

.form__form .form-field__input.invalid-search,
.form__form .form-field__input:invalid {
    border-color: #ee5656
}

.form__form .form-field__input#phone {
    padding-left: 72px
}

.form__form .form-field__label {
    font-weight: 600
}

.form__form p {
    width: 100%;
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #797979;
    font-size: 1.25rem
}

.form__form p:empty {
    padding-top: 0
}

.form__form .custom-checkbox,
.form__form .hp-form__fields {
    width: 100%
}

.form__form .hp-form__label {
    font-weight: 600
}

.form__line {
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 16px
}

.form__btn {
    padding: 24px 65px
}

@media(max-width:767px) {
    .form__btn {
        width: 100%;
        max-width: 500px;
        padding: 20px 24px
    }
}

.form__link {
    display: inline;
    color: #0554f2;
    text-decoration: underline
}

.form__show-password {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 12px;
    color: #797979;
    transition: all .35s ease-out
}

.form__show-password:focus,
.form__show-password:hover {
    color: #2f2f2f
}

.form__show-password.active i:before {
    content: ""
}

.form__show-password i {
    font-size: 24px
}

.g-recaptcha {
    width: 100%
}

.auth__page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px
}

@media(max-width:1023px) {
    .auth__page {
        padding-top: 60px
    }
}

.auth__page .hp-page__title,
.auth__page .title--03 {
    text-align: center
}

@media(max-width:1023px) {

    .auth__page .hp-page__title,
    .auth__page .title--03 {
        font-size: 2.5rem;
        line-height: 1.2
    }
}

.auth__page .title--04 {
    text-align: center
}

@media(max-width:1023px) {
    .auth__page .title--04 {
        font-size: 1.5rem;
        line-height: 1.2
    }
}

.auth__page .text-l {
    text-align: center
}

.auth__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    color: #2f2f2f;
    width: 620px;
    max-width: 100%;
    padding: 0 60px
}

@media(max-width:1023px) {
    .auth__container {
        width: 530px;
        padding: 0 15px
    }
}

.auth__btns {
    display: flex;
    gap: 24px
}

@media(max-width:767px) {
    .auth__btns {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 500px
    }
}

.auth__tab-section {
    width: 100%
}

.auth__tabs {
    display: flex;
    justify-content: space-around
}

.auth__tab-btn {
    padding: 16px 0;
    margin-bottom: 24px
}

.auth__tab-btn.active {
    color: #0554f2
}

.auth__tab-content {
    display: none
}

.auth__tab-content.active {
    display: flex;
    justify-content: center
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    min-height: 100vh
}

.page.overlay:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #2f2f2f;
    opacity: .6;
    z-index: 100
}

.page .hp-page,
.page__main {
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 100px 0
}

@media(max-width:1440px) {

    .page .hp-page,
    .page__main {
        padding-top: 185px
    }
}

@media(max-width:1023px) {

    .page .hp-page,
    .page__main {
        padding-top: 60px
    }
}

.search-page {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #2f2f2f
}

@media(max-width:1023px) {
    .search-page {
        padding-top: 40px;
        gap: 24px
    }
}

.search-page__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1023px) {
    .search-page__title {
        font-size: 2.5rem
    }
}

.search-page__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto
}

@media(max-width:1023px) {
    .search-page__text {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.4;
        margin: 0
    }
}

.search-page .show-more-btn {
    margin: 0 auto;
    padding: 25px 43px
}

@media(max-width:1023px) {
    .search-page .show-more-btn {
        width: 100%;
        max-width: 343px
    }
}

.error-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    color: #2f2f2f;
    padding-top: 110px;
    background: url(../img/error-background.svg) no-repeat 50%/700px
}

@media(max-width:1023px) {
    .error-page {
        padding-top: 50px
    }
}

@media(max-width:767px) {
    .error-page {
        background-size: 100%
    }
}

.error-page__image {
    width: 340px
}

@media(max-width:1023px) {
    .error-page__image {
        width: 200px
    }
}

.error-page__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1023px) {
    .error-page__title {
        font-size: 2.5rem
    }
}

.error-page__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1023px) {
    .error-page__text {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.4
    }
}

.error-page__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px
}

@media(max-width:1023px) {
    .error-page__btns {
        width: 100%;
        max-width: 343px;
        flex-direction: column;
        gap: 12px
    }

    .error-page__btns .btn {
        width: 100%
    }
}

.account-page {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #2f2f2f
}

@media(max-width:1023px) {
    .account-page {
        padding-top: 40px
    }
}

.account-page__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1023px) {
    .account-page__title {
        font-size: 2.5rem;
        text-align: center
    }
}

.account-page__main-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
    padding: 24px 0;
    border-top: 1px solid #cdddfc;
    border-bottom: 1px solid #cdddfc
}

@media screen and (max-width:1300px) {
    .account-page__main-block {
        gap: 40px
    }
}

@media(max-width:1023px) {
    .account-page__main-block {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding-top: 0;
        border-color: currentcolor #797979 #797979;
        border-top: #797979
    }

    .account-page__main-block:has(.account-page__info-block) {
        border: none
    }
}

.account-page__info-block {
    display: flex;
    flex-direction: column;
    gap: 80px;
    flex: 1;
    width: 100%
}

@media screen and (max-width:1300px) {
    .account-page__info-block {
        gap: 40px
    }
}

@media(max-width:1023px) {
    .account-page__info-block {
        gap: 24px;
        align-items: center
    }
}

.account-page__info-block-btns {
    display: flex;
    gap: 16px
}

@media(max-width:767px) {
    .account-page__info-block-btns {
        flex-direction: column;
        width: 100%;
        max-width: 343px
    }
}

.account-page__info-block-btns .btn {
    width: 184px
}

@media(max-width:767px) {
    .account-page__info-block-btns .btn {
        width: 100%
    }
}

.account-page__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media screen and (max-width:1300px) {
    .account-page__info {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:1023px) {
    .account-page__info {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px
    }
}

.account-page__info-item {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.account-page__info-item .title--06 {
    color: #797979
}

.account-page__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.account-page__image {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    overflow: hidden;
    background-color: #dbdbdb
}

@media(max-width:1023px) {
    .account-page__image {
        width: 144px;
        height: 144px
    }
}

.account-page__image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.account-page__password-form .title--04 {
    margin-bottom: 16px
}

.avatar-input__label {
    cursor: pointer;
    color: #0554f2
}

.avatar-input__label:focus,
.avatar-input__label:hover {
    color: #0849cc
}

.avatar-input__input {
    display: none
}

.notifications-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #2f2f2f;
    padding-top: 60px
}

@media(max-width:1023px) {
    .notifications-page {
        gap: 24px;
        padding-top: 40px
    }
}

.notifications-page.empty-notifications p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width:1023px) {
    .notifications-page.empty-notifications p {
        font-weight: 400;
        text-align: start;
        font-size: 1.25rem;
        line-height: 1.4
    }
}

.notifications-page__item {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media(max-width:1023px) {
    .notifications-page__item {
        gap: 24px
    }
}

.notifications-page__item .products__item:focus,
.notifications-page__item .products__item:hover {
    transition: all .35s ease-out;
    box-shadow: 0 15px 40px 0 rgba(5, 83, 241, .3)
}

.notifications-page__item .products__item-category,
.notifications-page__item .products__item-image:before,
.notifications-page__item .products__item-like,
.notifications-page__item .products__item-line.stars-city {
    display: none
}
/*# sourceMappingURL=style.bundle.css.map*/