a.head:hover::before {
    transform: scale(1);
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 23px;
    margin-right: 5px
}

.br-theme-css-stars .br-widget a:after {
    content: "\2605";
    color: #d2d2d2
}

.br-theme-css-stars .br-widget a.br-active:after {
    color: #edb867
}

.br-theme-css-stars .br-widget a.br-selected:after {
    color: #edb867
}

.br-theme-css-stars .br-widget .br-current-rating {
    display: none
}

.br-theme-css-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: #000
    }

    .br-theme-css-stars .br-widget a.br-active:after, .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: #000
    }
}

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none
}

.f-spinner svg :first-child {
    stroke: var(--f-spinner-color-1)
}

.f-spinner svg :last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, .2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, .2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
    from {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, .5s) ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, .5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, .2s) * .5) linear .1s both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNext
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrev
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
    z-index: 1
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
    outline: 0
}

.f-button:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.f-button[disabled] {
    cursor: default
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-next, .f-carousel__nav .f-button.is-prev, .fancybox__nav .f-button.is-next, .fancybox__nav .f-button.is-prev {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev {
    top: 50%;
    transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev {
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg {
    transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
    pointer-events: none
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox body {
    touch-action: none
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: transparent;
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: 0;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain
}

.fancybox__container *, .fancybox__container ::after, .fancybox__container ::before {
    box-sizing: inherit
}

.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0)
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__viewport {
    width: 100%;
    height: 100%
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.fancybox__slide.has-html5video, .fancybox__slide.has-iframe, .fancybox__slide.has-video {
    overflow: hidden
}

.fancybox__slide.has-image {
    overflow: hidden
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
    overflow: visible
}

.fancybox__slide::after, .fancybox__slide::before {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__backdrop:empty, .fancybox__slide:empty, .fancybox__track:empty, .fancybox__viewport:empty {
    display: block
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20
}

.is-loading .fancybox__content {
    opacity: 0
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__content [contenteditable], .fancybox__content [data-selectable] {
    cursor: auto
}

.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
    will-change: transform, width, height
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0)
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible
}

.is-closing .fancybox__caption, .is-loading .fancybox__caption {
    opacity: 0;
    visibility: hidden
}

.is-compact .fancybox__caption {
    padding-bottom: 0
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40
}

.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: .75
}

.is-loading .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all .25s ease
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px
}

.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1
}

.is-idle .fancybox__nav {
    animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));
    z-index: 30;
    cursor: pointer
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none
}

.fancybox-focus-guard {
    outline: 0;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > :not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > :not(.fancybox__content), .fancybox__container.is-animated[aria-hidden=false] > :not(.fancybox__backdrop,.fancybox__carousel) {
    animation: var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > :not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > :not(.fancybox__content), .fancybox__container.is-animated[aria-hidden=true] > :not(.fancybox__backdrop,.fancybox__carousel) {
    animation: var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut
}

.has-html5video .fancybox__content, .has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-vimeo .fancybox__content, .has-youtube .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%
}

.has-html5video .fancybox__content, .has-vimeo .fancybox__content, .has-youtube .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.has-html5video .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-vimeo .fancybox__content, .has-youtube .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0)
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1
}

.f-thumbs .f-spinner svg {
    display: none
}

.f-thumbs.is-vertical {
    height: 100%
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.f-thumbs__track {
    display: flex
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer
}

.f-thumbs__slide.is-loading img {
    opacity: 0
}

.is-classic .f-thumbs__viewport {
    height: 100%
}

.is-modern .f-thumbs__track {
    width: max-content
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: 0;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: 0
}

.f-thumbs__slide__button:focus-visible {
    outline: 0;
    opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
    clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn .2s ease-out;
    z-index: 10
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height .35s cubic-bezier(.23, 1, .32, 1)
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
    max-height: 0 !important
}

.is-closing .fancybox__thumbs {
    transition: none !important
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));
    pointer-events: none;
    z-index: 20
}

.fancybox__toolbar :focus-visible {
    z-index: 1
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none
}

.fancybox__infobar span {
    padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
    position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none
}

@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
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

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

.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: translate3d(0, 0, 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(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-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

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

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

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

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

.swiper-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-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: 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: initial;
    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: .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: 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 {
    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: 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: .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-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% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

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

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .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 {
    pointer-events: auto
}

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

.swiper.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.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.swiper-cards {
    overflow: visible
}

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

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 16px !important
}

.mt-2 {
    margin-top: 24px !important
}

.mt-3 {
    margin-top: 32px !important
}

.mt-4 {
    margin-top: 40px !important
}

.mt-5 {
    margin-top: 48px !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 16px !important
}

.mb-2 {
    margin-bottom: 24px !important
}

.mb-3 {
    margin-bottom: 32px !important
}

.mb-4 {
    margin-bottom: 40px !important
}

.mb-5 {
    margin-bottom: 48px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 16px !important
    }

    .mt-sm-2 {
        margin-top: 24px !important
    }

    .mt-sm-3 {
        margin-top: 32px !important
    }

    .mt-sm-4 {
        margin-top: 40px !important
    }

    .mt-sm-5 {
        margin-top: 48px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 16px !important
    }

    .mb-sm-2 {
        margin-bottom: 24px !important
    }

    .mb-sm-3 {
        margin-bottom: 32px !important
    }

    .mb-sm-4 {
        margin-bottom: 40px !important
    }

    .mb-sm-5 {
        margin-bottom: 48px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 16px !important
    }

    .mt-md-2 {
        margin-top: 24px !important
    }

    .mt-md-3 {
        margin-top: 32px !important
    }

    .mt-md-4 {
        margin-top: 40px !important
    }

    .mt-md-5 {
        margin-top: 48px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 16px !important
    }

    .mb-md-2 {
        margin-bottom: 24px !important
    }

    .mb-md-3 {
        margin-bottom: 32px !important
    }

    .mb-md-4 {
        margin-bottom: 40px !important
    }

    .mb-md-5 {
        margin-bottom: 48px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1023px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 16px !important
    }

    .mt-lg-2 {
        margin-top: 24px !important
    }

    .mt-lg-3 {
        margin-top: 32px !important
    }

    .mt-lg-4 {
        margin-top: 40px !important
    }

    .mt-lg-5 {
        margin-top: 48px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 16px !important
    }

    .mb-lg-2 {
        margin-bottom: 24px !important
    }

    .mb-lg-3 {
        margin-bottom: 32px !important
    }

    .mb-lg-4 {
        margin-bottom: 40px !important
    }

    .mb-lg-5 {
        margin-bottom: 48px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 16px !important
    }

    .mt-xl-2 {
        margin-top: 24px !important
    }

    .mt-xl-3 {
        margin-top: 32px !important
    }

    .mt-xl-4 {
        margin-top: 40px !important
    }

    .mt-xl-5 {
        margin-top: 48px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 16px !important
    }

    .mb-xl-2 {
        margin-bottom: 24px !important
    }

    .mb-xl-3 {
        margin-bottom: 32px !important
    }

    .mb-xl-4 {
        margin-bottom: 40px !important
    }

    .mb-xl-5 {
        margin-bottom: 48px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #fff
}

.hamburger-box {
    width: 18px;
    height: 12px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 24px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -5px
}

.hamburger-inner::after {
    bottom: -5px
}

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after, .hamburger--vortex .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after, .hamburger--vortex.is-active .hamburger-inner::before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg)
}

html {
    scrollbar-gutter: stable
}

body, html {
    height: 100%
}

p {
    margin-top: 0;
    margin-bottom: 15px
}

circle, path, rect, svg {
    transition: all .35s ease
}

body {
    font-size: 14px;
    line-height: 1.43;
    min-width: 375px;
    position: relative;
    font-family: Inter, sans-serif;
    color: #42526e;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 500
}

::placeholder {
    color: #666;
    opacity: 1
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

address {
    font-style: normal
}

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

button, input, select, textarea {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0
}

a {
    color: inherit;
    transition: all .35s ease;
    text-decoration: none;
    outline: 0
}

img, video {
    display: block;
    max-width: 100%;
    height: auto
}

iframe {
    display: block;
    border: none
}

button {
    cursor: pointer;
    background: 0 0
}

select {
    appearance: none
}

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

textarea {
    resize: none
}

body.hidden {
    overflow: hidden
}

.logo img, .logo svg {
    display: block
}

.header {
    padding: 8px 0;
    box-shadow: 0 1px 1px 0 rgba(9, 30, 66, .25), 0 0 1px 0 rgba(9, 30, 66, .31);
    background: #000617
}

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

    .header .logo {
        margin-right: auto
    }

    .header .logo img, .header .logo svg {
        max-width: 85px;
        height: auto
    }
}

.header .search {
    margin-left: 25px
}

@media screen and (max-width: 1199px) {
    .header .search {
        margin-left: 0
    }
}

@media screen and (max-width: 1023px) {
    .header .search {
        width: 100%;
        order: 999
    }
}

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

@media screen and (max-width: 1199px) {
    .header__row {
        gap: 16px
    }
}

@media screen and (max-width: 1023px) {
    .header__row {
        flex-wrap: wrap;
        gap: 12px 16px
    }
}

.header__cart {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #f4f5f7;
    padding: 0 10px;
    white-space: nowrap
}

@media screen and (max-width: 1199px) {
    .header__cart {
        padding: 0
    }
}

@media screen and (max-width: 1023px) {
    .header__cart > span {
        display: none
    }
}

.header__cart-icon {
    position: relative
}

.header__cart-icon span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #144cf5;
    border: 1px solid #12181f;
    position: absolute;
    right: 0;
    top: 0
}

.header__cart-icon svg {
    display: block;
    color: #f4f5f7
}

.header--transparent {
    background: linear-gradient(360deg, rgba(0, 6, 23, 0) 0, #000617 175%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transform: translateX(-50%);
    left: 50%;
    max-width: 1920px;
    box-shadow: none
}

@media screen and (max-width: 1023px) {
    .header--transparent .main__nav {
        top: 68px;
        height: calc(100dvh - 68px)
    }
}

@media screen and (max-width: 767px) {
    .header--transparent .btn span {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .main__nav {
        position: absolute;
        width: 307px;
        height: calc(100dvh - 52px);
        background: #f4f5f7;
        left: 0;
        top: 52px;
        transform: translateX(-100%);
        transition: transform .35s ease, height .25s linear;
        z-index: 100;
        overflow-y: auto;
        padding-top: 16px;
        display: flex;
        flex-direction: column
    }

    .main__nav.open {
        transform: translateX(0)
    }
}

.main__list {
    display: flex;
    align-items: center;
    gap: 24px
}

@media screen and (max-width: 1199px) {
    .main__list {
        gap: 16px
    }
}

@media screen and (max-width: 1023px) {
    .main__list {
        display: block;
        margin-bottom: 8px
    }
}

.main__list > li.has-dropdown {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .main__list > li.has-dropdown {
        position: static
    }
}

@media (hover: hover) and (pointer: fine) {
    .main__list > li.has-dropdown:hover .submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }
}

@media (hover: hover) and (pointer: fine) {
    .main__list > li:hover > a svg {
        transform: rotate(180deg)
    }

    .main__list > li:hover > a span::before {
        width: 100%
    }
}

.main__list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    color: #f4f5f7;
    padding: 0 4px;
    white-space: nowrap
}

.main__list > li > a span {
    position: relative
}

.main__list > li > a span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: rgba(234, 236, 240, .3);
    transition: all .35s ease
}

@media screen and (max-width: 1023px) {
    .main__list > li > a span::before {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .main__list > li > a {
        color: #42526e;
        padding: 10px 14px;
        position: relative
    }

    .main__list > li > a::before {
        content: "";
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 8px;
        width: 24px;
        height: 24px;
        background: url(../img/menu-arrow.svg) no-repeat center center/contain
    }
}

.main__list > li > a svg {
    flex-shrink: 0;
    color: #f4f5f7;
    transition: all .35s ease
}

.logged {
    display: flex;
    align-items: center;
    gap: 24px
}

@media screen and (max-width: 1199px) {
    .logged {
        gap: 16px
    }
}

.logged__link svg {
    display: block;
    color: #f4f5f7
}

@media screen and (max-width: 1023px) {
    .logged__link {
        position: relative
    }

    .logged__link::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 24px;
        transform: translateY(-50%);
        top: 50%;
        right: -8px;
        background: rgba(255, 255, 255, .1)
    }
}

.login__mob {
    display: flex;
    align-items: center;
    gap: 4px;
    border-top: 1px solid #dde0e5;
    padding: 8px 16px 16px;
    margin-top: auto
}

.login__mob svg {
    flex-shrink: 0;
    color: #144cf5
}

.login__mob span {
    color: #144cf5
}

.currency__toggler {
    display: flex;
    align-items: center;
    color: #f4f5f7;
    cursor: pointer
}

.currency__toggler svg {
    flex-shrink: 0;
    transition: all .35s ease;
    color: #f4f5f7
}

@media screen and (max-width: 1023px) {
    .currency__toggler {
        color: #144cf5
    }

    .currency__toggler svg {
        color: #144cf5
    }
}

.currency__mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 10px;
    border-top: 1px solid #dde0e5
}

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

.search.active .search__clear {
    opacity: 1;
    visibility: visible
}

.search.active .search__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    z-index: 999;
}

.search__box {
    position: relative
}

.search__box .form__input {
    padding-right: 88px;
    height: 40px;
}

.search__clear {
    opacity: 0;
    visibility: hidden
}

.search__nav {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 16px;
    display: flex;
    gap: 16px
}

.search__button {
    position: relative
}

.search__button:first-child::before {
    display: none
}

.search__button::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 1px;
    height: 24px;
    background: #dde0e5;
    left: -8px
}

.search__button svg {
    display: block;
    color: #6b778c;
    transition: all .35s ease
}

.search__button:hover svg {
    color: #144cf5
}

.search__dropdown {
    padding-top: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 32px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    pointer-events: none
}

@media screen and (max-width: 1023px) {
    .search__dropdown {
        width: 100%
    }
}

.search__dropdown-box {
    box-shadow: 0 8px 12px 0 rgba(9, 30, 66, .15), 0 0 1px 0 rgba(9, 30, 66, .31);
    background: #eaecf0;
    border-radius: 8px;
    padding: 8px 0
}

.search__dropdown-link {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    gap: 8px
}

.search__dropdown-link:hover {
    background: #dde0e5
}

.search__dropdown-link svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #9099a8
}

.hamburger {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative
}

@media screen and (max-width: 1023px) {
    .hamburger {
        display: flex
    }

    .hamburger::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, .1);
        right: -8px;
        top: 0
    }
}

.dropdown {
    position: relative;
    z-index: 10
}

@media (hover: hover) and (pointer: fine) {
    .dropdown:hover .dropdown__toggler svg {
        transform: rotate(180deg)
    }

    .dropdown:hover .dropdown__body {
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }
}

@media (hover: none) {
    .dropdown.active .dropdown__toggler svg {
        transform: rotate(180deg)
    }

    .dropdown.active .dropdown__body {
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }
}

.dropdown__body {
    top: 100%;
    position: absolute;
    right: 0;
    min-width: 160px;
    padding-top: 2px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    pointer-events: none
}

.dropdown__body-box {
    box-shadow: 0 8px 12px 0 rgba(9, 30, 66, .15), 0 0 1px 0 rgba(9, 30, 66, .31);
    background: #eaecf0;
    border-radius: 8px;
    padding: 8px 0
}

.dropdown__link {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    gap: 8px
}

.dropdown__link svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #6b778c
}

@media (hover: hover) and (pointer: fine) {
    .dropdown__link:hover {
        background: #dde0e5
    }
}

.dropdown__toggler svg {
    transition: all .35s ease
}

.submenu {
    top: 100%;
    position: absolute;
    right: 0;
    min-width: 160px;
    padding-top: 2px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    pointer-events: none
}

@media screen and (max-width: 1023px) {
    .submenu {
        width: 100%;
        height: 100%;
        right: auto;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        background: #f4f5f7;
        z-index: 100;
        transition: all .35s ease;
        transform: translateX(-100%)
    }

    .submenu.open {
        transform: none
    }
}

.submenu__header {
    padding: 16px 16px 8px
}

.submenu__header .backlink {
    color: #144cf5;
    margin-bottom: 16px
}

.submenu__header .backlink svg {
    color: #144cf5
}

.submenu__list {
    box-shadow: 0 8px 12px 0 rgba(9, 30, 66, .15), 0 0 1px 0 rgba(9, 30, 66, .31);
    background: #eaecf0;
    border-radius: 8px;
    padding: 8px 0
}

@media screen and (max-width: 1023px) {
    .submenu__list {
        padding: 0;
        background: 0 0;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #dde0e5
    }

    .submenu__list li {
        margin-bottom: 8px
    }
}

.submenu__list a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    white-space: nowrap
}

@media screen and (max-width: 1023px) {
    .submenu__list a {
        position: relative
    }

    .submenu__list a::before {
        content: "";
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 8px;
        width: 24px;
        height: 24px;
        background: url(../img/menu-arrow.svg) no-repeat center center/contain
    }
}

.submenu__list a svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #6b778c
}

@media (hover: hover) and (pointer: fine) {
    .submenu__list a:hover {
        background: #dde0e5
    }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(18, 24, 31, .3);
    z-index: 49;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    pointer-events: none
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial
}

.overlay--filter {
    height: 100%;
    top: 0
}

.footer {
    padding: 48px 0 41px;
    margin-top: auto;
    background: #000617
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 24px 0
    }
}

.footer__row {
    display: flex;
    gap: 32px
}

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

@media screen and (max-width: 767px) {
    .footer__row {
        gap: 22px
    }
}

.footer__info {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 1023px) {
    .footer__info {
        flex-direction: row;
        gap: 24px;
        margin-top: 24px
    }
}

@media screen and (max-width: 1023px) {
    .footer__logo {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .footer__logo img {
        max-width: 118px
    }
}

.footer__title {
    color: #6b778c;
    margin-bottom: 16px
}

.footer__item:nth-child(1) {
    width: 35.5%
}

@media screen and (max-width: 1199px) {
    .footer__item:nth-child(1) {
        width: 30%
    }
}

@media screen and (max-width: 1023px) {
    .footer__item:nth-child(1) {
        order: 999;
        width: 100%
    }
}

.footer__item:nth-child(2) {
    width: 35.5%
}

@media screen and (max-width: 1023px) {
    .footer__item:nth-child(2) {
        width: 100%
    }
}

.footer__item:nth-child(3) {
    width: 20%
}

@media screen and (max-width: 1023px) {
    .footer__item:nth-child(3) {
        width: 100%
    }
}

.footer__item-row {
    display: flex;
    gap: 39px
}

@media screen and (max-width: 1023px) {
    .footer__contacts {
        display: flex;
        flex-wrap: wrap;
        gap: 0 18px
    }

    .footer__contacts li {
        width: calc(50% - 9px)
    }
}

.footer__contacts li {
    margin-bottom: 9px
}

.footer__contacts li:last-child {
    margin-bottom: 0
}

.footer__contacts a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #eaecf0
}

.footer__contacts a:hover .footer__contacts-text::before {
    width: 0
}

.footer__contacts-text {
    position: relative
}

.footer__contacts-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(234, 236, 240, .3);
    transition: all .35s ease
}

.footer__contacts-icon {
    flex-shrink: 0
}

.footer__contacts-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    color: #6b778c
}

.footer__list li {
    margin-bottom: 13px
}

.footer__list li:last-child {
    margin-bottom: 0
}

.footer__list a {
    color: #eaecf0;
    display: inline-block;
    position: relative
}

.footer__list a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(234, 236, 240, .3);
    transition: all .35s ease
}

.footer__list a:hover::before {
    width: 0
}

.copyright {
    color: #6b778c;
    margin-top: auto;
    max-width: 154px
}

@media screen and (max-width: 767px) {
    .copyright {
        width: 50%;
        max-width: 100%
    }
}

.error-message {
    font-size: 12px;
    line-height: 1.333;
    color: #bf2600;
    font-weight: 500;
    margin-top: 8px;
    display: block
}

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

.form__row-item {
    width: calc(50% - 8px)
}

.form__label {
    display: block;
    font-size: 12px;
    line-height: 1.333;
    color: #6b778c;
    margin-bottom: 8px;
    font-weight: 500
}

.form__label--14 {
    font-size: 14px;
    color: #9099a8;
    line-height: 1.43;
    margin-bottom: 4px
}

.form__input, .form__textarea {
    display: block;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #42526e;
    transition: all .35s ease;
    -webkit-appearance: none;
    border-radius: 8px;
    padding: 9.5px 14px;
    background: #fff;
    border: 2px solid #dde0e5
}

.form__input::placeholder, .form__textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #9099a8;
    font-family: Inter, sans-serif
}

.form__input:focus, .form__input:hover, .form__textarea:focus, .form__textarea:hover {
    border-color: #4c9aff
}

.form__input.error, .form__textarea.error {
    border-color: #bf2600
}

.form__textarea {
    min-height: 130px
}

.form__textarea--88 {
    min-height: 88px
}

.form__item {
    margin-bottom: 16px
}

.form__item:last-child {
    margin-bottom: 0
}

.form__choose input[type=radio] {
    display: none
}

.form__choose input[type=radio] + label {
    display: block;
    border-radius: 16px;
    padding: 3px 15px;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1.333;
    font-weight: 600;
    font-family: Inter, sans-serif;
    background: #fff;
    transition: all .35s ease;
    cursor: pointer;
    user-select: none
}

.form__choose input[type=radio] + label:hover {
    border-color: #144cf5;
    color: #144cf5
}
.form__choose input[type=radio] + label:hover svg{
    fill: #144CF5
}
.form__choose input[type=radio]:checked + label {
    border-color: #144cf5;
    color: #144cf5
}
.form__choose input[type=radio]:checked + label svg {
    fill: #144CF5
}
.form__choose input[type=radio] + label svg{
    fill: #42526e;
}



.form__choose .disabled {
    pointer-events: none;
    color: #999 !important;
    border: 1px dashed #999 !important;
    border-radius: 12px !important;
}

.form__checkbox input[type=checkbox] {
    display: none
}

.form__checkbox input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.43;
    color: #42526e;
    user-select: none;
    min-height: 16px;
    min-width: 16px
}

.form__checkbox input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    border: 1px solid #d9d9d9;
    border-radius: 2px
}

.form__checkbox input[type=checkbox]:checked + label::before {
    background: #144cf5;
    border-color: #144cf5
}

.form__checkbox input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 9px;
    left: 3px;
    transform: translateY(-50%);
    top: 50%;
    background: url(../img/check.svg) no-repeat center center;
    background-size: contain
}

.select2 {
    display: block
}

.select2.select2-container {
    width: 100% !important
}

.select2-results__option {
    padding: 10px 14px;
    transition: all .35s ease;
    font-size: 14px;
    color: #42526e
}

.select2-dropdown {
    border: 2px solid #dde0e5;
    border-radius: 8px;
    overflow: hidden
}

.select2-container {
    z-index: 51
}

.select2-container--open .select2-selection__arrow::before {
    transform: translate(-50%, -50%) rotate(180deg) !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(20, 76, 245, .1);
    color: #42526e
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(20, 76, 245, .1);
    color: #42526e
}

.select2-container--default .select2-selection {
    border: 2px solid #dde0e5;
    transition: all .35s ease;
    border-radius: 8px
}

.select2-container--default .select2-selection:hover {
    border-color: #4c9aff
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: none;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    top: 50%;
    right: 14px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/select-arrow.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transition: all .35s ease;
    transform: translate(-50%, -50%)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 4px 14px;
    color: #42526e;
    font-size: 14px;
    font-weight: 500
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9099a8;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px
}

.select2-container .select2-selection--single {
    height: auto
}

.select2-selection {
    outline: 0 !important
}

.select2-selection__rendered {
    padding: 8px 0;
    padding-left: 12px;
    padding-right: 12px
}

.select2-search {
    display: none
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: all .35s ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 24px;
    font-family: Inter, sans-serif;
    text-align: center;
    border-radius: 8px
}

.btn svg {
    flex-shrink: 0
}

.btn-blue {
    box-shadow: 0 1px 1px 0 rgba(9, 30, 66, .25), 0 0 1px 0 rgba(9, 30, 66, .31);
    background: #144cf5;
    color: #fff
}

@media (hover: hover) and (pointer: fine) {
    .btn-blue:hover {
        background: #093cd7
    }
}

.btn-icon {
    padding: 8px 16px
}

.btn-gray {
    background: #eaecf0;
    color: #144cf5
}

@media (hover: hover) and (pointer: fine) {
    .btn-gray:active, .btn-gray:hover {
        background: #144cf5;
        color: #fff
    }

    .btn-gray:active svg, .btn-gray:hover svg {
        color: #fff
    }
}

.btn-shadow {
    box-shadow: 0 1px 1px 0 rgba(9, 30, 66, .25), 0 0 1px 0 rgba(9, 30, 66, .31)
}

.btn-cart {
    width: 56px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #144cf5
}

@media (hover: hover) and (pointer: fine) {
    .btn-cart:hover {
        background: #093cd7
    }
}

.btn-cart svg {
    color: #f4f5f7
}

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

.breadcrumb li {
    display: inline-block
}

.breadcrumb li::before {
    content: "/";
    margin-right: 4px
}

.breadcrumb li:first-child::before {
    display: none
}

.breadcrumb a:hover {
    text-decoration: underline
}

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

.socials li img, .socials li svg {
    display: block
}

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

.w-100 {
    width: 100%
}

.backlink {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.43
}

.backlink svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px
}

.backlink span {
    position: relative
}

.backlink span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #144cf5;
    transition: all .35s ease
}

@media (hover: hover) and (pointer: fine) {
    .backlink span:hover::before {
        width: 100%
    }
}

.backlink--blue {
    color: #144cf5
}

.backlink--blue svg {
    color: #144cf5
}

.b-80 {
    padding-bottom: 80px
}

@media screen and (max-width: 1023px) {
    .b-80 {
        padding-bottom: 60px
    }
}

@media screen and (max-width: 767px) {
    .b-80 {
        padding-bottom: 32px
    }
}

.t-80 {
    padding-top: 80px
}

@media screen and (max-width: 1023px) {
    .t-80 {
        padding-top: 60px
    }
}

@media screen and (max-width: 767px) {
    .t-80 {
        padding-top: 32px
    }
}

.slider__nav {
    display: flex;
    gap: 2px
}

.slider__arrow {
    width: 44px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #eaecf0;
    transition: all .35s ease
}

.slider__arrow svg {
    transition: all .35s ease;
    color: #144cf5
}

.slider__arrow:hover {
    background: #144cf5
}

.slider__arrow:hover svg {
    color: #f4f5f7
}

.slider__prev {
    border-radius: 8px 0 0 8px
}

.slider__prev svg {
    transform: rotate(180deg)
}

.slider__next {
    border-radius: 0 8px 8px 0
}

.link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500
}

.link svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px
}

.link span {
    position: relative
}

.link span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: rgba(234, 236, 240, .3);
    transition: all .35s ease
}

@media (hover: hover) and (pointer: fine) {
    .link:hover span::before {
        width: 100%
    }
}

.link--blue {
    color: #144cf5
}

.link--blue svg {
    color: #144cf5
}

.link--blue span::before {
    background: #144cf5
}

.tabs__nav {
    margin-bottom: 14px;
    padding-bottom: 2px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: inset 0 -2px 0 0 #f4f5f7
}

.tabs__nav-btn {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    color: #42526e;
    transition: all .35s ease;
    padding: 8px 16px;
    white-space: nowrap;
    position: relative
}

.tabs__nav-btn:hover::before {
    opacity: 1;
    visibility: visible
}

.tabs__nav-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    background: #144cf5;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    z-index: 1;
    left: 0
}

.tabs__nav-btn.active {
    color: #144cf5
}

.tabs__nav-btn.active::before {
    opacity: 1;
    visibility: visible
}

.table--shrink td, .table--shrink th {
    min-width: 130px
}

@media screen and (max-width: 1439px) {
    .table--shrink td, .table--shrink th {
        min-width: auto
    }
}

.table--shrink td:first-child, .table--shrink th:first-child {
    width: 100%
}

.table tr.disabled .table__price .btn-cart {
    background: #f4f5f7;
    pointer-events: none
}

.table tr.disabled .table__price .btn-cart svg {
    color: #9099a8
}

.table tr.disabled .table__price .quantity {
    border-color: #eaecf0;
    pointer-events: none
}

.table tr.disabled .table__price .quantity input {
    color: #9099a8
}

.table tr.disabled .table__price .quantity__arrow svg {
    color: #eaecf0
}

.table__checkbox {
    display: flex;
    align-items: center
}

.table__total {
    display: flex;
    align-items: center;
    justify-content: center
}

.table__total svg {
    flex-shrink: 0
}

.table__btn {
    flex-shrink: 0
}

.table__btn svg {
    display: block
}

.table__pdf svg {
    color: #144cf5
}

.table__modal {
    cursor: pointer
}

.table__cell {
    width: 150px
}

@media screen and (max-width: 767px) {
    .table__cell {
        width: auto
    }
}

.table__box {
    width: 100%;
    border-collapse: collapse
}

.table__box td {
    padding: 9px 8px
}

.table__box td:first-child {
    padding-left: 0
}

.table__box td:last-child {
    padding-right: 0
}

.table__box th {
    color: #9099a8;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    border-bottom: 2px solid #eaecf0;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px
}

.table__box th:first-child {
    padding-left: 0
}

.table__box th:last-child {
    padding-right: 0
}

.table__box th .d-flex {
    gap: 8px
}

.table__box th .d-flex svg {
    color: #6b778c
}

.table__price {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 250px
}

.table__price-cart {
    display: flex;
    gap: 8px
}

.table__price-cart:only-child {
    margin-left: auto;
}

.table__price-cart .quantity {
    min-width: 122px
}

.table--scroll {
    overflow-x: auto
}

.table--scroll .table__box {
    min-width: 600px
}

.sticky-top {
    position: sticky;
    top: 30px
}

@media screen and (max-width: 767px) {
    .sticky-top {
        position: static
    }
}

.quantity {
    border: 2px solid #dde0e5;
    padding: 6px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px
}

.quantity input {
    display: block;
    text-align: center;
    appearance: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #6b778c;
    font-family: Inter, sans-serif;
    width: 44px;
    background: 0 0
}

.quantity__arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.quantity__arrow.disabled {
    pointer-events: none
}

.quantity__arrow.disabled svg {
    color: #dde0e5
}

.quantity__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .35s ease;
    color: #6b778c
}

.quantity--120 {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.quantity--112 {
    max-width: 112px;
    width: 100%
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap
}

.status svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.status--24 svg {
    width: 24px;
    height: 24px
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.alert {
    position: fixed;
    z-index: 200000;
    right: 80px;
    top: 96px;
    transition: all .35s ease;
    border: 1px solid #dde0e5;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 0 8px 0 rgba(9, 30, 66, .16), 0 0 1px 0 rgba(9, 30, 66, .12);
    background: #eaecf0;
    width: 100%;
    max-width: 245px;
    transform: translateY(-600px);
    transition: transform .5s ease
}

.alert--large {
    max-width: 325px
}

.alert--large .alert__icon {
    width: 40px;
    height: 40px
}

@media screen and (max-width: 1439px) {
    .alert {
        right: 16px
    }
}

@media screen and (max-width: 1023px) {
    .alert {
        top: 120px
    }
}

.alert.active {
    transform: none
}

.alert__footer {
    margin-top: 16px;
    display: flex;
    gap: 16px
}

.alert__footer .btn {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px
}

.alert__top {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.alert__title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400
}

.alert__text {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 4px
}

.alert__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.alert__icon svg {
    color: #9099a8;
    width: 100%;
    height: 100%
}

.alert__close {
    margin-left: auto;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.alert__close svg {
    width: 100%;
    height: 100%;
    color: #6b778c;
    transition: all .35s ease
}

.alert__close:hover svg {
    color: #144cf5
}

.br-theme-css-stars .br-widget {
    height: auto;
    display: flex;
    align-items: center
}

.br-theme-css-stars .br-widget a {
    float: none;
    width: 24px;
    height: 24px;
    margin: 0;
    background: url(../img/star-disabled.svg) no-repeat center center;
    background-size: contain
}

.br-theme-css-stars .br-widget a::after {
    display: none
}

.br-theme-css-stars .br-widget a.br-active, .br-theme-css-stars .br-widget a.br-selected {
    background: url(../img/star-active.svg) no-repeat center center;
    background-size: contain
}

.modal {
    display: none;
    width: 100%;
    max-width: 550px;
    padding: 32px 24px;
    border-radius: 16px
}

@media screen and (max-width: 767px) {
    .modal {
        padding: 16px 24px
    }
}

.modal__close {
    position: absolute;
    right: 24px;
    top: 32px;
    cursor: pointer;
    transition: all .35s ease;
    flex-shrink: 0
}

@media screen and (max-width: 767px) {
    .modal__close {
        top: 16px;
        right: 24px
    }
}

.modal__close svg {
    display: block;
    width: 24px;
    height: 24px;
    color: #42526e;
    transition: all .35s ease
}

.modal__close:hover svg {
    color: #144cf5
}

.modal-product {
    max-width: 1020px;
    padding: 24px 24px
}

.modal-product .modal__close {
    position: static
}

.modal__init svg {
    display: block;
    color: #144cf5 !important
}

.fancybox__content {
    color: #42526e
}

html.with-fancybox body.hide-scrollbar {
    margin-right: 0 !important
}

.h1, h1 {
    font-size: 46px;
    line-height: 1.04
}

@media screen and (max-width: 767px) {
    .h1, h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 1.12
    }
}

.h1--99 {
    font-size: 99px;
    line-height: .91;
    font-weight: 300;
    letter-spacing: -.044em
}

@media screen and (max-width: 1199px) {
    .h1--99 {
        font-size: 82px
    }
}

@media screen and (max-width: 1023px) {
    .h1--99 {
        font-size: 60px
    }
}

@media screen and (max-width: 767px) {
    .h1--99 {
        font-size: 46px;
        letter-spacing: 0;
        line-height: 1.04
    }
}

@media screen and (max-width: 767px) {
    .h1--xl {
        font-size: 46px;
        line-height: 1.04;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .h1--24 {
        font-size: 24px;
        letter-spacing: -.02em
    }
}

.h2, h2 {
    font-size: 32px;
    line-height: 1.12
}

@media screen and (max-width: 767px) {
    .h2, h2 {
        font-size: 24px
    }
}

.h2--40 {
    font-size: 40px;
    line-height: 1.2
}

@media screen and (max-width: 1199px) {
    .h2--40 {
        font-size: 32px
    }
}

@media screen and (max-width: 1023px) {
    .h2--40 {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .h2--40 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .h2--xl {
        font-size: 32px
    }
}

.h3, h3 {
    font-size: 24px;
    line-height: 1.20833
}

.white {
    color: #f4f5f7
}

.blue {
    color: #144cf5
}

.orange {
    color: #ff4300
}

.gray {
    color: #9099a8
}

.green {
    color: #00875a
}

.medium {
    font-weight: 500
}

.hero {
    position: relative;
    padding-top: 381px;
    padding-bottom: 118px;
    max-width: 1920px;
    margin: 0 auto
}

@media screen and (max-width: 1023px) {
    .hero {
        padding-top: 259px;
        padding-bottom: 56px
    }
}

.hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.01%, #000 98.51%);
    z-index: -1
}

@media screen and (max-width: 767px) {
    .hero::before {
        border-radius: 0
    }
}

.hero__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -2;
    border-radius: 0 0 24px 24px;
    max-width: 1920px
}

@media screen and (max-width: 767px) {
    .hero__bg {
        border-radius: 0
    }
}

.features {
    position: relative;
    z-index: 2;
    margin-top: -94px
}

@media screen and (max-width: 767px) {
    .features {
        margin-top: -39px
    }
}

.features__row {
    display: flex;
    gap: 4px
}

@media screen and (max-width: 767px) {
    .features__row {
        flex-wrap: wrap
    }
}

.features__item {
    width: calc(33.333% - 2px);
    background: #eaecf0;
    padding: 24px 16px
}

.features__item:first-child {
    border-radius: 16px 0 0 16px
}

@media screen and (max-width: 767px) {
    .features__item:first-child {
        border-radius: 16px 16px 0 0
    }
}

.features__item:last-child {
    border-radius: 0 16px 16px 0
}

@media screen and (max-width: 767px) {
    .features__item:last-child {
        border-radius: 0 0 16px 16px
    }
}

@media screen and (max-width: 767px) {
    .features__item {
        width: 100%;
        padding: 16px
    }
}

.features__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.features__item-header .h2, .features__item-header svg {
    transition: all .35s ease
}

.features__item-header svg {
    width: 56px;
    height: 56px
}

@media screen and (max-width: 1199px) {
    .features__item-header svg {
        width: 48px;
        height: 48px
    }
}

@media screen and (max-width: 1023px) {
    .features__item-header svg {
        width: 32px;
        height: 32px
    }
}

.features__item p {
    margin-bottom: 0;
    margin-top: 16px
}

@media screen and (max-width: 1023px) {
    .features__item p {
        margin-top: 8px
    }
}

.features__item:hover .features__item-header .h2 {
    color: #144cf5
}

.features__item:hover .features__item-header svg {
    color: #144cf5
}

.brands__box {
    background: #12181f;
    border-radius: 16px;
    padding: 24px 24px 36px;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

@media screen and (max-width: 767px) {
    .brands__box {
        flex-wrap: wrap;
        padding: 24px 16px;
        gap: 26px
    }
}

.brands__content {
    max-width: 320px;
    flex-shrink: 0
}

.brands__content .h1 {
    margin-bottom: 36px
}

@media screen and (max-width: 767px) {
    .brands__content .h1 {
        margin-bottom: 16px
    }
}

.brands__row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    max-width: 770px
}

@media screen and (max-width: 1023px) {
    .brands__row {
        order: -1;
        gap: 8px 34px
    }
}

.brands__item {
    width: 80px;
    height: 80px
}

@media screen and (max-width: 767px) {
    .brands__item {
        width: 56px;
        height: 56px
    }
}

.brands__item img {
    width: 100%;
    height: 100%
}

.prod {
    overflow: hidden
}

.prod__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px
}

.prod__card {
    background: #dde0e5;
    border-radius: 16px;
    padding: 16px 16px 24px 16px;
    display: block;
    height: 100%
}

.prod__card-img {
    aspect-ratio: 16/12;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

.prod__card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prod__card-content {
    margin-top: 8px
}

.prod__card-name {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.prod__card-code {
    color: #9099a8;
    font-size: 12px;
    line-height: 1.333;
    font-weight: 600;
    margin-top: 4px
}

.prod__slider {
    overflow: visible
}

.prod__slider .swiper-slide {
    width: 250px;
    height: auto
}

.benefits__box {
    background: #144cf5;
    border-radius: 24px;
    padding: 24px 24px;
    display: flex;
    gap: 32px
}

@media screen and (max-width: 1023px) {
    .benefits__box {
        flex-direction: column;
        gap: 0
    }
}

@media screen and (max-width: 767px) {
    .benefits__box {
        border-radius: 16px;
        padding: 24px 16px
    }
}

.benefits__item {
    width: 20%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.25;
    color: #f4f5f7
}

@media screen and (max-width: 1023px) {
    .benefits__item {
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(244, 245, 247, .2)
    }

    .benefits__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }
}

.benefits__item + .benefits__item {
    position: relative
}

.benefits__item + .benefits__item::before {
    content: "";
    position: absolute;
    height: 48px;
    transform: translateY(-50%);
    top: 50%;
    left: -16px;
    width: 1px;
    background: rgba(244, 245, 247, .3)
}

@media screen and (max-width: 1023px) {
    .benefits__item + .benefits__item::before {
        display: none
    }
}

.benefits__item svg {
    flex-shrink: 0;
    width: 48px;
    height: 48px
}

@media screen and (max-width: 1023px) {
    .benefits__item svg {
        width: 32px;
        height: 32px
    }
}

.about__img {
    width: 100%;
    border-radius: 24px
}

.about__content {
    margin-top: 32px;
    display: flex;
    gap: 16px;
    padding-bottom: 9px
}

@media screen and (max-width: 1023px) {
    .about__content {
        flex-wrap: wrap;
        gap: 0;
        padding-bottom: 24px
    }
}

@media screen and (max-width: 767px) {
    .about__content {
        padding-bottom: 0;
        margin-top: 25px
    }
}

.about__item {
    width: 38%
}

@media screen and (max-width: 1023px) {
    .about__item {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .about__item {
        margin-bottom: 16px
    }
}

.about__item .h1 {
    margin-bottom: 46px
}

@media screen and (max-width: 1023px) {
    .about__item .h1 {
        margin-bottom: 0;
        font-size: 32px
    }
}

@media screen and (max-width: 767px) {
    .about__item .h1 {
        font-size: 24px
    }
}

.about__item:nth-child(1) {
    width: 24%
}

@media screen and (max-width: 1023px) {
    .about__item:nth-child(1) {
        width: 100%
    }
}

.about__item p {
    font-size: 16px;
    line-height: 1.63;
    margin-bottom: 15px
}

.about__item p:last-child {
    margin-bottom: 0
}

.faq__box {
    background: #dde0e5;
    border-radius: 16px;
    padding: 24px 24px
}

@media screen and (max-width: 767px) {
    .faq__box {
        padding: 24px 16px
    }
}

.faq__box .h2 {
    margin-bottom: 23px
}

.accordion__item {
    border-bottom: 1px solid #9099a8;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0
}

@media screen and (max-width: 1023px) {
    .accordion__item {
        display: block
    }
}

.accordion__item:first-child {
    border-top: 1px solid #9099a8
}

.accordion__item:last-child {
    border-bottom: none
}

.accordion__item.active .accordion__toggler-icon svg {
    display: none
}

.accordion__item.active .accordion__toggler-icon svg:last-child {
    display: block
}

.accordion__hidden {
    width: 63%;
    display: none
}

@media screen and (max-width: 1023px) {
    .accordion__hidden {
        width: 100%;
        margin-top: 24px;
        padding-left: 32px
    }
}

.accordion__toggler {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    width: 37%
}

@media screen and (max-width: 1023px) {
    .accordion__toggler {
        width: 100%
    }
}

.accordion__toggler-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.accordion__toggler-icon svg {
    width: 100%;
    height: 100%;
    color: #144cf5
}

.accordion__toggler-icon svg:last-child {
    display: none
}

.inner {
    padding: 25px 0 80px
}

@media screen and (max-width: 1023px) {
    .inner {
        padding-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .inner {
        padding-bottom: 64px;
        padding-top: 16px
    }
}

.contact .h1 {
    margin-bottom: 40px;
    letter-spacing: 0
}

@media screen and (max-width: 1023px) {
    .contact .h1 {
        margin-bottom: 32px
    }
}

.contact__row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .contact__row {
        flex-direction: column;
        gap: 32px
    }
}

.contact__sidebar {
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    padding: 24px 16px;
    width: 100%;
    max-width: 306px;
    flex-shrink: 0
}

@media screen and (max-width: 1023px) {
    .contact__sidebar {
        max-width: 100%
    }
}

.contact__sidebar-header {
    margin-bottom: 16px
}

.contact__sidebar-header p {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.333;
    color: #6b778c
}

.contact__content {
    width: 100%;
    max-width: 794px
}

@media screen and (max-width: 1023px) {
    .contact__content {
        display: flex;
        flex-direction: column;
        gap: 16px
    }
}

.contact__map {
    margin-bottom: 24px;
    aspect-ratio: 16/6.2068
}

@media screen and (max-width: 1023px) {
    .contact__map {
        aspect-ratio: 16/9;
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .contact__map {
        aspect-ratio: 1/1
    }
}

.contact__map iframe {
    display: block;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #dde0e5;
    height: 100%
}

.contact__info {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px
}

@media screen and (max-width: 1023px) {
    .contact__info {
        gap: 32px 24px
    }
}

.contact__info-item {
    width: calc(33.333% - 16px);
}

@media screen and (max-width: 1199px) {
    .contact__info-item {
        max-width: 250px
    }
}

@media screen and (max-width: 1023px) {
    .contact__content {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .contact__info-item {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .contact__info-item--50 {
        width: calc(50% - 12px)
    }
}

.contact__info-header {
    display: flex;
    align-items: center;
    gap: 4px
}

.contact__info-title {
    color: #6b778c
}

.contact__info-icon svg {
    width: 24px;
    height: 24px;
    display: block
}

.contact__info-value {
    margin-top: 4px;
    padding-left: 28px
}

@media screen and (max-width: 767px) {
    .contact__info-value {
        padding-left: 0;
        margin-top: 8px
    }
}

.contact__info-link {
    display: block
}

.contact__info-link:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #144cf5
}

.contact__info-email {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #144cf5;
    display: block
}

.contact__info-email:hover {
    text-decoration: none
}

.post {
    max-width: 632px;
    margin: 0 auto
}

.post .backlink {
    color: #144cf5;
    margin-bottom: 16px
}

.post .backlink svg {
    color: #144cf5
}

.post p {
    margin-bottom: 8px
}

.post img {
    width: 100%;
    display: block;
    margin-bottom: 8px
}

.post h1 {
    margin-bottom: 32px;
    font-weight: 500
}

.post h2 {
    margin-bottom: 16px;
    margin-top: 32px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .post h2 {
        margin-bottom: 18px
    }
}

.post h3 {
    margin-bottom: 8px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .post h3 {
        font-size: 16px;
        line-height: 1.25
    }
}

.post ul {
    margin-bottom: 16px;
    padding-left: 20px
}

.post ul:last-child {
    margin-bottom: 0
}

.post ul li {
    list-style: disc
}

.post ol {
    margin-bottom: 16px;
    padding-left: 20px
}

.post ol:last-child {
    margin-bottom: 0
}

.post ol li {
    list-style: decimal
}

.post a:not(.backlink) {
    color: #144cf5;
    position: relative;
    display: inline-block
}

.post a:not(.backlink)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #144cf5;
    transition: all .35s ease
}

.post a:not(.backlink):hover::before {
    width: 0
}

.lk .h1 {
    margin-bottom: 32px
}

.lk .backlink {
    margin-bottom: 16px
}

.lk__user {
    gap: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

.lk__user-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0
}

.lk__user-icon svg {
    display: block;
    width: 48px;
    height: 48px
}

.lk__user-name {
    font-size: 24px;
    line-height: 1.20833
}

.lk__user-job {
    color: #6b778c
}

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

.lk__sidebar {
    width: 307px;
    flex-shrink: 0
}

@media screen and (max-width: 1023px) {
    .lk__sidebar {
        width: 100%;
        max-width: 420px
    }
}

.lk__content {
    width: calc(100% - 323px)
}

@media screen and (max-width: 1023px) {
    .lk__content {
        width: 100%
    }
}

.lk__contact {
    background: #f4f5f7;
    border-radius: 16px;
    padding: 16px 24px
}

.lk__contact-title {
    color: #6b778c;
    margin-bottom: 4px
}

.lk__contact-name {
    font-size: 16px;
    line-height: 1.25
}

.lk__contact-header {
    margin-bottom: 24px
}

.lk__contact-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.lk__contact-link {
    display: inline-flex;
    align-items: center;
    color: #144cf5;
    gap: 8px
}

.lk__contact-link svg {
    flex-shrink: 0;
    color: #144cf5
}

.lk__contact-link span {
    position: relative
}

.lk__contact-link span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #144cf5;
    transition: all .35s ease
}

.lk__contact-link:hover span::before {
    width: 100%
}

.lk__contact-email span::before {
    width: 100%
}

.lk__contact-email:hover span::before {
    width: 0
}

.lk__menu {
    background: #f4f5f7;
    border-radius: 16px;
    margin-bottom: 16px;
    padding-top: 16px
}

.lk__menu-footer {
    border-top: 1px solid #eaecf0;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 16px
}

.lk__list {
    margin-bottom: 40px
}

.lk__list li {
    margin-bottom: 8px
}

.lk__list li:last-child {
    margin-bottom: 0
}

.lk__list li.active a {
    color: #144cf5;
    background: #eaecf0;
    border-left-color: #144cf5
}

.lk__list li.active a svg {
    color: #144cf5
}

.lk__list a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    border-left: 2px solid transparent
}

.lk__list a:hover {
    color: #144cf5;
    background: #eaecf0;
    border-left-color: #144cf5
}

.lk__list a:hover svg {
    color: #144cf5
}

.lk__list a svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #42526e
}

.lk__acc {
    background: #f4f5f7;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
    max-width: 632px
}

.lk__acc:last-child {
    margin-bottom: 0
}

.lk__acc .h3 {
    margin-bottom: 16px;
    letter-spacing: .03em;
    font-weight: 500
}

.lk__acc-wrap {
    max-width: 456px
}

.lk__acc-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.lk__acc-item {
    width: 100%
}

.lk__acc-item .select2 {
    max-width: 292px
}

.lk__acc-item--50 {
    width: calc(50% - 8px)
}

@media screen and (max-width: 767px) {
    .lk__acc-item--50 {
        width: 100%
    }
}

.checkout__success {
    padding-top: 96px;
    padding-bottom: 96px
}

@media screen and (max-width: 767px) {
    .checkout__success {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.checkout__success-icon svg {
    display: block;
    width: 88px;
    height: 88px
}

@media screen and (max-width: 767px) {
    .checkout__success-icon svg {
        width: 56px;
        height: 56px
    }
}

.checkout__success .btn {
    width: 100%;
    max-width: 260px
}

.checkout__login {
    display: flex;
    align-items: center;
    gap: 8px
}

.checkout__login-title {
    color: #6b778c
}

.checkout__body {
    max-width: 794px
}

.checkout__box {
    margin-bottom: 32px
}

.checkout__box:last-child {
    margin-bottom: 0
}

.checkout__row {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

@media screen and (max-width: 767px) {
    .checkout__row {
        display: block
    }
}

.checkout__content {
    flex-grow: 1
}

@media screen and (max-width: 767px) {
    .checkout__content {
        width: 100%
    }
}

.checkout__sidebar {
    border-radius: 16px;
    padding: 16px 24px 40px 24px;
    background: #f4f5f7;
    width: 100%;
    max-width: 308px;
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .checkout__sidebar {
        margin-top: 45px;
        max-width: initial;
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px;
        box-shadow: 0 0 1px 0 rgba(9, 30, 66, .31), 0 1px 1px 0 rgba(9, 30, 66, .25);
        border-radius: 16px 16px 0 0;
        padding: 16px
    }
}

.checkout__sidebar .btn {
    margin-top: 16px
}

.checkout__sidebar-footer {
    padding-top: 8px;
    margin-top: 16px;
    border-top: 1px solid #dde0e5
}

.checkout__sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px
}

.checkout__sidebar-item:last-child {
    margin-bottom: 0
}

.checkout__sidebar-title {
    color: #6b778c
}

.checkout__sidebar-price {
    font-size: 24px;
    line-height: 1.20833
}

.cart__row {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

@media screen and (max-width: 1023px) {
    .cart__row {
        flex-wrap: wrap;
        gap: 45px
    }

    .cart__row .checkout__sidebar {
        max-width: initial;
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
        bottom: 0;
        box-shadow: 0 0 1px 0 rgba(9, 30, 66, .31), 0 1px 1px 0 rgba(9, 30, 66, .25);
        border-radius: 16px 16px 0 0;
        padding: 16px;
        position: sticky;
        z-index: 50;
        left: 0;
        top: auto
    }
}

.cart__item {
    margin-bottom: 16px;
    border: 1px solid #dde0e5;
    padding: 15px 16px 15px;
    border-radius: 16px
}

.cart__item:last-child {
    margin-bottom: 0
}

.cart__item .details__product-img {
    width: 88px
}

.cart__item .details__product-img img {
    width: 88px;
    height: 66px
}

.cart__item .status {
    font-size: 12px;
    line-height: 1.333
}

.cart__item .status svg {
    width: 24px;
    height: 24px
}

.cart__item-top {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px
}

.cart__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.cart__item-per {
    display: flex;
    align-items: center;
    gap: 4px
}

.cart__item-label {
    color: #6b778c;
    font-size: 12px;
    line-height: 1.333
}

.cart__item-val {
    font-size: 12px;
    line-height: 1.333
}

.cart__item-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px
}

.cart__item-total {
    text-align: right
}

.cart__item-total-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px
}

.cart__item-price {
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 500;
    letter-spacing: -.02em
}

.company {
    background: #000617;
    border-bottom: 1px solid #42526e
}

@media screen and (max-width: 767px) {
    .company {
        padding-top: 100px
    }
}

.company__image img {
    display: block;
    width: 100%;
    min-height: 411px;
    object-fit: cover;
    object-position: bottom right
}

.company__content {
    padding: 48px 0 48px
}

.company__content .products {
    margin-bottom: 48px
}

@media screen and (max-width: 767px) {
    .company__content {
        padding: 32px 0 48px
    }

    .company__content .products {
        margin-bottom: 32px
    }
}

.company__why {
    margin-bottom: 48px
}

@media screen and (max-width: 767px) {
    .company__why {
        margin-bottom: 32px
    }
}

.company__why .h1 {
    letter-spacing: -.01em
}

.company__why:last-child {
    margin-bottom: 0
}

.company__why-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px
}

.company__why-item {
    width: calc(25% - 12px);
    position: relative
}

@media screen and (max-width: 1023px) {
    .company__why-item {
        width: calc(50% - 8px)
    }
}

@media screen and (max-width: 767px) {
    .company__why-item {
        width: 100%
    }
}

.company__why-subtitle {
    font-weight: 500;
    color: #f4f5f7;
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .company__why-subtitle {
        max-width: 302px
    }
}

.company__why-content .h3 {
    color: #f4f5f7;
    margin-bottom: 8px;
    letter-spacing: -.02em
}

@media screen and (max-width: 767px) {
    .company__why-content .h3 {
        max-width: 302px
    }
}

.company__why-content p {
    margin-bottom: 0;
    color: #9099a8
}

@media screen and (max-width: 767px) {
    .company__why-content p {
        max-width: 302px
    }
}

.company__why-content ul {
    padding-left: 21px
}

@media screen and (max-width: 767px) {
    .company__why-content ul {
        max-width: 372px
    }
}

.company__why-content ul li {
    color: #9099a8;
    list-style-type: disc;
    margin-bottom: 8px
}

.company__why-content ul li:last-child {
    margin-bottom: 0
}

.company__why-icon {
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .company__why-icon {
        position: absolute;
        right: 0;
        top: 0
    }
}

.company__why-icon img, .company__why-icon svg {
    display: block
}

.products {
    border-radius: 24px;
    padding: 24px;
    background: #144cf5;
    gap: 72px;
    display: flex
}

@media screen and (max-width: 767px) {
    .products {
        padding: 24px 16px
    }
}

.products__header {
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .products__header {
        margin-bottom: 24px
    }
}

.products__header .h1 {
    color: #f4f5f7
}

.products__header p {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 0;
    margin-top: 8px
}

.products__content {
    width: 33.8%
}

@media screen and (max-width: 1023px) {
    .products__content {
        width: 100%
    }
}

.products__info {
    width: 66.2%
}

@media screen and (max-width: 1023px) {
    .products__info {
        display: none
    }
}

.products__info-img {
    display: block
}

.products__info-img img {
    display: block;
    border-radius: 16px;
    width: 100%
}

.products__nav-img {
    display: none
}

@media screen and (max-width: 1023px) {
    .products__nav-img {
        display: block
    }

    .products__nav-img img {
        display: block;
        width: 100%;
        border-radius: 7px
    }
}

.products__nav-line {
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    position: relative
}

@media screen and (max-width: 1023px) {
    .products__nav-line {
        display: none
    }
}

.products__nav-line span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    background: #f4f5f7
}

.products__nav-btn {
    margin-top: 30px;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .products__nav-btn {
        margin-top: 25px
    }
}

.products__nav-btn:hover .h3 {
    color: #f4f5f7
}

.products__nav-btn:hover p {
    color: #f4f5f7
}

.products__nav-btn:first-child {
    margin-top: 0
}

.products__nav-btn .h3 {
    color: rgba(255, 255, 255, .5);
    margin-top: 8px;
    letter-spacing: -.02em;
    transition: all .35s ease
}

@media screen and (max-width: 1023px) {
    .products__nav-btn .h3 {
        color: #fff
    }
}

.products__nav-btn p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .5);
    margin-top: 8px;
    transition: all .35s ease
}

@media screen and (max-width: 1023px) {
    .products__nav-btn p {
        color: #fff
    }
}

.products__nav-btn.active .h3 {
    color: #f4f5f7
}

.products__nav-btn.active p {
    color: #f4f5f7
}

.find {
    border-radius: 16px;
    padding: 24px 24px;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    gap: 24px
}

@media screen and (max-width: 1023px) {
    .find {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
}

.find__info {
    width: 36.5%;
    display: flex;
    align-items: center;
    gap: 8px
}

@media screen and (max-width: 1023px) {
    .find__info {
        width: 100%;
        align-items: flex-start;
        justify-content: space-between
    }
}

.find__info-title {
    font-size: 16px;
    line-height: 1.25
}

@media screen and (max-width: 1023px) {
    .find__info-content {
        order: -1
    }
}

.find__info-content p {
    margin-bottom: 0;
    margin-top: 4px;
    color: #6b778c;
    font-size: 12px;
    line-height: 1.333
}

.find__info-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.find__info-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    color: #9099a8
}

.find__close {
    cursor: pointer
}

.find__close svg {
    display: block;
    color: #144cf5
}

.find__filter {
    width: 63.5%;
    display: flex;
    gap: 16px
}

.find__filter .btn {
    white-space: nowrap
}

.find__filter-header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: space-between
}

.find__filter-header-content p {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.333;
    color: #6b778c
}

@media screen and (max-width: 1023px) {
    .find__filter {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 50;
        flex-direction: column;
        border-radius: 16px 16px 0 0;
        padding: 24px 16px 32px 16px;
        box-shadow: 0 8px 12px 0 rgba(9, 30, 66, .15), 0 0 1px 0 rgba(9, 30, 66, .31);
        background: #f4f5f7;
        transition: transform .35s ease;
        transform: translateY(100%)
    }

    .find__filter.open {
        transform: none
    }

    .find__filter .btn {
        background: #144cf5;
        color: #f4f5f7;
        padding: 13px 24px
    }

    .find__filter .btn svg {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .catalog {
        padding-top: 14px
    }
}

.catalog__empty {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.catalog__empty__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.catalog__empty__icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.catalog__empty-title {
    font-size: 16px;
    line-height: 1.25
}

.catalog__empty-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.333;
    color: #9099a8
}

.catalog__nav {
    text-align: center;
    margin-top: 32px
}

.catalog__tabs-nav {
    display: flex;
    gap: 16px
}

@media screen and (max-width: 767px) {
    .catalog__tabs-nav {
        gap: 8px
    }
}

.catalog__tabs-btn {
    font-size: 24px;
    line-height: 1.20833;
    font-weight: 500;
    font-family: Inter, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #42526e;
    background: #eaecf0;
    transition: all .35s ease;
    padding: 7px 15px;
    border-radius: 16px;
    width: 33.333%;
    border: 1px solid transparent
}

.catalog__tabs-btn svg {
    width: 32px;
    height: 32px;
    color: #42526e
}

.catalog__tabs-btn.active {
    color: #144cf5;
    border-color: #144cf5
}

.catalog__tabs-btn.active svg {
    color: #144cf5
}

@media (hover: hover) and (pointer: fine) {
    .catalog__tabs-btn:hover {
        color: #144cf5;
        border-color: #144cf5
    }

    .catalog__tabs-btn:hover svg {
        color: #144cf5
    }
}

@media screen and (max-width: 767px) {
    .catalog__tabs-btn {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 1.43;
        text-align: left;
        gap: 0;
        padding-right: 6px
    }

    .catalog__tabs-btn svg {
        order: -1;
        width: 24px;
        height: 24px
    }
}

.catalog__row {
    display: flex;
    gap: 16px;
    align-items: flex-start
}

@media screen and (max-width: 1023px) {
    .catalog__row {
        flex-wrap: wrap
    }
}

.catalog__sidebar {
    width: 308px;
    flex-shrink: 0
}

@media screen and (max-width: 1199px) {
    .catalog__sidebar {
        width: 240px
    }
}

@media screen and (max-width: 1023px) {
    .catalog__sidebar {
        width: 100%
    }
}

.catalog__content {
    width: calc(100% - 256px)
}

@media screen and (max-width: 1023px) {
    .catalog__content {
        width: 100%
    }
}

.filter {
    height: 694px;
    background: #f4f5f7;
    border-radius: 16px;
    padding: 16px 24px 24px 24px
}

@media screen and (max-width: 1023px) {
    .filter {
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 90;
        border-radius: 0;
        transition: transform .35s ease;
        transform: translateY(100%);
        padding-bottom: 32px
    }

    .filter.open {
        transform: none
    }
}

.filter__more {
    margin-top: 12px
}

.filter__close {
    position: absolute;
    top: 16px;
    right: 24px
}

.filter__close svg {
    display: block;
    color: #144cf5
}

.filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px
}

.filter__body {
    max-height: calc(100% - 42px);
    overflow-y: auto;
    width: calc(100% + 16px);
    padding-right: 8px
}

@media screen and (max-width: 1023px) {
    .filter__body {
        max-height: calc(100% - 102px);
        padding-bottom: 24px
    }
}

.filter__body::-webkit-scrollbar {
    width: 8px;
    background: #f4f5f7;
    cursor: pointer
}

.filter__body::-webkit-scrollbar-thumb {
    background: #dde0e5;
    border-radius: 4px;
    cursor: pointer;
    transition: all .35s ease
}

.filter__body::-webkit-scrollbar-thumb:hover {
    background: #cfd3da
}

.filter__toggler {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #42526e;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #dde0e5;
    user-select: none
}

.filter__toggler.active > svg {
    transform: rotate(-90deg)
}

.filter__toggler svg {
    flex-shrink: 0;
    transition: all .35s ease;
    width: 15px;
    height: 15px;
    color: #6b778c
}

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

.filter__checkbox-item {
    margin-bottom: 12px
}

.filter__checkbox-item:last-child {
    margin-bottom: 0
}

.filter__nav {
    display: flex;
    gap: 16px;
    border-top: 1px solid #dde0e5;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 16px 24px 0
}

.filter__nav .btn {
    width: 50%
}

.filter__footer {
    padding-bottom: 16px
}

.product {
    padding: 13px 0 16px;
    padding-left: 16px;
    border-top: 1px solid #dde0e5;
    display: flex;
    align-items: flex-start;
    gap: 16px
}

@media screen and (max-width: 1199px) {
    .product {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1023px) {
    .product {
        border: 1px solid #dde0e5;
        border-radius: 16px;
        margin-bottom: 15px;
        padding: 15px
    }

    .product:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .product {
        gap: 8px
    }
}

.product.disabled .product__name {
    color: #9099a8
}

.product.disabled .product__header-title {
    color: #9099a8
}

.product.disabled .product__price {
    color: #9099a8
}

.product.disabled .product__nav .btn {
    background: #f4f5f7;
    color: #9099a8;
    pointer-events: none;
    box-shadow: none
}

.product__delete svg {
    color: #144cf5;
    width: 24px;
    height: 24px
}

.product__name {
    display: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500
}

@media screen and (max-width: 1199px) {
    .product__name {
        display: block
    }
}

.product__img {
    width: 130px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.product__img img {
    width: 100%
}

@media screen and (max-width: 1199px) {
    .product__img {
        width: 100%
    }

    .product__img img {
        width: 120px
    }
}

@media screen and (max-width: 767px) {
    .product__img {
        gap: 8px
    }

    .product__img img {
        width: 88px
    }
}

.product__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 11px
}

@media screen and (max-width: 1199px) {
    .product__header {
        display: none
    }
}

.product__header-title {
    font-weight: 700
}

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

.product__descr-item {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column
}

.product__descr-num {
    font-size: 12px;
    line-height: 1.333;
    color: #6b778c;
    word-break: break-all;
    margin-top: auto
}

@media screen and (max-width: 767px) {
    .product__descr-num {
        display: none
    }
}

.product__descr-row {
    display: flex;
    gap: 12px;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .product__descr-row {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 0
    }
}

.product__descr-col {
    width: 33.3333%
}

@media screen and (max-width: 767px) {
    .product__descr-col {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: space-between
    }
}

.product__descr-label {
    color: #6b778c;
    font-size: 12px;
    line-height: 1.333
}

.product__descr-value {
    font-size: 12px;
    line-height: 1.333
}

.product__content {
    flex-grow: 1
}

@media screen and (max-width: 1199px) {
    .product__content {
        width: calc(100% - 163px)
    }
}

@media screen and (max-width: 767px) {
    .product__content {
        width: 100%
    }
}

.product__info {
    text-align: right
}

.product__info .status {
    justify-content: flex-end;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.333;
    white-space: initial;
    text-align: left
}

@media screen and (max-width: 1199px) {
    .product__info {
        width: 147px;
        flex-shrink: 0
    }
}

@media screen and (max-width: 767px) {
    .product__info {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        padding-top: 8px;
        border-top: 1px solid #dde0e5
    }

    .product__info .status {
        margin-bottom: 0
    }
}

@media screen and (max-width: 400px) {
    .product__info {
        gap: 8px
    }
}

.product__price {
    font-size: 24px;
    line-height: 1.20833;
    margin-bottom: 27px
}

@media screen and (max-width: 767px) {
    .product__price {
        margin-bottom: 0
    }
}

@media screen and (max-width: 400px) {
    .product__price {
        font-size: 20px
    }
}

.product__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    user-select: none
}

.product__nav .btn {
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .product__nav {
        margin-left: auto
    }
}

@media screen and (max-width: 400px) {
    .product__nav {
        gap: 12px
    }
}

.product__fav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.product__fav.active svg path {
    fill: #144cf5
}

.favourites__wrap {
    max-width: 956px
}

.favourites__total {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid #dde0e5;
    padding-top: 16px;
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .favourites__total {
        flex-direction: column;
        align-items: flex-start
    }
}

.favourites__total-title {
    color: #6b778c;
    width: 144px;
    flex-shrink: 0
}

.favourites__total-info {
    margin-left: auto
}

@media screen and (max-width: 767px) {
    .favourites__total-info {
        margin-left: 0
    }
}

.favourites__total-info-row {
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .favourites__total-info-row {
        justify-content: flex-start
    }
}

.favourites__total-info-text {
    font-size: 12px;
    line-height: 1.333;
    color: #6b778c
}

.favourites__total-info-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.20833
}

.favourites__total-info .btn {
    width: 100%;
    margin-top: 8px
}

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

@media screen and (max-width: 767px) {
    .card__row {
        flex-wrap: wrap;
        gap: 8px
    }
}

.card__content, .card__gallery {
    width: calc(50% - 8px)
}

@media screen and (max-width: 767px) {
    .card__content, .card__gallery {
        width: 100%
    }
}

.card__gallery-box {
    margin-bottom: 24px
}

.card__gallery-box:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .card__gallery-box {
        margin-bottom: 8px
    }
}

.card__box {
    max-width: 486px
}

@media screen and (max-width: 767px) {
    .card__box {
        max-width: 100%
    }
}

.card__header {
    margin-bottom: 16px;
    gap: 24px;
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 767px) {
    .card__header {
        gap: 4px
    }
}

.card__body {
    padding: 16px 16px 16px;
    background: #f4f5f7;
    border-radius: 16px
}

.card__for {
    position: relative
}

.card__for .product__fav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.card__for-item img, .card__thumb-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card__thumb .swiper-slide {
    width: 80px;
    height: auto
}

.card__thumb .swiper-slide img {
    width: 80px;
    height: 60px;
    object-fit: cover
}

.card__thumb-item {
    cursor: pointer
}

.card__descr-title {
    color: #9099a8;
    font-weight: 500;
    margin-bottom: 8px
}

.card__descr p {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.333
}

.card__descr p:last-child {
    margin-bottom: 0
}

.card__info {
    border-bottom: 1px solid #dde0e5
}

.card__info:last-child {
    border-bottom: none
}

.card__info-row {
    margin-bottom: 8px;
    padding: 3.5px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dde0e5
}

.card__info-row--large {
    padding: 7.5px 0
}

@media screen and (max-width: 767px) {
    .card__info-row--large .card__info-title {
        width: 27.5%
    }
}

.card__info-row:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.card__info-title {
    color: #6b778c;
    font-size: 12px;
    line-height: 1.333;
    width: 32.5%;
    flex-shrink: 0
}

.card__info-value {
    font-size: 12px;
    line-height: 1.333
}

.card__order-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 40px
}

@media screen and (max-width: 1023px) {
    .card__order-row {
        flex-wrap: wrap;
        margin-bottom: 8px
    }

    .card__order-row:nth-child(2) {
        gap: 8px;
        padding-bottom: 8px
    }

    .card__order-row:nth-child(2) .card__order-item {
        width: calc(50% - 8px)
    }

    .card__order-row:nth-child(2) .card__order-item:nth-child(2) {
        order: -1;
        width: 100%
    }

    .card__order-row:last-child {
        margin-bottom: 0
    }
}

.card__order-item {
    width: 33.3333%
}

.card__order-item .btn, .card__order-item .quantity {
    width: 100%
}

.card__order-item .status {
    display: flex
}

@media screen and (max-width: 1023px) {
    .card__order-item {
        width: calc(50% - 8px)
    }

    .card__order-item:first-child {
        width: 100%
    }
}

.card__order-price {
    font-size: 32px;
    line-height: 1.12;
    font-weight: 400
}

.card__order-info {
    font-size: 12px;
    line-height: 1.333
}

.card__order-delivery {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.333
}

.card__order-delivery svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.details__modal {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    right: 0;
    top: 0;
    background: #fff;
    max-width: 550px;
    z-index: 50;
    padding: 32px 24px;
    transition: transform .35s ease;
    transform: translateX(100%)
}

.details__modal.open {
    transform: none
}

@media screen and (max-width: 767px) {
    .details__header {
        margin-bottom: 24px
    }
}

.details__header .h2 {
    color: #42526e
}

.details__header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px
}

.details__header-item {
    position: relative
}

.details__header-item:not(:last-child)::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #42526e;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    top: 50%;
    right: -10px
}

.details__box {
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .details__box {
        margin-bottom: 16px
    }
}

.details__total {
    background: #f4f5f7;
    border-radius: 16px;
    padding: 16px 24px
}

.details__total-name {
    color: #6b778c
}

.details__total-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.details__total-item:last-child {
    margin-bottom: 0
}

.details__total-footer {
    padding-top: 8px;
    border-top: 1px solid #dde0e5;
    margin-top: 16px
}

.details__total-price {
    font-size: 24px;
    line-height: 1.20833
}

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

.details__info-item {
    width: calc(50% - 8px)
}

@media screen and (max-width: 767px) {
    .details__info-item {
        width: 100%
    }
}

.details__info-item address {
    max-width: 142px
}

.details__info-title {
    color: #6b778c;
    margin-bottom: 4px
}

.details__product {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eaecf0
}

.details__product:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.details__product-img {
    width: 56px;
    flex-shrink: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details__product-img img {
    width: 100%;
    object-fit: cover
}

.details__product-info {
    width: 100px;
    flex-shrink: 0;
    text-align: right
}

.details__product-category, .details__product-total, .details__product-weight {
    color: #6b778c;
    margin-top: 4px
}

.details__product-content {
    flex-grow: 1
}

.detail__item {
    border: 1px solid #dde0e5;
    padding: 15px 16px 15px;
    margin-bottom: 8px;
    border-radius: 16px
}

.detail__item:last-child {
    margin-bottom: 0
}

.detail__item-row {
    display: flex;
    gap: 12px
}

.detail__item-col {
    flex-grow: 1
}

.detail__item-col:last-child {
    text-align: right
}

.detail__item-col:last-child .detail__item-box {
    justify-content: flex-end
}

.detail__item-val {
    font-size: 16px;
    line-height: 1.25
}

.detail__item-label {
    font-size: 12px;
    line-height: 1.333;
    color: #6b778c
}

.detail__item-status {
    margin-bottom: 4px
}

.detail__item-weight {
    font-size: 12px;
    line-height: 1.333
}

.detail__item-box {
    margin-bottom: 4px;
    display: flex;
    align-items: baseline;
    gap: 4px
}

.detail__item-box:last-child {
    margin-bottom: 0
}

.review__row {
    gap: 16px;
    display: flex;
    align-items: flex-start
}

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

.review__content {
    flex-grow: 1
}

.review__aside {
    width: 308px;
    flex-shrink: 0;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    padding: 24px 16px
}

.review__aside .h3 {
    margin-bottom: 16px
}

@media screen and (max-width: 1023px) {
    .review__aside {
        width: 100%;
        order: -1
    }
}

.review__item {
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 8px
}

.review__item:last-child {
    margin-bottom: 0
}

.review__item-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.review__item-stars svg {
    flex-shrink: 0;
    color: #f5cd47
}

.review__item-stars svg.disable {
    color: #dde0e5
}

.review__item-title {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px
}

.review__item-date {
    color: #6b778c;
    font-size: 12px;
    line-height: 1.333
}

.review__item-bottom {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #eaecf0
}

.review__item-compare {
    display: flex;
    gap: 8px
}

.review__item-compare-item {
    width: calc(50% - 4px)
}

.review__item-compare-title {
    font-size: 12px;
    line-height: 1.333;
    color: #6b778c
}

.review__item-compare-text {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 4px
}

.review__item-answer {
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.25
}

.similar__item {
    margin-bottom: 16px;
    border: 1px solid #dde0e5;
    border-radius: 16px;
    padding: 16px
}

.similar__item.disabled .similar__item-nav .btn-cart {
    background: #f4f5f7;
    pointer-events: none
}

.similar__item.disabled .similar__item-nav .btn-cart svg {
    color: #9099a8
}

.similar__item.disabled .similar__item-nav .quantity {
    border-color: #eaecf0;
    pointer-events: none
}

.similar__item.disabled .similar__item-nav .quantity input {
    color: #9099a8
}

.similar__item.disabled .similar__item-nav .quantity__arrow svg {
    color: #eaecf0
}

.similar__item .status {
    white-space: initial;
    font-size: 12px;
    line-height: 1.333
}

.similar__item .details__product {
    padding-bottom: 0;
    border-bottom: none
}

.similar__item .details__product-img {
    width: 88px
}

.similar__item .details__product-img img {
    width: 100%;
    height: 66px
}

.similar__item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px
}

.similar__item-price {
    margin-bottom: 4px
}

.similar__item-nav {
    display: flex;
    gap: 8px
}

.similar__item:last-child {
    margin-bottom: 0
}

.similar__item-info {
    display: flex;
    gap: 12px;
    margin-bottom: 16px
}

.similar__item-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 8px
}

.similar__item-info-item:last-child {
    margin-bottom: 0
}

.similar__item-info-title {
    color: #6b778c;
    font-size: 12px;
    line-height: 1.333
}

.similar__item-info-col {
    width: calc(50% - 6px)
}

.similar__item-info-text {
    font-size: 12px;
    line-height: 1.333
}
.add-to-cart-btn{
    cursor: pointer;
}
.faq__box p{
    margin-bottom: 0;
}
.product__descr-num-text{
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    overflow: hidden;
    height: 17px;
}
.copy {
    position: absolute;
    right: 0;
    bottom: 100%;
    /*background: #fff 50% 50% no-repeat;*/
    border-radius: 1px;
    padding: 0;
    color: var(--primary);
    /*border: 1px solid #eee;*/
    /*width: 30px;*/
    /*height: 30px;*/
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease all;
}
.article-copy{
    position: relative;
}
.product__header-title:hover .copy{
    opacity: 1;
    visibility: visible;
}

.price--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.price--container .input-price {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    height: 40px;
    width: 78px;
    padding-left: 16px;
    padding-right: 10px;
    font-size: 14px;
    /*cursor: no-drop;*/
    color: #42526e;
}

.price--container .separator {
    margin: 0 4px;
    font-size: 16px;
    color: #0d2d5c;
    min-width: 10px;
    text-align: center;
}

.price--container .btn--submit {
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    height: 40px;
    margin-left: auto;
    text-transform: uppercase;
    width: 45px;
    text-align: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #144cf5;
    font-size: 14px;
    border: 1px solid #fff;
}

.price--container .btn--submit:hover {
    border-color: #144cf5;
}

.price--range .irs .irs-bar {
    top: 20px;
    height: 2px;
    background-color: #144cf5;
}

.price--range .irs .irs-handle {
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 4px -4px rgba(13, 45, 92, 0.25);
    box-shadow: 0px 5px 4px -4px rgba(13, 45, 92, 0.25);
    background-color: #42526e;
    border-radius: 50%;
    border: none;
    min-width: 16px;
    height: 16px;
    max-width: 16px;
    display: block;
    top: 13px;
}

.price--range .irs .irs-handle i {
    display: none;
}

.price--range .irs .irs .irs-line {
    top: 20px;
    height: 2px;
    background-color: #bfc6ce;
    border-radius: 2px;
}

.price--range .irs .irs .irs-min {
    display: none;
}

.price--range .irs .irs .irs-max {
    display: none;
}

.price--range .irs .irs .irs-from {
    display: none;
}

.price--range .irs .irs .irs-to {
    display: none;
}

.cc_container .cc_btn{
    color: #fff !important;
    background-color: #144cf5 !important;
}
.blog-main .content{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px){
    .blog-main .content{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px){
    .blog-main .content{
        grid-template-columns: 1fr;
    }
}

