@charset "UTF-8";
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.carousel{position:relative;box-sizing:border-box}
.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}
.carousel__viewport{position:relative;overflow:hidden;width:100%;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;-webkit-overflow-scrolling:touch;touch-action:pan-y}
.carousel.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)}
.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, 24px);height:var(--carousel-button-svg-height, 24px);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}
body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}
.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;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:transparent;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:thin dotted}
body.is-using-mouse .fancybox__container :focus{outline:none}
@media all and (min-width: 1024px){.fancybox__container{--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:64px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--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__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}
.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:-36px;right:0;color:var(--fancybox-color, #fff)}
.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;cursor:pointer;z-index:1053;color:var(--fancybox-color, currentColor)}
.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.5;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__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{transition:opacity var(--fancybox-ts, 0.25s) ease;opacity:var(--fancybox-opacity, 1)}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=true] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=true] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=true] .carousel__dots,.fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close{transition:opacity .2s ease;opacity:0}
.fancybox-fadeIn{animation:.2s ease both fancybox-fadeIn}
.fancybox-fadeOut{animation:.2s ease both fancybox-fadeOut}
.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}
.fancybox-zoomOutDown{animation:.2s ease both fancybox-zoomOutDown}
.fancybox-throwOutUp{animation:.2s ease both fancybox-throwOutUp}
.fancybox-throwOutDown{animation:.2s 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{20%{opacity:.5}to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{20%{opacity:.5}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{cursor:move;cursor:grab}
.fancybox__carousel .is-dragging{cursor:move;cursor:grabbing}
.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content{cursor:auto}
.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content{cursor:zoom-in}
.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content{cursor:zoom-out}
.fancybox__image{background:transparent;user-select:none}
.has-image .fancybox__content{padding:0;background:transparent}
.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{min-height:1px}
.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;min-height:1px;object-fit:contain;background:transparent}
.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{min-height:1px;width:100%;height:100%}
.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;min-height:1px;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{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: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{flex:0 0 auto;position:relative;padding:0px 3px}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs{transition:unset;opacity:0}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{transition:opacity var(--fancybox-ts, 0.25s) ease-in;opacity:var(--fancybox-opacity, 1)}
.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.is-nav-selected::after{content:"";position:absolute;top:0;left:3px;right:3px;bottom:3px;border-bottom:3px solid currentColor}
.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}

@font-face{font-family:Calibri;font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri.eot);src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri.eot?#iefix) format("embedded-opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri.woff2) format("woff2"),url(//fk-ramps.ru/wp-content/themes/fk/css/Calibri.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/Calibri.svg#Calibri) format("svg");font-weight:400;font-style:normal;unicode-range:U+000a,U+0020-007b,U+007d-007e,U+00ab,U+00bb,U+0401,U+0410-044f,U+0451,U+2012-2014,U+2022,U+2116}
@font-face{font-family:Calibri;font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Bold.eot);src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Bold.eot?#iefix) format("embedded-opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Bold.woff2) format("woff2"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Bold.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Bold.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Bold.svg#Calibri-Bold) format("svg");font-weight:700;font-style:normal;unicode-range:U+000a,U+0020-007b,U+007d-007e,U+00ab,U+00bb,U+0401,U+0410-044f,U+0451,U+2012-2014,U+2022,U+2116}
@font-face{font-family:Calibri;font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Italic.eot);src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Italic.eot?#iefix) format("embedded-opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Italic.woff2) format("woff2"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Italic.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Italic.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Italic.svg#Calibri-Italic) format("svg");font-weight:400;font-style:italic;unicode-range:U+000a,U+0020-007b,U+007d-007e,U+00ab,U+00bb,U+0401,U+0410-044f,U+0451,U+2012-2014,U+2022,U+2116}
@font-face{font-family:Calibri;font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Light.eot);src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Light.eot?#iefix) format("embedded-opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Light.woff2) format("woff2"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Light.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Light.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/Calibri-Light.svg#Calibri-Light) format("svg");font-weight:300;font-style:normal;unicode-range:U+000a,U+0020-007b,U+007d-007e,U+00ab,U+00bb,U+0401,U+0410-044f,U+0451,U+2012-2014,U+2022,U+2116}
@font-face{font-family:Gothic;font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic.eot);src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic.eot?#iefix) format("embedded-opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic.woff2) format("woff2"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic.svg#Gothic) format("svg");font-weight:400;font-style:normal;unicode-range:U+000a,U+0020-007b,U+007d-007e,U+00ab,U+00bb,U+0401,U+0410-044f,U+0451,U+2012-2014,U+2022,U+2116}
@font-face{font-family:GothicBold;font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic-Bold.eot);src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic-Bold.eot?#iefix) format("embedded-opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic-Bold.woff2) format("woff2"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic-Bold.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic-Bold.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/CenturyGothic-Bold.svg#Gothic) format("svg");font-weight:400;font-style:normal;unicode-range:U+000a,U+0020-007b,U+007d-007e,U+00ab,U+00bb,U+0401,U+0410-044f,U+0451,U+2012-2014,U+2022,U+2116}
@font-face{font-family:'Gotham';font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Regular/GothamPro.eot?) format("eot"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Regular/GothamPro.otf) format("opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Regular/GothamPro.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Regular/GothamPro.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Regular/GothamPro.svg#GothamPro) format("svg")}
@font-face{font-family:'GothamBold';font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Bold/GothamPro-Bold.eot?) format("eot"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Bold/GothamPro-Bold.otf) format("opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Bold/GothamPro-Bold.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Bold/GothamPro-Bold.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Bold/GothamPro-Bold.svg#GothamPro-Bold) format("svg")}
@font-face{font-family:'GothamMedium';font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Medium/GothamPro-Medium.eot?) format("eot"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Medium/GothamPro-Medium.otf) format("opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Medium/GothamPro-Medium.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Medium/GothamPro-Medium.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/gotham/GothamPro-Medium/GothamPro-Medium.svg#GothamPro-Bold) format("svg")}
@font-face{font-family:fk;font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/fk.eot);src:url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/fk.eot4#iefix) format("embedded-opentype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/fk.ttf) format("truetype"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/fk.woff) format("woff"),url(//fk-ramps.ru/wp-content/themes/fk/css/fonts/fk.svg#fk) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'Roboto';font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Regular.eot?) format("eot"), url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Regular.woff) format("woff"), url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Regular.ttf) format("truetype"), url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Regular.svg#Roboto-Regular) format("svg");font-weight:400;}
@font-face{font-family:'Roboto';font-display:swap;src:url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Medium.eot?) format("eot"), url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Medium.woff) format("woff"), url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Medium.ttf) format("truetype"), url(//fk-ramps.ru/wp-content/themes/fk/new-theme/fonts/roboto/Roboto-Medium.svg#Roboto-Medium) format("svg");font-weight:500;}
.clearfix:after,.layer_main:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix,.layer_main{display:block}
* html .clearfix,* html .layer_main{height:1%}
body,html{height:100%}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#222;font-size:1em;line-height:1.4}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template {
display:none
} a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
html input[type=button],input[type=reset]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset,hr,legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th,ul {
padding:0
} *{box-sizing:border-box}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}
hr{display:block;height:1px;border-top:1px solid #ccc;margin:1em 0}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
fieldset,h1{margin:0}
input[type=button],input[type=submit],select{-webkit-appearance:none;cursor:pointer}
button{cursor:pointer}
button,input,textarea{-webkit-appearance:none;font-family:inherit;border:none}
textarea{resize:vertical}
.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
a,i,span,u {
display:inline-block;
line-height:initial
} a{color:inherit;text-decoration:none}
.hidden{display:none!important}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
[class*=js-svg_],svg{width:100%;height:100%}
svg{fill:currentColor}
[class*=js-svg_]{display:inline-block;vertical-align:middle;line-height:0}::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none}::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none}::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}
.header_404 .header__thumb img,img{max-width:100%}
[class*=" ic-"],[class^=ic-]{display:inline-block;font-family:'fk'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
[class*=" ic-"]:before,[class^=ic-]:before{content:''}
.ic-arrow-down:before{content:""}
.ic-arrow-up:before{content:""}
.ic-fb,.ic-ramp{position:relative}
.ic-fb{left:-1px;top:-1px;zoom:.85}
.ic-fb:before{content:""}
.ic-hand:before{content:""}
.ic-menu:before{content:""}
.ic-ramp{zoom:.8}
.ic-ramp:before{content:""}
.ic-list:before{content:""}
.ic-mustache,.ic-vk{zoom:.4;position:relative;top:-1px}
.ic-mustache:before{content:""}
.ic-clock:before{content:""}
.ic-purse:before{content:""}
.ic-cargo:before{content:""}
.ic-no-money:before{content:""}
.ic-camera:before{content:""}
.ic-map-mark:before{content:""}
.ic-phone:before{content:""}
.ic-26:before{content:""}
.ic-play:before{content:""}
.ic-mount:before{content:""}
.ic-escalator:before{content:""}
.ic-no-fire:before{content:""}
.ic-settings:before{content:""}
.ic-zn:before{content:""}
.ic-painting:before{content:""}
.ic-big-machine:before{content:""}
.ic-fb2:before{content:""}
.ic-vk{zoom:.5;top:-8px;left:-1px}
.ic-vk:before{content:""}
.ic-in,.ic-kick-scooter{zoom:.8;position:relative;top:-1px}
.ic-in:before{content:""}
.ic-yb:before{content:""}
.ic-ruler:before{content:""}
.ic-tractor:before{content:""}
.ic-close:before{content:""}
.ic-arrow-left:before{content:""}
.ic-arrow-right:before{content:""}
.ic-mail:before{content:""}
.ic-dialog:before{content:""}
.ic-phone2:before{content:""}
.ic-loupe:before{content:""}
.ic-loupe-plus:before{content:""}
.ic-checked:before{content:""}
.ic-rct:before{content:""}
.ic-double-arrow-down:before{content:""}
.ic-kick-scooter{zoom:1.45;top:3px}
.ic-kick-scooter:before{content:""}
.ic-bike:before{content:""}
.ic-roller,.ic-skateboard2{zoom:1.25;position:relative;top:2px}
.ic-roller:before{content:""}
.ic-skateboard:before{content:""}
.ic-truck:before{content:""}
.ic-trophy:before{content:""}
.ic-skating:before{content:""}
.ic-skatin2:before{content:""}
.ic-skateboard2{zoom:1.35;top:3px}
.ic-skateboard2:before{content:""}
.ic-rent:before{content:""}
.ic-skating3:before{content:""}
.ic-delivery .path1:before{content:"";color:#000}
.ic-delivery .path2:before,.ic-delivery .path3:before{content:"";margin-left:-1.609375em;color:#000}
.ic-delivery .path3:before{content:""}
.ic-delivery .path4:before,.ic-delivery .path5:before{content:"";margin-left:-1.609375em;color:#8fd400}
.ic-delivery .path5:before{content:""}
.ic-delivery .path6:before,.ic-delivery .path7:before{content:"";margin-left:-1.609375em;color:#00b5d9}
.ic-delivery .path7:before{content:""}
.ic-delivery .path8:before,.ic-delivery .path9:before{content:"";margin-left:-1.609375em;color:#00aed9}
.ic-delivery .path9:before{content:""}
.ic-delivery .path10:before,.ic-delivery .path11:before{content:"";margin-left:-1.609375em;color:#8fd400}
.ic-delivery .path11:before{content:""}
.ic-delivery .path12:before,.ic-delivery .path13:before{content:"";margin-left:-1.609375em;color:#8fd400}
.ic-delivery .path13:before{content:""}
.ic-delivery .path14:before,.ic-delivery .path15:before{content:"";margin-left:-1.609375em;color:#8fd400}
.ic-delivery .path15:before{content:""}
.ic-crane:before{content:""}
.ic-65:before{content:""}
.ic-66:before{content:""}
.ic-real-arrow-right:before{content:""}
.ic-real-arrow-left:before{content:""}
.ic-faces:before{content:""}
.ic-fk-ramps:before{content:""}
.ic-file-border:before{content:""}
.ic-portfolio:before{content:""}
.ic-sound-off:before{content:""}
.ic-sound-on:before{content:""}
.ic-scales:before{content:""}
.ic-balloon:before{content:""}
.ic-download:before{content:""}
.ic-real-arrow-down:before{content:""}
.ic-real-arrow-up:before{content:""}
.ic-redbull .path1:before{content:"";color:#e51f2e}
.ic-redbull .path2:before,.ic-redbull .path3:before{content:"";margin-left:-1.7685546875em;color:#ffe600}
.ic-redbull .path3:before{content:"";color:#e51f2e}
.ic-redbull .path4:before,.ic-redbull .path5:before{content:"";margin-left:-1.7685546875em;color:#e51f2e}
.ic-redbull .path5:before{content:""}
.ic-logo:before{content:""}
.ic-logo-color .path1:before{content:"";color:#8fd400}
.ic-logo-color .path2:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path3:before,.ic-logo-color .path4:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path4:before{content:""}
.ic-logo-color .path5:before,.ic-logo-color .path6:before{content:"";margin-left:-1.0908203125em;color:#00aed9}
.ic-logo-color .path6:before{content:""}
.ic-logo-color .path7:before,.ic-logo-color .path8:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path8:before{content:""}
.ic-logo-color .path10:before,.ic-logo-color .path9:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path10:before{content:""}
.ic-logo-color .path11:before,.ic-logo-color .path12:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path12:before{content:""}
.ic-logo-color .path13:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path14:before,.ic-logo-color .path15:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path15:before{content:""}
.ic-logo-color .path16:before,.ic-logo-color .path17:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path17:before{content:""}
.ic-logo-color .path18:before,.ic-logo-color .path19:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path19:before{content:""}
.ic-logo-color .path20:before,.ic-logo-color .path21:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path21:before{content:""}
.ic-logo-color .path22:before,.ic-logo-color .path23:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path23:before{content:""}
.ic-logo-color .path24:before,.ic-logo-color .path25:before{content:"";margin-left:-1.0908203125em;color:#00b5d9}
.ic-logo-color .path25:before{content:""}
.ic-logo-color .path26:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path27:before,.ic-logo-color .path28:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path28:before{content:""}
.ic-logo-color .path29:before,.ic-logo-color .path30:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path30:before{content:""}
.ic-logo-color .path31:before,.ic-logo-color .path32:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path32:before{content:""}
.ic-logo-color .path33:before,.ic-logo-color .path34:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path34:before{content:""}
.ic-logo-color .path35:before,.ic-logo-color .path36:before{content:"";margin-left:-1.0908203125em;color:#8fd400}
.ic-logo-color .path36:before{content:""}
.ic-calendar:before{content:""}
.ic-bulb:before{content:""}
.ic-book:before{content:""}
.centerBlock,.section__content{margin-right:auto;margin-left:auto}
.logo{display:inline-block;overflow:hidden;background-repeat:no-repeat;background-position:center center}
.layer,.overlay{position:absolute;left:0;top:0;width:100%;height:100%}
.layer{display:block;bottom:0;right:0;background:0 0;z-index:20}
.layer:nth-child(1){z-index:10}
.layer:nth-child(2){z-index:11}
.layer:nth-child(3){z-index:12}
.layer:nth-child(4){z-index:13}
.layer:nth-child(5){z-index:14}
.layer:nth-child(6){z-index:15}
.layer:nth-child(7){z-index:16}
.layer:nth-child(8){z-index:17}
.layer:nth-child(9){z-index:18}
.layer:nth-child(10){z-index:19}
.layer_main{position:relative}
.layer_hidden{display:none}
.layer.active{display:block}
.page{overflow:hidden}
.page__table{display:table;table-layout:fixed;min-height:100%;width:100%}
.page__row{display:table-row;height:0}
.page__row_content{height:100%}
.page__cell{display:table-cell}
.page__inner{max-width:1200px;width:100%;margin-right:auto;margin-left:auto;padding:0 12px}
@media screen and (min-width:768px) {
.page__row_header{background:url(//fk-ramps.ru/wp-content/themes/fk/img/header-background1.jpg) center 0 no-repeat;background-size:cover}
}
@media screen and (max-width:768px) {
.page__row_header{background:url(//fk-ramps.ru/wp-content/themes/fk/img/header-background1-tablet.jpg) center 0 no-repeat;background-image:var(--mobile-background)!important;}
}
.page__row_home-header{background-image:url(//fk-ramps.ru/wp-content/themes/fk/img/home-header-background.jpg)}
.page__row_biz-header{background-image:url(//fk-ramps.ru/wp-content/themes/fk/img/biz-header-background.jpg)}
.page__row_reviews{background:#fafafb}
.page__row_header-1{background-image:url(//fk-ramps.ru/wp-content/themes/fk/img/header-background-1.jpg)}
.page__row_header-2{background-image:url(//fk-ramps.ru/wp-content/themes/fk/img/header-background-2.jpg)}
.page__row_header-3{background-image:url(//fk-ramps.ru/wp-content/themes/fk/img/header-background-3.jpg)}
.page__row_header-black{background:#000}
.btn{display:inline-block;cursor:pointer;text-align:center}
.btn_one{border:2px solid #8dd50e;padding:0 10px}
.btn_one:hover{background:#8dd50e;color:#000}
.btn_footer{border:2px solid #fff;height:48px;width:184px;line-height:47px;color:#fff;text-transform:uppercase;padding:0 28px;font-size:14px;margin:0 10px}
.btn_footer:hover{background:#fff;color:#0094db}
@media screen and (max-width:1110px) {
.btn_footer{padding:0 24px;margin:0 0 0 9px}
.btn_footer:first-child{margin-left:0}
}
.btn_border{border:2px solid #8dd50e;padding:0 20px;color:#8dd50e;font:700 18px/18px Gotham,sans-serif;text-transform:uppercase;height:53px;line-height:52px;background:0 0}
.btn_border.btn_green:hover,.btn_border:hover{background:#8dd50e;color:#000}
.btn_border.btn_green{color:#8dd50e;border-color:#8dd50e}
@media screen and (max-width:660px) {
.btn_border.btn_green{background:#8dd50e;color:#000}
}
.btn_border.btn_blue{color:#0094db;border-color:#0094db}
.btn_border.btn_blue:hover{background:#0094db;color:#fff}
@media screen and (max-width:660px) {
.btn_border.btn_blue{background:#0094db;color:#fff}
}
.btn_border.btn_white{color:#fff;border-color:#fff!important}
.btn_border.btn_white:hover{background:#fff;color:#000}
@media screen and (max-width:660px) {
.btn_border.btn_white{background:0 0;color:#fff}
}
.btn_show .btn__hidden{display:none}
.btn_show:hover .btn__hidden{display:block}
.btn_show.inactive{background:0 0!important;color:#fff!important}
.btn_show.inactive .btn__hidden{display:none}
.btn_panel{position:relative;width:100%;font:700 22px/70px Calibri,sans-serif;height:70px;max-width:450px}
.btn_panel .btn__hidden{position:absolute;left:-2px;top:-2px;right:-2px;text-align:left}
@media screen and (max-width:680px) {
.btn_panel{font-size:18px;height:55px;line-height:55px;max-width:380px}
}
@media screen and (max-width:550px) {
.btn_panel{font-size:14px;height:40px;line-height:40px;max-width:240px}
}
.btn_confidentiality{display:block;width:260px;margin:60px auto 0}
@media screen and (max-width:400px) {
.btn_confidentiality{width:230px}
}
.btn_play{color:#fff;width:94px;height:94px;background:url(//fk-ramps.ru/wp-content/themes/fk/img/icons/play-white.png) center center no-repeat}
.btn_play:hover{color:#0094db;background-image:url(//fk-ramps.ru/wp-content/themes/fk/img/icons/play-blue.png)}
.section{position:relative;display:table-cell;padding:0 5px;line-height:0}
.section>*{line-height:normal}
.section__content{position:relative;width:100%;z-index:10;display:inline-block}
.section_nopadding{padding-left:0!important;padding-right:0!important}
.section_centered .section__content,.section_fix-width .section__content,.section_regular .section__content{max-width:1200px}
.section_center,.section_centered,.section_regular{text-align:center}
.section_center .section__content,.section_centered .section__content,.section_regular .section__content{text-align:left}
.section_centered,.section_middle,.section_regular{vertical-align:middle}
.section__background{position:absolute;display:block;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:0 0;z-index:1}
.section__main{position:relative;z-index:10}
.section__title{text-align:center;font:32px GothamMedium,sans-serif;color:#0094db;text-transform:uppercase;margin-bottom:35px;padding:0 12px}
.section__bg{display:block;bottom:0;right:0;width:100%;height:100%}
.section__bg,.section__bg-video{position:absolute;left:0;top:0}
@media (min-aspect-ratio:16/9) {
.section__bg-video{height:300%;top:-100%}
}
@media (max-aspect-ratio:16/9) {
.section__bg-video{width:300%;left:-100%}
}
@supports (object-fit:cover) {
.section__bg-video{top:0;left:0;width:100%;height:100%;object-fit:cover}
}
.section_style_one{background:url(//fk-ramps.ru/wp-content/themes/fk/img/fk-pattern-dark-small.jpg);color:#fff}
.section_style_one .section__title{font-size:36px;color:#fff;padding-top:50px;margin-bottom:0}
.section_style_one .section__sub-title{font-size:18px;color:#fff;text-align:center}
@media screen and (max-width:1040px) {
.section__title{font-size:30px}
}
@media screen and (max-width:570px) {
.section__title{font-size:24px}
}
.section_regular{padding:50px 5px;overflow:hidden}
.section_regular .section__title{max-width:1200px;margin:0 auto 40px}
.section_dark-background,.section_dark-background .section__title{color:#fff}
.section_header{background:rgba(0,0,0,.65)}
.section_header .section__bg{opacity:.5}
@media screen and (max-width:420px) {
.section_header,.section_header .section__content_center{padding:0}
}
.section_reasons-to-build{padding-top:0;padding-bottom:65px}
.section_portfolio .section__content{background:#555}
.section_pluses{padding-top:60px;padding-bottom:20px}
@media screen and (max-width:570px) {
.section_pluses{padding-top:45px}
}
.section_reviews{padding:50px 0 75px}
@media screen and (max-width:570px) {
.section_reviews{padding-top:40px}
}
.section_athlets-reviews{padding-bottom:0;padding-right:0;padding-left:0}
.section_athlets-reviews .section__title{margin-bottom:10px}
.section_answers{padding:60px 0 40px}
@media screen and (max-width:570px) {
.section_answers{padding-top:45px}
}
.section_contact-us{padding-bottom:56px}
.section_contact-us .section__content-first{width:320px;float:left}
.section_contact-us .section__content-second{margin-left:320px;padding-left:6%}
.section_contact-us .section__content{overflow:hidden;margin-top:38px}
.section_contact-us .section__contacts{height:185px;overflow:hidden}
@media screen and (max-width:1110px) {
.section_contact-us .section__content-first{width:100%;float:none;margin-bottom:50px;text-align:center}
.section_contact-us .section__content-second{margin-left:0;padding-left:0}
.section_contact-us .section__content{overflow:hidden}
.section_contact-us .section__content-first-btn{margin-top:20px}
.section_contact-us .section__content-first-contact{display:inline-block;margin-right:20px;margin-left:20px;text-align:center}
.section_contact-us .section__title{font-size:30px}
.section_contact-us .section__contacts{height:auto;margin-bottom:15px}
}
@media screen and (max-width:660px) {
.section_contact-us{padding-bottom:25px}
.section_contact-us .section__title{padding-top:30px}
.section_contact-us .section__content{margin-top:20px}
.section_contact-us .section__sub-title{display:none}
.section_contact-us .section__content-first{margin-bottom:30px}
.section_contact-us .section__content-first-contact{margin-right:0;margin-left:0}
}
@media screen and (max-width:480px) {
.section_contact-us .section__title{font-size:24px}
.section_contact-us .contact__data{font-size:30px}
}
.section_contact-us_2{background:#fff url(//fk-ramps.ru/wp-content/themes/fk/img/fk-pattern-white-small.png);color:#000}
.section_contact-us_2 .section__title{color:#0094db}
.section_contact-us_2 .section__sub-title{color:#5a5a5a;display:block;max-width:1200px;margin-left:auto;margin-right:auto}
.section_contact-us_2 input,.section_contact-us_2 textarea{background:#fff;border-color:#ccc}
.section_contact-us_2 .form__section_four{color:#5a5a5a!important}
@media screen and (max-width:1024px) {
.section_contact-us_2{border-top:2px solid #0094db}
}
@media screen and (max-width:665px) {
.section_contact-us_2{border-top:2px solid #ddd}
}
.section_ramp-author-review{padding-bottom:0}
.section_stages{padding:0 0 50px 5px}
.section_stages .section__title{max-width:1200px;margin-right:auto;margin-left:auto;margin-top:30px}
.section_blue{padding:50px 5px;background:#0094db;color:#fff}
.section_blue .section__title{color:#fff;font-size:32px}
@media (max-width:767px) {
.section_blue .section__title{font-size:24px}
}
.section_our-figures .section__parallax_one,.section_our-figures .section__parallax_two{position:absolute;opacity:.1;color:#fff;-webkit-transform-style:flat;transform-style:flat}
.section_our-figures .section__parallax_one{width:410px;height:265px;bottom:-20px;right:50%;margin-right:30px;max-width:50%}
.section_our-figures .section__parallax_two{width:360px;height:320px;top:-50px;left:50%;margin-left:80px}
@media screen and (max-width:1024px) {
.section_our-figures .section__parallax_one{width:350px;height:265px;bottom:-20px;left:auto;right:50%;margin:0;max-width:50%}
.section_our-figures .section__parallax_two{width:360px;height:320px;top:-50px;right:auto;left:50%;margin:0;max-width:50%}
}
.section_logos{background:#f9f9f9;padding-bottom:90px}
.section_logos .section__content{width:100%;max-width:100%}
.section_logos .section__title{margin-bottom:85px}
.section_video{overflow:hidden;padding:0}
.section_video .section__close-hidden-video{position:absolute;right:20px;top:20px;font-size:18px;opacity:.7;cursor:pointer;z-index:10}
.section_video .section__close-hidden-video:hover{opacity:1}
.section_testimonials{height:530px}
.section_testimonials .section__title{font-size:48px}
.section_testimonials .section__content{text-align:center}
@media screen and (max-width:1300px) {
.section_testimonials{height:430px}
.section_testimonials .section__title{font-size:40px}
}
@media screen and (max-width:1024px) {
.section_testimonials{height:300px}
.section_testimonials .section__title{font-size:30px;font-weight:700}
}
@media screen and (max-width:768px) {
.section_testimonials{height:300px}
.section_testimonials .section__hidden-video{width:140%;margin-left:-20%}
}
@media screen and (max-width:535px) {
.section_testimonials{height:250px}
.section_testimonials .section__hidden-video{width:160%;margin-left:-30%}
}
@media screen and (max-width:390px) {
.section_testimonials{height:200px}
.section_testimonials .section__hidden-video{width:180%;margin-left:-40%}
}
.section_ramp-calc .section__content{text-align:center}
.section_ramp-calc .section__img{margin-bottom:60px}
.section_soc-project{padding:40px 5px}
.section_soc-project .section__title{margin-bottom:5px}
.section_soc-project .section__sub-title{margin-bottom:15px}
@media screen and (max-width:1024px) {
.section_soc-project .section__title{font-size:30px}
}
@media screen and (max-width:730px) {
.section_soc-project .section__title{margin-bottom:30px;font-size:24px}
.section_soc-project .section__sub-title{display:none}
}
.section_soc-project-full i{display:inline}
.section_soc-project-full .section__title{text-align:left;height:75px}
.section_soc-project-full .section__content{overflow:hidden}
.section_soc-project-full .section__left{width:66.66667%;float:left}
.section_soc-project-full .section__right{width:33.33333%;float:right;padding-left:25px}
.section_soc-project-full .section__right .section__title{padding-left:0}
@media screen and (max-width:1024px) {
.section_soc-project-full .section__left{width:100%;float:none}
.section_soc-project-full .section__right{display:none}
}
.header{position:relative;min-height:100vh}
.header__third{overflow:hidden;padding-right:12px}
.header__second{color:#fff;text-align:center;padding-top:10vh;clear:both;}
.header__third{position:absolute;bottom:0;left:0;width:100%}
.header__title{font:48px Gotham,sans-serif;text-transform:uppercase;margin-bottom:25px;text-shadow:0 0 6px #000}
.header__description{font-size:20px;margin-bottom:24px;text-shadow:0 0 4px rgba(0,0,0,.5)}
.header__description_bigger{font-size:24px}
.header__icons{font-size:0}
.header__icon{font-size:26px;display:inline-block;border:3px solid #fff;border-radius:100%;width:60px;height:60px;line-height:59px;text-align:center;margin-right:18px}
.header__phone{float:left;width:240px;background:#000;color:#fff;text-align:center;padding:16px}
.header__phone-label{font-size:14px;margin-bottom:3px}
.header__phone-number{font:22px Gotham;margin-bottom:7px}
.header__phone-btn{text-transform:uppercase;color:#8dd50e;font-size:19px;width:100%;height:35px;line-height:31px;vertical-align:middle}
.header__download{float:right;color:#fff;padding-top:17px}
.header__download-label{font-weight:300;font-size:14px;text-transform:uppercase;width:50px;text-align:right;vertical-align:top;padding-top:17px;margin-right:16px}
.header__download-label:hover{text-decoration:underline}
.header__download-icon{width:67px;height:67px;border:2px solid #8dd50e;vertical-align:top;text-align:center;line-height:48px;padding:7px;font-size:0}
.header__download-icon:hover{background:#8dd50e;color:#000}
.header__more{position:absolute;bottom:5%;left:50%;margin-left:-33px;cursor:pointer;transition:opacity .2s;z-index:10}
.header__more:hover{opacity:.7}
.header__more-label{font-size:13px;font-weight:300;text-transform:uppercase;margin-bottom:7px}
.header__more-icon{position:relative;-webkit-animation:headerShowMore 2.5s ease-in-out forwards infinite;animation:headerShowMore 2.5s ease-in-out forwards infinite}
.header__lang-wrapper{position:absolute;right:0;top:0;font-size:16px;font-weight:300;color:#c9edfe;border-left:2px solid #0094db;padding:30px 0 8px 8px}
.header__lang{display:block}
.header__lang.active{font-weight:700;color:#fff}
.header__lang:hover{color:#fff}
@media screen and (max-width:1475px) {
.header__lang-wrapper{right:119px}
}
@media screen and (max-width:768px) {
.header__lang-wrapper{right:93px}
}
@media screen and (max-width:680px) {
.header__title{font-size:40px;line-height:1.2!important}
.header__second{padding-top:4vh}
.header__more{bottom:129px}
}
@media screen and (max-height:515px) {
.header__second{padding-top:20px}
}
@media screen and (max-width:510px) {
.header__lang-wrapper{right:70px;padding-top:17px;padding-bottom:6px}
.header__lang{line-height:16px}
.header__phone-label{font-size:11px;font-weight:300}
.header__phone-number{font-size:15px}
.header__phone{width:150px;padding:4px}
.header__phone-btn{font-size:13px}
.header__download{padding:0}
.header__download-icon{width:50px;height:50px;line-height:34px;padding:4px}
.header__download-label{padding-top:10px;font-size:12px;margin-right:10px}
}
@media screen and (max-width:680px) {
.header .header__more{bottom:90px}
}
@media screen and (max-width:420px) {
.header__third{padding-left:0}
}
@media screen and (min-width:1160px) and (max-height:590px) {
.header_gos .header__description,.header_gos .header__icons{display:none}
}
@media screen and (min-width:680px) and (max-width:1160px) and (max-height:715px) {
.header_gos .header__description,.header_gos .header__icons{display:none}
}
@media screen and (min-width:671px) and (max-width:680px) and (max-height:775px) {
.header_gos .header__description,.header_gos .header__icons{display:none}
}
@media screen and (max-width:671px) and (max-height:810px) {
.header_gos .header__description,.header_gos .header__icons{display:none}
}
@media screen and (max-width:768px) {
.header_gos .header__description{max-width:510px;margin-left:auto;margin-right:auto}
}
@media screen and (max-width:680px) {
.header_gos .header__second{padding-top:4vh}
}
@media screen and (max-height:515px) {
.header_gos .header__second{padding-top:20px}
.header_gos .header__title{margin-left:auto;margin-right:auto;font-size:30px;padding:0 15px}
}
@media screen and (max-width:510px) {
.header_gos .header__description,.header_gos .header__icons{display:none}
.header_gos .header__title{max-width:400px;margin-left:auto;margin-right:auto;font-size:30px;margin-bottom:15px}
}
@media screen and (max-height:620px) {
.header_home .header__second{padding-top:10px}
}
@media screen and (max-width:1050px) and (max-height:830px) {
.header_home .header__second{padding-top:10px}
}
@media screen and (max-width:950px) {
.header_home .header__title{font-size:40px}
}
@media screen and (max-width:1050px) and (min-width:511px) and (max-height:720px) {
.header_home .header__title{font-size:30px;padding:0 40px}
}
@media screen and (max-width:680px) {
.header_home .header__title{font-size:25px;padding:0 10px}
}
@media screen and (max-width:550px) {
.header_home .header__title{font-size:20px}
}
@media screen and (max-width:370px) and (max-height:550px) {
.header_home .header__title{font-size:18px}
}
.header_biz .header__title{position:absolute;width:100%;top:-40px;padding:0 250px}
.header_biz .header__second{position:relative}
@media screen and (max-width:1200px) {
.header_biz .header__title{font-size:40px}
}
@media screen and (max-width:1110px) and (min-width:860px) {
.header_biz .header__title{font-size:36px;top:auto;bottom:100%;margin-bottom:0}
}
@media screen and (max-width:860px) and (min-height:441px) {
.header_biz .header__title{position:static;font-size:36px;padding:0}
}
@media screen and (max-width:860px) {
.header_biz .header__phone-label{font-size:11px;font-weight:300}
.header_biz .header__phone-number{font-size:15px}
.header_biz .header__phone{width:150px;padding:4px}
.header_biz .header__phone-btn{font-size:13px}
.header_biz .header__download{padding:0}
.header_biz .header__download-icon{width:50px;height:50px;line-height:34px;padding:4px}
.header_biz .header__download-label{padding-top:10px;font-size:12px;margin-right:10px}
.header_biz .header__second{padding-top:10px}
}
@media screen and (max-width:570px) and (min-height:441px) {
.header_biz .header__title{position:static;width:100%;font-size:28px;margin-left:0;max-width:100%}
}
@media screen and (max-width:860px) and (max-height:440px) {
.header_biz .header__title{font-size:30px;position:absolute;bottom:100%;padding:0 140px}
}
@media screen and (max-width:430px) {
.header_biz .header__title{font-size:20px;padding:0 10px;margin-bottom:5px}
}
@media screen and (min-width:860px) and (max-height:730px) {
.header_biz .header__second{padding-top:30px}
}
@media screen and (min-width:769px) and (max-width:860px) and (max-height:675px) {
.header_biz .header__second{padding-top:10px}
}
@media screen and (min-width:769px) and (max-width:860px) and (min-height:520px) {
.header_biz .header__title{margin-bottom:40px}
}
@media screen and (min-width:769px) and (max-width:860px) and (min-height:590px) {
.header_biz .header__title{margin-bottom:60px}
}
.header_biz .header__download{display:none}
.header_404 .header__description,.header_404 .header__title{margin:0;padding:0 10px}
.header_404 .header__thumb{padding:0 20px;margin-bottom:15px}
@media screen and (max-height:845px) {
.header_404 .header__second{padding-top:10px}
}
@media screen and (max-height:775px) {
.header_404 .header__thumb img{max-height:200px}
.header_404 .header__title{font-size:30px}
}
@media screen and (max-height:626px) {
.header_404 .header__thumb img{max-height:170px}
.header_404 .header__title{font-size:25px}
.header_404 .header__description{font-size:18px}
}
@media screen and (max-width:510px) {
.header_404 .header__thumb{padding:0 10px}
}
@media screen and (max-width:460px) {
.header_404 .header__title{font-size:30px;margin:5px 0 10px}
.header_404 .header__description{padding:0 20px}
}
@media screen and (max-width:340px) {
.header_404 .header__title{font-size:25px;margin:10px 0}
.header_404 .header__description{padding:0 10px;font-size:18px}
}
.header_ramp .header__title,.header_ramp .header__title-2{text-shadow:3px 3px 6px rgba(0,0,0,.81)}
.header_ramp .header__title{font-size:60px;margin-bottom:0}
.header_ramp .header__title-2{color:#8dd50e;font-size:24px;font-weight:400;text-transform:uppercase;margin:0 0 15px}
.header_ramp .header__title-3{color:#8dd50e;font-size:60px;font-weight:300;margin:15px 0 0}
.header_ramp .header__description{padding:0 100px;font-size:24px;line-height:24px;overflow:hidden}
.header_ramp .header__mobile-description{display:none}
@media screen and (max-height:740px) and (min-width:1040px),screen and (max-height:800px) {
.header_ramp .header__second{padding-top:10px}
}
@media screen and (max-width:820px) {
.header_ramp .header__description{padding:0 30px}
}
@media screen and (max-width:760px),screen and (max-height:730px) and (max-width:1024px) {
.header_ramp .header__title,.header_ramp .header__title-3{font-size:48px}
.header_ramp .header__title-2{font-size:22px}
.header_ramp .header__description{font-size:18px;line-height:20px}
}
@media screen and (max-width:480px),screen and (max-height:600px) and (max-width:900px) {
.header_ramp .header__title,.header_ramp .header__title-3{font-size:36px}
.header_ramp .header__title-2{font-size:16px}
.header_ramp .header__description{display:none}
.header_ramp .header__mobile-description{display:block;font-size:16px;line-height:18px;padding:0 7px;max-height:144px;margin-bottom:15px}
.header_ramp .header__second{padding-top:50px}
}
.menu{list-style:none;padding:0}
.menu__item,.menu__link{display:inline-block}
.menu__link{cursor:pointer}
.menu_footer{margin-top:44px;font-size:0}
.menu_footer .menu__item{width:20%;text-align:center}
.menu_footer .menu__link{font-size:18px;text-transform:uppercase}
.menu_footer .menu__link:hover{text-decoration:underline}
@media screen and (max-width:1110px) {
.menu_footer{margin-top:28px}
}
.fixed-menu{display:block;position:fixed;top:0;height:100%;width:100%;background:rgba(0,0,0,.93);color:#fff;z-index:9999999;text-align:right;padding:140px 90px 0 0;right:-100%;transition:right .6s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.fixed-menu.open{right:0}
.fixed-menu ul.menu__sub li:last-child{margin-right:4px}
.fixed-menu__close{position:absolute;right:38px;top:30px;width:66px;height:66px;line-height:72px;text-align:center;color:#000;background:#8dd50e;cursor:pointer;font-size:30px}
@media screen and (max-height:800px) and (min-width:768px) {
.fixed-menu{padding-right:120px;padding-top:3.75vh}
}
@media screen and (max-width:768px) {
.fixed-menu{padding-top:60px;padding-right:2px}
.fixed-menu__close{right:12px;top:12px;font-size:22px;height:45px;width:45px;line-height:50px}
}
@media screen and (max-width:510px) {
.fixed-menu__close{width:44px;height:44px;line-height:50px;font-size:16px}
}
@media screen and (max-width:480px) {
.fixed-menu{padding-top:60px}
}
.menu_fixed>.menu__item{font:700 40px/44px Gotham,sans-serif;text-transform:uppercase;margin-bottom:25px}
.menu_fixed>.menu__item>.menu__link{padding-right:10px;transition:border .18s linear;border-right:0 solid #fff}
.menu_fixed>.menu__item>.menu__link:hover{border-right-width:7px}
.menu_fixed .menu__sub{line-height:20px;font-size:16px;font-weight:300;text-transform:uppercase;color:#c9c9c9;margin-top:10px;padding-right:10px}
.menu_fixed .menu__sub .menu__item{margin-left:18px}
.menu_fixed .menu__sub .menu__link:hover{text-decoration:underline}
@media screen and (max-height:800px) and (min-width:768px) {
.menu_fixed .menu__sub{margin-top:1.25vh;line-height:2.5vh}
.menu_fixed .menu__sub .menu__link{font-size:2vh}
}
@media screen and (max-height:800px) and (min-width:768px) and (max-height:600px) {
.menu_fixed .menu__sub .menu__link{font-size:12px}
}
@media screen and (max-height:800px) and (min-width:768px) {
.menu_fixed>.menu__item{margin-bottom:3.125vh}
.menu_fixed>.menu__item>.menu__link{font-size:5vh;line-height:5.5vh}
}
@media screen and (max-width:768px) {
.menu_fixed>.menu__item{margin-bottom:15px}
.menu_fixed>.menu__item>.menu__link{font-size:30px;line-height:34px}
}
@media screen and (max-height:700px) and (min-width:480px) {
.menu_fixed .menu__sub{margin-top:1.42857vh;line-height:2.85714vh}
.menu_fixed .menu__sub .menu__link{font-size:2.28571vh}
}
@media screen and (max-height:700px) and (min-width:480px) and (max-height:525px) {
.menu_fixed .menu__sub .menu__link{font-size:12px}
}
@media screen and (max-height:700px) and (min-width:480px) {
.menu_fixed>.menu__item{margin-bottom:1.42857vh}
.menu_fixed>.menu__item>.menu__link{font-size:4.28571vh;line-height:4.85714vh}
}
@media screen and (max-width:480px) {
.menu_fixed>.menu__item{margin-bottom:0}
.menu_fixed>.menu__item>.menu__link{font-size:22px;line-height:26px}
}
.seotext0 .slick-next,.seotext0 .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;padding-top:4px!important;width:40px;height:20px;margin-top:-10px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:0 0}
.seotext0 .slick-next:focus,.seotext0 .slick-next:hover,.seotext0 .slick-prev:focus,.seotext0 .slick-prev:hover{color:transparent;outline:none;background:0 0}
.seotext0 .slick-dots li button:focus:before,.seotext0 .slick-dots li button:hover:before,.seotext0 .slick-next:focus:before,.seotext0 .slick-next:hover:before,.seotext0 .slick-prev:focus:before,.seotext0 .slick-prev:hover:before{opacity:1}
.seotext0 .slick-next.slick-disabled:before,.seotext0 .slick-prev.slick-disabled:before{opacity:.25}
.seotext0 .slick-next:before,.seotext0 .slick-prev:before{font-family:'slick';font-size:20px;line-height:31px;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.seotext0 .slick-prev{left:-25px}
.seotext0 [dir=rtl] .slick-prev{right:-25px;left:auto}
.seotext0 .slick-next:before,.seotext0 .slick-prev:before,.seotext0 [dir=rtl] .slick-next:before,.seotext0 [dir=rtl] .slick-prev:before{content:''}
.seotext0 .slick-next{right:-25px}
.seotext0 [dir=rtl] .slick-next{right:auto;left:-25px}
.seotext0 .slick-slider{margin-bottom:30px}
.seotext0 .slick-dots{position:absolute;bottom:-21px;display:block;width:100%;padding:0;list-style:none;text-align:center}
.seotext0 .slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;border-radius:50px;background:#fff;padding:0;list-style:none;cursor:pointer;border:1px solid #c5c5c5}
.seotext0 .slick-dots li button{font-size:0;line-height:0;display:none;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:0 0}
.seotext0 .slick-dots li button:focus,.seotext0 .slick-dots li button:hover{outline:none}
.seotext0 .slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.seotext0 .slick-dots li.slick-active button:before{opacity:.75;color:#000}
.seotext0 li.slick-active{border:1px solid #0094db!important}
.rotate-phone{display:none}
.rotate-phone img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:200px}
@media (max-width:1024px) and (orientation: landscape)   {
body:not(.focusedInput) .rotate-phone{position:fixed;width:100%;height:100%;background-color:#fff;z-index:99999999;top:0}
body:not(.focusedInput) body{overflow:hidden}
}
.header_biz0000000 .slick-slide.slick-current.slick-active.slick-center>a.fk-item.fk-item_second>.fk-item__icon,.header_biz0000000 .slick-slide.slick-current.slick-active.slick-center>a.fk-item.fk-item_second>.fk-item__title,.header_biz0000000 a.fk-item.fk-item_second:hover>.fk-item__icon,.header_biz0000000 a.fk-item.fk-item_second:hover>.fk-item__title{opacity:1!important}
.header_biz0000000 .slick-slide.slick-current.slick-active.slick-center>a.fk-item.fk-item_second,.header_biz0000000 a.fk-item.fk-item_second:hover{border-color:#8dd50e!important}
.header_biz0000000 .fk-item__icon{opacity:.4;height:98px!important}
.header_biz0000000 .fk-item_second{max-width:260px!important;min-width:260px!important;height:220px;background:rgba(0,0,0,.46);border-color:#fff!important;padding-top:23px!important}
.header_biz0000000 .grid_biz-header{max-width:980px!important}
.header_biz0000000 .fk-item_second{border:2px solid transparent;cursor:pointer;padding:10px;display:inline-block}
.header_biz0000000 .fk-item__title{font-size:16px!important;opacity:.4}
.header_biz0000000 .fk-item_second .fk-item__title{color:#fff;font:19px Gotham,sans-serif;margin:0}
@media screen and (max-height:620px) and (max-width:768px),screen and (max-height:485px) and (min-width:768px) {
.header_biz0000000 .fk-item_second .fk-item__icon{margin-bottom:5px}
}
@media screen and (max-height:840px) and (max-width:768px),screen and (max-height:680px) and (min-width:768px) {
.header_biz0000000 .fk-item_second .fk-item__icon{height:60px}
}
.header_biz0000000 .fk-item_second .fk-item__icon{height:80px;color:#adadad;margin-bottom:10px}
@media screen and (max-width:767px) {
.header_biz0000000 .slick-prev{left:39px!important}
.header_biz0000000 .slick-arrow{color:#fff!important;text-shadow:none!important}
.header_biz0000000 .slick-next{right:29px!important}
.header_biz0000000 .fk-item__icon{margin-bottom:18px!important}
.header_biz0000000 .texbox{margin:13px 0 0}
.header_biz0000000 .texbox p{line-height:24px;font-size:15px}
.header_biz0000000 .header__title{padding-bottom:12px!important}
.header_biz0000000 .slick-arrow{top:50%!important}
}
@media screen and (min-width:768px) and (max-width:872px) {
.header_biz0000000 .slick-prev{left:20%!important}
.header_biz0000000 .slick-arrow{color:#fff!important;zoom:1.5;text-shadow:none!important}
.header_biz0000000 .slick-next{right:20%!important}
.header_biz0000000 .fk-item__title{font-size:18px!important}
.header_biz0000000 .texbox{margin:13px 0 0}
.header_biz0000000 .texbox p{width:420px;line-height:36px;font-size:23px;margin-top:42px!important;position:relative;z-index:99999}
.header_biz0000000 .slick-arrow{top:50%!important}
}
@media screen and (max-width:480px) {
.header_biz0000000 .fk-item_second{max-width:170px!important;min-width:170px!important;height:170px!important}
.header_biz0000000 .fk-item__icon{height:65px!important}
.header_biz0000000 .fk-item__title{font-size:13px!important}
}
@media screen and (max-width:853px) {
.header_biz0000000 .section{padding:0!important}
.header_biz0000000 .pc{display:none!important}
.header_biz0000000 .mob{display:block!important}
}
@media screen and (min-width:853px) {
.header_biz0000000 .mob{display:none!important}
}
@media screen and (max-height:640px) {
.header_biz0000000 .header__third{position:relative;margin:26px 0 0}
}
@media screen and (max-width:560px) {
.header_biz0000000 .header__third{position:relative;margin:26px 0 0}
}
@media screen and (min-height:750px) {
.header_biz0000000 .header{height:100vh}
}
@media screen and (max-width:1100px) {
.header_biz0000000 .grid_biz-header{max-width:1100px!important}
}
@media screen and (max-height:750px) {
.header_biz0000000 .header__second{padding-bottom:20px!important}
}
.header_biz0000000 .texbox p{width:320px;margin:0 auto;line-height:35px}
.header_biz0000000 .texbox{margin:45px 0 117px}
.header_biz0000000 .texbox a:hover{color:#8dd50e;border-bottom:1px solid #8dd50e}
@media screen and (min-height:750px) {
.header_biz0000000 .header{height:100vh}
}
.header_biz0000000 .header__title{top:-74px!important}
@media screen and (max-width:853px) {
.header_biz0000000 .slick-prev{left:27%!important}
.header_biz0000000 .slick-next{right:27%!important}
}
@media screen and (max-width:781px) {
.header_biz0000000 .slick-prev{left:25.5%!important}
.header_biz0000000 .slick-next{right:25.5%!important}
}
@media screen and (max-width:738px) {
.header_biz0000000 .slick-prev{left:23%!important}
.header_biz0000000 .slick-next{right:23%!important}
}
@media screen and (max-width:666px) {
.header_biz0000000 .slick-prev{left:21%!important}
.header_biz0000000 .slick-next{right:21%!important}
}
@media screen and (max-width:609px) {
.header_biz0000000 .slick-prev{left:19%!important}
.header_biz0000000 .slick-next{right:19%!important}
}
@media screen and (max-width:570px) {
.header_biz0000000 .slick-prev{left:17%!important}
.header_biz0000000 .slick-next{right:17%!important}
}
@media screen and (max-width:522px) {
.header_biz0000000 .slick-prev{left:15%!important}
.header_biz0000000 .slick-next{right:15%!important}
}
@media screen and (max-width:489px) {
.header_biz0000000 .slick-prev{left:12%!important}
.header_biz0000000 .slick-next{right:12%!important}
}
@media screen and (max-width:456px) {
.header_biz0000000 .slick-prev{left:7%!important}
.header_biz0000000 .slick-next{right:7%!important}
}
@media screen and (max-width:415px) {
.header_biz0000000 .slick-prev{left:14%!important}
.header_biz0000000 .slick-next{right:14%!important}
}
@media screen and (max-width:382px) {
.header_biz0000000 .slick-prev{left:9%!important}
.header_biz0000000 .slick-next{right:9%!important}
}
@media screen and (max-width:375px) {
.header_biz0000000 .slick-prev{left:14%!important}
.header_biz0000000 .slick-next{right:14%!important}
}
@media screen and (max-width:350px) {
.header_biz0000000 .slick-prev{left:10%!important}
.header_biz0000000 .slick-next{right:10%!important}
}
.header_biz0000000 .slick-arrow:after{font-family:'fk';font-size:40px!important}
.header_biz0000000 button.slick-arrow{position:absolute;top:45%!important;outline:none;z-index:10;cursor:pointer;background:0 0!important;font-size:0;margin-top:-50px;padding:50px 10px!important;color:#fff!important;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);text-shadow:none!important}
@media (min-width:1024px) {
.header_biz0000000 div.pc{display:block!important}
}  @media(max-width: 768px) {
.header.section__content.header_gos{display:block;padding-bottom:0;}
.header.section__content.header_gos .header__second{max-width:80%;margin:auto;}
.header.section__content.header_gos .header__first{position:relative;min-height:135px;}
.header.section__content.header_gos .header__title{font-size:24px;}
.header.section__content.header_gos .header__third.trk{position:relative;margin-top:50px;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;}
.header.section__content.header_gos .header__third.trk .header__phone,
.header.section__content.header_gos .header__third.trk .header__download{float:none;}
}
.page.gos .slick-list.draggable{max-width:100%;}
@media(min-width:1024px) {
.page.gos .page__row.page__row_header{height:100vh;}
.header.section__content.header_gos{position:unset;min-height:100vh;display:flex;flex-flow:column wrap;}
.page.gos .header__first{margin:0;}
.page.gos .header__second{margin:auto;}
.page.gos .header__third{max-width:1200px;margin:auto;left:0;right:0;bottom:2px;}
.page.gos .header__more{bottom:1%;}
}
.page__row_download-presentation + .page__row_portfolio > .section_portfolio > .section__title.title-top{margin-top:50px;}
.header-download-icon.js-svg_cat{width:auto;height:auto;}
.header-download-icon svg{width:28px;}
.section__title h1{margin:0 auto;}
.item__gallery-item img{width:95%;margin:0 auto;}
.menu__item a[href="#noclick"]{pointer-events:none;}
.blog-content figure{width:975px !important;}
.grid_home-header{margin-left:-30px;display:flex;flex-flow:row wrap;justify-content:center;}
.grid_home-header .grid__item{float:left;}
.grid_home-header .grid__item,.grid_home-header .l-download__one,.grid_home-header .l-download__two,.grid_home-header .page-footer__address,.grid_home-header .page-footer__company,.grid_home-header .page-footer__contacts,.grid_home-header .page-footer__copyright,.grid_home-header .page-footer__menu,.grid_home-header .page-footer__soc-icons{width:33.33333%;padding-left:30px;text-align:center}
@media screen and (max-width:1050px) {
.grid_home-header{margin:0}
.grid_home-header .grid__item,.grid_home-header .l-download__one,.grid_home-header .l-download__two,.grid_home-header .page-footer__address,.grid_home-header .page-footer__company,.grid_home-header .page-footer__contacts,.grid_home-header .page-footer__copyright,.grid_home-header .page-footer__menu,.grid_home-header .page-footer__soc-icons{width:100%;margin-bottom:20px;padding-left:0}
}
@media screen and (max-width:370px) and (max-height:550px) {
.grid_home-header .grid__item,.grid_home-header .l-download__one,.grid_home-header .l-download__two,.grid_home-header .page-footer__address,.grid_home-header .page-footer__company,.grid_home-header .page-footer__contacts,.grid_home-header .page-footer__copyright,.grid_home-header .page-footer__menu,.grid_home-header .page-footer__soc-icons{margin-bottom:10px}
}
.btn_panel{font-family:GothamMedium !important;}
.btn_panel .panel__content{font-family:Calibri,sans-serif;}
.miniramp{color:#fff;background-position-y:55%;background-repeat:no-repeat;background-size:cover;background-image:url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_768.jpg);}
@supports (background-image: -webkit-image-set(url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_768.webp) 1x))  {
.miniramp{background-image:-webkit-image-set(url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_768.webp) 1x);}
}
.miniramp .section_regular{padding-bottom:0;padding-top:200px;}
.miniramp__content{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column-reverse;max-width:1200px;padding:20px 0 40px;margin:0 auto;align-items:flex-start;}
.miniramp__right{position:relative;margin-top:20px;}
.miniramp__left{position:relative;width:94%;padding:35px;background-color:#009fe3;-webkit-box-shadow:20px 20px 1px 0px #0086d4;box-shadow:20px 20px 1px 0px #0086d4;}
.miniramp__left a{font-size:13px;line-height:normal;text-transform:uppercase;}
.miniramp__left::before{content:"";position:absolute;width:0;height:0;bottom:-20px;left:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #0086d4;}
.miniramp__left::after{content:"";position:absolute;width:0;height:0;top:0;right:-20px;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid #0086d4;}
.miniramp__title{max-width:260px;margin-top:10px;margin-bottom:10px;color:#fff;font-family:'GothamBold', Arial, sans-serif;font-size:25px;line-height:normal;text-transform:uppercase;}
.miniramp__price{margin-top:10px;margin-bottom:15px;font-size:24px;line-height:normal;}
.miniramp__description{max-width:472px;padding:20px 30px;background-color:rgba(0, 0, 0, 0.7);font-size:13px;line-height:normal;}
.miniramp__description a{color:#fff;text-decoration:underline;}
.miniramp__description a:hover{color:#0086d4;}
.miniramp__button{display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 40px;border:1px solid #fff;background-color:rgba(0, 0, 0, 0.5);color:#fff;text-transform:uppercase;text-align:center;text-decoration:none;}
.miniramp__button:hover{background-color:#fff;color:#000;}
.miniramp__play-wrapper{position:absolute;width:60px;height:60px;bottom:0;right:-5px;cursor:pointer;}
.miniramp__play-wrapper:hover{color:#0086d4;}
.miniramp__play-wrapper a,
.miniramp__play{position:absolute;left:0;top:0;}
.miniramp__play-wrapper a{z-index:2;width:100%;height:100%;}
@media screen and (min-width: 768px) {
.miniramp{background-image:url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_1366.jpg);}
.miniramp .section_regular{padding-bottom:50px;padding-top:50px;}
.miniramp__content{flex-direction:row;align-items:center;}
.miniramp__right{margin-left:20px;margin-top:0;}
.miniramp__left{width:auto;}
.miniramp__title{font-size:36px;}
.miniramp__button{padding:20px 80px;}
.miniramp__left a,
.miniramp__description{font-size:18px;}
.miniramp__play{right:-31px;}
}
@supports (background-image: -webkit-image-set(url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_1366.webp) 1x))  {
@media screen and (min-width: 768px) {
.miniramp{background-image:-webkit-image-set(url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_1366.webp) 1x);}
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.page__row_header{background-image:var(--tablet-background)!important;}
}
@media screen and (min-width: 1366px) {
.miniramp{background-image:url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_1920.jpg);}
}
@supports (background-image: -webkit-image-set(url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_1920.webp) 1x))  {
@media screen and (min-width: 1366px) {
.miniramp {
background-image: -webkit-image-set(url(https://fk-ramps.ru/wp-content/uploads/2021/07/pumptrack_1920.webp) 1x);
}
}
}.gallery__preloader{position:absolute;display:block;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(255,255,255,.6);opacity:0;transition:opacity .2s;}
.gallery__preloader.active{opacity:1;}
.preloader{height:50px !important;width:50px !important;border-width:5px;border-style:solid;border-color:#8dd50e #8dd50e #0094db #0094db;border-radius:100%;-webkit-animation:clockwise .6s linear infinite;animation:clockwise .6s linear infinite;bottom:auto !important;right:auto !important;display:block !important;opacity:1 !important;z-index:99999999 !important;background:none !important;left:calc(50% - 25px) !important;top:calc(50% - 26px) !important;}
.form_status_waiting {
opacity: 0.4 !important;
}.typed-cursor{opacity:1;-webkit-animation:blink 0.7s infinite;-moz-animation:blink 0.7s infinite;animation:blink 0.7s infinite;}
@keyframes blink{ 0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes blink{ 0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes blink{ 0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
.titles{display:none}
.wgbg{background:#eee;}
.block__bg{background:#fff;}
.slider_docs .slick-arrow{top:14px !important;}
.ic-vk{zoom:1 !important;top:0px !important;;left:-3px !important;;transform:scale(.5) !important;;}
.detailed__info-text span{display:inline !important;}
.detailed__info-text a{color:#00b5d9}
.detailed__info-text a:hover{text-decoration:underline;}
input[type="button"], input[type="submit"], select{-moz-appearance:none !important;}
.athlet-review__soc-comment iframe{max-width:450px !important;}
.panel__close, .panel__more{display:block !important;}
.btn.btn_border.btn_white.btn_show.btn_panel{background:rgba(0, 0, 0, 0.48) !important}
.header-small
.header-small
.lang div:not(.active){color:#c9edfe;}
.menu__item.active > a{color:#8dd50e !important;}
.menu_footer
.menu__item.active > a{color:#fff !important;text-decoration:underline}
.menu_v>.menu__item{display:block;}
.faq__item:hover{background:#fafafb}
.faq__item:hover .faq__question{color:#0094db}
.faq__item:hover
.faq__question:after{color:#0094db;}
.faq__question:hover{text-decoration:none !important;}
.faq__answer-content a{color:#0094db;}
.faq__answer-content a:hover{text-decoration:underline;}
.athlet-review__video-play-btn.js-svg_play{color:#fff !important;width:80px;top:10px !important;}
.athlet-review__video-play-btn.js-svg_play path{fill:#fff;}
.athlet-review__video-play-btn.js-svg_play:hover path{fill:#0094db;}
.athlet-review__video-play-btn:after{content:'';display:block;width:94px;height:94px;background-image:none !important;}
.grid_portfolio .grid__show-all:after{content:none !important;background:none;}
.js-svg_arr.arr-r{position:absolute;width:20px;height:23px;top:30px;margin-left:12px;color:#fff !important;}
.js-svg_arr.arr-r svg polygon{stroke:#0094db !important;}
.slider__slide.slick-slide svg{max-width:166px !important;vertical-align:middle;}
.slider__slide.slick-slide, .slider__slide.slick-slide:focus *{outline:none!important;}
.slider__slide.slick-slide .wrapper, .slider__slide.slick-slide a{display:block;height:116px;vertical-align:middle;text-align:center;max-width:90%;margin:auto;}
.slider__slide.slick-slide .slider__logo{max-width:100%;width:100%;height:100%;display:block;margin:auto;}
.slider_regular .slick-arrow{top:45% !important;height:100%;color:#c5c5c5;}
.grid_portfolio .grid__show-all{position:relative;}
.grid_portfolio .grid__show-all:hover{color:#0094db;}
@media screen and (min-width:1024px){.panel__close{display:none !important;}}
@-moz-document url-prefix(){.page-footer__soc-icon{line-height:42px !important;}}
.zcwPopup{padding:45px 28px 25px !important;}
@media (max-width:991px){.scrolled.portfolio-tax
.header__first ul.dropdown.type-tablet,
.scrolled.portfolio-page
.header__first ul.dropdown.type-tablet{position:fixed;top:0;margin-top:0;}
.scrolled.portfolio-tax
.portfolio-filter,
.scrolled.portfolio-page
.portfolio-filter{position:fixed;top:33PX;WIDTH:100%;Z-INDEX:999999;}
}
@media (max-width:1199px) and (min-width:992px){.second-level-menu ul li{margin-right:20px !important;}
.second-level-menu ul li a{}
}
@media (max-width:767px){.scrolled.portfolio-tax
.portfolio-filter, .scrolled.portfolio-page
.portfolio-filter{top:10PX;}}
@media (max-width:991px) and (min-width:768px){.second-level-menu ul{padding-left:139px;}
.second-level-menu ul li{margin-right:12px !important;}
.second-level-menu ul li a{}
}
.project_stage .blockin .rightblock .link a span{color:#0094db !important;}
.projectmob svg path{fill:#222}
.project_stage .blockin .content .body .etapblock p{margin:0;display:inline-block;}
.grid_portfolio .grid__show-all{display:block !important;}
.menu-open{position:relative;height:100%;overflow-y:hidden;overflow-x:hidden;overflow:hidden;}
.menu-open-fixed{top:0;left:0;position:fixed;width:100%;height:100%;z-index:1000;}
.site-modal{z-index:1020 !important;}
a.page-footer__logo svg path{fill:#fff !important;}
a.page-footer__logo svg polygon{fill:#fff !important;}
.page-footer__soc-icons i{top:1px !important;}
.portfolio-tax
ul.dropdown.type_tax ul.dropdown-inside label:hover ,
.portfolio-page
ul.dropdown.type_tax ul.dropdown-inside label:hover{text-decoration:underline;color:#0094db;}
.type input[type="checkbox"]:checked + label{color:#0094db !important;text-decoration:underline;}
.btn_play{background:none !important;}
.btn_play svg path{fill:#fff;}
.btn_play:hover svg path{fill:#0094db;}
.news_container
.slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;border-radius:50px;background:#fff;padding:0;list-style:none;cursor:pointer;border:1px solid #c5c5c5;}
.news_container
.slick-dots li button{font-size:0;line-height:0;display:none;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.news_container
li.slick-active{border:1px solid #0094db !important;}
.news_container
ul.slick-dots{margin-top:20px;}
.slick-arrow:hover, .slider_athlets .slick-arrow:hover, .slider_athlets_fulltime .slick-arrow:hover, .slider_regular .slick-arrow:hover{color:#0094db !important;}
.projectmob .slidernav{}
.projectmob .slidernav svg path{fill:#fff}
.projectmob .slidernav div span{right:17px !important;}
.projectmob .slidernav div:hover{background:rgba(255, 255, 255, 0.7) !important;}
.projectmob .slidernav div:hover path{fill:#0094db !important;}
@media (max-width:1199px){.section_ramp-calc .section__img{margin-bottom:60px;padding:20px;}
}
@media (max-width:767px){.section_logos
.slider_regular{padding:0 30px !important;}
.section_logos
.slider__slide{margin:0 10px;}
.section_logos .section__title{margin-bottom:25px !important;}
.projectmob .slidernav{top:332px !important;margin-top:-9vw !important;}
}
.menu__sub .menu__item:hover > a{color:#8fd400;}
.projectmob .sliderwrapper .owl-stage-outer{overflow:hidden;}
.site-modal.active{z-index:9999999;}
a.detailed__arrow{padding:14px;max-width:486px;}
.modal_product a.detailed__arrow{display:none;}
.detailed__mobile-close.modal__close{padding:14px;}
.menu_header
ul.menu__sub
.menu__item{position:relative}
.menu_header
ul.menu__sub .menu__sub{position:absolute !important;top:0 !important;left:100%;margin:0 !important;display:none !important;padding-bottom:0}
.menu_header .menu__sub li.menu__item.menu-item-has-children > a:before{content:"\f345" !important;position:absolute;left:calc(100% - 12px) !important;margin-left:-12px;top:11px!important;z-index:99999;font-family:dashicons;font-size:21px;}
.menu_header
ul.menu__sub
.menu__item:hover .menu__sub{display:block !important;z-index:99999;}
@media screen and (max-width:767px){.slide_number_two .slide__img{bottom:150px !important;}
.slide_number_one .slide__img{bottom:134px !important;}
.detailed__title{padding-right:0 !important;}
.js-open-fixed-menu{z-index:999 !important;}
}
.productblock .p_body .sliderwrapper .owl-item .block .name .price,
.productblock .p_body .sliderwrapper .owl-item .block .name .price span{font-size:30px !important;text-shadow:white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;line-height:40px;display:inline !important;}
span.woocommerce-Price-amount.amount{font-size:36px !important;line-height:36px !important;color:#000000 !important;margin-right:0 !important;font-weight:bold !important;border:0 !important;padding:0 !important;}
.header-cart span.woocommerce-Price-amount.amount{position:static;font-weight:normal !important;width:auto !important;font-size:18px !important;color:#fff !important;}
span.woocommerce-Price-currencySymbol{line-height:inherit;}
.modal_product .price .amount span + button{transform:rotate(0deg);margin-left:5px;margin-right:0;}
button.buy.added{background:#0094db !important;border-color:#0094db !important;color:#fff !important;}
.adtocartBuy span.text,
.adtocart button.buy
span.text{display:inline !important;vertical-align:middle !important;}
.newstyle .datailed_cart .centerblock .wrapblock .block .blockwrap .price .amount span + button{margin:0px 0 0 5px;transform:rotate(0deg);}
iframe.yakassa{width:100%;min-height:500px;}
p.nomargin{margin:0 !important;}
iframe[height="1px"]{height:1px !important;overflow:hidden !important;position:absolute;bottom:0;}
.raid__img img{height:auto}
@media screen and (max-width:660px){.detailed__mobile-close{display:inline-block;position:static !important;text-align:center;color:#717a81;font-size:18px;}
}
.sliderwrapper .owl-dots.disabled div,
.sliderwrapper .owl-nav.disabled{display:none !important;}
.productblock .block .name a:hover{color:#0094db !important;}
.section_stages .section__content{position:relative;margin-bottom:30px;}
.blog-news .box-text{margin:25px 29px 8px 19px !important;}
.pluso{margin-bottom:20px !important;display:block !important}
.section__content.blog_content img{width:100%;height:auto}
.section__content.blog_content iframe{width:100%;height:400px;max-height:100%;}
.box-text .readmore{display:block;position:absolute;bottom:9px;right:27PX;min-height:0;}
span.resulText{display:inline;line-height:inherit;}
.modal_payment .wrappayment .tabblock .info div .butblock a.active + .helptext{z-index:99999;}
@media screen and (max-width:767px){.btn_panel{padding:0 10px;}
.heroes__title{margin-top:20px !important;}
.margin_top__title{margin-top:21px !important;}
.margin_top__title-x2{margin-top:70px !important;}
}
.box-text p:not(.blog-date){min-height:90px;}
@media (max-width:1025px) and (min-width:621px){div.href{margin-top:48px!important;margin-bottom:48px;}
.title_wrapper{min-height:73px;}
}
.row-gallery .raid__img{border-radius:50% !important;overflow:hidden;}
.raid img{border-radius:50% !important;}
.raid a:hover{color:#0094db !important;}
div.zcwPopup-bg{z-index:9999999 !important;}
.svg_logo-color .cls-2{fill:#0094db !important;}
@media screen and (min-width:1025px){.grid__item.grid__item_x2{width:66.66667% !important;}
}
.lang{z-index:999999999;}
.btn.btn_border.btn_white.btn_show.btn_panel.inactive{border-color:#fff !important;}
.section_contacts{background-color:rgba(11, 137, 217, .96) !important;overflow:hidden;}
.road a:hover{color:#8fd400}
.second-level-menu ul{padding:0 0 0 160px;margin:0 auto;width:1200px;}
.second-level-menu ul.inner__season{width:auto;}
.logged_in .second-level-menu{margin-top:95px;}
.logged_in.scrolled .second-level-menu{margin-top:32px;}
.rids small{display:block;font-size:16px;color:#0094db;text-transform:none;font-weight:bold;margin-top:16px;}
.section__bg{overflow:hidden;}
div.zcwPopup{z-index:99999999 !important;}
@media (min-width:768px) and (max-width:1199px){.blog-news > .blog-text{height:266px;}
}
@media (min-width:768px) and (max-width:1285px) {
.header__third .header__info{width:auto;margin-left:-60px;}
}
@media (max-width:650px){.ramp-calc__section-content{text-align:left !important;padding-left:20px;}
}
.productblock .p_body .sliderwrapper .owl-item .block > a{display:block;}
.header_biz .texbox{margin:45px 0 117px;position:relative;z-index:9999;}
.header__phone{position:relative;z-index:9999;}
svg.svg_logo-color polygon{fill:#80d445 !important;}
.section__title.spb.margin_top__title{margin-top:20px;}
@media screen and (max-width:660px){.page__row_post .section__title{padding:40px 10px !important;}
}
.js-svg_help{display:inline-block !important;width:25px !important;padding-right:3px;}
.best__choise{position:absolute;bottom:63px;height:100px;left:40px;width:100px;}
.best__choise .fil1{fill:#fff;}
.lang{z-index:999999999 !important;}
ul.inner__season{padding:0 !important;}
ul.inner__season a{font-size:18px !important}
@media (max-width:1024px){.slider_blog-videos button{top:59% !important;transform:none !important;}
}
.btn__hidden{z-index:899999 !important;}
.fixed-help__open{width:111px !important;height:44px !important;line-height:43px !important;margin-right:-34px !important;}
@media screen and (max-width:510px), screen and (max-height:515px){.fixed-help__close, .fixed-help__content, .fixed-help__open{margin-right:-0 !important;}
}
.new__max .athlet-review__video-play img{margin-bottom:1px;width:auto !important;}
@media (max-width:1024px){.btn_border.btn_white:hover{color:#fff !important;}
}
i.ic-mustache{zoom:0.6;margin-top:29px;font-size:51px !important;}
i.ic-ramp{zoom:0.6;}
.l-download__katalog{background:url(//fk-ramps.ru/wp-content/themes/fk/img/katalog.png) no-repeat !important;bottom:-40px;right:-166px !important;}
body.pumptrack .page__row_download-presentation .l-download__katalog{background:url(//fk-ramps.ru/wp-content/themes/fk/img/katalog_pump.png) no-repeat !important;bottom:-40px;right:-166px !important;}
.play-but-1{fill:#999 !important}
.slider_athlets_fulltime__nooverflow .slick-list{max-width:none !important;width:100%;overflow:visible !important;}
.slider_athlets_fulltime__nooverflow .slick-track{max-width:none !important;width:100% !important;overflow:visible !important;}
.slider_athlets_fulltime__nooverflow
.athlet-review{width:100% !important;padding:0 20px}
.nofound{font-size:16px;line-height:normal;}
.nofound a{color:#0094db}
.touch-device .section__bg video{display:none}
.mouse-device
.page__row.page__row_header[data-video_bg]{background:#000 !important}
@media (max-width:767px){.post_additional a{margin:0 2px !important;}
.href.more_posts{margin-bottom:26px;margin-top:9px;}
.header__info1:not(.header__info1-bottom), .header__info:not(.header__info1-bottom){display:none}
}
.header__title > span{display:inline;}
@media screen and (max-width:680px){.header .header__more{display:none;}}
.breadcrumbs__item:last-child:hover{text-decoration:none;}
.breadcrumbs__item:not(:last-child):hover{color:#0094db;}
a.press-kit{color:#0094db;font-size:18px;}
a.press-kit:hover{color:#0094db;text-decoration:underline;}
.press-kit-pc{position:absolute;right:21px;bottom:-72px;}
.press-kit-mob{display:block;text-align:center;}
@media (min-width:768px){.blog_content-inner{min-height:40vh;}
}
@media (max-width:991px){.section_stages{padding:20px 5px 50px !important;}
}
.nofound-portfolio{text-align:center;}
@media (min-width:1024px){.nofound-portfolio{min-height:200px;}
}
span.amountVal{}
span.modal-amountVal{}
.top_cart-emty{width:86vw;}
a.cat_link{font-size:16px !important;font-weight:normal !important;border-bottom:0;text-transform:uppercase;min-height:24px !important;}
a.cat_link:hover{text-decoration:underline}
@media screen and (max-width:768px){.slider_one .slick-arrow:after{color:#fff !important;}
}
@media screen and (max-width:1180px){.slider_one .slick-arrow:after{color:#fff !important;}
}
@media (max-width:1025px) and (min-width:621px){.slider_one
.slick-list.draggable ,
.slider_blog-videos
.slick-list.draggable ,
.slider_athlets
.slick-list.draggable{max-width:none !important;}
}
@media (min-width:700px) and (max-width:1024px){.athlet-review__about{position:absolute !important;bottom:0 !important;}
.relative
.athlet-review__about{position:relative !important;bottom:auto;}
.section_comments-from-athletes{padding-bottom:0 !important;}
}
@media (max-width:767px){.athlet-review_reverse .athlet-review__video-play{text-align:right !important;}
.point{zoom:0.7;}
}
.complex svg .fil1{fill:#333333;}
.gallery__thumb,
.gallery__main-img{height:auto;}
.blog-text{position:relative;}
body.jivo-mobile-widget{}
@media screen and (min-width:1025px){.athlet-review.new__max.athlet-review_max.athlet-review_nikita.athlet-review_reverse .athlet-review__about{bottom:-1px !important;}
}
.nofound{text-align:center;}
.top_cart-emty-w{overflow:hidden}
i.icon.icon-rouble{font-size:95%;}
@media (max-width:992px){.slider_athlets .layer_main{padding-bottom:60px !important}
.slider_athlets ul.slick-dots{bottom:17px !important}
}
.portfolio__item-hint{display:none}
.ymaps-2-1-47-balloon__content a{color:#0094db}
.more_posts .js-svg_arr{float:none !important;}
.main_seotext{padding:30px 0;}
@media (max-width:767px){.faq__question:after{top:calc(50% - 12px) !important;
.main_seotext {
padding: 0px 0;
}}
.content_text0{display:block !important;}
.seotext0.catalog{padding:10px;}
}
body:not(.scrolled)
.page__table{-webkit-transform:translateZ(0) !important;}
.private_title{margin-top:0 !important;}
.home .section_logos{background:#fff;}
.content_text2{padding:10px;}
.header__info1-bottom{text-align:center;margin-bottom:50px}
.header__info1-bottom
.header__more{position:static;margin:0;}
.header__info1-bottom
.header__more-icon,
.header__info1-bottom
.header__more-label{color:#0094db}
@media screen and (min-width:1199px){
.seotext-catalog{padding-top:25px;}
.seotext0.catalog h1{}
.seotext-catalog_gos{padding-top:17px;}
}
@media screen and (max-width:767px){
i.ic-mustache{zoom:0.6;margin-top:15px;font-size:37px !important;}
.inner-point{line-height:27px !important;}
.seotext0.catalog h1{padding-bottom:25px;}
.seotext-catalog_gos{padding-top:19px;}
.js-svg_placeholder, .js-svg_clock{width:18px !important;}
.fancybox__nav{display:none;}
.fancybox__slide{padding:0;}
.has-image[data-image-fit="contain"] .fancybox__content{max-width:100% !important;}
}
@media screen and (min-width:768px) and (max-width:1199px){
.seotext0.catalog h1{padding:0;margin-top:40px !important;margin-bottom:40px;font-size:30px;}
.seotext-catalog_gos{}
}
@media screen and (min-width:1199px)  {
.seotext0.catalog h1{padding:0;margin-top:20px !important;margin-bottom:40px;}
.seotext-catalog_gos{}
}
.private_title-cat{margin-top:25px !important}
.seotext0.catalog p{font-size:16px;}
.js-svg_rotate-black .str0{stroke-width:5;}
.link_underline-hover:hover{color:#0094db;}
.slider_blog-videos .slick-next:before, .slider_blog-videos .slick-prev:before{content:none}
@media (max-width: 1025px) and (min-width: 621px)
{
.slick-arrow:after{top:3px;position:relative;}
}
.slider_blog-videos .slick-prev{left:0}
.slider_blog-videos .slick-next{right:0}
.slider_blog-videos 
button.slick-arrow{width:41px;position:absolute;top:54%;outline:none;z-index:10;cursor:pointer;color:#000;background:0 0;font-size:0;margin-top:-50px;padding:50px 10px;text-shadow:-2px 0 0 #fff, -1px 0 0 #fff, 0 0 0 #fff, 1px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff;}
.slider_blog-videos 
button.slick-arrow:after{font-size:40px;top:6px;position:relative;}
div#swipebox-overlay{z-index:9999999999999999999999999 !important;}
.blog_content 
a.swipebox{display:inline;}
.modal_confidentiality .ic-close{padding:20px;top:-20px;position:absolute;right:-20px;}
.blog_content 
ul{padding-left:40px;}
p.p-wide{padding:0;margin:20px 0 !important;}
.blog_content h3{padding-left:20px}
.blog_content img{padding-bottom:20px}
.expand_modal{display:none;}
@media (min-width: 768px) {
.modal_portfolio
.datailed_portfolio:not(.expanded){max-height:590px;overflow:hidden;transition:all 0.3s ease}
.expand_modal{position:absolute;left:calc(50% - 50px);bottom:46px;text-transform:uppercase;font-size:16px;color:#595959;cursor:pointer;line-height:25px;display:block;}
.expand_modal:after{content:"";margin-right:8px;}
.expand_modal:after{position:relative;font-family:fk;display:inline-block;vertical-align:middle;font-size:22px;top:-1px;right:-6px;text-decoration:none;transform:rotate(90deg);}
.expand_modal.expanded:after{transform:rotate(270deg);}
.detailed__arrow_right{text-align:right;}
}
.detailed__info-text.formated-text.formated-text_detailed{overflow:hidden;text-overflow:ellipsis;}
.js-svg_placeholder{width:26px;color:black;}
.js-svg_clock{width:30px;color:black;}
@media (max-width: 990px) and (min-width: 768px) {
a.detailed__arrow{max-width:272px;}
}
.section__hidden-video-layer video, .modal__video{width:100%}
.panel__close{top:-7px !important;right:-7px !important;padding:15px;}
.slider_blog-videos .slick-arrow:after{font-size:30px !important;}
.detailed__info-text h2{font-size:14pt;font-family:Gotham;line-height:25px;letter-spacing:-0.5px;}
.formated-text_detailed p{font-size:20px;font-size:13pt;line-height:1.3em;margin-bottom:0.6em;}
.modal.modal_detailed.modal_product{padding:25px 50px 30px;}
.menu-open 
.page__row_footer, .backface{background:#0094db;-webkit-backface-visibility:visible;-webkit-transform:rotate3d(0, 0, 1, 0deg) skewX(0deg);}
@supports (-ms-ime-align:auto) {
.section__bg-video{position:absolute;width:100%;height:auto;display:block;left:0;top:0;right:0;bottom:0;}
.section_testimonials .section__bg-video{height:auto;}
@media (max-width: 1605) {
.section__bg-video{width:auto;height:100%;}
}
}
.btn_panel.btn_panel_toTop .btn__hidden{top:auto;bottom:-18px;}
.visible-xs-block{display:none !important;}
.fktooltip{position:absolute;background-color:rgba(0,0,0, 0.9);color:#fff;padding:10px 30px;width:350px;z-index:999;font-size:14px;}
.home_links div a:hover{text-decoration:none;}
@media (max-width: 660px) {
body.pumptrack .page__row_download-presentation .l-download__katalog{background-size:contain !important;background-position:center !important;width:100%;left:0;right:0 !important;bottom:0px;margin:0;margin-bottom:45px;}
.modal.modal_detailed.modal_product{padding:25px 40px 30px;}
.site-modal__window{display:block !important;}
.page__row_header{background-size:cover !important;}
.catalog-slider-inner{padding-top:40px;padding-bottom:0px;}
.site-modal .catalog-item .container{padding-top:0;}
.site-modal .catalog-slider-inner .point{top:0px !important;left:0px !important;}
.site-modal .catalog-slider-inner .point:hover .hidden-text{display:block;width:320px;}
.site-modal .catalog-slider-inner .point .hidden-text > .title{background-color:transparent;line-height:1;max-width:100%;}
.visible-xs-block{display:block !important;}
.pumptrack .header__logo.rotated.svg_replacer{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAAB5CAYAAAAQ5P4OAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAATzaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDktMjdUMTI6MDE6NTgrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE4LTA5LTI3VDEyOjAzOjI5KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA5LTI3VDEyOjAzOjI5KzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjMzc2NTAxOC1mYjhlLWFhNGYtODBhMi1jNTFhM2NhYTc1NDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzM3NjUwMTgtZmI4ZS1hYTRmLTgwYTItYzUxYTNjYWE3NTQzIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzM3NjUwMTgtZmI4ZS1hYTRmLTgwYTItYzUxYTNjYWE3NTQzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMzc2NTAxOC1mYjhlLWFhNGYtODBhMi1jNTFhM2NhYTc1NDMiIHN0RXZ0OndoZW49IjIwMTgtMDktMjdUMTI6MDE6NTgrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5THjKmAAAP4UlEQVR4nO2debQbVR3HP00fUF6xLQUqWDZRJGxKVUBUoLQ9QEEpirKkmArWBZAWWQ6CWzmKKEeWh2yKIg0aFURWS1latIqgIFQESWWTFmTVlrL2ta/1j2+mmUwmycydOzPJ63zOeadZZu69zW/mzu/+tjtk9lE7YJFNgK2BUcBQ4A1gGfA40G+zowxR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);background-position:center;background-repeat:no-repeat;background-size:105px;}
} .page__row_portfolio,
.page__row_download-presentation{width:100%;display:inline-table;}
.wrap_deb0{z-index:9999 !important;}
.grecaptcha-badge {
visibility: hidden !important;
}