

/* Start:/bitrix/templates/.default/css/fancybox.css?172648166732060*/
: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
}

.popup__wrapper {
    max-width: 400px;
    color: #000;
}

.popup__form-title {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popup__form-subtitle {
    text-align: center;
    color: #000;
    line-height: 120%;
    margin-bottom: 20px;
}

.form__row label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form__row label span {
    cursor: pointer;
}

.form__row {
    margin-bottom: 10px;
}

.popup__wrapper .btn__grey {
    width: 100%;
}

.form__input {
    border: 1px solid #000;
    background-color: transparent;
    padding: 10px 20px;
    width: 100%;
}

.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: .175s ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: .175s ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, -150px, 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, 150px, 0);
        opacity: 0
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown
}

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.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, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.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, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.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: none
}

.f-button:focus-visible {
    outline: none;
    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-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    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-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    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-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg)
}

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: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: 1050;
    outline: none;
    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 *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    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__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;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
    overflow: hidden
}

.fancybox__slide.has-image {
    overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__content {
    align-self: center;
    position: relative;
    margin: 0;
    padding: 40px;
    border-radius: 15px;
    max-width: 100%;
    background: #fff;
    cursor: default;
    z-index: 20
}


.fancybox__content .wpcf7-list-item-label {
    color: #000;
    cursor: pointer;
}

.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 [data-selectable],
.fancybox__content [contenteditable] {
    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-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    filter: blur(0px);
    will-change: transform, width, height
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none
}

.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-loading .fancybox__caption,
.is-closing .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) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.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: none;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
    animation: .25s ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: .35s ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
    animation: .15s ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: .35s ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .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: 100%;
    height: 100%
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .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: 20px;
    --f-thumb-clip-width: 46px
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    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
}

.f-thumbs__track {
    display: flex;
    will-change: transform
}

.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);
    min-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(--left, 0) * 1px);
    width: calc(100% - var(--width, 0) * 1px);
    cursor: pointer
}

.is-modern .f-thumbs__slide {
    --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.is-modern .f-thumbs__slide>* {
    clip-path: var(--clip-path)
}

.is-modern.in-touch .f-thumbs__slide {
    filter: none
}

.is-modern.is-resting .f-thumbs__slide {
    transition: all .33s ease
}

.is-modern.is-resting .f-thumbs__slide>* {
    transition: all .33s ease
}

.f-thumbs__slide__button {
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    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: none
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity)
}

.is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

.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 {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover
}

.f-thumbs.is-horizontal .f-thumbs__track {
    margin: 0 auto;
    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;
    margin: auto 0;
    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(0.23, 1, 0.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, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --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, 0.1), rgba(255, 255, 255, 0.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: 0px !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, 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
}
/* End */


/* Start:/bitrix/templates/.default/css/style.css?174878510980871*/
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

a:focus,
input:focus,
textarea:focus {
    outline: 0;
}

textarea {
    overflow-y: auto;
}

body {
    /*background: url(/bitrix/templates/.default/images/snow.jpg) 0 50px repeat-x;*/
}




HTML,
BODY {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

BODY {
    font-size: 13px;
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

a {
    color: #046dce;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus {
    outline: 0px none;
}

h1,
h2,
h3 {
    font-weight: 600;
}


h1 a,
h2 a,
h3 a {
    color: #046dce;
}


.center {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr0 {
    margin-right: 0px !important;
}

.mr30 {
    margin-right: 30px;
}

.alpha15 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
}

/*ICONS*/
.icon {
    display: block;
    background-image: url(/bitrix/templates/.default/images/sprite.png);
}

.cart {
    width: 32px;
    height: 29px;
    background-position: -29px 0px;
}

.search {
    width: 28px;
    height: 28px;
    background-position: 0px 0px;
}

.subscribe {
    width: 50px;
    height: 21px;
    background-position: -115px 0px;
}

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

.green_arrow {
    width: 17px;
    height: 50px;
    background-position: -64px 0px;
}

.plus {
    width: 11px;
    height: 11px;
    background-position: -85px 0px;
}

.shild_arrow {
    width: 8px;
    height: 30px;
    background-position: -101px 0px;
}

.arrow_left {
    width: 19px;
    height: 9px;
    background-position: -186px 0px;
}

.arrow_right {
    width: 19px;
    height: 9px;
    background-position: -208px 0px;
}

a .arrow_left {
    background-position: -186px -10px;
}

a .arrow_right {
    background-position: -208px -10px;
}

.est_icon {
    width: 13px;
    height: 9px;
    background-position: -234px 0px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.net_icon {
    width: 11px;
    height: 9px;
    background-position: -249px 0px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.zoom {
    width: 26px;
    height: 26px;
    background-position: 0px -30px;
}

a:hover .zoom {
    background-position: 0px -57px;
}

.next {
    width: 11px;
    height: 30px;
    background-position: -276px 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}

.prev {
    width: 11px;
    height: 30px;
    background-position: -262px 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
}

.green_arrow2 {
    width: 10px;
    height: 36px;
    background-position: -101px -31px;
    position: absolute;
    top: 0px;
    right: -9px;
}

.clock {
    width: 21px;
    height: 24px;
    background-position: -32px -31px;
    position: absolute;
    top: 6px;
    left: 13px;
}

.blue_arrow {
    width: 7px;
    height: 7px;
    background: url(/bitrix/templates/.default/images/sprite.png) -168px -12px no-repeat;
}

.remove {
    width: 10px;
    height: 10px;
    background: url(/bitrix/templates/.default/images/sprite.png) -135px -25px no-repeat;
}

.remove:hover {
    background: url(/bitrix/templates/.default/images/sprite.png) -135px -38px no-repeat;
}

.map_icon {
    width: 12px;
    height: 19px;
    background: url(/bitrix/templates/.default/images/sprite.png) -37px -58px no-repeat;
}

.alert {
    width: 21px;
    height: 21px;
    background: url(/bitrix/templates/.default/images/sprite.png) -151px -25px no-repeat;
    margin-top: 5px;
}

.close_window {
    width: 15px;
    height: 15px;
    background-position: -135px -69px;
}

.close_window:hover {
    background-position: -135px -52px;
}

.up_arrow {
    width: 23px;
    height: 26px;
    background-position: -215px -26px;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -12px;
}

.key {
    width: 10px;
    height: 10px;
    background-position: -181px -26px;
    position: absolute;
    top: 9px;
    left: 0px;
}

a:hover .key {
    background-position: -181px -40px;
}

.pcab_arrow {
    width: 6px;
    height: 4px;
    background-position: -202px -26px;
    position: absolute;
    top: 12px;
    right: 11px;
}

a:hover .pcab_arrow {
    background-position: -202px -41px;
}

a.active .pcab_arrow {
    background-position: -202px -50px;
}


/**********/
/***********ВСЛЫВАЮИЕ ОКНА***********/

#podlozhka {
    z-index: 888;
    background: #000;
    position: absolute;
    width: 100%;
    height: 1000px;
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}


.new_window {
    background-color: #fff;
    position: fixed;
    top: 300px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    border-top: 5px solid #50b51a;
    -webkit-box-shadow: 0 1px 4px rgba(33, 33, 33, .33);
    -moz-box-shadow: 0 1px 4px rgba(33, 33, 33, .33);
    box-shadow: 0 1px 4px rgba(33, 33, 33, .33);
    z-index: 999;
    top: 50%;
    margin-top: -230px;
}

.new_window .close_window {
    position: absolute;
    right: 10px;
    top: 10px;
}

.new_window form {}

.new_window form .form_content {
    padding: 32px 65px 40px 65px;
    ;
}

.new_window form .ln {
    width: 271px;
    height: 63px;
}

.new_window form .ln3 {
    height: 20px;
}

.new_window form .ln .ttl {
    margin-bottom: 5px;
}

.new_window form .but {
    padding-top: 18px;
}

.new_window form .green_but {
    border: 0px;
    padding: 0px;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: 176px;
    height: 29px;
    line-height: 28px;
    font-size: 14px;
}

.new_window form h3 {
    text-align: center;
    color: #313130;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 7px;
}

.new_window form h4 {
    text-align: center;
    color: #313130;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    margin-bottom: 20px;
}

.new_window form h4.errors {
    color: #ed1c2f;
    margin-top: -13px;
}

.new_window .under_form {
    border-top: 1px solid #cbcbcb;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #313130;
}

.new_window .under_form a {
    position: relative;
}

.new_window .under_form a .icon {
    position: absolute;
    right: -13px;
    top: 8px;
}

.new_window form .ln .checker {
    float: left;
}

.new_window form#login_form .but {
    height: 29px;
}

.new_window form#login_form .but .green_but {
    width: 86px;
    margin: 0px;
    float: left;
}

.new_window form#login_form .but a {
    float: right;
    line-height: 29px;
}

.new_window form#new_order_form_ok h3 {
    text-align: left;
    margin-bottom: 16px;
}

#offers-popup {
    width: 700px;
    margin-left: -300px;
    top: 60%
}

#offers-popup table {
    width: 100%;
}

#offers-popup table th {
    background-color: #50b51a;
    color: #fff;
    padding-left: 13px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 10px;
}

#offers-popup table td {
    padding-left: 13px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #adadad;
}

#offers-popup table .add2cart {
    float: right;
    height: 23px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 81px;
    margin-right: 13px;
}

#offers-popup table span {
    text-decoration: line-through;
}

/************************/
.green_but {
    background-color: #50b51a;
    color: #fff;
    display: block;
    height: 27px;
    line-height: 27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
}

.green_but:hover {
    background-color: #60d421;
}

.form_but {
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #50b51a;
    border: solid 1px #fff;
    padding: 0px;
    display: block;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
}

.form_but:hover {
    background-color: #fff;
    color: #50b51a;
}

.red_but {
    height: 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ed1c2f;
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.red_but:hover {
    background-color: #ff1e33;
}

.error__title {
    text-align: center;
    font-size: 230px;
    color: #000;
    line-height: 110%;
    font-weight: 700;
}

.error__text {
    text-align: center;
    line-height: 110%;
    margin-bottom: 20px;
}

.error__bottom {
    display: flex;
    justify-content: center;
}



#conteiner {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 375px;
}

@media (max-width: 991px) {
    #conteiner {
        padding: 0 15px;
    }
}

#toper {
    height: 50px;
    background-color: #404040;
}

@media (max-width: 991px) {
    #toper {
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        min-width: 300px;
        padding: 20px 20px 100px 20px;
        overflow-y: scroll;
        transform: translate(-100%, 0);
        transition: all 0.3s ease 0s;
    }

    #toper.active {
        transform: translate(0%, 0);
    }
}

#toper nav {}

#toper nav ul {}

@media (max-width: 991px) {
    #toper nav ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

#toper nav ul li {
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

@media (max-width: 991px) {
    #toper nav ul li {
        padding-left: 0px;
        padding-right: 0;
        line-height: 120%;
    }
}

#toper nav ul li:first-child {
    padding-left: 0px;
}

#toper nav ul li a {
    color: #fff;
    text-decoration: none;
}

#toper nav ul li a.act,
#toper nav ul li a:hover {
    color: #64d200
}

.icon-menu {
    display: none;
}

@media (max-width: 991px) {
    .icon-menu {
        border: none;
        display: block;
        position: relative;
        flex: 0 0 40px;
        width: 40px;
        height: 30px;
        z-index: 5;
        cursor: default;
        position: absolute;
        top: 30px;
        right: 20px;
        background-color: transparent;
    }



    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background-color: #000;
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 2px);
    }

    .icon-menu.active span {

        width: 0;

    }


    .icon-menu.active::before {
        top: calc(50% - 2px);
        transform: rotate(-45deg);
    }

    .icon-menu.active::after {
        bottom: calc(50% - 2px);
        transform: rotate(45deg);
    }
}

#toper nav ul li a.red {
    color: #ed1c2f !important;
}

#toper .login_block {
    float: right;
    margin-top: 11px;
}

#toper .login_block a {
    color: #fff;
    float: left;
    line-height: 27px;
    font-size: 12px;
}

#toper .login_block a.login {
    margin-right: 19px;
    text-decoration: underline;
}

#toper .login_block a.login:hover {
    color: #60d421;
}

#toper .login_block a.personal_cabinet {
    padding-right: 27px;
    padding-left: 18px;
    text-decoration: none;
    position: relative;
}

#toper .login_block a.personal_cabinet:hover {
    color: #60d421;
}

#toper .login_block .personal_cabinet_sub {
    position: absolute;
    background-color: #404040;
    z-index: 90;
    width: 150px;
    top: 51px;
    display: none;
}

#toper .login_block .personal_cabinet_sub ul {
    display: block;
}

#toper .login_block .personal_cabinet_sub li {
    display: block;
    height: 34px;
    border-top: 1px solid #a0a0a0;
    position: relative;
}

#toper .login_block .personal_cabinet_sub li a {
    text-decoration: none;
    display: block;
    padding-left: 12px;
    line-height: 34px;
    height: 34px;
    float: none;
}

#toper .login_block .personal_cabinet_sub li a:hover {
    color: #60d421;
}

#toper .login_block .personal_cabinet_sub li:first-child {
    border-top: 0px;
}

#toper .login_block .personal_cabinet_sub i {
    display: block;
    background: url(/bitrix/templates/.default/images/pc_ul_liarrow.png) 0px 0px no-repeat;
    width: 16px;
    height: 8px;
    top: -1px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 999;
}

/*
#toper .login_block ul.personal_cabinet_sub li:first-child:after, #toper .login_block ul.personal_cabinet_sub li:first-child:before {
	top: -1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


#toper .login_block ul.personal_cabinet_sub li:first-child:after {
	border-color: rgba(64, 64, 64, 0);
	border-top-color: #404040;
	border-width: 5px;
	margin-left: -5px;
}
#toper .login_block ul.personal_cabinet_sub li:first-child:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
*/

header {
    height: 113px;
    background: url(/bitrix/templates/.default/images/main_header_bg.jpg) center 0px no-repeat;
}

header .logo {
    display: block;
    width: 275px;
    height: 75px;
    background: url(/bitrix/templates/.default/images/logo.png) 0px 0px no-repeat;
    position: absolute;
    left: 0px;
    top: 20px;
}

@media (max-width: 580px) {
    header .logo {
        width: 200px;
        background-size: cover;
        height: 40px;
        top: 32px;
    }
}

@media (max-width: 480px) {
    header .logo {
        width: 130px;
        background-size: cover;
        height: 26px;
        top: 42px;
    }
}

header .contacts {
    position: absolute;
    top: 20px;
    left: 328px;
    color: #313130;
}

@media (max-width: 580px) {
    header .contacts {
        left: 210px;
    }
}

@media (max-width: 580px) {
    header .contacts {
        left: 137px;
    }
}

header .contacts .tel a {
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    text-decoration: none;
}

header .contacts a {
    font-size: 12px;
}

header .top_cart {
    right: 0px;
    position: absolute;
    top: 24px;
}

header .top_cart .ttl {
    line-height: 29px;
    display: block;
    height: 29px;
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ed1c2d;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

header .top_cart .ttl .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

header .top_cart div.cart_info {
    padding-left: 6px;
    font-size: 12px;
    line-height: normal;
    color: #313130;
}

header .top_cart div.cart_info a {
    position: relative;
}

header .top_cart div.cart_info a .icon {
    top: 7px;
    position: absolute;
    right: -13px;
}

#top_search {
    height: 51px;
    margin-bottom: 25px;
}

#top_search .center {
    background-color: #50b51a;
    height: 51px;
}

#top_search form {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    color: #fff;
}

#top_search form .ttl {
    float: left;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
    width: 110px;
}

@media (max-width: 991px) {
    #top_search form .ttl {
        display: none;
    }
}

#top_search form .ttl .icon {
    position: absolute;
    top: 1px;
    left: 0px;
}

#top_search form .input_block {
    float: left;
    width: 702px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fbfbfb;
    margin-right: 6px;
    position: relative;
}

@media (max-width:991px) {
    #top_search form .input_block {
        width: 100%;
    }

    #top_search form {
        display: flex;
        gap: 20px;
    }
}



#top_search form .input_block input.pole {
    padding: 0px;
    padding-left: 12px;
    line-height: 32px;
    height: 32px;
    background: #fbfbfb;
    border-radius: 3px;
    border: 0px;
    width: 680px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #878787;
}

@media (max-width:991px) {
    #top_search form .input_block input.pole {
        width: 100%;
    }
}

#top_search form .form_but {
    float: left;
    width: 113px;
}

@media (max-width:991px) {
    #top_search form .form_but {
        flex: 0 0 113px;
    }
}


#top_search .select {
    width: 125px;
    cursor: pointer;
    position: absolute;
    color: #000000;
    right: 10px;
    top: 2px;
    height: 27px;
}

#top_search .select_off {
    background: #ffffff url(/bitrix/templates/.default/images/select_off.png) 100% 11px no-repeat;
}

#top_search .select_on {
    background: #ffffff url(/bitrix/templates/.default/images/select_off.png) 100% 11px no-repeat;
}

#top_search .select .selected_element {
    line-height: 27px;
    padding-left: 10px;
    margin-right: 4%;
    position: relative;
    font-size: 12px;
    border-left: 1px solid #cbcbcb;
    color: #4b4b4b;
}

#top_search .select .all_variants {
    background-color: #50b51a;
    width: 138px;
    display: none;
    z-index: 1999;
    border-top: 0px;
    margin-top: 23px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

#top_search .select .all_variants a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
}

#top_search .select .all_variants a:hover {
    color: #fff;
    background-color: #60d421;
}

#top_search .select .all_variants .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #50b51a;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
}

#top_search .select .all_variants .inner {
    overflow: auto;
    height: 260px;
    width: 138px;
}



#red_line {
    height: 37px;
    background-color: #ed1c2f;
    margin-bottom: 40px;
}

#red_line a.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(/bitrix/templates/.default/images/logo_small.png) 0px 0px no-repeat;
    width: 194px;
    height: 54px;
    display: block;
}

#bottom_catalog_sections {
    margin-bottom: 23px;
}

#bottom_catalog_sections .instrument_list {
    float: left;
}

#bottom_catalog_sections .instrument_list h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #313130;
}

#bottom_catalog_sections .instrument_list ul {
    float: left;
    width: 253px;
}

#bottom_catalog_sections .instrument_list ul li {
    margin-bottom: 5px;
    padding-right: 15px;
}

#bottom_catalog_sections .instrument_list ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #313130;
}

#bottom_catalog_sections .instrument_list ul li a.act,
#bottom_catalog_sections .instrument_list ul li a:hover {
    color: #0070d1;
}

#bottom_catalog_sections .payment_types {
    float: right;
    width: 240px;
}

#bottom_catalog_sections .payment_types h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #313130;
}

#bottom_catalog_sections .payment_types ul {}

#bottom_catalog_sections .payment_types ul li {
    float: left;
    margin-right: 3px;
}

#bottom_catalog_sections .payment_types ul li:last-child {
    margin-right: 0px;
}

#bottom_catalog_sections .payment_types ul li img {
    display: block;
}



#subscribe_form {
    height: 50px;
    margin-bottom: 23px;
}

#subscribe_form .center {
    background-color: #50b51a;
    height: 50px;
}

#subscribe_form form {
    padding-left: 22px;
    color: #fff;
}

#subscribe_form form .ttl {
    float: left;
    font-size: 18px;
    line-height: 21px;
    ;
    text-transform: uppercase;
    padding-left: 61px;
    position: relative;
    width: 125px;
    margin-top: 15px;
}

#subscribe_form form .ttl .icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

#subscribe_form form .txt {
    float: left;
    width: 253px;
    font-size: 12px;
    line-height: normal;
    margin-top: 8px;
}

#subscribe_form form .green_arrow {
    float: left;
    margin-right: 25px;
}

#subscribe_form form .input_div {
    float: left;
    position: relative;
}

#subscribe_form form .pole {
    float: left;
    line-height: 32px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
    padding: 0px;
    padding-left: 11px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #878787;
    width: 266px;
    border: 0px;
    margin-top: 9px;
}

#subscribe_form form .form_but {
    margin-top: 9px;
    float: left;
    width: 191px;
}

#subscribe_form form .pole:focus {
    border: 2px solid #73bbfe;
    margin-top: 7px;
    width: 264px;
    margin-left: -2px;
}

#subscribe_form form .pole.error {
    border: 2px solid #e26a75;
    margin-top: 7px;
    width: 264px;
    margin-left: -2px;
    color: #e26a75;
}

#subscribe_form form .input_div .alert_mes {
    position: absolute;
    width: 167px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    background-color: #e26a75;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 50%;
    margin-left: -83px;
    padding-top: 5px;
    padding-bottom: 6px;
    top: -45px;
    ;
}

#subscribe_form form .input_div .alert_mes i {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e26a75;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
}



#bottom_brands {}

#bottom_brands h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #313130;
}

#bottom_brands ul {
    float: left;
    width: 166px;
}

#bottom_brands ul li {
    margin-bottom: 5px;
}

#bottom_brands ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #313130;
}

#bottom_brands ul li a.act,
#bottom_brands ul li a:hover {
    color: #0070d1;
}


/* .footer_push {
    height: 125px;
    width: 100%;
} */

footer {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 103px;
    color: #313130;
}

footer .center {
    border-top: 1px solid #b7b7b7;
}

footer .copy {
    position: absolute;
    left: 0px;
    top: 23px;
    font-size: 12px;
}

footer .madeby {
    position: absolute;
    right: 0px;
    top: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .madeby {
    color: #000;
    font-size: 12px;
}

footer nav {
    left: 265px;
    position: absolute;
    top: 23px;
}

footer nav li {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

footer nav li:forst-child {
    padding-left: 0px;
}

footer nav li a {
    color: #313130;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

footer nav li a.act,
footer nav li a:hover {
    color: #0070d1;
}


#main {
    padding-bottom: 50px;
    color: #313130;
    /*background: url(/bitrix/templates/.default/images/berry.png) center top no-repeat;*/
}

#main .left_col {
    width: 237px;
    float: left;
}

@media (max-width: 991px) {
    #main .left_col {
        display: none;
    }
}

#main .right_col {
    width: 745px;
    float: right;
}

@media (max-width: 991px) {
    #main .right_col {
        width: 100%;
        float: none;
    }
}

#main .right_col h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 14px;
    color: #313130;
}

#main .right_col h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 14px;
    color: #313130;
}

#main .right_col p {}

#main .full_col {
    width: auto;
    float: none;
}


#main table {
    width: 100%;
    margin-bottom: 40px;
}

#main table th {
    background-color: #50b51a;
    color: #fff;
    padding-left: 13px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main table td {
    padding-left: 13px;
    font-size: 13px;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #adadad;
}

#main table.bordered,
#tab3 table {
    border-collapse: collapse;
    border: 1px solid #adadad;
}

#main table.bordered td,
#tab3 table td {
    border: 1px solid #adadad;
    border-top: 0px;
}

#main table.bordered th,
#tab3 table th {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #50b51a;
}

#main table.bordered th:first-child,
#tab3 table th:first-child {
    border-left: 1px solid #50b51a;
}

#main table.bordered th:last-child,
#tab3 table th:last-child {
    border-right: 1px solid #50b51a;
}

#main table tr.zebra td {
    background-color: #f2f2f2;
}

#main h3 {
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 600;
}

#main p {
    margin-bottom: 15px;
}

#main ul {
    margin-bottom: 15px;
}

#main ul li {
    background: url(/bitrix/templates/.default/images/ul_li_green.png) 0px 8px no-repeat;
    padding-left: 14px;
    margin-bottom: 5px;
}

#main h3 a {
    float: right;
    color: #046dce;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 0px;
}


#catalog_sections {
    margin-bottom: 28px;
}

#catalog_sections h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #313130;
    margin-bottom: 18px;
}

#catalog_sections>ul {
    margin-left: 16px;
}

#catalog_sections>ul>li {
    margin-bottom: 14px;
}

#catalog_sections>ul>li>a {
    color: #313130;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    position: relative;
}

#catalog_sections>ul>li>a:hover {
    text-decoration: underline;
}

#catalog_sections>ul>li>a .plus {
    position: absolute;
    top: 4px;
    left: -16px;
}

#catalog_sections>ul>li .sub_text {
    color: #858585;
    font-size: 12px;
    line-height: 12px;
    display: block;
}

#catalog_sections>ul>li.active>a {
    color: #ed1c2f;
    text-decoration: none;
}

#catalog_sections>ul>li.active>a .plus {
    background-position: -85px -11px;
}

#catalog_sections>ul>li.active .sub_text {
    display: none;
}

#catalog_sections>ul>li ul {
    padding-top: 12px;
    display: none;
}

#catalog_sections>ul>li ul li {
    line-height: 14px;
    background: url(/bitrix/templates/.default/images/left_catalog_ul_li.png) 0px 4px no-repeat;
    padding-left: 11px;
    margin-bottom: 14px;
}

#catalog_sections>ul>li ul li a {
    color: #313130;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
}

#catalog_sections>ul>li ul li a:hover {
    text-decoration: none;
    color: #ed1c2f;
}

#catalog_sections>ul>li.active ul {
    display: block;
}

#catalog_sections>ul>li ul li.active {
    line-height: 14px;
    background: url(/bitrix/templates/.default/images/left_catalog_ul_li_red.png) 0px 4px no-repeat;
    padding-left: 11px;
    margin-bottom: 14px;
}

#catalog_sections>ul>li ul li.active>a {
    color: #ed1c2f;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
}

#main_slider {
    height: 280px;
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
    width: 743px
}

@media (max-width:991px) {
    #main_slider {
        height: auto;
        width: 100%;
    }
}

#main_slider ul {}

#main_slider ul li {
    background: none;
    padding: 0px;
}

#main_slider .caption {
    position: absolute;
    top: 29px;
    left: 21px;
    width: 300px;
}

#main_slider .caption div {
    display: none;
}

#main_slider .caption .name {
    color: #313130;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 30px;
}

#main_slider .caption .anons {
    color: #313130;
    font-size: 14px;
    line-height: 21px;
    padding-top: 2px;
    font-weight: 600;
    margin-bottom: 23px;
}

#main_slider .caption .but {
    height: 29px;
}

#main_slider .caption .but a {
    height: 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #046dce;
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
}


#main_slider .flex-control-nav {
    bottom: 9px;
    right: 6px;
    z-index: 40;
    width: auto;
    height: 13px;
}

#main_slider .flex-control-nav li {
    margin: 0 4px;
}

#main_slider .flex-control-nav a {
    width: 11px;
    height: 11px;
    border: 1px solid #50b51a;
    background: none;
    box-shadow: inherit;
    transition: all 0.3s ease 0s;
}



#main_slider .flex-control-nav a.flex-active {
    background-color: #50b51a;
}


#catalog_list {
    margin-bottom: 12px;
}

#catalog_list h1,
#catalog_list h2 {
    display: block;
    position: relative;
    color: #313130;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 32px;
}

#catalog_list h1 a,
#catalog_list h2 a {
    float: right;
    color: #046dce;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 27px;
}

#catalog_list h3 {
    display: block;
    position: relative;
    color: #313130;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 24px;
}

.list .item {
    border: 1px solid #bab9b9;
    float: left;
    width: 231px;
    min-height: 341px;
    margin-right: 22px;
    margin-bottom: 21px;
    position: relative;
}

.list .item .inner {
    padding: 15px;
}

.list .item .pic {
    height: 164px;
}

.list .item .pic a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 164px;
    width: 201px;
}

.list .item .name {
    display: block;
    vertical-align: middle;
    height: 38px;
    overflow: hidden;
    line-height: 18px;
}

.list .item .name a {
    color: #ed1c2f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.list .item .name a:hover {
    text-decoration: underline;
}

.list .item .anons {
    font-size: 12px;
    line-height: 15px;
    color: #858585;
    margin-bottom: 10px;
    margin-top: 10px;
}

#catalog_list .list .item .anons,
.other_items .item .anons {
    overflow: hidden;
    height: 45px
}

.list .item .price {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #313130;
    margin-bottom: 15px;
}

.list .item .price span {
    color: #313130;
    font-size: 14px;
    text-decoration: line-through;
}

.list .item .links {
    height: 29px;
    line-height: 29px;
}

.list .item .links .add2cart {
    width: 77px;
    text-align: center;
    float: left;
    margin-left: 14px;
    bottom: 16px;
    position: absolute;
}

.list .item .links .detail {
    float: left;
    margin-left: 24px;
    font-size: 12px;
    position: absolute;
    bottom: 16px;
    right: 28px;
}

.shild {
    height: 30px;
    position: absolute;
    line-height: 30px;
    left: -2px;
    top: 9px;
    color: #fff !important;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #50b51a;
}

.shild .shild_arrow {
    top: 0px;
    right: -8px;
    position: absolute;
}

.list .item:hover {
    border: 1px solid #969596;
}

.filter {
    height: 29px;
    margin-bottom: 25px;
}

.filter .select {
    width: 195px;
    cursor: pointer;
    color: #000000;
    height: 29px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.filter .select_off {
    background: #50b51a url(/bitrix/templates/.default/images/select_off_white.png) 95% 12px no-repeat;
}

.filter .select_on {
    background: #50b51a url(/bitrix/templates/.default/images/select_off_white.png) 95% 12px no-repeat;
}

.filter .select .selected_element {
    line-height: 29px;
    padding-left: 10px;
    margin-right: 4%;
    position: relative;
    font-size: 12px;
    color: #fff;
}

.filter .select .all_variants {
    background-color: #50b51a;
    width: 195px;
    display: none;
    z-index: 1999;
    border-top: 0px;
    margin-top: 18px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

.filter .select .all_variants a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
}

.filter .select .all_variants a:hover {
    color: #fff;
    background-color: #60d421;
}

.filter .select .all_variants .arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #50b51a;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
}

.filter .select .all_variants .inner {
    overflow: auto;
    height: 150px;
    width: 195px;
}

.filter-sort .all_variants .inner {
    overflow: auto;
    height: 56px !important;
    width: 195px;
}

.offers_list,
#item_detail .offers_list,
#offers-list {
    display: none;
}

#brand_list {
    margin-top: 30px;
}

#brand_list h1,
#brand_list h2 {
    display: block;
    position: relative;
    color: #313130;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 32px;
}

#brand_list h1 a,
#brand_list h2 a {
    float: right;
    color: #046dce;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 27px;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .brand-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.brand-item a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-item img {
    max-width: 100%;
    height: auto;
    display: block;
}


#catalog_category {
    margin-bottom: 12px;
}

@media (max-width: 991px) {

    .category_list,
    .list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .list .clear {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {

    .category_list,
    .list {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (max-width: 640px) {

    .category_list,
    .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 480px) {

    .category_list,
    .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .list .item .pic {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .list .item .pic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

#catalog_category h1,
#catalog_category h2 {
    display: block;
    position: relative;
    color: #313130;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 32px;
}

#catalog_category h1 a,
#catalog_category h2 a {
    float: right;
    color: #046dce;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 27px;
}

#catalog_category h3 {
    display: block;
    position: relative;
    color: #313130;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 24px;
}

#catalog_category .item {
    border: 1px solid #bab9b9;
    float: left;
    width: 231px;
    min-height: 390px;
    margin-right: 22px;
    margin-bottom: 21px;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    #catalog_category .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#catalog_category .item .inner {
    padding: 15px;
}

#catalog_category .item .pic {
    height: 160px;
    margin-bottom: 17px;
}

#catalog_category .item .pic a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 160px;
    width: 201px;
}

#catalog_category .item .name {
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden
}

#catalog_category .item .name a {
    font-size: 14px;
    color: #313130;
    line-height: normal;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

#catalog_category .item .name a:hover {
    text-decoration: underline;
}

#catalog_category .item .co {
    color: #ed1c2f;
    font-size: 12px;
    margin-bottom: 5px;
}

#catalog_category .item .anons {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}

#catalog_category .item .anons .hider {
    display: none;
}

#catalog_category .item .link {
    font-size: 12px;
    padding-top: 4px;
}

#catalog_category .item .link a {
    position: relative;
    padding-right: 11px;
}

#catalog_category .item .link a .icon {
    position: absolute;
    right: 0px;
    top: 7px;
}

#catalog_category .item:hover {
    border: 1px solid #969596;
}

#catalog_category .item .anons {
    overflow: hidden;
    height: 110px;
}


#bread {
    margin-bottom: 24px;
}

#bread a {
    font-size: 13px;
    line-height: 16px;
}

#bread span {
    font-size: 13px;
    color: #313130;
    line-height: 16px;
}

#bread span.arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(/bitrix/templates/.default/images/sprite.png) -168px 0px no-repeat;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 7px;
}



.pager {}

.pager .pager_info {
    font-size: 12px;
    line-height: 12px;
    color: #858585;
    margin-bottom: 20px;
}

.pager .pager_info b {
    font-size: 13px;
    font-weight: 600;
    color: #313130;
    margin-right: 4px;
}

.pager a {
    display: block;
    margin-left: 6px;
    margin-right: 6px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #313130;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pager a:hover {
    text-decoration: underline;
}

.pager span {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #50b51a;
    color: #fff;
    margin-left: 6px;
    margin-right: 6px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    float: left;
}

.pager .prev_page {
    background: none;
    width: 43px;
    position: relative;
    border: 1px solid #bab9b9;
    height: 23px;
    line-height: 23px;
    margin-top: -1px;
}

.pager a.prev_page {
    border-color: #50b51a;
}

.pager .next_page {
    background: none;
    width: 43px;
    position: relative;
    border: 1px solid #bab9b9;
    height: 23px;
    line-height: 23px;
    margin-top: -1px;
}

.pager a.next_page {
    border-color: #50b51a;
}

.pager a i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -5px;
}

.pager span i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -5px;
}


#item_detail {}

#item_detail .photo_block {
    float: left;
    width: 236px;
}

#item_detail .photo_block .big_photo {
    border: 1px solid #bab9b9;
    margin-bottom: 22px;
    display: block;
    height: 232px;
    width: 232px;
}

#item_detail .photo_block .big_photo a {
    display: table-cell;
    height: 232px;
    width: 232px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

#item_detail .photo_block .big_photo a .icon {
    position: absolute;
    bottom: 5px;
    right: 7px;
}

#item_detail .photo_block .big_photo a img {
    max-width: 190px
}

#item_detail .photo_block .small_photos {
    height: 43px;
    margin-bottom: 12px;
}

#item_detail .photo_block .small_photos ul {}

#item_detail .photo_block .small_photos ul li {
    float: left;
    height: 43px;
    margin-right: 8px;
    margin-bottom: 0px;
    padding-left: 0px;
    background: none;
}

#item_detail .photo_block .small_photos ul li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    padding: 1px;
}

#item_detail .photo_block .small_photos ul li a img {
    display: block;
}

#item_detail .photo_block .small_photos ul li a:hover {
    border: 1px solid #bab9b9;
    padding: 0px;
}


#item_detail .top_info {
    float: right;
    width: 490px;
}

#item_detail .top_info h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #313130;
    margin-bottom: 10px;
}

#item_detail .top_info .art {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}

#item_detail .top_info .price_block {
    border-top: 1px solid #bab9b9;
    border-bottom: 1px solid #bab9b9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

#item_detail .top_info .price_block .price {
    float: left;
    line-height: 37px;
    margin-right: 10px;
    font-size: 14px;
}

#item_detail .top_info .price_block .price b {
    font-size: 20px;
    font-weight: 600;
}

#item_detail .top_info .price_block .add2cart {
    float: left;
    height: 37px;
    line-height: 37px;
    width: 118px;
    text-transform: uppercase;
    text-align: center;
}

#item_detail .top_info .nal {
    float: right;
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    line-height: 13px;
    margin-top: 14px;
}

#item_detail .top_info .nal.est {
    color: #50b51a;
}

#item_detail .top_info .nal.net {
    color: #858585;
}

#item_detail .price span {
    font-size: 14px;
    text-decoration: line-through;
}

#catalog_list .nal,
#item_detail .other_items .nal {
    position: relative;
    padding-left: 17px;
    font-size: 13px;
    margin-top: 17px;
    bottom: 16px;
    position: absolute;
}

#catalog_list .nal.est,
#item_detail .other_items .nal.est {
    color: #50b51a;
}

#catalog_list .nal.net,
#item_detail .other_items .nal.net {
    color: #858585;
}

#catalog_list .nal .net_icon,
#item_detail .other_items .nal .net_icon {
    background-position: -249px 0;
    height: 9px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 11px;
}

#item_detail .top_info .anons {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 17px;
}

#item_detail .top_info .manufacturer b {
    font-weight: 600;
}

#item_detail .tabs {
    margin-top: 32px;
    border-bottom: 1px solid #adadad;
    height: 38px;
}

#item_detail .tabs a {
    display: block;
    float: left;
    height: 37px;
    line-height: 37px;
    border: 1px solid #adadad;
    border-bottom: 0px;
    margin-right: 5px;
    padding-left: 23px;
    padding-right: 23px;
    text-decoration: none;
    font-size: 13px;
    color: #313130;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    position: relative;
}

#item_detail .tabs a.active,
#item_detail .tabs a:hover {
    color: #fff;
    background-color: #50b51a;
    border: 0px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

#item_detail .tabs a.active i {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #50b51a;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    ;
}



#item_detail .tabs_contents {
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
}

#item_detail .tabs_contents .tab {
    display: none;
}

#item_detail .tabs_contents .tab.active {
    display: block;
}

#item_detail .tabs_contents .tab ul.osobennosti {
    margin: 0px;
    display: block;
    width: 100%;
    clear: both;
}

#item_detail .tabs_contents .tab ul.osobennosti li {
    background: none;
    padding: 0px;
    float: left;
    height: 220px;
    margin-right: 35px;
    margin-bottom: 28px;
}

#item_detail .tabs_contents .tab ul.osobennosti li img {
    display: block;
    margin-bottom: 23px;
}

#item_detail .tabs_contents .tab ul.osobennosti li p {}

#item_detail .tabs_contents .tab ul.osobennosti li:last-child {
    margin-bottom: 0px;
}

#item_detail .complect {
    position: relative;
    margin-bottom: 38px;
}

#item_detail .complect li {
    float: left;
    padding-left: 11px;
    padding-right: 11px;
    background: none;
    margin-bottom: 0px;
}

#item_detail .complect .item {
    width: 151px;
    height: 224px;
    border: 1px solid #bab9b9;
    text-align: center;
    position: relative;
}

#item_detail .complect .item .inner {
    padding: 15px;
}

#item_detail .complect .item .pic {
    height: 111px;
}

#item_detail .complect .item .pic a {
    display: table-cell;
    height: 111px;
    width: 121px;
    vertical-align: middle;
    text-align: center;
}

#item_detail .complect .item .pic img {
    display: block;
    max-width: 111px;
    max-height: 111px;
    margin: auto;
}

#item_detail .complect .item .name {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 121px;
    height: 40px;
}

#item_detail .complect .item .name a {
    color: #ed1c2f;
    line-height: normal;
    text-decoration: none;
}

#item_detail .complect .item .name a:hover {
    text-decoration: underline;
}

#item_detail .complect .item .price {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-top: 7px;
}

#item_detail .complect .item .link {}

#item_detail .complect .carusel,
#item_detail .complect .fx-carusel {
    height: 226px;
    margin-left: 21px;
    margin-bottom: 12px;
    position: relative;
}

#item_detail .complect .item .nhider {
    height: 40px;
    overflow: hidden;
}

#item_detail .complect .item:hover {
    border: 1px solid #969596;
}



#item_detail .mods {}

#item_detail .mods .c1 {}

#item_detail .mods .c2 {}

#item_detail .mods .c3 {}

#item_detail .mods .c4 {}

#item_detail .mods .c5 {}

#item_detail .mods .add2cart {
    width: 81px;
    float: right;
    height: 23px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

#item_detail .mods td.c4 {
    font-weight: 600;
    font-size: 14px;
}

#item_detail .other_items {
    margin-top: 25px;
}


#fast_order {
    margin-top: 20px;
}

#fast_order h3 {
    position: relative;
    padding-left: 62px;
    color: #50b51a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 24px;
}

#fast_order h3 .green {
    background-color: #50b51a;
    position: absolute;
    left: 0px;
    top: 6px;
    height: 36px;
    width: 44px;
}

#fast_order form {
    float: left;
    width: 331px;
}

#fast_order .contacts {
    margin-left: 55px;
    width: 330px;
    float: left;
}

#fast_order .contacts p {
    margin-bottom: 13px;
}

#fast_order .contacts .tel a {
    font-size: 24px;
    line-height: 24px;
    color: #313130;
    text-decoration: none;
    display: block;
    margin-top: -10px;
    margin-bottom: 4px;
}



#contacts_form {
    margin-top: 25px;
}

#contacts_form h3 {
    position: relative;
    color: #4b4b4b;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 24px;
}


#contacts_form form {
    float: left;
    width: 331px;
}

#contacts_form .contacts {
    margin-left: 55px;
    width: 330px;
    float: left;
}

#contacts_form .contacts p {
    margin-bottom: 13px;
}

#contacts_form .contacts .tel a {
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    color: #313130;
    display: block;
    margin-top: -10px;
    margin-bottom: 4px;
}




form {
    padding: 0px;
    margin: 0px;
}

form .ln {
    height: 32px;
    width: 317px;
    margin-bottom: 8px;
}

form .ln input {
    height: 30px;
    line-height: 32px;
    border: 1px solid #bab9b9;
    width: 100%;
    padding-left: 12px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #444443;
}

form .ln textarea {
    height: 113px;
    line-height: 16px;
    border: 1px solid #bab9b9;
    width: 100%;
    padding: 0px;
    padding-top: 7px;
    padding-left: 12px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    resize: none;
    font-size: 12px;
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    color: #444443;
}

form .ln2 {
    height: 122px;
}

form .red_but {
    border: none !important;
    height: 29px;
    width: 106px;
    padding: 0px;
    text-transform: uppercase;
    cursor: pointer;
}

form .ln input.error,
form select.error {
    border: 1px solid #e26a75 !important;
}

form .ln input.error::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #e26a75;
}

form .ln input.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e26a75;
    opacity: 1;
}

form .ln input.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e26a75;
    opacity: 1;
}

form .ln input.error:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #e26a75;
}

#news {
    margin-top: -7px;
}

#news .list {}

#news .list .item {
    border: 0px;
    width: 234px;
    margin-right: 21px;
    margin-bottom: 32px;
}

#news .list .item .inner {
    padding: 0px;
}

#news .list .item .pic {
    height: 263px;
    margin-bottom: 15px;
}

#news .list.promo .item .pic {
    height: 234px;
    margin-bottom: 15px;
}

#news .list .item .pic a {
    height: 263px;
    width: 234px;
}

#news .list.promo .item .pic a {
    height: 234px;
    width: 234px;
}

#news .list .item .name {}

#news .list .item .name a {
    font-size: 14px;
    line-height: 20px;
}

#news .list .item .anons {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

#news .list .item .inf {
    position: relative;
}

#news .list .item .inf .date {
    float: left;
    color: #858585;
    font-size: 12px;
}

#news .list .item .inf a {
    float: right;
    position: relative;
    padding-right: 14px;
}

#news .list .item .inf a span {
    position: absolute;
    right: 0px;
    top: 8px;
}

/*#news .list .item:hover{border: 1px solid #969596;}*/




#news .detail {
    color: #4b4b4b;
}

#news .detail h2 {
    color: #4b4b4b;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

#news .detail .dcols {
    margin-bottom: 10px;
}

#news .detail .dcols .lc {
    width: 360px;
    float: left;
}

#news .detail .dcols .rc {
    width: 360px;
    float: right;
}

#news .detail .detail_pic {
    margin-bottom: 28px;
}

#main ul.red_dots {}

#main ul.red_dots li {
    background-image: url(/bitrix/templates/.default/images/left_catalog_ul_li_red.png);
}

.with_arrow {
    position: relative;
}

.with_arrow span {
    display: inline-block;
}

#news .detail .two_one .lc {
    width: 490px;
}

#news .detail .two_one .rc {
    width: 215px;
}

#news .galery {
    position: relative;
    height: 223px;
    margin-bottom: 30px;
    padding-top: 10px;
}

#news .galery ul {}

#news .galery ul li {
    padding: 0px;
    background: none;
    padding-left: 7px;
    padding-right: 7px;
}

#news .galery ul li img {
    display: block;
}

#news .galery .carusel {
    margin-left: 36px;
}



#cart {
    margin-top: -7px;
}

#cart h1 {}

#main .right_col #cart h4 {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
}

.cart_head {
    padding-bottom: 5px;
}

.cart_head div {}

.cart_head .c1 {
    font-size: 12px;
    color: #313130;
    float: left;
    width: 485px;
    padding-left: 15px;
}

.cart_head .c2 {
    font-size: 12px;
    color: #313130;
    float: left;
    width: 110px;
}

.cart_head .c3 {
    font-size: 12px;
    color: #313130;
    float: left;
    width: 110px;
}

.cart_head .c4 {
    font-size: 12px;
    color: #313130;
    float: left;
    width: 135px;
}

.cart_items {}

.cart_items .block {
    border: 1px solid #bab9b9;
    margin-bottom: 10px;
    position: relative;
}

.cart_items .block .inner {
    padding: 15px;
}

.cart_items .block .remove {
    position: absolute;
    right: 9px;
    top: 9px;
}

.cart_items .block .c1 {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    max-width: 80px;
    min-width: 80px;
}

.cart_items .block .c11 {
    width: 280px;
    display: table-cell;
    vertical-align: middle;
    max-width: 280px;
    min-width: 280px;
    padding-left: 14px;
}

.cart_items .block .c2 {
    width: 110px;
    display: table-cell;
    vertical-align: middle;
    max-width: 110px;
    min-width: 110px;
}

.cart_items .block .c3 {
    width: 110px;
    display: table-cell;
    vertical-align: middle;
    max-width: 110px;
    min-width: 110px;
    font-size: 14px;
}

.cart_items .block .c4 {
    width: 135px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.cart_items .block .c1 a.pic {
    border: 1px solid #bab9b9;
    width: 78px;
    height: 78px;
    display: block;
}

.cart_items .block .c1 a.pic span {
    display: table-cell;
    width: 78px;
    height: 78px;
    text-align: center;
    vertical-align: middle;
}

.cart_items .block .c1 a.pic span img {
    display: block;
    margin: 0 auto;
}

.cart_items .block .c11 a {
    vertical-align: middle;
    color: #313130;
    text-decoration: none;
}

.cart_items .block .c11 a:hover {
    text-decoration: underline;
}

#cart .cart_items .block .c2 input {
    width: 30px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #bab9b9;
    padding: 0px;
    padding-left: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #313130;
    font-size: 13px;
}

#cart .cart_items .block .c2 input:focus {
    border: 1px solid #50b51a;
}

.itog {
    text-align: right;
    font-size: 13px;
    margin-bottom: 21px;
    padding-top: 10px;
}

.itog b {
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
}

.links {
    height: 30px;
}

.links .continue {
    float: left;
    padding-right: 14px;
    position: relative;
    font-size: 13px;
    line-height: 30px;
}

.links .continue span {
    position: absolute;
    right: 0px;
    top: 15px;
}

.links .new_order {
    height: 30px;
    line-height: 30px;
    width: 159px;
    float: right;
    text-align: center;
}

#contacts {}

#contacts .address_list {
    margin-top: 40px;
    ;
}

#contacts .address_list .bl {
    float: left;
    width: 215px;
    margin-right: 25px;
    margin-bottom: 35px;
}

#contacts .address_list .bl .city {
    position: relative;
    padding-left: 19px;
    height: 19px;
    line-height: 19px;
    color: #ed1c2f;
    font-size: 14px;
    margin-bottom: 15px;
}

#contacts .address_list .bl .city .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

#contacts .address_list .bl .name {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 9px;
}

#contacts .address_list .bl .addr {
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

#contacts .address_list .bl .email {
    font-size: 14px;
}

#contacts .address_list .bl .onmap {
    font-size: 13px;
}

#ORDER_FORM {}

#ORDER_FORM h3 {
    margin-bottom: 20px;
    color: #313130;
}

#ORDER_FORM .ln {
    width: 450px;
    position: relative;
    margin-bottom: 19px;
}

#ORDER_FORM .ln .ttl {
    width: 155px;
    float: left;
    line-height: 32px;
    color: #4b4b4b;
    height: 32px;
}

#ORDER_FORM .ln .pole {
    float: left;
    width: 270px;
}

#ORDER_FORM .ln .txt {
    position: absolute;
    right: -317px;
    width: 317px;
    line-height: 31px;
    color: #939292;
}

#ORDER_FORM .ln input {
    padding: 0px;
    padding-left: 10px;
    height: 29px;
    line-height: 29px;
}

#ORDER_FORM .ln input.short {
    padding: 0px;
    padding-left: 10px;
    height: 29px;
    line-height: 29px;
    width: 45px;
}

#ORDER_FORM .ln .short_ttl {
    width: auto;
    margin-right: 10px;
}

#ORDER_FORM .ln .mar_left {
    margin-left: 30px;
}

#ORDER_FORM .ln label {
    cursor: pointer;
}

#ORDER_FORM .block {
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 33px;
}

#ORDER_FORM .ln2 .txt {
    font-size: 12px;
    line-height: 18px;
}


#ORDER_FORM .ln input:focus {
    border: 1px solid #50b51a;
}

#ORDER_FORM .ln textarea:focus {
    border: 1px solid #50b51a;
}

#ORDER_FORM .radio {
    float: left;
    margin-right: 7px;
}

#ORDER_FORM .block {}

#ORDER_FORM .block .ln3 {
    height: 13px;
    line-height: 13px;
    margin-bottom: 19px;
}

#ORDER_FORM .small {
    float: left;
    width: auto;
}

#ORDER_FORM .small input {
    width: 40px;
}

#ORDER_FORM #cart {
    margin-top: 0px;
}

#ORDER_FORM #cart .itog {
    margin-right: 30px;
}

#ORDER_FORM #cart .links input {
    margin: 0 auto;
    display: block;
    float: none;
}

#ORDER_FORM #cart .block {
    padding-bottom: 0px;
}

#ORDER_FORM .finish_text {
    text-align: center;
    padding-top: 26px;
    font-size: 13px;
    line-height: 20px;
}

div.radio {
    position: relative;
}

div.radio,
div.radio span,
div.radio input {
    width: 12px;
    height: 12px;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background: url('/bitrix/templates/.default/images/radiobuttons.png') 0px 0px no-repeat;
}

div.radio span.checked {
    background-position: -12px 0px;
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}


div.checker,
div.checker span,
div.checker input {
    width: 20px;
    height: 20px;
}

div.checker {
    margin-right: 10px;
    position: relative;
    display: inline-block;
}

div.checker span {
    background: url('/bitrix/templates/.default/images/checkboxs.png') 0px 0px no-repeat;
    text-align: center;
    display: inline-block;
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    margin: 0px;
}

div.checker span.checked {
    background-position: -20px 0px;
}



.dashed_link {
    text-decoration: none;
    border-bottom: 1px dashed #046dce;
    font-size: 13px;
}

.dashed_link:hover {
    border-bottom: 0px;
}


#uplink {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 67px;
    padding-top: 38px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    display: none;
}

#uplink:hover {
    background-color: #50b51a;
}


/* Magnific Popup CSS */
.mfp-bg {
    z-index: 888;
    background: #000;
    position: absolute;
    width: 100%;
    height: 7000px;
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

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

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

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

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

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

.mfp-content input[type="text"],
.mfp-content input[type="password"] {
    width: 254px;
}

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

.mfp-ajax-cur {
    cursor: progress;
}

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

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

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

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

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

.mfp-hide {
    display: none !important;
}

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

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

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

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

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

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

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

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

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

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

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

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

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

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

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

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.offer_window {
    position: relative;
    margin-top: 0;
}

.popup-windows,
#contact-map,
.hide {
    display: none;
}

.ajax-loader {
    background: #50b51a url(/bitrix/templates/.default/images/wait.gif) no-repeat scroll 20px center;
    display: none;
    margin: 10px;
    padding: 0 10px 0 55px;
    width: 75px;
    line-height: 35px;
    position: fixed;
    right: -3px;
    top: -4px;
    z-index: 10000;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
}

.red-error {
    color: red;
    padding-bottom: 15px;
}

.success {
    color: #50b51a;
    padding-bottom: 15px;
}

.right_col h1 {
    margin-top: -7px;
}

.form-style form .form_content {
    padding: 32px 65px 40px 65px;
    ;
}

.form-style form .ln {
    width: 271px;
    height: 63px;
}

.form-style form .ln3 {
    height: 20px;
}

.form-style form .ln .ttl {
    margin-bottom: 5px;
}

.form-style form .but {
    padding-top: 18px;
}

.form-style form .green_but {
    border: 0px;
    padding: 0px;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 176px;
    height: 29px;
    line-height: 28px;
    font-size: 14px;
}

.form-style form h3 {
    text-align: center;
    color: #313130;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 7px;
}

.form-style form h4 {
    text-align: center;
    color: #313130;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    margin-bottom: 20px;
}

.form-style form h4.errors {
    color: #ed1c2f;
    margin-top: -13px;
}

.form-style .under_form {
    border-top: 1px solid #cbcbcb;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #313130;
}

.form-style .under_form a {
    position: relative;
}

.form-style .under_form a .icon {
    position: absolute;
    right: -13px;
    top: 8px;
}

.form-style form .ln .checker {
    float: left;
}

.form-style form#login_form .but {
    height: 29px;
}

.form-style form#login_form .but .green_but {
    width: 86px;
    margin: 0px;
    float: left;
}

.form-style form#login_form .but a {
    float: right;
    line-height: 29px;
}

.form-style form#new_order_form_ok h3 {
    text-align: left;
    margin-bottom: 16px;
}

#yamap {
    width: 800px;
    height: 500px;
}

#ymapw {
    width: 800px;
    height: 500px;
    margin-top: -265px;
    margin-left: -400px;
}

/* jQuery Growl
 * Copyright 2013 Kevin Sylvestre
 * 1.1.0
 */
#growls {
    z-index: 50000;
    position: fixed;
}

#growls.default {
    top: -4px;
    right: -3px;
}

#growls.tl {
    top: 10px;
    left: 10px;
}

#growls.tr {
    top: 10px;
    right: 10px;
}

#growls.bl {
    bottom: 10px;
    left: 10px;
}

#growls.br {
    bottom: 10px;
    right: 10px;
}

.growl {
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
    opacity: 0;
}

.growl.growl-outgoing {
    opacity: 0;
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px;
}

.growl.growl-medium {
    width: 200px;
    padding: 10px;
    margin: 10px;
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px;
}

.growl.growl-default {
    color: white;
    background: #7f8c8d;
}

.growl.growl-error {
    color: white;
    background: #c0392b;
}

.growl.growl-notice {
    color: white;
    background: #50b51a;
}

.growl.growl-warning {
    color: white;
    background: #f39c12;
}

.growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
}

.growl .growl-message {
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
}

.hide {
    display: none !important;
}

.mix-fix {
    margin-left: 0 !important;
    left: -13px !important;
}

.new_window .cart_items .block {
    border: none;
}

.new_window .cart_items .block .c11 {
    min-width: 420px;
    max-width: 420px;
}

.new_window .cart_items .filter {
    margin-top: 23px;
}

.new_window .cart_items .block .c11 {
    padding-left: 25px;
}

.new_window .cart_items .block {
    margin: 0;
}

.new_window .cart_items .filter .select,
.new_window .cart_items .filter .select .all_variants,
.new_window .cart_items .filter-sort .all_variants .inner {
    width: 400px !important;
}

.new_window .cart_items .filter-sort .all_variants .inner {
    height: 70px !important;
}

.new_window .cart_items .filter a {
    color: #fff;
    text-decoration: none !important;
}

.new_window .cart_items .jspPane {
    padding: 0 !important;
    width: 400px !important;
}

.new_window .cart_items .block .remove {
    top: 19px;
    right: 19px;
}

.new_window .cart_items .block .inner {
    padding-bottom: 0 !important;
}

.h15 {
    height: 15px;
}

.new_window .cart_items .c4 span {
    text-decoration: line-through;
}

.new_window .cart_items .jspContainer {
    width: 400px !important;
}

.offer_window h3 {
    font-size: 16px !important;
    margin: 15px 0 0 15px !important;
    text-align: left !important;
    line-height: normal !important;
    font-weight: normal !important;
}

.offer_window .foot {
    padding: 0 15px 15px 0;
}

.pd0 {
    padding: 0 !important;
}

.pdl0 {
    padding-left: 0 !important;
}

#feedback input:focus,
#feedback textarea:focus,
form .ln input:focus {
    border: 1px solid #50b51a;
}

.brdr0 {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.rotorica-delivery .block {
    border-top: 1px solid #d3d3d3 !important;
    margin-top: 20px !important;
    padding-top: 33px !important;
}

.pay-section {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 20px;
    padding-top: 33px;
    margin-bottom: 33px;
    padding-bottom: 20px;
}

.dlv-fix,
.dlv-fix-props {
    padding-bottom: 1px !important;
}

.sale_order_full_table h3 {
    color: #313130;
}

.sale_order_full_table {
    margin-bottom: 20px !important;
}

.sale_order_full_table td {
    padding: 0 !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #d3d3d3 !important;
}

.sale_order_full_table form {
    margin: 20px 0 0 0;
}

.sale_order_full_table p {
    margin: 20px 0;
}

.sale_order_full_table p input,
.tablebodytext p input {
    background-color: #ed1c2f;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    height: 29px;
    padding: 0;
    text-transform: uppercase;
    padding: 0 10px;
}

.tablebodytext p {
    margin: 10px 0 0 0 !important;
}

#tab2 table,
#tab2 .t_desc {
    margin-bottom: 30px !important;
}

.brand-preview-text {
    margin-top: 25px;
    clear: both;
    margin-bottom: 15px;
}

#tab3 table td {
    padding: 5px 10px !important;
}

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

.nowrap {
    white-space: nowrap;
}

.brand-preview-text .brand-logo {
    max-width: 150px;
    margin: 0 10px 0 0;
}

.brand-detail-element {
    margin-top: 7px;
}

.brand-detail-element img {
    max-width: 150px;
}

/*****Новое меню****/
#catalog_sections_new {
    background-color: #ed1c2f;
    margin-bottom: 39px;
    color: #fff;
    padding: 29px 0px 0px 22px;
    ;
}

#catalog_sections_new h3 {
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 29px;
    background: url('/bitrix/templates/.default/images/left_menu_lines.png') 0px 5px no-repeat;
    margin-bottom: 25px;
}

#catalog_sections_new>ul {
    list-style: none;
    margin-left: 0px;
}

#catalog_sections_new>ul>li {
    background: none;
    padding-left: 0px;
    border-top: 1px solid #fff;
    margin-bottom: 0px;
    position: relative;
    margin-right: 0px;
    width: 215px;
}

#catalog_sections_new>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    position: relative;
    padding-right: 25px
}

#catalog_sections_new>ul>li>ul {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ed1c2f;
    left: 233px;
    z-index: 200;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 30px;
    -webkit-box-shadow: 0 2px 6px rgba(33, 33, 33, .22);
    -moz-box-shadow: 0 2px 6px rgba(33, 33, 33, .22);
    box-shadow: 0 2px 6px rgba(33, 33, 33, .22);
    width: 681px;
    padding-top: 27px;
    padding-bottom: 14px;
    top: 0px;
}

#catalog_sections_new>ul>li>ul::before {
    display: block;
    position: absolute;
    left: -21px;
    width: 21px;
    height: 300px;
    background: url('/bitrix/templates/.default/images/left_menu_popuparrow.png') right top no-repeat;
    top: 26px;
    display: block;
    content: ' ';
}

#catalog_sections_new>ul>li>ul>li {
    padding: 0px;
    margin: 0px;
    background: none;
    float: left;
    width: 33%;
}

#catalog_sections_new>ul>li>ul>li>a {
    color: #ed1c2f;
    font-size: 15px;
    text-decoration: none;
    line-height: 15px;
    margin-bottom: 16px;
    display: inline-block;
    margin-right: 10px;
}

#catalog_sections_new>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

#catalog_sections_new>ul>li>ul>li>ul {
    margin: 0px;
    margin-right: 20px;
}

#catalog_sections_new>ul>li>ul>li>ul li {
    padding: 0px;
    margin: 0px;
    background: none;
    margin-bottom: 8px;
}

#catalog_sections_new>ul>li>ul>li>ul li a {
    color: #383838;
    text-decoration: none;
}

#catalog_sections_new>ul>li>ul>li>ul li a:hover {
    text-decoration: underline;
}

#catalog_sections_new>ul>li>ul>li:last-child>ul {
    margin-right: 0px;
}

#catalog_sections_new>ul>li>ul>li:last-child>a {
    margin-right: 0px;
}

#catalog_sections_new .menu_arrow {
    position: absolute;
    left: 0px;
    width: 12px;
    height: 9px;
    background: url('/bitrix/templates/.default/images/left_menu_arrow.png') 0px 0px no-repeat;
    top: 26px;
    display: none;
}

#catalog_sections_new>ul>li .act .menu_arrow {
    display: inline-block !important;
}

#catalog_sections_new>ul>li .act {
    padding-left: 20px;
    margin-right: 20px
}

/*****новые стили для элементов каталога*********/

.item:hover .popuper {
    position: absolute;
    -webkit-box-shadow: 0 2px 8px rgba(33, 33, 33, .42);
    left: -1px;
    top: -1px;
    -moz-box-shadow: 0 2px 8px rgba(33, 33, 33, .42);
    box-shadow: 0 2px 8px rgba(33, 33, 33, .42);
    border: solid 1px #ed1c2f;
    width: 231px;
    background-color: #fff;
    z-index: 100;
}

.item .param {
    font-size: 12px;
    line-height: 14px;
    color: #858585;
    margin-bottom: 10px;
    display: none;
}

.item .param span {
    color: #313130;
}

.item .param a {
    color: #ed1c2f;
    text-decoration: none;
}

.item .param a:hover {
    text-decoration: underline;
}

.item:hover .param {
    display: block;
}

.han {
    min-height: 38px;
    height: auto !important
}

.ha {
    min-height: 45px;
    height: auto !important
}

.promo-text-top {
    margin-bottom: 25px;
}

.promo-text-bottom {
    margin-top: 25px;
}
/* End */


/* Start:/bitrix/templates/.default/js/flexslider/flexslider.css?17277646293670*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
 /* Browser Resets */
 .flex-container a:active,
 .flexslider a:active,
 .flex-container a:focus,
 .flexslider a:focus  {outline: none;}
 .slides,
 .flex-control-nav,
 .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; /*overflow: hidden;*/}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff;  position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
/*.carousel li {margin-right: 5px}*/


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; /*background: url(/bitrix/templates/.default/js/flexslider/images/bg_direction_nav.png) no-repeat 0 0;*/ position: absolute; top: 42%; cursor: pointer; /*text-indent: -9999px;*/ opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {/*background-position: 100% 0;*/ right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 0;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 0;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {

	/*.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	.flex-direction-nav .flex-next {opacity: 1; right: 0;}*/



}
/* End */


/* Start:/bitrix/templates/.default/css/animate.css?17277646299453*/
@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	/*-webkit-backface-visibility: hidden;*/
}
.animated {

	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;  
	-ms-animation-duration: .5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-fill-mode: both;  


}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
    20% { -webkit-transform: rotate(15deg); }   
    40% { -webkit-transform: rotate(-10deg); }
    60% { -webkit-transform: rotate(5deg); }    
    80% { -webkit-transform: rotate(-5deg); }   
    100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
    20% { -moz-transform: rotate(15deg); }  
    40% { -moz-transform: rotate(-10deg); }
    60% { -moz-transform: rotate(5deg); }   
    80% { -moz-transform: rotate(-5deg); }  
    100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
    20% { -o-transform: rotate(15deg); }    
    40% { -o-transform: rotate(-10deg); }
    60% { -o-transform: rotate(5deg); } 
    80% { -o-transform: rotate(-5deg); }    
    100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
    20% { transform: rotate(15deg); }   
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }    
    80% { transform: rotate(-5deg); }   
    100% { transform: rotate(0deg); }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}


@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}














/* End */


/* Start:/bitrix/templates/.default/css/jquery.jscrollpane.css?17277646291508*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspPane > a {
	margin-right: -20px;
}
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: #9fd681;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 7px;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.jspDrag:hover{
	background: #dcf0d1;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/bitrix/templates/main/components/arturgolubev/search.title/.default/style.css?17280267502400*/
div.title-search-result {
	border:1px solid #fbfbfb;
	border-top: none;
	display:none;
	overflow:hidden;
	z-index:205;
	margin-left: 1px;
	margin-top: -4px;
	background-color: #FFF;
	width: 700px !important;
	border-radius: 0 0 3px 3px;
	background: #fbfbfb;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
	color: #858585;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#56aeff;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected b {
	color: #fff;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
,table.title-search-result tr.title-search-selected td.title-search-all a
{
	background-color:#64d200;
	color: #fff;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left: 8px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/main/components/arturgolubev/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/components/rotorica/main.feedback/templates/callme-popup/style.css?17264851111347*/
.popup {
    padding: 20px 30px 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 450px;
}

.popup__title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.popup__subtitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.popup-form__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup-form__body .questions__input {
    width: 100%;
}

.callback-privacy {
    font-size: 12px;
}

.popup-form__body .questions__button {
    align-self: center;
}


.callback-privacy {
    font-size: 12px;
}

.questions__input {
    padding: 10px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    color: #444;
    resize: none;
}

.questions__button {
    background-color: #ed1c2f;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
}

.questions__button:hover {
    background-color: #ff1e33;
}

.questions__input.error {
    border: 1px solid #f01b1b;
}

.questions__input.error::placeholder {
    color: #f01b1b;
}

.success__body.fancybox__content {
    border-radius: 10px;
}

.success__text {
    text-align: center;
    color: #000;
}

.success__text p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
/* End */
/* /bitrix/templates/.default/css/fancybox.css?172648166732060 */
/* /bitrix/templates/.default/css/style.css?174878510980871 */
/* /bitrix/templates/.default/js/flexslider/flexslider.css?17277646293670 */
/* /bitrix/templates/.default/css/animate.css?17277646299453 */
/* /bitrix/templates/.default/css/jquery.jscrollpane.css?17277646291508 */
/* /bitrix/templates/main/components/arturgolubev/search.title/.default/style.css?17280267502400 */
/* /bitrix/components/rotorica/main.feedback/templates/callme-popup/style.css?17264851111347 */
