@charset "UTF-8";
/*! */
/*! */
/*! */
/*! */
/*! */
/*! */
/*! Нельзя редактировать этот файл! Он сгенерирован через sass  -  DO NOT EDIT THIS FILE! IT GENERATED SASS */
/*! */
/*! */
/*! */
/*! */
/*! */
/*! */
/*! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

body, html { height: 100%; }

body a, html a { text-decoration: none; }

body input, html input { -webkit-appearance: none; }

img, fieldset, a img { border: none; }

input[type="submit"], button { cursor: pointer; }

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; }

textarea { overflow: auto; }

input, button { margin: 0; padding: 0; border: 0; }

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus { outline: none; }

div { outline: none !important; }

* { outline: none !important; }

ul, ol { list-style-type: none; }

img { vertical-align: top; }

li { list-style: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { * { -webkit-text-size-adjust: none; } }

table { border-spacing: 0; border-collapse: collapse; width: 100%; }

.clear { clear: both; }

.page { overflow: hidden; position: relative; width: 100%; }

input[type=text], input[type=password], textarea { box-sizing: border-box; }

input:focus::-webkit-contacts-auto-fill-button { opacity: 0; }

.show-tablet1 { display: none; }

@media only screen and (max-width: 1000px) { .show-tablet1 { display: block; } }

@media only screen and (max-width: 1000px) { .hide-tablet1 { display: none; } }

.show-mobile1 { display: none; }

@media only screen and (max-width: 760px) { .show-mobile1 { display: block; } }

@media only screen and (max-width: 760px) { .hide-mobile1 { display: none; } }

:focus::-webkit-input-placeholder { opacity: 0 !important; }

:focus::-moz-placeholder { opacity: 0 !important; }

:focus:-ms-input-placeholder { opacity: 0 !important; }

:focus:-moz-placeholder { opacity: 0 !important; }

input, textarea { background: none; border: none; }

textarea { resize: none; }

.carousel { position: relative; box-sizing: border-box; }

.carousel * { box-sizing: inherit; }

.carousel *:before, .carousel *:after { box-sizing: inherit; }

.carousel.is-draggable { cursor: move; cursor: -webkit-grab; cursor: grab; }

.carousel.is-dragging { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.carousel__viewport { position: relative; overflow: hidden; max-width: 100%; max-height: 100%; }

.carousel__track { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.carousel__slide { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; 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: -webkit-calc(0.5rem + 22px); margin-bottom: calc(0.5rem + 22px); }

.carousel__dots { margin: 0 auto; padding: 0; position: absolute; top: -webkit-calc(100% + 0.5rem); top: calc(100% + 0.5rem); left: 0; right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; list-style: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: 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%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: currentColor; opacity: .25; -webkit-transition: opacity .15s ease-in-out; 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: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; 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); -webkit-transition: opacity .15s ease; transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-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; -webkit-filter: var(--carousel-button-svg-filter, none); filter: var(--carousel-button-svg-filter, none); pointer-events: none; }

html.with-fancybox { scroll-behavior: auto; }

body.compensate-for-scrollbar { overflow: hidden !important; -ms-touch-action: none; 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: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; color: var(--fancybox-color, #fff); -webkit-tap-highlight-color: transparent; overflow: hidden; z-index: 1050; outline: none; -webkit-transform-origin: top left; -ms-transform-origin: top left; 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 * { box-sizing: inherit; }

.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; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 0; height: 100%; z-index: 10; }

.fancybox__carousel.has-dots { margin-bottom: -webkit-calc(0.5rem + 22px); margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport { position: relative; width: 100%; height: 100%; overflow: visible; cursor: default; }

.fancybox__track { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; }

.fancybox__slide { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; max-width: 100%; margin: 0; padding: 48px 8px 8px 8px; position: relative; overscroll-behavior: contain; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; 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: ""; -webkit-box-flex: 0; -webkit-flex: 0 0 0; -ms-flex: 0 0 0; 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; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) { outline: thin dotted; box-shadow: none; }

.fancybox__caption { -webkit-align-self: center; -ms-flex-item-align: center; 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; -webkit-flex-shrink: 0; -ms-flex-negative: 0; 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; }

.fancybox__nav .carousel__button.is-prev { left: 8px; }

@media all and (min-width: 1024px) { .fancybox__nav .carousel__button.is-next { right: 40px; } }

@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: -webkit-calc(env(safe-area-inset-top, 0px) + 8px); top: calc(env(safe-area-inset-top, 0px) + 8px); right: -webkit-calc(env(safe-area-inset-right, 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 { pointer-events: none; }

.fancybox__no-click button { pointer-events: none; }

.fancybox__spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -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 { -webkit-animation: fancybox-rotate 2s linear infinite; animation: fancybox-rotate 2s linear infinite; -webkit-transform-origin: center center; -ms-transform-origin: center center; 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; -webkit-animation: fancybox-dash 1.5s ease-in-out infinite; animation: fancybox-dash 1.5s ease-in-out infinite; stroke-linecap: round; stroke: currentColor; }

@-webkit-keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-webkit-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; } }

@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 { -webkit-animation: .15s ease backwards fancybox-fadeIn; 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 { -webkit-animation: .15s ease both fancybox-fadeOut; animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn { -webkit-animation: .15s ease both fancybox-fadeIn; animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut { -webkit-animation: .1s ease both fancybox-fadeOut; animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp { -webkit-animation: .2s ease both fancybox-zoomInUp; animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown { -webkit-animation: .15s ease both fancybox-zoomOutDown; animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp { -webkit-animation: .15s ease both fancybox-throwOutUp; animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown { -webkit-animation: .15s ease both fancybox-throwOutDown; animation: .15s ease both fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fancybox-fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes fancybox-fadeOut { to { opacity: 0; } }

@keyframes fancybox-fadeOut { to { opacity: 0; } }

@-webkit-keyframes fancybox-zoomInUp { from { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to { -webkit-transform: scale(1) translate3d(0, 0, 0); transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomInUp { from { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to { -webkit-transform: scale(1) translate3d(0, 0, 0); transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fancybox-zoomOutDown { to { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-zoomOutDown { to { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutUp { to { -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp { to { -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutDown { to { -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown { to { -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide { scrollbar-width: thin; scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar { width: 8px; height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track { background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 2px; box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide { cursor: move; cursor: -webkit-grab; cursor: grab; }

.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content { cursor: move; cursor: -webkit-grab; cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content { cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content { cursor: move; cursor: -webkit-grab; cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox__image { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: none; transition: none; }

.has-image .fancybox__content { padding: 0; background: transparent; min-height: 1px; }

.is-closing .has-image .fancybox__content { overflow: visible; }

.has-image[data-image-fit=contain] { overflow: visible; -ms-touch-action: none; touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; 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; -ms-touch-action: none; 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%; -webkit-flex-shrink: 1; -ms-flex-negative: 1; 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, 0.9); color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content { background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe { border: 0; display: block; height: 100%; width: 100%; background: transparent; }

.fancybox-placeholder { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }

.fancybox__thumbs { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; padding: 0px 3px; opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs { -webkit-animation: .15s ease-in backwards fancybox-fadeIn; animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs { opacity: 0; }

.fancybox__thumbs .carousel__slide { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: var(--fancybox-thumbs-width, 96px); margin: 0; padding: 8px 3px; box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 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; -webkit-transition: opacity .15s ease; 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; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox__thumb { position: relative; width: 100%; padding-top: -webkit-calc(100%/(var(--fancybox-thumbs-ratio, 1.5))); padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5))); background-size: cover; background-position: center center; background-color: rgba(255, 255, 255, 0.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: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%); background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%); padding: 0; -ms-touch-action: none; touch-action: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; --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 { -webkit-animation: .15s ease-in backwards fancybox-fadeIn; animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar { opacity: 0; }

.fancybox__toolbar__items { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.fancybox__toolbar__items--left { margin-right: auto; }

.fancybox__toolbar__items--center { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-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; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-timing-function: linear; transition-timing-function: linear; z-index: 30; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox__container:-webkit-full-screen::backdrop { opacity: 0; }

.fancybox__container:-moz-full-screen::backdrop { opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop { opacity: 0; }

.fancybox__container:fullscreen::backdrop { opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) { display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

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

body { font-family: Manrope; }

.page-line { max-width: 1140px; margin: auto; position: relative; *zoom: 1; padding: 0 20px; }

.page-line:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 760px) { .page-line { padding: 0 22px; } }

.background-top1 { height: 180px; background: url(../img/bg1.jpg) center; }

@media only screen and (max-width: 760px) { .background-top1 { background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url(../img/bg2.jpg); height: 108px; }
  .background-top1 .page-line { padding: 0; } }

.header { *zoom: 1; font-size: 0.01px; }

.header:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 760px) { .header { position: relative; } }

.header__left { float: left; padding-top: 54px; }

@media only screen and (max-width: 760px) { .header__left { padding-top: 20px; } }

.header__right { float: right; padding-top: 60px; }

@media only screen and (max-width: 760px) { .header__right { float: none; padding: 0; position: absolute; top: 142px; left: 25px; } }

.header__logo { display: inline-block; vertical-align: top; position: relative; padding-left: 221px; color: #ffffff; font-size: 30px; font-weight: 500; letter-spacing: -1.5px; line-height: 30px; }

@media only screen and (max-width: 1000px) { .header__logo { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; } }

@media only screen and (max-width: 760px) { .header__logo { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); font-size: 26px; letter-spacing: -1.3px; line-height: 32px; padding-left: 135px; } }

.header__logo img { display: block; position: absolute; top: -20px; left: 0px; }

@media only screen and (max-width: 760px) { .header__logo img { top: 0; width: 115px; } }

.header__phone { display: inline-block; vertical-align: top; position: relative; padding-left: 47px; color: #75a551; font-size: 32px; font-weight: 600; line-height: 58px; }

@media only screen and (max-width: 1000px) { .header__phone { font-size: 27px; } }

@media only screen and (max-width: 760px) { .header__phone { padding: 0; color: #000000; font-size: 28px; font-weight: 700; letter-spacing: -1.4px; line-height: 39px; float: left; } }

.header__phone:before { position: absolute; top: 16px; left: 0; display: block; content: ''; background: url("../img/i1.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: inline-block; }

@media only screen and (max-width: 760px) { .header__phone:before { display: none; } }

.header__link { float: left; margin-right: 21px; position: relative; top: 6px; display: none !important; }

@media only screen and (max-width: 760px) { .header__link { display: block !important; } }

.header__link:before { position: absolute; top: 0; bottom: 0; left: 0; right: -21px; display: block; content: ''; }

.header__link.icon1 { background: url("../img/i4.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: inline-block; }

.header__link.icon2 { background: url("../img/i5.svg") no-repeat 0 0; background-size: 25px 25px; width: 25px; height: 25px; display: inline-block; top: 7px; }

.padding1 { padding-top: 60px; }

/*@media only screen and (max-width: 760px) { .padding1 { padding-top: 102px; } } */

.video-block1 { height: 640px; position: relative; margin-bottom: 74px; }

@media only screen and (max-width: 1179px) { .video-block1 { height: 570px; margin: 0 -20px; margin-bottom: 74px; } }

@media only screen and (max-width: 1000px) { .video-block1 { height: 500px; } }

@media only screen and (max-width: 760px) { .video-block1 { height: 216px; height: 60vw; margin: 0 -22px; margin-bottom: 31px; } }

.video-block1:before { position: absolute; bottom: 0; left: 0; right: 0; display: block; content: ''; height: 413px; background: url(../img/g1.png); background-size: 100% 100%; }

@media only screen and (max-width: 760px) { .video-block1:before { height: 131px; } }

.video-block1__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }

.video-block1__text { position: absolute; left: 116px; right: 116px; bottom: 94px; }

@media only screen and (max-width: 1179px) { .video-block1__text { left: 60px; right: 60px; bottom: 60px; } }

@media only screen and (max-width: 1000px) { .video-block1__text { left: 40px; right: 40px; } }

.video-block1__text span { display: block; color: #9ed773; font-size: 30px; font-weight: 500; letter-spacing: -1.5px; line-height: 62px; }

@media only screen and (max-width: 1000px) { .video-block1__text span { font-size: 26px; line-height: 58px; } }

.video-block1__text p { color: #ffffff; font-size: 50px; font-weight: 700; letter-spacing: -2.5px; line-height: 62px; }

@media only screen and (max-width: 1000px) { .video-block1__text p { font-size: 46px; line-height: 58px; } }

.video-block1__video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

.video-block1__video:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; background: url("../img/i2.svg") no-repeat 0 0; background-size: 192px 192px; width: 192px; height: 192px; display: inline-block; margin-left: -96px; margin-top: -96px; -webkit-transition: 0.2s linear; transition: 0.2s linear; }

@media only screen and (max-width: 1179px) { .video-block1__video:before { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); } }

@media only screen and (max-width: 760px) { .video-block1__video:before { display: none; } }

.video-block1__video:hover:before { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

@media only screen and (max-width: 1179px) { .video-block1__video:hover:before { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } }

.main-text1 { padding-bottom: 55px; }

@media only screen and (max-width: 760px) { .main-text1 { padding-bottom: 62px; } }

.main-text1__title { color: #000000; font-size: 40px; font-weight: 700; letter-spacing: -2px; line-height: 54.64px; padding-bottom: 61px; }

@media only screen and (max-width: 760px) { .main-text1__title { padding-bottom: 20px; font-size: 30px; letter-spacing: -0.9px; line-height: 1.2; /*font-size: 18px; line-height: 24.59px; max-width: 280px;*/ } }

.main-text1 p { color: #2d2d2d; font-size: 22px; line-height: 35.2px; padding-bottom: 37px; }

.main-text1 p:last-child { padding: 0; }

.main-text1 p b { font-weight: 700; }

@media only screen and (max-width: 760px) { .main-text1 p { font-size: 16px; line-height: 25.6px; padding-bottom: 29px; } }

.block1 { background-color: #e8e8e8; font-size: 0.01px; }

@media only screen and (max-width: 1179px) { .block1 { margin: 0 -20px 27px 3px; } }

.block1__top { padding: 76px 60px 58px 60px; *zoom: 1; border-bottom: 2px solid #ddd; }

.block1__top:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1179px) { .block1__top { padding-left: 40px; padding-right: 40px; } }

@media only screen and (max-width: 760px) { .block1__top { padding: 0; } }

.block1__top-left { float: left; }

@media only screen and (max-width: 760px) { .block1__top-left { float: none; padding: 45px 45px 45px 40px; border-bottom: 2px solid #ddd; } }

.block1__top-right { float: right; }

@media only screen and (max-width: 1000px) { .block1__top-right { max-width: 50%; } }

@media only screen and (max-width: 760px) { .block1__top-right { max-width: none; float: none; padding: 35px 40px; } }

.block1__title1 { color: #2d2d2d; font-size: 22px; line-height: 31.302px; max-width: 300px; }

.block1__title1 b { font-weight: 700; }

.block1__title1 a { color: #ed1c24; text-decoration: underline; }

.block1__title1 a:hover { text-decoration: none; }

@media only screen and (max-width: 760px) { .block1__title1 { font-size: 20px; line-height: 27.306px; max-width: 251px; } }

.block1__title2 { color: #2d2d2d; font-size: 18px; line-height: 24.59px; padding-bottom: 20px; }

@media only screen and (max-width: 760px) { .block1__title2 { font-size: 16px; line-height: 21.86px; padding-bottom: 19px; } }

.block1__phone { display: inline-block; vertical-align: top; }

.block1__phone span { display: inline-block; vertical-align: top; margin-right: 20px; position: relative; top: 6px; color: #000000; font-size: 22px; line-height: 30.05px; }

@media only screen and (max-width: 1000px) { .block1__phone span { display: block; margin: 0; padding-bottom: 17px; } }

.block1__phone-link { display: inline-block; vertical-align: top; position: relative; padding-left: 43px; color: #000000; font-size: 32px; font-weight: 700; letter-spacing: -1.6px; line-height: 43.71px; }

@media only screen and (max-width: 760px) { .block1__phone-link { font-size: 26px; letter-spacing: -1.3px; line-height: 32px; padding-left: 40px; } }

.block1__phone-link:before { position: absolute; top: 7px; left: 0; display: block; content: ''; background: url("../img/i3.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: inline-block; }

@media only screen and (max-width: 760px) { .block1__phone-link:before { top: 3px; } }

.block1__bottom { padding: 54px 60px 70px 60px; }

@media only screen and (max-width: 1179px) { .block1__bottom { padding-left: 40px; padding-right: 40px; } }

@media only screen and (max-width: 760px) { .block1__bottom { padding: 40px 40px 52px 45px; } }

.block1__bottom p { color: #2d2d2d; font-size: 20px; line-height: 40px; padding-bottom: 6px; }

@media only screen and (max-width: 760px) { .block1__bottom p { font-size: 16px; line-height: 21.86px; padding-bottom: 15px; } }

.block1__bottom-link { color: #008cc9; font-size: 28px; line-height: 44px; display: inline-block; vertical-align: top; }

.block1__bottom-link:hover { text-decoration: underline; }

@media only screen and (max-width: 760px) { .block1__bottom-link { font-size: 16px; font-weight: 600; line-height: 25px; } }
