

/* Start:/local/templates/main/js/owl.carousel/assets/owl.carousel.min.css?16298153903351*/
/**
 * 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/templates/main/js/owl.carousel/assets/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/templates/main/plugin/fancybox/jquery.fancybox.css?162981539117412*/
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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    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;
    /* Using without prefix would break IE11 */
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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;
    -ms-transform-origin: top left;
    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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.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:visited,
.fancybox-button:link {
    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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        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%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 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 fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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));
        }
    }
}
/* Share */

.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 0;
}

.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 5px;
    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:visited,
.fancybox-share__button:link {
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    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: center center;
    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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/main/template_styles.css?178937385398755*/
@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: local("Open Sans");
    src: url("/local/templates/main/fonts/opensanslight.woff2") format("woff2"), url("/local/templates/main/fonts/opensanslight.woff") format("woff"), url("/local/templates/main/fonts/opensanslight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensanslightitalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensanslightitalic.woff") format("woff"), url("/local/templates/main/fonts/opensanslightitalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensans.woff2") format("woff2");
    src: url("/local/templates/main/fonts/opensans.woff") format("woff");
    src: url("/local/templates/main/fonts/opensans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansitalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensansitalic.woff") format("woff"), url("/local/templates/main/fonts/opensansitalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensanssemibold.woff2") format("woff2"), url("/local/templates/main/fonts/opensanssemibold.woff") format("woff"), url("/local/templates/main/fonts/opensanssemibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensanssemibolditalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensanssemibolditalic.woff") format("woff"), url("/local/templates/main/fonts/opensanssemibolditalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansbold.woff2") format("woff2"), url("/local/templates/main/fonts/opensansbold.woff") format("woff"), url("/local/templates/main/fonts/opensansbold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansbolditalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensansbolditalic.woff") format("woff"), url("/local/templates/main/fonts/opensansbolditalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansextrabold.woff2") format("woff2"), url("/local/templates/main/fonts/opensansextrabold.woff") format("woff"), url("/local/templates/main/fonts/opensansextrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansextrabolditalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensansextrabolditalic.woff") format("woff"), url("/local/templates/main/fonts/opensansextrabolditalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: local("Open Sans");
    src: url("/local/templates/main/fonts/opensanslight.woff2") format("woff2"), url("/local/templates/main/fonts/opensanslight.woff") format("woff"), url("/local/templates/main/fonts/opensanslight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensanslightitalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensanslightitalic.woff") format("woff"), url("/local/templates/main/fonts/opensanslightitalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensans.woff2") format("woff2");
    src: url("/local/templates/main/fonts/opensans.woff") format("woff");
    src: url("/local/templates/main/fonts/opensans.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansitalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensansitalic.woff") format("woff"), url("/local/templates/main/fonts/opensansitalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensanssemibold.woff2") format("woff2"), url("/local/templates/main/fonts/opensanssemibold.woff") format("woff"), url("/local/templates/main/fonts/opensanssemibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensanssemibolditalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensanssemibolditalic.woff") format("woff"), url("/local/templates/main/fonts/opensanssemibolditalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansbold.woff2") format("woff2"), url("/local/templates/main/fonts/opensansbold.woff") format("woff"), url("/local/templates/main/fonts/opensansbold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansbolditalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensansbolditalic.woff") format("woff"), url("/local/templates/main/fonts/opensansbolditalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansextrabold.woff2") format("woff2"), url("/local/templates/main/fonts/opensansextrabold.woff") format("woff"), url("/local/templates/main/fonts/opensansextrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: url("/local/templates/main/fonts/opensansextrabolditalic.woff2") format("woff2"), url("/local/templates/main/fonts/opensansextrabolditalic.woff") format("woff"), url("/local/templates/main/fonts/opensansextrabolditalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    font-family: 'Open Sans'
}

body {
    margin: 0;
    background-color: #f6f7fb
}

.tablebodytext {
    display: none
}

h2 {
    display: inline-block;
    width: 100%;
    margin: 20px auto 30px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #39495a
}

h2 span {
    font-weight: 800;
    color: #463fff
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
        margin: 0 auto
    }
}

main ul, main ol {
    padding: 0 0 0 40px
}

main input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dfdfdf;
    padding: 5px 10px
}

main input[type="button"], main input[type="submit"], main input[type="option"], main input[type="checkbox"] {
    border: none;
    padding: 0
}

main input[type="button"], main input[type="submit"] {
    padding: 10px 20px
}

main textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dfdfdf;
    padding: 5px 10px
}

main select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dfdfdf;
    padding: 0 32px 0 10px;
    background-image: url(/local/templates/main/img/svg/filtr.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: calc(100% - 10px) center;
    cursor: pointer
}

main table {
    border: 1px solid #dfdfdf;
    border-collapse: collapse
}

main table thead tr {
    font-weight: bold;
    background: #f3f3f3
}

main table tbody tr:nth-child(even) {
    background: #f3f3f3
}

main table td, main table th {
    padding: 5px;
    border: 1px solid #dfdfdf
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    font-weight: 600;
    color: #519c00;
    margin-right: 23px;
    text-transform: initial;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .logo {
        margin: 0 auto;
        font-size: 20px
    }
}

.logo img {
    height: 40px;
    float: left;
    margin: 0 12px 0 0
}

@media only screen and (max-width: 768px) {
    .logo img {
        height: 24px
    }
}

.logo span {
    display: inline;
    color: #f05203
}

.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #f95a04
}

.phone:before {
    content: '';
    display: block;
    width: 11px;
    height: 17px;
    margin: 0 5px 0 0;
    background: url(/local/templates/main/img/svg/phone.svg)
}

.phone:hover {
    text-decoration: underline;
    color: #dc5005
}

.address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #06051b;
    cursor: pointer
}

.address:before {
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    margin: 0 5px 0 0;
    background: url(/local/templates/main/img/svg/location.svg)
}

.address:hover {
    text-decoration: underline;
    color: #000000
}

.mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #06051b
}

.mail:before {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    margin: 0 5px 0 0;
    background: url(/local/templates/main/img/svg/email.svg)
}

.mail:hover {
    text-decoration: underline;
    color: #000000
}

.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #9c9faa;
    padding: 10px 0 0
}

@media only screen and (max-width: 768px) {
    .copyright {
        padding: 16px 12px 10px
    }
}

.copyright a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit
}

@media only screen and (max-width: 768px) {
    .copyright a {
        display: none
    }
}

.copyright a img {
    width: auto;
    height: 25px;
    opacity: 0.5;
    margin: 0 5px 0 0
}

.go_back {
    cursor: pointer;
    font-size: 17px;
    color: #f15900;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 5px #e9eaee;
    box-shadow: 0 0 8px 5px #e9eaee;
    border: solid 1px #e2e3e7;
    background-color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 2px 10px 5px 1px
}

.go_back:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: auto 6px;
    background: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRUI1RjAwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik01LjUuOTY0TDEuOTY0IDQuNSA1LjUgOC4wMzYiLz4KPC9zdmc+Cg==") no-repeat
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 5px;
    cursor: pointer;
    text-decoration: none;
    white-space: pre
}

.button.white {
    border: solid 1px #dddee2;
    background-color: #ffffff;
    color: #ff5300
}

.button.white:hover {
    background-color: #e8e8e8
}

.button.green {
    border: solid 1px #4d9c01;
    background-color: #4d9c01;
    color: #ffffff
}

.button.green:hover {
    background-color: #418402
}

.button.green2 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #4d9c01;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ed000), to(#4e9700));
    background: -webkit-linear-gradient(top, #6ed000, #4e9700);
    background: -o-linear-gradient(top, #6ed000, #4e9700);
    background: linear-gradient(to bottom, #6ed000, #4e9700);
    color: #ffffff;
    font-weight: bold
}

.button.green2:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#6ed000), to(#4e9700));
    background: -webkit-linear-gradient(bottom, #6ed000, #4e9700);
    background: -o-linear-gradient(bottom, #6ed000, #4e9700);
    background: linear-gradient(to top, #6ed000, #4e9700)
}

.button.more {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px transparent;
    background-color: rgba(255, 255, 255, 0.43);
    color: #19182c;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 46px 11px 39px
}

.button.more:after {
    position: absolute;
    right: 10px;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(/local/templates/main/img/svg/podrobnee.svg)
}

.button.more:hover {
    background-color: rgba(255, 255, 255, 0.65)
}

.button.blue {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #463fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#6572f7), to(#463fff));
    background: -webkit-linear-gradient(top, #6572f7, #463fff);
    background: -o-linear-gradient(top, #6572f7, #463fff);
    background: linear-gradient(to bottom, #6572f7, #463fff);
    color: #ffffff
}

.button.blue:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#6572f7), to(#463fff));
    background: -webkit-linear-gradient(bottom, #6572f7, #463fff);
    background: -o-linear-gradient(bottom, #6572f7, #463fff);
    background: linear-gradient(to top, #6572f7, #463fff)
}

.button.transparent {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 54px
}

.button.transparent:hover {
    background-color: rgba(255, 255, 255, 0.43)
}

.button.pink {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ec72b1;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 10px 10px 33px
}

.button.pink:after {
    position: absolute;
    left: 10px;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(/local/templates/main/img/svg/plus.svg)
}

.button.pink:hover {
    background-color: #e65aa3
}

.button.orange {
    position: relative;
    border: solid 1px #ff5300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(/local/templates/main/img/svg/email-white.svg) -webkit-calc(100% - 10px) center, -webkit-linear-gradient(top, #f87725, #f95a04);
    background: url(/local/templates/main/img/svg/email-white.svg) calc(100% - 10px) center, -webkit-gradient(linear, left top, left bottom, from(#f87725), to(#f95a04));
    background: url(/local/templates/main/img/svg/email-white.svg) calc(100% - 10px) center, -o-linear-gradient(top, #f87725, #f95a04);
    background: url(/local/templates/main/img/svg/email-white.svg) calc(100% - 10px) center, linear-gradient(to bottom, #f87725, #f95a04);
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 35px 10px 10px
}

.button.orange:hover {
    background: url(/local/templates/main/img/svg/email-white.svg) -webkit-calc(100% - 10px) center, -webkit-linear-gradient(bottom, #f87725, #f95a04);
    background: url(/local/templates/main/img/svg/email-white.svg) calc(100% - 10px) center, -webkit-gradient(linear, left bottom, left top, from(#f87725), to(#f95a04));
    background: url(/local/templates/main/img/svg/email-white.svg) calc(100% - 10px) center, -o-linear-gradient(bottom, #f87725, #f95a04);
    background: url(/local/templates/main/img/svg/email-white.svg) calc(100% - 10px) center, linear-gradient(to top, #f87725, #f95a04);
    background-repeat: no-repeat
}

.button.orange2 {
    position: relative;
    border: solid 1px #ff5300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f87725), to(#f95a04));
    background: -webkit-linear-gradient(top, #f87725, #f95a04);
    background: -o-linear-gradient(top, #f87725, #f95a04);
    background: linear-gradient(to bottom, #f87725, #f95a04);
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px
}

.button.orange2:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f87725), to(#f95a04));
    background: -webkit-linear-gradient(bottom, #f87725, #f95a04);
    background: -o-linear-gradient(bottom, #f87725, #f95a04);
    background: linear-gradient(to top, #f87725, #f95a04);
    background-repeat: no-repeat
}

.button.more_text {
    width: 225px;
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px 5px #e9eaee;
    box-shadow: 0 0 8px 5px #e9eaee;
    border: solid 1px #e4e5e8;
    background: url(/local/templates/main/img/svg/podrobnee_2.svg) -webkit-calc(100% - 10px) center, #fff;
    background: url(/local/templates/main/img/svg/podrobnee_2.svg) calc(100% - 10px) center, #fff;
    background-repeat: no-repeat, repeat;
    font-size: 14px;
    font-weight: bold;
    color: #19182c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto;
    padding: 5px 25px 5px 5px
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative
}

.pagination .text {
    position: absolute;
    left: 0;
    color: #463ffd;
    font-weight: bold
}

.pagination a, .pagination span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    padding: 0;
    border: solid 1px #dddee2;
    background: #ffffff;
    font-size: 20px;
    font-weight: bold;
    color: #463ffd;
    cursor: pointer;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .pagination a, .pagination span {
        width: 31px;
        min-width: 31px;
        height: 31px;
        font-size: 15px
    }
}

.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
    min-width: 31px;
    height: 31px;
    margin: 0 14px 0 0;
    background: url(/local/templates/main/img/svg/down-hleb.svg), #fff;
    background-repeat: no-repeat;
    -webkit-background-size: 7px auto;
    background-size: 7px auto;
    background-position: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (max-width: 768px) {
    .pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
        margin: 0 5px 0 0
    }
}

.pagination a.prev:hover, .pagination a.next:hover, .pagination span.prev:hover, .pagination span.next:hover {
    background: url(/local/templates/main/img/svg/down-hleb-hover.svg), #463ffd;
    background-repeat: no-repeat;
    -webkit-background-size: 7px auto;
    background-size: 7px auto;
    background-position: center
}

.pagination a.next, .pagination span.next {
    margin: 0 0 0 14px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (max-width: 768px) {
    .pagination a.next, .pagination span.next {
        margin: 0 0 0 5px
    }
}

.pagination a:hover, .pagination span:hover {
    background-color: #463ffd;
    color: #ffffff
}

.pagination a.active, .pagination span.active {
    background-color: transparent;
    color: #463ffd;
    border: none
}

.pagination a.active, .pagination span.active {
    pointer-events: none
}

nav.main {
    width: 100%
}

nav.main .menu_button {
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    border: solid 1px #463fff;
    background-image: url(/local/templates/main/img/svg/menu-white.svg), -webkit-gradient(linear, left top, left bottom, from(#6470f7), color-stop(99%, #463fff));
    background-image: url(/local/templates/main/img/svg/menu-white.svg), -webkit-linear-gradient(top, #6470f7, #463fff 99%);
    background-image: url(/local/templates/main/img/svg/menu-white.svg), -o-linear-gradient(top, #6470f7, #463fff 99%);
    background-image: url(/local/templates/main/img/svg/menu-white.svg), linear-gradient(to bottom, #6470f7, #463fff 99%);
    -webkit-background-size: 33px 20px, 100%;
    background-size: 33px 20px, 100%;
    background-repeat: no-repeat;
    background-position: center
}

nav.main .menu_button.open + ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 50px;
    width: auto
}

nav.main .menu_button.open + ul li {
    margin: 0;
    width: 100%
}

@media only screen and (max-width: 768px) {
    nav.main .menu_button.open + ul li.parent.active > a.active {
        background: #ffffff;
        color: initial;
        border: solid 1px #dddee2
    }
}

nav.main .menu_button.open + ul li a {
    white-space: normal;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 50px;
    height: auto;
    padding: 10px;
    margin: -1px 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media only screen and (max-width: 768px) {
    nav.main .menu_button.open + ul li li a {
        border: solid 1px #dddee2
    }
}

nav.main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    height: 110px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0
}

nav.main ul li {
    position: relative;
    margin: 0 15px 0 0
}

nav.main ul li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px 5px #e9eaee;
    box-shadow: 0 0 8px 5px #e9eaee;
    border: solid 1px #dddee2;
    background-color: #ffffff;
    padding: 8px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #19182c;
    white-space: nowrap
}

nav.main ul li a:hover, nav.main ul li a.active {
    border: solid 1px #463fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6674f7), to(#453dff));
    background-image: -webkit-linear-gradient(top, #6674f7, #453dff);
    background-image: -o-linear-gradient(top, #6674f7, #453dff);
    background-image: linear-gradient(to bottom, #6674f7, #453dff);
    color: #ffffff
}

nav.main ul li:last-child {
    margin: 0
}

nav.main ul li.parent > div {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 8px 0 0
}

@media only screen and (max-width: 768px) {
    nav.main ul li.parent > div {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: initial
    }
}

nav.main ul li.parent > div ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: auto;
    width: auto;
    z-index: 2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #dddee2;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    nav.main ul li.parent > div ul {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none
    }
}

nav.main ul li.parent > div ul li {
    margin: 0;
    width: 100%;
    height: auto
}

nav.main ul li.parent > div ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px transparent
}

nav.main ul li.parent > div ul li a:hover {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #463fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#b1b7fc), to(#a39fff));
    background: -webkit-linear-gradient(top, #b1b7fc, #a39fff);
    background: -o-linear-gradient(top, #b1b7fc, #a39fff);
    background: linear-gradient(to bottom, #b1b7fc, #a39fff);
    color: #ffffff
}

nav.main ul li.parent:hover > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

nav.link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 10px auto 35px;
    padding: 0
}

nav.link ul li a {
    width: auto;
    font-size: 16px;
    color: #19182c;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase
}

nav.link ul li a:hover {
    text-decoration: underline
}

nav.column {
    padding: 40px 3px 0
}

nav.column ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

nav.column ul li {
    padding: 0 0 7px
}

nav.column ul li:last-child {
    padding: 0
}

nav.column ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #28273a;
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none
}

nav.column ul li a:hover {
    text-decoration: underline
}

nav.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 30px
}

nav.social .title {
    font-size: 14px;
    font-weight: 600;
    color: #ff5300
}

nav.social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

nav.social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 8px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #b5b8c1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: brightness(0) invert(0.7);
    filter: brightness(0) invert(0.7)
}

nav.social ul li a:hover {
    -webkit-filter: none;
    filter: none
}

nav.social ul li a.vk {
    -webkit-background-size: 18px 11px;
    background-size: 18px 11px;
    background-image: url(/local/templates/main/img/png/vk-a.png)
}

nav.social ul li a.fb {
    -webkit-background-size: 10px 19px;
    background-size: 10px 19px;
    background-image: url(/local/templates/main/img/png/fb-a.png)
}

nav.social ul li a.tw {
    -webkit-background-size: 19px 16px;
    background-size: 19px 16px;
    background-image: url(/local/templates/main/img/png/tw-a.png)
}

nav.social ul li a.ok {
    -webkit-background-size: 12px 20px;
    background-size: 12px 20px;
    background-image: url(/local/templates/main/img/png/ok-a.png)
}

nav.social ul li a.in {
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    background-image: url(/local/templates/main/img/svg/instagram.svg)
}

nav.social ul li a.tg {
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    background-position: 30% 50%;
    background-image: url(/local/templates/main/img/png/tg.png)
}

nav.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0
}

nav.breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1250px;
    margin: -6px auto 7px;
    padding: 0;
    list-style-type: none
}

@media only screen and (max-width: 768px) {
    nav.breadcrumbs ul {
        margin: 0 auto 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

nav.breadcrumbs ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #19182c;
    text-decoration: none
}

nav.breadcrumbs ul li a:hover {
    text-decoration: underline
}

nav.breadcrumbs ul li:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: auto 6px;
    background-image: url(/local/templates/main/img/svg/right-hleb.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center
}

nav.breadcrumbs ul li:last-child a {
    pointer-events: none;
    cursor: default;
    color: #4640ff
}

nav.breadcrumbs ul li:last-child a:hover {
    text-decoration: none
}

nav.breadcrumbs ul li:last-child:after {
    background-image: url(/local/templates/main/img/svg/down-hleb.svg)
}

.search {
    position: relative
}

@media only screen and (max-width: 768px) {
    .search {
        position: initial
    }
}

.search > .button {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #f95a04;
    background-image: url(/local/templates/main/img/svg/lupa.svg), -webkit-gradient(linear, left top, left bottom, from(#f87826), to(#f95903));
    background-image: url(/local/templates/main/img/svg/lupa.svg), -webkit-linear-gradient(top, #f87826, #f95903);
    background-image: url(/local/templates/main/img/svg/lupa.svg), -o-linear-gradient(top, #f87826, #f95903);
    background-image: url(/local/templates/main/img/svg/lupa.svg), linear-gradient(to bottom, #f87826, #f95903);
    -webkit-background-size: 22px, cover;
    background-size: 22px, cover;
    background-position: center;
    background-repeat: no-repeat
}

.search > .button:hover {
    background-image: url(/local/templates/main/img/svg/lupa.svg), -webkit-gradient(linear, left bottom, left top, from(#f87826), to(#f95903));
    background-image: url(/local/templates/main/img/svg/lupa.svg), -webkit-linear-gradient(bottom, #f87826, #f95903);
    background-image: url(/local/templates/main/img/svg/lupa.svg), -o-linear-gradient(bottom, #f87826, #f95903);
    background-image: url(/local/templates/main/img/svg/lupa.svg), linear-gradient(to top, #f87826, #f95903)
}

@media only screen and (max-width: 768px) {
    .search > .button {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        border-left: 1px solid #e9eaee;
        background-image: url(/local/templates/main/img/svg/lupa-2.svg)
    }

    .search > .button:hover {
        background-image: url(/local/templates/main/img/svg/lupa-2.svg)
    }
}

.search form {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: 100%;
    height: 50px;
    background: #fff;
    padding: 0 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .search form {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 100px;
        padding: 0px 5px;
        min-width: -webkit-calc(100% - 100px);
        min-width: calc(100% - 100px)
    }
}

.search form [type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #dddffb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 42px 0 7px
}

.search form [type="submit"] {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/local/templates/main/img/svg/lupa-input.svg);
    -webkit-background-size: 22px 22px;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .search form [type="submit"] {
        right: 5px
    }
}

.search.show > .button {
    background-image: url(/local/templates/main/img/svg/close.svg), -webkit-gradient(linear, left top, left bottom, from(#f87826), to(#f95903));
    background-image: url(/local/templates/main/img/svg/close.svg), -webkit-linear-gradient(top, #f87826, #f95903);
    background-image: url(/local/templates/main/img/svg/close.svg), -o-linear-gradient(top, #f87826, #f95903);
    background-image: url(/local/templates/main/img/svg/close.svg), linear-gradient(to bottom, #f87826, #f95903);
    -webkit-background-size: 26px, cover;
    background-size: 26px, cover
}

.search.show > .button img {
    display: none
}

.search.show form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.result_search {
    font-size: 16px;
    color: #19182c
}

.result_search span {
    font-weight: bold
}

.filter {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 101px;
    background: -webkit-linear-gradient(356deg, #f7e500, #f3ba08);
    background: -o-linear-gradient(356deg, #f7e500, #f3ba08);
    background: linear-gradient(94deg, #f7e500, #f3ba08);
    border: solid 1px #f3bb08
}

@media only screen and (max-width: 768px) {
    .filter {
        margin: 10px;
        height: auto;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }
}

.filter .filter_button {
    cursor: pointer;
    display: none;
    width: 100%;
    height: 52px;
    font-weight: bold;
    font-size: 16px
}

.filter .filter_button span:last-child {
    display: none
}

.filter .filter_button.open span {
    display: none
}

.filter .filter_button.open span:last-child {
    display: initial
}

.filter .filter_button.open:after {
    background: url(/local/templates/main/img/svg/filtr-white.svg)
}

.filter .filter_button:after {
    content: "";
    margin: 2px 0 0 9px;
    width: 10px;
    height: 6px;
    background: url(/local/templates/main/img/svg/filtr.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 10px 6px;
    background-size: 10px 6px;
    background-position: center
}

@media only screen and (max-width: 768px) {
    .filter .filter_button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.filter form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    height: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .filter form {
        display: none
    }

    .filter form.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0 10px;
        height: auto
    }
}

.filter form .bx-filter-parameters-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    height: 40px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 15px;
    color: #19182c;
    margin: 0 12px 0 0
}

@media only screen and (max-width: 768px) {
    .filter form .bx-filter-parameters-box {
        width: 100%;
        margin: 0 auto 10px
    }
}

.filter form .bx-filter-parameters-box .bx-filter-select-block {
    width: 100%;
    height: inherit
}

.filter form .bx-filter-parameters-box .bx-filter-select-arrow {
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    right: 10px;
    width: 10px;
    height: 6px;
    background: url(/local/templates/main/img/svg/filtr.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 10px 6px;
    background-size: 10px 6px;
    background-position: center
}

.filter form .button {
    height: 40px;
    padding: 0 19px
}

@media only screen and (max-width: 768px) {
    .filter form .button {
        margin: 0 auto 10px
    }
}

.bx-filter-select-popup ul li label:hover {
    background: rgba(200, 200, 200, 0.75) !important
}

.send_request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    min-height: 542px;
    padding: 0;
    margin: 0 auto;
    background: url(/local/templates/main/img/png/zayavka.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
    .send_request.open {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    .send_request.open .button_send_request:after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

@media only screen and (max-width: 768px) {
    .send_request.open form {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .send_request {
        margin-bottom: 18px;
        min-height: auto
    }
}

.send_request .button_send_request {
    display: none;
    width: 100%;
    height: auto;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    color: #ffffff
}

.send_request .button_send_request span {
    font-weight: 800
}

.send_request .button_send_request:after {
    content: "";
    background-image: url(/local/templates/main/img/svg/down-hleb-hover.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    background-position: center;
    width: 15px;
    height: 10px;
    display: inline-block;
    margin: 0 0 0 10px
}

@media only screen and (max-width: 768px) {
    .send_request .button_send_request {
        display: inline-block
    }
}

.send_request > div {
    max-width: 1180px;
    padding: 0;
    margin: 0 auto
}
nav.main ul {
    height: auto;
    min-height: 110px;
}
footer nav.main ul {
    gap: 10px;
}
.popup_block input {
    padding: 0 15px;
}
.popup_block textarea {
    padding: 15px;
}
@media screen and (max-width: 1260px) {
    footer .container .right .contact br {
        display: none;
    }
}

.send_request form {
    display: block;
    width: 100%;
    max-width: 1180px;
    padding: 0 15px;
    margin: 36px auto 76px
}

@media only screen and (max-width: 768px) {
    .send_request form {
        margin: 0 auto 50px;
        display: none
    }
}

.send_request form .title {
    display: inline-block;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto 35px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff
}

@media only screen and (max-width: 768px) {
    .send_request form .title {
        display: none
    }
}

.send_request form .title span {
    font-weight: 800
}

@media only screen and (max-width: 768px) {
    .send_request form .title {
        padding: 20px 0;
        margin: 0 auto;
        font-size: 24px;
        text-align: center
    }
}

.send_request form .max {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: self-end;
    -webkit-align-items: self-end;
    -ms-flex-align: self-end;
    align-items: self-end
}

@media only screen and (max-width: 768px) {
    .send_request form .max {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px
    }
}

.send_request form .max.error, .send_request form .max.success {
    display: none;
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 20px;
    padding: 7px 10px
}

.send_request form .max.success {
    color: #0f7d0f
}

.send_request form .max label {
    margin: 0 30px 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width: 768px) {
    .send_request form .max label {
        margin: 0 10px 15px;
        font-size: 12px
    }
}

.send_request form .max label a {
    color: inherit
}

@media only screen and (max-width: 768px) {
    .send_request form .max label a {
        display: contents
    }
}

.send_request form .max label:last-child {
    margin: 0 0 20px 0
}

@media only screen and (max-width: 768px) {
    .send_request form .max label:last-child {
        margin: 0 10px 15px
    }
}

.send_request form .max label [type="text"], .send_request form .max label [type="email"], .send_request form .max label textarea {
    width: 100%;
    height: 40px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 5px 10px;
    margin: 5px auto
}

.send_request form .max label textarea {
    resize: none;
    height: 120px
}

.send_request form .max [type="submit"] {
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .send_request form .max [type="submit"] {
        padding: 10px 35px 10px 5px;
        font-size: 14px
    }
}

.send_request form .max [type="checkbox"] {
    display: none
}

.send_request form .max [type="checkbox"] + label {
    display: inherit;
    width: 100%;
    position: relative;
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .send_request form .max [type="checkbox"] + label {
        display: block;
        padding: 0 0 0 30px;
        margin: 0 0 20px
    }
}

.send_request form .max [type="checkbox"] + label:before {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 10px 0 0
}

@media only screen and (max-width: 768px) {
    .send_request form .max [type="checkbox"] + label:before {
        position: absolute;
        left: 0;
        top: 5px;
        width: 20px;
        height: 20px
    }
}

.send_request form .max [type="checkbox"]:checked + label:after {
    position: absolute;
    left: 1px;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background: url(/local/templates/main/img/svg/ok.svg);
    -webkit-background-size: 14px 13px;
    background-size: 14px 13px;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
    .send_request form .max [type="checkbox"]:checked + label:after {
        left: 5px;
        top: 10px;
        -webkit-background-size: 20px auto;
        background-size: 20px auto
    }
}

#overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    #overlay {
        overflow: auto;
        max-width: 100%
    }
}

#overlay.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#overlay .popup_block {
    position: relative
}

@media only screen and (max-width: 768px) {
    #overlay .popup_block {
        max-width: 100%
    }
}

#overlay .popup_block .close {
    background: url(/local/templates/main/img/svg/close.svg);
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    #overlay .popup_block .close {
        top: 125px
    }
}

.popup_block_content #send_bronirovanie, .popup_block_content #send_bronirovanie_mir, .popup_block_content #send_bronirovanie_cacheback, .popup_block_content #send_request, .popup_block_content #send_callback, .popup_block_content #send_share_news {
    display: none;
    width: 960px;
    background: #f6f7fb;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 35px 35px 20px
}

@media only screen and (max-width: 768px) {
    .popup_block_content #send_bronirovanie, .popup_block_content #send_bronirovanie_mir, .popup_block_content #send_bronirovanie_cacheback, .popup_block_content #send_request, .popup_block_content #send_callback, .popup_block_content #send_share_news {
        margin: 110px auto 0
    }
}

.popup_block_content #send_bronirovanie.popup_block, .popup_block_content #send_bronirovanie_mir.popup_block, .popup_block_content #send_bronirovanie_cacheback.popup_block, .popup_block_content #send_request.popup_block, .popup_block_content #send_callback.popup_block, .popup_block_content #send_share_news.popup_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.popup_block_content #send_bronirovanie .title, .popup_block_content #send_bronirovanie_mir .title, .popup_block_content #send_bronirovanie_cacheback .title, .popup_block_content #send_request .title, .popup_block_content #send_callback .title, .popup_block_content #send_share_news .title {
    font-size: 30px;
    font-weight: 300;
    color: #39495a;
    text-align: center;
    padding: 10px 0 20px;
    width: 100%
}

.popup_block_content #send_bronirovanie .title span, .popup_block_content #send_bronirovanie_mir .title span, .popup_block_content #send_bronirovanie_cacheback .title span, .popup_block_content #send_request .title span, .popup_block_content #send_callback .title span, .popup_block_content #send_share_news .title span {
    font-weight: 800;
    color: #463fff
}

.popup_block_content #send_bronirovanie .max, .popup_block_content #send_bronirovanie_mir .max, .popup_block_content #send_bronirovanie_cacheback .max, .popup_block_content #send_request .max, .popup_block_content #send_callback .max, .popup_block_content #send_share_news .max {
    width: 100%;
    padding: 0 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .popup_block_content #send_bronirovanie .max, .popup_block_content #send_bronirovanie_mir .max, .popup_block_content #send_bronirovanie_cacheback .max, .popup_block_content #send_request .max, .popup_block_content #send_callback .max, .popup_block_content #send_share_news .max {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.popup_block_content #send_bronirovanie .max.error, .popup_block_content #send_bronirovanie .max.success, .popup_block_content #send_bronirovanie_mir .max.error, .popup_block_content #send_bronirovanie_cacheback .max.error, .popup_block_content #send_bronirovanie_mir .max.success, .popup_block_content #send_bronirovanie_cacheback .max.success, .popup_block_content #send_request .max.error, .popup_block_content #send_request .max.success, .popup_block_content #send_callback .max.error, .popup_block_content #send_callback .max.success, .popup_block_content #send_share_news .max.error, .popup_block_content #send_share_news .max.success {
    display: none;
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 10px 0;
    padding: 7px 10px
}

.popup_block_content #send_bronirovanie .max.success, .popup_block_content #send_bronirovanie_mir .max.success, .popup_block_content #send_bronirovanie_cacheback .max.success, .popup_block_content #send_request .max.success, .popup_block_content #send_callback .max.success, .popup_block_content #send_share_news .max.success {
    color: #0f7d0f
}

.popup_block_content #send_bronirovanie .max label, .popup_block_content #send_bronirovanie_mir .max label, .popup_block_content #send_bronirovanie_cacheback .max label, .popup_block_content #send_request .max label, .popup_block_content #send_callback .max label, .popup_block_content #send_share_news .max label {
    width: 100%
}

.popup_block_content #send_bronirovanie label, .popup_block_content #send_bronirovanie_mir label, .popup_block_content #send_bronirovanie_cacheback label, .popup_block_content #send_request label, .popup_block_content #send_callback label, .popup_block_content #send_share_news label {
    padding: 0 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #263546
}

.popup_block_content #send_bronirovanie label.shot, .popup_block_content #send_bronirovanie_mir label.shot, .popup_block_content #send_bronirovanie_cacheback label.shot, .popup_block_content #send_request label.shot, .popup_block_content #send_callback label.shot, .popup_block_content #send_share_news label.shot {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3)
}

.popup_block_content #send_bronirovanie label.image-block, .popup_block_content #send_bronirovanie_mir label.image-block, .popup_block_content #send_bronirovanie_cacheback label.image-block, .popup_block_content #send_request label.image-block, .popup_block_content #send_callback label.image-block, .popup_block_content #send_share_news label.image-block {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.popup_block_content #send_bronirovanie label.image-block img:not(:last-child), .popup_block_content #send_bronirovanie_mir label.image-block img:not(:last-child), .popup_block_content #send_bronirovanie_cacheback label.image-block img:not(:last-child), .popup_block_content #send_request label.image-block img:not(:last-child), .popup_block_content #send_callback label.image-block img:not(:last-child), .popup_block_content #send_share_news label.image-block img:not(:last-child) {
    margin: 0 15px 0 0
}

.popup_block_content #send_bronirovanie label:last-child, .popup_block_content #send_bronirovanie_mir label:last-child, .popup_block_content #send_bronirovanie_cacheback label:last-child, .popup_block_content #send_request label:last-child, .popup_block_content #send_callback label:last-child, .popup_block_content #send_share_news label:last-child {
    padding: 0
}

.popup_block_content #send_bronirovanie label [type="text"], .popup_block_content #send_bronirovanie label [type="email"], .popup_block_content #send_bronirovanie label textarea, .popup_block_content #send_bronirovanie_mir label [type="text"], .popup_block_content #send_bronirovanie_cacheback label [type="text"], .popup_block_content #send_bronirovanie_mir label [type="email"], .popup_block_content #send_bronirovanie_cacheback label [type="email"], .popup_block_content #send_bronirovanie_mir label textarea, .popup_block_content #send_bronirovanie_cacheback label textarea, .popup_block_content #send_request label [type="text"], .popup_block_content #send_request label [type="email"], .popup_block_content #send_request label textarea, .popup_block_content #send_callback label [type="text"], .popup_block_content #send_callback label [type="email"], .popup_block_content #send_callback label textarea, .popup_block_content #send_share_news label [type="text"], .popup_block_content #send_share_news label [type="email"], .popup_block_content #send_share_news label textarea {
    width: 100%;
    min-height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #dddee2;
    margin: 10px 0 0
}

.popup_block_content #send_bronirovanie label textarea, .popup_block_content #send_bronirovanie_mir label textarea, .popup_block_content #send_bronirovanie_cacheback label textarea, .popup_block_content #send_request label textarea, .popup_block_content #send_callback label textarea, .popup_block_content #send_share_news label textarea {
    height: 100px;
    resize: none
}

.popup_block_content #send_bronirovanie [type="checkbox"], .popup_block_content #send_bronirovanie_mir [type="checkbox"], .popup_block_content #send_bronirovanie_cacheback [type="checkbox"], .popup_block_content #send_request [type="checkbox"], .popup_block_content #send_callback [type="checkbox"], .popup_block_content #send_share_news [type="checkbox"] {
    display: none
}

.popup_block_content #send_bronirovanie [type="checkbox"] + label, .popup_block_content #send_bronirovanie_mir [type="checkbox"] + labe, .popup_block_content #send_bronirovanie_cacheback [type="checkbox"] + label, .popup_block_content #send_request [type="checkbox"] + label, .popup_block_content #send_callback [type="checkbox"] + label, .popup_block_content #send_share_news [type="checkbox"] + label {
    display: inherit;
    position: relative;
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .popup_block_content #send_bronirovanie [type="checkbox"] + label, .popup_block_content #send_bronirovanie_mir [type="checkbox"] + label, .popup_block_content #send_bronirovanie_cacheback [type="checkbox"] + label, .popup_block_content #send_request [type="checkbox"] + label, .popup_block_content #send_callback [type="checkbox"] + label, .popup_block_content #send_share_news [type="checkbox"] + label {
        display: inline-block;
        padding-left: 32px
    }
}

.popup_block_content #send_bronirovanie [type="checkbox"] + label:before, .popup_block_content #send_bronirovanie_mir [type="checkbox"] + label:before, .popup_block_content #send_bronirovanie_cacheback [type="checkbox"] + label:before, .popup_block_content #send_request [type="checkbox"] + label:before, .popup_block_content #send_callback [type="checkbox"] + label:before, .popup_block_content #send_share_news [type="checkbox"] + label:before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 10px 0 0;
    border: 1px solid #dfdfdf
}

@media only screen and (max-width: 768px) {
    .popup_block_content #send_bronirovanie [type="checkbox"] + label:before, .popup_block_content #send_bronirovanie_mir [type="checkbox"] + label:before, .popup_block_content #send_bronirovanie_cacheback [type="checkbox"] + label:before, .popup_block_content #send_request [type="checkbox"] + label:before, .popup_block_content #send_callback [type="checkbox"] + label:before, .popup_block_content #send_share_news [type="checkbox"] + label:before {
        position: absolute;
        top: 0px;
        left: 0px
    }
}

.popup_block_content #send_bronirovanie [type="checkbox"]:checked + label:after, .popup_block_content #send_bronirovanie_mir [type="checkbox"]:checked + label:after, .popup_block_content #send_bronirovanie_cacheback [type="checkbox"]:checked + label:after, .popup_block_content #send_request [type="checkbox"]:checked + label:after, .popup_block_content #send_callback [type="checkbox"]:checked + label:after, .popup_block_content #send_share_news [type="checkbox"]:checked + label:after {
    position: absolute;
    left: 1px;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    background: url(/local/templates/main/img/svg/ok.svg);
    -webkit-background-size: 14px 13px;
    background-size: 14px 13px;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
    .popup_block_content #send_bronirovanie [type="checkbox"]:checked + label:after, .popup_block_content #send_bronirovanie_mir [type="checkbox"]:checked + label:after, .popup_block_content #send_bronirovanie_cacheback [type="checkbox"]:checked + label:after, .popup_block_content #send_request [type="checkbox"]:checked + label:after, .popup_block_content #send_callback [type="checkbox"]:checked + label:after, .popup_block_content #send_share_news [type="checkbox"]:checked + label:after {
        top: 0px
    }
}

.popup_block_content #send_bronirovanie .button, .popup_block_content #send_bronirovanie_mir .button, .popup_block_content #send_bronirovanie_cacheback .button, .popup_block_content #send_request .button, .popup_block_content #send_callback .button, .popup_block_content #send_share_news .button {
    margin: 25px auto 0;
    height: 44px;
    padding: 10px
}

.popup_block_content #send_callback .button {
    padding: 10px 40px 10px 10px
}

header {
    position: relative;
    width: 100%
}

@media only screen and (max-width: 768px) {
    header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

header > .container {
    -webkit-box-shadow: 0 5px 8px 0 #e9eaee;
    box-shadow: 0 5px 8px 0 #e9eaee;
    background-color: #ffffff
}

@media only screen and (max-width: 768px) {
    header > .container {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px)
    }

    header > .container .mail {
        display: none
    }

    header > .container .address {
        display: none
    }

    header > .container .send_request_button {
        display: none
    }
}

header .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    height: 50px;
    margin: 0 auto
}

header .contact .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px
}

header .contact .block a {
    margin: 0 10px 0 0
}

header .contact .block a:last-child {
    margin: 0
}

header .contact .block + .block_button {
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-left: 1px solid #e9eaee
}

header .contact .block + .block_button.phone:before {
    width: 14px;
    height: 26px;
    background: url(/local/templates/main/img/svg/phone-2.svg)
}

header .contact .block + .block_button:before, header .contact .block + .block_button:after {
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1200px) {
    header .contact .block {
        display: none
    }

    header .contact .block + .block_button {
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

header .contact .block.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 8
}

header .contact .block.open a {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 50px;
    height: auto;
    padding: 10px;
    margin: 0;
    border: none;
    border-bottom: solid 1px #dddee2;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media only screen and (max-width: 768px) {
    header nav.main {
        width: 50px;
        -webkit-box-ordinal-group: 21;
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20
    }

    header nav.main .menu_button {
        cursor: pointer;
        display: block
    }

    header nav.main .menu_button + ul {
        display: none
    }

    header .main_slider {
        -webkit-box-ordinal-group: 31;
        -webkit-order: 30;
        -ms-flex-order: 30;
        order: 30
    }

    header .filter {
        -webkit-box-ordinal-group: 51;
        -webkit-order: 50;
        -ms-flex-order: 50;
        order: 50
    }
}

header .h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 0 0;
    min-height: 200px
}

@media only screen and (max-width: 768px) {
    header .h1 {
        -webkit-box-ordinal-group: 41;
        -webkit-order: 40;
        -ms-flex-order: 40;
        order: 40
    }
}

header .h1 h1 {
    padding: 0 0 40px;
    display: block;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 700;
    color: #19182c;
    text-align: center
}

header .h1 h1:first-letter {
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    header .h1 h1 {
        padding: 20px 10px;
        min-height: auto;
        font-size: 30px
    }
}

header .h1.element h1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

header .covid_schedule {
    border-top: solid 1px #dddee2
}

@media only screen and (max-width: 768px) {
    header .covid_schedule {
        -webkit-box-ordinal-group: 24;
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23
    }
}

header .covid_schedule div {
    max-width: 1260px;
    margin: 0 auto;
    font-size: 14px;
    color: #f95a04;
    padding: 10px 0;
    font-weight: bold;
    text-align: center
}

header .covid {
    background: url("/local/templates/main/img/bg/covid.jpg") no-repeat center;
    height: 158px
}

@media only screen and (max-width: 768px) {
    header .covid {
        -webkit-box-ordinal-group: 26;
        -webkit-order: 25;
        -ms-flex-order: 25;
        order: 25;
        width: 100%;
        height: 130px
    }
}

header .covid .text {
    background: url("/local/templates/main/img/bg/covid_text.png") no-repeat center;
    height: 158px;
    -webkit-background-size: 736px auto;
    background-size: 736px auto
}

@media only screen and (max-width: 768px) {
    header .covid .text {
        background: url("/local/templates/main/img/bg/covid_text_m.png") no-repeat center;
        height: 130px;
        -webkit-background-size: 261px auto;
        background-size: 261px auto
    }
}

main {
    width: 100%
}

main .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

main .flex div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

main .wrapper {
    display: block;
    width: 100%;
    max-width: 1260px;
    margin: 20px auto 40px;
    padding: 0;
    font-size: 18px;
    color: #19182c
}

@media only screen and (max-width: 768px) {
    main .wrapper {
        padding: 0 10px;
        margin: 0 auto;
        font-size: 16px
    }

    main .wrapper img {
        max-width: 100%
    }
}

main .stock_and_best {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 95px
}

@media only screen and (max-width: 768px) {
    main .stock_and_best {
        background: none;
        margin: 0 auto
    }
}

main .stock_and_best .container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
    background: none
}

@media only screen and (max-width: 768px) {
    main .stock_and_best .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

main .stock_and_best .container .column {
    width: 100%
}

main .ticket_and_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 57px;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    main .ticket_and_news {
        margin: 0 auto
    }
}

main .ticket_and_news .container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
    background: none
}

@media only screen and (max-width: 768px) {
    main .ticket_and_news .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

main .ticket_and_news .ticket + .news-main {
    width: -webkit-calc(100% - 392px);
    width: calc(100% - 392px)
}

@media only screen and (max-width: 768px) {
    main .ticket_and_news .ticket + .news-main {
        width: 100%
    }
}

main .ticket_and_news .ticket + .news-main .item:nth-child(4) {
    display: none
}

@media only screen and (max-width: 768px) {
    main .ticket_and_news .ticket + .news-main .item:nth-child(4) {
        display: initial
    }
}

main .ticket_and_news .ticket + .news-main .item:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    main .ticket_and_news .ticket + .news-main .item:nth-child(5) {
        display: initial
    }
}

footer {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff
}

footer:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    width: 100%;
    height: 18px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(135deg, #fff 33%, transparent 33%) 0 0%, rgba(255, 255, 255, 0) -webkit-linear-gradient(45deg, #fff 33%, rgba(0, 0, 0, 0) 33%) 0 0%;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -o-linear-gradient(135deg, #fff 33%, transparent 33%) 0 0%, rgba(255, 255, 255, 0) -o-linear-gradient(45deg, #fff 33%, rgba(0, 0, 0, 0) 33%) 0 0%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), linear-gradient(-45deg, #fff 33%, transparent 33%) 0 0%, rgba(255, 255, 255, 0) linear-gradient(45deg, #fff 33%, rgba(0, 0, 0, 0) 33%) 0 0%;
    background-repeat: repeat-x;
    -webkit-background-size: 0px 100%, 36px 18px, 36px 18px;
    background-size: 0px 100%, 36px 18px, 36px 18px
}

@media only screen and (max-width: 768px) {
    footer:before {
        top: -18px
    }
}

@media only screen and (max-width: 768px) {
    footer.logo {
        font-size: 14px
    }
}

footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 0 23px
}

@media only screen and (max-width: 768px) {
    footer .container {
        padding: 0 0 10px
    }
}

footer .container .left {
    width: 215px;
    padding: 0 20px 0 0
}

@media only screen and (max-width: 768px) {
    footer .container .left {
        padding: 20px 10px 10px;
        width: 100%;
        border-bottom: 2px solid #dddee2
    }
}

@media only screen and (max-width: 768px) {
    footer .container .left nav.column {
        display: none
    }
}

footer .container .right {
    width: -webkit-calc(100% - 215px);
    width: calc(100% - 215px)
}

@media only screen and (max-width: 768px) {
    footer .container .right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

@media only screen and (max-width: 640px) {
    footer .container .right {
        display: initial
    }
}

@media only screen and (max-width: 768px) {
    footer .container .right nav.link {
        display: none
    }
}
html,
body {
    overflow-x: clip;
}
footer .container .right .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    flex-wrap: wrap;
    gap: 15px;
}
footer .container {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 768px) {
    footer .container .right .contact {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 9px 12px 0
    }
}

footer .container .right .contact a, footer .container .right .contact span {
    color: #020117;
    font-weight: 600;
    font-size: 15px
}

@media only screen and (max-width: 768px) {
    footer .container .right .contact a, footer .container .right .contact span {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 0 13px
    }
}

footer .container .right .contact .reestr {
    background: url("/local/templates/main/img/svg/gerb.svg") no-repeat 0 0/contain;
    padding-left: 40px;
    text-decoration: none
}

footer .container .right .link_and_social {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    footer .container .right .link_and_social {
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 768px) {
    footer .container .right .link_and_social nav.main {
        margin: 10px 0
    }
}

@media only screen and (max-width: 768px) {
    footer .container .right .link_and_social nav.main ul {
        padding: 0 12px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
}

@media only screen and (max-width: 768px) {
    footer .container .right .link_and_social nav.main ul li {
        margin: 0 0 20px;
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 768px) {
    footer .container .right .link_and_social nav.main ul li a {
        width: 100%;
        display: inline-block;
        text-align: center;
        height: auto
    }
}

@media only screen and (max-width: 768px) {
    footer .container .right .link_and_social nav.social {
        margin: 0 10px
    }
}

nav.main ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

nav.link ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

nav.link ul li {
    margin-right: 12px;
}

/* Отзывы */

.title.global {
    font-size: 30px;
    font-weight: 300;
    color: #39495a;
    line-height: normal;
    margin: 0 0 17px 0;
}

.title.global span {
    font-weight: 800;
    color: #463fff;
}

.reviews__total {
    background: #E1E9FA;
    border-radius: 15px;
    padding: 23px 26px;
    margin: 29px 0 45px 0;
}

.reviews__total-heading {

    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 21px 0;
}

.reviews__total-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: black;
    text-decoration: none;
}

.reviews__total-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 60px;
}

.reviews__item-logo {
    flex-shrink: 0;
}

.reviews__total-rating {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.reviews-rating__total {
    position: relative;
    font-size: 14px;
}

.reviews__box {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 36px;
}

.reviews__item {
    padding: 32px 35px 25px 25px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    height: auto;
}

.reviews__item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 0 37px 0;
}

.reviews__item-content {
    padding: 26px 30px;
    border-radius: 10px;
    background: #F6F7FB;
    margin: 0 0 24px 0;
    flex-grow: 1;
    position: relative;
}

.reviews__item-content::before {
    content: url(/html-layout/img/triangle.svg);
    position: absolute;
    top: -26px;
    left: 0;
}

.reviews__item-author {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.reviews__item-rating {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 12px 0;
}

.reviews-rating__progress {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(/html-layout/img/rating-progress.svg) no-repeat;
}

.reviews__item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.reviews__item-date {
    color: #999;
    font-size: 16px;
}

.reviews__item-link {
    font-size: 18px;
}

.reviews__item p {
    margin: 0;
}

.reviews__item p:not(:last-child) {
    margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
    .reviews__box {
        grid-template-columns: 4fr;
    }

    .reviews__item-head {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
        margin: 0 0 20px 0;
    }

    .reviews__item {
        padding: 20px;
    }

    .reviews__item-content {
        padding: 15px;
    }
}

.header-email {
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #f95a04
}

.header-email:hover {
    text-decoration: underline;
    color: #dc5005
}

.cookie {
    position: fixed;
    z-index: 650;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    width: 600px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.cookie a {
    text-decoration: underline;
    color: black;
}
.cookie p {
    margin: 0;
}
.cookie .button.orange {
    background: linear-gradient(to bottom, #f87725, #f95a04);
    padding: 10px;
}

@media screen and (max-width: 510px) {
    footer .container .right .contact .reestr {
        padding-left: 64px;
    }
}
.news-main .list .item {
    height: auto !important;
}
.news-main .list .item .text {
    max-height: unset !important;
}
@media screen and (max-width: 768px) {
    .cookie {
        width: calc(100% - 20px);
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 10px;
        bottom: 15px;
    }    
    .cookie .btn-default {
        width: 100%;
    }
    .cookie br {
        display: none;
    }
    .news-main .list .item .link {
        display: block;
        text-align: center;
        padding: 3px 15px 5px 15px !important;
    }
    .news-main .list .item {
        height: 310px !important;
    }
    .tags_main .link {
        height: auto !important;
    }
}



/*start TT36052*/
.banner {
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0 30px 0;
    display: block;
}
.wrapper img {
    max-width: 100%;
    vertical-align: middle;
}
.tour-row {
    display: flex;
    align-items: flex-start;
    gap: 21px;
}
.tour-aside {
    width: 303px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.tour-content {
    flex-grow: 1;
}
.tour-aside__item {
    box-shadow: inset 13px 13px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px 30px;
    background: #fff;
}
.tour-aside__head {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 11px 0;
}
.tour-aside__head-text {
    margin: 0 0 2px 0;
}
.tour-aside__head-name {
    font-weight: 700;
    font-size: 30px;
}
.tour-aside__date {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    text-align: center;
    padding: 6px 20px;
    border-radius: 30px;
    box-shadow: 15px 15px 40px 0 rgba(0, 0, 0, 0.27);
    margin: 0 0 11px 0;
    color: #fff;
}
.tour-aside__item .button {
    white-space: normal;
    height: 40px;
    padding: 0 20px;
}
.tour-aside__date.yellow {
    background: linear-gradient(360deg, #f2c40a 21.63%, #f5ec93 195.59%);
}
.tour-aside__date.orange {
    background: linear-gradient(360deg, #f26d16 21.63%, #fa8f4a 195.59%);
}
.tour-aside__descr {
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    margin: 0 0 14px 0;
}
.tour-aside__price {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin: 0 0 13px 0;
}
.centered-box {
    display: flex;
    justify-content: center;
}
.big-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 25px 0;
}
.big-box {
    padding: 0 33px;
    position: relative;
    max-width: 627px;
}
.big-box .swiper {
    position: static;
}
.swiper-button-prev,
.swiper-button-next {
    display: flex;
    cursor: pointer;
    user-select: none;
    width: auto;
    height: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.big-slider__item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.big-slider__item img {
    border-radius: 20px;
}
.big-gallery {
    width: 303px;
    flex-shrink: 0;
    
}
.big-gallery__layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
}
.big-gallery__item {
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    padding-top: 76%;
}
.programm-item img {
    width: 100%;
}
.big-gallery__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.big-gallery__more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    font-weight: 800;
    line-height: normal;
    margin: 0px 0 0 auto;
}
.big-gallery__hidden {
    display: none;
    margin: 0 0 25px 0;
}
.big-gallery__hidden.active {
    display: block;
}
.big-gallery__hidden .big-gallery__layout {
    grid-template-columns: repeat(6, 1fr);
}
.catalog_element .tab {
    margin: 25px 0 0 0;
}
.big-slider .swiper-button-next {
    right: 0;
}
.big-slider .swiper-button-prev {
    left: 0;
}
.big-slider .swiper-button-next,
.big-slider .swiper-button-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}
.big-slider .swiper-button-prev::after,
.big-slider .swiper-button-next::after {
    content: none;
}
.big-gallery__more.active svg {
    transform: rotate(180deg);
}

.content-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.content-row__item {
    border-radius: 20px;
    overflow: hidden;
}
.content-row__text p:first-child {
    margin-top: 0;
}
.content-row__img {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 465px;
    flex-shrink: 0;
}
.new-content h3 {
    font-size: 30px;
    line-height: normal;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0604B8;
    margin: 24px 0;
}
.new-content h3:first-child {
    margin-top: 0;
}
.new-content h3::after {
    content: '';
    width: 41px;
    height: 6px;
    background: url(/local/templates/main/img/arrow.svg) no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}
.anchor-block:not(:last-child) {
    margin: 0 0 24px 0;
}
.anchors-block {
    display: flex;
    gap: 12px 32px;
    padding: 16px 22px;
    border-radius: 10px;
    background: #373EA2;
    margin: 25px 0;
    flex-wrap: wrap;
}
.anchors-block a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    display: flex;
}
.catalog_element.block {
    display: block;
}
.new-content {
    font-size: 15px;
    line-height: normal;
}
.new-content__download {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    background: linear-gradient(360deg, #e1b708 0%, #f4e254 108.93%);
    border-radius: 15px;
    margin: 28px 0;
    padding: 8px 31px;
    text-decoration: none;
}

.new-content__download img {
    flex-shrink: 0;
}
.programm-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.programm-item {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.programm-item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.programm-item g {
    cursor: pointer;
    pointer-events: bounding-box;
    transform: translateX(-31px);
}
.image-modal {
    max-width: 626px;
    width: 100%;
    padding: 0;
    background: transparent;
}
.image-modal__inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.image-modal__close {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0 0;
}
.image-modal__box {
    background: linear-gradient(360deg, #f26a11 0%, #fb9551 108.93%);
    padding: 8px 25px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    line-height: normal;
    border-radius: 20px;
}
.image-modal img {
    max-width: 100%;
}
.image-modal__item {
    border-radius: 20px;
    overflow: hidden;
}
.image-modal .fancybox-close-small {
    display: none;
}
.ticket {
    padding: 20px;
    background: #2927A0;
    border-radius: 20px;
    display: flex;
    gap: 35px;
    position: relative;
    margin: 0 0 30px 0;
}
.ticket__place {
    width: calc(273px + 104px);
    position: relative;
    background: #fff;
    line-height: normal;
    display: flex;
    align-items: stretch;
}
.ticket__place-left {
    width: 273px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding: 15px;
    position: relative;
}
.ticket__place-right {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 15px;
}
.ticket__place-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}
.ticket__place-category {
    font-weight: 300;
    font-size: 15px;
}
.ticket__place-name {
    font-weight: 800;
    font-size: 15px;
}
.ticket__place-price {
    font-weight: 700;
    font-size: 45px;
}
.ticket__place-right {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 3px dotted #2927A0;
    position: relative;
}
.ticket__place-logo {
    width: 59px;
}
.ticket__place::before,
.ticket__place::after,
.ticket__place-left::before,
.ticket__place-left::after,
.ticket__place-right::before,
.ticket__place-right::after {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    background: #2927A0;
    z-index: 1;
}
.ticket__place::before {
    top: -6px;
    left: -6px;
}
.ticket__place::after {
    bottom: -6px;
    left: -6px;
}
.ticket__place-left::before {
    top: -10px;
    right: -10px;
}
.ticket__place-left::after {
    bottom: -10px;
    right: -10px;
}
.ticket__place-right::before {
    top: -6px;
    right: -6px;
}
.ticket__place-right::after {
    bottom: -6px;
    right: -6px;
}
.ticket__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.ticket__bg img {
    height: 100%;
}
.ticket-list {
    padding: 0;
    margin: 0;
}

.ticket__content {
    color: #fff;
    font-size: 15px;
    line-height: normal;
    max-width: 300px;
    font-weight: 500;
}
.ticket__content-head {
    margin: 0 0 11px 0;
    font-weight: 900;
}
.ticket-list__item::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    background: #F1DA2F;
}
.ticket-list__item {
    position: relative;
    list-style-type: none;
    padding: 0 0 0 24px;
}
.ticket-list__item:not(:last-child) {
    margin: 0 0 2px 0;
}
.req-docs__head {
    border-radius: 20px;
    padding: 19px 33px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(0deg, #509a00 -19.4%, #6aca00 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    margin: 0 0 11px 0;
}
.req-docs__head svg {
    transition: .3s ease-in-out;
}
.req-docs__head.active svg {
    transform: rotate(180deg);
}
.req-docs {
    width: 100%;
    max-width: 465px;
}
.req-docs__body {
    display: none;
}
.req-docs__inner {
    padding: 30px;
    border-radius: 20px;
    box-shadow: inset 13px 13px 20px -5px rgba(0, 0, 0, 0.1);
    background: #797979;
}
.req-docs__inner .ticket-list__item {
    color: #fff;
    font-weight: 800;
}
.req-docs__inner .ticket-list__item::before {
    background: #6ACA00;
}
main .wrapper {
    padding: 0 15px;
}

@media screen and (max-width: 1440px) {
    .big-box {
        max-width: 460px;
    }
    .big-row {
        justify-content: space-between;
    }
}
@media screen and (max-width: 1140px) {
    .big-gallery,
    .big-gallery__more {
        display: none;
    }
    .big-box {
        width: calc(100vw - 354px);
        max-width: unset;
    }
    .content-row {
        flex-direction: column;
    }
    .content-row__img {
        width: auto;
    }
}
@media screen and (max-width: 1024px) {
    .tour-row {
        flex-direction: column;
    }
    .tour-aside {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 0 80px 0;
    }
    .big-box {
        width: calc(100vw - 30px);
    }
}
@media screen and (max-width: 768px) {
    .tour-aside__date {
        font-size: 16px;
        padding: 5px 10px;
    }
    .tour-aside__price {
        font-size: 24px;
    }
    .tour-aside__item {
        padding: 12px;
    }
    .anchors-block {
        gap: 12px 15px;
        
    }
    
    .programm-layout {
        grid-template-columns: repeat(2, 1fr);
    }
    .ticket {
        flex-direction: column;
    }
    .ticket__place {
        width: 100%;
    }
    .ticket__bg img {
        height: auto;
    }
    .ticket__bg {
        top: auto;
        bottom: 0;
        width: 200px;
        height: auto;
    }
    .ticket__place-left {
        width: 50%;
    }
    .ticket__place-right {
        width: 50%;
    }
    .ticket__place-price {
        font-size: 20px;
    }
    .ticket__place-category,
    .ticket__place-name {
        font-size: 12px;
    }
    .req-docs {
        max-width: unset;
    }
    .req-docs__head {
        font-size: 15px;
        padding: 12px;
    }
    .req-docs__inner {
        padding: 12px;
    }
    .ticket__place-head {
        gap: 5px;
    }
    .ticket__place-left {
        gap: 7px;
    }
}
@media screen and (max-width: 560px) {
    .tour-aside {
        grid-template-columns: 4fr;
    }
    .big-slider .swiper-button-next, .big-slider .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    .big-slider .swiper-button-next svg, .big-slider .swiper-button-prev svg {
        width: 100%;
        height: 100%;
    }
    .big-box {
        padding: 0 14px;
    }
    .programm-layout {
        grid-template-columns: 4fr;
    }
}
/*end TT36052*/
/*
.ticket__place-price {
    font-size: 34px;
}

@media screen and (max-width: 1140px) {
    .big-gallery, .big-gallery__more {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .big-row {
        display: block;
    }
    .big-box {
        width: 100%;
    }
    .tour-row {
        display: block;
    }
    .big-box {
        margin: 0 0 20px 0;
    }
    .big-gallery__layout {
        grid-template-columns: repeat(6, 1fr);
    }
    .big-gallery {
        width: 100%;
    }
    .big-slider__item {
        padding-top: 75%;
    }
    .big-slider__item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
    .big-gallery__hidden .big-gallery__layout,
    .big-gallery__layout {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .big-gallery__hidden {
        margin: 0 0 8px 0;
    }
    .big-row {
        margin: 0 0 8px 0;
    }
    .ticket__place-price {
        font-size: 19px;
        white-space: nowrap;
    }
}
*/

.big-gallery__item.active::before {
    opacity: 1;
}
.big-gallery__item {
    position: relative;
}
.big-gallery__item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    background: rgba(0,0,0,.4);
    z-index: 1;
}
.big-slider__item  {
    padding-top: 67.6%;
    width: 100%;
    display: block;
}

.big-slider__item  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1440px) {
    .big-slider__item {
        padding-top: 89.6%;
    }
}
@media screen and (min-width: 1141px) {
    .big-box {
        width: 100%;
    }
}
@media screen and (max-width: 1140px) {
    .big-slider__item {
        padding-top: 67.6%;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/tours/style.css?16298153902149*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 40px;
	overflow: hidden;
	max-width: 100%;
	height: 100%;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 40;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/
.popup-window {
	max-height: 250px;
	overflow: auto;
}
.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	/*display: none;*/
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/* End */


/* Start:/local/templates/main/swiper.css?178790154818459*/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/page_element.css?162981539031628*/
.catalog_element{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:22px auto 0}@media only screen and (max-width: 768px){.catalog_element{width:100%}}.catalog_element .element_slider{width:600px;height:400px}@media only screen and (max-width: 768px){.catalog_element .element_slider{width:100%;height:-webkit-calc(100vw/3 *2);height:calc(100vw/3 *2);position:relative}}.catalog_element .element_slider .item{display:block;width:600px;height:400px;background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;background-size:contain;-webkit-border-radius:5px;border-radius:5px}@media only screen and (max-width: 768px){.catalog_element .element_slider .item{width:100%;height:-webkit-calc(100vw/3 *2);height:calc(100vw/3 *2);-webkit-background-size:cover;background-size:cover}}.catalog_element .element_slider .owl-nav{width:100%;max-width:1260px;position:relative;margin:0 auto;margin-top:-234px;margin-bottom:234px}@media only screen and (max-width: 768px){.catalog_element .element_slider .owl-nav{margin:0;top:-webkit-calc(50% - 10px);top:calc(50% - 10px);position:absolute}}.catalog_element .element_slider .owl-nav .owl-prev,.catalog_element .element_slider .owl-nav .owl-next{position:absolute;width:68px;height:68px;background:url(/local/templates/main/img/svg/banner-arrow.svg);-webkit-background-size:100% 100%;background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}@media only screen and (max-width: 768px){.catalog_element .element_slider .owl-nav .owl-prev,.catalog_element .element_slider .owl-nav .owl-next{width:27px;height:21px;background:url(/local/templates/main/img/svg/down-hleb-hover.svg);background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}}.catalog_element .element_slider .owl-nav .owl-prev span,.catalog_element .element_slider .owl-nav .owl-next span{display:none}.catalog_element .element_slider .owl-nav .owl-prev:hover,.catalog_element .element_slider .owl-nav .owl-next:hover{background:url(/local/templates/main/img/svg/banner-arrow-active.svg);-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@media only screen and (max-width: 768px){.catalog_element .element_slider .owl-nav .owl-prev:hover,.catalog_element .element_slider .owl-nav .owl-next:hover{width:27px;height:21px;background:url(/local/templates/main/img/svg/down-hleb-hover.svg);background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}}.catalog_element .element_slider .owl-nav .owl-prev{left:0}.catalog_element .element_slider .owl-nav .owl-next{right:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@media only screen and (max-width: 768px){.catalog_element .element_slider .owl-nav .owl-next{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}}.catalog_element .element_slider .owl-nav .owl-next:hover{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}@media only screen and (max-width: 768px){.catalog_element .element_slider .owl-nav .owl-next:hover{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}}.catalog_element .info{width:-webkit-calc(100% - 600px);width:calc(100% - 600px);padding:0 0 0 15px;margin:0 0 0 auto}@media only screen and (max-width: 768px){.catalog_element .info{width:100%;padding:6px 0 10px}}.catalog_element .info .labels{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;min-width:100%;margin:0 auto 15px;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}@media only screen and (max-width: 768px){.catalog_element .info .labels{margin:0;position:relative;padding:0 0 50px}}.catalog_element .info .labels .label{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:60px;max-width:60px;height:60px;padding:0 12px;font-size:14px;font-weight:600;color:#ffffff;text-align:center}.catalog_element .info .labels .label.age{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:initial;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;min-width:90px;max-width:initial;background:-webkit-gradient(linear, left top, left bottom, from(#6470f8), to(#463fff));background:-webkit-linear-gradient(top, #6470f8, #463fff);background:-o-linear-gradient(top, #6470f8, #463fff);background:linear-gradient(to bottom, #6470f8, #463fff)}.catalog_element .info .labels .label.age:before{content:url(/local/templates/main/img/svg/age.svg);display:block;width:13px;height:16px;padding-right:4px}.catalog_element .info .labels .label.url{-webkit-flex-basis:300%;-ms-flex-preferred-size:300%;flex-basis:300%;width:100%;min-width:initial;max-width:initial;background:-webkit-gradient(linear, left top, left bottom, from(#6470f8), to(#463fff));background:-webkit-linear-gradient(top, #6470f8, #463fff);background:-o-linear-gradient(top, #6470f8, #463fff);background:linear-gradient(to bottom, #6470f8, #463fff)}@media only screen and (max-width: 768px){.catalog_element .info .labels .label.url{position:absolute;bottom:0;left:0;height:40px;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 8px 5px #e9eaee;box-shadow:0 0 8px 5px #e9eaee;border:solid 1px #e2e3e6;background:#ffffff;color:#4842fe;text-shadow:none}}.catalog_element .info .labels .label.url:before{content:url(/local/templates/main/img/png/globus.png);display:block;width:17px;height:17px;padding-right:4px}@media only screen and (max-width: 768px){.catalog_element .info .labels .label.url:before{content:url(/local/templates/main/img/png/globus-blue.png)}}.catalog_element .info .labels .label.url a{text-decoration:none;color:#ffffff}.catalog_element .info .labels .label.spring{max-width:60px;background:url(/local/templates/main/img/svg/spring.svg) no-repeat center,-webkit-gradient(linear, left top, left bottom, from(#6dce00), to(#4d9c01));background:url(/local/templates/main/img/svg/spring.svg) no-repeat center,-webkit-linear-gradient(top, #6dce00, #4d9c01);background:url(/local/templates/main/img/svg/spring.svg) no-repeat center,-o-linear-gradient(top, #6dce00, #4d9c01);background:url(/local/templates/main/img/svg/spring.svg) no-repeat center,linear-gradient(to bottom, #6dce00, #4d9c01)}.catalog_element .info .labels .label.summer{max-width:60px;background:url(/local/templates/main/img/svg/leto.svg) no-repeat center,-webkit-gradient(linear, left top, left bottom, from(#f7e500), to(#f3ba08));background:url(/local/templates/main/img/svg/leto.svg) no-repeat center,-webkit-linear-gradient(top, #f7e500, #f3ba08);background:url(/local/templates/main/img/svg/leto.svg) no-repeat center,-o-linear-gradient(top, #f7e500, #f3ba08);background:url(/local/templates/main/img/svg/leto.svg) no-repeat center,linear-gradient(to bottom, #f7e500, #f3ba08);text-shadow:0 0 4px rgba(0,0,0,0.8)}.catalog_element .info .labels .label.autumn{max-width:60px;background:url(/local/templates/main/img/svg/automn.svg) no-repeat center,-webkit-gradient(linear, left top, left bottom, from(#f87826), to(#f95a04));background:url(/local/templates/main/img/svg/automn.svg) no-repeat center,-webkit-linear-gradient(top, #f87826, #f95a04);background:url(/local/templates/main/img/svg/automn.svg) no-repeat center,-o-linear-gradient(top, #f87826, #f95a04);background:url(/local/templates/main/img/svg/automn.svg) no-repeat center,linear-gradient(to bottom, #f87826, #f95a04);text-shadow:0 0 4px rgba(0,0,0,0.8)}.catalog_element .info .labels .label.winter{max-width:60px;background:url(/local/templates/main/img/svg/winter.svg) no-repeat center,-webkit-gradient(linear, left top, left bottom, from(#6471f8), to(#463fff));background:url(/local/templates/main/img/svg/winter.svg) no-repeat center,-webkit-linear-gradient(top, #6471f8, #463fff);background:url(/local/templates/main/img/svg/winter.svg) no-repeat center,-o-linear-gradient(top, #6471f8, #463fff);background:url(/local/templates/main/img/svg/winter.svg) no-repeat center,linear-gradient(to bottom, #6471f8, #463fff);text-shadow:0 0 4px rgba(0,0,0,0.8)}.catalog_element .info .labels .label:first-child{-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}@media only screen and (max-width: 768px){.catalog_element .info .labels .label:last-child{-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}}.catalog_element .info .thematics_and_price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price{width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0}}.catalog_element .info .thematics_and_price .thematics{cursor:pointer;width:50%;display:block;margin:0 auto;padding:0 10px 0 0;font-size:14px;color:#2a3237}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics{width:100%;padding:22px 0 41px}}.catalog_element .info .thematics_and_price .thematics .title{font-size:14px;font-weight:bold;color:#ff5300;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.catalog_element .info .thematics_and_price .thematics .title span{display:none}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics .title{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.catalog_element .info .thematics_and_price .thematics .title span{display:none}.catalog_element .info .thematics_and_price .thematics .title span:first-child{display:inline}}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics .title.open span{display:none}.catalog_element .info .thematics_and_price .thematics .title.open span:nth-child(2){display:inline}}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics .title b{display:none}}.catalog_element .info .thematics_and_price .thematics .title:before{content:url(/local/templates/main/img/svg/tematika.svg);display:inline;padding:2px 5px 0 0;width:16px;height:15px}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics .title:after{content:url(/local/templates/main/img/svg/down-hleb-2.svg);display:inline;padding:6px 0 0 5px;width:5px;height:5px}.catalog_element .info .thematics_and_price .thematics .title.open:after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);margin:10px 0 0}}.catalog_element .info .thematics_and_price .thematics .tags{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:13px 0 0}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics .tags{display:none;margin:5px auto 0}}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics .tags.open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.catalog_element .info .thematics_and_price .thematics .tags .link{cursor:pointer;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 8px 5px #e9eaee;box-shadow:0 0 8px 5px #e9eaee;border:solid 1px #dddee2;background-color:#f6f7fb;text-decoration:none;font-size:14px;font-weight:600;color:#263546;padding:3px 5px;text-decoration:none;margin:0 5px 5px 0}.catalog_element .info .thematics_and_price .thematics .tags .link:hover{background-color:#ececf0}.catalog_element .info .thematics_and_price .price{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 0 auto;font-size:14px;color:#2a3237}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .price{width:100%}}.catalog_element .info .thematics_and_price .price .title{font-size:14px;font-weight:bold;color:#ff5300;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .price .title{display:none}}.catalog_element .info .thematics_and_price .price .title:before{content:url(/local/templates/main/img/svg/price.svg);display:inline;padding:2px 5px 0 0;width:10px;height:15px}.catalog_element .info .thematics_and_price .price form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:13px 0 0}.catalog_element .info .thematics_and_price .price form select{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:40px;border:none;-webkit-border-radius:3px;border-radius:3px;background-color:#ffffff;border:solid 1px #dddee2;font-size:15px;color:#19182c;margin:0 0 13px 0}.catalog_element .info .thematics_and_price .price form .button{height:40px;padding:0 19px;margin:0 0 0 auto}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .price form .button{width:135px;font-size:12px;padding:0 10px;margin:9px 0 6px auto}}.catalog_element .info .thematics_and_price .price form .value{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 5px;margin:0 0 13px 0}.catalog_element .info .thematics_and_price .price form .value .cost,.catalog_element .info .thematics_and_price .price form .value .rub{font-size:36px;color:#263546}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .price form .value{width:-webkit-calc(100% - 145px);width:calc(100% - 145px);padding:0;margin:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.catalog_element .info .thematics_and_price .price .print{position:relative;font-size:14px;font-weight:bold;color:#263546;border-bottom:1px dotted #263546;text-decoration:none;margin:14px 0 0 auto;cursor:pointer}.catalog_element .info .thematics_and_price .price .print:before{content:'';background:url(/local/templates/main/img/svg/printer.svg) no-repeat;display:inline;padding:0;width:17px;height:17px;position:absolute;left:-23px;top:3px;-webkit-background-size:100% 100%;background-size:100%}.catalog_element .info .thematics_and_price .price .callback{position:relative;font-size:14px;font-weight:bold;color:#263546;border-bottom:1px dotted #263546;text-decoration:none;margin:14px 0 0 auto}.catalog_element .info .thematics_and_price .price .callback:before{content:url(/local/templates/main/img/svg/black-iph.svg);display:inline;padding:0;width:10px;height:17px;position:absolute;left:-20px;top:3px}.catalog_element .info .thematics_and_price .thematics{cursor:pointer}.catalog_element .info .thematics_and_price .thematics+.price{width:50%}@media only screen and (max-width: 768px){.catalog_element .info .thematics_and_price .thematics+.price{width:100%}}.catalog_element .gallery{margin:36px auto;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media only screen and (max-width: 768px){.catalog_element .gallery{display:none;margin:5px auto;padding:0 0 30px}}.catalog_element .gallery .item,.catalog_element .gallery .show_all{width:100px;height:60px;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover;-webkit-border-radius:5px;border-radius:5px;margin:0 14px 14px 0}@media only screen and (max-width: 768px){.catalog_element .gallery .item,.catalog_element .gallery .show_all{width:140px;height:100px;padding:0;margin:0 auto 5px}}.catalog_element .gallery .item{cursor:pointer}.catalog_element .gallery .item:nth-child(n+11){display:none}@media only screen and (max-width: 768px){.catalog_element .gallery .item{display:none}}@media only screen and (max-width: 768px){.catalog_element .gallery.show .item{display:initial}}.catalog_element .gallery.show .item:nth-child(n+11){display:initial}.catalog_element .gallery .show_all{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:214px;-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}@media only screen and (max-width: 768px){.catalog_element .gallery .show_all{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;height:auto;padding:0;margin:10px auto;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;width:100%}}.catalog_element .gallery .show_all a{cursor:pointer;border-bottom:1px dashed #19182c;font-size:12px;font-weight:bold;color:#19182c}.catalog_element .tab{width:100%}.catalog_element .tab .panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;min-height:50px;height:auto;-webkit-border-radius:5px;border-radius:5px;padding:5px;background-image:-webkit-gradient(linear, left top, left bottom, from(#6470f8), to(#463ffe));background-image:-webkit-linear-gradient(top, #6470f8, #463ffe);background-image:-o-linear-gradient(top, #6470f8, #463ffe);background-image:linear-gradient(to bottom, #6470f8, #463ffe)}@media only screen and (max-width: 768px){.catalog_element .tab .panel{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}}.catalog_element .tab .panel>div{height:40px;padding:10px 20px;font-size:14px;font-weight:800;color:#ffffff;cursor:pointer;text-transform:uppercase}@media only screen and (max-width: 768px){.catalog_element .tab .panel>div{font-size:14px;padding:10px 6px}}.catalog_element .tab .panel>div.active{-webkit-border-radius:5px;border-radius:5px;background-color:#f6f7fb;color:#463ffe;position:relative}@media only screen and (max-width: 768px){.catalog_element .tab .panel>div.active{position:initial}}.catalog_element .tab .panel>div.active:after{content:url(/local/templates/main/img/svg/filtr.svg);display:inline;padding:0;width:10px;height:6px;position:absolute;left:-webkit-calc(50% - 5px);left:calc(50% - 5px);bottom:-1px}@media only screen and (max-width: 768px){.catalog_element .tab .panel>div.active:after{bottom:-5px}}.catalog_element .tab .content{padding:10px 0 30px;font-size:16px;color:#263546}.reviews .add_review{display:inline-block;font-size:20px;font-weight:bold;color:#19182c;border-bottom:1px dashed #19182c;margin:23px 0 41px;cursor:pointer}@media only screen and (max-width: 768px){.reviews .add_review{font-size:18px;margin:8px auto 16px;text-align:center;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.reviews .form_add_review{width:100%;max-width:1230px;display:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.reviews .form_add_review .max.error,.reviews .form_add_review .max.success{display:none;width:100%;color:#ff0000;font-weight:bold;font-size:14px;text-align:center;-webkit-border-radius:5px;border-radius:5px;background-color:rgba(255,255,255,0.6);margin:20px 0;padding:7px 10px}.reviews .form_add_review .max.success{color:#0f7d0f}.reviews .form_add_review.show{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.reviews .form_add_review .left{width:-webkit-calc(60% - 10px);width:calc(60% - 10px);margin:0 10px 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 768px){.reviews .form_add_review .left{width:100%;margin:0}}.reviews .form_add_review .left label{width:100%;font-size:14px;font-weight:600;color:#263546;margin:0 0 24px}@media only screen and (max-width: 768px){.reviews .form_add_review .left label{width:100%;font-size:12px}}.reviews .form_add_review .left label input,.reviews .form_add_review .left label textarea{width:100%;height:40px;-webkit-border-radius:5px;border-radius:5px;border:solid 1px #dddee2;background-color:#ffffff;margin:5px 0 0;padding:0 5px}@media only screen and (max-width: 768px){.reviews .form_add_review .left label input,.reviews .form_add_review .left label textarea{margin:6px 0 1px}}.reviews .form_add_review .left label textarea{height:170px;padding:5px;resize:none}.reviews .form_add_review .left label.short{width:-webkit-calc(50% - 10px);width:calc(50% - 10px);margin:0 0 24px 10px}@media only screen and (max-width: 768px){.reviews .form_add_review .left label.short{width:100%;margin:0 0 18px}}.reviews .form_add_review .left label.short:nth-child(odd){margin:0 10px 18px 0}@media only screen and (max-width: 768px){.reviews .form_add_review .left label.short:nth-child(odd){margin:0 0 18px}}.reviews .form_add_review .left>:last-child{margin:0}.reviews .form_add_review .right{width:40%;padding:23px 2px 0 0}@media only screen and (max-width: 768px){.reviews .form_add_review .right{width:100%;padding:0}}.reviews .form_add_review .right .rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:bold;color:#263546;margin:0 0 15px}@media only screen and (max-width: 768px){.reviews .form_add_review .right .rating{-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.reviews .form_add_review .right .rating .title{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center}@media only screen and (max-width: 768px){.reviews .form_add_review .right .rating .title{width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center;padding:10px 0}}.reviews .form_add_review .right .rating input[type="radio"]{display:none}.reviews .form_add_review .right .rating label{width:40px;height:40px;background:url(/local/templates/main/img/svg/gray-star.svg);-webkit-background-size:22px auto;background-size:22px auto;background-position:center;background-repeat:no-repeat;border-right:1px solid #dddee2;cursor:pointer}@media only screen and (max-width: 768px){.reviews .form_add_review .right .rating label{-webkit-flex-basis:40px;-ms-flex-preferred-size:40px;flex-basis:40px}}.reviews .form_add_review .right .rating label:nth-child(2){border:none}.reviews .form_add_review .right .rating input:checked ~ label,.reviews .form_add_review .right .rating label:hover ~ label,.reviews .form_add_review .right .rating label:hover{background:url(/local/templates/main/img/svg/blue-star.svg);-webkit-background-size:22px auto;background-size:22px auto;background-position:center;background-repeat:no-repeat}.reviews .form_add_review>[type="checkbox"]{display:none}.reviews .form_add_review>[type="checkbox"]+label{display:inherit;width:100%;position:relative;-webkit-box-flex:initial;-webkit-flex-grow:initial;-ms-flex-positive:initial;flex-grow:initial;cursor:pointer;color:#463ffe;font-weight:600;font-size:12px;padding-top:2px}.reviews .form_add_review>[type="checkbox"]+label a{color:#463ffe}.reviews .form_add_review>[type="checkbox"]+label a:visited{color:#463ffe}@media only screen and (max-width: 768px){.reviews .form_add_review>[type="checkbox"]+label{display:block;padding:0 0 0 50px;margin:0 0 20px}}.reviews .form_add_review>[type="checkbox"]+label:before{content:"";width:20px;height:20px;-webkit-border-radius:5px;border-radius:5px;border:solid 1px #dddee2;background-color:#ffffff;display:inline-block;margin:0 10px 0 0}@media only screen and (max-width: 768px){.reviews .form_add_review>[type="checkbox"]+label:before{position:absolute;left:0;top:5px;width:30px;height:30px}}.reviews .form_add_review>[type="checkbox"]:checked+label:after{position:absolute;left:1px;content:"";width:20px;height:20px;-webkit-border-radius:5px;border-radius:5px;display:inline-block;background:url(/local/templates/main/img/svg/path-11.svg);-webkit-background-size:14px 13px;background-size:14px 13px;background-position:center;background-repeat:no-repeat}@media only screen and (max-width: 768px){.reviews .form_add_review>[type="checkbox"]:checked+label:after{left:5px;top:10px;-webkit-background-size:20px auto;background-size:20px auto}}.reviews .form_add_review>input{margin:38px auto 57px;font-size:14px}@media only screen and (max-width: 768px){.reviews .form_add_review>input{margin:30px auto 8px}}.reviews .list{margin:30px 0 45px}.reviews .list .item{margin:10px auto 35px;-webkit-border-radius:5px;border-radius:5px;background-color:#ffffff}.reviews .list .item .contact_and_rating{border-bottom:1px solid #dddee2;width:100%;height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 15px}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating{padding:5px 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;border:none}}.reviews .list .item .contact_and_rating .name{width:250px;font-size:14px;font-weight:bold;color:#19182c;white-space:nowrap}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating .name{width:-webkit-calc(100% - 110px);width:calc(100% - 110px);white-space:normal;padding-left:5px}}.reviews .list .item .contact_and_rating .data{font-size:18px;font-weight:800;text-align:center;color:#463ffe;white-space:nowrap;margin:auto 0 auto 30px}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating .data{width:100px;font-size:12px;text-align:right;margin:auto 0;padding-right:5px}}.reviews .list .item .contact_and_rating .rating{width:205px;margin:auto 20px auto 0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating .rating{width:100%;margin:auto;border-top:1px solid #dddee2;border-bottom:1px solid #dddee2}}.reviews .list .item .contact_and_rating .rating span{width:40px;height:40px;background:url(/local/templates/main/img/svg/gray-star.svg);-webkit-background-size:22px auto;background-size:22px auto;background-position:center;background-repeat:no-repeat;border-right:1px solid #dddee2;cursor:pointer}.reviews .list .item .contact_and_rating .rating span:last-child{border:none}.reviews .list .item .contact_and_rating .rating span.active{background:url(/local/templates/main/img/svg/blue-star.svg);-webkit-background-size:22px auto;background-size:22px auto;background-position:center;background-repeat:no-repeat}.reviews .list .item .contact_and_rating .rating_detail{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:auto 0 auto 30px}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating .rating_detail{margin:8px 0px 0px;width:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.reviews .list .item .contact_and_rating .rating_detail .item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:auto 12px auto 0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating .rating_detail .item{display:inline-block;min-width:100%;margin:6px 0 0}}.reviews .list .item .contact_and_rating .rating_detail .item .title{padding:0;font-size:14px;font-weight:bold;color:#263546;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;white-space:pre}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating .rating_detail .item .title{font-size:12px;font-weight:bold;padding-left:10px}.reviews .list .item .contact_and_rating .rating_detail .item .title br{display:none}}.reviews .list .item .contact_and_rating .rating_detail .item .bal{width:22px;padding:0 0 0 10px;font-size:20px;font-weight:800;color:#463ffd}@media only screen and (max-width: 768px){.reviews .list .item .contact_and_rating .rating_detail .item .bal{font-weight:600;font-size:15px}}.reviews .list .item .text{width:100%;height:auto;padding:15px;font-size:16px;line-height:1.88;color:#263546}@media only screen and (max-width: 768px){.reviews .list .item .text{padding:16px 10px;font-size:14px}}.filter{background:-webkit-linear-gradient(356deg, #dddee2, #edeff2);background:-o-linear-gradient(356deg, #dddee2, #edeff2);background:linear-gradient(94deg, #dddee2, #edeff2);border:solid 1px #dddee2}header .h1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}header .h1 h1{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}header .h1 .location{position:relative;max-width:1260px;width:100%;margin:0 auto 9px;padding:0 0 0 25px;font-size:20px;font-weight:bold;color:#19182c}header .h1 .location:before{content:url(/local/templates/main/img/svg/location-black.svg);display:block;width:17px;height:22px;position:absolute;top:0;left:0}header .h1 .location a{font-size:14px;border-bottom:1px dotted #19182c;margin-left:23px;cursor:pointer}@media only screen and (max-width: 769px){header .h1 .location{display:none}}#map-tour{width:800px;max-width:100%;height:600px;max-height:90%;background:#ffffff;padding:10px}

/* End */
/* /local/templates/main/js/owl.carousel/assets/owl.carousel.min.css?16298153903351 */
/* /local/templates/main/plugin/fancybox/jquery.fancybox.css?162981539117412 */
/* /local/templates/main/template_styles.css?178937385398755 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/tours/style.css?16298153902149 */
/* /local/templates/main/swiper.css?178790154818459 */
/* /local/templates/main/page_element.css?162981539031628 */
