

/* Start:/local/templates/tk_lk/css/fancybox.css?173142152423449*/
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: relative;
}

.carousel__button[disabled] {
    cursor: default;
    background: none !important;
}

.carousel__button[disabled] rect {
    stroke: #fff !important;
}

.carousel__button svg {
    pointer-events: none
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    justify-content: center;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.91);
}

.fancybox__carousel {
    position: relative;
    min-height: 0;
    height: 100%;
    z-index: 10;
    width: 1228px;
    margin: 0 auto;
    height: 813px;
    width: calc(100% - 30px);
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
    height: calc(100vh - 70px);
    padding-top: 70px;
}

.fancybox__track {
    display: flex;
    height: 100%;
    width: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 8px 0 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
    box-sizing: content-box;
    width: 1228px;
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
    display: none;
}

.fancybox__nav {
    width: 100px;
    height: 50px;
    bottom: 40px;
    right: 30px;
    top: auto;
    left: auto;
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        /* padding: 0 350px */
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1024px) {}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: fixed;
    top: 12px;
    right: 14px;
    color: var(--fancybox-color, #fff);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DC002F;
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    touch-action: none;
    user-select: none;
    transition: none;
    border-radius: 0;
}
.fancybox__slide{
    margin: 0 15px;
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
    display: none;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, #2F9C4E);
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto;
    display: none;
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, #2F9C4E);
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

.fancybox__button--zoom,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs {
    display: none;
}

.fancybox__slide {
    justify-content: center;
}

.fancybox__nav {
    position: absolute;
    width: 100px;
    height: 50px;
    bottom: 40px;
    right: 30px;
    top: auto;
    left: auto;
}

.carousel__button.is-next {
    width: 50px;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    right: 0 !important;
    top: 0;
    transform: translateY(0);
}

.carousel__button.is-prev {
    width: 50px;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0 !important;
    top: 0;
    transform: translateY(0);
}

.fancybox__nav .carousel__button {
    transition: all .2s ease;
}

.fancybox__nav .carousel__button:hover span {
    background: #DC002F;
}

.carousel__button.is-next span {
    margin-left: auto;
    margin-right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2F3644;
}

.carousel__button.is-prev span {
    margin-right: auto;
    margin-left: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2F3644;
}

.fancybox__button--close {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 144px;
    border-left: 2px solid #F5F5F5;
    color: #2C2E33;
    font-family: OnestMedium;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    transition: all .2s ease;
    border-radius: 0;
}

.fancybox__toolbar__items--right{
    height: 100%;
}

.fancybox__toolbar {
    width: 100%;
    right: 0 !important;
    top: 0 !important;
    left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
    border-bottom: 2px solid #F5F5F5;
    background: #fff;
    padding: 0 !important;
}
.fancybox__button--close:hover{
    background: #2C2E33;
    color: #fff;
}
.fancybox__backdrop{
    background: #fff;
}
.fancybox__nav{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    width: 160px;
    height: 50px;
    background: #fff;
}
.carousel__button.is-next{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid #2C2E33;
    border-left: none;
    border-radius: 0;
    position: static;
    order: 1;
}
.carousel__button.is-prev{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid #2C2E33;
    border-right: none;
    border-radius: 0;
    position: static;
}
.fancybox__nav::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: #2C2E33;
}
.fancybox__nav > button:not([disabled]):hover {
    background: #2C2E33;
}
.fancybox__nav > button:not([disabled]):hover path {
    stroke: #fff;
}

@media(max-width: 1660px) {
    .fancybox__toolbar {
        right: 53px;
    }
}

@media(max-width: 991px) {
    
    .fancybox__toolbar{
        height: 63px;
    }
    .fancybox__button--close{
        width: 126px;
    }
    .fancybox__viewport{
        height: calc(100vh - 63px);
        padding-top: 63px;
    }
}
@media(max-width: 750px) {
    
    .fancybox__toolbar{
        height: 48px;
    }
    .fancybox__button--close{
        width: 165px;
    }
    .fancybox__viewport{
        height: calc(100vh - 48px);
        padding-top: 60px;
    }
}

@media(max-width: 600px) {
    .fancybox__nav {
        bottom: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 50px;
    }
}
/* End */


/* Start:/local/templates/tk_lk/css/style.css?173142152414568*/
@charset "UTF-8";
@font-face {
  font-family: 'OnestRegular';
  src: url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Regular.ttf?#iefix") format("embedded-opentype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Regular.ttf") format("truetype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Regular.otf") format("opentype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Regular.woff") format("woff"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OnestMedium';
  src: url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Medium.ttf?#iefix") format("embedded-opentype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Medium.ttf") format("truetype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Medium.otf") format("opentype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Medium.woff") format("woff"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OnestBold';
  src: url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Bold.ttf?#iefix") format("embedded-opentype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Bold.ttf") format("truetype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Bold.otf") format("opentype"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Bold.woff") format("woff"), url("/local/templates/tk_lk/css/../../tk/fonts/Onest-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: #fff;
  --black: #000;
}
html,
body{
  height: 100%;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
li{
  list-style-type: none;
}
.wrapper{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main{
  flex-grow: 1;
}
a,
div{
  text-decoration: none;
}

body {
  background: #F5F5F5;
  color: #2C2E33;
  font-family: "Onest-Regular", "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none;
  color: inherit;
}

.c {
  clear: both;
}

img {
  border: none;
  outline: none;
  vertical-align: bottom;
}
input,
button,
textarea{
  outline: none;
  background: none;
  border: none;
}
body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.container{
  width: 100%;
  max-width: 1366px;
  padding: 0 20px;
  margin: 0 auto;
}
.header{
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
}
header._static{
  position: static;
}
.header__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header__back{
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #F5F5F5;
  font-family: OnestMedium;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: all .2s ease;
}
.header__back svg{
  display: none;
}
.header__cart{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C2E33;
  transition: all .2s ease;
  cursor: pointer;
  display: none;
}
.header__cart span{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #151515;
  font-family: OnestBold;
  font-size: 13px;
  line-height: 13px;
}
.breadcrumbs{
  padding-top: 20px;
  padding-bottom: 32px;
}
.breadcrumbs__container{
  display: flex;
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 13px;
  line-height: 18px;
}
.login{
  padding-top: 120px;
}
.login__container{
  display: flex;
  justify-content: space-between;
}
.login h1{
  color: #2C2E33;
  font-family: OnestMedium;
  font-size: 40px;
  line-height: 48px;
  margin-right: 30px;
  font-weight: normal;
}
.login__right{
  width: 874px;
}
.login__block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 572px;
}
.login__inp{
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
.login__inp-title{
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
}
.login__inp input{
  width: 100%;
  height: 50px;
  border: 1px solid #DBDBDB;
  padding: 0px 20px;
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s ease;
}
.login__inp input::placeholder,
.login__inp input::-moz-placeholder{
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 16px;
  line-height: 22px;
  opacity: .3;
}
.login__inp input._focus{
  border: 1px solid #2C2E33;
}
.login__inp input._check,
.login__inp input._check::placeholder,
.login__inp input._check::-moz-placeholder{
  color: #2C2E33;
}
.login__inp._valid input,
.login__inp._valid input::placeholder,
.login__inp._valid input::-moz-placeholder{
  color: #CD1C1C;
  border: 1px solid #CD1C1C;
}
.login__inp._valid .login__inp-error{
  opacity: 1;
}
.login__inp-error{
  position: absolute;
  left: 0;
  top: calc(100% + 7px);
  color: #CD1C1C;
  font-family: OnestRegular;
  font-size: 13px;
  line-height: 18px;
  opacity: 0;
  transition: all .2s ease;
}
.login__btn{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C2E33;
  color: #fff;
  font-family: OnestMedium;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: all .2s ease;
}
._sms .login__btn{
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
._sms .login__block{
  align-items: flex-end;
}
.lk{
  height: 100%;
}
.lk__container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: calc(100vh - 70px);
}
.lk__info{
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  border-right: 1px solid #DBDBDB;
  width: 422px;
  padding-top: 60px;
  padding-bottom: 30px;
  height: calc(100vh - 70px);
  position: sticky;
  top: 70px;
}
.lk__info h1{
  color: #2C2E33;
  font-family: OnestMedium;
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  margin-bottom: 60px;
}
.lk__menu{
  display: flex;
  flex-direction: column;
}
.lk__menu a,
.lk__menu span{
  color: #2C2E33;
  font-family: OnestMedium;
  font-size: 20px;
  line-height: 26px;
}
.lk__menu a:not(:last-child),
.lk__menu span:not(:last-child){
  margin-bottom: 15px;
}
.lk__menu span{
  opacity: .3;
}
.lk__btn{
  margin-top: auto;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C2E33;
  color: #fff;
  font-family: OnestMedium;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: all .2s ease;
}
.lk__right{
  width: 874px;
  padding-top: 75px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.lk__list{
  border-collapse: collapse;
  width: 100%;
}
.lk__list th{
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 12px;
  text-align: left;
  font-weight: normal;
}
.lk__list tr:first-child th{
  border-top: 1px solid #DBDBDB;
  padding-top: 12px;
}
.lk__list tr:last-child td{
  font-family: OnestMedium;
  font-size: 16px;
  font-weight: 600;
}
.lk__list td{
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 12px;
  padding-top: 10px;
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #DBDBDB;
}
.lk__list td a{
  text-decoration: underline;
}
.lk__list th:not(:last-child),
.lk__list td:not(:last-child){
  padding-right: 20px;
}
.lk__list th:nth-child(1),
.lk__list td:nth-child(1){
  width: 140px;
  padding-left: 10px;
}
.lk__list th:nth-child(2),
.lk__list td:nth-child(2){
  width: 173px;
}
.lk__list th:nth-child(3),
.lk__list td:nth-child(3){
  width: 199px;
}
.lk__list th:nth-child(4),
.lk__list td:nth-child(4){
  width: 159px;
}
.lk__list th:last-child,
.lk__list td:last-child{
  text-align: right;
  /*padding-right: 168px;*/
}
.lk__list td svg{
  display: none;
}
.lk__right-block{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
}
.lk__right-block:not(:last-child){
  margin-bottom: 30px;
}
.lk__media{
  position: relative;
  cursor: pointer;
  height: 152px;
}
.lk__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lk__media span{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.lk__right-block .lk__media:nth-child(7){
  grid-column: 1 / 3;
  grid-row: 3 / 5;
  height: 334px;
}
.lk__right-block:nth-child(2n) .lk__media:nth-child(7){
  grid-column: unset;
  grid-row: unset;
  height: 152px;
}
.lk__right-block:nth-child(2n) .lk__media:nth-child(9){
  grid-column: 2 / 4;
  grid-row: 3 / 5;
  height: 334px;
}
.lk__pagination{
  margin-top: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.lk__pagination-prev,
.lk__pagination-next{
  width: 200px;
  height: 50px;
  border: 1px solid #2C2E33;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
}
.lk__pagination-prev svg,
.lk__pagination-next svg{
  display: none;
}
.lk__pagination-list{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  gap: 0 4px;
  border-top: 1px solid #2C2E33;
  border-bottom: 1px solid #2C2E33;
}
.lk__pagination-item{
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2C2E33;
  font-family: OnestRegular;
  font-size: 16px;
  line-height: 18px;
  margin: 0 9px;
}
a.lk__pagination-item{
  transition: all .2s ease;
  margin: 0;
}
span.lk__pagination-item{
  color: #fff;
  background: #2C2E33;
  margin: 0;
}
.modal{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}
.modal__top{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  border-bottom: 2px solid #F5F5F5;
}
.modal__close{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 144px;
  border-left: 2px solid #F5F5F5;
  color: #2C2E33;
  font-family: OnestMedium;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: all .2s ease;
}
.modal__container{
  height: calc(100vh - 70px);
  display: flex;
  align-items: center;
}
.video-modal{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 70px);
}
.video-modal iframe,
.video-modal video{
  width: calc(100vw - 600px);
  height: calc(100vh - 270px);
}


.lk__menu-item{
  border-top: 1px solid #DBDBDB;
  padding: 20px 0;
}

.lk__menu-item a{
  width: 100%;
  display: flex;
}

.lk__sub-item a, .lk__sub-item span{
  font-family: OnestRegular;
  font-size: 16px;
  padding: 0;
}

span.lk__sub-item{
  font-family: OnestRegular;
  font-size: 16px;
}

.lk__menu-item:first-child{
  padding-top: 10px;
}


.lk__right h2{
  font-family: OnestMedium;
  font-size: 26px;
  margin-bottom: 70px;
  font-weight: normal;
}

.lk__filter{
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
  margin-bottom: 12px;
}

.lk-filter__month, .lk__filter-year{
  position: relative;
}


.month-filter__select, .year-filter__select{
  position: absolute;
  box-shadow: 0px 2px 8px #DBDBDB;
  top:26px;
  min-width: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.month-filter__select-item, .year-filter__select-item{
  background: #fff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-family: OnestRegular;
  font-size: 13px;
  color: #2C2E33;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.month-filter__select-item:hover, .year-filter__select-item:hover{
  background: #F5F5F5;
}

.month-filter__title, .year-filter__title{
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #2C2E33;
  cursor: pointer;
}

.month-filter__title span, .year-filter__title span{
  font-family: OnestRegular;
  font-size: 13px;
  color: #2C2E33;
}

.month-filter__title svg, .year-filter__title svg{
  transition: all 0.3s ease 0s;
}

.month-filter__title._active svg, .year-filter__title._active svg{
  transform: scaleY(-1);
}

.month-filter__select._active, .year-filter__select._active{
  opacity: 1;
  visibility: visible;
}

.lk__docs{
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.lk__docs-item{
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex: 0 1 33%;
}

.lk__docs-item-name{
  font-family: OnestMedium;
  font-size: 16px;
  color: #2C2E33;
}

.lk__sub-item._selected span{
  opacity: .3;
}

.lk__menu-item._selected a{
  opacity: .3;
}

@media(max-width: 991px) {
  .lk__docs-item{
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex: 0 1 50%;
  }
}

@media(max-width: 600px) {
  .lk__docs-item-icon img{
    width: 25px;
  }

  .lk__docs-item-icon svg{
    width: 25px;
    height: 25px;
  }

  .lk__docs-item-icon{
    height: 25px;
  }

  .lk__docs{
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 15px;
  }

  .lk__docs-item{
    flex: 1 1 100%;
  }
}


@media (any-hover: hover) {
  .header__back:hover{
    background: #2C2E33;
    color: #fff;
  }
  .login__btn:hover{
    background: #535C6E;
  }
  .header__cart:hover{
    background: #535C6E;
  }
  .lk__btn:hover{
    background: #535C6E;
  }
  .lk__pagination-prev:hover,
  .lk__pagination-next:hover{
    background: #2C2E33;
    color: #fff;
  }
  a.lk__pagination-item:hover{
    background: #535C6E;
    color: #fff;
  }
  .modal__close:hover{
    background: #2C2E33;
    color: #fff;
  }
}

/* End */


/* Start:/local/templates/tk_lk/css/mobile.css?173142152411230*/
@media only screen and (max-width: 1406px) {  
    .header__container{
        padding-right: 0;
    }
    .header__logo{
        width: 256px;
    }
    .header__logo img{
        max-width: 100%;
    }
    .lk__right{
        margin-left: 30px;
    }
    .lk__media{
        height: 11.13vw;
    }
    .lk__right-block .lk__media:nth-child(7){
      height: 24.45vw;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(7){
      height: 11.13vw;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(9){
      height: 24.45vw;
    }
}
@media only screen and (max-width: 1200px) {
    .header__container{
        height: 63px;
    }
    .login__right{
        display: flex;
        justify-content: center;
    }
    .login__block{
        width: 572px;
    }
    .lk__info,
    .lk__container{
        height: calc(100vh - 63px);
    }
    .lk__info{
        width: 286px;
        flex-shrink: 0;
    }
    .lk__right{
        width: calc(100% - 316px);
    }
    .video-modal iframe,
    .video-modal video{
        width: calc(100vw - 40px);
        height: calc(100vh - 110px);
    }

    .lk__list th:nth-child(3), .lk__list td:nth-child(3){
        width: 120px;
    }
    .lk__list th:nth-child(2), .lk__list td:nth-child(2){
        width: 140px;
    }

    .lk__list th:nth-child(1), .lk__list td:nth-child(1){
        width: 110px;
    }
}
@media only screen and (max-width: 991px) {
    .login__container{
        flex-direction: column;
        align-items: center;
    }
    .login h1{
        margin-right: 0;
        width: 429px;
        margin-bottom: 50px;
        font-size: 32px;
        line-height: 38px;
    }
    .login__right{
        width: 429px;
    }
    .login__inp{
        width: 100%;
        margin-bottom: 20px;
    }
    .login__btn{
        margin-top: 10px;
    }
    .login{
        padding-top: 20px;
        height: calc(100vh - 63px);
        display: flex;
        align-items: center;
    }
    ._sms .login__btn{
        width: 100%;
        margin-bottom: 0;
    }
    .lk__container{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .lk__info{
        height: auto;
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding-bottom: 50px;
        padding-top: 50px;
        padding-right: 0;
        position: static;
        flex-direction: column;
    }
    .lk__info h1{
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0;
        margin-right: 30px;
        width: 269px;
        flex-shrink: 0;
    }
    .lk__menu-item a{
        font-size: 16px;
    }
    .lk__menu{
        width: 100%;
        flex-shrink: 0;
        margin-right: 0px;
        margin-top: 40px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 20px;
    }

    .lk__sub-item{
        border: 1px solid #2C2E33;
        width: calc(50% - 10px);
        font-size: 0 !important;
        text-align: center;
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lk__sub-item a, .lk__sub-item span{
        font-size: 0;
        display: block;
        opacity: 1;
    }

    .lk__sub-item a::before{
        content: attr(data-mobile);
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        position: relative;
        font-family: OnestMedium;
    }

    .lk__sub-item span::before{
        content: attr(data-mobile);
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        position: relative;
        color: #fff;
        font-family: OnestMedium;
    }

    .lk__menu-item._selected span{
        display: block;
        text-align: center;
        color: #fff;
        opacity: 1;
        font-size: 16px;
    }

    .lk__menu-item._selected{
        background: #2C2E33;
    }

    .lk__sub-item._selected span{
        opacity: 1;
    }

    .lk__menu-item._selected{
        opacity: 1;
    }

    .lk__sub-item._selected{
        opacity: 1;
    }

    .lk__menu-item{
        border:none;
        text-align: center;
        justify-content: center;
    }
    .lk__menu-sub{
        display: flex;
        column-gap: 20px;
    }
    .lk__menu-item:first-child .root-item{
        display: none;
    }
    .lk__menu-item:first-child{
        min-width: 100%;
    }

    span.lk__sub-item{
        opacity: 1;
        font-family: OnestMedium;
        font-size: 16px;
        background: #2C2E33;
        color: #fff
    }

    .lk__menu-item:nth-child(2),  .lk__menu-item:nth-child(3){
        font-family: OnestMedium;
        font-size: 16px;
        color: #2C2E33;
        padding: 13px 20px;
        border: 1px solid #2C2E33;
        width: calc(50% - 10px);
    }

    .lk__right h2{
        display: none;
    }

    /*.lk__sub-item a, .lk__sub-item span{*/
    /*    display: none;*/
    /*}*/

    .lk__btn{
        margin-top: 0;
    }
    .lk__right{
        width: 100%;
        margin-left: 0;
        padding-top: 30px;
    }
    .lk__right-block{
        width: 100%;
        gap: 25px;
    }
    .lk__media span{
        width: 44px;
        height: 44px;
    }
    .lk__media span svg{
        width: 12px;
        height: 16px;
    }
    .lk__right-block:not(:last-child){
        margin-bottom: 25px;
    }
    .lk__pagination-prev, .lk__pagination-next{
        width: 150px;
    }
    .lk__media{
        height: 16.54vw;
    }
    .lk__right-block .lk__media:nth-child(7){
        height: 36.33vw;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(7){
      height: 16.54vw;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(9){
      height: 36.33vw;
    }
    .modal__top{
        height: 63px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background: #fff;
    }
    .modal__container{
        padding-top: 103px;
        height: 100vh;
        overflow-y: scroll;
        align-items: flex-start;
    }
    .modal__container._cart{
        padding-top: 63px;
    }
    .modal__close{
        width: 126px;
    }
    .video-modal {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100vh - 63px);
        margin-top: 63px;
    }
    .video-modal iframe,
    .video-modal video{
        width: calc(100vw - 40px);
        height: calc(100vh - 103px);
    }

    .lk__list th:nth-child(1), .lk__list td:nth-child(1){
        min-width: 77px;
    }

    .lk__list th:nth-child(2), .lk__list td:nth-child(2){
        min-width: 145px;
    }

    .lk__list th:nth-child(3), .lk__list td:nth-child(3){
        min-width: 175px;
    }

    .lk__list th:nth-child(4), .lk__list td:nth-child(4){
        min-width: 110px;
    }

    .lk__list th:nth-child(5), .lk__list td:nth-child(5){
        min-width: 90px;
    }

    .lk__menu-item a.root-item{
        display: block;
        text-align: center;
    }

    .lk__sub-item._selected{
        background: #2C2E33;
    }

    .lk__sub-item._selected a, .lk__sub-item._selected span{
        color: #fff;
        line-height: 16px !important;
    }

    .lk__sub-item a{
        line-height: 16px;
    }

    .lk__table{
        max-width: 100%;
        overflow: auto;
    }

    .lk__list{
        min-width: 100%;
        width: max-content;
    }
}
@media only screen and (max-width: 750px) {
    .header__container{
        height: 48px;
    }
    .header__logo{
        width: 218px;
        margin-right: 20px;
    }
    .container{
        padding: 0px 15px;
    }
    .header__container{
        padding-right: 0;
    }
    .lk__info{
        height: auto;
        flex-direction: column;
        width: 100%;
        border-right: none;
        padding-top: 40px;
        padding-right: 0;
        padding-bottom: 0px;
    }
    .lk__info h1{
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
        flex-shrink: 0;
    }
    .lk__menu{
        width: 100%;
        flex-shrink: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .lk__btn{
        width: 100%;
        margin-top: 20px;
    }
    .lk__right{
        width: 100%;
        margin-left: 0;
    }
    .lk__menu a:not(:last-child),
    .lk__menu span:not(:last-child){
        margin-bottom: 10px;
    }
    .lk__list td svg{
        /*display: flex;*/
    }
    .lk__list th:last-child,
    .lk__list td:last-child{
        padding-right: 9px;
    }
    .lk__list th:last-child a:first-child,
    .lk__list td:last-child a:first-child{
        /*display: none;*/
    }
    .lk__right-block{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 15px;
    }
    .lk__right-block .lk__media:nth-child(7){
        grid-column: 1 / 3;
        grid-row: 3 / 5;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(7){
        grid-column: unset;
        grid-row: unset;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(9){
        grid-column: 1 / 3;
        grid-row: 5 / 7;
    }
    .lk__right-block:not(:last-child){
        margin-bottom: 15px;
    }
    .lk__media span{
        width: 36px;
        height: 36px;
    }
    .lk__media span svg{
        width: 10px;
        height: 13px;
    }
    .lk__pagination-item:nth-child(5),
    .lk__pagination-item:nth-child(6),
    .lk__pagination-item:nth-child(7),
    .lk__pagination-item:nth-child(8),
    .lk__pagination-item:nth-child(9),
    .lk__pagination-item:nth-child(10),
    .lk__pagination-item:nth-child(11){
        display: none;
    }
    .lk__media{
        height: 24.44vw;
    }
    .lk__right-block .lk__media:nth-child(7){
        height: 51.39vw;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(7){
      height: 24.44vw;
    }
    .lk__right-block:nth-child(2n) .lk__media:nth-child(9){
      height: 51.39vw;
    }
    .modal__top{
        height: 48px;
    }
    .modal__container{
        padding-top: 78px;
    }
    .modal__close{
        width: 165px;
    }
    .modal__container._cart{
        padding-top: 48px;
    }
    .video-modal iframe,
    .video-modal video{
        width: calc(100vw - 30px);
    }
}
@media only screen and (max-width: 600px) {
    .login h1{
        width: 100%;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .login__right{
        width: 100%;
    }
    .lk__pagination-prev,
    .lk__pagination-next{
        font-size: 0;
        line-height: 0;
        width: 51px;
    }
    .lk__pagination-prev svg,
    .lk__pagination-next svg{
      display: block;
    }
}
/* End */
/* /local/templates/tk_lk/css/fancybox.css?173142152423449 */
/* /local/templates/tk_lk/css/style.css?173142152414568 */
/* /local/templates/tk_lk/css/mobile.css?173142152411230 */
