

/* Start:/local/templates/merssel/css/jquery.fancybox.min.css?177086887036916*/
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}
/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/main_banner/style.css?1770731444150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049*/
.banner-clients__breadcrumbs {
	display: flex;
	gap: 7px;
	flex-direction: row;
	flex-wrap: wrap;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] {
	position: relative;
	padding: 0 0 0 14px;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:before {
	content: '/';
	margin-right: 12px;
	position: absolute;
	left: 0;
	top: 0;
	color: #C3C3C3;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type {
	padding: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"]:first-of-type:before {
	content: '';
	margin-right: 0;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] a {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
	text-decoration: none;
	cursor: pointer;
}

.banner-clients__breadcrumbs > span[itemprop="itemListElement"] > span[itemprop="name"] {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #C3C3C3;
}

@media screen and (max-width: 840px) {

	.banner-clients__breadcrumbs {
		display: none;
	}

}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17707314441339*/
.events-gallery {
	max-width: 1920px;
	padding: 85px 100px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.events-gallery__item {
	max-width: 422px;
	width: 100%;
	height: 275px;
}

@media screen and (max-width: 840px) {

	.events-gallery {
		padding: 35px 12px;
	}

	.events-gallery__item {
		max-width: 335px;
		height: 275px;

	}
}

.events-reasons {
	display: flex;
	flex-direction: column;
	gap: 47px;
	padding: 113px 0 119px;
	width: 100%;
}

.events-reasons__title {
	display: flex;
	justify-content: space-between;

}

.events-reasons__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	color: #C3C3C3;
	margin: 0;
}

.events-reasons__container {
	width: 100%;
	position: relative;
}


.events-reasons__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	align-items: stretch;
}

.events-reasons__item {
	display: flex;
	gap: 10px;
}

.events-reasons__info {
	margin: 0;
	font-size: 18px;
	line-height: 160%;
	color: #C3C3C3;
}

@media screen and (max-width: 840px) {

	.events-reasons {
		gap: 25px;
		padding: 40px 0 40px;
	}

	.events-reasons__title {
		justify-content: unset;
		flex-direction: column;
		margin-top: 0;

	}

	.events-reasons__text {
		font-size: 16px;
		line-height: 160%;

	}


	.events-reasons__wrapper {
		display: flex;
		gap: 20px;
	}


}




/* End */


/* Start:/local/components/merssel/calculator/templates/.default/style.css?177087914813539*/
.calculator {
    padding: 50px 0;
    color: #C3C3C3;
}

.faq-subtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    color: #d2af65;
    margin: 0 0 25px;
}

/* Контейнер с колонками */
.calculator__container {
    display: flex;
    gap: 10px;
}


.calc-col {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 15px;
    width: calc(50% - 5px);
    background: rgb(255 255 255 / 4%);
}

.calc-col-1 {
    position: relative;
}

.calculator .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.check-calc .checkbox__text {
    position: relative;
    padding: 4px 0 4px 45px;
    cursor: pointer;
    line-height: 22px;
    display: block;

}

.check-calc .checkbox__text .btn-vibor {
    font-size: 17px;
    color: #d2af65;
    line-height: 100%;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.check-calc .checkbox__text .btn-vibor.active {
    color: #d2af65;
}

.check-calc .checkbox__text .btn-vibor:hover {
    color: #d2af65;
    border-bottom: 1px solid #d2af65
}


.check-calc .checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 1px;
    background: rgb(255 255 255 / 25%);
    border: 2px solid #d2af65;
    transition: 0.2s;
}

.check-calc .checkbox__text:after {
    content: "";
    position: absolute;
}

.check-calc.checkbox input:checked+.checkbox__text:after {
    content: '';
    position: absolute;
    display: block;
    left: 9px;
    top: 3px;
    width: 10px;
    height: 17px;
    border: solid #e7a61b;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}


.check-calc.checkbox input:checked+.checkbox__text:before {
    border: 2px solid #d2af65;
}

.check-calc.checkbox input:disabled+.checkbox__text:after {
    display: none;
}


.check-calc.checkbox input:disabled+.checkbox__text:before {
    display: none;
}

.check-calc.checkbox input:disabled+.checkbox__text {
    padding-left: 10px;
}



.calculator .calc-col .calculate--auto-box {
    max-width: 1000px;
    width: 100%;
    margin: 10px 0;
}

s.check-calc-vibor-auto {}

.auto-hidden {}

.item.calculate--auto {
    padding: 20px 50px 30px;
    background: #1a1e23;
}

.item.calculate--auto.active {
    display: block;
}

.calculate--auto .calculate--auto__img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.calculate--auto .calculate--auto__img img {
    max-width: 100%;
    height: auto;
}

.calculate--auto .calculate--auto__name {
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 20px;
    max-width: 360px;
    margin: 10px auto 15px;
    text-align: center;
}

.calculate--auto__param {
    max-width: 270px;
    margin: 0 auto;
}

.calculate--auto .calculate--auto__param .autopark--item__arenda {
    margin-bottom: 8px;
    font-size: 14px;
}

.calculate--auto .calculate--auto__param .autopark--item__arenda span {
    font-size: 18px;
    color: #d2af65;
}

.autopark--item__usloviya {
    font-size: 14px;
    position: relative;
}

.autopark--item__usloviya .autopark--item__time:before {
    content: url(/local/components/merssel/calculator/templates/.default/img/clock.png);
    position: absolute;
    left: -25px;
    width: 19px;
    height: 19px;
    margin-right: 6px;
    vertical-align: middle;
    top: 0;
}


.autopark--item__usloviya .autopark--item__time {
    color: #fff;
    margin: 0 20px 0 30px;
    position: relative;
}

.autopark--item__time-min {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
    padding: 10px 10px;
    background: rgb(255 255 255 / 10%);
    display: inline-block;
}

.autopark--item__time-min span {
    font-weight: bold;
    color: #fff;
}

.autopark--item__usloviya .autopark--item__price {
    margin: 0;
    font-size: 18px;
    color: #d2af65;
}


.calculator .calc-col .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.calculator .calc-col .owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    top: calc(50% - 38px);
    background: url("/local/components/merssel/calculator/templates/.default/img/arrow.svg") no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.calculator .calc-col .owl-theme .owl-nav .owl-prev:hover {
    background: url("/local/components/merssel/calculator/templates/.default/img/arrow.svg") no-repeat;
    background-position: 0 -50px;
}

.calculator .calc-col .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 38px);
    background: url("/local/components/merssel/calculator/templates/.default/img/arrow.svg") no-repeat;
    background-position: -50px 0;
    position: absolute;
    right: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.calculator .calc-col .owl-theme .owl-nav .owl-next:hover {
    background: url("/local/components/merssel/calculator/templates/.default/img/arrow.svg") no-repeat;
    background-position: -50px -50px;
}

@media screen and (max-width: 600px) {
    .calculator .calc-col .owl-theme .owl-nav .owl-prev {
        width: 38px;
        height: 38px;
        top: calc(50% - 19px);
        background: url("/local/components/merssel/calculator/templates/.default/img/arrowm.svg") no-repeat;
        background-position: 0 0;
    }

    .calculator .calc-col .owl-theme .owl-nav .owl-prev:hover {
        background: url("/local/components/merssel/calculator/templates/.default/img/arrowm.svg") no-repeat;
        background-position: 0 -38px;
    }

    .calculator .calc-col .owl-theme .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        top: calc(50% - 19px);
        background: url("/local/components/merssel/calculator/templates/.default/img/arrowm.svg") no-repeat;
        background-position: -38px 0;
    }

    .calculator .calc-col .owl-theme .owl-nav .owl-next:hover {
        background: url("/local/components/merssel/calculator/templates/.default/img/arrowm.svg") no-repeat;
        background-position: -38px -38px;
    }
}

.calculate--range {
    position: relative;
    max-width: 830px;
    width: 100%;
    display: block;
    padding: 40px 0 0px;
}

.calculate--range .calculate--range--kol {
    font-size: 14px;
    color: #f2f2f2;
    line-height: 22px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    display: inline-block;
}

.calculate--range .slidecontainer {
    width: calc(100% - 180px);
    max-width: 850px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-top: 5px;
}


.rangeLabel {
    position: absolute;
    background-color: #53575b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    transform: translateX(-50%);
    z-index: 10;
    top: -32px;
    /* Размещаем над ползунком */
}

.rangeLabel::before {
    content: '';
    position: absolute;
    top: 100%;
    /* Стрелка вниз */
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #53575b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 0;
    background: url('/local/components/merssel/calculator/templates/.default/img/range_icon.png');
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border: 0;
    background: url('/local/components/merssel/calculator/templates/.default/img/range_icon.png');
    cursor: pointer;
}

.calculate--checkbox {
    max-width: 830px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 35px 0 0;
}

.calculate--checkbox .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.calculate--checkbox .checkbox__text {
    position: relative;
    padding: 0 0 0 75px;
    cursor: pointer;
    line-height: 32px;
    display: block;
    font-size: 15px;
    color: #c4c4c4;

}

.calculate--checkbox .checkbox__text span {
    text-transform: none;
    font-size: 20px;
    color: #d2af65;
}

.calculate--checkbox .checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 26px;
    border-radius: 100px;
    background: #56595c;
    border: 3px solid #efc285;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.calculate--checkbox .checkbox__text:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #a1a1a1;
    /*box-shadow: 0 2px 5px #a1a1a1;*/
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.calculate--checkbox .checkbox input:checked+.checkbox__text:before {
    background: #73644e;
}

.calculate--checkbox .checkbox input:checked+.checkbox__text:after {
    left: 33px;
    background: #e7a61b;
}


.calc-oxrana {
    margin: 35px 0 0;
}

.oxrana-hidden {
    padding: 15px 0;
    display: none;
}

.calc-ohrana-price {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 10px;
    color: #efc285;
}

.calc-ohrana-price span {
    font-size: 16px;
    color: #d9dada;

}

.calc-ohrana--label {
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 55px 0 5px;
}

.ohrana_types {
    max-width: 350px;
    width: 100%;
    margin: 12px 0 10px;
    display: block;
}

.ohrana_types .ms-choice {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    outline: 0;
    border-color: #efc2858a;
    border-width: 2px;
    background: rgb(255 255 255 / 10%);
}

.ohrana_types .ms-choice>div {
    top: 14px;
    right: 19px;
}

.ohrana_types .ms-drop ul {
    padding: 12px 12px 0;
}

.ohrana_types .ms-drop ul>li {
    margin-bottom: 12px;
}

.ohrana_types .ms-drop ul>li label {
    margin-bottom: 0;
}

.ohrana_types .ms-drop ul>li:hover span {
    color: #ffd977;
    cursor: pointer;
}

.ohrana_types .ms-choice>span {
    right: 50px;
    color: #e7a61b;
}

.ohrana_types .ms-choice>span.placeholder {
    color: #b1b1b1;
    font-size: 14px;
}

.ohrana_types .ms-drop label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.ohrana_types .ms-drop label span {
    position: relative;
    padding: 0 0 0 30px;
    color: #b9a179;
    cursor: pointer;
}

.ohrana_types .ms-drop label span:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 1px solid #877652;
    transition: 0.2s;
}

.ohrana_types .ms-drop label span:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 1px;
    width: 7px;
    height: 11px;

}

.ohrana_types .ms-drop label input:checked+span:after {
    background: none;
    content: '';
    position: absolute;
    display: block;
    left: 7px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid #e7a61b;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}

.ohrana_types .ms-drop {
    border-radius: 0;
    border-color: #998364;
    background: #34393c;
    border-width: 2px;
}

.ohrana_types .ms-drop.bottom {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.ohrana_types {

    display: none;
}

.calc-col-2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.calc_result {}

.calculate--price {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 15px auto 25px;
    color: #d2af65;
}

.calculate--price span {
    font-size: 16px;
    padding: 0 0 4px;
    display: block;
    color: #C3C3C3;
}

.info-calc {
    margin: 15px 0 25px;
    font-size: 13px;
    text-align: center;
}


.info-calc a {
    text-decoration: none;
    color: #d2af65;
    font-size: 18px;
}

.info-calc strong {
    text-decoration: none;
    color: #d2af65;
    font-size: 24px;
    font-weight: 400;
    line-height: 180%;
    padding: 0 5px;

}

.contact_form {
    max-width: 480px;
    margin: 0 auto;
}

.feedback__calc-title {
    font-size: 18px;
    text-align: center;
    color: #C3C3C3;
    line-height: 23px;
}

.feedback.feedback__calc {
    padding: 20px 0;
}

@media (max-width: 839px) {

    .calculator {
        padding: 15px 0;
        color: #C3C3C3;
    }

    .calculator__container {
        flex-direction: column;
        gap: 0;
    }

    .calc-col {
        flex: 1 1 100%;
        width: 100%;
    }

    .faq-subtitle {
        font-weight: 300;
        font-size: 20px;
        line-height: 115%;
        color: #d2af65;
        margin: 0 0 25px;
    }

    .calc_result .section__container {
        padding: 0;
    }

}
/* End */


/* Start:/local/templates/merssel/components/news/forms/cacl_form/style.css?17774525675011*/
.form-popup {
	overflow: hidden;
	background: #298ec3;
	padding: 30px;
	padding-top: 35px;
	color: #fff;
	max-width: 320px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.form-popup textarea,
.form-popup input[type="text"],
.form-popup input[type="phone"],
.form-popup input[type="email"] {
	color: #000;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px;
}

.form-popup textarea {
	min-height: 100px;
}

.fancybox-type-ajax .fancybox-close {
	background: url('/local/templates/merssel/components/news/forms/cacl_form/images/close.png') center center no-repeat;
	position: absolute;
	top: 11px;
	right: 11px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-type-ajax .fancybox-inner {
	height: auto !important;
}

.form-popup .title {
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	text-align: center;
	padding-bottom: 10px;
}

.form-popup .text {
	color: #d4e4ef;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 17px;
}

.form-popup .form-group {
	margin-bottom: 15px;
}

.form-popup .form-group:after {
	content: '';
	display: table;
	clear: both;
}

.form-popup .captcha-row .captcha_img {
	margin-bottom: 5px;
}


.form-popup .btn-submit {
	width: 100%;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	cursor: pointer;
}

.form-popup .agreement-message {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.validate-input-feedback {
	margin: 0 0 15px;
}

.feedback__form input {

	box-sizing: border-box;
	background-color: #2b2e31;
	font-weight: 400;
	border-bottom: none;
	height: 50px;
	outline: none;
	border: none;
	border-radius: 8px;
	background-image: none;
	color: #d3d3d3;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	text-align: left;
	padding: 4px 4px 4px 19px;
	width: 100%;
}

.feedback__form textarea {
	max-height: 80px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	outline: none;
	border: none;
	resize: none;
	border-radius: 8px;
	background-color: #2b2e31;
	background-image: none;
	color: #d3d3d3;

	font-weight: 400;



	width: 100%;
	box-sizing: border-box;
}


.error label.error {
	display: none;
}


.feedback__form .error input,
.feedback__form .error textarea {
	background-color: rgb(255 128 128 / 15%);
}

.agreement-consent {
	display: block;
}

.agreement-consent__label {
	display: flex;
	align-items: center;
	gap: 13px;
	cursor: pointer;
	padding: 5px 0px 10px 5px;
}

.agreement-consent__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.agreement-consent__box {
	width: 18px;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	min-height: 18px;
	max-height: 18px;
	flex: 0 0 18px;
	border: 1px solid #EFC285;
	background: transparent;
	border-radius: 4px;
	position: relative;
	display: inline-block;
}

.agreement-consent__input:checked + .agreement-consent__box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #EFC285;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.agreement-consent.error .agreement-consent__box {
	border-color: #ff8080;
	background-color: rgb(255 128 128 / 15%);
}

.agreement-consent label.error {
	display: none !important;
}

/* Спиннер и состояние «уже обрабатываем» (как в popup_car_new) */
.feedback__form .form-submit-wrap { position: relative; display: block; width: 100%; }
.feedback__form .form-submit-wrap .btn-submit { width: 100%; box-sizing: border-box; }
.feedback__form .form-submit-wrap .form-submit-loading {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	border-radius: inherit;
	pointer-events: none;
}
.feedback__form .form-submit-wrap.is-sending .form-submit-loading { display: inline-flex; }
.feedback__form .form-submit-wrap .form-submit-spinner {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0,0,0,0.15);
	border-top-color: currentColor;
	border-radius: 50%;
	animation: form-spin 0.7s linear infinite;
}
.feedback__form .form-submit-wrap.is-sending .btn-submit { color: transparent !important; }
.feedback__form.form-already-processing .feedback__form-fields { display: none !important; }
.feedback__form .form-already-processing-message {
	display: none;
	padding: 24px 20px;
	font-size: 1rem;
	line-height: 1.5;
	color: #e5e7eb;
	background-color: #424447;
	border-radius: 8px;
	text-align: center;
}
.feedback__form .form-already-processing-message .feedback__form-title,
.feedback__form .form-already-processing-message h4 {
	margin: 0 0 10px;
	font-size: 1.1rem;
	color: #fff;
}
.feedback__form .form-already-processing-message .feedback__form-desc,
.feedback__form .form-already-processing-message p {
	margin: 0;
	color: #9ca3af;
}
.feedback__form.form-already-processing .form-already-processing-message { display: block !important; }
@keyframes form-spin { to { transform: rotate(360deg); } }
/* End */


/* Start:/local/components/merssel/calculator/templates/.default/assets/css/owl.carousel.min.css?17707314433351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/components/merssel/calculator/templates/.default/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/components/merssel/calculator/templates/.default/assets/css/owl.theme.default.min.css?17707314431013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.min.css?17708792643315*/
.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div{position:absolute;top:0;right:0;width:20px;height:25px;background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) left top no-repeat}.ms-choice>div.open{background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) right top no-repeat}.ms-drop{width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.ms-drop.bottom{top:100%;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.ms-drop.top{bottom:100%;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:4px;position:relative;white-space:nowrap;width:100%;z-index:10000}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 20px 0 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) no-repeat 100% -22px;background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(.85,#fff),color-stop(.99,#eee));background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) no-repeat 100% -22px,-o-linear-gradient(bottom,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(/local/components/merssel/calculator/templates/.default/assets/css/multiple-select.png) no-repeat 100% -22px,linear-gradient(to bottom,#fff 85%,#eee 99%)}.ms-search,.ms-search input{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ms-drop ul{overflow:auto;position:relative;margin:0;padding:5px 8px}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static}.ms-drop ul>li .disabled{opacity:.35;filter:Alpha(Opacity=35)}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{font-weight:400;display:block;white-space:nowrap}.ms-drop ul>li label.optgroup{font-weight:700}.ms-drop input[type=checkbox]{vertical-align:middle;margin:5px}.ms-drop .ms-no-results{display:none}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/otz/style.css?17708688661796*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* Клик по отзыву — открытие модального окна */
.gratitude__item_clickable {
	cursor: pointer;
}
.gratitude__item-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.gratitude__item-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gratitude-modal {
	max-width: 560px;
	padding: 24px;
	box-sizing: border-box;
}
.gratitude-modal__title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #1a1a1a;
}
.gratitude-modal__text {
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
}
.gratitude-modal__text p {
	margin: 0 0 0.75em;
}
.gratitude-modal__text p:last-child {
	margin-bottom: 0;
}

.gratitude-fancybox .fancybox-content {
	padding: 0;
	overflow: auto;
	max-height: 85vh;
}
.gratitude-fancybox .fancybox-slide--inline .fancybox-content {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.gratitude-fancybox .fancybox-toolbar.fancybox__toolbar__items--right,
.gratitude-fancybox .fancybox__toolbar__items--right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button {
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	border-radius: 0;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button:hover {
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.gratitude-fancybox .fancybox-toolbar .fancybox-button--close {
	right: 0;
	top: 0;
}

/* End */


/* Start:/local/templates/merssel/components/bitrix/news.list/brands/style.css?177073144440*/
body .clients__item img{
	width: 100%;
}
/* End */
/* /local/templates/merssel/css/jquery.fancybox.min.css?177086887036916 */
/* /local/templates/merssel/components/bitrix/news.list/main_banner/style.css?1770731444150 */
/* /local/templates/merssel/components/bitrix/breadcrumb/main/style.css?17708791171049 */
/* /local/templates/merssel/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17707314441339 */
/* /local/components/merssel/calculator/templates/.default/style.css?177087914813539 */
/* /local/templates/merssel/components/news/forms/cacl_form/style.css?17774525675011 */
/* /local/components/merssel/calculator/templates/.default/assets/css/owl.carousel.min.css?17707314433351 */
/* /local/components/merssel/calculator/templates/.default/assets/css/owl.theme.default.min.css?17707314431013 */
/* /local/components/merssel/calculator/templates/.default/assets/css/multiple-select.min.css?17708792643315 */
/* /local/templates/merssel/components/bitrix/news.list/otz/style.css?17708688661796 */
/* /local/templates/merssel/components/bitrix/news.list/brands/style.css?177073144440 */
