﻿@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

    .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper: :before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper: :before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next'
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: 1%;
        bottom: 3px;
        z-index: 50;
        height: 5px;
        width: 98%
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        position: absolute;
        right: 3px;
        top: 1%;
        z-index: 50;
        width: 5px;
        height: 98%
    }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px)
        }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }

main, .user-menu__cart-value, .nav-menu__list, .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-nav-bottom, .user-menu__item, .popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.social__item:hover .icon:hover, .phones__item:hover, .btn:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto
}

.container-fluid {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto
}

.container-xl {
    max-width: 1208px;
    margin: 0 auto
}

.img-responsive {
    position: relative;
    overflow: hidden
}

    .img-responsive img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }

a:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

html, body {
    height: 100%
}

body {
    font-family: "Orchidea Pro",sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
    color: #1d4379;
    font-size: 1rem
}

@font-face {
    font-family: "Orchidea Pro";
    font-display: swap;
    src: url(../../../src/vbtr/fonts/OrchideaPro-Light.woff) format("woff"),url(../../../src/vbtr/fonts/OrchideaPro-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Orchidea Pro";
    font-display: swap;
    src: url(../../../src/vbtr/fonts/OrchideaPro-Regular.woff) format("woff"),url(../../../src/vbtr/fonts/OrchideaPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Orchidea Pro";
    font-display: swap;
    src: url(../../../src/vbtr/fonts/OrchideaPro-SemiBold.woff) format("woff"),url(../../../src/vbtr/fonts/OrchideaPro-SemiBold.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Orchidea Pro";
    font-display: swap;
    src: url(../../../src/vbtr/fonts/OrchideaPro-Bold.woff) format("woff"),url(../../../src/vbtr/fonts/OrchideaPro-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Orchidea Pro";
    font-display: swap;
    src: url(../../../src/vbtr/fonts/OrchideaPro-Italic.woff) format("woff"),url(../../../src/vbtr/fonts/OrchideaPro-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em
}

* {
    padding: 0;
    margin: 0;
    border: none
}

    *, *:after, *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

html, body {
    overflow-x: hidden;
    line-height: 1;
    size-adjust: 100%
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

ul {
    list-style: none
}

a:active, a:focus, input, textarea, input:active, textarea:active, :active, :focus {
    outline: none
}

textarea {
    resize: none;
    resize: vertical;
    resize: horizontal
}

button {
    color: inherit;
    background-color: transparent;
    cursor: pointer
}

    button::-moz-focus-inner {
        padding: 0;
        margin: 0
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

nav, header, footer, aside {
    display: block
}

input, button, textarea {
    font-family: inherit
}

    input::-ms-clear {
        display: none
    }

a {
    color: unset
}

    a, a:visited {
        text-decoration: none
    }

        a:hover {
            text-decoration: none
        }

ul, li {
    list-style: none
}

img {
    width: 100%;
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

.breadcrumbs {
    font-size: 1.125em;
    line-height: 138.8888888889%;
    color: #1d4379;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .breadcrumbs__item::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(../../../src/img/iconsprite/edits/arrow.svg) no-repeat;
        background-size: contain;
        margin: 0 8px
    }

    .breadcrumbs__item a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }

    .breadcrumbs__item:first-child {
        margin-left: 0
    }

        .breadcrumbs__item:first-child:before {
            display: none
        }

    .breadcrumbs__item:last-child a {
        cursor: text
    }

.breadcrumbs__icon {
    width: 16px;
    height: 16px
}

.radio input[type=radio], .radio input[type=checkbox], .checkbox input[type=radio], .checkbox input[type=checkbox] {
    display: none
}

    .radio input[type=radio] + label span, .radio input[type=checkbox] + label span, .checkbox input[type=radio] + label span, .checkbox input[type=checkbox] + label span {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer
    }

    .radio input[type=radio] + label span {
        border-radius: 50%
    }

body.lock {
    height: 100vh;
    overflow: hidden
}

.popup {
    position: fixed;
    width: 100%;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s
}

    .popup.open {
        opacity: 1;
        visibility: visible
    }

        .popup.open .popup__content {
            -webkit-transform: perspective(600px) translate(0,0) rotateX(0);
            transform: perspective(600px) translate(0,0) rotateX(0);
            opacity: 1
        }

.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
    overflow: auto
}

.popup__content {
    background-color: #fff;
    color: #000;
    max-width: 380px;
    min-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 176px;
    padding: 45px;
    position: relative;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform: perspective(600px) translate(0,-100%) rotateX(45deg);
    transform: perspective(600px) translate(0,-100%) rotateX(45deg)
}

.popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 19px;
    height: 19px;
    display: block
}

    .popup__close:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .popup__close::after {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 100%;
        height: 1px;
        background: #58869b;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .popup__close::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 100%;
        height: 1px;
        background: #58869b;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.accordion {
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative
}

    .accordion:after {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        content: "";
        position: absolute;
        width: 6px;
        height: 10px;
        top: 42%;
        right: 0;
        background: url(../../../src/img/iconsprite/edits/arrow.svg) no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.accordion_active {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

    .accordion_active:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.select-v2 .__select {
    position: relative;
    width: 230px;
    margin: 0 auto
}

    .select-v2 .__select[data-state=active] .__select__title::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .select-v2 .__select[data-state=active] .__select__content {
        opacity: 1;
        pointer-events: unset
    }

    .select-v2 .__select[data-state=active] .__select__label + .__select__input + .__select__label {
        max-height: 40px;
        border-top-width: 1px
    }

.select-v2 .__select__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    color: #000;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

    .select-v2 .__select__title::after {
        content: "";
        position: absolute;
        top: 41%;
        right: 10px;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #000 transparent;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .select-v2 .__select__title::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 1px;
        width: 20px;
        bottom: 2px;
        background: #fff
    }

.select-v2 .reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    padding: 8px 16px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: solid 1px #c7ccd1;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: 700;
    background-color: #fff;
    color: #333
}

    .select-v2 .reset:hover {
        background-color: #d8093a;
        color: #fff
    }

.select-v2 .__select__content {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: 8
}

.select-v2 .__select__input {
    display: none
}

    .select-v2 .__select__input:checked + label {
        background-color: rgba(61,132,236,.16);
        border-bottom: 1px solid #999
    }

    .select-v2 .__select__input:disabled + label {
        opacity: .6;
        pointer-events: none
    }

.select-v2 .__select__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 10px;
    border-bottom: 1px solid #999;
    font-size: .875rem;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
    color: #000
}

    .select-v2 .__select__label + input + .select-v2 .__select__label {
        border-top: 0 solid rgba(199,204,209,.3764705882)
    }

    .select-v2 .__select__label:hover {
        background-color: rgba(61,132,236,.16) !important;
        color: #000
    }

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0
}

.tabs__link {
    text-decoration: none;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tabs__link_active {
    cursor: default
}

.tabs__pane {
    display: none
}

.tabs__pane_show {
    display: block
}

.wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    display: flex;
    flex-direction: column
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.section-nomargin {
    margin-top: 0;
    margin-top: 0
}

h2 {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 136.2%;
    color: #1d4379;
    margin-top: 40px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.btn {
    border-radius: 14px;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 500;
    padding: 16px 44px;
    display: inline-block
}

.btn_white {
    background: #fff;
    color: #0d375d
}

.btn_blue {
    background: #1d4379;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    font-size: 1rem
}

.btn_transparent {
    border: 1px solid #1d4379
}

.h_small {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    text-transform: unset
}

.select-v2 .__select__title, .input {
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: .875rem;
    height: 30px;
    color: #000
}

.input-oval {
    font-size: .875rem;
    padding: 10px;
    border: 1px solid #1d4379;
    border-radius: 14px;
    width: 100%;
    height: 43px
}

input {
    font-size: .875rem
}

    input[type=password] {
        padding-right: 70px
    }

.select-v2 .__select {
    height: 30px
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-btn {
    width: 100%;
    max-height: 45px
}

    .form-btn:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease,-webkit-transform 0.3s ease
    }

.popup__message {
    font-size: 1.125rem;
    line-height: 136.1666666667%;
    font-weight: 500
}

.popup__phone-wrong .popup__message, .popup__email-wrong .popup__message {
    color: red
}

.form-error {
    color: red;
    font-size: .875rem;
    line-height: 135.7142857143%;
    width: 100%;
    position: absolute;
    text-align: right;
    bottom: -25px;
    right: 0;
    left: 0;
    opacity: 0
}

.popup__call-ordered .popup__message {
    text-align: center
}

.form-password__btn {
    width: unset
}

.form-checkin__btn {
    width: 100%;
    text-align: center;
    padding: 10px 50px;
    min-height: 45px
}

.popup__form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-checkin__item {
    width: 100%
}

.password {
    position: relative;
    width: 100%;
    margin-bottom: 45px
}

.password__control {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 15px;
    cursor: pointer
}

    .password__control .icon {
        width: 23px;
        height: 14px;
        fill: transparent;
        stroke: #1d4379
    }

    .password__control::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #1d4379;
        position: absolute;
        left: 0;
        top: 7px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

.form-checkin__item .vizible + .password__control::after {
    opacity: 0
}

.form-password__link {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: .875rem;
    line-height: 136.2142857143%;
    font-weight: 400;
    color: #999
}

.form-checkin__input, .form-password__input {
    width: 100%;
    min-height: 43px
}

.popup__form input::-webkit-input-placeholder {
    font-size: .875rem;
    line-height: 136.2142857143%;
    color: #999
}

.popup__form input::-moz-placeholder {
    font-size: .875rem;
    line-height: 136.2142857143%;
    color: #999
}

.popup__form input:-ms-input-placeholder {
    font-size: .875rem;
    line-height: 136.2142857143%;
    color: #999
}

.popup__form input::-ms-input-placeholder {
    font-size: .875rem;
    line-height: 136.2142857143%;
    color: #999
}

.popup__form input::placeholder {
    font-size: .875rem;
    line-height: 136.2142857143%;
    color: #999
}

.form-checkin__item:not(:last-child) {
    margin: 0 0 35px 0
}

.form-checkin__input {
    border-bottom: 1px solid #1d4379
}

.options__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .options__item:not(:last-child) {
        margin: 0 0 14px 0
    }

.options__link {
    font-size: .875rem;
    line-height: 135.7142857143%;
    font-weight: 500;
    color: #3d84ec
}

.option__input {
    display: none
}

    .option__input:checked + .option__label::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

.option__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 135.7142857143%;
    font-weight: 400;
    margin: 0 11px 0 0;
    position: relative
}

    .option__label::before {
        content: "";
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #1d4379;
        border-radius: 50%;
        margin: 0 11px 0 0
    }

    .option__label::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        background: #1d4379;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        -o-transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s,-webkit-transform 0.3s ease 0s
    }

.checkbox-accept {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.checkbox-accept__input {
    display: none
}

    .checkbox-accept__input:checked + .checkbox-accept__label::after {
        opacity: 1
    }

    .checkbox-accept__input:checked + .checkbox-accept__label::before {
        background: #1d4379
    }

.checkbox-accept__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: .875rem;
    line-height: 135.7142857143%;
    font-weight: 400;
    position: relative;
    cursor: pointer
}

    .checkbox-accept__label::before {
        content: "";
        display: inline-block;
        background: #d9d9d9;
        -ms-flex-item-align: start;
        align-self: flex-start;
        min-width: 17px;
        height: 17px;
        border-radius: 5px
    }

    .checkbox-accept__label::after {
        content: "";
        width: 17px;
        height: 17px;
        position: absolute;
        top: 4px;
        left: 3px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAzbDMuNSAzLjVMMTAgMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat;
        background-repeat: no-repeat;
        background-size: 12px 8px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0
    }

.comein__link {
    display: inline-block;
    color: #3d84ec;
    font-size: .875rem;
    line-height: 135.7142857143%;
    font-weight: 500
}

.comein__text {
    text-align: center;
    font-size: .875rem;
    line-height: 135.7142857143%;
    font-weight: 400;
    margin: 0 4px 0 0
}

.header_active {
    height: 100vh;
    z-index: 2000
}

    .header_active .nav-menu__item {
        font-size: 1rem
    }

.header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.header__logo-parner {
    width: 80px;
    margin-left: 60px;
    height: auto
}

.nav-menu {
    width: 100%
}

.nav-menu-btn {
    display: none
}

.nav-menu__list {
    gap: 0 10px;
    color: #fff;
    font-size: .875rem;
    line-height: 178.5714285714%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.nav-menu__item {
    padding: .125em 0;
    font-size: 1.125rem;
    line-height: 136.1666666667%
}

    .nav-menu__item:hover {
        text-decoration: underline
    }

.header {
    padding: .8125em 0 0 0
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 13px
}

.header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 39.8529411765%;
    flex: 1 0 39.8529411765%;
    max-width: 39.8529411765%
}

.header__contacts-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 7%
}

.header__nav {
    background: -o-linear-gradient(110.26deg,#0373bb 8.66%,#1c3e6f 81.7%);
    background: linear-gradient(339.74deg,#0373bb 8.66%,#1c3e6f 81.7%);
    height: 41px
}

.header__nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8%
}

.header__nav-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.header__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo {
    display: block
}

    .logo:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .logo img {
        max-width: 542px;
        width: 100%;
        height: 100%;
        max-height: 75px;
        -o-object-fit: contain;
        object-fit: contain
    }

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .75rem;
    padding-left: 7px;
    gap: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__title {
    font-weight: 700;
    margin-bottom: 6px;
    margin-left: -7px
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__item_social {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 135px;
    flex: 0 1 135px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.phones {
    line-height: 150%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.phones__item {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .phones__item .icon {
        width: 14px;
        height: 14px;
        fill: #1d4379;
        position: relative;
        left: -7px;
        top: 3.5px
    }

.phones__item_mail {
    padding: .5em 0 0 .625em
}

    .phones__item_mail .icon {
        left: -14px
    }

    .phones__item_mail .icon__footer {
        left: -16px
    }

.phones__item_footer {
    font-weight: 300
}

    .phones__item_footer .icon {
        stroke: #fff;
        width: 17px;
        height: 17px;
        top: 5px;
        stroke-width: .5;
        fill: transparent
    }

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.social_footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 30px
}

.social__item {
    position: relative
}

    .social__item .icon {
        width: 23px;
        height: 23px;
        fill: transparent;
        stroke: #1d4379;
        stroke-width: .4
    }

    .social__item .icon_whatsapp {
        stroke-width: .8
    }

.user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0 28px
}

.user-menu__item {
    position: relative
}

    .user-menu__item .icon {
        fill: transparent;
        stroke: #fff;
        width: 23px;
        height: 23px;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s
    }

        .user-menu__item .icon:hover {
            fill: #fff;
            -webkit-transition: 0.1s;
            -o-transition: 0.1s;
            transition: 0.1s
        }

.user-menu__cart-value {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    font-size: .5875rem;
    line-height: 100%;
    top: -3px;
    right: -11px
}

.footer {
    background-color: #0d375d;
    color: #fff;
    font-weight: 300
}

.footer__body {
    padding-top: 100px;
    padding-bottom: 100px
}

.footer__row {
    display: grid;
    grid-template-columns: repeat(5,auto);
    grid-template-rows: repeat(5,auto);
    gap: 4%;
    grid-template-areas: "contacts nav1 nav2 nav3 nav4"
}

.footer__nav:nth-child(1) {
    grid-area: contacts
}

.footer__nav:nth-child(2) {
    grid-area: nav1
}

.footer__nav:nth-child(3) {
    grid-area: nav2
}

.footer__nav:nth-child(4) {
    grid-area: nav3
}

.footer__nav:nth-child(5) {
    grid-area: nav4
}

.footer__bottom {
    border-top: 1px solid rgba(255,255,255,.09)
}

.footer-contacts__logo .icon {
    width: 262px;
    height: 33px;
    fill: #fff
}

.footer-contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 395px;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 6px
}

.footer-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-contacts__title {
    margin-bottom: 12px
}

.footer-contacts__working-hours {
    margin-top: 17px
}

.footer-contacts__btn {
    margin-top: 20px
}

.working-hours {
    font-size: .9375rem;
    line-height: 173.3333333333%
}

.f-nav {
    line-height: 187.5%
}

.f-nav__title {
    font-size: 1.125rem;
    line-height: 111.1111111111%;
    font-weight: 700;
    margin-bottom: 20px
}

.f-nav__item:hover {
    text-decoration: underline
}

.f-nav-bottom {
    font-size: .875rem;
    padding-top: 15px;
    padding-bottom: 15px
}

.f-nav-bottom__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.f-nav-bottom__item_title {
    color: #58869b
}

.f-nav-bottom__item a {
    display: inline-block
}

    .f-nav-bottom__item a:hover {
        text-decoration: underline
    }

.f-nav-bottom__item_social .icon {
    stroke: #fff;
    stroke-width: .8;
    width: 20px;
    height: 20px
}

.f-nav-bottom__item_social .icon_whatsapp {
    stroke-width: 1.1
}

body {
    background-color: #fff
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: .9375rem;
    line-height: 146.6666666667%;
    padding-bottom: 50px
}

._no-webp .main_home {
    background: src("Img/home-background.jpg") center center/cover repeat-y
}

.main_home {
    position: relative
       
}

    .main_home::before {
        content: "";
        background: rgba(255,255,255,.64);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.main_margin {
    padding-top: 50px
}

.main_sidebar {
    max-width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 50px
}

.article {
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 138.8888888889%;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px
}

    .article p:first-child {
        margin-top: 0
    }

    .article:last-child {
        margin-bottom: 0
    }

.article__equipment {
    margin-top: 60px
}

.article p {
    margin: 20px 0
}

    .article p:nth-child(1) {
        margin-top: 0
    }

    .article p:last-child {
        margin-bottom: 0
    }

.article ol {
    margin: 20px 0;
    counter-reset: ol
}

    .article ol li {
        position: relative;
        padding-left: 15px
    }

        .article ol li::after {
            position: absolute;
            left: 0;
            counter-increment: ol;
            content: counter(ol) ". "
        }

.article ul {
    margin: 20px 0
}

    .article ul li {
        padding-left: 10px;
        position: relative
    }

        .article ul li::before {
            display: inline-block;
            position: absolute;
            content: "";
            width: 3px;
            height: 3px;
            background: #000;
            border-radius: 50%;
            font-weight: 700;
            position: absolute;
            left: 0;
            top: 15px;
            -webkit-transform: translate(0,-3px);
            -ms-transform: translate(0,-3px);
            transform: translate(0,-3px)
        }

.image-content {
    margin-bottom: 20px
}

    .image-content img {
        display: block
    }

    .image-content span {
        display: block;
        padding-left: 10px;
        margin-top: 5px
    }

.image-two-block {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .image-two-block picture:last-child {
        padding-left: 8px
    }

.checkbox input {
    display: none
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .checkbox label span {
        position: relative;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-right: 12px;
        background: #d9d9d9;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }

        .checkbox label span::before {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            position: absolute;
            top: 4px;
            left: 3px;
            content: "";
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAzbDMuNSAzLjVMMTAgMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat;
            background-size: 12px 8px;
            width: 100%;
            height: 100%;
            opacity: 0
        }

    .checkbox label p {
        font-size: 1.125rem;
        line-height: 138.8888888889%;
        font-weight: 400
    }

.checkbox__input:checked + .checkbox__label span {
    background: #1d4379
}

    .checkbox__input:checked + .checkbox__label span::before {
        opacity: 1
    }

.form-page {
    margin: 55px auto;
    max-width: 300px;
    text-align: center
}

.form-page__input {
    width: 100%
}

    .form-page__input:nth-child(n) {
        margin-bottom: 10px
    }

    .form-page__input:not(:last-child) {
        margin-bottom: 30px
    }

.form-page__btn {
    margin-bottom: 10px
}

.form-page__link {
    font-size: .875rem;
    line-height: 136.2142857143%;
    color: #999;
    display: block
}

    .form-page__link:hover {
        color: #1d4379
    }

.form-page__title {
    margin-bottom: 32px
}

body .product-slider-custom .swiper-button-prev, body .product-slider-custom .swiper-button-next {
    position: absolute;
    color: #1d4379
}

    body .product-slider-custom .swiper-button-prev:after, body .product-slider-custom .swiper-button-next:after {
        font-size: 25px
    }

body .product-slider-custom .swiper-button-prev {
    left: -40px
}

body .product-slider-custom .swiper-button-next {
    right: -40px
}

body .product-slider-custom__slide {
    width: 245px;
    height: 224px
}

body .product-slider-thumbs-custom__slide {
    width: 62px;
    height: 57px;
    border-radius: 14px;
    border: 1px solid #999;
    overflow: hidden
}

@media (min-width: 576px) {
    .container {
        max-width: 35rem;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 45rem
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 60rem
    }
}

@media (min-width: 1260px) {
    .container {
        max-width: 75rem
    }

    .header__nav-container {
        max-width: 1050px
    }
}

@media (min-width: 1410px) {
    .container {
        max-width: 85rem
    }
}

@media (max-width: 1409px) {
    .footer__row {
        grid-template-areas: "contacts nav1 nav2" "contacts nav3 nav4"
    }

    .f-nav-bottom {
        gap: 15px 0
    }
}

@media (max-width: 1260px) {
    .container-fluid {
        max-width: 60rem
    }
}

@media (max-width: 1259px) {
    .breadcrumbs {
        font-size: .875em;
        line-height: 121.4285714286%
    }

    .header__logo-parner {
        width: 60px;
        margin-left: 20px
    }

    .header__contacts-column {
        margin-left: 3%
    }

    .footer__row {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3,1fr);
        grid-template-areas: "contacts contacts" "nav1 nav2" "nav3 nav4"
    }

    .footer__nav:nth-child(1) {
        width: unset
    }
}

@media (max-width: 991px) {
    .container-fluid {
        max-width: 45rem
    }

    .nav-menu__item {
        font-size: .8125rem;
        line-height: 100%
    }

    .social {
        display: none
    }

    .social__item .icon {
        stroke: #fff
    }

    .footer__row {
        grid-template-areas: "contacts" "nav1" "nav2" "nav3" "nav4"
    }

    .footer__nav {
        width: 300px
    }

    .f-nav-bottom {
        gap: 10%;
        line-height: 150%
    }

    .article ul li::before {
        top: 10px
    }

    .article {
        font-size: .875rem;
        line-height: 121.4285714286%
    }
}

@media (max-width: 767px) {
    .container-fluid {
        max-width: 35rem
    }

    .nav-menu-btn {
        display: block;
        border-radius: 5px;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 27px;
        width: 30px;
        height: 30px;
        z-index: 10
    }

        .nav-menu-btn span, .nav-menu-btn span::after, .nav-menu-btn span::before {
            display: block;
            width: 24px;
            height: 3px;
            background-color: #1d4379;
            margin: 0 auto
        }

            .nav-menu-btn span:nth-child(1), .nav-menu-btn span:nth-child(3) {
                position: relative
            }

            .nav-menu-btn span:nth-child(1) {
                top: -5px
            }

            .nav-menu-btn span:nth-child(3) {
                top: 5px
            }

    .nav-menu-btn_active {
        left: unset;
        right: 30px;
        top: 30px;
        z-index: 1;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        -webkit-transition: 0.5s 0.3s;
        -o-transition: 0.5s 0.3s;
        transition: 0.5s 0.3s;
        z-index: 11
    }

        .nav-menu-btn_active:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .nav-menu-btn_active span:nth-child(2) {
            display: none
        }

        .nav-menu-btn_active span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0
        }

        .nav-menu-btn_active span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -3px
        }

    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        border-radius: 5px 0 5px 5px;
        padding: .3125em;
        background-color: #fff;
        color: #1d4379;
        font-size: 1rem;
        line-height: 125%;
        pointer-events: none;
        -webkit-transform: translate(-200%,0);
        -ms-transform: translate(-200%,0);
        transform: translate(-200%,0);
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    ._no-webp .nav-menu_active {
        background: -webkit-gradient(linear,left top,left bottom,from(rgb(255,255,255)),color-stop(66%,rgba(255,255,255,.8183648459))),src("Img/home-background.jpg") center center/cover repeat-y
    }

    ._no-webp .nav-menu_active {
        background: -o-linear-gradient(top,rgb(255,255,255) 0%,rgba(255,255,255,.8183648459) 66%),src("Img/home-background.jpg") center center/cover repeat-y
    }

    ._no-webp .nav-menu_active {
        background: linear-gradient(180deg,rgb(255,255,255) 0%,rgba(255,255,255,.8183648459) 66%),src("Img/home-background.jpg") center center/cover repeat-y
    }

    .nav-menu_active {
        pointer-events: unset;
        -webkit-transform: translate(0%,0);
        -ms-transform: translate(0%,0);
        transform: translate(0%,0);
        opacity: 1;
        visibility: visible;
        padding: 10px;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 25px
    }

        .nav-menu_active .nav-menu__list {
            width: 100%;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #1d4379;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .nav-menu_active .nav-menu__list .nav-menu__item {
                margin-top: 20px
            }

        .nav-menu_active .contacts {
            width: 100%;
            margin: 50px 0 0 0
        }

        .nav-menu_active .contacts__row {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 10%
        }

        .nav-menu_active .user-menu {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .nav-menu_active .user-menu .icon {
                stroke: #1d4379
            }

        .nav-menu_active .social {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 0 5%
        }

        .nav-menu_active .user-menu__cart-value {
            border: 1px solid rgba(29,67,121,.19)
        }

    .header__contacts {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__body {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .main_margin {
        padding-top: 20px
    }

    .main_sidebar {
        width: 100%
    }

    body .product-slider-custom .swiper-button-prev {
        left: 10px
    }

    body .product-slider-custom .swiper-button-next {
        right: 10px
    }
}

@media (max-width: 767px) and (max-width:575px) {
    .nav-menu_active .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .nav-menu_active .contacts__title {
        margin-left: 0;
        text-align: center
    }
}

@media (max-width: 575px) {
    .popup__content {
        max-width: 100%;
        min-width: initial;
        padding: 25px
    }

    h2 {
        font-size: 1.5rem
    }

    .header__logo-parner {
        margin-left: -15px
    }

    .nav-menu_active {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas: "burger-nav" "burger-contacts" "burger-contacts" "burger-user-menu"
    }

        .nav-menu_active .contacts__row {
            padding-left: 0
        }

    .header__logo {
        margin: 0 auto;
        min-width: 200px
    }

    .footer__row {
        grid-template-rows: repeat(3,auto);
        gap: 40px
    }

    .footer-contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    body .product-slider-custom .swiper-button-prev {
        left: 3px
    }

    body .product-slider-custom .swiper-button-next {
        right: 3px
    }

    body .product-slider-custom__slide {
        height: auto;
        max-height: 300px
    }
}

@media (max-width: 35rem) {
    .breadcrumbs {
        font-size: .75em;
        line-height: 125%
    }
}

@media (min-width: 992px) and (max-width:1259px) {
    .footer-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-contacts__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .footer-contacts__row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        margin-left: 7%
    }

    .footer-contacts__working-hours {
        position: relative;
        top: -66px
    }

    .footer-contacts__btn {
        display: none
    }
}

._webp .main_home {
    background: src("Img/home-background.webr")) center center/cover repeat-y
}

@media (max-width: 767px) {
    ._webp .nav-menu_active {
        background: -webkit-gradient(linear,left top,left bottom,from(rgb(255,255,255)),color-stop(66%,rgba(255,255,255,.8183648459))),url(img/home-background.webp) center center/cover repeat-y
    }
}

@media (max-width: 767px) {
    ._webp .nav-menu_active {
        background: -o-linear-gradient(top,rgb(255,255,255) 0%,rgba(255,255,255,.8183648459) 66%),url(/img/home-background.webp) center center/cover repeat-y
    }
}

@media (max-width: 767px) {
    ._webp .nav-menu_active {
        background: linear-gradient(180deg,rgb(255,255,255) 0%,rgba(255,255,255,.8183648459) 66%),url(/img/home-background.webp) center center/cover repeat-y
    }
}

input.error, select.error, textarea.error {
    border-color: #C70000;
    color: #C70000
}

    input.error::-webkit-input-placeholder, select.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
        color: #BB3C3C
    }

    input.error::-moz-placeholder, select.error::-moz-placeholder, textarea.error::-moz-placeholder {
        color: #BB3C3C
    }

    input.error:-moz-placeholder, select.error:-moz-placeholder, textarea.error:-moz-placeholder {
        color: #BB3C3C
    }

    input.error:-ms-input-placeholder, select.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
        color: #BB3C3C
    }

input.success, select.success, textarea.success {
    border-color: #52AB00;
    color: #52AB00
}

    input.success::-webkit-input-placeholder, select.success::-webkit-input-placeholder, textarea.success::-webkit-input-placeholder {
        color: #CFFFA4
    }

    input.success::-moz-placeholder, select.success::-moz-placeholder, textarea.success::-moz-placeholder {
        color: #CFFFA4
    }

    input.success:-moz-placeholder, select.success:-moz-placeholder, textarea.success:-moz-placeholder {
        color: #CFFFA4
    }

    input.success:-ms-input-placeholder, select.success:-ms-input-placeholder, textarea.success:-ms-input-placeholder {
        color: #CFFFA4
    }

.alert {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%
}

    .alert.bg {
        padding: 10px
    }

    .alert.error {
        color: #C70000
    }

    .alert.bg.error {
        background: #FF7C7C
    }

    .alert.info {
        color: #009DE5
    }

    .alert.bg.info {
        background: #73CEFF
    }

    .alert.success {
        color: #52AB00
    }

    .alert.bg.success {
        background: #CFFFA4
    }

main .article h1.page-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    color: #1d4379
}

main.main_sidebar h1.page-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    color: #1d4379;
    margin-bottom: 30px
}

.product-slider-thumbs {
    margin-top: 15px
}

.breadcrumbs__item::before {
    background: url(/src/vbtr/img/iconsprite/edits/arrow.svg) no-repeat
}

.phones__item_footer .icon {
    left: 0
}

.footer .phones__item_mail {
    padding-left: 0
}

.footer-contacts__row {
    padding-left: 0
}

.image-content img {
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain
}

.sidebar-open {
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px !important;
    left: 0 !important;
    right: 10px;
    bottom: 10px
}

    .sidebar-open svg {
        width: 20px !important
    }

@media (max-width: 767px) {
    .nav-menu-btn {
        left: 10px
    }

    .sidebar {
        overflow-y: auto;
        top: 0 !important;
        max-height: 100% !important;
        height: 100% !important
    }

    .sidebar-close {
        z-index: 101 !important
    }
}

.options__description {
    margin-bottom: 15px
}

.image-open-content {
    max-width: 650px !important;
    min-width: 600px !important;
    max-height: 650px !important
}

.image-open-block .gallery-slider {
    max-height: 540px !important
}

.image-open-block .gallery-slider-bloock .swiper-slide {
    max-height: 550px !important
}

.popup__content {
    flex-wrap: wrap
}

.popup__message {
    width: 100%;
    min-width: 100%
}

.type-buttons {
    margin-top: 20px
}

    .type-buttons .btn {
        text-align: center;
        width: 100%;
        min-width: 100%;
        font-weight: bolder;
        color: #1d4379;
        border: 1px solid #1d4379;
        margin-bottom: 15px
    }

.open-image {
    cursor: pointer !important
}

main.main_sidebar h1.page-name {
    line-height: 120%
}

.article img {
    max-width: 100%;
    width: auto
}

.order-page {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start
}

    .order-page .breadcrumbs {
        padding-bottom: 30px
    }

    .order-page .page-name {
        text-align: center;
        padding-bottom: 30px
    }

    .order-page .order {
        width: 100%
    }

    .order-page form {
        width: 800px
    }

        .order-page form .row {
            margin-bottom: 30px
        }

            .order-page form .row h4 {
                font-weight: bolder;
                margin-top: 0;
                margin-bottom: 15px
            }

.row.payment .form-checkin__options.options {
    display: flex;
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 767px) {
    .row.payment .form-checkin__options.options {
        display: block
    }
}

.row.payment .options__item {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 255px
}

    .row.payment .options__item .option__label {
        border-radius: 15px;
        border: 1px solid #f1f3f4;
        padding: 20px;
        width: 100%
    }

        .row.payment .options__item .option__label img {
            margin-right: 10px
        }

.row.payment .option__input:checked + .option__label {
    border-color: #1d4379
}

.row.payment .options__item .option__label::before, .row.payment .options__item .option__label::after {
    display: none
}

.checkbox-accept__label::before {
    margin-right: 5px
}

.order-page .info {
    padding: 20px;
    border: 1px solid #1D4379;
    border-radius: 15px;
    margin-bottom: 15px
}

    .order-page .info h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 18px;
        line-height: 136.19%;
        color: #000
    }

    .order-page .info p {
        margin: 0
    }

.nav-circle-card, .nav-circle__column_center-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._no-webp .main_home {
    background: src("Img/home-background.jpg") center center repeat-y
}

.main_home {
    position: relative
}

    .main_home::before {
        content: "";
        background: rgba(255,255,255,.64);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.nav-circle {
    padding: 2.5em 0
}

.nav-circle__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    gap: 25px
}

.nav-circle__row_2 {
    top: 25px
}

.nav-circle__row_3 {
    top: 50px
}

.nav-circle__column_center-logo {
    max-width: 232px
}

    .nav-circle__column_center-logo img {
        width: 241px;
        height: 175px;
        -o-object-fit: contain;
        object-fit: contain
    }

@-webkit-keyframes scaleStep {
    from {
        -webkit-transform: scale(1.16);
        transform: scale(1.16)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleStep {
    from {
        -webkit-transform: scale(1.16);
        transform: scale(1.16)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.nav-circle-card {
    background: -webkit-gradient(linear,left top,left bottom,from(#0075ba),to(#1b3c6a));
    background: -o-linear-gradient(top,#0075ba 0%,#1b3c6a 100%);
    background: linear-gradient(180deg,#0075ba 0%,#1b3c6a 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 260px;
    height: 300px;
    position: relative;
    -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
    clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0 75%,0 25%)
}

    .nav-circle-card:hover {
        -webkit-transform: scale(1.16);
        -ms-transform: scale(1.16);
        transform: scale(1.16)
    }

.nav-circle-card__img {
    width: 206px;
    height: 160px;
    min-height: 133px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .nav-circle-card__img img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

.nav-circle-card__img_tubes {
    max-width: 197px;
    max-height: 140px
}

.nav-circle-card__img_paper {
    width: 206px;
    height: 160px
}

.nav-circle-card__img_cardboard {
    max-width: 242px;
    max-height: 133px
}

.nav-circle-card__img_tube {
    max-width: 202px;
    max-height: 168px;
    margin-top: -35px
}

.nav-circle-card__img_cut {
    max-width: 222px;
    max-height: 77px
}

.nav-circle-card__img_role {
    max-width: 164px;
    max-height: 139px;
    top: 45px;
    right: 0
}

.nav-circle-card__title {
    font-size: 1.5rem;
    line-height: 137.5%;
    color: #fff;
    max-width: 170px;
    text-align: center
}

@media (min-width: 992px) {
    .nav-circle__row_2 {
        top: -50px
    }

    .nav-circle__row_3 {
        top: -100px
    }
}

@media (max-width: 991px) {
    .nav-circle {
        margin-bottom: 50px
    }

    .nav-circle__column_center-logo {
        display: none
    }
}

@media (max-width: 767px) {
    .nav-circle-card {
        width: 230px;
        height: 270px
    }

    .nav-circle-card__img {
        width: 70%
    }

    .nav-circle-card__title {
        font-size: 1.125rem
    }
}

._webp .main_home {
    background: src("Img/home-background.jpg")
}
