

/* Start:/local/templates/main/public/css/fancybox.css?167159745415598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/main/public/css/animate.css?167159745457095*/
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* End */


/* Start:/local/templates/main/public/css/style.css?1750084050155655*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 16, 2022 */
@font-face {
    font-family: proxima-regular;
    src: local("../fonts/proximanovaexcn-regular"), local("../fonts/proximanovaexcn-regular"), url(/local/templates/main/public/css/../fonts/proximanovaexcn-regular.woff2) format("woff2"), url(/local/templates/main/public/css/../fonts/proximanovaexcn-regular.woff) format("woff"), url(/local/templates/main/public/css/../fonts/proximanovaexcn-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima-bold;
    src: local("../fonts/proximanovaexcn-bold"), local("../fonts/proximanovaexcn-bold"), url(/local/templates/main/public/css/../fonts/proximanovaexcn-bold.woff2) format("woff2"), url(/local/templates/main/public/css/../fonts/proximanovaexcn-bold.woff) format("woff"), url(/local/templates/main/public/css/../fonts/proximanovaexcn-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: spaceland-ten;
    src: url(/local/templates/main/public/css/../fonts/spaceland-ten.woff2) format("woff2"), url(/local/templates/main/public/css/../fonts/spaceland-ten.woff) format("woff"), url(/local/templates/main/public/css/../fonts/spaceland-ten.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face{
    font-family: spaceland-tenobl;
    src: url(/local/templates/main/public/css/../fonts/SPACELAND-TENOBLIQUE.OTF) format("otf");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: spacelandten;
    src: url('/local/templates/main/public/css/../fonts/spaceland-ten-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/spaceland-ten-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/spaceland-ten-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/spaceland-ten-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/spaceland-ten-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: spacelandten_oblique;
    src: url('/local/templates/main/public/css/../fonts/spaceland-tenoblique-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/spaceland-tenoblique-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/spaceland-tenoblique-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/spaceland-tenoblique-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/spaceland-tenoblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

a, button, div, input, select, textarea {
    outline: none;
    box-sizing: border-box
}

input {
    border: none
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

body {
    overflow-x: hidden
}

.container {
    max-width: 1300px;
    margin: 0 auto
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: unset;
    margin-bottom: unset
}

a {
    text-decoration: none
}

ul {
    padding-left: unset;
    margin-top: unset;
    margin-bottom: unset;
    list-style: none
}

h1 {
    font-size: 60px !important;
    line-height: 60px;
    color: #fff
}

h1, h2 {
    font-family: spaceland-ten, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

h2 {
    font-size: 50px;
    line-height: 50px;
    color: #28424e
}

h4 {
    line-height: 130%
}

.head, h4 {
    font-family: spaceland-ten, sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #28424e
}

.head {
    line-height: 46px
}

.text {
    font-family: proxima-regular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #28424e
}

.link, .text {
    font-style: normal
}

.link {
    font-family: proxima-bold, sans-serif;
    font-weight: 700
}

@media (max-width: 768px) {
    h1 {
        font-size: 45px !important;
        line-height: 45px
    }
}

@media (max-width: 425px) {
    h1 {
        font-size: 40px !important
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

.iziModal, [hidden], template {
    display: none
}

.iziModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    transition: margin-top .3s ease, height .3s ease;
    transform: translateZ(0)
}

.iziModal * {
    -webkit-font-smoothing: antialiased
}

.iziModal:after {
    content: "";
    width: 100%;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .35));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#59000000", GradientType=0);
    transition: height .3s ease-in-out, opacity .3s ease-in-out;
    pointer-events: none
}

.iziModal.hasShadow:after {
    height: 30px;
    opacity: 1
}

.iziModal .iziModal-progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.iziModal .iziModal-progressbar > div {
    height: 2px;
    width: 100%
}

.iziModal .iziModal-header {
    background: #88a0b9;
    padding: 14px 18px 15px;
    box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, .3), 0 0 0 #555;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.iziModal .iziModal-header-icon {
    font-size: 40px;
    color: hsla(0, 0%, 100%, .5);
    padding: 0 15px 0 0;
    margin: 0;
    float: left
}

.iziModal .iziModal-header-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3
}

.iziModal .iziModal-header-subtitle {
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    line-height: 1.45
}

.iziModal .iziModal-header-subtitle, .iziModal .iziModal-header-title {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Lato, Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.iziModal .iziModal-header-buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -17px 0 0
}

.iziModal .iziModal-button {
    display: block;
    float: right;
    z-index: 2;
    outline: 0;
    height: 34px;
    width: 34px;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: .3;
    border-radius: 50%;
    transition: transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease;
    background-size: 67% !important;
    -webkit-tap-highlight-color: transparent
}

.iziModal .iziModal-button-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.iziModal .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal.isFullscreen .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal .iziModal-button-close:hover {
    transform: rotate(180deg)
}

.iziModal .iziModal-button:hover {
    opacity: .8
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    height: auto;
    padding: 10px 15px 12px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
    font-size: 23px;
    padding-right: 13px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 15px;
    margin: 3px 0 0;
    font-weight: 400
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    right: 6px;
    margin: -16px 0 0
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    height: 30px;
    width: 30px
}

.iziModal-rtl {
    direction: rtl
}

.iziModal-rtl .iziModal-header {
    padding: 14px 18px 15px 40px
}

.iziModal-rtl .iziModal-header-icon {
    float: right;
    padding: 0 0 0 15px
}

.iziModal-rtl .iziModal-header-buttons {
    right: auto;
    left: 10px
}

.iziModal-rtl .iziModal-button {
    float: left
}

.iziModal-rtl .iziModal-header-subtitle, .iziModal-rtl .iziModal-header-title {
    text-align: right;
    font-family: Tahoma, Lato, Arial;
    font-weight: 500
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
    padding: 10px 15px 12px 40px
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
    padding: 0 0 0 13px
}

.iziModal.iziModal-light .iziModal-header-icon {
    color: rgba(0, 0, 0, .5)
}

.iziModal.iziModal-light .iziModal-header-title {
    color: #000
}

.iziModal.iziModal-light .iziModal-header-subtitle {
    color: rgba(0, 0, 0, .6)
}

.iziModal.iziModal-light .iziModal-button-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal.iziModal-light .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal .iziModal-loader {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.iziModal .iziModal-content-loader {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%
}

.iziModal .iziModal-content:after, .iziModal .iziModal-content:before {
    content: "";
    display: table
}

.iziModal .iziModal-content:after {
    clear: both
}

.iziModal .iziModal-content {
    zoom: 1;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.iziModal .iziModal-wrap {
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.iziModal .iziModal-iframe {
    border: 0;
    margin: 0 0 -6px;
    width: 100%;
    transition: height .3s ease
}

.iziModal-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.iziModal-navigate {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.iziModal-navigate-caption {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    line-height: 16px;
    font-size: 9px;
    font-family: Lato, Arial;
    letter-spacing: .1em;
    text-indent: 0;
    text-align: center;
    width: 70px;
    padding: 5px 0;
    text-transform: uppercase;
    display: none
}

.iziModal-navigate-caption:after, .iziModal-navigate-caption:before {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    content: "";
    background-size: 100% !important
}

.iziModal-navigate-caption:before {
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal-navigate-caption:after {
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal-navigate > button {
    position: fixed;
    bottom: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 84px;
    background-size: 100% !important;
    cursor: pointer;
    padding: 0;
    opacity: .2;
    transition: opacity .3s ease;
    pointer-events: all;
    margin: 0;
    outline: 0
}

.iziModal-navigate > button:hover {
    opacity: 1
}

.iziModal-navigate-prev {
    left: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.iziModal-navigate-next {
    right: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal.isAttachedTop .iziModal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.iziModal.isAttachedTop {
    margin-top: 0 !important;
    margin-bottom: auto !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.iziModal.isAttachedBottom {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.iziModal.isFullscreen {
    max-width: 100% !important;
    margin: 0 !important;
    height: 100% !important
}

.iziModal.isAttached, .iziModal.isFullscreen {
    border-radius: 0 !important
}

.iziModal.hasScroll .iziModal-wrap {
    overflow-y: auto;
    overflow-x: hidden
}

html.iziModal-isAttached, html.iziModal-isOverflow {
    overflow: hidden
}

html.iziModal-isAttached body, html.iziModal-isOverflow body {
    overflow-y: scroll;
    position: relative
}

.iziModal ::-webkit-scrollbar {
    overflow: visible;
    height: 7px;
    width: 7px
}

.iziModal ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.iziModal ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .4)
}

.iziModal ::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.iziModal ::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 2px
}

.iziModal.transitionIn .iziModal-header {
    animation: f .7s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
    animation: g 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle, .iziModal.transitionIn .iziModal-header .iziModal-header-title {
    animation: e 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-button {
    animation: g 1.2s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-iframe, .iziModal.transitionIn .iziModal-wrap {
    animation: d 1.3s
}

.iziModal.transitionIn .iziModal-header {
    -webkit-animation-delay: 0s;
    -moz-animation: 0s;
    animation-delay: 0s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon, .iziModal.transitionIn .iziModal-header .iziModal-header-title {
    -webkit-animation-delay: .4s;
    -moz-animation: .4s;
    animation-delay: .4s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
    -webkit-animation-delay: .5s;
    -moz-animation: .5s;
    animation-delay: .5s
}

.iziModal.transitionOut .iziModal-header, .iziModal.transitionOut .iziModal-header * {
    transition: none !important
}

.iziModal-navigate.fadeOut, .iziModal-overlay.fadeOut, .iziModal.fadeOut, .iziModal .fadeOut {
    animation: c .5s;
    animation-fill-mode: forwards
}

.iziModal-navigate.fadeIn, .iziModal-overlay.fadeIn, .iziModal.fadeIn, .iziModal .fadeIn {
    animation: d .5s
}

.iziModal-overlay.comingIn, .iziModal.comingIn {
    animation: a .5s ease
}

.iziModal-overlay.comingOut, .iziModal.comingOut {
    animation: b .5s cubic-bezier(.16, .81, .32, 1);
    animation-fill-mode: forwards
}

.iziModal-overlay.bounceInDown, .iziModal.bounceInDown {
    animation: h .7s ease
}

.iziModal-overlay.bounceOutDown, .iziModal.bounceOutDown {
    animation: i .7s ease
}

.iziModal-overlay.bounceInUp, .iziModal.bounceInUp {
    animation: j .7s ease
}

.iziModal-overlay.bounceOutUp, .iziModal.bounceOutUp {
    animation: k .7s ease
}

.iziModal-overlay.fadeInDown, .iziModal.fadeInDown {
    animation: l .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutDown, .iziModal.fadeOutDown {
    animation: m .5s ease
}

.iziModal-overlay.fadeInUp, .iziModal.fadeInUp {
    animation: n .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutUp, .iziModal.fadeOutUp {
    animation: o .5s ease
}

.iziModal-overlay.fadeInLeft, .iziModal.fadeInLeft {
    animation: p .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutLeft, .iziModal.fadeOutLeft {
    animation: q .5s ease
}

.iziModal-overlay.fadeInRight, .iziModal.fadeInRight {
    animation: r .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutRight, .iziModal.fadeOutRight {
    animation: s .5s ease
}

.iziModal-overlay.flipInX, .iziModal.flipInX {
    animation: t .7s ease
}

.iziModal-overlay.flipOutX, .iziModal.flipOutX {
    animation: u .7s ease
}

@keyframes a {
    0% {
        opacity: 0;
        transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0) perspective(600px) rotateX(0)
    }
}

@keyframes b {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(.9)
    }
}

@keyframes c {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes d {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes e {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes f {
    0% {
        opacity: 0;
        transform: scaleY(0) translateY(-40px);
        transform-origin: center top
    }
}

@keyframes g {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, 1)
    }
}

@keyframes h {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -1000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@keyframes i {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 1000px, 0)
    }
}

@keyframes j {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 1000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes k {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -1000px, 0)
    }
}

@keyframes l {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes m {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
}

@keyframes n {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes o {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes p {
    0% {
        opacity: 0;
        transform: translate3d(-200px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes q {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-200px, 0, 0)
    }
}

@keyframes r {
    0% {
        opacity: 0;
        transform: translate3d(200px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes s {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(200px, 0, 0)
    }
}

@keyframes t {
    0% {
        transform: perspective(400px) rotateX(60deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes u {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(40deg);
        opacity: 0
    }
}

.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__dark {
    background-color: #18282f;
    padding: 6px 0
}

.header__light {
    background-color: #304955;
    padding: 12px 0
}

.header__tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header__tel .nav {
    column-gap: 45px
}

.header__tel .nav__link {
    font-family: proxima-regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.header__tel .nav__link:hover {
    opacity: .8
}

.header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header__logo .nav {
    column-gap: 50px
}

.header__logo .nav__link {
    font-family: proxima-regular, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff
}

.header__logo .nav__link:hover {
    opacity: .8
}

.header__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 30px;
    color: #fff
}

.header__link .text {
    font-size: 18px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff
}

.header__link .text:hover {
    opacity: .8
}

.header_mobile {
    display: none
}

.number span {
    margin-left: 6px;
    font-size: 18px;
    line-height: 22px;
    font-family: proxima-regular, sans-serif;
    font-weight: 400
}

.logo, .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo__img {
    cursor: pointer;
    transition: .6s;
    margin-right: 29px
}

.logo__img:hover {
    transform: scale(1.1)
}

.logo__text {
    font-family: proxima-regular, sans-serif;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 33px
}

.burger {
    width: 40px;
    height: 40px
}

.burger__open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #e7462a;
    border-radius: 50%;
    background-image: url(/local/templates/main/public/css/../img/burger.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.burger__open_active {
    background: url(/local/templates/main/public/css/../img/burger-close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #e7462a;
    border-radius: 50%
}

.mobile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.drop-menu, .mobile {
    display: none;
    background-color: #fff
}

.drop-menu {
    opacity: 0;
    position: absolute;
    z-index: -20;
    top: 412px;
    left: 0;
    transform: translateY(-100%);
    transition: all .3s;
    width: 100vw;
    height: 555px;
    padding: 50px 14px 20px
}

.drop-menu .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px
}

.drop-menu .nav__link {
    font-family: proxima-regular, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #28424e
}

.drop-menu .header__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 50px
}

.drop-menu .header__link .text {
    font-size: 24px;
    line-height: 29px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #28424e
}

.drop-menu .number span {
    color: #28424e;
    font-size: 24px;
    line-height: 29px;
    font-family: proxima-regular, sans-serif;
    font-weight: 400
}

.drop-menu_open {
    z-index: 0;
    opacity: 1;
    transition: all .3s;
    transform: translateY(-300px)
}

.drop-menu_open_active {
    transition: all .3s;
    transform: translateY(0);
    opacity: 1;
    z-index: 20
}

.to-top {
    width: 45px;
    height: 45px;
    background-color: #e7462a;
    background-image: url(/local/templates/main/public/css/../img/to-top.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 11px 16px;
    position: fixed;
    right: 14px;
    bottom: 20px;
    opacity: 0;
    z-index: 50
}

@media (max-width: 1350px) {
    .container {
        padding-left: 25px;
        padding-right: 25px
    }

    .breadcrumbs .container {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .header {
        display: none
    }

    .header_mobile {
        display: block
    }

    .header_mobile .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .header__light {
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        z-index: 30
    }

    .header__phone {
        -ms-flex-align: center;
        align-items: center;
        column-gap: 37px
    }

    .header__link, .header__phone {
        display: -ms-flexbox;
        display: flex
    }

    .header__link {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .drop-menu {
        display: block;
        z-index: -20
    }

    .drop-menu_open {
        z-index: 0;
        transform: translateY(-930px)
    }

    .drop-menu_open, .drop-menu_open_active {
        opacity: 1;
        transition: all .6s ease-in-out
    }

    .drop-menu_open_active {
        transform: translateY(-299px);
        z-index: 21
    }
}

@media (max-width: 600px) {
    .mobile {
        display: -ms-flexbox;
        display: flex
    }

    .header__phone .number, .header__phone .text {
        display: none
    }

    .header__phone {
        column-gap: 7px
    }

    .header__light {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .logo__text {
        padding-left: 14px;
        font-size: 14px;
        line-height: 17px
    }

    .logo__img {
        width: 90px;
        height: 43px;
        margin-right: 14px
    }

    .logo__img img {
        width: 100%;
        height: 100%
    }

    .drop-menu {
        top: 373px
    }

    .drop-menu_open_active {
        transform: translateY(-300px)
    }
}

@media (max-width: 425px) {
    .drop-menu {
        height: 560px
    }
}

@media (max-width: 375px) {
    .header_mobile .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .drop-menu {
        height: 590px
    }
}

@media (max-width: 350px) {
    .drop-menu {
        padding-left: 11px;
        padding-right: 11px
    }

    .drop-menu .nav__link {
        font-size: 24px;
        line-height: 30px
    }

    .drop-menu .header__link .text, .drop-menu .number span {
        font-size: 22px;
        line-height: 24px
    }
}

.footer__dark {
    background-color: #18282f;
    padding: 67px 0
}

.footer__dark .container {
    display: grid;
    grid-template-columns:300px 1fr;
    column-gap: 118px
}

.footer__dark .container .logo {
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__dark .container .logo__text {
    border: none;
    padding-left: unset;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer__dark .container .logo__img {
    margin-right: unset
}

.footer__light {
    background-color: #304955
}

.footer__light .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    font-family: proximo-regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    column-gap: 5px
}

.footer__light .container span a {
    color: #fff
}

.footer__light .container span a:hover {
    opacity: .8
}

.footer__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo .logo {
    -ms-flex-align: unset;
    align-items: unset
}

.footer__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 9px;
    font-size: 16px;
    line-height: 19px;
    color: #72909e;
    font-family: proximo-regular, sans-serif;
    font-weight: 400;
    font-style: normal
}

.footer__link {
    color: #72909e;
    text-decoration: underline;
    display: block
}

.footer__link:hover {
    opacity: .8
}

.footer__link:not(:first-child) {
    margin-top: 11px
}

.footer__menu {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.footer__menu .footer__link {
    text-decoration: none
}

.footer__head {
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    font-family: spaceland-ten, sans-serif;
    font-weight: 700;
    font-style: normal
}

.footer .location, .footer .mail, .footer .number, .footer__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    column-gap: 8px
}

.footer .location p, .footer .mail p, .footer .number p, .footer__item p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: proximo-regular, sans-serif;
    font-weight: 400;
    font-style: normal
}



.footer__list {
    margin-top: 26px
}

.footer__article {
    justify-self: flex-end
}

.footer__article .nav {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 26px
}

.footer__article .nav__link {
    font-family: proximo-regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.footer__article .nav__link:hover {
    opacity: .8
}

.footer_mobile {
    display: none
}

.work-data {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: proximo-regular, sans-serif;
    font-weight: 400;
    font-style: normal
}

.network {
    margin-top: 20px;
    column-gap: 9px
}

.network, .network__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.network__link {
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .6s
}

.network__link:hover {
    transform: scale(1.1)
}

.network__link img {
    width: 17px;
    height: 15px
}

.personal-popup {
    font-family: proxima-regular, sans-serif;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #304955;
    padding: 32px 0;
}

.personal-popup .container {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.personal-popup__text {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #fff;
}

.personal-popup__text a {
    color: #fff;
    text-decoration: underline;
}

.personal-popup__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
    padding: 16px 24px;
    border-radius: 0;
    background: #E7462A;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.27px;
    text-transform: uppercase;
    color: #FFF;
    margin-left: 128px;
    cursor: pointer;
}

.personal-popup__button:hover {
    opacity: .75;
}

.personal-popup.hidden {
    display: none;
}

@media (max-width: 1100px) {
    .footer__dark .container {
        column-gap: 30px
    }
}

@media (max-width: 1000px) {
    .footer__article:not(:first-child) {
        display: none
    }

    .footer__dark .container {
        column-gap: unset;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__dark .container, .footer__menu {
        display: -ms-flexbox;
        display: flex
    }

    .footer__head, .footer__location {
        display: none
    }

    .footer__logo {
        row-gap: 28px
    }

    .work-data {
        display: none
    }
}

@media (max-width: 600px) {
    .footer {
        display: none
    }

    .footer_mobile {
        display: block
    }

    .footer .logo__img {
        width: 167px;
        height: 103px
    }

    .footer__dark {
        padding: 41px 0 20px
    }

    .footer .logo__text {
        font-size: 16px;
        line-height: 19px
    }

    .footer__item p {
        font-size: 24px;
        line-height: 29px
    }

    .footer__logo {
        row-gap: unset
    }

    .footer__list, .footer__text {
        margin-top: 40px
    }

    .footer__text {
        font-size: 18px;
        line-height: 22px
    }

    .footer__list .footer__link {
        text-decoration: none
    }

    .network {
        margin-top: 30px
    }
}

@media (max-width: 425px) {
    .footer__light .container {
        font-size: 16px;
        line-height: 19px
    }
}

.ring {
    background-image: url(/local/templates/main/public/css/../img/ring-back.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 125px;
    padding-top: 160px;
    padding-bottom: 160px
}

.ring__container {
    background-color: #304955;
    padding: 50px 55px;
    display: grid;
    grid-template-columns:347px 1fr;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 83px;
    position: relative
}

.ring__container:before {
    content: "";
    width: 156px;
    height: 251px;
    background-color: #405a66;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(1% 0, 0 100%, 100% 100%);
    clip-path: polygon(1% 0, 0 100%, 100% 100%)
}

.ring__text {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    font-family: spaceland-ten, sans-serif
}

.ring__act {
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px
}

.ring__data {
    row-gap: 12px
}

.ring__btn, .ring__data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.ring__btn {
    row-gap: 21px
}

.ring__btn p {
    font-size: 18px;
    line-height: 23px;
    color: #72909e;
    font-family: proxima-regular
}

.input {
    background: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #72909e;
    padding: 17px 0 17px 27px;
    height: 64px;
    max-width: 420px;
    width: 420px;
    border: none
}

.input::-webkit-input-placeholder {
    opacity: .5
}

.input::-moz-placeholder {
    opacity: .5
}

.input::-ms-input-placeholder {
    opacity: .5
}

.input::placeholder {
    opacity: .5
}

.link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e7462a;
    padding: 15px 24px;
    font-family: proxima-regular, sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all .3s
}

.link:hover {
    opacity: .75
}

@media (max-width: 1300px) {
    .ring__container {
        grid-template-columns:1fr;
        row-gap: 30px;
        padding: 50px 30px
    }

    .ring__act {
        position: relative;
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .ring__data .input {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .ring {
        margin-top: 50px;
        padding-bottom: 81px
    }
}

@media (max-width: 768px) {
    .ring__text {
        font-size: 45px;
        line-height: 45px
    }

    .ring__btn .link {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width: 700px) {
    .ring__act {
        grid-template-columns:1fr
    }

    .ring__act, .ring__data {
        row-gap: 13px
    }

    .ring__btn {
        row-gap: 18px
    }
}

@media (max-width: 425px) {
    .ring {
        margin-top: 80px
    }

    .ring__container {
        padding-left: 20px;
        padding-right: 20px
    }

    .ring__text {
        font-size: 40px;
        line-height: 40px
    }

    .ring .container {
        margin-top: -160px
    }
}

.mailing {
    max-width: 511px;
    margin: 0 auto
}

.mailing__bl {
    display: grid;
    grid-template-columns:1fr 1fr
}

.mailing__act {
    display: grid;
    grid-template-columns:1fr 146px;
    margin-top: 22px
}

.mailing__act .input {
    border: 1px solid #72909e;
    padding: 13px 0 13px 31px;
    width: 365px
}

.mailing .link {
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s
}

.mailing .link:hover {
    opacity: .75
}

.mailing__img {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.mailing__img img {
    position: relative;
    top: 28px;
    right: -7px
}

.news {
    margin-top: 140px
}

.news__container {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -ms-flex-align: center;
    align-items: center
}

.news__item {
    background: #f9fafb;
    width: 310px
}

.news__item .text:hover {
    text-decoration: underline
}

.news__headline {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news__headline, .news__img-link {
    display: -ms-flexbox;
    display: flex
}

.news__img-link {
    overflow: hidden;
    width: 100%;
    height: 235px
}

.news__img-link img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.descr {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
}

.descr, .descr__bl {
    display: -ms-flexbox;
    display: flex
}

.descr__bl {
    -ms-flex-align: center;
    align-items: center;
    margin-top: 37px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.descr__link {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #28424e;
    padding: 9px 30px;
    border: 1px solid #28424e;
    background-color: transparent
}

.descr__link:hover {
    background-color: #28424e;
    color: #fff
}

.data {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #72909e;
    opacity: .5
}

.page-num {
    margin-top: 55px;
    margin-bottom: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none
}

.page-num__link {
    font-family: proxima-regular, sans-serif;
    padding: 6px 15px;
    font-size: 20px;
    line-height: 26px;
    color: #28424e;
    text-decoration: none;
    border-radius: 50%
}

.page-num__item_active .page-num__link, .page-num__link:not(.ellipsis):not(.arrow-link):hover {
    background: #28424e;
    color: #fff
}

.arrow-link_l {
    margin-right: 40px
}

.arrow-link_r {
    margin-left: 40px
}

@media (max-width: 1024px) {
    .news {
        margin-top: 90px
    }

    .news__container {
        margin-top: 40px;
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .news__item {
        width: auto
    }

    .news__item img {
        width: 100%;
        height: 100%
    }

    .news__img-link {
        height: 340px
    }

    .page-num {
        margin-top: 40px
    }
}

@media (max-width: 768px) {
    .descr {
        padding: 20px 20px 30px
    }

    .page-num {
        margin-bottom: 90px
    }
    
    .personal-popup .container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .personal-popup__button {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .news__container {
        grid-template-columns:1fr
    }
}

@media (max-width: 425px) {
    .news {
        margin-top: 70px
    }

    .news__img-link {
        height: 180px
    }

    .page-num {
        margin-bottom: 80px
    }
}

.blog-page {
    margin-bottom: 150px
}

.blog-page__main-banner {
    background-image: url(/local/templates/main/public/css/../img/blog-page-banner.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 561px;
    height: 561px
}

.blog-page__main-banner .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    row-gap: 21px;
    padding-bottom: 75px
}

.blog-page .data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 13px;
    color: #fff;
    opacity: 1
}

.blog-page .data__date {
    font-size: 20px;
    line-height: 24px;
    font-family: proxima-regular, sans-serif
}

.blog-page h1 {
    width: 438px;
    margin-top: unset;
    margin-bottom: unset
}

.blog-page__content {
    max-width: 860px;
    margin: 100px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 85px
}

.text-content {
    font-size: 20px;
    line-height: 26px;
    color: #28424e;
    font-family: proximf-regular, sans-serif;
    font-style: normal;
    font-weight: 400
}

.text-content p {
    margin-top: 34px
}

.text-content img {
    margin: 50px 0;
    width: 100%
}

.text-content__img {
    width: 100%;
    max-width: 100%
}

.text-content__img img {
    height: auto;
    max-width: 100%
}

@media (max-width: 1024px) {
    .blog-page__main-banner {
        height: 311px
    }

    .blog-page__main-banner .container {
        padding-bottom: 40px;
        row-gap: 15px
    }

    .blog-page__main-banner .container h1 {
        font-size: 45px;
        line-height: 45px
    }

    .blog-page__content {
        margin-top: 70px;
        max-width: 1300px;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 768px) {
    .text-content img {
        margin: 40px 0
    }

    .blog-page__content {
        row-gap: 55px;
        padding-left: 14px;
        padding-right: 14px
    }
}

@media (max-width: 425px) {
    .blog-page__main-banner {
        height: 279px;
        background-image: url(/local/templates/main/public/css/../img/blog-page-banner_mob.png)
    }

    .blog-page__main-banner .container h1 {
        font-size: 40px;
        line-height: 40px
    }

    .blog-page__content {
        row-gap: 65px
    }

    .blog-page__content h4 {
        font-size: 30px;
        line-height: 39px
    }
}

.reviews {
    margin-top: 140px
}

.reviews__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

.reviews__item {
    background-color: #304955;
    padding: 50px;
    position: relative
}

.reviews__item:before {
    content: "";
    width: 309px;
    height: 497px;
    background-color: #405a66;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(1% 0, 0 100%, 100% 100%);
    clip-path: polygon(1% 0, 0 100%, 100% 100%)
}

.reviews__per {
    column-gap: 18px
}

.reviews__bl, .reviews__per {
    display: -ms-flexbox;
    display: flex
}

.reviews__bl {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px
}

.reviews__link {
    display: -ms-flexbox;
    display: flex;
    column-gap: 9px;
    width: 245px
}

.reviews__link span {
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #72909e;
    font-family: proxima-bold
}

.reviews__link:hover {
    opacity: .8
}

.reviews__text {
    margin-top: 33px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    z-index: 10
}

.reviews__text .text {
    color: #fff
}

.reviews__headline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.name {
    font-size: 35px;
    line-height: 46px;
    color: #fff
}

.read-full {
    margin-top: 33px;
    position: relative;
    z-index: 10
}

.read-full__link {
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #e7462a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 9px;
    width: 220px;
    font-family: proxima-bold
}

.read-full__link:hover {
    opacity: .8
}

.gallery {
    margin-top: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 10px;
    position: relative;
    z-index: 10
}

.gallery__img {
    cursor: pointer;
    transition: all .3s
}

.gallery__img:hover {
    opacity: .75
}

@media (max-width: 1350px) {
    .reviews__item {
        padding: 40px 30px
    }
}

@media (max-width: 950px) {
    .reviews__list {
        grid-template-columns:1fr
    }
}

@media (max-width: 1024px) {
    .reviews {
        margin-top: 90px
    }

    .reviews__text {
        margin-top: 30px
    }

    .reviews__per {
        column-gap: 25px
    }

    .reviews__bl {
        row-gap: 6px
    }

    .reviews .page-num, .reviews__list {
        margin-top: 40px
    }

    .read-full {
        margin-top: 25px
    }

    .gallery {
        margin-top: 30px
    }
}

@media (max-width: 650px) {
    .reviews {
        margin-top: 70px
    }

    .reviews__item {
        padding: 30px 20px
    }

    .reviews__per {
        column-gap: 15px
    }

    .reviews__per img {
        width: 80px;
        height: 80px
    }

    .reviews__bl .name {
        font-size: 30px;
        line-height: 40px
    }

    .reviews__link span {
        font-size: 16px;
        line-height: 19px
    }

    .reviews__link img {
        width: auto;
        height: auto
    }

    .gallery, .reviews__text {
        margin-top: 25px
    }

    .gallery__img {
        width: 68px;
        height: 43px
    }

    .gallery__img img {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 425px) {
    .reviews__item:before {
        width: 244px;
        height: 393px
    }

    .read-full__link, .reviews__link {
        width: auto
    }

    .page-num .arrow-link {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 375px) {
    .reviews__link span {
        font-size: 14px;
        line-height: 16px
    }

    .read-full__link {
        font-size: 16px;
        line-height: 18px
    }

    .gallery__img {
        width: auto;
        height: auto
    }
}

.slider-news {
    margin-top: 150px;
    margin-bottom: 85px
}

.slider-news__headline {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-news__headline, .slider-news__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.slider-news__link {
    column-gap: 12px;
    font-family: proxima-bold
}

.slider-news__link span {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #e7462a
}

.slider-news__link:hover {
    opacity: .8
}

.slider-news .page-num__item .arrow-link {
    display: none !important
}

.slider {
    position: relative
}

.slick-list {
    width: 100%;
    padding: 0 !important;
    overflow: hidden
}

.slick-track {
    column-gap: 20px
}

.slick-arrow, .slick-track {
    display: -ms-flexbox;
    display: flex
}

.slick-arrow {
    background-color: #28424e;
    width: 35px;
    height: 35px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.slider-navs__prev-btn {
    top: 190px;
    left: -50px;
    position: absolute
}

.slider-navs__prev-btn:hover {
    opacity: .8
}

.slider-navs__next-btn {
    top: 190px;
    right: -50px;
    position: absolute
}

.slider-navs__next-btn:hover {
    opacity: .8
}

@media (max-width: 1430px) {
    .slider-news .page-num {
        display: -ms-flexbox;
        display: flex
    }

    .slider-news .page-num .slick-arrow {
        position: static;
        background-color: transparent
    }

    .slider-news .page-num__item .arrow-link {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .slider-news .slider__navs {
        display: none !important
    }
}

@media (max-width: 1024px) {
    .slider-news .news__container {
        display: -ms-flexbox;
        display: flex
    }

    .slider-news .news__item {
        width: 349px
    }

    .slider-news .news__item img {
        height: 182px
    }
}

@media (max-width: 768px) {
    .slider-news {
        margin-top: 90px
    }

    .slider-news__headline {
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5px;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog-page h1 {
        width: auto
    }
}

.player .breadcrumbs__link {
    color: #fff
}

.player .breadcrumbs__item:not(:first-of-type) .breadcrumbs__link {
    color: #ffffff50
}

.player .breadcrumbs__item:not(:last-of-type) {
    border-color: #fff
}

.player__header {
    background-image: url(/local/templates/main/public/css/../img/player-banner.png);
    max-height: 358px;
    height: 358px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 179px;
    padding-bottom: 74px
}

.player__header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.player__descr .text {
    width: 640px;
    margin-top: 44px
}

.player__descr .btn {
    width: 205px;
    margin-top: 36px
}

.player__descr .btn .link {
    -ms-flex-pack: center;
    justify-content: center
}

.player__content {
    padding-top: 100px;
    background-image: url(/local/templates/main/public/css/../img/logo-player.svg);
    background-repeat: no-repeat;
    background-position-x: right
}

h1 {
    margin-top: unset;
    margin-bottom: unset
}

.booking {
    margin-top: 140px
}

.booking__list {
    margin-top: 59px;
    display: -ms-flexbox;
    display: flex;
    column-gap: 100px
}

.booking__add {
    background-image: url(/local/templates/main/public/css/../img/booking-add.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 420px;
    padding: 60px 33px 45px 43px;
    position: absolute;
    z-index: 20;
    display: none
}

.booking__add .head {
    font-family: spaceland-ten, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: #fff
}

.booking__add .text {
    font-family: proxima-regular, sans-serif;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff
}

.booking__item {
    width: 237px;
    height: 99px;
    background-color: #72909e;
    padding: 27px 50px;
    position: relative;
    cursor: pointer
}

.booking__item img {
    position: absolute;
    top: 0;
    left: -25px
}

.booking__item:hover {
    background-color: #f9fafb
}

.booking__item:hover .booking__text {
    color: #28424e
}

.booking__item:hover .booking__add {
    display: block
}

.booking__item:nth-child(2):after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 50%;
    width: 100%;
    background-color: #72909e;
    left: -10px;
    bottom: 0
}

.booking__item:nth-child(2):hover:after {
    background-color: #f9fafb
}

.booking__text {
    font-family: proxima-regular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #fff
}

.booking__bl, .num-tab {
    display: none
}

@media (max-width: 1350px) {
    .booking__list {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 20px
    }

    .booking__add {
        display: block;
        background-image: unset;
        padding: unset;
        width: auto;
        position: static
    }

    .booking__add .head {
        display: none
    }

    .booking__item {
        background-color: #304955;
        width: 100%;
        height: 100%;
        padding: 30px
    }

    .booking__item img {
        left: -14px
    }

    .booking__item:hover {
        background-color: #304955
    }

    .booking__item:hover .booking__text {
        color: #fff
    }

    .booking__text {
        display: none
    }

    .booking__bl {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 8px 25px;
        position: relative;
        background-color: #72909e;
        height: 55px
    }

    .booking__bl .booking__text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .num-tab {
        display: block
    }

    .num-desk {
        display: none
    }
}

@media (max-width: 1024px) {
    .player__header {
        background-image: url(/local/templates/main/public/css/../img/player-banner_tab.png);
        height: 239px
    }

    .player__header .container {
        padding-bottom: 40px
    }

    .player__content {
        padding-top: 90px;
        background-size: contain
    }

    .player h2 {
        font-size: 45px;
        line-height: 45px
    }

    .player__descr .text {
        margin-top: 40px;
        width: auto
    }

    .player__descr .btn {
        margin-top: 30px
    }

    .player__descr .btn .link {
        font-size: 25px;
        line-height: 30px
    }

    .booking {
        margin-top: 90px
    }

    .booking__list {
        margin-top: 40px
    }
}

@media (max-width: 768px) {
    .booking__text {
        font-size: 30px;
        line-height: 30px
    }
}

@media (max-width: 530px) {
    .booking__list {
        grid-template-columns:1fr
    }

    .booking__item {
        padding: 30px 24px
    }
}

@media (max-width: 425px) {
    .player__content {
        padding-top: 80px
    }

    .player h2 {
        font-size: 40px;
        line-height: 40px
    }

    .player__header {
        background-image: url(/local/templates/main/public/css/../img/player-banner_mob.png)
    }

    .booking {
        margin-top: 80px
    }
}

.faq {
    margin-top: 140px
}

.faq__list {
    margin-top: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.accordeon {
    background-color: #f9fafb;
    border-radius: 8px
}

.accordeon__descr {
    display: none;
    opacity: 0;
    z-index: -1;
    padding: 16px 0 42px 48px;
    width: 629px;
    position: absolute;
    transform: rotate3d(1, 0, 0, 270deg);
}

.accordeon{
    transition: all 0.3s;
}

.accordeon__descr_active {
    position: relative;
    display: block;
    opacity: 1;
    z-index: 1;
    padding: 16px 0 42px 48px;
    width: 629px;
    transform: rotate3d(1, 0, 0, 360deg);
}

.accordeon__def {
    display: grid;
    grid-template-columns:1fr 31px;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 30px 16px 49px
}

.accordeon__def span {
    font-family: spaceland-ten, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #28424e
}

.accordeon__def_active .accordeon__img img {
    transform: rotate(180deg)
}

.accordeon__img {
    background-color: #304955;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31px;
    height: 31px
}

@media (max-width: 768px) {
    .faq {
        margin-top: 90px
    }

    .accordeon__def {
        padding-left: 30px
    }

    .accordeon__def span {
        padding-right: 20px
    }

    .accordeon__descr{
        width: 515px;
        padding-left: 30px;
        padding-right: 30px
    }

    .accordeon__descr_active {
        width: 515px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 560px) {
    .accordeon__descr, .accordeon__descr_active {
        width: 100%
    }
}

@media (max-width: 425px) {
    .faq {
        margin-top: 80px
    }

    .accordeon__def {
        padding: 20px;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .accordeon__def span {
        padding-right: 20px
    }

    .accordeon__descr_active {
        padding: 0 20px 20px
    }
}

.catalog {
    margin-top: 60px
}

.catalog__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

.catalog__item {
    width: 640px
}

.catalog__bl {
    font-family: proxima-regular, sans-serif
}

.catalog__bl_light {
    background-color: #f9fafb;
    width: 60%;
    padding: 28px 50px 27px 31px
}

.catalog__bl_dark {
    background-color: #304955;
    width: 40%;
    transition: all .3s
}

.catalog__bl_dark:hover {
    opacity: .75
}

.catalog__data, .catalog__link {
    display: -ms-flexbox;
    display: flex
}

.catalog__data {
    -ms-flex-align: center;
    align-items: center
}

.catalog__data .data {
    border-right: 1px solid #72909e;
    padding-right: 20px
}

.catalog__data .data__date {
    margin-left: 10px
}

.catalog__name {
    margin-top: 19px;
    font-family: spaceland-ten, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 40px;
    color: #28424e
}

.catalog__eye {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 9px;
    transition: all .3s
}

.catalog__eye:hover {
    opacity: .75
}

.catalog__eye span {
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff
}

.catalog__img {
    height: 303px;
    display: -ms-flexbox;
    display: flex
}

.catalog__link-eye {
    display: none
}

.catalog__headline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.days {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #28424e;
    margin-left: 20px
}

.comfort {
    margin-top: 31px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    column-gap: 12px
}

.comfort span {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #28424e
}

.star {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 6px
}

@media (max-width: 1350px) {
    .catalog__item {
        width: auto
    }

    .catalog__bl_dark {
        display: none
    }

    .catalog__bl_light {
        width: 100%;
        padding: 30px 30px 40px
    }

    .catalog__link-eye {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #304955;
        padding: 15px 0;
        width: 289px;
        height: 60px;
        margin: 30px auto 0
    }

    .catalog__img {
        height: auto
    }

    .catalog__img img {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .catalog {
        margin-top: 90px
    }
}

@media (max-width: 768px) {
    .catalog__name {
        font-size: 40px;
        line-height: 40px
    }

    .catalog__data .data {
        font-size: 22px;
        line-height: 29px
    }

    .catalog__eye span {
        font-size: 25px;
        line-height: 30px
    }

    .catalog__link-eye {
        width: auto
    }
}

@media (max-width: 600px) {
    .catalog {
        margin-top: 70px
    }

    .catalog__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

@media (max-width: 425px) {
    .catalog__bl_light {
        padding: 30px 20px 40px
    }

    .comfort {
        margin-top: 25px
    }
}

.contacts {
    margin-top: 140px
}

.contacts__container {
    margin-top: 60px;
    background-color: #304955;
    padding: 65px 80px;
    display: -ms-flexbox;
    display: flex;
    column-gap: 130px;
    overflow: hidden;
    position: relative
}

.contacts__container:after {
    content: "";
    height: 502px;
    width: 1055px;
    background-image: url(/local/templates/main/public/css/../img/logo-contacts.png);
    position: absolute;
    top: 29px;
    right: -370px
}

.contacts__bl {
    position: relative;
    z-index: 20
}

.contacts__bl:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px
}

.contacts__bl .work-data {
    margin-top: 0
}

.contacts__item a {
    text-decoration: none
}

.contacts .footer__item img {
    width: 16px;
    height: 12px
}

.contacts__headline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.name {
    font-style: normal;
    font-weight: 700;
    font-family: spaceland-ten, sans-serif
}

.req__list {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

.req__list span {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-family: proxima-regular, sans-serif;
    width: 299px
}

@media (max-width: 1024px) {
    .contacts {
        margin-top: 90px
    }

    .contacts__container {
        padding: 60px 80px
    }

    .contacts__container:after {
        background-image: url(/local/templates/main/public/css/../img/logo-contacts_tablet.png);
        background-repeat: no-repeat;
        right: 0;
        background-position: bottom;
        background-size: 100%;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1000px) {
    .contacts .work-data {
        display: block
    }
}

@media (max-width: 768px) {
    .name {
        font-size: 30px;
        line-height: 40px
    }

    .contacts .footer__item p {
        font-size: 25px;
        line-height: 30px
    }

    .contacts .network__link {
        width: 50px;
        height: 50px
    }

    .contacts .network__link img {
        width: 25px;
        height: 25px
    }

    .contacts .work-data {
        font-size: 25px;
        line-height: 30px
    }

    .contacts__container {
        padding: 60px 40px;
        column-gap: 63px
    }

    .req__list span {
        width: auto
    }
}

@media (max-width: 700px) {
    .contacts {
        margin-top: 70px
    }

    .contacts__container {
        padding: 50px 40px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__container:after {
        background-size: cover;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 314px;
        background-position: 50%
    }

    .contacts__bl:first-child {
        padding-bottom: 50px;
        border-bottom: 1px solid #405a66
    }

    .req {
        padding-top: 37px
    }
}

@media (max-width: 375px) {
    .contacts .footer__item p, .contacts .work-data {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .contacts__item .footer__item img {
        display: none
    }
}

.mis {
    background-color: #152e39;
    height: 100%
}

.mis .main {
    background-image: url(/local/templates/main/public/css/../img/logo-error.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right
}

.error {
    padding-top: 150px;
    padding-bottom: 183px
}

.error h1 {
    margin-top: 50px;
    font-size: 70px !important;
    line-height: 92px
}

.error .text {
    width: 537px;
    font-size: 30px;
    line-height: 37px;
    color: #fff
}

.error .text, .error__act {
    margin-top: 30px;
    z-index: 20;
    position: relative
}

.error__act {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.error__act, .error__item {
    display: -ms-flexbox;
    display: flex
}

.error__item {
    column-gap: 10px
}

.error__item, .error__item .link {
    -ms-flex-align: center;
    align-items: center
}

.error__net {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.error__img_tab {
    display: none
}

.btn_transparent .link {
    background-color: transparent;
    border: 1px solid #fff;
    height: 62px
}

@media (max-width: 1024px) {
    .error {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .error__img_tab {
        display: block
    }

    .error__img_desk {
        display: none
    }

    .error h1 {
        margin-top: 20px;
        font-size: 40px !important;
        line-height: 53px
    }

    .error .text {
        margin-top: 10px;
        font-size: 20px;
        line-height: 24px
    }

    .error__net {
        margin-top: -30px
    }

    .error__item .link {
        padding: 10px 31px;
        height: 53px
    }

    .mis .main {
        background-image: url(/local/templates/main/public/css/../img/logo-error_tab.png)
    }
}

@media (max-width: 768px) {
    .error .text {
        width: 380px
    }

    .error .network__link {
        width: 50px;
        height: 50px
    }

    .error .network__link img {
        width: 25px;
        height: 25px
    }
}

@media (max-width: 650px) {
    .error {
        padding-top: 98px;
        padding-bottom: 44px
    }

    .error__act {
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 97px;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .error__net {
        margin-top: unset
    }

    .error .text {
        width: auto
    }
}

@media (max-width: 425px) {
    .error__item .link {
        padding: 10px 30px
    }
}

.main-banner {
    padding-top: 127px;
    background-image: url(/local/templates/main/public/css/../img/main-banner.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    max-height: 911px;
    height: 911px
}

.main-banner h1 {
    color: #152e39;
    font-size: 100px !important;
    line-height: 100px;
    width: 613px
}

.main-banner .text {
    margin-top: 40px;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    width: 469px
}

.main-banner .btn {
    margin-top: 40px
}

.main-banner .btn .link {
    width: 205px;
    transition: all .3s
}

.main-banner .btn .link:hover {
    opacity: .75
}

.ellipsis {
    margin-top: 60px
}

.ellipsis, .ellipsis__btn {
    display: -ms-flexbox;
    display: flex
}

.ellipsis__btn {
    height: 40px;
    width: 40px
}

.page-num .ellipsis {
    margin-top: 0
}

@media (max-width: 768px) {
    .main-banner {
        height: 523px;
        background-image: url(/local/templates/main/public/css/../img/main-banner-mobile.png);
        padding-top: 90px;
        position: relative
    }

    .main-banner h1 {
        font-size: 58px !important;
        line-height: 58px;
        width: 303px
    }

    .main-banner .text {
        margin-top: 30px;
        font-size: 20px;
        line-height: 24px;
        width: 332px;
        position: relative;
        z-index: 20
    }

    .main-banner:after {
        content: "";
        position: absolute;
        z-index: 10;
        width: 411px;
        height: 193px;
        background-image: url(/local/templates/main/public/css/../img/logo-trend.png);
        background-repeat: no-repeat;
        bottom: 0;
        right: 0;
        background-position: 50%;
        background-size: 100%
    }

    .main-banner .btn {
        position: relative;
        z-index: 20
    }
}

@media (max-width: 425px) {
    .main-banner {
        height: 560px;
        padding-top: 90px
    }

    .main-banner .text, .main-banner h1 {
        width: auto
    }

    .main-banner:after {
        width: 360px;
        height: 169px
    }
}

@media (max-width: 375px) {
    .main-banner {
        height: 590px
    }
}

.trend {
    margin-top: -150px;
    background-image: url(/local/templates/main/public/css/../img/trend-dark.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.trend h2 {
    color: #fff
}

.trend .text {
    margin-top: 30px;
    color: #fff;
    width: 404px
}

.trend__list {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative
}

.trend__list:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 868px;
    height: 413px;
    background-image: url(/local/templates/main/public/css/../img/logo-trend.png);
    background-repeat: no-repeat;
    top: -285px;
    right: 43px
}

.trend__item {
    width: 310px;
    height: 310px;
    background-image: url(/local/templates/main/public/css/../img/trend-item.png);
    position: relative;
    z-index: 20;
    transition: all .3s
    /*opacity: .8*/
border: 0px solid transparent; /* Параметры рамки */
border-radius: 5px; /* Радиус скругления */
}

.trend__item:hover {
    /*opacity: .75*/
    border: 3px solid #e7462a; /* Параметры рамки */
    border-radius: 5px; /* Радиус скругления */
}

.trend__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, transparent 48.76%, rgba(12, 24, 30, .71));
    width: 100%;
    height: 100%
}

.trend__link {
    background-repeat: no-repeat;
    width: 100%;
    font-family: proxima-regular, sans-serif;
    color: #fff;
    font-style: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    column-gap: 8px;
    padding-left: 33px;
    padding-bottom: 26px
}

.trend__link, .trend__name {
    position: relative;
    z-index: 20
}

.trend__name {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px
}

.trend__descr {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    position: relative;
    z-index: 20
}

.nature {
    margin-top: 140px;
    margin-bottom: 140px
}

.nature .container {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    column-gap: 20px
}

.nature .container_nature {
    display: none
}

.nature__item {
    position: relative;
    transition: all .3s;
    cursor: pointer
}

.nature__item:hover {
    /*opacity: .75  - 2024-05-06 */
    /*border: 3px solid #e7462a; /* + 2024-05-06 */
    /*border-radius: 5px; /* + 2024-05-06 */
}

.nature__item_text {
    width: 440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 3px;
    padding-bottom: 100px
}

.nature__item_text img {
    width: 318px;
    height: 150px
}

.nature__item_text .slider-news__link {
    margin-top: 30px
}

.nature__item_text .slider-news__link img {
    width: auto;
    height: auto
}

.nature__item_text .phrase {
    margin-top: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: #304955;
    font-family: spaceland-ten, sans-serif;
    text-align: end;
    margin-right: -20px
}

.nature__item_text .phrase .world {
    display: none
}

.nature__item_text .text {
    margin-top: 45px;
    color: #28424e;
    width: 370px
}

.nature__item .world {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-family: spaceland-ten, sans-serif;
    position: absolute;
    left: 5px;
    top: 161px
}

.nature__item_img img {
    width: 100%
}

.nature__bl {
    -ms-flex-direction: column;
    flex-direction: column
}

.nature__bl, .nature__container {
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.nature__container {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nature__container_mobile {
    display: none
}

@media (max-width: 1400px) {
    .nature .container {
        display: none;
        grid-template-columns:1fr
    }

    .nature .container_nature {
        display: grid
    }

    .nature__item_img {
        display: none
    }

    .nature__item_text {
        width: auto;
        display: grid;
        grid-template-columns:450px 1fr;
        column-gap: 74px;
        padding-bottom: 30px
    }

    .nature__item_text .phrase {
        margin-right: unset
    }

    .nature__item_text .phrase .world {
        display: inline;
        margin-left: 10px;
        color: #e7462a;
        position: static
    }

    .nature__item_mir span {
        display: none
    }

    .nature__container {
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .nature__container_mobile {
        display: block
    }

    .nature__bg_tablet {
        display: grid;
        grid-template-columns:1fr 1fr;
        column-gap: 22px;
        justify-self: center
    }

    .nature__bg_tablet .nature__item img {
        height: 100%
    }
}

@media (max-width: 1200px) {
    .trend {
        background: #fff;
        padding-top: 90px
    }

    .trend__list:after {
        content: unset
    }

    .trend .text, .trend h2 {
        color: #152e39
    }

    .trend__list {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .trend__item {
        width: 349px;
        height: 232px;
        background-position: 50%;
        background-size: 100%
    }
}

@media (max-width: 920px) {
    .nature__bg_tablet {
        grid-template-columns:1fr;
        gap: 22px
    }

    .nature__bg img {
        width: 100%
    }

    .nature__item_text {
        grid-template-columns:1fr
    }

    .nature__item_text .text {
        width: auto
    }

    .nature__logo {
        display: grid
    }

    .nature__logo .phrase {
        justify-self: flex-end
    }

    .nature__logo img {
        width: auto
    }
}

@media (max-width: 815px) {
    .nature__item_text {
        column-gap: 35px
    }

    .nature__item_text img {
        width: auto;
        height: auto
    }
}

@media (max-width: 768px) {
    .nature__bg_tablet {
        grid-template-columns:441px 254px
    }
}

@media (max-width: 767px) {
    .nature__bg_tablet {
        grid-template-columns:1fr
    }
}

@media (max-width: 425px) {
    .trend .text {
        width: auto
    }

    .nature__bg_tablet {
        grid-template-columns:1fr 1fr;
        gap: 8px
    }

    .nature__bg_tablet .nature__bl {
        gap: 8px
    }

    .nature__bg_tablet .nature__bl:first-child {
        width: 204px
    }

    .nature__bg_tablet .nature__bl:last-child {
        width: 120px
    }

    .nature__item_text img {
        width: 176px;
        height: 83px
    }

    .nature__item_text .text {
        margin-top: 40px
    }

    .nature__container {
        gap: 8px
    }
}

@media (max-width: 359px) {
    .nature__bg_tablet {
        grid-template-columns:1fr
    }

    .nature__bg_tablet .nature__bl:first-child, .nature__bg_tablet .nature__bl:last-child {
        width: auto
    }
}

.sliders {
    margin-top: 446px
}

.sliders .reviews__item {
    width: 640px;
    height: 674px
}

.sliders .container_reviews {
    position: relative;
    top: -313px
}

.sliders .news-slider {
    position: relative;
    top: -313px;
}

.sliders .slick-arrow {
    background-color: #fff
}

.sliders .slider-navs__next-btn, .sliders .slider-navs__prev-btn {
    top: 320px
}

.sliders .page-num {
    display: none
}

.back-dark {
    background-color: #152e39;
    max-height: 1622px
}

.news-slider .headline {
    color: #fff
}

.news-slider .slider-navs__next-btn, .news-slider .slider-navs__prev-btn {
    top: 190px
}

.news-slider .mailing .head, .news-slider .mailing .text {
    color: #fff
}

@media (max-width: 1430px) {
    .sliders .page-num {
        display: -ms-flexbox;
        display: flex
    }

    .sliders .page-num .slick-arrow {
        position: static;
        background-color: transparent
    }

    .sliders .page-num__link {
        color: #fff
    }

    .sliders .page-num__item_active .page-num__link, .sliders .page-num__link:not(.ellipsis):not(.arrow-link):hover {
        background-color: #fff;
        color: #28424e
    }

    .sliders .slider-navs__desk {
        display: none !important
    }

    .sliders .slider-news {
        margin-top: 90px
    }
}

@media (max-width: 1024px) {
    .sliders [data-slider=slider-reviews] {
        display: -ms-flexbox;
        display: flex
    }

    .back-dark {
        max-height: 1500px;
    }
}

@media (max-width: 768px) {
    .back-dark {
        max-height: 1309px
    }

    .sliders {
        margin-top: 340px
    }

    .sliders .reviews__item {
        padding: 40px 30px;
        width: 718px;
        height: auto
    }

    .sliders__headline {
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5px;
        -ms-flex-align: start;
        align-items: start
    }

    .sliders .container {
        top: -280px
    }

    .sliders .news__container {
        margin-top: 40px
    }

    .sliders .news__item {
        width: 349px
    }

    .sliders .news__item img {
        width: 100%
    }

    .sliders .news-slider .container:not(.container_mailing) {
        padding-right: unset
    }

    .sliders .news-slider .slider-news__link {
        padding-right: 25px
    }

    .sliders .page-num {
        margin-top: 40px
    }

    .descr__bl {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    [data-slider=slider-reviews] .slick-track {
        -ms-flex-pack: center;
        justify-content: center;
    }

    [data-slider=slider-reviews] .reviews__item {
        width: 600px
    }

    [data-slider=slider-reviews] .read-full__link, [data-slider=slider-reviews] .reviews__link {
        width: auto
    }
}

@media (max-width: 650px) {
    [data-slider=slider-reviews] .reviews__item {
        width: 550px
    }
}

@media (max-width: 600px) {
    [data-slider=slider-reviews] .reviews__item {
        width: 500px
    }
}

@media (max-width: 560px) {
    .mailing__bl {
        grid-template-columns:1fr 1fr
    }

    .mailing .input {
        max-width: unset;
        width: 100%
    }

    .mailing__img img {
        right: 0
    }
}

@media (max-width: 530px) {
    [data-slider=slider-reviews] .reviews__item {
        width: 450px
    }

    [data-slider=slider-reviews] .slick-track {
        column-gap: 30px
    }
}

@media (max-width: 500px) {
    [data-slider=slider-reviews] .reviews__item {
        width: 400px
    }
}

@media (max-width: 475px) {
    .mailing .head {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width: 450px) {
    .mailing__img img {
        width: 172px;
        right: -29px
    }

    .sliders .reviews__item {
        padding: 30px 20px
    }

    .sliders .reviews__item:before {
        width: 244px;
        height: 393px;
    }

    [data-slider=slider-reviews] .reviews__item {
        width: 332px;
    }

    [data-slider=slider-reviews] .slick-track {
        column-gap: 20px;
    }

    .trend .text {
        width: auto;
    }
}

@media (max-width: 445px) {
    .mailing__img img {
        right: -25px;
        right: -20px
    }
}

@media (max-width: 425px) {
    .mailing__img img {
        right: -25px;
        top: 29px
    }

    .mailing__act {
        grid-template-columns:1fr 60px
    }

    .mailing .link {
        -ms-flex-align: center;
        align-items: center
    }

    .mailing .link img {
        width: 20px;
        height: 20px
    }

    .container {
        padding-left: 14px;
        padding-right: 14px
    }

    .breadcrumbs .container {
        padding-left: 0;
        padding-right: 0
    }

    .sliders {
        margin-top: 328px
    }

    .sliders .news__item {
        width: 286px
    }

    .sliders .page-num .slick-arrow {
        margin-left: 0;
        margin-right: 0
    }

    .back-dark {
        max-height: 1315px;
    }
}

@media (max-width: 415px) {
    .mailing__img img {
        right: -21px
    }
}

@media (max-width: 405px) {
    .mailing__img img {
        right: -16px
    }
}

@media (max-width: 395px) {
    .mailing__img img {
        right: -11px
    }
}

@media (max-width: 389px) {
    .mailing__img img {
        right: -8px
    }
}

@media (max-width: 380px) {
    .mailing__img img {
        right: -5px
    }
}

@media (max-width: 375px) {
    .mailing__img img {
        right: 0
    }

    .back-dark {
        max-height: 1355px;
    }
}

@media (max-width: 375px) {
    .mailing__bl {
        grid-template-columns:1fr 115px
    }

    .mailing__img {
        position: absolute;
        right: 14px
    }
}

@media (max-width: 359px) {
    [data-slider=slider-reviews] .reviews__item {
        width: 250px
    }

    .back-dark {
        max-height: 1490px;
    }    
}

.footer-pic {
    background-image: url(/local/templates/main/public/css/../img/footer-pic_back.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-top: 140px;
    max-height: 1605px;
    height: 1605px
}

.footer-pic .orange {
    color: #e7462a
}

.footer-pic__list {
    margin-top: 44px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.footer-pic .container {
    padding-top: 170px
}

.footer-pic .ring {
    padding-top: unset;
    padding-bottom: 160px
}

.footer-pic__item {
    display: -ms-flexbox;
    display: flex;
    height: 310px;
    width: 100%;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer
}

.footer-pic__item:hover {
    opacity: .75
}

.footer-pic__item img {
    width: 100%;
    height: 100%
}

@media (max-width: 1400px) {
    .footer-pic {
        margin-top: 90px;
        background-position: top;
        height: 100%
    }

    .footer-pic .container {
        padding-top: 137px
    }

    .footer-pic__item img {
        width: 100%;
        height: 100%
    }

    .footer-pic .ring {
        padding-bottom: 89px
    }
}

@media (max-width: 962px) {
    .footer-pic .ring {
        padding-bottom: 87px
    }

    .footer-pic .ring .container {
        padding-top: 115px
    }
}

@media (max-width: 768px) {
    .footer-pic {
        background-image: url(/local/templates/main/public/css/../img/footer-pic_back-tablet.png)
    }

    .footer-pic .headline {
        width: 298px;
        font-size: 45px;
        line-height: 45px
    }

    .footer-pic .container {
        padding-top: 40px
    }

    .footer-pic__list {
        grid-template-columns:repeat(3, 1fr);
        margin-top: 30px
    }

    .footer-pic .ring {
        padding-bottom: 70px
    }

    .footer-pic .ring .container {
        padding-top: 141px
    }
}

@media (max-width: 700px) {
    .footer-pic .ring .container {
        padding-top: 0;
    }

    .footer-pic .ring {
        margin-top: 100px;
    }
}

@media (max-width: 650px) {
    .footer-pic .container {
        padding-top: 0
    }
}

@media (max-width: 425px) {
    .footer-pic {
        background-image: url(/local/templates/main/public/css/../img/footer-pic_back-mob.png);
        background-position-y: 60px
    }

    .footer-pic .ring {
        padding-top: 160px
    }

    .footer-pic__list {
        grid-template-columns:1fr 1fr
    }
}

.modal-wrapper {
    position: relative
}

.modal-wrapper_close {
    position: absolute;
    top: 14px;
    right: 14px
}

[data-modal=modal-request] {
    width: 353px
}

[data-modal=modal-subscription] {
    width: 412px
}

[data-modal=modal-request] .modal-wrapper, [data-modal=modal-subscription] .modal-wrapper {
    height: 156px;
    background-color: #f9fafb;
    padding: 40px;
    background-image: url(/local/templates/main/public/css/../img/logo-modal.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom
}

[data-modal=modal-request] .modal__title, [data-modal=modal-subscription] .modal__title {
    font-family: spaceland-ten, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #28424e
}

[data-modal=modal-request] .modal__text, [data-modal=modal-subscription] .modal__text {
    margin-top: 15px;
    font-family: proxima-regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #28424e;
    position: relative;
    z-index: 20
}

[data-modal=modal-order-call] {
    width: 610px
}

[data-modal=modal-order-call] .modal__top {
    background-image: url(/local/templates/main/public/css/../img/order-call.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 185px;
    width: 100%
}

[data-modal=modal-order-call] .modal__body {
    padding: 40px 69px 63px 71px
}

[data-modal=modal-order-call] .modal__head {
    font-family: spaceland-ten, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    text-transform: uppercase;
    width: 294px
}

[data-modal=modal-order-call] .modal__head p {
    color: #28424e;
    display: inline-block
}

[data-modal=modal-order-call] .modal__head span {
    color: #e7462a
}

[data-modal=modal-order-call] .modal__text {
    font-family: proxima-regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #28424e;
    margin-top: 30px
}

[data-modal=modal-order-call] .modal__form {
    margin-top: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px
}

[data-modal=modal-order-call] .modal__form p {
    font-family: spaceland-ten, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #28424e
}

[data-modal=modal-order-call] .modal__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    width: 100%
}

[data-modal=modal-order-call] .modal__input {
    background-color: #f9fafb;
    padding: 17px 0 17px 18px;
    font-family: proxima-regular, sans-serif
}

[data-modal=modal-order-call] .modal__descr {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1px;
    font-family: proxima-regular, sans-serif;
    color: #72909e
}

[data-modal=modal-order-call] .modal__descr p {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%
}

[data-modal=modal-order-call] .modal__policy {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%
}

[data-modal=modal-order-call] select {
    font-family: proxima-regular, sans-serif;
    border: none;
    background-color: #f9fafb;
    padding: 17px 27px 17px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

[data-modal=modal-order-call] select:after {
    content: "";
    width: 9px;
    height: 6px;
    background: url(/local/templates/main/public/css/../img/select-arrow.svg) center center no-repeat;
    position: absolute;
    top: 27px;
    right: 27px;
    z-index: 100;
}

[data-modal=modal-order-call] .btn {
    margin-top: 5px
}

@media (max-width: 768px) {
    [data-modal=modal-request], [data-modal=modal-subscription] {
        width: 319px
    }

    [data-modal=modal-order-call] {
        width: 360px
    }

    [data-modal=modal-order-call] .modal__top {
        background-image: url(/local/templates/main/public/css/../img/order-call_tab.png)
    }

    [data-modal=modal-order-call] .modal__body {
        padding: 40px 14px
    }

    [data-modal=modal-order-call] .modal__form, [data-modal=modal-order-call] .modal__text {
        margin-top: 20px
    }

    [data-modal=modal-order-call] .btn {
        margin-top: unset
    }
}

@media (max-width: 425px) {
    [data-modal=modal-order-call] {
        width: 100vw
    }
}

@media (max-width: 375px) {
    [data-modal=modal-request], [data-modal=modal-subscription] {
        width: 285px
    }
}

.breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__link {
    font-family: proxima-regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #72909e
}

.breadcrumbs__item:not(:last-of-type) {
    border-right: 1px solid #72909e;
    padding-right: 10px
}

.breadcrumbs__item:not(:first-of-type) .breadcrumbs__link {
    color: rgba(114, 144, 158, .5);
    padding-left: 10px
}

.blog-page .breadcrumbs__link {
    color: #fff
}

.blog-page .breadcrumbs__item:not(:first-of-type) .breadcrumbs__link {
    color: #fff;
    opacity: .5
}

.blog-page .breadcrumbs__item:not(:last-of-type) {
    border-color: #fff
}

.news__img {
    display: flex;
    overflow: hidden
}

.news__img img {
    max-width: 100%;
}
/* End */


/* Start:/local/templates/main/public/css/select2.min.css?167895280416264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/main/public/css/fix.css?173266327243173*/
html{
    scroll-behavior: smooth;
}

.field_warning {
    border: 1px solid red!important;
    color: red !important;
}

.field_warning::placeholder {
    color: red !important;
}

.js-response-text {
    display: flex;
    margin: auto;
    height: max-content;
}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-blackit-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-blackit-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-blackit-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-blackit-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-blackit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-bold-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-bold-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-bold-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-boldit-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-boldit-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-boldit-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-boldit-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-boldit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabld-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabld-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabld-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabld-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabld-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabldit-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabldit-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabldit-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabldit-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-extrabldit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-light-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-light-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-light-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-lightit-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-lightit-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-lightit-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-lightit-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-lightit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-regular-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-regular-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-regular-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-regularit-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-regularit-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-regularit-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-regularit-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-regularit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-semibold-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-semibold-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-semibold-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-semiboldit-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-semiboldit-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-semiboldit-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-semiboldit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima nova';
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-thin-webfont.eot');
    src: url('/local/templates/main/public/css/../fonts/proximanovaexcn-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-thin-webfont.woff2') format('woff2'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-thin-webfont.woff') format('woff'),
    url('/local/templates/main/public/css/../fonts/proximanovaexcn-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.ellipsis__btn {
    animation: 4s ease-in-out 0s infinite elipsisAnimation;
    -webkit-animation: 4s ease-in-out 0s infinite elipsisAnimation;
    animation-name: elipsisAnimation;
    animation-iteration-count: infinite;
}

[data-modal=modal-order-call] .modal__top{
    height: 0;
    background: none;
}

.input, .data, .text-content{
    font-family: proxima-regular;
}

.ring{
    min-height: 640px;
}

.ring__btn p a{
    color: #e7462a;
}

.ring__btn p a:hover{
    color: #e7462a;
    text-decoration: underline;
}

.ring__container br{
    display: none;
}

.text-content a{
    color: #e7462a;
}

.modal__policy a{
    color: #e7462a;
}


.text-content a:hover{
    color: #e7462a;
    text-decoration: underline;
}

.text-content{
    padding-bottom: 40px;
}

@keyframes elipsisAnimation {
    0%, to {
        transform: translateY(0);
        transform-origin: 75% 75%;
        animation: 10s linear;
    }
    15% {
        transform: translateY(-3px)
    }

    30% {
        transform: translateY(5px)
    }

    45% {
        transform: translateY(-5px)
    }

    60% {
        transform: translateY(5px)
    }

    75% {
        transform: translateY(-3px)
    }
}

.page{
    max-width: 100vw;
    overflow-x: hidden;
    font-family: spaceland-ten, sans-serif;
}



.header__logo .nav__link:hover{
    opacity: 1;
    color: #e7462a;
}

.detail-page .blog-page__main-banner{
    max-height: 827px;
    height: 827px;
}


.slider-navs__next-btn:hover, .slider-navs__prev-btn:hover{
    opacity: 1;
    background-color: #e7462a;
}

.blog-page{
    margin-bottom: 40px;
}

.detail-page{
    margin-bottom: 60px !important;
}

.blog-page__main-banner.blog-page__main-banner_detail{
    background-image: url("/local/templates/main/public/css/../img/detail-bg.png");
    position: relative;
}

.blog-page__main-banner.blog-page__main-banner_detail:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    content: '';
    background: linear-gradient(180deg, rgba(21, 46, 57, 0) 34.87%, #152E39 100%);
}

.link{
    /*max-width: max-content;*/
}

.link.link_max-width{
    max-width: max-content;
}

.blog-page.detail-page .link{

}

.blog-page__main-banner_detail .container{
    padding-bottom: 148px;
}

.detail-page__lower-block{
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 20px;
}

.detail-page__lower-block div{
    display: flex;
    flex-direction: column;
    max-width: max-content;
    margin-left: auto;
}

.detail-page__lower-block div span{
    font-family: proxima-regular, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}

.detail-page__lower-block div a{
    text-decoration: underline;
    color: #fff;
    font-family: proxima-regular, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;

}

.blog-page.detail-page h1{
    width: unset;
    max-width: 540px;
}

.blog-page__main-banner.blog-page__main-banner_detail .container{
    position: relative;
    z-index: 2;
}

.trend.trend_detail{
    background-image: none;
    margin-top: unset;
    color: #000000;
}

.trend.trend_detail.trend_tour{
    margin-top: 140px;
}


.trend.trend_detail .trend__list:after{
    display: none;
}

.trend.trend_detail h2{
    font-family: 'spaceland-ten';
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #28424E;
}

.trend.trend_detail h2 span{
    color: #E7462A ;
}

.header__bl {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.header__bl .text .header__link {
    border-bottom: 1px solid #FFFFFF;
}

.header__bl .text .header__link:hover {
    opacity: .8;
}

.header__tel .header__link {
    column-gap: unset;
}

.nature__item_img img,
.nature__item_square img,
.nature__item_rectangle-small img {
    height: 194px;
}

.nature__item_rectangle-vertical img {
    height: 556px;
    width: 100%;
    object-fit: cover;
}

.nature__item.nature__item_text{
    cursor: unset;
}

.nature__bl {
    gap: unset;
    justify-content: space-between;
}

.nature__bl_vertical {
    gap: 20px;
}

.trend__link {
    padding-right: 33px;
}

.ring__btn p {
    padding-left: 11px;
}

.input {
    padding: 17px 27px;
}

.footer__dark .container .logo__img {
    max-width: 161px;
}

.blog-page__main-banner .container .breadcrumbs .container {
    padding-bottom: 40px;
}

.slider-news .page-num {
    display: none;
}

.catalog__name {
    margin-top: 10px;
}

.detail-page__headline{
    font-size: 100px!important;
    line-height: 100px;
    color: #152E39;
    -webkit-text-stroke: 1px #e7462a;
}

.detail-page__descr{
    max-width: 610px;
    margin-top: 20px;
    color: #fff;
    font-family: proxima-regular,sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;

}

.news__container {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(310px, 1fr) );
}

.news__item {
    width: auto;
}

.slick-list .news__item{
    width: 310px;
}

.player__header .breadcrumbs {
    margin-bottom: 23px;
}

.booking__add {
    top: 120px;
}

.footer__article {
    justify-self: center;
}

.detail-page{
    margin-bottom: 140px;
}

.header__tel .nav__link:hover, .header__bl .text .header__link:hover{
    opacity: 1;
    color: #e7462a;
}

.reviews__text {
    margin-top: unset;
}

.reviews__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 674px;
    height: 674px;
}

.reviews__per img {
    position: relative;
    z-index: 20;
}

.reviews__per {
    margin-bottom: 33px;
}

.breadcrumbs__color_black .breadcrumbs .breadcrumbs__item span{
    color: black;
}
.breadcrumbs__color_black .breadcrumbs .breadcrumbs__item:not(:last-of-type){
    border-color: rgba(0, 0, 0, .5);
}


@media (max-width: 1430px) {
    .slider-news .page-num {
        display: flex;
    }
}

.footer-pic__item img{
    object-fit: cover;
}

@media (max-width: 1400px) {

    .gallery-block .slider__navs{
        display: none!important;
    }
    
    .footer-pic__item {
        height: auto;
    }

    .nature__bg {
        align-items: center;
    }

    .nature__bg_tablet {
        grid-template-columns: 442px 310px;
        align-items: flex-start;
    }

    .nature__bg_tablet .nature__item img {
        width: 100%;
    }

    .nature__bl {
        gap: 20px;
    }

    .nature__item_vertical {
        height: 431px;
    }

    .nature__item_mir {
        height: 247px;
    }

    .nature__container_rectangle,
    .nature__item_gorizontal {
        height: 165px;
    }
}

@media (max-width: 1350px) {
    .player__header .breadcrumbs .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .booking__item:nth-child(2):after {
        background-color: transparent;
    }

    .booking__bl .num-tab {
        display: none;
    }
    
    .booking__bl .num-tab_white {
        display: block;
    }

    .news__img img {
        width: 100%;
    }
}

/* @media(max-width: 1280px){
    .reviews__list{
        grid-template-columns: 1fr 1fr
    }
} */


@media(max-width: 1200px){
    .gallery-block .slider__navs{
        display: none!important;
    }
    .gallery-block__small-pics{
        display: none
    }
    .trend{
        margin-top: 0;
    }

    .ring{
        min-height: auto;
    }
}

@media (max-width: 1024px) {
    .header__bl {
        flex-direction: column;
    }

    .detail-page{
        margin-bottom: 80px;
    }

    .nature__item_text {
        grid-template-columns: 1fr 1fr;
    }

    .blog-page {
        margin-bottom: 90px;
    }

    .blog-page__main-banner {
        height: 301px;
    }

    .blog-page__main-banner .container .breadcrumbs .container {
        padding-bottom: 15px;
    }

    .blog-page__main-banner .container h1 {
        font-size: 45px!important;
    }

    .text-content p {
        margin-top: 30px;
    }

    .blog-page__content .text-content img {
        margin: 40px 0 10px 0;
    }

    .blog-page__content {
        row-gap: 55px;
    }

    .contacts__container {
        margin-top: 40px;
    }

    .news__img-link {
        height: 182px;
    }

    .news__item .descr {
        padding: 20px 20px 30px 20px;
    }

    .player__header {
        background-position: unset;
        padding-top: 87px;
        padding-bottom: unset;
    }

    .player__header .breadcrumbs {
        margin-bottom: 30px;
    }

    .player__header .breadcrumbs .container {
        padding-bottom: unset;
    }

    .player__descr .text {
        margin-top: 30px;
    }

    .player__descr .btn {
        margin-top: 40px;
    }

    .booking__item:nth-child(2):after {
        content: unset;
    }

    .booking__add .text {
        margin-top: 20px;
    }

    .faq {
        margin-top: 90px;
    }

    .faq__list {
        margin-top: 40px;
    }

    .accordeon__def {
        padding: 15px 20px 15px 30px;
    }

    .reviews__per {
        position: relative;
        z-index: 10;
    }
    .blog-page__main-banner_detail .container{
        padding-bottom: 80px;
    }

    .drop-menu_open .header__bl {
        flex-direction: row;
        justify-content: space-between;
    }

    .drop-menu_open .header__bl .text .header__link {
        color: #28424E;
        border-bottom: 1px solid#28424E;;
    }

    .drop-menu_open .header__bl .number .header__link {
        column-gap: unset;
    }

    .mis #panel {
        display: none;
    }
}

.accordeon__def:hover .accordeon__img{
    background-color: #E7462A;
}

.to-top{
    right: 40px;
    bottom: 40px;
}

.to-top:hover{
    background-color: #28424e;
}

.container_nature {
    display: none;
}

.nature__item .world {
    top: 160px;
}

.mailing__img img {
    top: 27px;
}

.mailing__act .input {
    border: none;
}

.mailing__act .input_mailing {
    border: 1px solid #72909e;
}

.error__item {
    display: grid;
    grid-template-columns: 168px 182px;
}

.error__net {
    display: flex;
}

@media (max-width: 920px) {
    .nature__item_text {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 830px) {
    .nature__bg_tablet {
        grid-template-columns: 1fr 1fr;
    }

    .nature__bl_vertical-2 {
        width: 254px;
    }
}

@media (max-width: 768px) {
    .main-banner .text, .main-banner h1 {
        text-shadow: 1px 1px 0px black;
    }
    .trend {
        margin-top: unset;
    }

    .trend.trend_detail.trend_tour{
        margin-top: 80px;
        padding-top: 0;
    }

    .mobile{
        display: flex;
    }

    .header__phone {
        gap:20px;
    }

    .ellipsis {
        display: none;
    }

    .footer-pic__item {
        height: auto;
        width: auto;
    }

    .page-num .ellipsis {
        display: block;
    }

    .comfort {
        margin-top: 25px;
    }

    .ring {
        background-image: url('/local/templates/main/public/css/../img/ring-back_tab.png');
    }

    .catalog__list {
        margin-top: 40px;
    }

    .catalog__bl_light {
        padding: 30px 20px 40px 20px;
    }

    .catalog__name {
        margin-top: 20px;
    }

    .req__list {
        row-gap: 40px;
    }

    .contacts__container {
        column-gap: 100px;
    }

    .player__header {
        padding-top: 102px;
    }

    .booking__text {
        line-height: 39px;
    }

    .footer__dark .container {
        display: grid;
    }

    .footer__menu {
        justify-content: center;
    }

    .reviews__item {
        height: 592px;
    }

    .reviews__item:before {
        width: 244px;
        height: 393px;
    }
}

@media (max-width: 700px) {
    .contacts__container {
        padding: 50px 60px 50px 40px;
    }

    .footer__link:not(:first-child) {
        margin-top: 10px;
    }

    .contacts__bl:first-child {
        row-gap: 30px;
    }
}

@media (max-width: 425px) {
    .footer-pic {
        max-height: unset;
    }

    .reviews__list{
        grid-template-columns: 1fr 
    }

    .slider-news .news__item {
        width: 286px;
    }

    .blog-page {
        margin-bottom: 80px;
    }

    .blog-page__main-banner .container .breadcrumbs .container {
        padding-bottom: 25px;
    }

    .blog-page__content {
        margin-top: 65px;
    }

    .blog-page__content .text-content img {
        height: 279px;
        object-fit: cover;
    }

    .ring {
        background-image: url('/local/templates/main/public/css/../img/ring-back_mob.png');
        background-position: bottom;
    }

    .news__img-link img {
        object-fit: unset;
    }

    .news__container {
        grid-template-columns: 1fr;
    }

    .news .headline {
        font-size: 40px;
        line-height: 40px;
    }

    .player__header {
        padding-top: 97px;
        background-position: center;
    }

    .player__header .breadcrumbs {
        margin-bottom: 40px;
    }

    .booking__bl {
        margin-left: 14px;
    }

    .faq {
        margin-top: 80px;
    }

    .accordeon__def {
        padding: 20px;
    }

    .accordeon__def span {
        font-size: 25px;
        line-height: 32px;
    }

    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .footer__item p {
        font-size: 20px!important;
        line-height: 29px!important;
    }

    .footer .network__link {
        width: 50px;
        height: 50px;
    }

    .footer .network__link img {
        width: 25px;
        height: 25px;
    }

    .reviews__item {
        height: auto;
    }
}

.gallery-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.gallery-block .slick-dots{
    display: none!important;
}

.gallery-block__side{
    display: flex;
    flex-direction: column;
}

.gallery-block__descr{
    font-family: proxima-regular, sans-serif;
    color: #28424E;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.gallery-block__sticker{
    margin-top: 60px;
    display: grid;
    grid-template-columns: 25px 1fr;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 58px;
    border-radius: 9px;
    background-color: #304955;
    gap: 15px;
    font-family: proxima-regular, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.gallery-block__sticker svg{
    position: relative;
    top: 4px;
}

.gallery-block__small-pics{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
}

@media(max-width: 1200px){
    .gallery-block__small-pics{
        display: none;
    }
    .detail-page__lower-block div{
        display: none;
    }
    .detail-page__lower-block{
        display: flex;
    }
    .slider-gallery .slider__list{
        max-width: 340px;
    }
}

.modal-menu{
    max-height: max-content;
    overflow: auto;
}

.modal-wrapper{
    display: flex;
    flex-direction: column;
}

.slider-gallery{
    width: 100%;
}

.slider-gallery .slider-navs__prev-btn, .slider-gallery .slider-navs__next-btn{
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider-gallery_tablet{
    display: none!important;
}

.slider-gallery .slider__list{
    overflow: hidden;
    max-width: 640px;
}

.slider-gallery_rectangle_mobile{
    display: none;
}

@media(max-width: 1200px){
    .slider-gallery .slider__list{
        max-width: calc((100vw / 2) - 35px);
    }
    .gallery-block{
        grid-template-columns: 1fr;
    }

    .gallery-block.gallery-block_no-flex{
        grid-template-columns: 1fr 1fr;
    }

    .slider-gallery_rectangle{
    display: none;
    }
    .slider-gallery_rectangle_mobile{
    display: block!important;
    }

    .slider-gallery.slider-gallery_rectangle_mobile .slider__list{
        max-width: 100vw;
        margin-left: -25px;
    }
    .slider-gallery.slider-gallery_rectangle_mobile .gallery-slider__item{
        opacity: 0.5;
        transition: all 0.3s
    }
    .slider-gallery.slider-gallery_rectangle_mobile .gallery-slider__item.slick-active{
        opacity: 1;

        transition: all 0.3s
    }
    .slider-gallery{
        display: none!important;

    }

    .slider-gallery.slider-gallery_rectangle_mobile{
        display: block!important;

    }

    .slider-gallery_tablet{
        display: block!important;
    }
    .gallery-slider__item{
        display: flex;
        gap:10px;
        flex-direction: column;
    }
    .gallery-slider__grid{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .gallery-slider__item img{
        max-height: 190px;
    }

    .gallery-slider__grid img{
        max-height: 110px;
    }
}

.gallery-block__img-item{
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.gallery-slider__item{
    display: flex;
}

.gallery-block__img-item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.days.days-block{
    margin-top: 140px;
    margin-left: 0;
}

.days h2 span{
    color: #E7462A;
}

.days .gallery-block{
    margin-top: 128px;
}

.gallery-block__day{
    margin: 0;
    margin-top: -38px;
    font-family: proxima-bold, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #28424e;
    text-transform: uppercase;
}

.gallery-block__name{
    font-family: spaceland-ten;
    max-width: 540px;
    font-weight: 700;
    font-size: 60px;
    line-height: 100px;
    color: #28424e;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.gallery-block__text{
    max-width: 540px;
    margin-top: 50px;
    font-weight: 400;
    font-size:20px;
    line-height: 26px;
    color: #28424e;
    font-family: proxima-regular, sans-serif;
}

.about-tour{
    margin-top: 60px; /*vsv20240517 140px*/
    background: url("/local/templates/main/public/css/../img/about-tour-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0; /*vsv20240517 140px*/
}

.tour-info{
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 120px;
}

.tour-info__side_second{
    padding-top: 100px;
}

.tour-info__block{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    border-top: 1px solid #405A66;
    align-items: flex-start;
}

.tour-info__block:first-of-type{
    border: none;
    padding-top: 0;
}

/* .tour-info__block:last-of-type{
    opacity: 0.5;
} */

.tour-info__title{
    margin: 0;
    font-family: spaceland-ten;
    font-size: 35px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
}

.tour-info__title span{
    color: #e7462a;
}

.tour-info__block p{
    font-family: proxima-regular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 12px;
}

.tour-info__block-title{
    font-family: spaceland-ten;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin: 0;
}

.tour-info__block ul{
    margin: 0;
    margin-top: 12px;
    padding: 0;
    list-style: none;
}

.tour-info__block ul li{
    padding-left: 20px;
    position: relative;
    font-family: proxima-regular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.tour-info__block ul li:before{
    content: '';
    position: absolute;
    left: 8px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #e7462a;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tour-info__block a{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #e7462a;
    font-family: proxima-regular, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    gap: 12px;
}

.tour-info__block a:hover{
    color: #fff;
}

.tour-info__block a:hover svg path{
    fill:#fff;
}

.tour-info__sticky{
    position: sticky;
    top: 12px;
}

.tour-info__cost{
    margin: 0;
    font-family: spaceland-ten, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.tour-info__summ{
    color: #E7462A;
    font-weight: 500; /*vsv20240517 800*/
    font-family: spaceland-ten, sans-serif;
    font-size: 80px; /*vsv20240517 100px*/
    line-height: 80px; /*vsv20240517 100px*/
    margin: 50px 0 0 0;
}

.tour-info__btn{
    transition: all 0.3s;
    display: flex;
    max-width: max-content;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 11px 44px;
    color: #28424E;
    font-family: proxima-regular, sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    background-color: #fff;
}

.tour-info__btn:hover{
    background-color: #E7462A;
    color: #fff;
}

.tour-info__sticky span{
    color: #fff;
    display: flex;
    margin-top: 40px;
    font-family: proxima-regular, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.tabs{
    margin-top: 140px;
    width: 100vw;
    overflow: hidden;
}

.tabs__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 44px;
}

.tabs__descr{
    font-family: proxima-regular, sans-serif;
    color: #28424E;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    max-width: 450px;
}

.tabs__btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.tabs__link{
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    font-family: 'proxima-regular';
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #28424e;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}

.tabs__link:hover{
    color: #e7462a;
    border-color: #e7462a;
}

.tabs__link_active{
    color: #e7462a;
    border-color: #e7462a;
}

.tabs__link.tabs__link_active:hover{
    border-color: transparent;
}

.tabs-content{
    display: none;
    margin-top: 80px;
}

.tabs-content_active{
    display: block;
}

.tabs-content.tabs-content_active .tabs__block{
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 100px;
    margin-top: 80px;
}

.tabs-content.tabs-content_active .tabs__block:first-of-type{
    margin-top: 0;
}

.tabs-content__side, .location{
    display: flex;
    flex-direction: column;
}

.location.footer__item{
    flex-direction: row;
}

.footer__article .nav__link:hover{
    opacity: 1;
    color:#e7462a ;
}

.accordeon{
    overflow: hidden;
}

.days{
    font-size: 20px;
    margin-left: 0;
    min-width: 120px;
}

.data{
    margin-right: 20px;
    opacity: 1;
    font-size: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#e7462a ;
    color: #fff;
}

.select2-container--default .select2-results__option--selected{
    background-color:#e7462a ;
    color: #fff;
}

.select2-results__option{
    padding:15px;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--single .select2-selection__rendered{
    height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 46px;
}

.accordeon__descr{
    display: flex;
    flex-direction: column;
    pointer-events: none;
    transition: all 0.3s;
    transform: none;
    height: 0;
    transform: translateY(-50%);
    padding:0;
    width: 90%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    margin:auto 0;
    bottom: 0;
}

.accordeon__descr.accordeon__descr_active{
    transform: translateY(0);
    width: 100%;
    padding: 16px 0 42px 48px;
    padding-left: 30px;
    padding-right: 30px;
}

.catalog__eye:hover{
    opacity: 1;
    background-color: #e7462a;

}

.accordeon__descr_active{
    pointer-events: unset;
    display: flex;
    transition: all 0.3s;
    height: auto;
    transform: unset;
}

.network__link:hover{
    background-color: #e7462a;
}

.network__link:hover svg path{
    fill: #fff;
}

.footer__link:hover{
    opacity: 1;
    color: #e7462a;
}

.footer__link:hover .footer__item p{
    color: #e7462a;
}

.tabs-content__side:first-of-type{
    display: flex;
    align-items: flex-end;
}

.tabs__place-name{
    font-family: 'proxima-regular';
    color: #E7462A;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
}

.tabs__place-name_second{
    font-size: 30px;
    line-height: 30px;
    color: #28424E;
}


.location__descr{
    display: flex;
    max-width: 860px;
    width: 100%;
}

.location__descr.location__descr_grid{
    display: grid;
    grid-template-columns: 14px 488px;
    gap: 10px;
}

.location__descr svg{
    position: relative;
    top: 8px;
}

.location__descr, .location__descr_grid p{
    margin: 0;
    font-family: proxima-regular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #28424e;
}

.location__slider{
    margin-top: 40px;
    
}

.tabs .slick-dots{
    display: none!important;
}

.location__slider{
    max-width: 1300px!important;
    width: 100%!important;
    padding-bottom: 60px;
}

.location__slider .slider__navs .slider-navs__prev-btn{
    top: unset;
    left: 790px;
    position: absolute;
    bottom: 0;
}

.location__slider .slider__navs .slider-navs__next-btn{
    top: unset;
    left: 840px;
    position: absolute;
    bottom: 0;
}

.tabs .container{
    padding-bottom: 40px;
    position: relative;
}

.gallery-block{
    column-gap: 80px;
}

.partner{
    margin-top: 100px;
}

.partner__list{
    display: flex;
}

.partner__item{
    display: flex;
    width: calc(100% /3);
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.partner__link{
    transition: all .3s;
}

.partner__link:hover{
    opacity: 0.4;
}

.partner__img{
    max-width: 100%;
}


@media(max-width: 1400px){
    .gallery-block{
        column-gap: 20px;
    }
}

@media(max-width: 1200px){

    .gallery-block__name{
        margin-bottom: 40px;
    }

    .tabs-content.tabs-content_active .tabs__block{
        display: flex;
        flex-direction: column;
    }

    .tabs-content__side:first-of-type{
        align-items: flex-start;
    }

    .location__slider .slider__navs{
        display: none!important;
    }

    .location__slider{
        padding: 0
    }

    .location__slider{
        max-width: calc(100vw + 50px)!important;
        margin-left: -40px;
        width: calc(100vw + 50px)!important;
    }

    .location__slider-item{
        opacity: 0.5;
        transition: all 0.3s
    }

    .location__slider-item.slick-current.slick-active{
        opacity: 1;
    }

    .location__descr, .location__descr_grid p{
        max-width: 100%
    }

    .trend__list{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .trend__item{
        width: 100%;
    }

    .tour-info{
        gap:50px;
    }
}

@media(max-width: 900px) {
    .catalog__name {
        width: 250px;
    }
}

@media(max-width: 830px) {
    .gallery-block__sticker{
        padding: 11px 22px;
    }
}

.gallery-slider__grid div{
    width: 100%;
}

.gallery-slider__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media(max-width: 768px) {
    .gallery-block .slick-dots{
        display: flex!important;
        max-width: max-content;
        gap:20px;
        margin: 40px auto 0;
        font-size: 0;
    }

    .slider-gallery_tablet .gallery-slider__item{
        max-width: 350px;
        width: 100%;
    }

    .slider-gallery_tablet .gallery-slider__item img{
        width: 100%;
    }

    .tabs .slick-dots{
        display: flex!important;
        max-width: max-content;
        gap:20px;
        margin: 40px auto 0;
        font-size: 0;
    }

    .gallery-block .slick-dots li, .tabs .slick-dots li{
        display: flex;
        height: 8px;
        width: 8px;
    }

    .gallery-block .slick-dots li button, .tabs .slick-dots li button{
        height: 8px!important;
        width: 8px!important;
        border-radius: 100%;
        border: none;
        background-color: #28424E;
        padding: 0;
    }
    .gallery-block .slick-dots li.slick-active button, .tabs .slick-dots li.slick-active button{
        background-color: #E7462A;
    }

    .network svg {
        width: 23px;
        height: 23px;
    }

    .catalog__name {
        width: auto;
    }


    .partner{
        margin-top: 80px;
    }

    .partner__list{
        flex-wrap: wrap;
    }

    .partner__item{
        width: calc(100% /2);
        padding: 10px;
    }
    
}

.gallery-slider__item img{
        max-width: 100%;
        height: auto;
}

.dis-none {
    display: none;
}


@media(max-width: 1200px){
    .slider-gallery.slider-gallery_rectangle_mobile{
        display: block!important;
    }
}

@media(max-width: 730px){
    .gallery-block.gallery-block_no-flex{
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }


    .slider-gallery .slider__list{
        max-width: 100vw;
    }
    .gallery-slider__item{
        max-width: calc(100vw - 50px);
    }
    .gallery-slider__item img{
        max-width: 100%;
        height: auto;
    }
    .slider-gallery_tablet .gallery-slider__item{
        max-width: calc(100vw - 50px)!important;
    }
}

@media(max-width: 680px){
    .trend__list{
        grid-template-columns: 1fr
    }

    .tour-info{
        grid-template-columns: 1fr;
    }

    .tour-info__sticky{
        position: relative;
        top: unset;
    }

    .tour-info__side:first-of-type{
        order: 2;
    }

    .tour-info__side:last-of-type{
        order: 1;
    }
    .tour-info__side_second{
        padding-top: 0
    }

    .about-tour{
        padding: 80px 0;
    }
}

.location__slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 730px) {
    .gallery-block.gallery-block_no-flex{
        display: flex;
        flex-direction: column;
    }
    .slider-gallery .slider__list{
        max-width: 100vw;
    }
    .slider-gallery.slider-gallery_rectangle_mobile .gallery-slider__item{
        max-width: 80vw;
    }
    .location__slider-item{
        max-width: 80vw;
        width: 80vw;
        height: 210px;
    }
}

@media(max-width: 725px) {
    .catalog__list {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 680px){

    .location__descr.location__descr_grid{
        grid-template-columns: 14px 1fr;
    }

    .tabs-content.tabs-content_active .tabs__block{
        gap:40px;
    }

    .tabs__top{
        display: grid;
        grid-template-columns: 1fr
    }

    .tabs__block{
        word-break: break-word;
    }

    .about-tour{
        margin-top: 80px;
    }

    .detail-page .blog-page__main-banner{
        max-height: 602px;
        height: 602px;
    }
    .detail-page__lower-block{
        margin-top: 9px;
    }
    .blog-page__content{
        margin: 80px 0;
    }
    .blog-page{
        margin-bottom: 80px
    }
    .gallery-block__sticker{
        margin-top: 40px;
        padding: 18px;
        font-size: 20px;
        line-height: 26px;
    }
    .days.days-block{
        margin-top: 80px
    }

    .gallery-block__name{
        font-size: 50px!important;
        line-height: 50px;
    }
    .slider-gallery_tablet .gallery-slider__item{
        max-width: calc(100vw - 28px);
        width: calc(100vw - 28px);
    }
    .gallery-block__text{
        margin-top: 0
    }
    .nature__bg_tablet .nature__item img{
        object-fit: cover;
    }
    .nature__item_vertical{
        height: 182px;
    }

    .nature__item_gorizontal{
        height: 234px;
    }

    .nature__item_mir,
    .nature__container_rectangle {
        height: auto;
    }
}

@media(max-width: 600px) {
    .header__phone {
        display: flex;
        justify-content: flex-end;
        gap: 7px;
    }

    .nature__bl_vertical-2 {
        width: auto;
    }
}

@media(max-width: 425px) {
    .nature__bg_tablet .nature__bl:first-child{
        width: 100%;
    }
    .nature__bg_tablet{
        grid-template-columns: 1fr 120px;
    }
    
    .nature__container_rectangle, .nature__bg_tablet .nature__item img, .nature__item_gorizontal{
        height: 76px;
    }

    .nature__item_mir{
        height: 114px;
    }

    .nature__bg_tablet .nature__item img {
        height: 100%;
    }

    .nature__item.nature__item_mir{
        height: 114px!important;
    }

    .nature__item.nature__item_vertical img{
        height: 198px;
    }

    .nature__item{
        overflow: hidden;
    }

    .contacts__container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .error__item {
        grid-template-columns: 1fr 1fr;
    }
    .nature__item_vertical{
        height: 199px;
    }
}

@media (max-width: 360px){
    .footer__item p {
        font-size: 16px!important;
    }
}


.nature__item.nature__item_world img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__input{
    font-size: 20px;
}

.select2-container .select2-selection--single{
    border: none;
    background-color:#f9fafb ;
}

.select2 *, .select2-results__options *{
    font-size: 20px;
}

@media(max-width: 680px){
    .detail-page .blog-page__main-banner{
        max-height: max-content;
        height: max-content;
        min-height: 240px;
        padding-top: 97px;
    }
    .blog-page__main-banner .container{
        justify-content: unset;
        height: max-content;
    }
}

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

    .days{
        font-size: 22px;
    }

    .blog-page__main-banner{
        padding-top: 40px;
    }

    .footer-pic__item{
        aspect-ratio: 1/ 1;
        min-height: 130px;
        min-width: 130px;
    }

    .main-banner{
        height:max-content;
    }
    .trend .trend__item{
        background-size: cover;
    }
    .nature__item{
        min-width: 50%;
    }
    .nature__container_rectangle{
        overflow: hidden;
    }
    .main-banner .text{
        padding-bottom: 70px;
    }

    .nature{
        margin-top: 80px;
    }
    .breadcrumbs__list{
        flex-wrap: wrap;
        row-gap: 8px;
    }
    /*.breadcrumbs__item:last-of-type .breadcrumbs__link{*/
    /*    padding-left: 0;*/
    /*}*/

    .trend{
        padding-top: 68px;
    }
    .nature{
        margin-bottom: 0;
    }
    .footer-pic, .footer-pic .ring{
        margin-top:80px ;
    }
}


@media screen and (max-width: 375px){
    .main-banner{
        height:max-content;
    }
}

@media(max-width: 350px) {
    .contacts .footer__item p {
        font-size: 20px!important;
        line-height: 24px!important;
    }
}

@media(max-width: 280px){
    .footer-pic__item{
        aspect-ratio: 1/ 1;
        min-height: 100px;
        min-width: 100px;
    }
}

@media(max-width: 1350px) {
    .catalog__eye:hover {
        background-color: transparent;
    }

    .catalog__link-eye {
        transition: all .3s;
    }

    .catalog__link-eye:hover {
        background-color: #e7462a;
    }
}

.main-banner .text{
    width: 100%;
}
.trend .trend__item{
    background-repeat: no-repeat;
}

.gallery-slider__item{
    width: 640px;
    max-width: 100%;
}

.gallery-slider__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-block__small-pics{
    margin-top: 30px;
}

.nav__item_active .nav__link{
    opacity: 1;
    color: #e7462a;
}

.header__tel .header__link span:hover{
    opacity: 1;
    color: #e7462a;
}
.modal__item select{
    cursor: pointer;
}
.modal__item select option{
    cursor: pointer;
    color: #e7462a;
    font-size: 16px;
}

.modal__item select option:hover{
    color: #fff;
    background-color: #e7462a;
}

@media(max-width: 768px){
    .main-banner .text, .main-banner h1{
        text-shadow: none;
    }
    /*.main-banner .text{*/
    /*    background: rgb(2,0,36);*/
    /*    background: linear-gradient(0deg, rgba(2,0,36,0.25) 0%, rgba(0,0,0,0.25) 20%, rgba(255,255,255,0) 100%);*/
    /*}*/
}

.faq{
    max-width: 100%;
    overflow:hidden;
}

.faq__list br{
    display: none;
}

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

    .catalog__headline{
        flex-wrap: wrap;
        row-gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-banner{
        padding-bottom: 40px;
    }

    .catalog__headline h2{
        order: 2;
    }

    .catalog__headline .breadcrumbs{
        order: 1;
    }
    .main-banner{
        background-position: center center;
        background-size: cover;
    }
    .gallery-block__day{
        margin-top: 0;
    }
    .days .gallery-block{
        margin-top: 50px;
    }
    .slider-gallery{
        margin-bottom: 30px;
    }
    .tabs{
        margin-top: 80px;
    }
    .tabs-content{
        margin-top: 0px;
    }
    .tabs-content .container:last-of-type{
        padding-bottom: 0;
    }
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
    border-color: #e7462a;
}

.table_header_text {
font-weight: bold;
}

.table_text {
font-size=0.8em;
}
/* End */
/* /local/templates/main/public/css/fancybox.css?167159745415598 */
/* /local/templates/main/public/css/animate.css?167159745457095 */
/* /local/templates/main/public/css/style.css?1750084050155655 */
/* /local/templates/main/public/css/select2.min.css?167895280416264 */
/* /local/templates/main/public/css/fix.css?173266327243173 */
