:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
.wp-block-archives-dropdown label{display:block}.wp-block-avatar{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{cursor:pointer;display:inline-block;text-align:center;word-break:break-word;box-sizing:border-box}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px)}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*0.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*0.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*0.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:100%;flex-basis:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button.is-style-outline>.wp-block-button__link,.wp-block-button .wp-block-button__link.is-style-outline{border:2px solid;padding:.667em 1.333em}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{content:"";display:table;clear:both}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-top:.5em;margin-right:.75em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{margin-top:1em;margin-bottom:1em;display:block}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{margin-bottom:0;max-width:100%;list-style:none;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{position:relative;background-position:50%;min-height:430px;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-size:cover;background-repeat:no-repeat}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{margin:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{width:100%;height:100%;flex:1;-o-object-fit:cover;object-fit:cover}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image{display:flex;flex-grow:1;justify-content:center;position:relative;flex-direction:column;max-width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{margin:0;flex-direction:column;flex-grow:1}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{flex:initial;background:none;color:inherit;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-grow:1;flex-basis:100%;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-top:0;margin-bottom:auto}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{width:100%;flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image.has-custom-border img,.wp-block-image img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{display:table}.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em;float:left}.wp-block-latest-posts__featured-image.alignright{margin-left:1em;float:right}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto;box-sizing:border-box}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{display:flex;align-items:center;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;line-height:0;display:inline-block;font-size:inherit;padding:0;background-color:inherit;color:currentColor;border:none;width:.6em;height:.6em;margin-left:.25em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;width:inherit;height:inherit;margin-top:.075em}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{background-color:inherit;color:inherit;position:absolute;z-index:2;display:flex;flex-direction:column;align-items:normal;opacity:0;transition:opacity .1s linear;visibility:hidden;width:0;height:0;overflow:hidden;left:-1px;top:100%}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-right:0;margin-left:auto}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{position:relative;display:flex}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-size:inherit;font-family:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;text-transform:inherit;text-align:left}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation__container{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){color:inherit!important;background-color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;background-color:inherit;animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);overflow:auto;z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-duration:1ms;animation-delay:0s}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{padding-top:calc(2rem + 24px);overflow:visible;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:var(--navigation-layout-justification-setting,inherit)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{opacity:1;visibility:visible;height:auto;width:auto;overflow:initial;min-width:200px;position:static;border:none;padding-left:2rem;padding-right:2rem}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{display:flex;flex-direction:column;align-items:var(--navigation-layout-justification-setting,initial)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{color:inherit!important;background:transparent!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{right:auto;left:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:block;width:100%;position:relative;z-index:auto;background-color:inherit}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{vertical-align:middle;cursor:pointer;color:currentColor;background:transparent;border:none;margin:0;padding:0;text-transform:inherit}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;top:0;right:0;z-index:2}.wp-block-navigation__responsive-close{width:100%;max-width:var(--wp--style--global--wide-size,100%);margin-left:auto;margin-right:auto}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{display:flex;flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);flex-wrap:var(--navigation-layout-wrap,wrap);background-color:inherit}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block}.wp-block-post-featured-image img{max-width:100%;width:100%;height:auto;vertical-align:bottom;box-sizing:border-box}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{position:absolute;inset:0;background-color:#000}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-title{word-break:break-word;box-sizing:border-box}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center;overflow-wrap:break-word;box-sizing:border-box}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{margin-top:0;margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{min-width:1.5em;min-height:1.5em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{padding:8px;flex-grow:1;margin-left:0;margin-right:0;min-width:3em;border:1px solid #949494;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border:1px solid;border-right:none;border-left:none}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-social-links{box-sizing:border-box;padding-left:0;padding-right:0;text-indent:0;margin-left:0;background:none}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){margin-left:.5em;margin-right:.5em;font-size:.65em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:1.25em;height:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center;justify-content:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th,.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color]>*,.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th,.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color]>*,.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr{border-left-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit;border-style:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}
.pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:0 !important;font-size:16px !important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document-pdf{width:100%}.embedpress-document-editmode .components-form-file-upload{display:none !important}.components-toggle-control .components-base-control__field .components-form-toggle{margin-right:6px}.opensea-control.pro-control span.isPro{right:6px;bottom:5px;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.pro-control.opensea-control input{border-color:#cfc2c2;color:#cfc2c2;border-radius:5px}.pro-control .components-base-control{pointer-events:none}button.components-flex.components-color-palette__custom-color{height:20px}.components-color-palette__custom-color-value{display:none !important}.components-circular-option-picker .components-circular-option-picker__swatches{-ms-flex-pack:distribute;justify-content:space-around}
.embedpress-gutenberg-wrapper{margin:30px auto}.embedpress-gutenberg-wrapper iframe{max-width:100%}.embedpress-gutenberg-wrapper.alignright{max-width:100%}.ose-the-new-york-times iframe{min-height:500px;max-height:100%}body.page .flexia-wrapper>.content-area{padding:0 !important}.flexia-wrapper.flexia-container>.content-area{margin:0 !important}.flexia-wrapper.flexia-container>.content-area .embedpress-gutenberg-wrapper{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-gutenberg-wrapper.alignright,.entry-content>.embedpress-gutenberg-wrapper.alignleft,.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{max-width:100%}}.clear::after{content:'';display:block;clear:both;min-height:1px}.embedpress-gutenberg-wrapper .alignleft,.embedpress-gutenberg-wrapper .alignright,.embedpress-gutenberg-wrapper .aligncenter{float:none;display:block}.embedpress-gutenberg-wrapper .alignright{text-align:right}.embedpress-gutenberg-wrapper .alignleft{text-align:left}.embedpress-gutenberg-wrapper .aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.embedpress-gutenberg-wrapper .ose-embedpress-responsive{display:inline-block}.embedpress-gutenberg-wrapper{max-width:100% !important}.ep-first-video{position:relative;height:0;padding-bottom:56.25%}.ep-first-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.components-base-control__label{font-weight:600}.components-input-control__label{font-weight:600}.components-base-control__field,.components-input-control__label{font-weight:600}label.components-truncate.components-text.components-input-control__label.em5sgkm4.ecfd-bd--d-eecc-1iznhho.em57xhy0{font-weight:600 !important}.text-center{text-align:center !important}.wp-block-embed.is-loading{-ms-flex-align:center;align-items:center}.css-vwt1e3{margin:0px 11px 0px !important}.toolbar{display:none}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.ep__components-placeholder,.wp-block-embedpress-embedpress,.block-editor-block-list__block{clear:both !important}.wp-block-embed.is-loading p{margin:0 !important}.ose-opensea{height:100% !important;width:100% !important;min-width:900px}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{min-width:900px;max-width:900px !important}.aligncenter .ose-opensea{margin:0 auto;display:block !important}.wp-block[data-align=right]{float:right}.wp-block[data-align=left]{float:left}.ep_nft_content_wrap.ep_nft__wrapper{display:grid}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));grid-column-gap:15px;grid-row-gap:15px}.ep_nft_content_wrap .ep_nft_item{padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;background-color:#ffffff;border-radius:10px;-webkit-transition:background 0.5s, border 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s;transition:background 0.5s, border 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s;-o-transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,0.09);box-shadow:0 4px 15px rgba(0,0,0,0.09);overflow:hidden;padding:15px;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ep_nft_content_wrap.ep_nft_list .ep_nft_item{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content{background-color:#edecf6e6}.ep_nft_content_wrap .ep_nft_thumbnail{margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;border-radius:5px}.ep_nft_content_wrap .ep_nft_thumbnail img{height:340px;border-radius:10px;width:100%;-o-object-fit:cover;object-fit:cover}.ep_nft_content .ep_nft_title{color:#333333;font-size:16px;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:15px;font-weight:600}.ep_nft_content{text-align:left}.ep_nft_content .ep_nft_price{color:#333333;font-size:14px;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;display:-ms-flexbox;display:flex;font-weight:600}.ep_nft_content .ep_nft_price:first-child{margin-bottom:10px}span.eb_nft_currency{max-width:28px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}span.eb_nft_currency svg{width:100%;height:auto}.ep_nft_content .ep_nft_price_wrapper{min-height:20px}.ep_nft_content .ep_nft_creator{color:#333333;font-size:14px;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px}.ep_nft_content .ep_nft_creator a{color:#3080E2;font-size:14px;text-decoration:none;word-break:break-all}.ep_nft_content .ep_nft_creator img{height:30px;width:30px;border-radius:50%}.ep_nft_content .ep_nft_button button{margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px}.ep_nft_content .ep_nft_button button a{background-color:#3080E2;color:#ffffff;font-size:14px;padding-top:15px;padding-right:20px;padding-left:20px;padding-bottom:15px;-webkit-transition:border 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s;transition:border 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s;-o-transition:border 0.5s, border-radius 0.5s, box-shadow 0.5s;transition:border 0.5s, border-radius 0.5s, box-shadow 0.5s;transition:border 0.5s, border-radius 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s}.ep_nft_content .ep_nft_button button:hover a{background-color:#2e8eee;color:#ffffff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button:hover a{background-color:#2e8eee;color:#ffffff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button{bottom:0;left:0;opacity:0;position:absolute;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);visibility:hidden;width:100%;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button{margin-top:auto}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a{background-color:#3080E2;color:#ffffff;font-size:14px;padding:10px 20px;-webkit-transition:border 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s;transition:border 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s;-o-transition:border 0.5s, border-radius 0.5s, box-shadow 0.5s;transition:border 0.5s, border-radius 0.5s, box-shadow 0.5s;transition:border 0.5s, border-radius 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;display:block;text-align:center;font-weight:500;text-decoration:none}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{display:-ms-flexbox;display:flex;gap:15px;-ms-flex-align:center;align-items:center;border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:55%}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc( 45% - 15px)}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale{margin-bottom:15px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:260px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button a{border-radius:10px}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button a{border-radius:0}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{margin-bottom:15px}.ose-opensea{min-width:100% !important;max-width:100% !important}@media all and (max-width: 1024px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(3, 1fr) !important}}@media all and (max-width: 991px){.ose-opensea{min-width:auto !important;max-width:100% !important}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(2, 1fr) !important}}@media all and (max-width: 767px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1, 1fr) !important}}
.pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:10px !important;font-size:16px !important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document{max-width:100%}.embedpress-document-editmode .components-form-file-upload{display:none !important}.wp-block-embedpress-embedpress-pdf+*{clear:both}.pro-control{position:relative}span.isPro{position:absolute;z-index:1;background:#5B4E96;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:18px;font-size:10px;right:5px;color:#fff;font-weight:400;text-transform:uppercase;bottom:5px}.pro-control:after{content:'';width:100%;height:100%;background:transparent;position:absolute;z-index:12;top:0;bottom:0}.theme-astra span.isPro{right:10px;bottom:5px}.pro-control:hover::after{cursor:pointer}.pro__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.3);z-index:1;display:none}.pro__alert__wrap .pro__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}.pro__alert__wrap .pro__alert__card h2{font-size:32px;font-weight:450;color:#131F4D;margin-bottom:15px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7C8DB5;margin-top:10px}.pro__alert__wrap .pro__alert__card .button{-ms-flex-item-align:end;align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131F4D}.template__wrapper .button:hover{background:#5B4E96 !important;color:#fff !important;border-color:#5B4E96 !important}.pro__alert__wrap .pro__alert__card img{height:100px;margin-bottom:20px}.pro-control .components-toggle-control__label{color:#bbacac}.pro-control .components-form-toggle .components-form-toggle__track{border:1px solid #b89d9d}.pro-control .components-form-toggle .components-form-toggle__thumb{background-color:#b89d9d;border:5px solid #b89d9d}.block-editor-block-inspector .components-base-control{margin-top:15px}.pro-control-active{margin-bottom:24px}.ep-alignleft{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;text-align:center}.ep-alignright{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;text-align:center}.ep-aligncenter{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}.embedpress-document-embed.embedpress-pdf{width:100%}.embedpress-inner-iframe{display:inline-block;text-align:center}.ep__components-placeholder,.wp-block-embedpress-embedpress,.block-editor-block-list__block{clear:both !important}
.embedpress-calendar-gutenberg{margin:30px auto}.embedpress-calendar-gutenberg iframe{max-width:100%}.embedpress-calendar-gutenberg.alignright{max-width:100%}body.page .flexia-wrapper>.content-area{padding:0 !important}.flexia-wrapper.flexia-container>.content-area{margin:0 !important}.flexia-wrapper.flexia-container>.content-area .embedpress-calendar-gutenberg{margin:0 auto}@media only screen and (min-width: 482px){.entry-content>.embedpress-calendar-gutenberg.alignright,.entry-content>.embedpress-calendar-gutenberg.alignleft,.embedpress-calendar-gutenberg.alignright,.embedpress-calendar-gutenberg.alignleft{max-width:100%}}.clear::after{content:'';display:block;clear:both;min-height:1px}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face{
    font-family: 'motor4f';src:url(/wp-content/plugins/autonumbers/public/css/../fonts/motor4f-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.table-overflow {
    overflow-y: scroll;
    height: 300px;
}

#load-more-numbers {
    background: #104f91;
    padding: 10px 33px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
}

.exclusive {
    background: greenyellow;
}

.autonum-choose {
    display: flex;
    width: 470px;
    height: 101px;
    background-image: url(/wp-content/plugins/autonumbers/public/css/../img/autonum-choose.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.autonum-choose__dropdown>ul {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    flex-direction: column;
    width: 100%;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-top: 0;
    font-weight: 700;
    text-align: center;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.autonum-choose__dropdown.open>ul {
    box-shadow: 0 0.75rem 1.5rem -0.5rem rgb(159 159 159 / 83%);
    padding: 0;
    padding-bottom: 0.675rem;
    padding-top: 0.675rem;
    margin: 0;
    max-height: 24rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    z-index: 1000;
}

.autonum-choose__dropdown>ul>li {
    cursor: pointer;
    padding: 2px 5px;
    width: 100%;
    list-style: none;
    font-size: 16px;
}

.autonum-choose__dropdown>ul>li:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.autonum-choose__dropdown {
    overflow: initial;
    margin: initial;
    position: absolute;
    width: 50px;
    height: 85px;
    font-size: 92px;
    top: 2px;
}

.autonum-choose__dropdown>input[type="text"] {
    display: block;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 1rem;
    font-size: 107px;
    font-family: "motor4f", sans-serif;
    color: #000;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.autonum-choose__region-dropdown>input[type="text"] {
    text-align: center;
}

.autonum-choose__dropdown input:hover {
    color: #5e5e5e;
}

.autonum-choose__dropdown.open input {
    pointer-events: none;
}

.autonum-choose__dropdown input::placeholder {
    color: #e3e3e3;
    font-family: "motor4f", sans-serif;
}

.autonum-choose__dropdown input:hover::placeholder {
    color: #ccc;
}

.autonum-choose__dropdown:nth-child(1) {
    left: 20px;
}

.autonum-choose__dropdown:nth-child(2) {
    left: 73px;
}

.autonum-choose__dropdown:nth-child(3) {
    left: 126px;
}

.autonum-choose__dropdown:nth-child(4) {
    left: 181px;
}

.autonum-choose__dropdown:nth-child(5) {
    left: 239px;
}

.autonum-choose__dropdown:nth-child(6) {
    left: 295px;
}

.autonum-choose__dropdown:nth-child(7) {
    right: 14px;
    top: 12px;
    width: 89px;
    height: 47px;
    text-align: center;
}

.autonum-letter {
    text-transform: uppercase !important;
    font-size: 74px !important;
    padding-top: 23px !important;
    border-radius: 0 !important;
}

input.autonum-region {
    font-size: 48px !important;
}

.autonum-results__container {
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
}

.autonum-results__table th {
    text-align: left;
}

.autonumbers-ui__container {
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
}

.autonum-results__total {
    margin: 12px 0;
    color: green;
    text-align: center;
}

.filter__button,
.filter-reset-btn {
    cursor: pointer;
    position: relative;
    padding: 0.4em 1em 0.4em;
    padding-left: 25px;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    font-family: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen-Sans,
        Ubuntu,
        Cantarell,
        "Helvetica Neue",
        sans-serif;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
}

.filter__button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
}

.filter__button.active:before {
    background: url(/wp-content/plugins/autonumbers/public/css/../img/check.png) center center no-repeat #fff;
    background-size: contain;
}

.filter__button.active {
    background: #7143df;
    color: #fff;
}

.filter__button:hover {
    background: #946df3;
    color: #fff;
}

.autonum-filters__filters {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

#total-results {
    font-size: 22px;
    font-family: 'motor4f', sans-serif;
}

.znak__gn {
    display: block;
    width: 232px;
    height: calc(232px / 4.64);
    background-image: url(/wp-content/plugins/autonumbers/public/css/../img/autonum-choose.png);
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.znak__gn>span {
    position: absolute;
    top: -3px;
    font-size: 52px;
    font-family: "motor4f", sans-serif;
    color: #000;
    line-height: 1;
}

.letter-gn {
    font-size: 32px;
}

.znak__gn>.letter1__gn {
    left: 11px;
}

.znak__gn>.number1__gn {
    left: 37px;
}

.znak__gn>.number2__gn {
    left: 63px;
}

.znak__gn>.number3__gn {
    left: 90px;
}

.znak__gn>.letter2__gn {
    left: 115px;
}

.znak__gn>.letter3__gn {
    left: 141px;
}

.znak__gn>.reg__gn {
    left: 177px;
    top: 0px;
    font-size: 30px;
    text-align: center;
    width: 50px;
}

.znak__gn .letter-gn {
    font-size: 43px !important;
    top: 4px;
}

.autonum-tr-template {
    display: none;
}

.autonum-results__table tr:nth-child(odd) {
    background: #b5b5b536;
}

.autonum-results__table tr.autonumbers-table__head {
    background: #1a1515;
    color: #fff;
}

.autonum-results__table .autonumbers-table__head:hover {
    background: #1a1515;
}

.autonum-results__table {
    border-collapse: collapse;
    width: 500px;
    margin: 20px auto;
    table-layout: auto;
}

.autonumbers-table__head th {
    padding: 12px 4px;
}

.autonum-results__table td {
    padding: 6px 0;
    font-family: 'SegoeUIRegular', sans-serif;
    vertical-align: middle;
}

.autonumbers-ui {
    padding: 0 0 22px;
}

.autonum-results__table tr:hover {
    background: #4d439d;
    color: #fff;
}

.table-th-tpl {
    display: none;
}

#autonumber-order-popup {
    width: 400px;
    max-width: 100%;
    text-align: center;
}

#autonumber-order-popup .wpcf7-form {
    text-align: center;
}

#autonumber-order-popup input.wpcf7-submit {
    width: 100%;
    padding: 12px 0;
    background: #4d4cad;
    color: #fff;
    text-transform: uppercase;
}

#autonumber-order-popup .sent .wpcf7-response-output {
    /* position: absolute; */
    /* top: 0; */
    bottom: 1px;
    /* margin: 0 !important; */
    /* padding: 0 !important; */
    color: green;
    font-weight: 600;
    width: 100%;
}

#autonumber-order-popup label,
#autonumber-order-popup input {
    width: 100%;
    font-size: 16px;
    font-family: "SegoeUIRegular", sans-serif;
}

#autonumber-order-popup label span {
    display: block;
}

.hidden-autonumber {
    display: none;
}

#popup-autonumber {
    color: green;
    font-weight: bold;
    font-size: 24px;
    font-family: 'motor4f', sans-serif;
}

#autonumber-order-popup h2 {
    margin-bottom: 0;
}

.autonumbers-ui__title {
    text-transform: initial !important;
    text-align: center;
    font-weight: 300;
}

#autonumber-order-popup input::placeholder {
    font-family: "SegoeUIRegular", sans-serif;
    font-size: 16px;
}
@media all and (max-width: 720px) {}

@media all and (max-width: 500px) {
    .autonum-choose {
        width: 320px;
        height: 69px;
    }

    .autonum-choose__dropdown {
        width: 13%;
        height: 90%;
        font-size: 64px;
        top: 2px;
        padding-bottom: 6px;
    }

    .autonum-letter {
        text-transform: uppercase !important;
        font-size: 57px !important;
        padding-top: 16px !important;
        border-radius: 0 !important;
    }

    .autonum-choose__dropdown>input[type="text"] {
        font-size: 74px;
        padding: 0;
    }

    .autonum-choose__dropdown:nth-child(1) {
        left: 13px;
    }

    .autonum-choose__dropdown:nth-child(2) {
        left: 48px;
    }

    .autonum-choose__dropdown:nth-child(3) {
        left: 87px;
    }

    .autonum-choose__dropdown:nth-child(4) {
        left: 126px;
    }

    .autonum-choose__dropdown:nth-child(5) {
        left: 165px;
    }

    .autonum-choose__dropdown:nth-child(6) {
        left: 202px;
    }

    .autonum-choose__dropdown:nth-child(7) {
        right: 0px;
        top: -1px;
        width: 78px;
        height: 47px;
        text-align: center;
    }

    .autonum-results__table {
        width: 500px;
        display: block;
        max-width: 100%;
    }

    .autonum-results__table tbody {
        width: 100%;
        display: block;
    }

    .autonum-results__table tr {
        display: block;
    }

    .autonum-results__table td {
        display: block;
        text-align: center;
    }

    .znak__gn {
        display: inline-block;
    }

    .filter__button,
    .filter-reset-btn {
        font-size: 12px;
    }

    .autonum-results__total {
        margin: 12px 0;
        color: green;
        text-align: center;
    }
}
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/**
 * @package     EmbedPress
 * @author      EmbedPress <help@embedpress.com>
 * @copyright   Copyright (C) 2018 EmbedPress. All rights reserved.
 * @license     GPLv2 or later
 * @since       1.0
 */
.embedpress-wrapper {
    position: relative;
}

.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
    overflow: hidden;
    position: relative;
    height: auto;
}

.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* 16:9 aspect ratio */
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
    padding-bottom: 56.25%;
}

/* 1:1 aspect ratio */
.ose-vine.responsive {
    padding-bottom: 100%;
}

/* Mixed aspect ratio */
.ose-ustream.responsive {
    padding-bottom: 63.3%;
}

.ose-google-docs.responsive {
    padding-bottom: 62.6%;
}

.ose-google-docs.ose-google-docs-drawings.responsive {
    padding-bottom: 74.5%;
}

.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
    padding-bottom: 142%;
}

.ose-soundcloud.responsive {
    padding-bottom: 155px;
}

.ose-issuu.responsive iframe {
    z-index: 2;
}

.ose-issuu.responsive {
    padding-bottom: 31.25%;
}

.ose-issuu>div>div>div:last-child {
    width: 100% !important;
    z-index: 0;
    position: absolute;
    bottom: 0;
}

.ose-mixcloud.responsive iframe {
    width: 100%;
}

/* Fix scrolling on iOS devices */
.ose-google-docs.responsive {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.ose-facebook.responsive iframe {
    padding-bottom: 0;
    width: 100%;
}

.elementor-widget-container iframe {
    max-height: 100% !important;
}

@media only screen and (max-width: 800px) {
    .elementor-widget-container iframe {
        max-height: 100% !important;
    }

    .elementor-widget-container .embedpress-facebook-vid-iframe,
    .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
    .embedpress-facebook-vid-iframe {
        max-height: inherit !important;
    }

}

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

    .elementor-widget-container .embedpress-facebook-vid-iframe,
    .embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
    .embedpress-facebook-vid-iframe {
        max-height: 390px !important;
    }
}

/*Meetup Event styling starts */
.embedpress-event .link {
    color: #0098ab;
}

.embedpress-event .visibility--a11yHide {
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
}

.embedpress-event .text--small {
    font-size: 14px;
    margin: 0;
}

.embedpress-event .flex {
    display: flex;
    box-sizing: border-box;
}

.embedpress-event .flex--wrap {
    flex-wrap: wrap;
}

.embedpress-event .flex--row {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.embedpress-event .flex-item {
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    min-width: 0;
    /*padding-left: 16px;*/
    box-sizing: border-box;
}

.embedpress-event .flex-item--shrink {
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
}

.embedpress-event .flex--row>.flex-item:first-child {
    padding-left: 0;
}

.embedpress-event .text--bold {
    font-weight: 700;
}

.embedpress-event h1,
.embedpress-event h2,
.embedpress-event h3,
.embedpress-event h4,
.embedpress-event h5,
.embedpress-event h6 {
    font-size: inherit;
}

.embedpress-event .ep-event--title {
    font-size: 32px;
    font-weight: 700;
}

.embedpress-event .ep-event--date {
    color: #757575;
    font-weight: 400;
    font-size: 16px;
}

/*Host*/
.embedpress-event .ep-event--host {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ep-event--host .avatar-print {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.embedpress-event img.avatar--person {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;
}

.event-info-hosts-text {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
}

.embedpress-event .event-description {
    margin-top: 20px;
}

.text--sectionTitle {
    font-size: 20px;
    line-height: 28px;
}

.ep-event--attendees {
    margin-top: 50px;
}

.ep-event--attendees>.flex {
    margin-bottom: 20px;
}

.ep-event--attendees .gridList {
    list-style: none;
    margin: 0 -16px 0 0;
    padding: 0;
}

.ep-event--attendees .gridList-item {
    width: auto;
}

.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.ep-event--attendees .groupMember-name {
    line-height: 1.2 !important;
}

.ep-event--attendees .avatar--person {
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 50%;
}

.ep-event--attendees img.avatar-print {
    border-radius: 50%;
}

.ep-event--attendees .groupMember-role {
    font-size: 12px;
    color: #757575;
    padding-top: 2px;
    margin: 0;
}

.ep-event--attendees .groupMember {
    min-height: 100%;
    min-width: 128px;
    padding-left: 8px;
    padding-right: 8px;
}

.embedpress-event .align--center {
    text-align: center;
}

.embedpress-event .card {
    background: #fff;
    background-clip: padding-box;
    background-size: cover;
    border: 1px solid rgba(46, 62, 72, .12);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-height: 100%;
    padding: 16px 16px 18px;
    position: relative;
    white-space: normal;
}

.embedpress-event .card--hasHoverShadow {
    transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}

.embedpress-event .ep-event-group-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(46, 62, 72, .12);
}

.embedpress-event .ep-event-group--name {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    width: 70%;
    word-break: break-word;
}

.embedpress-event .ep-event-group--image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px;
    height: 56px;
    border-radius: 4px;
}

.embedpress-event .ep-event-time-location {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 20px 0 20px;
    border: 1px solid rgba(46, 62, 72, .12);
}

.embedpress-event .ep-event-time-location .ep-event-datetime,
.embedpress-event .ep-event-time-location .ep-event-location {
    padding-bottom: 20px;
}

.embedpress-event .ep-event-location .wrap--singleLine--truncate,
.embedpress-event .ep-event-time-location .ep-event-datetime {
    font-size: 15px;
    line-height: 1.5;
    color: #2e3e48;
    font-style: normal;
    margin: 0;
}

.embedpress-event .ep-event-location address {
    font-style: normal;
    margin: 0;
}

.embedpress-event .ep-event-location .venueDisplay-venue-address {
    font-style: normal;
    color: #757575;
    margin: 0;
}

.embedpress-event .ep-event-location p {
    line-height: 20px;
}

.ep-event--attendees .gridList-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    vertical-align: top;
    width: 50%;
}

.gridList-itemInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 16px 16px 0;
}

/*Youtube subscribe button*/
.embedpress-yt-subscribe {
    display: flex;
    align-items: center;
    align-content: start;
    text-align: center;
    gap: 1rem;
    max-width: 600px;
    width: 100%;
}

.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
    color: #ffffff;
}

.embedpress-yt-subscribe .embedpress-yt-sub-text {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* Meetup styling for new markup*/
.dewqijm {
    height: 100%;
    margin-right: 10px;
}

.dewqijm img[src^="image"] {
    display: none;
}

.dewqijm img[src^="http"] {
    height: 56px !important;
    width: 56px !important;
}

.dewqijm>div>div {
    display: none;
}

.embedpress-event .sticky button {
    display: none;
}

.embedpress-event .items-center {
    align-items: center;
}

/*Media query*/
@media only screen and (min-width: 530px) {
    .ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (min-width: 640px) {
    .embedpress-event .card {
        padding: 18px 18px 20px;
    }

    .ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}




/**
* NFT card frontend style
*/

.ose-opensea {
    height: 100% !important;
    width: 100% !important;
}

.ep_nft_content_wrap.ep_nft__wrapper {
    display: grid;
}

.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.ep_nft_content_wrap .ep_nft_item {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
    overflow: hidden;
    padding: 15px;
    position: relative;
    transition: .3s ease-in-out;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
    display: flex;
    flex-direction: column;
}

.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
    justify-content: flex-start;
    align-items: flex-start;
}

.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
    background-color: #edecf6e6;
}

.ep_nft_content_wrap .ep_nft_thumbnail {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.ep_nft_content_wrap .ep_nft_thumbnail img {
    height: 340px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.ep_nft_content .ep_nft_title {
    color: #333333;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    word-break: break-all;
}

.ep_nft_content {
    text-align: left;
}

.ep_nft_content .ep_nft_price {
    color: #333333;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: flex;
    font-weight: 600;
}

.ep_nft_content .ep_nft_price:first-child {
    margin-bottom: 10px;
}

span.eb_nft_currency {
    max-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.eb_nft_currency svg {
    width: 100%;
    height: auto;
}

.ep_nft_content .ep_nft_price_wrapper {
    min-height: 20px;
}


.ep_nft_content .ep_nft_creator {
    color: #333333;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ep_nft_content .ep_nft_creator a {
    color: #3080E2;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
    text-decoration: none!important;
}

.ep_nft_content .ep_nft_creator img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.ep_nft_content .ep_nft_button button {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.ep_nft_content .ep_nft_button button a {
    background-color: #3080E2;
    color: #ffffff;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}

.ep_nft_content .ep_nft_button button:hover a {
    background-color: rgb(46, 142, 238);
    color: #ffffff;
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
}


.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button:hover a {
    background-color: rgb(46, 142, 238);
    color: #ffffff;
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(30px);
    visibility: hidden;
    width: 100%;
    transition: 0.3s;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button{
    margin-top: auto;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
    background-color: #3080E2;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    display: block;
    text-align: center;
    font-weight: 500;
    text-decoration: none!important;
}

/* mimmikcssStart */


/* NFT List item CSS */

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
    width: 55%;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
    width: calc( 45% - 15px );
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale {
    margin-bottom: 15px;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg {
    border-radius: 10px;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
    height: 260px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a{
    border-radius: 10px;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{
	margin-bottom: 15px;
}


/* mimmikcssEnd */

@media all and (max-width: 1024px) {

    /* tabcssStart */
    .ep_nft_content_wrap.ep_nft__wrapper,
    .ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .alignleft .ose-opensea, .alignright .ose-opensea, .aligncenter .ose-opensea {
        max-width: 100%!important;
    }
    
    /* tabcssEnd */

}

@media all and (max-width: 991px) {

    /* tabcssStart */
    .ose-opensea {
        min-width: 100%!important;
        max-width: 100%!important;
    }

    

    .ep_nft_content_wrap.ep_nft__wrapper,
    .ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* tabcssEnd */

}

@media all and (max-width: 767px) {

    /* mobcssStart */
    .ep_nft_content_wrap.ep_nft__wrapper,
    .ep_nft_content_wrap.ep_nft_list {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    /* mobcssEnd */

}
.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}
/*
+----------------------------------------------------------------+
|                                                                |
|   WordPress Plugin: WP-PostRatings                             |
|   Copyright (c) 2012 Lester "GaMerZ" Chan                      |
|                                                                |
|   File Written By:                                             |
|   - Lester "GaMerZ" Chan                                       |
|   - http://lesterchan.net                                      |
|                                                                |
|   File Information:                                            |
|   - Post Ratings CSS File                                      |
|   - wp-content/plugins/wp-postratings/postratings-css.css      |
|                                                                |
+----------------------------------------------------------------+
*/

.post-ratings {
	width: 100%;
	opacity: 1;
	/* background-color: #ffffff; */
}

.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}

.post-ratings-image {
	border: 0;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
	border: 0;
	padding: 0;
	margin: 0;
}

.post-ratings-text {
	
}

.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}
/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {
}

    /* LI - Post container styles */
    .wpp-list li {
        overflow: hidden;
        float: none;
        clear: both;
        margin-bottom: 1rem;
    }

    .wpp-list li:last-of-type {
        margin-bottom: 0;
    }

    /* Styles for the popular post in view */
    .wpp-list li.current {
    }

        /* Thumbnail styles */
        .wpp-thumbnail {
            display: inline;
            float: left;
            margin: 0 1rem 0 0;
            border: none;
        }

        /* Title styles */
        .wpp-post-title {
        }

        /* Excerpt styles */
        .wpp-excerpt {
        }

        /* Stats tag styles */
        .wpp-meta, .post-stats {
            display: block;
            font-size: 0.8em;
        }

        .wpp-meta:empty, .post-stats:empty {
            display: none;
        }

            /* Comments count styles */
            .wpp-comments {
            }

            /* Views count styles */
            .wpp-views {
            }

            /* Author styles */
            .wpp-author {
            }

            /* Post date styles */
            .wpp-date {
            }

            /* Post category styles */
            .wpp-category {
            }

        /* WP-PostRatings styles */
        .wpp-rating {
        }
/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding.
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */

@font-face{font-display:swap;
    font-family: 'Genericons';
}

@font-face{font-display:swap;
    font-family: 'Genericons';src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face{font-display:swap;
    font-family: "Genericons";src:url(/wp-content/themes/auto/genericons/Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }
/*
Theme Name: Авто-учет
Author: Yamant
Author URI: yamant112@yandex.ru
Description: based on TwentyFifteen
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*overflow-y: scroll;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Genericons';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/**
 * 4.0 Elements
 */

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type='submit'] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}

.search-form input[type='submit'],
.widget .search-form input[type='submit'] {
  padding: 0;
}

/**
 * 6.0 Navigations
 */

/**
 * 6.1 Links
 */

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

/**
 * 6.2 Menus
 */

.main-navigation a {
  display: block;
  padding: 0.8em 0;
  position: relative;
  text-decoration: none;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
  border-top: 0;
}

.main-navigation .menu-item-has-children > a {
  padding-right: 48px;
}

.main-navigation .menu-item-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5em;
}

.bubble-message b {
  display: block;
  padding-bottom: 3px;
  color: #efc639;
}

.no-js .main-navigation ul ul {
  display: block;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  /* Stop screen readers to read the text as capital letters */
  top: 3px;
  right: 0;
  width: 42px;
}

.dropdown-toggle:after {
  color: #333;
  content: '\f431';
  font-size: 24px;
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
  outline: 1px solid #c1c1c1;
  outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
  content: '\f432';
}

.noty_type_notification {
  /*background: rgba(3, 26, 95, 0.7) !important;*/
  color: #fff;
  padding: 4px 0;
  padding-left: 50px;
  background-color: rgba(3, 26, 95, 0.7) !important;
  background: url(/wp-content/themes/auto/images/logo-left.png) left 9px center no-repeat
    rgba(3, 26, 95, 0.7) !important;
  -webkit-background-size: contain !important;
  background-size: 40px 40px !important;
  z-index: 99999999999;
}

.noty_type_info {
  color: #000;
  padding: 16px 0;
  padding-left: 50px;
  background-color: rgba(246, 254, 242, 0.7) !important;
  background: url(/wp-content/themes/auto/images/logo-left.png) left 9px center no-repeat
    rgba(246, 254, 242, 0.9) !important;
  -webkit-background-size: contain !important;
  background-size: 40px 40px !important;
  font-weight: bold;
  z-index: 99999999999;
}

ul#noty_topRight_layout_container li {
  background-color: rgba(255, 255, 255, 0) !important;
}

.social-navigation {
  margin: 9.0909% 0;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -1.6em 0;
}

.social-navigation li {
  float: left;
}

.social-navigation a {
  display: block;
  height: 3.2em;
  position: relative;
  width: 3.2em;
}

.social-navigation a:before {
  content: '\f415';
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.social-navigation a[href*='codepen.io']:before {
  content: '\f216';
}

.social-navigation a[href*='digg.com']:before {
  content: '\f221';
}

.social-navigation a[href*='dribbble.com']:before {
  content: '\f201';
}

.social-navigation a[href*='dropbox.com']:before {
  content: '\f225';
}

.social-navigation a[href*='facebook.com']:before {
  content: '\f203';
}

.social-navigation a[href*='flickr.com']:before {
  content: '\f211';
}

.social-navigation a[href*='foursquare.com']:before {
  content: '\f226';
}

.social-navigation a[href*='plus.google.com']:before {
  content: '\f206';
}

.social-navigation a[href*='github.com']:before {
  content: '\f200';
}

.social-navigation a[href*='instagram.com']:before {
  content: '\f215';
}

.social-navigation a[href*='linkedin.com']:before {
  content: '\f208';
}

.social-navigation a[href*='pinterest.com']:before {
  content: '\f210';
}

.social-navigation a[href*='getpocket.com']:before {
  content: '\f224';
}

.social-navigation a[href*='polldaddy.com']:before {
  content: '\f217';
}

.social-navigation a[href*='reddit.com']:before {
  content: '\f222';
}

.social-navigation a[href*='stumbleupon.com']:before {
  content: '\f223';
}

.social-navigation a[href*='tumblr.com']:before {
  content: '\f214';
}

.social-navigation a[href*='twitter.com']:before {
  content: '\f202';
}

.social-navigation a[href*='vimeo.com']:before {
  content: '\f212';
}

.social-navigation a[href*='wordpress.com']:before,
.social-navigation a[href*='wordpress.org']:before {
  content: '\f205';
}

.social-navigation a[href*='youtube.com']:before {
  content: '\f213';
}

.social-navigation a[href*='mailto:']:before {
  content: '\f410';
}

.social-navigation a[href*='spotify.com']:before {
  content: '\f515';
}

.social-navigation a[href*='twitch.tv']:before {
  content: '\f516';
}

.social-navigation a[href$='/feed/']:before {
  content: '\f413';
}

.social-navigation a[href*='path.com']:before {
  content: '\f219';
}

.social-navigation a[href*='skype.com']:before {
  content: '\f220';
}

.secondary-toggle {
  background-color: transparent;
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}

.secondary-toggle:before {
  color: #333;
  content: '\f419';
  line-height: 40px;
  width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  outline: 0;
}

.secondary-toggle.toggled-on:before {
  content: '\f405';
  font-size: 32px;
  position: relative;
  top: 1px;
  left: -1px;
}

.post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 700;
}

.post-navigation a {
  display: block;
  padding: 3.8461% 7.6923%;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.post-navigation .post-title {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  position: relative;
  z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
}

.post-navigation a:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
  opacity: 0.5;
}

.post-navigation .meta-nav {
  opacity: 0.8;
}

.post-navigation div + div {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-family: 'Noto Sans', sans-serif;
}

.pagination .nav-links {
  min-height: 3.2em;
  position: relative;
  text-align: center;
}

/* reset screen-reader-text */

.pagination .current .screen-reader-text {
  position: static !important;
}

.pagination .page-numbers {
  display: none;
  line-height: 3.2em;
  padding: 0 0.6667em;
}

.pagination .page-numbers.current {
  text-transform: uppercase;
}

.pagination .current {
  display: inline-block;
  font-weight: 700;
}

.pagination .prev,
.pagination .next {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #475b9f;
}

.pagination .prev {
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.pagination .prev:before {
  content: '\f430';
  left: -1px;
}

.single-post-block {
  padding-top: 20px;
}

/*.pagination .next {*/

/*right: 0;*/

/*}*/

.pagination .next {
  left: 100%;
  top: 0;
}

.pagination .next:before {
  content: '\f429';
  right: -1px;
}

.image-navigation,
.comment-navigation {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
  color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: '\2215';
  font-weight: 400;
  margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
  content: '\f430';
  margin-right: 0.2em;
  position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
  content: '\f429';
  margin-left: 0.2em;
  position: relative;
}

.comment-navigation {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2em 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
}

.image-navigation {
  padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
  margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */

.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px / normal 'Noto Sans', sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px / normal 'Open Sans', sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 Alignments
 */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: '';
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}

/**
 * 10.0 Header
 */

.site-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}

.site-branding {
  min-height: 2em;
  padding-right: 60px;
  position: relative;
}

.site-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636;
  margin-bottom: 0;
}

.site-description {
  display: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5em 0 0;
  opacity: 0.7;
}

/**
 * 11.0 Widgets
 */

.widget {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 auto 9.0909%;
  width: 100%;
  word-wrap: break-word;
}

.widget pre {
  line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.widget button,
.widget input {
  line-height: normal;
}

.widget button,
.widget input[type='button'],
.widget input[type='reset'],
.widget input[type='submit'] {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.7917em 1.5833em;
}

.widget input[type='text'],
.widget input[type='email'],
.widget input[type='url'],
.widget input[type='password'],
.widget input[type='search'],
.widget textarea {
  padding: 0.375em;
}

/*.widget-title {*/

/*color: #333;*/

/*font-family: "Noto Sans", sans-serif;*/

/*margin: 0 0 1.6em;*/

/*letter-spacing: 0.04em;*/

/*text-transform: uppercase;*/

/*}*/

.widget > :last-child {
  margin-bottom: 0;
}

.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
  border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
  padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
  padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0.7667em 0 0 0.8em;
  padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
  display: block;
}

.widget_rss ul {
  list-style: none;
  margin: 0;
}

.widget_rss li {
  margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}

.textwidget > :last-child {
  margin-bottom: 0;
}

.textwidget a {
  border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
  border-bottom: 0;
}

/**
 * 12.0 Content
 */

.secondary {
  background-color: #fff;
  display: none;
  padding: 0 7.6923%;
}

.secondary.toggled-on {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
}

.widget-area {
  margin: 9.0909% auto 0;
}

.site-footer {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 3.84615% 7.6923%;
}

/**
 * 12.1 Posts and pages
 */

.hentry {
  background-color: #fff;
  padding-top: 7.6923%;
  position: relative;
}

.hentry.has-post-thumbnail {
  padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
  padding-top: -webkit-calc(7.6923% + 24px);
  padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-header {
  padding: 0 7.6923%;
}

.entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
  padding: 0 7.6923% 7.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-top: 1.8462em;
  margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636;
  margin-top: 2.1818em;
  margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-top: 2.6667em;
  margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 3.2em;
  margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
  border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
  display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
  white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
  content: '\f429';
  font-size: 16px;
  position: relative;
  top: 5px;
}

.author-info {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0;
}

.author-info .avatar {
  float: left;
  height: 36px;
  margin: 0 1.6em 1.6em 0;
  width: 36px;
}

.author-heading {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.author-title {
  clear: none;
}

.author-bio {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px;
}

.author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.author-description a {
  border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
  border-bottom: 0;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.author-link {
  white-space: nowrap;
}

.author-link:after {
  content: '\f429';
  position: relative;
  top: 1px;
}

.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 3.8461% 7.6923%;
}

.entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
  border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #333;
}

.sticky-post {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}

.updated:not(.published) {
  display: none;
}

.sticky .posted-on {
  display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
  margin-right: 2px;
  position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
  margin-right: 1em;
}

.format-aside .entry-format:before {
  content: '\f101';
}

.format-image .entry-format:before {
  content: '\f473';
}

.format-gallery .entry-format:before {
  content: '\f103';
}

.format-video .entry-format:before {
  content: '\f104';
}

.format-status .entry-format:before {
  content: '\f105';
}

.format-quote .entry-format:before {
  content: '\f106';
}

.format-link .entry-format:before {
  content: '\f107';
}

.format-chat .entry-format:before {
  content: '\f108';
}

.format-audio .entry-format:before {
  content: '\f109';
}

.posted-on:before {
  content: '\f307';
}

.byline:before {
  content: '\f304';
}

.cat-links:before {
  content: '\f301';
}

.tags-links:before {
  content: '\f302';
}

.comments-link:before {
  content: '\f300';
}

.full-size-link:before {
  content: '\f402';
}

.edit-link:before {
  content: '\f411';
}

.comments-link,
.edit-link {
  white-space: nowrap;
}

.page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}

.page-title {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.taxonomy-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 0.4em;
}

.taxonomy-description a {
  border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
  border-bottom: 0;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-content {
  background-color: #fff;
  padding: 7.6923%;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
}

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.6em;
}

.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
  content: '\f442';
  font-size: 24px;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}

/**
 * 12.3 Comments
 */

.comments-area {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.bypostauthor > article .fn:after {
  content: '\f304';
  position: relative;
  top: 5px;
  left: 3px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
  font-size: 1.2rem;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'],
.comment-form input[type='submit'] {
  width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: '\f405';
  font-size: 32px;
  position: relative;
  top: -3px;
}

/**
 * 13.0 Footer
 */

.site-info {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.site-info a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
  border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
  color: #333;
}

/**
 * 14.0 Media
 */

.site .avatar {
  border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

audio,
canvas {
  display: inline-block;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

/**
 * 14.1 Captions
 */

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

#footer {
  display: none;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 0;
}

a.border-link {
  display: inline-block;
  border: 1px solid #aba6a6;
  padding: 3px 14px;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.so-widget-faqs-faqs-style-7f234ddb2258 .soua-main .soua-accordion-title {
  line-height: 1.4;
  font-style: italic;
  padding-left: 34px;
}

.so-widget-faqs-faqs-style-7f234ddb2258 .soua-main .soua-accordion {
  margin-top: 20px !important;
}

#pg-19-13 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.map-video {
  margin: 0 auto;
  max-width: 1000px;
}

/**
 * 14.2 Galleries
 */

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 15.0 Multisite
 */

.widecolumn {
  background-color: #fff;
  padding: 7.6923%;
}

.widecolumn .mu_register {
  width: auto;
}

.widecolumn .mu_alert {
  margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}

.widecolumn h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 0.9231em;
}

.widecolumn p {
  margin: 1.6em 0;
}

.widecolumn p + h2 {
  margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widecolumn .mu_register label {
  margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.widecolumn .mu_register #blogname {
  margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type='submit'] {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
  font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}

.page-wrap.news-category p {
  font-size: 14px;
}

.news-date .comments-link {
  display: none;
}

.news-date a {
  font-size: 16px;
}

.news-category .row {
  padding-top: 6px;
}

.news-header h1 {
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
}

/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.tag-page-title {
  padding: 20px 0;
  font-size: 30px;
}

.tag-row {
  margin-bottom: 30px;
}

.blog-list-tags {
  padding-bottom: 20px;
}

.news-breadcrumb {
  padding: 10px 20px 0;
}

.blog-post-tags {
  padding: 20px;
  font-weight: bold;
}

ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 0;
  /*height: 0;*/
  /*transition: all 0.3s;*/
  background: #4f67ba;
  z-index: 99;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}

#menu-top2 > li:hover ul.sub-menu {
  display: block;
  height: initial;
}

#menu-top ul li {
  list-style-type: none;
}

#menu-top ul a {
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
  ul,
  ol {
    margin-left: 0;
  }

  li > ul,
  li > ol,
  blockquote > ul,
  blockquote > ol {
    margin-left: 1.3333em;
  }

  blockquote {
    margin-left: -1em;
  }

  blockquote > blockquote {
    margin-left: 0;
  }

  .site-branding {
    min-height: 3.2em;
  }

  .site-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0909;
  }

  .site-description {
    display: block;
  }

  .secondary {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
    padding: 7.6923% 7.6923% 0;
  }

  .main-navigation {
    margin-bottom: 11.1111%;
  }

  .main-navigation ul {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }

  .main-navigation ul ul {
    border-top: 0;
    border-bottom: 0;
  }

  .social-navigation {
    margin-bottom: 11.1111%;
  }

  .social-navigation {
    margin-top: 0;
  }

  .widget-area {
    margin-top: 0;
  }

  .widget {
    margin-bottom: 11.1111%;
  }

  .site-main {
    padding: 7.6923% 0;
  }

  .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: inherit;
  }

  .hentry,
  .page-header,
  .page-content {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    /*margin: 0 7.6923%;*/
  }

  .hentry + .hentry,
  .page-header + .hentry,
  .page-header + .page-content {
    margin-top: 7.6923%;
  }

  .hentry + .hentry {
    border-top: 0;
  }

  .post-thumbnail {
    margin-bottom: 2.4em;
  }

  .entry-header {
    padding: 0 9.0909%;
  }

  .entry-content,
  .entry-summary {
    padding: 0 9.0909% 9.0909%;
  }

  .entry-footer {
    padding: 4.5454% 9.0909%;
  }

  .page-header {
    border-bottom: 0;
    border-left: 7px solid #333;
    padding: 3.8461% 7.6923%;
  }

  .page-title,
  .taxonomy-description {
    margin-left: -7px;
  }

  .page-content {
    padding: 9.0909%;
  }

  .site-footer {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 0 7.6923%;
    padding: 3.84615% 7.6923%;
  }

  .post-navigation {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
  }

  .post-navigation a {
    padding: 4.5454% 9.0909%;
  }

  .pagination {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
    padding: 0;
  }

  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }

  .pagination .page-numbers {
    display: inline-block;
  }

  .image-navigation {
    padding: 0 9.0909%;
  }

  .comments-area {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
  }

  .comment-content ul,
  .comment-content ol {
    margin-left: 0;
  }

  .comment-content li > ul,
  .comment-content li > ol,
  .comment-content blockquote > ul,
  .comment-content blockquote > ol {
    margin-left: 1.3333em;
  }

  .widecolumn {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923%;
  }
}

/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }

  button,
  input {
    line-height: normal;
  }

  p,
  address,
  pre,
  hr,
  ul,
  ol,
  dl,
  dd,
  table {
    margin-bottom: 1.6471em;
  }

  blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em;
  }

  blockquote p {
    margin-bottom: 1.75em;
  }

  blockquote cite,
  blockquote small {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }

  pre {
    line-height: 1.2353;
  }

  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'],
  .post-password-form input[type='submit'],
  .widecolumn #submit,
  .widecolumn .mu_register input[type='submit'] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8214em 1.6429em;
  }

  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  textarea {
    padding: 0.5em;
  }

  .main-navigation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .main-navigation a {
    padding: 1em 0;
  }

  .main-navigation ul ul {
    margin-left: 1em;
  }

  .main-navigation .menu-item-description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .social-navigation ul {
    margin-bottom: -1.4706em;
  }

  .social-navigation a {
    height: 2.8824em;
    width: 2.8824em;
  }

  .secondary-toggle {
    height: 56px;
    width: 56px;
  }

  .secondary-toggle:before {
    line-height: 54px;
    width: 54px;
  }

  .post-password-form label,
  .post-navigation .meta-nav,
  .image-navigation,
  .comment-navigation,
  .author-heading,
  .author-bio,
  .entry-footer,
  .page-links a,
  .page-links span,
  .comment-metadata,
  .pingback .edit-link,
  .comment-list .reply,
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .comment-form label,
  .form-allowed-tags,
  .site-info,
  .wp-caption-text,
  .gallery-caption,
  .entry-caption,
  .widecolumn label,
  .widecolumn .mu_register label {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pagination .nav-links {
    min-height: 3.2941em;
  }

  .pagination .page-numbers {
    line-height: 3.2941em;
    padding: 0 0.8235em;
  }

  .pagination .prev,
  .pagination .next {
    height: 56px;
    padding: 0;
    width: 56px;
  }

  .pagination .prev:before,
  .pagination .next:before {
    height: 56px;
    line-height: 56px;
    width: 56px;
  }

  .image-navigation .nav-previous a:before,
  .image-navigation .nav-next a:after,
  .comment-navigation .nav-previous a:before,
  .comment-navigation .nav-next a:after {
    top: 2px;
  }

  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
    margin: 0.4118em 1.6471em 1.6471em 0;
  }

  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
    margin: 0.4118em 0 1.6471em 1.6471em;
  }

  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
    margin-top: 0.4118em;
    margin-bottom: 1.6471em;
  }

  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    margin-bottom: 1.2353em;
  }

  .site-branding {
    min-height: 3.7059em;
    padding-right: 66px;
  }

  .site-title {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.2069;
  }

  .site-description {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .widget {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table,
  .widget pre {
    margin-bottom: 1.5em;
  }

  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0;
  }

  .widget blockquote {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
    margin-bottom: 1.6471em;
    margin-left: -1.2353em;
    padding-left: 1em;
  }

  .widget blockquote p {
    margin-bottom: 1.6471em;
  }

  .widget blockquote cite,
  .widget blockquote small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .widget blockquote > blockquote {
    margin-left: 0;
  }

  .widget pre {
    line-height: 1.5;
    padding: 0.75em;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    line-height: 1.75;
  }

  .widget button,
  .widget input {
    line-height: normal;
  }

  .widget button,
  .widget input[type='button'],
  .widget input[type='reset'],
  .widget input[type='submit'] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8214em 1.6429em;
  }

  .widget input[type='text'],
  .widget input[type='email'],
  .widget input[type='url'],
  .widget input[type='password'],
  .widget input[type='search'],
  .widget textarea {
    padding: 0.5625em;
  }

  .widget blockquote.alignleft,
  .widget .wp-caption.alignleft,
  .widget img.alignleft {
    margin: 0.5em 1.5em 1.5em 0;
  }

  .widget blockquote.alignright,
  .widget .wp-caption.alignright,
  .widget img.alignright {
    margin: 0.5em 0 1.5em 1.5em;
  }

  .widget blockquote.aligncenter,
  .widget .wp-caption.aligncenter,
  .widget img.aligncenter {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
  }

  .widget .wp-caption.alignleft,
  .widget .wp-caption.alignright,
  .widget .wp-caption.aligncenter {
    margin-bottom: 1em;
  }

  /*.widget-title {*/
  /*margin: 0 0 1.5em;*/
  /*}*/
  .widget_calendar td,
  .widget_calendar th {
    line-height: 2.9286;
  }

  .widget_calendar caption {
    margin: 0 0 1.5em;
  }

  .widget_archive li,
  .widget_categories li,
  .widget_links li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_pages li,
  .widget_recent_comments li,
  .widget_recent_entries li {
    padding: 0.9643em 0;
  }

  .widget_categories .children,
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    margin: 0.9643em 0 0 1em;
    padding-top: 0.9643em;
  }

  .widget_rss li {
    margin-bottom: 1.5em;
  }

  .widget_rss .rss-date,
  .widget_rss cite {
    line-height: 1.75;
  }

  .post-thumbnail {
    margin-bottom: 3em;
  }

  .entry-title,
  .widecolumn h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }

  .entry-content h1,
  .entry-summary h1,
  .page-content h1,
  .comment-content h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
  }

  .entry-content h2,
  .entry-summary h2,
  .page-content h2,
  .comment-content h2 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.2069;
    margin-top: 1.931em;
    margin-bottom: 0.9655em;
  }

  .entry-content h3,
  .entry-summary h3,
  .page-content h3,
  .comment-content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
    margin-top: 2.3333em;
    margin-bottom: 1.1667em;
  }

  .entry-content h4,
  .entry-summary h4,
  .page-content h4,
  .comment-content h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 2.8em;
    margin-bottom: 1.4em;
  }

  .entry-content h5,
  .entry-content h6,
  .entry-summary h5,
  .entry-summary h6,
  .page-content h5,
  .page-content h6,
  .comment-content h5,
  .comment-content h6 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2353;
    margin-top: 3.2941em;
    margin-bottom: 1.6471em;
  }

  .entry-content .more-link:after,
  .entry-summary .more-link:after {
    font-size: 24px;
    top: 2px;
  }

  .author-info {
    margin: 0 9.0909%;
    padding: 9.0909% 0;
  }

  .author-info .avatar {
    height: 42px;
    margin: 0 1.6471em 1.6471em 0;
    width: 42px;
  }

  .author-link:after {
    top: 3px;
  }

  .posted-on:before,
  .byline:before,
  .cat-links:before,
  .tags-links:before,
  .comments-link:before,
  .entry-format:before,
  .edit-link:before,
  .full-size-link:before {
    top: 3px;
  }

  .taxonomy-description {
    padding-top: 0.4118em;
  }

  .page-title,
  .comments-title,
  .comment-reply-title,
  .post-navigation .post-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
  }

  .page-links {
    margin-bottom: 1.4117em;
  }

  .page-links a,
  .page-links > span {
    margin: 0 0.2857em 0.2857em 0;
  }

  .entry-attachment {
    margin-bottom: 1.6471em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }

  .format-link .entry-title a:after {
    top: 0.0833em;
  }

  .comments-title {
    margin-bottom: 1.4em;
  }

  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 1.6471em 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 1.6471em;
  }

  .comment-list .children > li {
    padding-left: 1.2353em;
  }

  .comment-meta {
    position: relative;
  }

  .comment-author {
    margin-bottom: 0;
  }

  .comment-author .avatar {
    height: 42px;
    margin-right: 1.64705em;
    position: relative;
    top: 5px;
    width: 42px;
  }

  .comment-metadata .edit-link:before {
    top: 2px;
  }

  .pingback .edit-link:before {
    top: 6px;
  }

  .bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }

  .comment-content ul,
  .comment-content ol {
    margin-bottom: 1.6471em;
  }

  .comment-list .reply a {
    padding: 0.4286em 0.8571em;
  }

  .comment-form,
  .no-comments {
    padding-top: 1.6471em;
  }

  .comment-reply-title small a:before {
    top: -1px;
  }

  embed,
  iframe,
  object,
  video {
    margin-bottom: 1.6471em;
  }

  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1.6471em;
  }

  .wp-caption,
  .gallery {
    margin-bottom: 1.6471em;
  }

  .widecolumn .mu_alert {
    margin-bottom: 1.6471em;
  }

  .widecolumn p {
    margin: 1.6471em 0;
  }

  .widecolumn p + h2 {
    margin-top: 1.6em;
  }

  .widecolumn #key,
  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #blogname,
  .widecolumn .mu_register #user_name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: normal;
  }

  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #user_name {
    margin: 0 0 0.4117em;
  }
}

/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }

  button,
  input {
    line-height: normal;
  }

  p,
  address,
  pre,
  hr,
  ul,
  ol,
  dl,
  dd,
  table {
    margin-bottom: 1.6842em;
  }

  blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em;
  }

  blockquote p {
    margin-bottom: 1.8182em;
  }

  blockquote cite,
  blockquote small {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }

  pre {
    line-height: 1.2632;
  }

  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'],
  .post-password-form input[type='submit'],
  .widecolumn #submit,
  .widecolumn .mu_register input[type='submit'] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em;
  }

  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  textarea {
    padding: 0.5278em;
  }

  .main-navigation {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .main-navigation a {
    padding: 0.75em 0;
  }

  .main-navigation .menu-item-description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .social-navigation ul {
    margin-bottom: -1.2632em;
  }

  .social-navigation a {
    height: 2.5263em;
    width: 2.5263em;
  }

  .secondary-toggle {
    height: 64px;
    width: 64px;
  }

  .secondary-toggle:before {
    line-height: 62px;
    width: 62px;
  }

  .post-password-form label,
  .post-navigation .meta-nav,
  .comment-navigation,
  .image-navigation,
  .author-heading,
  .author-bio,
  .entry-footer,
  .page-links a,
  .page-links span,
  .comment-metadata,
  .pingback .edit-link,
  .comment-list .reply,
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .comment-form label,
  .form-allowed-tags,
  .site-info,
  .wp-caption-text,
  .gallery-caption,
  .entry-caption,
  .widecolumn label,
  .widecolumn .mu_register label {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .pagination .nav-links {
    min-height: 3.3684em;
  }

  .pagination .page-numbers {
    line-height: 3.3684em;
    padding: 0 0.8421em;
  }

  .pagination .prev,
  .pagination .next {
    height: 64px;
    padding: 0;
    width: 64px;
  }

  .pagination .prev:before,
  .pagination .next:before {
    height: 64px;
    line-height: 64px;
    width: 64px;
  }

  .image-navigation .nav-previous a:before,
  .image-navigation .nav-next a:after,
  .comment-navigation .nav-previous a:before,
  .comment-navigation .nav-next a:after {
    font-size: 24px;
    top: -1px;
  }

  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
    margin: 0.4211em 1.6842em 1.6842em 0;
  }

  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
    margin: 0.4211em 0 1.6842em 1.6842em;
  }

  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
    margin-top: 0.4211em;
    margin-bottom: 1.6842em;
  }

  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    margin-bottom: 1.2632em;
  }

  .site-branding {
    min-height: 3.7895em;
    padding-right: 74px;
  }

  .site-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }

  .site-description {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widget {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widget blockquote {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
    margin-bottom: 1.6842em;
    margin-left: -1.2632em;
    padding-left: 1.0526em;
  }

  .widget blockquote p {
    margin-bottom: 1.6842em;
  }

  .widget blockquote cite,
  .widget blockquote small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    line-height: 1.5;
  }

  .widget button,
  .widget input {
    line-height: normal;
  }

  .widget button,
  .widget input[type='button'],
  .widget input[type='reset'],
  .widget input[type='submit'] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em;
  }

  .widget input[type='text'],
  .widget input[type='email'],
  .widget input[type='url'],
  .widget input[type='password'],
  .widget input[type='search'],
  .widget textarea {
    padding: 0.75em;
  }

  .widget .wp-caption-text,
  .widget .gallery-caption {
    line-height: 1.5;
  }

  .widget_calendar td,
  .widget_calendar th {
    line-height: 2.9375;
  }

  .widget_archive li,
  .widget_categories li,
  .widget_links li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_pages li,
  .widget_recent_comments li,
  .widget_recent_entries li {
    padding: 0.7188em 0;
  }

  .widget_categories .children,
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    margin: 0.7188em 0 0 1em;
    padding-top: 0.7188em;
  }

  .widget_rss .rss-date,
  .widget_rss cite {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8462;
  }

  .post-thumbnail {
    margin-bottom: 2.9474em;
  }

  .entry-title,
  .widecolumn h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2308;
    margin-bottom: 1.2308em;
  }

  .entry-content h1,
  .entry-summary h1,
  .page-content h1,
  .comment-content h1 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2308;
    margin-top: 1.641em;
    margin-bottom: 0.8205em;
  }

  .entry-content h2,
  .entry-summary h2,
  .page-content h2,
  .comment-content h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .entry-content h3,
  .entry-summary h3,
  .page-content h3,
  .comment-content h3 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
    margin-top: 2.3704em;
    margin-bottom: 1.1852em;
  }

  .entry-content h4,
  .entry-summary h4,
  .page-content h4,
  .comment-content h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-top: 2.9091em;
    margin-bottom: 1.4545em;
  }

  .entry-content h5,
  .entry-content h6,
  .entry-summary h5,
  .entry-summary h6,
  .page-content h5,
  .page-content h6,
  .comment-content h5,
  .comment-content h6 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2632;
    margin-top: 3.3684em;
    margin-bottom: 1.6842em;
  }

  .entry-content .more-link:after,
  .entry-summary .more-link:after {
    top: 3px;
  }

  .author-info .avatar {
    height: 56px;
    margin: 0 1.6842em 1.6842em 0;
    width: 56px;
  }

  .author-link:after {
    font-size: 24px;
    top: 0;
  }

  .posted-on:before,
  .byline:before,
  .cat-links:before,
  .tags-links:before,
  .comments-link:before,
  .entry-format:before,
  .edit-link:before,
  .full-size-link:before {
    top: 4px;
  }

  .taxonomy-description {
    padding-top: 0.4211em;
  }

  .page-title,
  .comments-title,
  .comment-reply-title,
  .post-navigation .post-title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
  }

  .page-links {
    margin-bottom: 1.4736em;
  }

  .page-links a,
  .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }

  .entry-attachment {
    margin-bottom: 1.6842em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-bottom: 1.4545em;
  }

  .format-link .entry-title a:after {
    top: 0.125em;
  }

  .comments-title {
    margin-bottom: 1.4545em;
  }

  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 1.6842em 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 1.6842em;
  }

  .comment-list .children > li {
    padding-left: 1.4737em;
  }

  .comment-author .avatar {
    height: 56px;
    margin-right: 1.6842em;
    top: 3px;
    width: 56px;
  }

  .comment-metadata {
    line-height: 2;
  }

  .comment-metadata .edit-link:before {
    top: 8px;
  }

  .pingback .edit-link:before {
    top: 8px;
  }

  .bypostauthor > article .fn:after {
    top: 8px;
  }

  .comment-content ul,
  .comment-content ol {
    margin-bottom: 1.6842em;
  }

  .comment-list .reply a {
    padding: 0.4375em 0.875em;
  }

  .comment-form,
  .no-comments {
    padding-top: 1.6842em;
  }

  embed,
  iframe,
  object,
  video {
    margin-bottom: 1.6842em;
  }

  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 1.6842em;
  }

  .wp-caption,
  .gallery {
    margin-bottom: 1.6842em;
  }

  .widecolumn .mu_alert {
    margin-bottom: 1.6842em;
  }

  .widecolumn p {
    margin: 1.6842em 0;
  }

  .widecolumn p + h2 {
    margin-top: 1.641em;
  }

  .widecolumn #key,
  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #blogname,
  .widecolumn .mu_register #user_name {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #user_name {
    margin: 0 0 0.421em;
  }
}

/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
  body:before {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    content: '';
    display: none;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 29.4118%;
    z-index: 0;
    /* Fixes flashing bug with scrolling on Safari */
  }

  .site {
    margin: 0 auto;
    max-width: 1403px;
  }

  .sidebar {
    float: left;
    margin-right: -100%;
    max-width: 413px;
    position: relative;
    width: 29.4118%;
  }

  .secondary {
    background-color: transparent;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
  }

  .site-main {
    padding: 8.3333% 0;
  }

  .site-content {
    display: block;
    float: left;
    margin-left: 29.4118%;
    width: 70.5882%;
  }

  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  p,
  address,
  pre,
  hr,
  ul,
  ol,
  dl,
  dd,
  table {
    margin-bottom: 1.6em;
  }

  blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    margin-left: -1.3333em;
    padding-left: 1.1111em;
  }

  blockquote cite,
  blockquote small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  pre {
    line-height: 1.2;
  }

  button,
  input,
  select,
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  button,
  input {
    line-height: normal;
  }

  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'],
  .post-password-form input[type='submit'],
  .widecolumn #submit,
  .widecolumn .mu_register input[type='submit'] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
  }

  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  textarea {
    padding: 0.375em;
  }

  .main-navigation {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 20% 20%;
  }

  .main-navigation a {
    padding: 0.5em 0;
  }

  .main-navigation .menu-item-has-children > a {
    padding-right: 30px;
  }

  .main-navigation .menu-item-description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .dropdown-toggle {
    height: 24px;
    width: 24px;
  }

  .dropdown-toggle:after {
    font-size: 16px;
    line-height: 24px;
    width: 24px;
  }

  .social-navigation {
    margin: 0 20% 20%;
  }

  .social-navigation ul {
    margin-bottom: -1.6em;
  }

  .social-navigation li {
    width: 25%;
  }

  .social-navigation a {
    height: 3.2em;
  }

  .secondary-toggle {
    display: none;
  }

  .post-password-form label,
  .post-navigation .meta-nav,
  .comment-navigation,
  .image-navigation,
  .author-heading,
  .author-bio,
  .entry-footer,
  .page-links a,
  .page-links span,
  .comment-metadata,
  .pingback .edit-link,
  .comment-list .reply,
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .comment-form label,
  .form-allowed-tags,
  .site-info,
  .wp-caption-text,
  .gallery-caption,
  .entry-caption,
  .widecolumn label,
  .widecolumn .mu_register label {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .post-navigation {
    margin: 8.3333% 8.3333% 0;
  }

  .post-navigation a {
    padding: 5% 10%;
  }

  .pagination {
    margin: 1% 0 0;
    margin-left: 64px;
  }

  .pagination .nav-links {
    min-height: 3.2em;
  }

  .pagination .page-numbers {
    line-height: 3.2em;
    padding: 0 0.8em;
  }

  .pagination .prev,
  .pagination .next {
    height: 48px;
    padding: 0;
    width: 48px;
  }

  .pagination .prev:before,
  .pagination .next:before {
    height: 48px;
    line-height: 48px;
    width: 48px;
  }

  .image-navigation .nav-previous a:before,
  .image-navigation .nav-next a:after,
  .comment-navigation .nav-previous a:before,
  .comment-navigation .nav-next a:after {
    font-size: 16px;
    top: 0;
  }

  .image-navigation {
    padding: 0 10%;
  }

  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
  }

  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
  }

  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
  }

  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    margin-bottom: 1.2em;
  }

  .site-header {
    background-color: transparent;
    border-bottom: 0;
    margin: 20% 0;
    padding: 0 20%;
  }

  .site-branding {
    min-height: 0;
    padding: 0;
  }

  .site-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
  }

  .site-description {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .widget {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 20%;
    padding: 0 20%;
  }

  .widget blockquote {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-left: -1.5em;
    padding-left: 1.1667em;
  }

  .widget blockquote p {
    margin-bottom: 1.5em;
  }

  .widget blockquote cite,
  .widget blockquote small {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .widget pre {
    padding: 0.5em;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .widget button,
  .widget input[type='button'],
  .widget input[type='reset'],
  .widget input[type='submit'] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.5417em 1.0833em;
  }

  .widget input[type='text'],
  .widget input[type='email'],
  .widget input[type='url'],
  .widget input[type='password'],
  .widget input[type='search'],
  .widget textarea {
    padding: 0.4583em;
  }

  .widget .wp-caption-text,
  .widget .gallery-caption {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .widget_calendar td,
  .widget_calendar th {
    line-height: 1.9167;
  }

  .widget_archive li,
  .widget_categories li,
  .widget_links li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_pages li,
  .widget_recent_comments li,
  .widget_recent_entries li {
    padding: 0.4583em 0;
  }

  .widget_categories .children,
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    margin: 0.4583em 0 0 1em;
    padding-top: 0.4583em;
  }

  .widget_rss .rss-date,
  .widget_rss cite {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .hentry,
  .page-header,
  .page-content {
    /*margin: 0 8.3333%;*/
  }

  .hentry {
    /*padding-top: 8.3333%;*/
  }

  .hentry + .hentry,
  .page-header + .hentry,
  .page-header + .page-content {
    margin-top: 7px;
  }

  .post-thumbnail {
    /*margin-bottom: 2.4em;*/
  }

  .entry-header {
    /*padding: 0 10%;*/
  }

  .entry-title,
  .widecolumn h2 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.1613;
    margin-bottom: 1.1613em;
  }

  .entry-content,
  .entry-summary {
    padding: 0 10% 10%;
  }

  .entry-content h1,
  .entry-summary h1,
  .page-content h1,
  .comment-content h1 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.1613;
    margin-top: 1.5484em;
    margin-bottom: 0.7742em;
  }

  .entry-content h2,
  .entry-summary h2,
  .page-content h2,
  .comment-content h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846;
    margin-top: 1.8462em;
    margin-bottom: 0.9231em;
  }

  .entry-content h3,
  .entry-summary h3,
  .page-content h3,
  .comment-content h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
    margin-top: 2.1818em;
    margin-bottom: 1.0909em;
  }

  .entry-content h4,
  .entry-summary h4,
  .page-content h4,
  .comment-content h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em;
  }

  .entry-content h5,
  .entry-content h6,
  .entry-summary h5,
  .entry-summary h6,
  .page-content h5,
  .page-content h6,
  .comment-content h5,
  .comment-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
  }

  .entry-content .more-link:after,
  .entry-summary .more-link:after {
    font-size: 16px;
    top: 5px;
  }

  .author-info {
    margin: 0 10%;
    padding: 10% 0;
  }

  .author-info .avatar {
    height: 36px;
    margin: 0 1.5em 1.5em 0;
    width: 36px;
  }

  .author-link:after {
    font-size: 16px;
    top: 1px;
  }

  .entry-footer {
    padding: 5% 10%;
  }

  .posted-on:before,
  .byline:before,
  .cat-links:before,
  .tags-links:before,
  .comments-link:before,
  .entry-format:before,
  .edit-link:before,
  .full-size-link:before {
    top: 0;
  }

  .page-header {
    padding: 4.1666% 8.3333%;
  }

  .page-content {
    padding: 8.3333%;
  }

  .taxonomy-description {
    padding-top: 0.4em;
  }

  .page-title,
  .comments-title,
  .comment-reply-title,
  .post-navigation .post-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
  }

  .page-links {
    margin-bottom: 1.3333em;
  }

  .page-links a,
  .page-links > span {
    margin: 0 0.3333em 0.3333em 0;
  }

  .entry-attachment {
    margin-bottom: 1.6em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-bottom: 1.3333em;
  }

  .format-link .entry-title a:after {
    top: 0;
  }

  .comments-area {
    margin: 8.3333% 8.3333% 0;
    padding: 8.3333%;
  }

  .comments-title {
    margin-bottom: 1.3333em;
  }

  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 1.6em 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 1.6em;
  }

  .comment-list .children > li {
    padding-left: 0.8em;
  }

  .comment-author {
    margin-bottom: 0.4em;
  }

  .comment-author .avatar {
    height: 24px;
    margin-right: 0.8em;
    top: 0;
    width: 24px;
  }

  .comment-metadata .edit-link:before {
    top: 3px;
  }

  .pingback .edit-link:before {
    top: 5px;
  }

  .bypostauthor > article .fn:after {
    top: 5px;
    left: 3px;
  }

  .comment-content ul,
  .comment-content ol {
    margin-bottom: 2em;
  }

  .comment-list .reply a {
    padding: 0.4167em 0.8333em;
  }

  .comment-form,
  .no-comments {
    padding-top: 1.6em;
  }

  .comment-reply-title small a:before {
    top: -3px;
  }

  .site-footer {
    float: left;
    margin: 0 0 0 35.2941%;
    padding: 0;
    width: 58.8235%;
  }

  .site-info {
    padding: 5% 10%;
  }

  embed,
  iframe,
  object,
  video {
    margin-bottom: 1.6em;
  }

  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 1.6em;
  }

  .wp-caption,
  .gallery {
    margin-bottom: 1.6em;
  }

  .widecolumn {
    margin: 8.3333%;
    padding: 8.3333%;
  }

  .widecolumn .mu_alert {
    margin-bottom: 1.6em;
  }

  .widecolumn p {
    margin: 1.6em 0;
  }

  .widecolumn p + h2 {
    margin-top: 1.5484em;
  }

  .widecolumn #key,
  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #blogname,
  .widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
  }
}

/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }

  button,
  input {
    line-height: normal;
  }

  p,
  address,
  pre,
  hr,
  ul,
  ol,
  dl,
  dd,
  table {
    margin-bottom: 1.6471em;
  }

  blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em;
  }

  blockquote p {
    margin-bottom: 1.75em;
  }

  blockquote cite,
  blockquote small {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }

  pre {
    line-height: 1.2353;
  }

  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'],
  .post-password-form input[type='submit'],
  .widecolumn #submit,
  .widecolumn .mu_register input[type='submit'] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8214em 1.5714em;
  }

  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  textarea {
    padding: 0.5em;
  }

  .main-navigation {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .main-navigation a {
    padding: 0.4643em 0;
  }

  .main-navigation .menu-item-has-children > a {
    padding-right: 34px;
  }

  .main-navigation .menu-item-description {
    line-height: 1.4583;
    margin-top: 0.25em;
  }

  .dropdown-toggle {
    height: 28px;
    width: 28px;
  }

  .dropdown-toggle:after {
    line-height: 28px;
    width: 28px;
  }

  .social-navigation ul {
    margin-bottom: -1.4706em;
  }

  .social-navigation li {
    width: 20%;
  }

  .social-navigation a {
    height: 2.8824em;
  }

  .post-password-form label,
  .post-navigation .meta-nav,
  .comment-navigation,
  .image-navigation,
  .author-heading,
  .author-bio,
  .entry-footer,
  .page-links a,
  .page-links span,
  .comment-metadata,
  .pingback .edit-link,
  .comment-list .reply,
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .comment-form label,
  .form-allowed-tags,
  .site-info,
  .wp-caption-text,
  .gallery-caption,
  .entry-caption,
  .widecolumn label,
  .widecolumn .mu_register label {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pagination .nav-links {
    min-height: 3.2941em;
  }

  .pagination .page-numbers {
    line-height: 3.2941em;
    padding: 0 0.8235em;
  }

  .pagination .prev,
  .pagination .next {
    height: 56px;
    padding: 0;
    width: 56px;
  }

  .pagination .prev:before,
  .pagination .next:before {
    height: 56px;
    line-height: 56px;
    width: 56px;
  }

  .image-navigation .nav-previous a:before,
  .image-navigation .nav-next a:after,
  .comment-navigation .nav-previous a:before,
  .comment-navigation .nav-next a:after {
    top: 2px;
  }

  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
    margin: 0.4118em 1.6471em 1.6471em 0;
  }

  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
    margin: 0.4118em 0 1.6471em 1.6471em;
  }

  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
    margin-top: 0.4118em;
    margin-bottom: 1.6471em;
  }

  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    margin-bottom: 1.2353em;
  }

  .site-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
  }

  .site-description {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .widget {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .widget blockquote {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.2143em;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .widget button,
  .widget input[type='button'],
  .widget input[type='reset'],
  .widget input[type='submit'] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.75em 1.5em;
  }

  .widget input[type='text'],
  .widget input[type='email'],
  .widget input[type='url'],
  .widget input[type='password'],
  .widget input[type='search'],
  .widget textarea {
    padding: 0.5em;
  }

  .widget .wp-caption-text,
  .widget .gallery-caption {
    line-height: 1.4583;
    padding: 0.5833em 0;
  }

  .widget_calendar caption {
    margin: 0 0 1.9286em;
  }

  .widget_calendar td,
  .widget_calendar th {
    line-height: 1.9286;
  }

  .widget_archive li,
  .widget_categories li,
  .widget_links li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_pages li,
  .widget_recent_comments li,
  .widget_recent_entries li {
    padding: 0.4643em 0;
  }

  .widget_categories .children,
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    margin: 0.4643em 0 0 1em;
    padding-top: 0.4643em;
  }

  .widget_rss .rss-date,
  .widget_rss cite {
    line-height: 1.75;
  }

  .post-thumbnail {
    margin-bottom: 2.4706em;
  }

  .entry-title,
  .widecolumn h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }

  .entry-content h1,
  .entry-summary h1,
  .page-content h1,
  .comment-content h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
  }

  .entry-content h2,
  .entry-summary h2,
  .page-content h2,
  .comment-content h2 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.2069;
    margin-top: 1.931em;
    margin-bottom: 0.9655em;
  }

  .entry-content h3,
  .entry-summary h3,
  .page-content h3,
  .comment-content h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
    margin-top: 2.3333em;
    margin-bottom: 1.1667em;
  }

  .entry-content h4,
  .entry-summary h4,
  .page-content h4,
  .comment-content h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 2.8em;
    margin-bottom: 1.4em;
  }

  .entry-content h5,
  .entry-content h6,
  .entry-summary h5,
  .entry-summary h6,
  .page-content h5,
  .page-content h6,
  .comment-content h5,
  .comment-content h6 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2353;
    margin-top: 3.2941em;
    margin-bottom: 1.6471em;
  }

  .entry-content .more-link:after,
  .entry-summary .more-link:after {
    font-size: 24px;
    top: 2px;
  }

  .author-info .avatar {
    height: 42px;
    margin: 0 1.6471em 1.6471em 0;
    width: 42px;
  }

  .author-link:after {
    top: 3px;
  }

  .posted-on:before,
  .byline:before,
  .cat-links:before,
  .tags-links:before,
  .comments-link:before,
  .entry-format:before,
  .edit-link:before,
  .full-size-link:before {
    top: 3px;
  }

  .taxonomy-description {
    padding-top: 0.4118em;
  }

  .page-title,
  .comments-title,
  .comment-reply-title,
  .post-navigation .post-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
  }

  .page-links {
    margin-bottom: 1.4117em;
  }

  .page-links a,
  .page-links > span {
    margin: 0 0.2857em 0.2857em 0;
  }

  .entry-attachment {
    margin-bottom: 1.6471em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }

  .format-link .entry-title a:after {
    top: 0.0833em;
  }

  .comments-title {
    margin-bottom: 1.4em;
  }

  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 1.6471em 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 1.6471em;
  }

  .comment-list .children > li {
    padding-left: 1.1667em;
  }

  .comment-author {
    margin-bottom: 0;
  }

  .comment-author .avatar {
    height: 42px;
    margin-right: 1.64705em;
    top: 5px;
    width: 42px;
  }

  .bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }

  .comment-metadata .edit-link:before {
    top: 6px;
  }

  .pingback .edit-link:before {
    top: 6px;
  }

  .comment-content ul,
  .comment-content ol {
    margin-bottom: 1.6471em;
  }

  .comment-list .reply a {
    padding: 0.4286em 0.8571em;
  }

  .comment-form,
  .no-comments {
    padding-top: 1.6471em;
  }

  .comment-reply-title small a:before {
    top: -1px;
  }

  embed,
  iframe,
  object,
  video {
    margin-bottom: 1.6471em;
  }

  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1.6471em;
  }

  .wp-caption,
  .gallery {
    margin-bottom: 1.6471em;
  }

  .widecolumn .mu_alert {
    margin-bottom: 1.6471em;
  }

  .widecolumn p {
    margin: 1.6471em 0;
  }

  .widecolumn p + h2 {
    margin-top: 1.6em;
  }

  .widecolumn #key,
  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #blogname,
  .widecolumn .mu_register #user_name {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #user_name {
    margin: 0 0 0.4117em;
  }
}

/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }

  button,
  input {
    line-height: normal;
  }

  p,
  address,
  pre,
  hr,
  ul,
  ol,
  dl,
  dd,
  table {
    margin-bottom: 1.6842em;
  }

  blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em;
  }

  blockquote p {
    margin-bottom: 1.8182em;
  }

  blockquote cite,
  blockquote small {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }

  pre {
    line-height: 1.2632;
  }

  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'],
  .post-password-form input[type='submit'],
  .widecolumn #submit,
  .widecolumn .mu_register input[type='submit'] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em;
  }

  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  textarea {
    padding: 0.5278em;
  }

  .main-navigation {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .main-navigation a {
    padding: 0.5em 0;
  }

  .main-navigation .menu-item-has-children > a {
    padding-right: 38px;
  }

  .main-navigation .menu-item-description {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5385;
    margin-top: 0.3077em;
  }

  .dropdown-toggle {
    height: 32px;
    top: 4px;
    width: 32px;
  }

  .dropdown-toggle:after {
    line-height: 32px;
    width: 32px;
  }

  .social-navigation ul {
    margin-bottom: -1.2632em;
  }

  .social-navigation a {
    height: 2.5263em;
  }

  .post-password-form label,
  .post-navigation .meta-nav,
  .comment-navigation,
  .image-navigation,
  .author-heading,
  .author-bio,
  .entry-footer,
  .page-links a,
  .page-links span,
  .comment-metadata,
  .pingback .edit-link,
  .comment-list .reply,
  .comment-notes,
  .comment-awaiting-moderation,
  .logged-in-as,
  .comment-form label,
  .form-allowed-tags,
  .site-info,
  .wp-caption-text,
  .gallery-caption,
  .entry-caption,
  .widecolumn label,
  .widecolumn .mu_register label {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .pagination .nav-links {
    min-height: 3.3684em;
  }

  .pagination .page-numbers {
    line-height: 3.3684em;
    padding: 0 0.8421em;
  }

  .pagination .prev,
  .pagination .next {
    height: 64px;
    padding: 0;
    width: 64px;
    background: #4f67ba;
  }

  .pagination .prev:before,
  .pagination .next:before {
    height: 64px;
    line-height: 64px;
    width: 64px;
  }

  .image-navigation .nav-previous a:before,
  .image-navigation .nav-next a:after,
  .comment-navigation .nav-previous a:before,
  .comment-navigation .nav-next a:after {
    font-size: 24px;
    top: -1px;
  }

  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
    margin: 0.4211em 1.6842em 1.6842em 0;
  }

  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
    margin: 0.4211em 0 1.6842em 1.6842em;
  }

  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
    margin-top: 0.4211em;
    margin-bottom: 1.6842em;
  }

  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    margin-bottom: 1.2632em;
  }

  .site-title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
  }

  .site-description {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widget {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widget blockquote {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 1.25em;
  }

  .widget blockquote cite,
  .widget blockquote small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8462;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .widget button,
  .widget input[type='button'],
  .widget input[type='reset'],
  .widget input[type='submit'] {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.8462em 1.6923em;
  }

  .widget input[type='text'],
  .widget input[type='email'],
  .widget input[type='url'],
  .widget input[type='password'],
  .widget input[type='search'],
  .widget textarea {
    padding: 0.5em;
  }

  .widget .wp-caption-text,
  .widget .gallery-caption {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5385;
    padding: 0.6154em 0;
  }

  .widget_calendar td,
  .widget_calendar th {
    line-height: 1.9375;
  }

  .widget_calendar caption {
    margin: 0 0 1.5em;
  }

  .widget_archive li,
  .widget_categories li,
  .widget_links li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_pages li,
  .widget_recent_comments li,
  .widget_recent_entries li {
    padding: 0.4688em 0;
  }

  .widget_categories .children,
  .widget_nav_menu .sub-menu,
  .widget_pages .children {
    margin: 0.4688em 0 0 1em;
    padding-top: 0.4688em;
  }

  .widget_rss .rss-date,
  .widget_rss cite {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8462;
  }

  .post-thumbnail {
    margin-bottom: 2.9474em;
  }

  .entry-title,
  .widecolumn h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2308;
    margin-bottom: 1.2308em;
  }

  .entry-content h1,
  .entry-summary h1,
  .page-content h1,
  .comment-content h1 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2308;
    margin-top: 1.641em;
    margin-bottom: 0.8205em;
  }

  .entry-content h2,
  .entry-summary h2,
  .page-content h2,
  .comment-content h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .entry-content h3,
  .entry-summary h3,
  .page-content h3,
  .comment-content h3 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
    margin-top: 2.3704em;
    margin-bottom: 1.1852em;
  }

  .entry-content h4,
  .entry-summary h4,
  .page-content h4,
  .comment-content h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-top: 2.9091em;
    margin-bottom: 1.4545em;
  }

  .entry-content h5,
  .entry-content h6,
  .entry-summary h5,
  .entry-summary h6,
  .page-content h5,
  .page-content h6,
  .comment-content h5,
  .comment-content h6 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2632;
    margin-top: 3.3684em;
    margin-bottom: 1.6842em;
  }

  .entry-content .more-link:after,
  .entry-summary .more-link:after {
    top: 3px;
  }

  .author-info .avatar {
    height: 56px;
    margin: 0 1.6842em 1.6842em 0;
    width: 56px;
  }

  .author-link:after {
    font-size: 24px;
    top: 0;
  }

  .posted-on:before,
  .byline:before,
  .cat-links:before,
  .tags-links:before,
  .comments-link:before,
  .entry-format:before,
  .edit-link:before,
  .full-size-link:before {
    top: 10px;
  }

  .taxonomy-description {
    padding-top: 0.4211em;
  }

  .page-title,
  .comments-title,
  .comment-reply-title,
  .post-navigation .post-title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
  }

  .page-links {
    margin-bottom: 1.4736em;
  }

  .page-links a,
  .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }

  .entry-attachment {
    margin-bottom: 1.6842em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-bottom: 1.4545em;
  }

  .format-link .entry-title a:after {
    top: 3px;
  }

  .comments-title {
    margin-bottom: 1.4545em;
  }

  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 1.6842em 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 1.6842em;
  }

  .comment-list .children > li {
    padding-left: 1.4737em;
  }

  .comment-author .avatar {
    height: 56px;
    margin-right: 1.6842em;
    top: 3px;
    width: 56px;
  }

  .bypostauthor > article .fn:after {
    top: 8px;
  }

  .comment-metadata .edit-link:before {
    top: 8px;
  }

  .pingback .edit-link:before {
    top: 8px;
  }

  .comment-content ul,
  .comment-content ol {
    margin-bottom: 1.6842em;
  }

  .comment-list .reply a {
    padding: 0.4375em 0.875em;
  }

  .comment-form,
  .no-comments {
    padding-top: 1.6842em;
  }

  embed,
  iframe,
  object,
  video {
    margin-bottom: 1.6842em;
  }

  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 1.6842em;
  }

  .wp-caption,
  .gallery {
    margin-bottom: 1.6842em;
  }

  .widecolumn .mu_alert {
    margin-bottom: 1.6842em;
  }

  .widecolumn p {
    margin: 1.6842em 0;
  }

  .widecolumn p + h2 {
    margin-top: 1.641em;
  }

  .widecolumn #key,
  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #blogname,
  .widecolumn .mu_register #user_name {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .widecolumn .mu_register #blog_title,
  .widecolumn .mu_register #user_email,
  .widecolumn .mu_register #user_name {
    margin: 0 0 0.421em;
  }
}

/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
  body:before {
    /*width: -webkit-calc(50% - 289px);*/
    /*width: calc(50% - 289px);*/
  }
}

/**
 * 17.0 Print
 */

@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
  }

  .secondary-toggle,
  .navigation,
  .page-links,
  .edit-link,
  #reply-title,
  .comment-form,
  .comment-edit-link,
  .comment-list .reply a,
  button,
  input,
  textarea,
  select,
  .widecolumn form,
  .widecolumn .mu_register form {
    display: none;
  }

  .site-header,
  .site-footer,
  .hentry,
  .entry-footer,
  .page-header,
  .page-content,
  .comments-area,
  .widecolumn {
    background: none !important;
    /* Make sure color schemes dont't affect to print */
  }

  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .site-title a,
  .site-description,
  .post-title,
  .author-heading,
  .entry-footer,
  .entry-footer a,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .no-comments,
  .site-info,
  .site-info a,
  .wp-caption-text,
  .gallery-caption {
    color: #000 !important;
    /* Make sure color schemes don't affect to print */
  }

  pre,
  abbr[title],
  table,
  th,
  td,
  .site-header,
  .site-footer,
  .hentry + .hentry,
  .author-info,
  .page-header,
  .comments-area,
  .comment-list + .comment-respond,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #eaeaea !important;
    /* Make sure color schemes don't affect to print */
  }

  .site {
    margin: 0 7.6923%;
  }

  .sidebar {
    position: relative !important;
    /* Make sure sticky sidebar doesn't affect to print */
  }

  .site-branding {
    padding: 0;
  }

  .site-header {
    padding: 7.6923% 0;
  }

  .site-description {
    display: block;
  }

  .hentry + .hentry {
    margin-top: 7.6923%;
  }

  .hentry.has-post-thumbnail {
    padding-top: 7.6923%;
  }

  .sticky-post {
    background: #000 !important;
    color: #fff !important;
  }

  .entry-header,
  .entry-footer {
    padding: 0;
  }

  .entry-content,
  .entry-summary {
    padding: 0 0 7.6923%;
  }

  .post-thumbnail img {
    margin: 0;
  }

  .author-info {
    margin: 0;
  }

  .page-content {
    padding: 7.6923% 0 0;
  }

  .page-header {
    padding: 3.84615% 0;
  }

  .comments-area {
    border: 0;
    padding: 7.6923% 0 0;
  }

  .site-footer {
    margin-top: 7.6923%;
    padding: 3.84615% 0;
  }

  .widecolumn {
    margin: 7.6923% 0 0;
    padding: 0;
  }
}

/**
 * 999.0 - Custom styles
 */

body {
  font-family: 'SegoeUIRegular', sans-serif;
}

.justify {
  text-align: justify;
  margin: 0 auto;
  /* Обнуляем для родителя*/
  line-height: 0;
  font-size: 1px;
  /* 1px для Opera */
  text-justify: newspaper;
  width: 100%;
  zoom: 1;
  padding: 0;
}

.justify:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.justify > li {
  height: initial;
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 4px;
  line-height: normal;
  vertical-align: top;
}

.top-menu {
  background: #4f67ba;
}

.top-navigation {
  max-width: 1020px;
  margin: 0 auto;
}

.top-nav-menu.justify > li {
  text-align: center;
  font-size: 15px;
  padding: 0;
}

.uslugi-platnye {
  font-weight: bold;
  text-align: center;
}

.top-nav-menu.justify > li > a {
  padding: 11px 13px;
  display: inline-block;
  /*text-shadow: 0 0 0 black;*/
  width: 100%;
  outline: 0;
  font-weight: bold;
  color: #ffffff;
}

.top-phone,
.bottom-phone {
  color: #003366;
  font-weight: bold;
}

.top-nav-menu.justify > li > a:hover {
  background: #475b9f;
  text-decoration: none;
}

.current-menu-item > a {
  background: #475b9f;
}

.header-wrap {
  background: url(/wp-content/themes/auto/images/head-bg.png) repeat-x;
}

.logo-left {
  padding-left: 14px;
  display: inline-block;
}

.logo-block {
  padding-top: 11px;
}

.header {
  max-width: 1020px;
  margin: 0 auto;
  padding: 61px 0 5px;
  padding-left: 14px;
  background: url(/wp-content/themes/auto/images/steklo.png) center bottom no-repeat;
  position: relative;
}

.no-padding {
  padding: 0;
}

.site-desc {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
  color: #112c4c;
  font-family: arial;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}

.head-center-block {
  padding-left: 0;
}

.head-text table {
  margin: 0;
  border: 0;
  table-layout: auto;
  font-family: arial;
  font-size: 14px;
  color: #22262a;
  width: 89%;
}

.head-text table tr td:last-child {
  width: 1%;
  white-space: nowrap;
}

.head-text table td {
  border: 0;
  padding: 0;
}

.head-text table tr {
  border: 0;
  padding: 0;
}

.head-center {
  padding-right: 15px;
}

.logo-center {
  margin-top: -49px;
}

.head-text {
  font-size: 15px;
  line-height: 1.2;
  margin-top: 4px;
  text-shadow: 0 0 0 black;
  font-weight: bold;
}

.contacts-top {
  font-size: 18px;
  /*margin-left: -84px;*/
  text-shadow: 0 0 0 black;
  line-height: 1.3;
  margin-top: 20px;
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
  position: relative;
  z-index: 99;
}

.top-viber {
  margin-top: -6px;
}

.top-phone a,
.bottom-phone a {
  color: #003366;
  font-weight: bold;
}

.top-viber img {
  display: inline-block;
  vertical-align: middle;
  margin-right: -12px;
  padding-top: 4px;
}

.owl-caption h4,
.owl-caption p {
  position: relative;
  line-height: 1.2;
}

.foo-item a {
  margin: 0 !important;
}

.copyright {
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
}

.owl-page span {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #6f6f6f;
  border-radius: 50%;
  border: 1px solid black;
}

.owl-page {
  display: inline-block;
  padding: 2px;
}

.owl-controls {
  position: absolute;
  top: 0;
  right: 20px;
}

.owl-page.active span {
  background: #e1e1e1;
}

.owl-caption p {
  color: #e9e9e9;
  font-size: 12px;
  margin-bottom: 7px;
  margin-top: 8px;
}

.owl-caption h4 {
  font-size: 20px;
}

.purple-title .widget-title {
  text-align: center;
  background: #4f67ba;
  font-size: 36px;
  color: white;
  padding: 10px 0 16px;
  text-transform: none;
  font-weight: normal;
  margin: 0 0 20px 0;
  font-family: 'SegoeUILight';
}

.purple-title .textwidget {
  max-width: 946px;
  margin: 0 auto;
  font-size: 18px;
}

.fixed-online-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  z-index: 99;
}

.fixed-online-btn a {
  position: relative;
  display: inline-block;
}

.fixed-online-btn a:hover {
  text-decoration: none;
}

.fixed-online-btn a:hover span {
  /*left: 80px;*/
  text-indent: 0;
}

.fixed-online-btn span {
  transition: 0.5s all;
  /*left: -9999px;*/
  display: inline-block;
  /* position: absolute; */
  text-indent: -999px;
  font-weight: bold;
}

body {
  background: #fff;
}

.clock-wrap {
  position: absolute;
  left: 0;
  top: 0;
  -o-transform: translate(-50%, -180px) scale(0.5);
  -webkit-transform: translate(-50%, -180px) scale(0.5);
  -moz-transform: translate(-50%, -180px) scale(0.5);
  transform: translate(-50%, -180px) scale(0.5);
  background: transparent;
}

#clock {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 20px auto 0 auto;
  background: url(/wp-content/themes/auto/images/clockface.jpg);
  list-style: none;
  /*-webkit-transform: scale(0.5);*/
  /*-moz-transform: scale(0.5);*/
  /*-ms-transform: scale(0.5);*/
  /*-o-transform: scale(0.5);*/
  /*transform: scale(0.5);*/
}

#sec,
#min,
#hour {
  position: absolute;
  width: 30px;
  height: 600px;
  top: 0px;
  left: 285px;
}

#sec {
  background: url(/wp-content/themes/auto/images/sechand.png);
  z-index: 3;
}

#min {
  background: url(/wp-content/themes/auto/images/minhand.png);
  z-index: 2;
}

#hour {
  background: url(/wp-content/themes/auto/images/hourhand.png);
  z-index: 1;
}

.footer-wrap {
  background: url(/wp-content/themes/auto/images/head-bg.png) repeat-x;
  clear: both;
  /* border-top: 1px solid #4f67ba; */
  background-size: contain;
}

.footer {
  max-width: 946px;
  margin: 0 auto;
}

.footer .current-menu-item > a {
  background: none;
  color: #4f67ba;
}

ul#menu-podval {
  margin-bottom: 0;
  margin-top: 13px;
}

.footer-menu li {
  list-style: none;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
}

.accordion-title {
  font-weight: bold;
  cursor: pointer;
  color: #083a5d;
}

.page-wrap .helvetica p {
  font-family: Helvetica, serif;
  font-size: medium;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0;
  margin-top: 6px;
}

.bottom-email,
.bottom-viber,
.contacts-bottom {
  font-size: 14px;
}

.rezhim {
  position: absolute;
  top: 12px;
  right: 23px;
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 12px;
  font-family: arial;
  /*text-decoration: underline;*/
  color: #cf0000;
  z-index: 99;
}

.rezhim a {
  position: relative;
  text-decoration: underline;
  color: #cf0000;
}

a.rezhim-mobile {
  color: #fff;
  font-size: 12px;
  margin-left: 9px;
  text-decoration: underline;
}

.header .row {
  position: relative;
}

.bottom-viber {
  margin-top: -11px;
}

.bottom-email {
  margin-top: 6px;
}

.footer-center {
  padding: 11px 0 7px;
}

.contacts-bottom {
  margin-top: 34px;
}

.bottom-phone {
  line-height: 1.3;
}

.map-contacts {
  background: rgba(124, 95, 170, 0.68);
  position: absolute;
  top: 96px;
  color: white;
  font-size: 18px;
  left: 26%;
  padding: 10px 35px;
  border-radius: 8px;
}

.map-block .so-panel {
  margin-bottom: 0 !important;
}

.garanty-block {
  text-align: center;
  font-size: 36px;
  text-shadow: 0 0 0 black;
  /*padding: 20px 0;*/
  /*background: #dfdfdf;*/
}

.content {
  max-width: 946px;
  margin: 0 auto;
}

img.aligncenter.size-full.wp-image-458 {
  margin-bottom: 0.5em;
}

.sow-icon-image {
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: initial !important;*/
}

.features-block {
  max-width: 623px;
  margin: 0 auto;
}

.purple-heading {
}

.partners-block {
  max-width: 954px;
  margin: 0 auto;
}

.row-title {
  font-size: 36px;
}

.how-we-work {
  max-width: 946px;
  margin: 0 auto;
}

.how-we-work .sow-features-list .sow-features-feature {
  padding: 0 13px;
}

.how-we-work .sow-icon-image:after {
  display: none;
  position: absolute;
  height: 42px;
  width: 22px;
  background: url(/wp-content/themes/auto/images/purple-arrow-2.png) no-repeat;
  content: '';
  left: 100%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.how-we-work .sow-features-feature:last-child .sow-icon-image:after {
  display: none;
}

a.link-button {
  display: block;
  padding: 13px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  background: #fbfbfb;
  min-height: 87px;
  box-sizing: content-box;
}

a.link-button:hover {
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}

.blog a {
  color: #048dff;
}

span.button-desc {
  display: block;
  font-size: 14px;
}

span.button-title {
  font-size: 24px;
}

span.button-title strong {
  color: #4f67ba;
}

.left-border-link a.link-button {
  border-left: 5px solid #4f67ba;
  margin-right: 25px;
}

.right-border-link a.link-button {
  border-right: 5px solid #4f67ba;
  margin-left: 25px;
  text-align: right;
}

.devby {
  padding-top: 12px;
}

.devby a {
  text-decoration: none;
  outline: 0;
}

.devby a:visited,
.devby a:active {
  outline: 0;
}

.devby span {
  vertical-align: middle;
}

.devby img {
  vertical-align: middle;
}

.car-bg {
  background: url(/wp-content/themes/auto/images/car-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0 !important;
}

.car-bg a {
  display: inline-block;
  background: url(/wp-content/themes/auto/images/carbg-link.png);
  min-width: 357px;
  padding: 18px 28px;
  font-size: 24px;
  border-radius: 6px;
  margin: 23px 0;
  line-height: 1.3;
  border: 1px solid black;
  font-weight: 700;
}

.car-bg a:hover {
  border-bottom: 1px solid black;
}

.carbg-left {
  text-align: right;
  padding-right: 80px;
}

.carbg-right {
  padding-left: 80px;
}

.carbg-left a {
  text-align: left;
}

.carbg-right a {
  text-align: right;
}

.vkurse-block {
  background: url(/wp-content/themes/auto/images/vkurse-bg.png);
  padding: 20px;
  border: 1px solid #d1c7e1;
  border-radius: 5px;
}

.vkurse-block ul.menu {
}

.vkurse-block ul.menu {
  text-align: justify;
  margin: 0 auto;
  /* Обнуляем для родителя*/
  line-height: 0;
  font-size: 1px;
  /* 1px для Opera */
  text-justify: newspaper;
  width: 100%;
  zoom: 1;
  padding: 0;
}

.vkurse-block ul.menu:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.vkurse-block ul.menu > li {
  width: 31%;
  height: initial;
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 4px;
  line-height: normal;
  vertical-align: top;
  border: 0;
  padding-left: 21px;
  margin-bottom: 24px;
}

.vkurse-block ul.menu > li:before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #4f67ba;
  left: 0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vkurse-block a {
  font-size: 14px;
  border: 0;
  text-shadow: 0 0 0 black;
}

.vkurse-block .bold a {
  font-size: 16px;
  font-weight: bold;
}

.vkurse-block ul.menu a:hover {
  border: 0;
}

.page-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: 'SegoeUILight';
  padding: 20px 0;
}

.lastnews h3 {
  font-size: 35px;
}

.lastnews-date {
  color: #848383;
}

.lastnews-body {
  /* border-bottom: 1px solid; */
  margin-bottom: 18px;
  padding-top: 9px;
}

table.table-center {
  table-layout: auto;
  width: 80%;
  line-height: 1.2;
  font-family: initial;
}

table.table-center td {
  text-align: center;
}

.page-wrap ul {
  margin: 20px 30px;
  line-height: 1.3;
}

.page-wrap ul li {
  /*list-style-type: none;*/
}

.page-wrap ol {
  margin: 0 35px;
}

.page-wrap p {
  font-size: 18px;
  margin-bottom: 13px;
  margin-top: 0px;
}

.page-wrap h3,
.page-wrap h4,
.page-wrap h5 {
  padding: 18px 0 10px;
  color: #572c9d;
}

.page-wrap {
  min-height: 350px;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
  display: block;
}

.blg1 {
  border-left: 15px solid #58a3f6;
  background: url(/wp-content/themes/auto/images/blg-icon1.png) right 50px center no-repeat #e1edfb;
  padding: 41px 37px 33px 44px;
}

.blg2 {
  background: url(/wp-content/themes/auto/images/blg2.png) left 50px center no-repeat #e1edfb;
  padding: 23px 37px 22px 44px;
  border: 1px solid #58a3f6;
  border-radius: 30px;
}

.blg2 p {
  float: right;
  width: 689px;
  max-width: 100%;
}

.blg1 p {
  width: 605px;
  max-width: 100%;
}

.page-id-1479 .content {
  max-width: 917px;
  margin: 0 auto;
}

label {
  cursor: pointer;
}

input.wpcf7-form-control {
  width: 300px;
  max-width: 100%;
  padding: 4px 5px;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-top: 20px;
  padding: 16px;
  background: #4f67ba;
}

span.required-star {
  color: #4f67ba;
}

.field-input {
  margin-bottom: 14px;
}

.field-label {
  font-weight: 700;
}

table.supsystic-table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-wrap table.dataTable {
  margin-top: 20px;
  margin-bottom: 20px;
}

body {
  word-wrap: break-word;
}

#pg-19-5,
#pg-19-14 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.new-year-header {
  color: #4f67ba;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
}

#map,
.yandex-map {
  font-family: 'Exo 2', 'SegoeUILight';
}

.blueBalloon {
  font-family: 'Exo 2', 'SegoeUILight';
  background: rgba(0, 86, 154, 0.85);
  position: relative;
  display: block;
  min-width: 230px;
  padding: 3px 17px;
  border-radius: 7px;
  color: #fff;
}

.zamena-prav {
  position: absolute;
  top: 74%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #d5d90e;
  color: #00569a;
  padding: 2px 10px;
  font-size: 18px;
  border-radius: 12px;
}

#scrollup {
  position: fixed;
  /* фиксированная позиция */
  opacity: 0.8;
  /* прозрачность */
  padding: 15px 10px 10px;
  /* отступы */
  background: #aaa;
  border-radius: 5px;
  /* скругление углов */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  right: 10px;
  /* отступ слева */
  bottom: 10px;
  /* отступ снизу */
  display: none;
  /* спрятать блок */
  cursor: pointer;
}

.textwidget .foo-item a {
  border-bottom: 0;
}

.panel-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fixed-online-btn a:hover span {
  /* left: 80px; */
  background: #fff;
  color: #000;
  padding: 7px 13px;
  border-radius: 12px;
}

.top-big-icons .sow-features-feature {
  background: url(/wp-content/themes/auto/images/feature-bg.png) center top no-repeat;
  min-height: 152px;
  padding-top: 18px !important;
}

.top-menu.fixed-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.admin-bar .top-menu.fixed-menu {
  top: 31px;
}

.confidence {
  font-style: italic;
  font-size: 16px;
  color: #94928e;
  padding: 10px 0 14px;
}

.entry-header {
  padding: 0 1.0909%;
}

@media (max-width: 1025px) and (min-width: 860px) {
  .top-big-icons .sow-features-feature {
    width: 19% !important;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    padding-top: 9px !important;
  }
}

@media (max-width: 560px) {
  .top-big-icons
    .sow-features-list.sow-features-responsive
    .sow-features-feature {
    width: 50% !important;
    float: left;
    margin-bottom: 40px;
    padding: 0;
  }

  .top-big-icons .textwidget {
    max-width: 188px;
    margin: 0 auto;
  }

  .clock-wrap {
    position: relative;
    left: 0;
    top: 0;
    -o-transform: translate(0, -13px) scale(1);
    -webkit-transform: translate(0, -13px) scale(1);
    -moz-transform: translate(0, -13px) scale(1);
    transform: translate(0, -13px) scale(1);
    background: transparent;
    zoom: 0.5;
  }
}

.hide-admin {
  display: none;
}

.top-big-icons {
  max-width: 905px;
  margin: 0 auto;
}

.top-big-icons .sow-features-list .sow-features-feature .sow-icon-container {
  background: none;
  color: rgba(0, 0, 0, 0) !important;
}

.top-big-icons .sow-features-list .sow-features-feature h5 {
  margin: 0;
  font-size: 14px;
}

.top-big-icons .sow-features-feature h5 a {
  border-bottom: 0;
  color: black;
}

.pop-serv-wrap {
  max-width: 950px;
  padding: 16px 15px;
  margin: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(211, 219, 229);
  border-radius: 5px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(224, 235, 245) 0%,
    rgb(245, 249, 252) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(224, 235, 245) 0%,
    rgb(245, 249, 252) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(224, 235, 245) 0%,
    rgb(245, 249, 252) 100%
  );
}

.justify.popular-services > li {
  width: 32%;
  border-bottom: 1px solid #d3dbe5;
  margin-bottom: 4px;
  min-height: 61px;
}

ul.justify.popular-services div {
  position: relative;
}

.pop-serv-header {
  color: #057ac2;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'SegoeUIBold';
  padding-left: 10px;
  padding-bottom: 8px;
}

.popular-services img {
  padding-left: 8px;
}

.popular-services span {
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 6px;
  float: left;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.justify.popular-services a {
  border-bottom: 0;
}

.blog-home-page li {
  font-size: 16px;
  width: 49%;
  text-align: left;
  margin-bottom: 23px;
}

.blog-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 23px;
}

.blog-home-page {
  padding-top: 33px;
}

.blog-home-page img {
  /*width: 100px;*/
  display: inline-block;
  border-radius: 14px;
  float: left;
  overflow: hidden;
  margin-right: 16px;
  margin-top: -9px;
}

a.soua-accordion-title {
  border-radius: 5px;
  -webkit-box-shadow: #cecece 0px 1px 3px;
  -moz-box-shadow: #cecece 0px 1px 3px;
  box-shadow: #cecece 0px 1px 3px;
  background-color: #f4f8fa !important;
  border: 1px solid #f5fafc;
  padding: 15px 20px;
  display: block;
  color: #2885b6 !important;
  line-height: 1.2 !important;
}

@media all and (min-width: 1100px) {
  .how-we-work .sow-icon-image:after {
    display: block;
  }
}

@media all and (max-width: 560px) {
  .logo-left {
    text-align: center;
  }

  .blog-home-page li {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .blog-home-page img {
    height: auto;
    width: auto;
    display: block;
  }

  .site-desc {
    text-align: center;
  }

  .logo-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .head-text {
    text-align: left;
    padding-left: 10px;
  }

  .justify.popular-services > li {
    width: 49%;
    border-bottom: 1px solid #d3dbe5;
    margin-bottom: 4px;
    min-height: 61px;
  }

  .contacts-top {
    font-size: 16px;
    margin-left: 0;
    text-shadow: 0 0 0 black;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }

  .top-nav-menu.justify > li {
    width: 49%;
    text-align: center;
    font-size: 15px;
    padding: 0;
  }

  .top-nav-menu.justify > li > a {
    padding: 10px 0;
    font-size: 13px;
  }

  .owl-caption {
    position: relative;
  }

  .purple-title .widget-title {
    font-size: 29px;
  }

  .purple-title .textwidget {
    font-size: 15px;
    padding: 0 10px;
  }

  .left-border-link a.link-button {
    margin-right: 0;
  }

  .right-border-link a.link-button {
    margin-left: 0;
  }

  .car-bg a {
    display: block;
    min-width: initial;
    width: 100%;
    padding: 18px 28px;
    font-size: 20px;
    margin: 0;
  }

  .carbg-left {
    text-align: right;
    padding-right: 0;
  }

  .carbg-right {
    padding-left: 0;
  }

  .vkurse-block ul.menu > li {
    width: 100%;
    padding: 4px;
    padding-left: 21px;
    margin-bottom: 12px;
  }

  .bottom-email,
  .bottom-viber {
    text-align: center;
  }

  .map-contacts {
    top: 0;
    left: 0;
  }

  .sow-features-list.sow-features-responsive .sow-features-feature {
    width: 100% !important;
    float: none;
    margin-bottom: 40px;
    padding: 0;
  }

  .sow-features-list {
    margin: 0;
    zoom: 1;
  }

  .sow-features-list {
    margin: 0 !important;
  }

  .so-widget-sow-image-grid-default-f12729781426 .sow-image-grid-wrapper {
    padding-top: 18px;
    margin: 0 !important;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .page-wrap {
    padding: 5px 10px;
  }

  .page-wrap p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 13px;
  }

  .page-wrap ul {
    margin: 0;
    line-height: 1.3;
  }
}

@media all and (min-width: 560px) and (max-width: 1025px) {
  .logo-left {
    text-align: center;
  }

  .site-desc {
    text-align: left;
  }

  .head-text table {
    width: 97%;
  }

  .header-wrap {
    background-size: cover;
  }

  .contacts-top {
    font-size: 18px;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .head-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .left-border-link {
    text-align: center;
  }

  a.link-button {
    border-left: 5px solid #4f67ba;
    border-right: 5px solid #4f67ba;
    margin: 0;
  }

  .right-border-link a.link-button {
    margin-left: 0;
    text-align: center;
  }

  .left-border-link a.link-button {
    border-left: 5px solid #4f67ba;
    margin-right: 0;
  }

  .purple-title .textwidget {
    padding: 16px;
  }

  .carbg-left {
    text-align: center;
    padding-right: 0;
  }

  .carbg-left a,
  .carbg-right a {
    text-align: center;
  }

  .car-bg a {
    margin: 2px 0;
    text-align: center;
    padding: 7px 28px;
  }

  .sow-features-feature {
    width: 32% !important;
    display: inline-block;
    float: none !important;
    vertical-align: top;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .sow-features-list {
    margin: 0 !important;
    zoom: 1;
  }

  .sow-image-grid-wrapper {
    margin: 0 !important;
  }

  .contacts-bottom {
    margin-top: 0;
    text-align: center;
  }

  .page-wrap {
    padding: 0 20px;
  }

  .carbg-right {
    padding-left: 0;
    text-align: center;
  }
}

.owl-theme .owl-controls {
  margin-top: 3px;
}

.flag {
  position: absolute;
  left: 100%;
  top: 0;
  width: 279px;
  height: 185px;
  background: url(/wp-content/themes/auto/images/flag.png) no-repeat;
  -webkit-transform: translate(-152px, -8px);
  transform: translate(-152px, -8px);
}

@media all and (max-width: 560px) {
  .carbg-right {
    padding-left: 0;
    text-align: center;
    margin-top: -30px;
  }

  .right-border-link {
    margin-top: -30px;
  }
}

.footer-socicons {
  padding-top: 4px;
}

.otzyvy-widjet a {
  background: #4f67ba;
  padding: 3px 20px 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 16px;
  color: #fff;
}

.sa_hover_container {
  display: inline-block;
  position: relative;
}

.sa_hover_buttons {
  display: inline-block;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.sa_hover_buttons a {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  /* left: 0; */
}

.sa_hover_container img {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  /*width: 381px !important;*/
}

body
  .white
  .sa_owl_theme
  .owl-item
  .sa_hover_container
  .always_visible
  .sa_slide_link_icon,
body
  .white
  .sa_owl_theme
  .owl-item
  .sa_hover_container:hover
  .sa_hover_buttons
  .sa_slide_link_icon {
  background: none !important;
}

body
  .white
  .sa_owl_theme
  .owl-item
  .sa_hover_container:hover
  .sa_hover_buttons
  .sa_slide_link_icon:hover,
body
  .white
  .sa_owl_theme
  .owl-item
  .sa_hover_container:hover
  .sa_hover_buttons
  .sa_popup_zoom_icon:hover,
.white
  .sa_owl_theme
  .owl-item
  .sa_hover_container:hover
  .sa_hover_buttons
  .sa_popup_video_icon:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.white .owl-item {
  text-align: center;
}

@media all and (min-width: 360px) and (max-width: 560px) {
  .features-block
    .sow-features-list.sow-features-responsive
    .sow-features-feature {
    width: 49% !important;
    float: left;
    margin-bottom: 0;
  }

  .features-block .sow-features-list .sow-features-clear {
    clear: none;
  }

  .header-wrap {
    background-size: cover;
  }
}

@media all and (min-width: 200px) and (max-width: 560px) {
  .header {
    padding: 5px 0 5px;
    background: none;
  }
}

@media all and (max-width: 700px) {
  .vkurse-block ul.menu > li {
    width: initial;
  }

  .uptl_container {
    /*display: none;*/
  }

  .footer-socicons {
    text-align: center;
  }

  .menu-podval-container {
    text-align: center;
  }
}

@media all and (min-width: 500px) and (max-width: 700px) {
  .vkurse-block ul.menu > li {
    width: 49%;
  }
}

@media all and (min-width: 1315px) {
  /*.header-wrap {*/
  /*background: url(/wp-content/themes/auto/images/head-flag.png) no-repeat 81% top , url(/wp-content/themes/auto/images/head-bg.png) repeat-x;*/
  /*}*/
  .flag2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 279px;
    height: 185px;
    background: url(/wp-content/themes/auto/images/flag.png) no-repeat;
    -webkit-transform: translate(-152px, -3px);
    transform: translate(-152px, -3px);
  }
}

@media all and (min-width: 992px) and (max-width: 1025px) {
  /*.header-wrap {*/
  /*background: url(/wp-content/themes/auto/images/head-flag.png) no-repeat 81% top , url(/wp-content/themes/auto/images/head-bg.png) repeat-x;*/
  /*}*/
  .flag {
    position: absolute;
    left: 100%;
    top: -14px;
    width: 142px;
    height: 185px;
    background: url(/wp-content/themes/auto/images/flag.png) no-repeat;
    -webkit-transform: translate(-142px, 11px);
    transform: translate(-142px, 11px);
  }

  .rezhim {
    font-size: 12px;
  }

  .moscow-phones {
    font-size: 14px;
  }
}

@media all and (max-width: 992px) {
  .flag {
    display: none;
  }
}

@media all and (max-width: 400px) {
  .right-border-link a.link-button {
    margin-left: 0;
    text-align: left;
    border-right: 0;
    border-left: 5px solid #4f67ba;
  }

  .header-wrap {
    background-size: cover;
  }

  .right-border-link {
    margin-top: 0;
    text-align: left;
  }

  .justify.popular-services > li {
    width: 99%;
    border-bottom: 1px solid #d3dbe5;
    margin-bottom: 4px;
    min-height: 61px;
  }

  .carbg-right a {
    text-align: left;
  }

  .vkurse-block ul.menu > li {
    width: 100%;
  }

  .contacts-bottom {
    margin-top: 34px;
    text-align: center;
  }

  .site-desc {
    font-size: 9px;
    line-height: 1.2;
    margin-top: 4px;
  }
}

@media all and (max-width: 1300px) {
  .header-wrap {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media all and (min-width: 1600px) {
  .sa_hover_container img {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: 381px !important;
  }
}
/* font-family: "SegoeUIRegular"; */
@font-face{
    font-family: "SegoeUIRegular";src:url(/wp-content/themes/auto/css/../fonts/SegoeUIRegular/SegoeUIRegular.woff) format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "SegoeUIBold"; */
@font-face{
    font-family: "SegoeUIBold";src:url(/wp-content/themes/auto/css/../fonts/SegoeUIBold/SegoeUIBold.woff) format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "SegoeUIItalic"; */
@font-face{
    font-family: "SegoeUIItalic";src:url(/wp-content/themes/auto/css/../fonts/SegoeUIItalic/SegoeUIItalic.woff) format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "SegoeUILight"; */
@font-face{
    font-family: "SegoeUILight";src:url(/wp-content/themes/auto/css/../fonts/SegoeUILight/SegoeUILight.woff) format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "SegoeUISemiBold"; */
@font-face{
    font-family: "SegoeUISemiBold";src:url(/wp-content/themes/auto/css/../fonts/SegoeUISemiBold/SegoeUISemiBold.woff) format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face{
    font-family: 'motor4f';src:url(/wp-content/themes/auto/css/../fonts/motor4f-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list {
    background: #fff url(/wp-content/themes/auto/slick2/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face{font-display:swap;
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;src:url(/wp-content/themes/auto/slick2/fonts/slick.woff) format('woff');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.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: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* SLIMBOX */
.pic-thumb{display:none;}
.album h2 {display: none;}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/wp-content/themes/auto/css/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/wp-content/themes/auto/css/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/wp-content/themes/auto/css/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/wp-content/themes/auto/css/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.post-ratings-text {
    display: none !important;
}
.blog-nav-menu li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
}
.blog-nav-menu a {
    list-style-type: none;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid rgba(236, 227, 227, 0.83);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    transition: all 0.3s;
}
.blog-nav-menu .current-menu-item > a,
.blog-nav-menu  a:hover{
    background: #475b9f;
    color: #fff;
}
.blog-nav-menu {
    margin-bottom: 0;
}
.blog-menu {
    border-bottom: 1px solid rgba(236, 227, 227, 0.83);
}
.blog-list-wrap {
    margin-top: 20px;
}
.news-date {
    font-family: sans-serif;
    font-size: 16px;
    color: black;
    display: inline-block;
    padding-left: 18px;
}
.post-ratings {
    display: inline-block;
    width: initial;
}
.post-views {
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    color: black;
    padding-left: 18px;
}
.post-views img{
    width: 22px;
    margin-top: -4px;
    display: inline-block;
}
.blog a {
    color: #475b9f;
}
.blog-meta {
    margin-bottom: 12px;
}
.blog-list-wrap .hentry {
    box-shadow: none;
    border-bottom: 1px solid rgba(236, 227, 227, 0.83);
    margin-top: 25px;
    /* margin: 0 7.6923%; */
}
.news-body {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 12px;
}
.blog-list-tags {
    padding-bottom: 20px;
    font-family: monospace;
}
.blog-header {
    padding: 26px 0;
}
span.blog-desc {
    font-size: 32px;
    vertical-align: bottom;
    padding-left: 20px;
}
.blog-top-block{
    padding: 20px 0;
    background: #475b9f;;
}
input.search-field {
    padding: 6px 20px;
}
.sidebar-block .widget {
     margin: 0;
     padding: 0;
 }
.sidebar-block h2.widget-title {
    padding-bottom: 6px;
    border-bottom: 2px solid #475b9f;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wpp-list li {
    list-style-type: none;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(236, 227, 227, 0.83);
}
.wpp_def_noPath {
    /*display: none !important;*/
    width: 100px;
    height: 70px;
}
.wpp-post-title {
    text-decoration: underline;
    font-family: sans-serif;
    font-size: 12px;
}
.wpp-thumbnail {
    margin: 0 15px 0 0;
}
.blog-post-head{
    padding-top: 50px;
}
.blog p a {
    color: #475b9f;
    text-decoration: underline;
    font-weight: bold;
}
.blog-logo a:hover {
    text-decoration: none;
}
.search-head {
    margin-left: 13px;
    margin-bottom: 20px;
}
.blog-list .hentry {
    padding-top: 0;
}
.blog-post-ratings {
    padding-left: 20px;
}
.blog-home-page h3 {
    display: inline-block;
}
.blog-home-page a {
    text-decoration: underline;
    color: #4f67ba;
    font-weight: 600;
}
.pageform {
    background: #e6effb;
    padding: 25px 0 38px;
    margin-bottom: 21px;
}
.inner{

}
.tehosmotr-list-item {
    background: #f1f8fe;
    border: 2px solid #d1e6fa;
    border-radius: 13px;
    padding: 30px 10px 0;
    min-height: 285px;
}
.tehosmotr-list li {
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    width: 32%;
    margin-bottom: 16px;
}
.tehosmotr-list-title {
    margin-top: 20px;
    padding: 0 16px;
}
.tehosmotr-list {
    margin-top: 30px;
}
.nowrap{
    white-space: nowrap;
}
ol.numered-list-dark li {
    list-style-type: none;
    position: relative;
    padding-left: 54px;
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 6px;
    padding-bottom: 16px;
    border-bottom: 2px solid #c7dff2;
}
ol.numered-list.numered-list-dark li:before {
    color: #69a0c6;
    background: #e7eff5;
}
.infobox6 {
    border: 5px solid #d1e6fa;
    border-radius: 15px;
    padding: 20px 30px;
    padding-left: 138px;
    background: url(/wp-content/themes/auto/css/../images/infobox6.png) left 16px center no-repeat #f3f8fc;
    font-family: "Segoe UI";
}
h3.title-with-span {
    text-align: center;
}
h3.title-with-span span{
    text-transform: initial;
}
table.table-center td {
    text-align: center;
    border: 0;
    border-right: 2px solid #c0daf3;
    border-left: 2px solid #c0daf3;
    border-collapse: collapse;
}
table.table-center tr:nth-child(2n+1) {
    background: #f6fafd;
}
table.table-center tr:nth-child(2n) {
    background: #d1e6fa;
}
table.table-center {
    table-layout: auto;
    width: 100%;
    line-height: 1.2;
    border: 2px solid #c0daf3;
    border-collapse: collapse;
    font-family: "segoe ui";
    color: #000;
    font-size: 18px;
}
.manager-icon {
    position: relative;
}
.manager-icon-img {
    /* position: absolute; */
    display: inline-block;
    vertical-align: middle;
    z-index: 23;
    position: relative;
}
.manager-icon-content {
    display: inline-block;
    vertical-align: middle;
    margin-left: -46px;
    background: #e6f1fb;
    z-index: 22;
    padding: 13px 27px 11px 66px;
    font-family: "Segoe ui";
    border-radius: 8px;
    color: #000;
    font-size: 16px;
}
.manager-icon-content a{
    font-weight: bold;
}
.most-popular-block {
    max-width: 926px;
    margin: 0 auto;
    background: url(/wp-content/themes/auto/css/../images/most-popular-bg.png) no-repeat;
    padding: 20px 14px;
}
.most-popular-block .sow-features-list .sow-features-feature {
    padding: 0 7px;
    margin-bottom: 4px;
}
.most-popular-block .sow-features-list {
    margin: 0;
    zoom: 1;
}
.top-big-icons .sow-features-feature {
    padding-right: 5px;
    padding-left: 5px;
}
.top-big-icons {
    max-width: 926px;
    margin: 0 auto;
}
.top-big-icons  .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* margin: 0; */
}
.top-big-icons  .sow-features-list {
    margin: 0;
    zoom: 1;
}
.top-big-icons  .textwidget a {
    font-size: 13px;
}
.most-popular-block .textwidget a {
    border-bottom: 0;
    font-size: 13px;
    font-family: "Open Sans";
}
.peregon-zapis-title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-family: "Segoe UI";
    background: #dfeefd;
    padding: 13px 0;
}
.peregon-zapis {
    background: #f0f6fd;
    margin-top: -60px;
    position: relative;
}
.peregon-zapis img {
    margin-left: 19px !important;
}
.peregon-zapis p {
    padding: 0 10px;
}
.peregon-box-title {
    font-size: 18px;
    font-family: "Segoe UI";
    color: #343434;
    font-weight: bold;
    text-transform: uppercase;
}
.ordered-list {
    counter-reset: orderlist5;
    padding-left: 0;
    margin: 26px 0 30px;
}
ol.ordered-list {
    margin: 20px 0 0;
}
.ordered-list li {
    list-style-type: none;
    position: relative;
    padding-left: 34px;
    font-size: 18px;
    margin-bottom: 3px !important;
}
.ordered-list li:before {
    counter-increment: orderlist5;
    content: counter(orderlist5);
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #9dc5eb;
    border-radius: 50%;
    font-family: "segoe ui";
}
.ul-title2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "segoe ui";
    color: #343434;
    font-weight: bold;
    text-align: center;
}

.manager-icon-content.manager-icon-content-2 {
    width: 79%;
    padding: 33px 27px 33px 66px;
    margin-left: -60px;
}
.most-popular-block .sow-more-text a {
    color: #057ac2 !important;
    text-decoration: underline !important;
}
.most-popular-block .sow-more-text {
    color: #057ac2 !important;
    font-family: "Open Sans";
    text-decoration: underline !important;
    font-size: 13px;
    margin-top: 5px;
}
.most-popular-block .sow-features-list .sow-features-feature h5 {
    margin: 0;
}
.most-popular-title {
    text-align: center;
    color: #057ac2;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "segoe ui";
}
.contacts-bg{
    text-align: center;
    background: url(/wp-content/themes/auto/css/../images/contacts-bg.jpg) center top no-repeat;
}
.contacts-list {
    display: inline-block;
    border-radius: 5px;
    background: rgba(255,255,255,.9);
    width: 550px;
    max-width: 100%;
}
.contacts-list h3 {
    font-size: 24px;
    color: #000;
    text-align: left;
    margin: 19px 31px 0px;
}
.contacts-list ul li {
    list-style-type: none;
    font-size: 18px;
    text-align: left;
    display: block;
    padding: 9px 5px 8px 38px;
    font-family: "segoe ui";
    background: url(/wp-content/themes/auto/css/../images/contacts-li.png) left center no-repeat;
}
.contacts-list ul li:nth-child(2n){
    font-weight: bold;
}

.contacts-bg {
    padding-top: 13px;
    padding-bottom: 40px;
}
.additional-contacts {
    display: inline-block;
    border-radius: 5px;
    background: rgba(255,255,255,.9);
    width: 550px;
    max-width: 100%;
    text-align: left;
    margin-top: 16px;
    padding: 20px 36px;
}
.addcontact-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    font-family: "SEGOE UI";
}
.addcontact-title span,
.addcontact-title a,
.addcontact-title img{
    vertical-align: middle;
}
.addcontact-title a {
    font-size: 16px;
    color: #1c7389;
    font-family: "segoe ui light";
}
.addcontact-title img {
    margin-right: 5px;
    display: inline-block;
}
.addcontact-body {
    padding-left: 28px;
    font-size: 18px;
}
.we-near {
    margin-bottom: 38px;
}
.infobox {
    background: #f3f8fc;
    border-radius: 7px;
    border: 3px solid #d1e6fa;
    text-align: center;
    padding: 9px 12px;
    font-size: 18px;
    font-family: "segoe ui";
    font-weight: bold;
}
.service-order-block ul {
    font-size: 16px;
}
.page-wrap ul.justify {
    margin: 0;
    line-height: 1.3;
}
.service-order-block li {
    width: 49%;
}
.so-desc {
    overflow: hidden;
    padding-left: 10px;
    font-family: "Segoe UI";
}
.so-img {
    float: left;
}
.section-title,
h3.section-title,
h2.section-title{
    font-size: 24px;
    text-transform: uppercase;
    color: #343434;
    text-align: center;
    padding: 20px 0 30px;
    font-family: "Segoe UI";
    font-weight: 400;
}
a.blue-link {
    display: inline-block;
    border: 0;
    color: #264a78;
    font-family: "Segoe UI";
    font-weight: bold;
    font-size: 18px;

}
a.blue-link strong{
    text-decoration: underline;
    padding-left: 5px;
    display: inline-block;
}
.zamena-prav-box {
    padding: 13px 16px;
    background: #f3f8fc;
    border: 7px solid #d1e6fa;
    font-family: "Segoe UI";
}
.zpbox-img {
     float: right;
 }
.zpbox-desc {
    overflow: hidden;
}
.zpbox-desc li {
    list-style-type: none;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 3px;
    background: url(/wp-content/themes/auto/css/../images/li-right-arrow.png) left center no-repeat;
}
.zpbox-desc ul {
    margin: 0;
}

.zps-img {
    float: left;
    min-width: 300px;
}
.zps-desc {
    overflow: hidden;
}
.zps-desc li {
    list-style-type: none;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 3px;
    background: url(/wp-content/themes/auto/css/../images/li-right-arrow.png) left top 2px no-repeat;
    min-height: 23px;
}
.zps-desc ul {
    margin: 0;
}
.zps-block {
    padding: 20px 20px;
}
.zps-block:nth-child(2n+1) {
    background: #e6f1fb;
}
.zamena-prav-section {
    font-family: "segoe ui";
    color: #000;
}
.infobox2 {
    background: url(/wp-content/themes/auto/css/../images/infobox.png) left 35px center no-repeat #f3f8fc;
    border-radius: 7px;
    border: 3px solid #d1e6fa;
    padding: 22px 12px 20px;
    font-size: 18px;
    font-family: "segoe ui";
    font-weight: bold;
    padding-left: 112px;
    text-align: left;
}
.infobox2 span {
    padding-left: 103px;
    text-align: left;
    display: inline-block;
}
.big-title{
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    color: #000000 !important;
    font-family: "Segoe UI Light";
}
.strong-heading {
    font-size: 24px;
    color: #343434;
    font-family: "segoe ui";
}
.city-table-name {
    color: #89a9d1;
    font-size: 24px;
    font-weight: bold;
    font-family: "segoe ui";
}
.textwidget a {
    border-bottom: 0;
}
.page-wrap .accordion-title {
    cursor: pointer;
    color: #89a9d1;
    font-size: 24px;
    font-weight: bold;
    font-family: "segoe ui";
    text-decoration: underline;
}
.th-heading tr:first-child td {
    font-weight: bold;
}
.floating-img {
    float: left;
}
.floating-desc {
    overflow: hidden;
}
.floating-desc {
    padding-top: 29px;
    padding-left: 20px;
    font-family: "segoe ui";

}
.uchet-time .floating-desc {
    padding-top: 29px;
    padding-left: 20px;
    font-family: "segoe ui";
}
.uchet-time {
    margin-top: 25px;
}
.grafik-raboty-bg {
     padding: 17px 0 0 200px;
     background: url(/wp-content/themes/auto/css/../images/title-bg1.png) no-repeat;
     font-family: "Segoe UI";
    margin-bottom: 28px;
    margin-top: 20px;
 }
.grafik-raboty-bg strong {
    margin-bottom: 23px;
    color: #000;
    display: inline-block;
    font-size: 18px;
}
.grafik-raboty-bg2 {
    padding: 17px 0 0 200px;
    background: url(/wp-content/themes/auto/css/../images/title-bg2.png) no-repeat;
    font-family: "Segoe UI";
}
.grafik-raboty-bg2 strong {
    margin-bottom: 23px;
    color: #000;
    display: inline-block;
    font-size: 18px;
}
.your-time {
    position: relative;
    background: #ebf4fd;
    padding: 20px;
    padding-left: 187px;
    width: 83%;
    float: right;
    margin-right: 12px;
}
img.yt-img {
    position: absolute;
    left: 0;
    top: 0;
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.yt-title {
    text-align: left;
    color: #057ac2;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "segoe ui";
}
.yt-desc {
    font-family: "segoe ui";
    padding-top: 10px;
    padding-right: 33px;
    padding-bottom: 35px;
}
.footer-center {
    text-align: center;
}
.logo-center-bottom {
    display: inline-block;
    position: relative;
}
img.logo-flag {
    position: absolute;
    left: 95%;
    top: 8px;
    max-width: initial;
    z-index: 91;
    max-height: 167px;
}
.logo-center-bottom a {
    position: relative;
    z-index: 93;
}
img.logo-cars {
    position: absolute;
    right: 94%;
    top: 0;
}
.bottom-viber {
    margin-top: 0;
}
.footer-wrap {
    overflow: hidden;
}
.top-nav-menu ul a {
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
.top-nav-menu ul li {
    list-style-type: none;
}
.strong-title,
h3.strong-title {
    color: #343434;
    font-size: 18px;
    font-weight: bold;
}
.infobox-big {
    background: url(/wp-content/themes/auto/css/../images/infobox-big.png) left 30px top 20px no-repeat #f3f8fc;
    border: 3px solid #d1e6fa;
    border-radius: 16px;
    padding: 10px 0;
    padding-left: 135px;
}
.infobox-big li {
    list-style-type: none;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-family: "segoe ui";
    background: url(/wp-content/themes/auto/css/../images/li-right-arrow.png) left center no-repeat;
}
ul.arrow-li {
    overflow: hidden;
    margin: 0;
}
.arrow-li li {
    list-style-type: none;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-family: "segoe ui";
    background: url(/wp-content/themes/auto/css/../images/li-right-arrow.png) left center no-repeat;
}
.infobox-big ul {
    margin-left: 0;
}
.infobox3 {
    background: url(/wp-content/themes/auto/css/../images/infobox.png) left 27px center no-repeat #f3f8fc;
    border-radius: 7px;
    border: 3px solid #d1e6fa;
    text-align: left;
    padding: 9px 12px;
    padding-left: 100px;
    font-size: 18px;
    font-family: "segoe ui";
}
.spravka-step strong {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #343434;
    font-weight: bold;
    font-family: "segoe ui";
}
.spravka-steps {
    margin-top: -28px;
}
.spravka-step{
    position: relative;
    background: #f3f8fc;
    border-radius: 12px;
    border: 3px solid #d1e6fa;
    text-align: left;
    padding: 17px 35px;
    margin-bottom: 50px;
    font-size: 18px;
    font-family: "segoe ui";
}
.spravka-step:after{
    content: '';
    position: absolute;
    width: 22px;
    height: 54px;
    background: url(/wp-content/themes/auto/css/../images/step-arrow.png) no-repeat;
    left: 50%;
    top: 100%;
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.spravka-step:last-child:after{
    display: none;
}
a.bold-link {
    color: #163e7e;
    font-size: 18px;
    font-family: "segoe ui";
    font-weight: bold;
}
.blog-block {
    max-width: 950px;
    padding: 16px 15px;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(211, 219, 229);
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(224,235,245) 0%, rgb(245,249,252) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(224,235,245) 0%, rgb(245,249,252) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(224,235,245) 0%, rgb(245,249,252) 100%);
    margin-bottom: 50px;
}
.float-hidden{
    overflow: hidden;
    padding-left: 20px;
    font-family: "Segoe UI";
}
.bold {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
a.bb-link {
    color: #3774b0;
    font-size: 24px;
}
.light-blue-bg {
    background: #f3f8fc;
}
.padding20{
    padding: 20px;
}
img.float-left {
    float: left;
}
span.price-label {
    background: #3774b0;
    color: #fff;
    border-radius: 18px;
    padding: 4px 10px;
    display: inline-block;
    float: right;
    margin-bottom: 2px;
    margin-right: 28px;
    font-size: 18px;
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.blue-border-box {
    background: #f3f8fc;
    margin-bottom: 50px;
    border: 7px solid #d1e6fa;
    border-radius: 15px;
    padding: 44px 16px;
}
.box-title {
    font-size: 30px;
    font-weight: bold;
}
.blue-border-box li {
    margin-bottom: 20px;
}
.box-sep-line {
    height: 2px;
    background: #d1e6fa;
    margin-bottom: 21px;
}
.rekvizity-box {
    background: #f7f9f9;
    padding: 12px 45px;
    border-left: 11px solid #d1e6fa;
    font-family: "Segoe UI";
    color: #000;
}
.rekvizity-box h4 {
    font-size: 18px;
    color: #000;
}
.rekv-divider {
    height: 3px;
    border-bottom: 3px solid #b8d8f7;
    border-style: dashed;
    margin: 9px 0;
}
.ul-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "segoe ui";
    color: #000;
}
ul.arrow-li-2 li {
    list-style: none;
    padding: 12px 0 12px 52px;
    background: url(/wp-content/themes/auto/css/../images/li-arrow-2.png) left center no-repeat;
    font-size: 18px;
    border-bottom: 1px solid #b8d8f7;
    font-family: "segoe ui";
    color: #000;
}
ul.arrow-li-2 {
    margin-left: 0;
    margin-bottom: 25px !important;
}
.podrobnee-block {
    background: #f3f8fc;
    border: 7px solid #d1e6fa;
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 41px 30px 5px;
    position: relative;
}
a.podrobnee-link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 41px;
    -o-transform: translateY(-53%);
    -moz-transform: translateY(-53%);
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%);
}
.bud-v-kurse {
    position: absolute;
    top: -77px;
    background: #d1e6fa;
    padding: 14px 43px;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #000;
}
.pageform {
    text-align: center;
}
.pageform-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.pageform-field {
    display: inline-block;
    width: 28%;
    margin: 0 10px;
}
.pageform-wrap {
    background: #fbf1e4;
    padding: 15px 0 30px;
}
.pageform  input.wpcf7-form-control {
    max-width: 100%;
    padding: 8px 5px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: initial;
    left: 0;
    top: 100%;
    white-space: pre;
    -o-transform: translateY(36%);
    -moz-transform: translateY(36%);
    -webkit-transform: translateY(36%);
    transform: translateY(36%);
}
.pageform input.wpcf7-submit {
    padding: 19px 5px;
    font-size: 17px;
}
.page-wrap h2, .page-wrap h3, .page-wrap h4, .page-wrap h5 {
    padding: 18px 0 10px;
    color: #343434;
    font-size: 24px;
    text-transform: uppercase;
}
table.table-center + h3, table.table-center + h2 {
    font-size: 24px;
    color: #343434;
}
table.table-center td.text-left {
    text-align: left;
}
.mapinfobox span {
    display: inline-block;
    background: #f3f8fc;
    padding: 16px 17px 16px 52px;
    border-radius: 9px;
    margin-left: -41px;
    vertical-align: middle;
    max-width: 78%;
}
.mapinfobox img {
    position: relative;
    z-index: 99;
    vertical-align: middle;
    max-width: 24%;
}
.unregister-situations li {
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    width: 32%;
    margin-bottom: 16px;
}
.unregister-situations li > div {
    background: #f1f8fe;
    border: 2px solid #d1e6fa;
    border-radius: 13px;
    padding: 30px 10px;
    min-height: 296px;
}
.unreg-sit-img {
    min-height: 110px;
}
.unreg-float-img {
    float: left;
    text-align: center;
    min-width: 172px;
    padding-top: 15px;
}
.unreg-vids-img {
    float: left;
    text-align: center;
    min-width: 134px;
    padding-top: 15px;
}

.unreg-vids ul {
    margin: 0;
    list-style: none;
}
.unreg-vids li >div {
    background: #f1f7fd;
    border: 3px solid #c5daed;
    border-radius: 110px;
    margin-bottom: 20px;
    padding: 11px 39px 19px 26px;
}

ul.unreg-list {
    margin: 0;
}
ul.unreg-list li {
    list-style: none;
    background: #f8f8f8;
    padding: 20px;
}
ul.unreg-list li:nth-child(even) {
    background: #fff;
}
span.unreg-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #343434;
}
.widget {
    color: #000;
}
table.table-center {
    margin-bottom: 25px !important;
}
.infobox3.infobox4 {
    background-position: left 16px top 23px;
    padding: 20px 12px;
    padding-left: 100px;
}
.digits-bordered-list {
    border-left: 17px solid #d1e6fa;
    padding-left: 16px;
}
.digits-bordered-list ol {
    counter-reset: orderlist;
    padding-left: 0;
    margin: 26px 0 30px;
}
.digits-bordered-list ol li {
    list-style-type: none;
    position: relative;
    padding-left: 54px;
    font-size: 18px;
    margin-bottom: 14px;
}
.digits-bordered-list ol li:before {
    counter-increment: orderlist;
    content: counter(orderlist);
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    height: 36px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #89a9d2;
    border-radius: 50%;
    font-family: "segoe ui";
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dbl-title {
    color: #5e87bb;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
    text-decoration: underline;
}

ol.numered-list {
    counter-reset: orderlist2;
    padding-left: 0;
    margin: 26px 0 30px;
}
ol.numered-list li {
    list-style-type: none;
    position: relative;
    padding-left: 54px;
    font-size: 18px;
    margin-bottom: 14px;
    padding-top: 6px;
}
ol.numered-list li:before {
    counter-increment: orderlist2;
    content: counter(orderlist2);
    position: absolute;
    top: 2px;
    left: 0;
    width: 36px;
    height: 36px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #b8d5f1;
    border-radius: 50%;
    font-family: "segoe ui";
}
.three-columns .justify > li {
    width: 33%;
    text-align: center;
    text-align-last: center;
}
h3.widget-title {
    text-align: center;
    margin-bottom: 20px;
}
span.p-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Segoe UI";
    color: #343434;
}
.bordered-box {
    background: #f3f8fc;
    border-radius: 7px;
    border: 3px solid #d1e6fa;
    text-align: left;
    padding: 9px 12px;
    padding-left: 30px;
    font-size: 18px;
    font-family: "segoe ui";
}
span.big-text {
    font-size: 22px;
    display: inline-block;
    width: 70%;
    padding-left: 41px;
    vertical-align: middle;
}
.right-text-block {
    display: inline-block;
    width: 70%;
    padding-left: 41px;
    vertical-align: middle;
}

.oplata-list li {
    font-size: 18px;
    width: 33.3%;
}
.oplata-list {
    /*background: #eef5fd;*/
    margin-top: 46px;
}
.oplata-list ul{
    background: #eef5fd;
    /*margin-top: 46px;*/
}
.so-number {
    color: #89bcf3;
    font-size: 42px;
    display: inline-block;
    border: 2px solid #89bcf3;
    border-radius: 50%;
    padding: 6px 19px 9px;
    font-weight: bold;
    background: #fff;
    line-height: 1;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sposob-oplaty {
    text-align: center;
    padding-bottom: 20px;
}

.so-text {
    padding: 0 22px;
    min-height: 127px;
}
.page-in-dev {
    margin-top: 20px;
    font-family: arial;
    text-align: center;
    color: #9ea0a0;
}
.recovery-documents-wrap {
    width: 94%;
    margin: 0 auto;
}
.recovery-documents-wrap li {
    font-size: 18px;
    text-align: center;
    text-align-last: center;
    width: 32%;
    margin-bottom: 16px;
}
.rd-item {
    background: #f1f8fe;
    border: 2px solid #d1e6fa;
    border-radius: 13px;
    padding: 30px 10px;
}
.rd-img {
    min-height: 115px;
}
.rd-title {
    min-height: 53px;
}
.rd-link a{
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(79,120,176) 0%, rgb(100,150,219) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(79,120,176) 0%, rgb(100,150,219) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(79,120,176) 0%, rgb(100,150,219) 100%);
    padding: 5px 31px 8px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 17px;
}
.rd-link a:hover{
    background-image: -moz-linear-gradient( 90deg, #1C7EF2 0%, #248ef2 100%);
    background-image: -webkit-linear-gradient( 90deg, #1C7EF2 0%, #248ef2 100%);
    background-image: -ms-linear-gradient( 90deg, #1C7EF2 0%, #248ef2 100%);
}
.osago-kasko ul li {
    font-size: 18px;
    width: 48%;
}
.osago-kasko li > div{
    background: #fcfdff;
    border: 3px solid #d1e6fa;
    border-radius: 7px;
    padding: 17px 27px;
    min-height: 303px;
}
.osago-kasko-title {
    color: #88aed2;
    font-size: 30px;
    font-weight: bold;
    font-family: "Segoe UI";
    border-bottom: 3px solid #d1e6fa;
    padding-bottom: 9px;
    margin-bottom: 14px;
}
span.circle-number {
    font-size: 25px;
    background: #88aed2;
    color: #fff;
    border-radius: 50%;
    padding: 0 12px 3px;
    vertical-align: baseline;
}
.insurance-services li {
    width: 49%;
    font-size: 18px;
}
.insurance-service-img {
    float: left;
    vertical-align: middle;
    width: 28%;
}
span.insurance-service-text {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    width: 69%;
    padding-top: 32px;
    padding-left: 20px;
}
.infostrong{
    text-align: center;
    font-weight: bold;
    background: #f1f8fe;
    padding: 12px 20px;
    margin: 10px 0;
    font-family: "Segoe UI";
    font-size: 18px;

}
table.table-center.left-border-table {
    border-left: 15px solid #d4e6f7;
}
table.table-center.left-border-table tr {
    background: #f9fcfe;
    border-bottom: 2px solid #d4e6f7;
}
table.table-center.left-border-table tr:nth-child(2n) {
    background: #f0f6fb;
}
table.table-center.left-border-table td {
    text-align: center;
    border: 0;
    border-right: 2px solid #c0daf3;
    border-left: 2px solid #c0daf3;
    border-collapse: collapse;
    padding: 17px 5px;
}
tr.last-tr {
    background: #e5f0fa !important;
}
.osago-price-bg{
    background: url(/wp-content/themes/auto/css/../images/osago-price-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 450px;
}
.osago-price {
    width: 53%;
    float: right;
    padding: 35px 49px 40px 0;
}
.osago-price a {
    color: #345e85;
}
ol.numered-list-3 {
    counter-reset: orderlist3;
    padding-left: 0;
    margin: 26px 0 30px;
    margin-bottom: 0;
}
ol.numered-list-3 > li {
    list-style-type: none;
    position: relative;
    padding-left: 54px;
    font-size: 18px;
    margin-bottom: 14px;
    padding-top: 6px;
}
ol.numered-list-3 > li:before {
    counter-increment: orderlist3;
    content: counter(orderlist3);
    position: absolute;
    top: 2px;
    left: 0;
    width: 36px;
    height: 36px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #89a9d2;
    background: #edf5fd;
    border-radius: 50%;
    font-family: "segoe ui";
}
.how-osago ol {
    border-left: 16px solid #d1e6fa;
    padding-left: 10px;
    padding-top: 20px;
}
.border-left-block {
    border-left: 16px solid #d1e6fa;
    padding-left: 0;
    padding-top: 0;
}
.how-osago a {
    color: #36628c;
    text-decoration: underline;
}
.how-osago ol ul li{
    margin-bottom: 16px;
}
.how-osago ol > li {
    border-bottom: 2px solid #d1e6fa;
    padding-bottom: 25px;
    padding-top: 5px;
}
.osago-infobox {
    background: url(/wp-content/themes/auto/css/../images/osago-infobox.png) left 20px top 20px no-repeat #eaf2f4;
    padding: 16px 12px 20px;
    font-size: 16px;
    font-family: "segoe ui";
    font-weight: bold;
    padding-left: 82px;
    text-align: left;
    margin-top: -15px;
}
.osago-price-text {
    background: #f7fafb;
    padding: 20px 78px 20px 24px;
}
.russia1box {
    padding: 16px;
}
.russia1box span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.bg-box {
    background: #f6fafe;
}
ul.checked-list {
    margin: 0;
}
ul.checked-list li {
    list-style: none;
    font-size: 18px;
    padding: 9px 0;
    padding-left: 38px;
    background: url(/wp-content/themes/auto/css/../images/list-icon.png) left top 8px no-repeat;
}
.maxfastdocs{
    padding: 0 0 0 67px;
    background: url(/wp-content/themes/auto/css/../images/time-icon.png) left top no-repeat;
    font-size: 18px;
    font-weight: bold;
}
.smi-features li {
    text-align: center;
    text-align-last: center;
    width: 24%;
    font-size: 18px;
}
.smi-last-row {
    padding: 22px;
    margin: 26px 0 40px !important;
}
.smi-last-row img {
    margin-right: 26px;
}
.overflow-hidden{
    overflow: hidden;
}
.infoborderbox {
    background: #f4f9fc;
    padding: 16px 24px 12px;
    border-radius: 11px;
    border: 3px solid #dae8f2;
}
.infoborderbox p{
    padding: 0;
    margin: 0;
    padding-left: 17px;
}
.bgbox {
    background: #f1f7fb;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.bgbox p {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.pbox p{
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.pbox img{
    margin-top: 7px;
}
.sub-h1 {
    font-size: 22px;
    margin-top: -11px;
    text-align: center;
}
.bb-box-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
    color: #343434;
    display: block;
}
.bg-block {
    background: #f0f6fd;
    padding: 16px 10px;
}
.bb-block-title {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Segoe UI";
    font-weight: bold;
    color: #343434;
}
.bg-block a {
    color: #2d5986;
    text-decoration: underline;
}
@media screen and (max-width: 992px){
    a.podrobnee-link {
        display: inline-block;
        position: relative;
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .so-text {
        padding: 0 14px;
        min-height: 129px;
        font-size: 16px;
    }
    #post-1138 p.overflow-hidden {
        clear: both;
    }
}
@media all and (max-width: 768px){
    .so-desc {
        clear: both;
    }
    .zpbox-desc {
        clear: both;
    }
    .zps-desc {
        clear: both;
    }
}
@media all and (max-width: 480px){

.service-order-block li {
    width: 100%;
}
    #pg-128-5 .fancybox.image img {
        clear: both;
        float: none;
    }
    .zps-img {
        float: none;
        min-width: initial;
        max-width: 100%;
    }

}
@media all and (min-width: 768px) and (max-width: 992px){
    .recovery-documents-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .recovery-documents-wrap li {
        font-size: 16px;
        text-align: center;
        text-align-last: center;
        width: 33%;
        margin-bottom: 16px;
    }
    .osago-price {
        width: 59%;
        float: right;
        padding: 35px 10px 40px 0;
    }
    .russia1box {
        padding: 16px;
        text-align: center;
    }
}
@media all and (min-width: 520px) and (max-width: 1030px){
    .most-popular-block .sow-features-list .sow-features-feature {
        width: 19% !important;
    }
    .peregon-zapis {
        margin-top: -29px;
    }
}
@media all and (max-width: 650px){
    .oplata-list li {
        font-size: 18px;
        width: 100%;
    }
    .so-text {
        padding: 0px 14px 25px;
        min-height: 50px;
        font-size: 16px;
    }
    .so-number {
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .recovery-documents-wrap li {
        font-size: 18px;
        text-align: center;
        text-align-last: center;
        width: 100%;
        margin-bottom: 16px;
    }
    .osago-kasko ul li {
        font-size: 18px;
        width: 100%;
    }
    .insurance-services li {
        width: 100%;
        font-size: 18px;
    }
    span.insurance-service-text {
        width: 69%;
        padding-top: 21px;
        padding-left: 20px;
    }
    .osago-price-bg {
        background: url(/wp-content/themes/auto/css/../images/osago-price-bg.jpg) right top no-repeat;
        background-size: cover;
        min-height: initial;
    }
    .osago-price {
        width: 100%;
        float: none;
        padding: 15px 19px 40px 22px;
    }
    .additional-contacts {
        padding: 20px 0px;
    }
    .russia1box {
        padding: 16px;
        text-align: center;
    }
    .smi-features li {
        width: 47%;
    }
    .smi-last-row p {
        display: block;
        clear: both;
        padding-top: 20px;
    }
    .tehosmotr-list li {
        width: 100%;
    }
    div#post-1161 .overflow-hidden{
        clear: both;
    }
    div#post-1161 img.float-left {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .peregon-zapis {
        margin-top: 0;
    }
    .manager-icon-content.manager-icon-content-2 {
        width: 100%;
        padding: 33px 27px 33px 34px;
        margin-left: 0;
    }
    .float-hidden {
        overflow: visible;
        padding-left: 20px;
        clear: both;
        font-family: "Segoe UI";
    }
    .unregister-situations li {
        width: 100%;
    }
    .unregister-situations li > div {
        min-height: auto;
    }

}
.mobile-header {
    display: none;
    position: relative;
}

.menu-toggle {
    position: relative;
}

.only-mobile {
    display: none !important;
}

.mobile-site-desc h1,
.mobile-main-title {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 21px;
}

#calendar3 {
    margin: 0 auto;
}

@media all and (min-width: 300px) and (max-width: 699px) {}

@media all and (min-width: 300px) and (max-width: 992px) {
    .mobile-header {
        display: block;
    }

    .only-desktop {
        display: none !important;
    }

    .header {
        display: none;
    }

    .mobile-header-wrap {
        background: #252424;
        padding: 5px 0;
        /*position: fixed;*/
        z-index: 9999;
        width: 100%;
    }

    .mobile-menu a {
        color: #fff;
    }

    .mobile-menu {
        text-align: center;
        margin: 0;
    }

    .mobile-navigation {
        position: absolute;
        background: #252424;
        z-index: 99;
        padding: 16px 0;
        display: none;
    }

    .new-mobile-nav a {
        padding: 4px 12px;
    }

    .mobile-menu li {
        list-style: none;
    }

    .top-menu {
        display: none;
    }

    .mobile-menu .current-menu-item>a {
        background: #475791;
    }

    a.menu-toggle-link {
        margin: 5px 10px 5px 15px;
        display: inline-block;
        cursor: pointer;
    }

    .mobile-top-links a {
        color: #fff;
        display: inline-block;
        margin-left: 20px;
        margin-right: 10px;
    }

    .mobile-top-links span {
        color: #fff;
    }

    .mobile-top-links {
        display: inline-block;
        float: right;
        padding-top: 10px;

    }

    img.mobile-top-logo {
        width: 53px;
    }

    .only-mobile {
        display: block !important;
    }

    .page-wrap {
        padding: 0 48px;
    }

    .mobile-site-desc {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 16px;
        background: url(/wp-content/themes/auto/css/../images/head-bg.png) repeat-x;
        background-size: contain;
    }

    .mobile-site-desc img,
    .mobile-site-desc h1,
    .mobile-main-title {
        max-width: 49%;
    }

    ul.justify.mobile-prices li {
        font-size: 13px;
        width: 24%;
        text-align: center;
        font-family: "segoe ui";
        padding: 0;
    }

    ul.justify.mobile-prices {
        margin-top: 16px;
    }

    .mobile-prices li span {
        font-weight: bold;
    }

    .footer-wrap {
        background-size: cover;
    }

    .top-big-icons .sow-features-list .sow-features-feature h5 {
        margin: 0 auto;
        font-size: 14px;
        max-width: 180px;
    }

    .bottom-email {
        margin-top: 8px;
    }
}

@media all and (max-width: 500px) {

    .mobile-site-desc img,
    .mobile-site-desc h1,
    .mobile-main-title {
        max-width: 96%;
    }

    .mobile-site-desc img {
        max-width: 96%;
        margin-bottom: 20px;
    }

    ul.justify.mobile-prices li {
        width: 49%;
    }

    .top-big-icons .sow-features-list.sow-features-responsive .sow-features-feature {
        width: 100% !important;
        float: none;
        margin-bottom: 6px;
        padding: 0;
    }

    .most-popular-block {
        background: #e8f2fd;
    }

    img.yt-img {
        position: relative;
        left: 0;
        top: 0;
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .your-time {
        position: relative;
        background: #ebf4fd;
        padding: 20px;
        padding-left: 0;
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .yt-title {
        text-align: center;
        font-size: 26px;
        padding: 14px 0 0;
    }

    .yt-desc {
        font-family: "segoe ui";
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 35px;
        padding-left: 27px;
        text-align: left;
    }

    .counters-block {
        text-align: center;
        padding-top: 10px;
    }

    .footer .head-text {
        text-align: center;
        padding-left: 10px;
    }

    .fixed-online-btn {
        position: fixed;
        bottom: 20px;
        left: 2px;
    }

    .page-wrap {
        padding: 0 24px;
    }

    .page-title {
        text-align: center;
        font-size: 18px;
        padding: 20px 0;
    }

    .page-wrap h2,
    .page-wrap h3,
    .page-wrap h4,
    .page-wrap h5 {
        padding: 18px 0 10px;
        color: #343434;
        font-size: 18px;
        text-transform: uppercase;
    }

    table.table-center+h3,
    table.table-center+h2 {
        font-size: 18px;
        color: #343434;
    }

    table.table-center {
        font-size: 14px;
    }

    .rekvizity-box {
        padding: 12px 15px;
    }

    .infobox3 {
        background: url(/wp-content/themes/auto/css/../images/infobox.png) right 1px top no-repeat #f3f8fc;
        padding: 9px 12px;
        padding-left: 13px;
        font-size: 14px;
    }

    .infobox3.infobox4 {
        background-position: right 1px top 2px;
        padding: 32px 12px;
        padding-left: 16px;
    }

    .digits-bordered-list ol li {
        padding-left: 54px;
        font-size: 14px;
    }

    .pageform-title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 19px;
    }

    .pageform-field {
        display: inline-block;
        width: 78%;
        margin: 6px 5px;
    }
}
@media all and (min-width: 700px) and (max-width: 800px){

}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.gs-col-lg-4 {
    /* width: 25% !important; */
}

.uslugi-platnye img {
    margin-right: 29px;
}

.uslugi-platnye {
    padding-top: 5px;
    padding-bottom: 5px;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.text-center {
    text-align: center;
}

a.blg-banner {
    display: inline-block;
    width: 100%;
}

a.blg-banner img {
    float: left;
    width: 25%;
}

.charity-text a {
    display: inline-block;
    margin-top: 13px;
    text-decoration: underline;
}

.blg1.blg3 {
    float: left;
    width: 75%;
    padding: 21px 28px 9px 21px;
    background-position: right 10px center;
    background-size: 126px;
}

.blg3 p {
    width: 541px;
}

a.blg-banner:hover p {
    color: #000;
}

#post-185 {
    font-family: 'pf_agora_sans_pro';
    color: #09090b;
    font-size: 24px;
    line-height: 1.28;
    font-weight: 400;
}

#post-185 .container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.page-id-185 {
    background: #e9e9e9;
}

.page-id-185 p {
    margin-bottom: 1.2em;
}

.util-first-section {
    background: url(/wp-content/themes/auto/css/../img/util-bg1.png) center top no-repeat;
    background-size: cover;
    margin-top: 28px;
    padding-top: 123px;
    text-align: center;
    min-height: 596px;
}

.page-id-185.admin-bar .top-menu.fixed-menu {
    top: 0;
    display: none;
}

.page-id-185.admin-bar .footer-wrap {
    /*display: none;*/
}

.util-fs-title {
    width: 803px;
    margin: 19px auto;
    line-height: 1.1;
    max-width: 100%;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.util-fs-title span {
    font-size: 45px;
    font-weight: 600;
    color: #ffde00;
}

.util-first-text {
    padding-top: 61px;
    padding-bottom: 31px;
    background: #e9e9e9;
}

.util-price-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 3px;
}

.util-price {
    font-size: 35px;
    color: #092f5e;
    text-transform: uppercase;
    font-weight: 600;
}

.util-price-block p {
    font-size: 22px;
}

.util-price-wrap {
    background: #b4ccf2;
    padding-top: 59px;
    padding-bottom: 39px;
}

.util-price-img {
    float: left;
    width: 18.5%;
}

.util-price-block {
    float: left;
    max-width: 80%;
    width: 648px;
}

.util-price-block p {
    margin-top: 3px;
    line-height: 1.2;
}

.new-rules-wrap {
    background: #e9e9e9;
    padding-top: 51px;
    padding-bottom: 54px;
}

.util-info {
    background: url(/wp-content/themes/auto/css/../img/util-info.png) left 37px center no-repeat #dbdbdb;
    padding: 24px 25px 30px;
    padding-left: 142px;
    margin-top: 49px;
    border-radius: 29px;
    width: 99%;
    margin-bottom: 39px;
}

.new-rules-wrap p {
    margin-bottom: 1.28em;
}

.util-factors-wrap {
    background: url(/wp-content/themes/auto/css/../img/util-factors-bg.jpg) center top no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 118px;
    padding-bottom: 96px;
}

.util-factors-wrap span {
    color: #ffde00;
}

.factors-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.15;
}

.factors-text {
    font-size: 24px;
    text-align: left;
    margin-top: 46px;
}

.factors-subtitle {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 57px;
    width: 973px;
    display: inline-block;
    max-width: 100%;
}

.factors-list li {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.factors-list {
    margin-top: 59px;
}

.factor-icon-title {
    margin-top: 14px;
    width: 310px;
    display: inline-block;
    max-width: 100%;
}

.factors-list ul {
    width: 1057px;
    max-width: 100%;
}

.factors-list li {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 49%;
    text-align: center;
    text-align-last: center;
    margin-bottom: 47px;
}

.strong-centered {
    text-align: center;
    font-weight: 600;
}

.utils-text {
    padding-top: 45px;
}

.strong-centered {
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 50px;
    width: 982px;
    max-width: 100%;
}

.util-numbered-blocks {
    margin-top: 59px;
}

.util-numbered-blocks li {
    width: 49%;
    text-align: center;
    font-size: 24px;
    text-align-last: center;
}

.util-numbered-block {
    position: relative;
    border: 5px solid #1d4b8b;
    border-radius: 29px;
    padding: 0 40px;
    display: table;
    height: 222px;
    width: 100%;
}

.util-numbered-block p {
    display: table-cell;
    vertical-align: middle;
}

.util-number {
    position: absolute;
    left: 21px;
    top: -43px;
    background: #1d4b8b;
    border-radius: 50%;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    width: 85px;
    height: 85px;
    padding-top: 12px;
}

.gosutil {
    margin-top: 58px;
}

.gosutil-col-1 {
    float: left;
    width: 23%;
}

.gosutil-col-2 {
    float: left;
    width: 76%;
    padding-top: 9px;
}

.important-row {
    background: #b4ccf2;
    padding-top: 41px;
    margin-top: 39px;
    padding-bottom: 49px;
}

.important-block {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    width: 908px;
    padding-left: 31px;
    max-width: 100%;
}

.important-row img {
    margin-left: 51px;
}

.util-text-2 {
    padding-top: 60px;
}

.util-22-col-1 {
    float: left;
    width: 61%;
}

.util-22-col-2 {
    float: right;
    width: 39%;
    padding-top: 36px;
}

.util-text-2 .util-info {
    margin-top: 15px;
    padding-top: 36px;
    padding-bottom: 39px;
    padding-right: 82px;
    padding-left: 160px;
}

.ut3-col-1 {
    float: left;
    width: 36%;
    padding-top: 15px;
}

.util-text-3 {
    margin-top: 49px;
}

.ut3-col-2 {
    float: left;
    width: 64%;
}

.document-block {
    background: url(/wp-content/themes/auto/css/../img/document-block-bg.png) right 82px center no-repeat
        #d1dced;
    margin-top: 41px;
    border-left: 21px solid #167bcd;
    padding: 35px 46px;
}

.document-block > div {
    width: 746px;
    max-width: 100%;
}

.db-title {
    text-transform: uppercase;
    font-weight: 600;
}

.document-block ul {
    list-style-position: inside;
    margin-top: 10px;
    margin-bottom: 11px;
}

.document-block li {
    margin-bottom: 2px;
}

.util-text-4 {
    margin-top: 56px;
}

.util-work-title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.util-work-label {
    font-size: 24px;
    font-weight: 600;
}

.util-work-wrap {
    padding-top: 49px;
    padding-bottom: 50px;
}

.util-work {
    margin-top: 66px;
    padding-left: 19px;
}

.util-work li {
    width: 31%;
}

.util-work-label {
    font-size: 24px;
    font-weight: 600;
    margin-top: 17px;
    width: 253px;
    max-width: 100%;
    line-height: 1;
}

.util-work li {
    width: 31%;
    margin-bottom: 48px;
    direction: ltr;
}

.util-work-img {
    display: inline-block;
    position: relative;
}

.util-work-2 {
    direction: rtl;
}

.util-work-img:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 173px;
    height: 17px;
    z-index: 99;
    -webkit-transform: translate(19px, -50%);
    transform: translate(19px, -50%);
    background: url(/wp-content/themes/auto/css/../img/step-arrow-right.png) left center no-repeat;
}

.util-work-2 .util-work-img:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 173px;
    height: 17px;
    z-index: 99;
    -webkit-transform: translate(19px, -50%);
    transform: translate(19px, -50%);
    background: url(/wp-content/themes/auto/css/../img/step-arrow-left.png) left center no-repeat;
}

.util-work-1 li:last-child .util-work-img:after {
    width: 137px;
    height: 317px;
    z-index: 99;
    -webkit-transform: translate(19px, -4px);
    transform: translate(19px, -4px);
    background: url(/wp-content/themes/auto/css/../img/step-arrow-big.png) left center no-repeat;
}

.util-work-2 li:first-child .util-work-img:after {
    display: none;
}

.header-new-wrap {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#cad9ec),
        to(#f0f5fd)
    );
    background: -o-linear-gradient(bottom, #cad9ec, #f0f5fd);
    background: linear-gradient(0deg, #cad9ec, #f0f5fd);
    padding-top: 68px;
    overflow: hidden;
}

.new-header {
    position: relative;
    width: 1584px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 178px;
    background: url(/wp-content/themes/auto/css/../img/new-header-center.png) left top repeat-x;
}

a,
a:focus,
a:visited {
    outline: 0;
}

.new-header-left {
    position: absolute;
    left: -8px;
    top: 0;
}

.new-header-right {
    position: absolute;
    right: -8px;
    top: 0;
}

.new-header-inner {
    position: relative;
}

.new-logo {
    float: left;
    width: 33%;
    padding-left: 54px;
    padding-top: 36px;
}

.new-logo-2 {
    position: absolute;
    left: 50%;
    top: 4px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.new-center {
    float: left;
    width: 33%;
    text-align: center;
    padding-left: 22px;
    padding-top: 87px;
}

.new-header-flag {
    position: absolute;
}

.new-header-flag {
    position: absolute;
    top: -68px;
    right: -167px;
}

.new-header-contacts {
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 43px;
    padding-top: 15px;
    font-size: 24px;
    line-height: 1.2;
    color: #21304c;
}

.new-header-contacts a.lptracker_phone {
    font-family: 'SegoeUIRegular';
}

.new-worktime {
    display: inline-block;
    padding-left: 48px;
    background: url(/wp-content/themes/auto/css/../img/clock.png) left center no-repeat;
    font-size: 16px;
}

.new-top-nav-menu.justify > li > a {
    font-size: 18px;
    padding: 14px 13px;
}

.new-top-navigation {
    width: 1267px;
    margin: 0 auto;
    max-width: 100%;
}

.new-first-screen {
    width: 1600px;
    margin: 58px auto 0;
    max-width: 100%;
}

.new-main-slider {
    float: left;
    width: 50%;
}

.new-banners {
    float: left;
    width: 50%;
}

.new-container {
    width: 1337px;
    max-width: 100%;
    margin: 0 auto;
}

.new-container:after {
    content: '';
    display: table;
    clear: both;
}

.new-section-title {
    font-size: 48px;
    color: #4f67b8;
    text-transform: uppercase;
    text-align: center;
    font-family: 'SegoeUIBold';
}

.popular-main {
    background-color: #4f67b8;
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #fff;
    width: 100%;
    min-height: 250px;
    position: relative;
}

.popular-block:nth-child(2n) .popular-main {
    background-color: #e9f1fb;
    color: #fff;
    width: 100%;
    /*min-height: 250px;*/
    position: relative;
}

.popular-title {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 78px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.new-footer-menu .current-menu-item > a {
    background: initial;
}

.popular-main:hover .popular-title {
    color: #fff;
}

.popular-toggled .popular-title {
    color: #fff;
}

.popular-main a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popular-block:nth-child(2n) .popular-main > a {
    color: #4f67b8;
}

.popular-title a span {
    display: block;
}

.popular-block a {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'SegoeUIBold';
    line-height: 1.2;
}

.popular-block a span span {
    font-size: 24px;
    display: block;
    font-family: 'SegoeUIRegular';
}

.popular-medosmotr .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/medosmotr-icon.png);
    background-position: right 122px center;
}

.popular-1 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular1.png);
    background-position: right 122px center;
}
.popular-dtp .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/dtp-icon-front.png);
    background-position: right 12px center;
    background-size: 348px;
}
.popular-desc {
    background: #4f67b8;
    padding-bottom: 30px;
    display: none;
    position: relative;
}

.popular-desc:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background: rgba(61, 75, 124, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

ul.popular-links li {
    display: inline-block;
    list-style: none;
}

ul.popular-links a {
    font-size: 16px;
    display: inline-block;
    padding: 14px 35px;
    border: 2px solid transparent;
    vertical-align: top;
}

ul.popular-links a:hover {
    border: 2px solid #fff;
    text-decoration: none;
}

ul.popular-links a > span {
    display: block;
    font-family: 'SegoeUIRegular';
    text-align: center;
    text-transform: initial;
}

.faq-pageform {
    background: #e6effb;
    padding: 25px 0 38px;
    margin-bottom: 21px;
}

.pageform-field.message-field {
    width: 557px;
    margin: 20px 0;
    max-width: 90%;
}

.new-most-popular-wrap {
    padding-top: 53px;
}

.new-most-popular {
    margin-top: 56px;
}

ul.popular-links {
    margin-left: 46px;
    position: relative;
    z-index: 11;
}

.popular-hover-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 75, 124, 0.8);
    transition: all 0.3s;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.mobile-copyrights {
    display: none;
}

.popular-main:hover .popular-hover-bg {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.popular-toggled .popular-hover-bg {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: rgba(61, 75, 124, 1);
}

.popular-toggled .popular-desc:after {
    display: block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

span.popular-more {
    font-size: 16px;
    position: absolute;
    right: 69px;
    top: 50%;
    padding: 14px 70px 14px 30px;
    border: 2px solid #fff;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0);
    min-width: 203px;
    color: #fff;
}

span.popular-more:after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 21px;
    top: 50%;
    width: 28px;
    height: 17px;
    background: url(/wp-content/themes/auto/css/../img/popular-arrows.png) no-repeat;
    background-position: left -30px top;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.popular-more:hover {
    color: #25325e;
    background: rgba(255, 255, 255, 1);
}

span.popular-more:hover:after {
    background-position: left 1px top;
}

.popular-11 ul.popular-links li {
    width: 44%;
}

.popular-2 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/page-sbkts-new-icon.png);
    background-position: right 66px center;
}

.popular-17 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular2.png);
    background-position: right 66px center;
}

.popular-3 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular3.png);
    background-position: right 97px center;
}

.popular-4 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular4.png);
    background-position: right 0 center;
}

.popular-5 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular5.png);
    background-position: right 106px center;
}

.popular-6 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular6.png);
    background-position: right 96px center;
}

.popular-7 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular7.png);
    background-position: right 122px center;
}

.popular-8 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular8.png);
    background-position: right 94px center;
}

.popular-9 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular9.png);
    background-position: right 68px center;
}

.popular-10 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular10.png);
    background-position: right 107px center;
}

.popular-11 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular11.png);
    background-position: right 107px center;
}

.popular-12 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular12-2.png);
    background-position: right 106px bottom;
}

.popular-13 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular13-2.png);
    background-position: right 106px center;
}

.popular-14 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular14.png);
    background-position: right 106px center;
}

.popular-15 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular15.png);
    background-position: right 106px center;
}

.popular-16 .popular-main {
    background-image: url(/wp-content/themes/auto/css/../img/popular16.png);
    background-position: right 107px center;
}

.popular-2 .popular-title {
    width: 62%;
}

.new-home-contacts li {
    font-size: 22px;
    width: 33.1%;
    padding: 0;
    text-align: center;
    text-align-last: center;
}

.new-home-contacts-wrap {
    background: url(/wp-content/themes/auto/css/../img/new-home-contacts-bg.png) center top no-repeat;
    margin-top: 143px;
    padding-top: 104px;
    padding-bottom: 101px;
}

.new-hc-img2 {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.new-hc-img {
    position: relative;
}

.new-hc-block {
    background: #ffffff;
    padding: 46px 26px;
    min-height: 391px;
    transition: all 0.5s;
}

.new-hc-block:hover {
    background: #4f67b8;
    color: #ffffff;
}

.new-hc-title {
    color: #4f67b8;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
    margin-bottom: 33px;
}

.new-hc-block:hover .new-hc-title,
.new-hc-block:hover a {
    color: #ffffff;
}

.new-hc-img1 {
    transition: all 0.3s;
    opacity: 1;
}

.new-hc-block:hover .new-hc-img1 {
    opacity: 0;
}

.new-hc-block:hover .new-hc-img2 {
    opacity: 1;
}

.new-hc-desc a {
    font-size: 26px;
    font-family: 'SegoeUIBold';
}

.new-hc-desc {
    margin-top: 27px;
}

.new-hc-2 {
    font-size: 18px;
}

.new-hc-2 strong {
    display: block;
    font-family: 'SegoeUIBold';
    font-size: 24px;
}

.new-hc-3 .new-hc-desc {
    width: 281px;
    margin: 27px auto 0;
}

.new-hc-3 strong {
    display: block;
}

.justify.new-advantages {
    font-size: 0;
    word-spacing: 0;
    letter-spacing: 0;
}

.new-advantages li {
    width: 50%;
    font-size: 30px;
}

.na-block a {
    position: relative;
    display: inline-block;
}

.na-block a span {
    display: inline-block;
    background: url(/wp-content/themes/auto/css/../img/double-arrows.png) right 2px center no-repeat
        #4f67b8;
    color: #fff;
    font-family: 'SegoeUIBold';
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 26px 59px 26px 65px;
    font-size: 30px;
    text-transform: uppercase;
}

.na-block a span:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: '';
    height: 100%;
    width: 67px;
    background: url(/wp-content/themes/auto/css/../img/na-arrow.png) left center no-repeat;
}

.new-advantages-wrap {
    padding-top: 139px;
    padding-bottom: 88px;
    overflow: hidden;
}

.col-title {
    font-size: 36px;
    color: #292929;
    text-transform: uppercase;
    text-align: center;
    font-family: 'SegoeUIBold';
}

.blog-news-wrap {
    background: #dce1f4;
    padding: 102px 0;
}

.new-blog-col {
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 61px;
}

.new-news-col {
    float: right;
    width: 49.5%;
    background: #fff;
    padding-top: 61px;
    /*min-height: 660px;*/
}

.new-home-blog {
    margin: 0 auto;
    margin-top: 73px;
    max-width: 100%;
    padding: 21px;
}

.new-news-home {
    width: 465px;
    margin: 68px auto 20px;
    max-width: 100%;
}

.new-home-blog li:after {
    display: table;
    content: '';
    clear: both;
}

a.new-blog-thumbnail {
    float: left;
    width: 40%;
    display: inline-block;
}

a.new-blog-title {
    display: inline-block;
    float: left;
    width: 59%;
    padding-left: 30px;
    line-height: 1.3;
    text-decoration: underline;
    color: #2d4188;
    font-size: 20px;
    font-family: 'SegoeUIBold';
}

.new-home-blog li {
    list-style: none;
    margin-bottom: 31px;
}

.new-news-home .lastnews-date {
    color: #2d4188;
    font-size: 20px;
    font-family: 'SegoeUIBold';
}

.new-news-home li {
    list-style: none;
    margin-bottom: 45px;
}

.new-news-home .lastnews-body {
    font-family: 'SegoeUIRegular';
    line-height: 1.5;
}

a.new-more-link {
    display: inline-block;
    color: rgba(41, 41, 41, 0.69);
    font-family: 'SegoeUIRegular';
    border-bottom: 1px solid rgba(41, 41, 41, 0.69);
    line-height: 1.1;
    padding: 0px 0 5px;
    font-size: 20px;
    padding-right: 40px;
    background: url(/wp-content/themes/auto/css/../img/more-arrows.png) right 2px center no-repeat;
}

a.new-more-link:hover,
a.new-more-link:visited,
a.new-more-link:active,
a.new-more-link:focus {
    text-decoration: none;
}

.charity {
    text-align: center;
    padding: 50px 0;
}

.new-mobile-header {
    display: none;
}

.mobile-top {
    background: #4f67b8;
    padding: 10px;
}

.mt-left {
    float: left;
    width: 45%;
}

.mobile-menu-block {
    float: right;
}

.mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
}

.mobile-address {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: SegoeUIRegular;
}

.charity-mobile {
    display: none;
}

.charity-text {
    text-align: left;
    font-size: 18px;
    font-family: 'SegoeUIRegular';
    margin-top: 15px;
    margin-bottom: 33px;
}

.new-footer-wrap {
    background-image: -moz-linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    background-image: linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    padding-top: 34px;
    padding-bottom: 34px;
}

.new-footer-left {
    float: left;
    width: 43%;
}

.new-footer-center {
    float: left;
    width: 29%;
    padding-left: 87px;
    text-align: center;
    color: #21304c;
    font-family: SegoeUIRegular;
}

.new-footer-right {
    float: right;
    width: 22%;
    text-align: right;
}

.new-footer-menu {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    padding: 18px 36px;
}

.new-copyrights {
    font-size: 15px;
    margin-top: 19px;
    font-family: 'SegoeUIRegular';
}

.new-footer-phone a {
    font-size: 24px;
}

table#calendar2 {
    margin-bottom: 0;
}

.footer-calendar {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 18px;
    padding-bottom: 0;
}

.new-footer-menu .footer-menu li {
    list-style: none;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    /* min-width: 49%; */
    width: 49%;
    color: #292929;
    padding-left: 14px;
    margin-bottom: 6px;
    background: url(/wp-content/themes/auto/css/../img/footer-menu-arrow.png) left top 6px no-repeat;
}

.mobile-head {
    background-image: -moz-linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    background-image: linear-gradient(
        0deg,
        rgb(196, 217, 236) 0%,
        rgb(237, 244, 252) 100%
    );
    padding: 16px 20px;
}

.mobile-left {
    float: left;
    width: 54%;
    padding-left: 43px;
}

.mobile-right {
    float: left;
    width: 45%;
    padding-left: 12px;
}

.new-mobile-phone a {
    font-size: 24px;
    font-family: 'SegoeUIRegular';
}

.new-mobile-email a {
    font-size: 21px;
    line-height: 1;
}

.mobile-head .new-worktime {
    font-size: 20px;
    line-height: 1.3;
    margin-left: 6px;
    margin-top: 18px;
    font-family: SegoeUIRegular;
}

.new-worktime span {
    font-size: 24px;
    color: #4f67b8;
}

.new-mobile-nav {
    background: #4f67b8;
}

.new-mobile-nav a {
    display: block;
    padding: 4px 12px;
}

/*pages*/

.new-page-wrap {
    border: 2px solid #dddddd;
    width: 1253px;
    max-width: 100%;
    margin: 37px auto;
    padding: 43px 0;
}

h1.new-page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'SegoeUISemiBold';
    line-height: 1.2;
}

.page-container {
    width: 1066px;
    max-width: 100%;
    margin: 0 auto;
    color: #000;
}

.infoblock {
    background: #f4f9fd;
    margin: 26px 0;
    padding: 13px 20px;
}

.infoblock-center {
    background: #f4f9fd;
    text-align: center;
    font-size: 19px;
    margin: 26px 0;
    padding: 13px 20px;
}

.fastreg1-col-1 {
    float: right;
    width: 65%;
    text-align: right;
}

.fastreg1-col-2 {
    float: left;
    width: 34%;
    text-align: left;
}

.moto-col-1 {
    float: right;
    width: 55%;
    text-align: right;
}

.moto-col-2 {
    float: left;
    width: 44%;
    text-align: left;
}

.free-call {
    padding-left: 145px;
    background: url(/wp-content/themes/auto/css/../img/freecall.png) left center no-repeat;
    min-height: 136px;
    font-size: 19px;
    color: #000;
    font-family: SegoeUIRegular;
    line-height: 1.2;
    padding-top: 16px;
}

.postanovka-page .free-call {
    padding-left: 136px;
    background: url(/wp-content/themes/auto/css/../img/postanovka-disp.png) left center no-repeat;
    min-height: 136px;
    font-size: 19px;
    color: #000;
    font-family: SegoeUIRegular;
    line-height: 1.2;
    padding-top: 30px;
}

.free-call p {
    margin-bottom: 5px;
}

.free-call a {
    color: #4f74ad;
    font-size: 22px;
    font-family: 'SegoeUIBold';
}

.fast-reged {
    font-size: 24px;
    text-align: center;
    margin-top: 33px;
    border: 5px solid #d6e5f9;
    padding: 109px 38px 39px 38px;
    font-family: 'SegoeUIRegular';
    line-height: 1.4;
    background: url(/wp-content/themes/auto/css/../img/fast-reged.png) center top 24px no-repeat;
}

.fast-reged-title {
    font-size: 28px;
    font-family: 'SegoeUIBold';
    color: #4f74ad;
}

.pageblock-title {
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    padding: 42px 0;
    font-family: 'SegoeUISemiBold';
}

.num-marker span {
    color: #4f74ad;
    font-size: 24px;
    font-family: 'SegoeUIBold';
    display: inline-block;
    background: #d8e9f6;
    width: 39px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
}

ul.new-numbered-list {
    list-style: none;
}

.num-marker {
    float: left;
    width: 6%;
}

.nn-list-text {
    float: left;
    width: 94%;
    font-family: 'SegoeUIRegular';
}

.new-numbered-block {
    zoom: 1;
}

.new-numbered-block::before,
.new-numbered-block::after {
    content: '';
    display: table;
}

.new-numbered-block::after {
    clear: both;
}

ul.new-numbered-list li {
    margin-bottom: 14px;
}

ul.new-numbered-list {
    list-style: none;
    width: 943px;
    margin: 0 auto;
    max-width: 100%;
}

.bigtext {
    color: #4f74ad;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
    text-align: center;
    line-height: 1.2;
    padding: 18px 0 25px;
}

.postanovka-page {
    line-height: 1.5;
}

.fastreg1-col-2 p {
    line-height: 1.5;
}

.postanovka-text-1.italic {
    font-style: italic;
    margin-bottom: 18px;
}

.attention {
    text-align: center;
    margin: 30px 0;
}

.attention span {
    display: inline-block;
    font-size: 24px;
    font-family: 'SegoeUISemiBold';
    background: url(/wp-content/themes/auto/css/../img/attention.png) left 40px center #f4f8fc no-repeat;
    border: 5px solid #d6e5f9;
    border-radius: 4px;
    padding: 17px 50px;
    min-width: 708px;
    max-width: 100%;
}

.links-grid li {
    font-size: 19px;
    width: 49.7%;
    background: #f4f8fc;
    /* padding: 20px 31px; */
    margin-bottom: 7px;
}

.link-grid-img {
    float: left;
    width: 20%;
}

.link-grid-body {
    float: left;
    width: 80%;
}

.grid-block-wrap {
    display: table;
    width: 100%;
    height: 145px;
    padding: 20px 10px 20px 26px;
}

.grid-block {
    display: table-cell;
    vertical-align: middle;
}

.link-grid-title {
    font-size: 25px;
    font-family: 'SegoeUISemiBold', sans-serif;
}

.vk-wrap {
    margin: 52px 0 42px;
}

.mustread-block {
    border: 8px solid #d6e5f9;
    margin: 30px 0;
    padding: 0 79px 20px 84px;
}

.mustread-block li {
    padding-left: 56px;
    list-style: none;
    margin-bottom: 18px;
    min-height: 48px;
    line-height: 1.3;
    font-family: 'SegoeUIRegular', sans-serif;
    background: url(/wp-content/themes/auto/css/../img/mustread-li.png) left top 5px no-repeat;
}

.mustread-block li:nth-child(2n) {
    font-family: 'SegoeUIBold', sans-serif;
}

.postanovka-subtitle {
    text-align: center;
}

.postanovka-bigtext1 {
}

.postanovka-bigtext1 {
    padding: 18px 0 13px;
}

.just-one-call-block {
    text-align: center;
    margin: 37px 0;
}

.just-one-call {
    display: table;
    margin: 0 auto;
    background: #e6effb;
    width: 750px;
    max-width: 100%;
    border-radius: 200px;
    position: relative;
    height: 212px;
}

img.joc-img {
    position: absolute;
    left: 13px;
    top: 13px;
}

.joc-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1.4;
    font-family: 'SegoeUISemiBold';
    text-transform: uppercase;
    padding-left: 97px;
}

.just-one-call {
    display: table;
    margin: 0 auto;
    background: #e6effb;
    width: 750px;
    max-width: 100%;
    border-radius: 200px;
    position: relative;
    height: 212px;
}

a.joc-phone {
    display: inline-block;
    color: #4f74ad;
    font-size: 29px;
    font-family: 'SegoeUIBold';
}

.goodluck {
    font-family: 'SegoeUISemiBold';
    text-align: center;
}

ul.bordered-list > li {
    background: #f4f8fc;
    list-style: none;
    border-left: 17px solid #d8e9f6;
    margin-bottom: 12px;
}

.bl-num span {
    color: #4f74ad;
    font-size: 24px;
    font-family: 'SegoeUIBold';
    display: inline-block;
    background: #d8e9f6;
    width: 39px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
}

.bl-title {
    font-size: 25px;
    font-family: 'SegoeUISemiBold';
    line-height: 1.4;
}

.bl-text li {
    list-style: none;
    line-height: 1.4;
}

.bl-text ul {
    margin-top: 10px;
}

.bl-block {
    width: 92%;
    margin: 0 auto;
    padding: 24px 0;
}

.bl-num {
    float: left;
    width: 7%;
}

.bl-left {
    float: left;
    width: 71%;
}

.bl-right {
    float: right;
    width: 21%;
    text-align: right;
}

.bordered-list {
    /* width: 961px; */
    /* margin: 0 auto; */
}

.bl-text p {
    margin-bottom: 0px;
    margin-top: 17px;
}

.callblock {
    background: #f0f6fc;
    position: relative;
    border-radius: 300px;
    min-height: 337px;
    margin-top: 56px;
    line-height: 1.3;
}

.callblock > img {
    position: absolute;
    top: 19px;
    left: 18px;
}

.callblock-body {
    float: right;
    width: 710px;
    max-width: 100%;
    padding-right: 138px;
    padding-top: 35px;
    position: relative;
}

.callblock-title {
    font-size: 24px;
    line-height: 1.3;
    font-family: 'SegoeUISemiBold';
    text-transform: uppercase;
}

.callblock-phone a {
    color: #4f74ad;
    font-size: 29px;
    font-family: 'SegoeUIBold';
    display: inline-block;
    padding: 7px 0;
    padding-left: 52px;
    background: url(/wp-content/themes/auto/css/../img/callblock-icon.png) left center no-repeat;
}

.callblock p {
    margin-bottom: 7px;
}

.callblock-bigtext {
    font-size: 22px;
    color: #4f74ad;
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
    margin-bottom: 9px;
}

.link-center a {
    text-decoration: underline;
    font-family: 'SegoeUIRegular';
}

.link-center {
    text-align: center;
    padding: 20px 0;
}

.last-text {
    font-size: 24px;
    font-family: SegoeUISemiBold;
    text-align: center;
    margin-bottom: 14px;
}

.snyatie-col-1 {
    float: right;
    width: 59%;
    text-align: right;
}

.snyatie-col-2 {
    float: left;
    width: 41%;
}

.arrow-list > li {
    list-style: none;
    line-height: 1.2;
    margin-bottom: 9px;
    padding-left: 31px;
    background: url(/wp-content/themes/auto/css/../img/arrow-list.png) left top 4px no-repeat;
    min-height: 22px;
}

.snyatie-col-2 p {
    margin-bottom: 13px;
    line-height: 1.3;
}

.info {
    line-height: 1.3;
    background: url(/wp-content/themes/auto/css/../img/info-icon.png) left 16px top 16px no-repeat #f4f8fc;
    border: 5px solid #d6e5f9;
    border-radius: 6px;
    padding: 17px 9px 20px 85px;
    margin: 20px 0;
}

ul.arrow-list {
    margin-bottom: 25px;
}

.italic {
    font-family: 'SegoeUIItalic';
    line-height: 1.4;
    margin: 14px 0 14px;
}

.snyatie2 {
}

.phone-info {
    line-height: 1.3;
    background: url(/wp-content/themes/auto/css/../img/phoneinfo-icon.png) left 16px top 19px no-repeat
        #f4f8fc;
    border: 5px solid #d6e5f9;
    border-radius: 6px;
    padding: 17px 9px 20px 85px;
    margin: 20px 0;
    font-family: 'SegoeUISemiBold';
}

.snyatie-page .italic {
    position: relative;
    z-index: 9;
}

.snyatie3 {
    width: 700px;
    max-width: 100%;
    position: relative;
    z-index: 9;
}

.snyatie-page p {
    line-height: 1.3;
}

.economy-block {
    background: #f1f6fc;
    position: relative;
}

.economy-block-title {
    text-align: center;
    font-family: 'SegoeUISemiBold';
    text-transform: uppercase;
    background: #e2eefc;
    padding: 10px 16px;
}

.economy-body {
    padding: 15px 34px;
}

.economy-img {
    float: left;
    width: 19%;
}

.economy-text {
    float: left;
    width: 80%;
    font-family: 'SegoeUISemiBold';
}

a.phone-span {
    font-size: 28px;
    font-family: 'SegoeUIRegular';
    display: inline-block;
    padding-left: 50px;
    background: url(/wp-content/themes/auto/css/../img/phone-span.png) left center no-repeat;
}

.economy-man {
    position: absolute;
    bottom: 100%;
    right: 0;
}

.postanovka-form {
    background: #e6effb;
    padding: 25px 0 38px;
    margin-bottom: 21px;
}

h1.new-page-title span {
    text-transform: initial;
}

.above-title {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 19px;
}

.bigtext span {
    text-transform: initial;
}

.zamena-page .free-call {
    background: url(/wp-content/themes/auto/css/../img/freecall3.png) left center no-repeat;
}

.attention-list li {
    width: 49.5%;
}

.attention-list li span {
    display: inline-block;
    font-size: 22px;
    font-family: 'SegoeUISemiBold';
    background: url(/wp-content/themes/auto/css/../img/attention.png) left 26px top 20px #f4f8fc no-repeat;
    border: 5px solid #d6e5f9;
    border-radius: 4px;
    padding: 17px 29px;
    padding-left: 88px;
    min-width: 300px;
    line-height: 1.3;
    max-width: 100%;
}

.block-with-link a {
    color: #0f458d;
    font-family: 'SegoeUISemiBold';
}

.block-with-link {
    line-height: 1.4;
    margin: 20px 0;
}

.mustread-block a {
    color: #0f458d;
    text-decoration: underline;
}

.zamena-callblock {
    background: #f4f8fc;
    margin: 60px 0 30px;
}

.zamena-cb-img {
    float: left;
    width: 47%;
}

.zamena-cb-body {
    float: left;
    width: 53%;
    text-align: center;
    padding: 38px 40px 20px;
    line-height: 1.4;
}

.zamena-cb-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #424242;
    font-family: 'SegoeUISemiBold';
    margin-bottom: 12px;
}

.zamena-cb-text {
    font-size: 22px;
    font-family: 'SegoeUISemiBold';
    margin: 10px 0 3px;
}

a.phone-link {
    color: #4f74ad;
    font-size: 24px;
    font-family: 'SegoeUIBold';
    display: inline-block;
    padding: 7px 0;
    padding-left: 52px;
    background: url(/wp-content/themes/auto/css/../img/callblock-icon.png) left center no-repeat;
}

.mprav-zapis p {
    margin-bottom: 1px;
}

.info-p {
    background: #f4f8fc;
    font-family: 'SegoeUIRegular';
    padding: 13px 24px;
    line-height: 1.4;
    border-radius: 11px;
    margin: 10px 0;
}

.zamena-cb-title span {
    color: #4f74ad;
    font-family: 'SegoeUIBold';
}

.mprav-zamena-callblock .zamena-cb-img {
    float: left;
    width: 40%;
    padding-left: 16px;
    padding-top: 39px;
}

.mprav-zamena-callblock .zamena-cb-body {
    float: left;
    width: 60%;
    text-align: center;
    padding: 38px 40px 20px;
    line-height: 1.4;
}

.img-block-list > li {
    width: 33%;
}

.img-block-text {
    padding-top: 18px;
    line-height: 1.3;
}

.img-block-li {
    background: #f4f8fc;
    border: 5px solid #d6e5f9;
    border-radius: 9px;
    text-align: center;
    text-align-last: center;
    padding: 25px 25px;
    font-size: 19px;
    min-height: 309px;
}

.infoblock-center-2 {
    background: #f4f8fc;
    text-align: center;
    padding: 21px 22px;
    width: 82%;
    margin: 10px auto;
    border-radius: 9px;
    font-family: 'SegoeUISemiBold';
}

.free-call.med03-free-call {
    padding-left: 0;
    padding-right: 145px;
    background: url(/wp-content/themes/auto/css/../img/med03-dispetcher.png) right center no-repeat;
    min-height: 132px;
    font-size: 19px;
    color: #000;
    font-family: SegoeUIRegular;
    line-height: 1.2;
    padding-top: 31px;
    margin-top: 17px;
}

.blue-text {
    color: #4f74ad;
    font-size: 24px;
    font-family: 'SegoeUIBold';
    text-align: left;
    line-height: 1.2;
    padding: 0px 0 25px;
}

.pageblock-subtitle {
    font-size: 24px;
    text-align: center;
    font-family: 'SegoeUISemiBold';
    margin-bottom: 31px;
}

.med03-page ul.new-numbered-list {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.new-numbered-list li a {
    color: #4f74ad;
    text-decoration: underline;
}

.med03-b1-col1 {
    float: right;
    width: 47%;
    text-align: right;
}

.med03-b1-col2 {
    float: left;
    width: 53%;
    line-height: 1.4;
}

.med03-block-2 {
    background: #f4f8fc;
    padding: 24px 26px;
    margin-top: 2px;
    margin-bottom: 35px;
}

.med03-b2-col1 {
    float: left;
    width: 24%;
}

.med03-b2-col2 {
    float: left;
    width: 76%;
    line-height: 1.4;
}

.med02-bl1-col-1 {
    float: right;
    width: 61%;
    text-align: right;
}

.med02-bl1-col-2 {
    float: left;
    width: 37%;
    text-align: left;
}

.med02-bl1-col-2 p {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.blue-text span {
    font-size: 23px;
    font-family: 'SegoeUIRegular';
}

.free-call.med03-free-call.med02-free-call {
    margin-top: 0px;
    background: url(/wp-content/themes/auto/css/../img/med02-dispetcher.png) right center no-repeat;
}

.med02-b2-col1 {
    float: left;
    width: 43%;
}

.med02-b2-col2 {
    float: left;
    width: 57%;
}

.guns-grid .grid-block-wrap {
    display: table;
    width: 100%;
    height: 129px;
    padding: 20px 5px 20px 18px;
}

.guns-grid .link-grid-img {
    width: 28%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.guns-grid .link-grid-body {
    width: 70%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.specialists-list li {
    font-size: 19px;
    width: 49.95%;
    /* padding: 20px 31px; */
    margin-bottom: 0;
}

.specialist-li {
    border: 3px solid #d6e5f9;
    padding: 20px 20px 20px 82px;
    background: url(/wp-content/themes/auto/css/../img/spec-list-bg.png) left 20px center no-repeat;
}

.specialist-li-title {
    font-size: 25px;
    font-family: 'SegoeUISemiBold';
}

.specialists-list {
    margin-bottom: 30px;
}

.big-warning-block {
    background: url(/wp-content/themes/auto/css/../img/big-warning-bg.png) left top no-repeat;
    padding-left: 88px;
}

.small-warning-block {
    background: url(/wp-content/themes/auto/css/../img/small-warning-bg.png) left top 8px no-repeat;
    padding-left: 65px;
    margin-bottom: 29px;
}

.med02-callblock {
    background: #f4f8fc;
    margin-bottom: 30px;
}

.med02-cb-img {
    float: left;
    width: 36%;
}

.med02-cb-title {
    font-size: 22px;
    line-height: 1.4;
    font-family: 'SegoeUISemiBold';
}

.med02-cb-body {
    width: 64%;
    float: left;
    padding: 15px 0 0;
    line-height: 1.4;
}

.green-required {
    color: #08b400;
    font-size: 30px;
    font-family: 'SegoeUIBold';
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom;
}

.arest-page .free-call {
    background: url(/wp-content/themes/auto/css/../img/arest-freecall.png) left center no-repeat;
}

.arest-text1 {
    font-size: 22px;
    text-align: center;
    font-family: 'SegoeUISemiBold';
    line-height: 1.3;
    padding: 20px 21px;
}

.all-free-phone {
    position: relative;
    background: #edffeb;
    border: 2px solid #8bdc87;
    font-size: 20px;
    color: #09b500;
    font-family: 'SegoeUIBold';
    border-radius: 16px;
    min-height: 72px;
    padding-left: 110px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 26px;
    line-height: 1.2;
}

.all-free-phone .green-required {
    float: left;
}

.all-free-phone img {
    position: absolute;
    left: 17px;
    top: -32px;
}

.pageblock-title.text-left {
    text-align: left;
}

.arrow-row-list li {
    list-style: none;
    padding: 13px 0;
    padding-left: 61px;
    line-height: 1.3;
    font-size: 20px;
    background: url(/wp-content/themes/auto/css/../img/arrow-row-list.png) left 13px top 8px #fff
        no-repeat;
}

.arrow-row-list li:nth-child(2n + 1) {
    background: url(/wp-content/themes/auto/css/../img/arrow-row-list.png) left 13px top 8px #f4f8fd
        no-repeat;
}

.center-bold {
    font-size: 22px;
    text-align: center;
    font-family: 'SegoeUISemiBold';
    line-height: 1.3;
    padding: 13px 21px;
}

.big-check-icon-list {
    position: relative;
    margin-top: 43px;
    margin-bottom: 49px;
}

.big-check-icon-list img {
    position: absolute;
    right: 0;
    top: initial;
    bottom: -50px;
}

.big-check-icon-list li {
    background: url(/wp-content/themes/auto/css/../img/bcil-icon.png) left 20px center #f4f8fd no-repeat;
    margin-bottom: 12px;
    border-radius: 120px;
    list-style: none;
    padding: 14px 0;
    padding-left: 135px;
    min-height: 131px;
}

.bcil-title {
    font-size: 25px;
    font-family: 'SegoeUISemiBold';
}

.bcil-text {
    width: 565px;
    max-width: 100%;
}

a.pointer-link {
    display: inline-block;
    color: #3786c2;
    font-size: 25px;
    font-family: 'SegoeUIBold';
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin: 15px 0;
    margin-left: 50px;
    position: relative;
}

a.pointer-link:hover,
a.pointer-link:visited,
a.pointer-link:active,
a.pointer-link:focus {
    text-decoration: none;
}

a.pointer-link:after {
    content: '';
    display: inline-block;
    position: absolute;
    /* right: 100%; */
    left: -8px;
    top: -55%;
    width: 39px;
    height: 48px;
    background: url(/wp-content/themes/auto/css/../img/pointer-icon.png) no-repeat;
    -webkit-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
}

.blue-title {
    color: #3786c2;
    font-size: 30px;
    text-align: center;
    font-family: 'SegoeUIBold';
    line-height: 1.2;
    margin: 20px 0 34px;
    text-transform: uppercase;
}

.blue-title-left {
    font-size: 24px;
    color: #4f74ad;
    font-family: SegoeUIBold;
    line-height: 1.2;
    padding-top: 8px;
    text-transform: uppercase;
}

a.big-phone {
    font-size: 22px;
    color: #4f74ad;
    font-family: SegoeUIBold;
    line-height: 1.2;
    padding-top: 8px;
    text-transform: uppercase;
}

.bottom-call-block {
    background: #f8fbfe;
}

.bcb-phone-block {
    position: relative;
    background: #edffeb;
    border: 2px solid #8bdc87;
    font-size: 20px;
    color: #09b500;
    font-family: 'SegoeUIBold';
    border-radius: 16px;
    min-height: 72px;
    padding-left: 33px;
    padding-top: 17px;
    padding-bottom: 9px;
    margin-top: 26px;
    line-height: 1.2;
    text-align: left;
}

.bcb-phone-block img {
    position: absolute;
    top: -19px;
    right: 0;
}

.bcb-left {
    float: left;
    width: 44%;
}

.bcb-right {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 41px;
}

.bcb-text1 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'SegoeUISemiBold';
}

.bcb-text2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SegoeUISemiBold';
}

a.bcb-link {
    font-size: 36px;
    color: #3786c2;
    font-family: 'SegoeUIBold';
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
}

.bcb-text3 {
    padding-top: 19px;
}

.we-center {
    vertical-align: middle;
    display: table-cell;
    height: auto;
}

.work-everywhere {
    display: table;
    width: 100%;
    height: 383px;
    background: url(/wp-content/themes/auto/css/../img/map-russia.png) center top no-repeat;
    text-align: center;
}

.flag-block {
    background: rgba(245, 248, 251, 0.78);
    padding: 10px 0px;
}

.flag-span {
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    padding-left: 117px;
    font-family: 'SegoeUIRegular';
    line-height: 1.2;
    background: url(/wp-content/themes/auto/css/../img/russia-flag.png) left center no-repeat;
}

.flag-span span {
    color: #3786c2;
    font-family: 'SegoeUIBold';
}

.peregon-free-call {
    padding-left: 145px;
    background: url(/wp-content/themes/auto/css/../img/peregon-freecall.png) left center no-repeat;
    min-height: 136px;
    font-size: 24px;
    color: #4f74ad;
    font-family: SegoeUIBold;
    line-height: 1.2;
    padding-top: 8px;
    text-transform: uppercase;
}

.peregon-free-call p {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.peregon-free-call a {
    color: #4f74ad;
}

.peregon-text1 {
    font-size: 22px;
    text-align: left;
    font-family: 'SegoeUISemiBold';
    line-height: 1.3;
    padding: 20px 0;
}

.class-block {
    font-size: 19px;
    font-family: 'SegoeUIRegular';
    line-height: 1.4;
    padding-left: 43px;
    background: url(/wp-content/themes/auto/css/../img/class-icon.png) left center no-repeat;
}

.peregon-text2 {
    padding: 20px 0;
}

span.warning {
    color: #b80000;
    font-family: 'SegoeUISemiBold';
}

.warning-span {
    color: #b80000;
    font-family: 'SegoeUISemiBold';
}

.peregon-bp-title {
    color: #3786c2;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
}

.peregon-bp-title a {
    color: inherit;
}

.peregon-bp-subtitle {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: 'SegoeUISemiBold';
}

.peregon-bottom-call img {
    position: absolute;
    left: -55px;
    top: -10px;
}

.peregon-bottom-call {
    background: #eef4fb;
    border-radius: 200px;
    position: relative;
    padding: 14px 0 1px;
    padding-left: 259px;
    margin-left: 55px;
}

.center-span {
    text-align: center;
    font-size: 24px;
    font-family: 'SegoeUISemiBold';
    line-height: 1.3;
    margin: 26px 0 20px;
}

.center-span span,
.center-span img {
    display: inline-block;
    vertical-align: middle;
}

.peregon-free-call strong {
    text-transform: initial;
    color: #000;
    display: block;
    font-weight: 400;
    font-family: 'SegoeUISemiBold';
    margin-bottom: 10px;
}

.peregon2-page .peregon-free-call {
    background: url(/wp-content/themes/auto/css/../img/peregon2-freecall.png) left center no-repeat;
}

.check-block {
    background: url(/wp-content/themes/auto/css/../img/check-block.png) left 14px center no-repeat #f4f9fd;
    border-radius: 15px;
    border: 5px solid #a9d0ec;
    padding: 8px 10px;
    padding-left: 71px;
    line-height: 1.4;
    min-height: 58px;
}

.check-list li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 64px;
    padding-top: 2px;
    background: url(/wp-content/themes/auto/css/../img/check-list.png) left top 0px no-repeat;
    min-height: 51px;
    line-height: 1.3;
}

.check-list li:nth-child(2n) {
    font-family: 'SegoeUISemiBold';
}

.documents-list > ul {
    width: 880px;
    margin: 0 auto;
    max-width: 95%;
}

.documents-list > ul > li {
    background: #f4f8fc;
    list-style: none;
    margin-bottom: 12px;
    padding: 24px 0 16px;
    border-left: 12px solid rgba(138, 184, 218, 0.37);
}

.dc-left {
    float: left;
    width: 18%;
    padding-left: 54px;
}

.dc-right {
    float: left;
    width: 75%;
}

.dc-title {
    font-size: 25px;
    font-family: 'SegoeUISemiBold';
    line-height: 1.3;
}

.dc-text p {
    margin-bottom: 14px;
}

.dc-text ul {
    margin-left: 39px;
    line-height: 1.3;
    font-size: 17px;
    margin-bottom: 20px;
}

.dc-text ul li {
    margin-bottom: 12px;
}

.dc-title span {
    font-size: 19px;
}

.peregon-bp-title span {
    font-size: 25px;
    text-transform: initial;
}

.peregon-bp-title {
    line-height: 1.2;
}

.peregon2-bottom-call {
    padding-left: 397px;
}

.peregon2-bottom-call img {
    position: absolute;
    left: 0;
    top: initial;
    bottom: -18px;
}

.pricep1-page .peregon-free-call {
    background: url(/wp-content/themes/auto/css/../img/pricep1-freecall.png) left center no-repeat;
}

.big-strong-text {
    margin: 31px 0 10px;
}

.big-strong-text span {
    font-size: 24px;
    font-family: 'SegoeUISemiBold';
}

.pricep1-bottom-call img {
    position: absolute;
    left: 55px;
    top: 50px;
    bottom: initial;
}

.pricep2-page .peregon-free-call {
    background: url(/wp-content/themes/auto/css/../img/pricep2-freecall.png) left center no-repeat;
}

.green-checks-list li {
    list-style: none;
    padding-left: 20px;
    background: url(/wp-content/themes/auto/css/../img/green-small-check.png) left top 7px no-repeat;
    line-height: 1.2;
    margin-bottom: 7px;
}

.pricep2-icon .dc-left {
    padding-left: 24px;
}

img.pricep2-img {
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
}

.franshiza-img1 {
    margin: 48px 0 36px;
}

.handshake-block {
    background: url(/wp-content/themes/auto/css/../img/handshake.png) left 29px center no-repeat #f4f9fd;
    border: 5px solid #c2d6f4;
    padding: 17px 20px;
    padding-left: 135px;
    border-radius: 15px;
    font-family: 'SegoeUISemiBold';
}

.left-img-block {
    background: #f4f8fd;
    margin-bottom: 19px;
    border-radius: 162px;
    padding: 52px 0;
    font-family: 'SegoeUIRegular';
}

.left-img-block .float-img {
    float: left;
    width: 27%;
    padding-left: 38px;
    text-align: center;
}

.left-img-block .float-body {
    float: left;
    width: 68%;
    padding-left: 10px;
    line-height: 1.4;
}

.float-body span {
    color: #3786c2;
    font-size: 25px;
    font-family: 'SegoeUISemiBold';
}

.freq-title {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'SegoeUISemiBold';
}

.freq-title span {
    color: #3786c2;
    font-family: 'SegoeUIBold';
}

.franschize-req .col-left {
    text-align: right;
    float: left;
    width: 33%;
}

.franschize-req .col-right {
    float: left;
    width: 66%;
    padding-left: 32px;
}

.blue-circle-list li {
    list-style: none;
    padding-left: 20px;
    line-height: 1.4;
    margin-bottom: 12px;
    background: url(/wp-content/themes/auto/css/../img/blue-circle-list.png) left top 9px no-repeat;
}

.blue-circle-list li:nth-child(2n + 1) {
    font-weight: bold;
}

.freq-img {
    margin-top: 14px;
}

.franschize-req {
    margin: 72px 0 69px;
}

.quote-block {
    background: #f4f8fd;
    padding: 35px 87px 31px 68px;
    border-left: 13px solid #9bc2e1;
}

.quote-block-title {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
    color: #3786c2;
}

.quote-block p {
    margin-bottom: 12px;
    font-size: 22px;
    font-family: 'SegoeUIRegular';
    line-height: 1.3;
}

.quote-block-subtitle {
    font-size: 25px;
    color: #3786c2;
    font-family: 'SegoeUIBold';
    margin-bottom: 10px;
}

.anketa-table {
    display: table;
}

.anketa-row {
    display: table-row;
}

.anketa-col {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 0;
}

.anketa-franshiza {
}

.anketa-table .anketa-col:first-child {
    font-size: 22px;
    font-family: 'SegoeUISemiBold';
    text-align: right;
    line-height: 1.3;
    padding-right: 18px;
}

.anketa-franshiza {
    border: 8px solid #d6e5f9;
    margin: 91px 0;
    padding-bottom: 30px;
}

.anketa-table {
    display: table;
    width: 76%;
    max-width: 100%;
    margin: 0 auto;
}

.anketa-table textarea {
    background: none;
    border: 2px solid #dcdcdc;
    height: 89px;
}

.anketa-table input {
    border: 2px solid #dcdcdc;
    background: none;
    padding: 7px 0;
}

input.age-field {
    width: 100px;
}

.anketa-btn {
    text-align: center;
}

.autobot-b1-col-1 {
    float: right;
    width: 42%;
}

.autobot-b1-col-2 {
    float: left;
    width: 56%;
}

.text-list {
    list-style: none;
}

.text-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.big-blue-title {
    color: #3786c2;
    font-size: 36px;
    text-align: center;
    font-family: 'SegoeUIBold';
    line-height: 1.2;
    margin: 20px 0 34px;
    text-transform: uppercase;
}

.bordered {
    border: 8px solid #d6e5f9;
    padding: 30px 30px;
}

.text-subtitle {
    font-size: 25px;
    font-weight: 600;
}

p.text-subtitle {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 0;
}

.autobot-check-block {
    text-align: center;
}

a.purple-btn {
    display: inline-block;
    background: #4e67b9;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 36px;
    border-radius: 5px;
    width: 266px;
    max-width: 100%;
    margin-top: 20px;
}

.autobot-list-block {
    overflow: hidden;
    background: #f5f9fc;
    margin-bottom: 10px;
    padding: 20px 0;
}

.autobot-lb-icon {
    /* float: left; */
    width: 90px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.autobot-lb-text {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

.autobot-block2 {
    overflow: hidden;
}

.autobot-b2-col1 {
    float: left;
    width: 45%;
}

.autobot-b2-col2 {
    float: left;
    width: 54%;
}

.check-icon-list li {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 19px;
    background: url(/wp-content/themes/auto/css/../img/check-icon.png) left top 2px no-repeat;
    min-height: 35px;
}

.strahovanie-subtitle {
    text-align: center;
    font-weight: 600;
    margin-top: -11px;
    margin-bottom: 42px;
}

.strahovanie-page-new .grid-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.autostr-col-1 {
    float: left;
    width: 30%;
}

.autostr-col-2 {
    float: left;
    width: 70%;
    padding-left: 20px;
}

.autostr-block2 {
    overflow: hidden;
}

.blue-btn {
    background: #3786c2;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    padding: 13px 32px;
    border-radius: 6px;
}

.blue-btn:hover {
    color: #fff;
}

.autostr-block2 .bigtext {
    text-align: left;
}

.p-subtitle {
    font-size: 24px;
    font-weight: 600;
}

.autostr-block3 {
    text-align: center;
}

.autostr-last-block {
    padding: 51px 0 71px;
}

.icon-text-center {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 26px;
}

.icon-text-center img,
.icon-text-center span,
.icon-text-center a {
    display: inline-block;
    vertical-align: middle;
}

.icon-text-center img {
    margin-right: 12px;
}

.icon-text-center a {
    color: #3786c2;
}

.icon-text-center-bg {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 26px;
    background: #f4f9fd;
    padding: 14px 12px;
}

.icon-text-center-bg img,
.icon-text-center-bg span,
.icon-text-center-bg a {
    display: inline-block;
    vertical-align: middle;
}

.icon-text-center-bg img {
    margin-right: 12px;
}

.icon-text-center-bg a {
    color: #3786c2;
}

.center-paragraph {
    text-align: center;
    width: 90%;
    margin: 20px auto;
}

.links-grid--small-img .link-grid-img {
    width: 18%;
}

.links-grid--small-img .link-grid-body {
    width: 82%;
}

.flex-grid-block .grid-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 95px;
}

.titled-lists ul {
    text-align: center;
    list-style: none;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 8px;
    font-size: 18px;
    margin-left: 0;
}

.titled-lists .pageblock-subtitle {
    margin-bottom: 16px;
}

.titled-lists {
    padding: 53px 0 0px;
}

.titled-lists ul a {
    color: #3786c2;
    text-decoration: underline;
    margin-bottom: 3px;
    display: inline-block;
}

.titled-lists ul:after {
    content: '';
    display: inline-block;
    width: 348px;
    height: 3px;
    background: #f4f8fc;
    margin: 0 auto;
    max-width: 100%;
}

.fil-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.fil-img {
    width: 79px;
}

.fil-text {
    width: 90%;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}

.fil-text a {
    color: #3786c2;
    font-weight: 600;
    text-decoration: underline;
}

.flex-img-list {
    margin: 23px 0 71px;
}

.irkutsk-yur-1 .peregon-text1 {
    text-transform: none;
    color: #000;
}

.irkutsk-yur-1 {
    width: 578px;
    margin: 0 auto;
    max-width: 100%;
}

.documents-list.fullwidth-documents-list ul {
    width: 100%;
    max-width: 100%;
}

.documents-list.fullwidth-documents-list > ul > li {
    border-left: 0;
}

.fullwidth-documents-list .dc-left {
    width: 12%;
    padding-left: 27px;
}

.fullwidth-documents-list .dc-right {
    width: 86%;
}

.yur-text-2 {
    display: inline-block;
    margin: 10px auto;
    background: #f4f8fc;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'SegoeUIBold';
    font-size: 24px;
    padding: 20px 47px;
    border-radius: 56px;
    line-height: 1.2;
    margin-top: 34px;
}

.yur-block-2 {
    text-align: center;
    margin-top: 83px;
}

.region-menu {
    background: #ebedf3;
    text-align: left;
}

#menu-top .region-menu a {
    font-weight: 600;
    color: #333;
    font-family: 'SegoeUIBold';
}

.region-menu a:hover {
    text-decoration: none;
}

.mobile-menu .region-menu {
    background: #4f67b7;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #fff;
    margin-top: 11px;
}

.contacts-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border-bottom: 1px solid #e8ecf6;
    font-family: 'SegoeUISemiBold', sans-serif;
}

.contacts-col-left {
    width: 350px;
    text-align: right;
    padding: 9px 16px;
    border-right: 1px solid #e8ecf6;
}

.contacts-col-right {
    width: calc(100% - 350px);
    padding: 9px 16px;
}

.contacts-col-right a {
    font-family: 'SegoeUIBold', sans-serif;
    color: #4f74ad;
    display: inline-block;
    margin-right: 10px;
}

.info-icon-text {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background: #f4f9fd;
    margin: 40px 0;
    padding: 35px 20px;
    padding-right: 4%;
    border: 5px solid #d5e8f7;
    border-radius: 28px;
}

.info-icon {
    width: 165px;
    max-width: 100%;
    text-align: center;
}

.info-text {
    width: calc(100% - 165px);
}

.bighead {
    color: #4f74ad;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold', sans-serif;
    text-align: center;
    line-height: 1.2;
    padding: 18px 0 5px;
}

.infoblock-center h4 {
    font-size: 28px;
    text-transform: uppercase;
}

.department {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e7f0f7;
    padding: 10px 0;
}

.dep-taxi {
    width: 230px;
    text-align: right;
}

.dep-address {
    width: 43%;
}

.dep-services {
    width: calc(57% - 230px);
}

.dep-address-icon {
    padding-left: 38px;
    background: url(/wp-content/themes/auto/css/../img/dep-map-icon.png) left top 8px no-repeat;
    min-height: 41px;
}

.dep-address-title {
    color: #4f74ad;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
}

.dep-opened {
    display: flex;
    justify-content: left;
    flex-flow: row wrap;
    align-items: center;
}

.dep-services-icons {
    width: 67px;
    text-align: right;
}

.dep-services-text {
    width: calc(100% - 67px);
    font-size: 16px;
    padding-left: 13px;
    line-height: 1.2;
}

.yandex-block {
    background: url(/wp-content/themes/auto/css/../img/yandex-car.png) left center no-repeat #f8e988;
    margin-bottom: 32px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
    padding-left: 7%;
}

span.yandex-text {
    font-size: 16px;
    width: 37%;
    font-family: 'SegoeUISemibold';
    text-align: right;
    padding-right: 20px;
    line-height: 1.2;
    color: #573905;
}

.yandex-title {
    font-size: 18px;
    font-family: 'SegoeUIBold';
    color: #573905;
    padding-left: 20px;
    text-transform: uppercase;
}

.region-title {
    text-align: center;
    font-size: 24px;
    font-family: 'SegoeUISemiBold';
    margin: 26px 0 20px;
}

.dep-closed {
    text-align: center;
    font-size: 17px;
}

a.light-link {
    color: #4f74ad;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1;
}

a.light-link:hover {
    text-decoration: none;
}

.departments-partner-link {
    text-align: center;
    margin: 32px 0;
}

.info-icon-text a {
    color: #4f74ad;
    font-family: 'SegoeUISemiBold';
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1;
}

#spu-1966 {
    padding: 0 !important;
    background: transparent !important;
}

.footer-alisa {
    padding: 11px 0;
}

.lastnews-body li {
    list-style-position: inside;
}

.upper-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 13px;
}

.big-p {
    text-transform: uppercase;
    font-family: 'SegoeUISemiBold';
}

.call-mini a {
    font-size: 24px;
    color: #4f74ad;
    font-family: 'SegoeUIBold';
}

.two-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}

.tc-right {
    width: 62%;
}

.tc-left {
    width: 38%;
}

.call-mini {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.call-mini-body {
    width: 222px;
    max-width: 100%;
}

p.blue-p {
    color: #4f74ad;
    font-family: 'SegoeUIBold';
}

.sohr-info-1 .info-text {
    width: calc(100% - 200px);
}

.blue-span {
    font-size: 24px;
    text-transform: uppercase;
    color: #4f74ad;
    font-family: 'SegoeUIBold';
}

.flex-icon-block {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.flex-text {
    flex: 4 1 50%;
    padding-left: 40px;
}

.pageblock-title span {
    text-transform: lowercase;
}

.grid-three-col .link-grid-text {
    flex: 0 0 60%;
}

.grid-three-col {
    display: flex;
    background: #f4f8fc;
    margin-bottom: 7px;
    justify-content: space-around;
    padding: 27px 0;
    align-items: center;
    flex-flow: row wrap;
}

.one-call-blue {
    color: #4f74ad;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
    line-height: 1.2;
    /*padding: 18px 0 25px;*/
}

.sohr-one-call {
    position: relative;
    background: #e6effb;
    border-radius: 200px;
    padding: 46px 0;
}

img.sonc-img {
    position: absolute;
    bottom: 0;
    left: 60px;
}

.sonc-body {
    padding-left: 449px;
}

.sonc-body p {
    margin: 0;
}

.one-call-title {
    font-size: 24px;
    font-family: 'SegoeUISemiBold';
}

.goodluck {
    margin: 40px 0 0;
}

.goodluck img {
    margin-right: 20px;
}

.postanovka-form {
    background: #e6effb;
    padding: 13px 0 1px;
    margin-bottom: 21px;
    margin-top: 40px;
}

.page-nav ul {
    list-style: none;
    counter-reset: li;
}

.page-nav ul a:before {
    display: inline-block;
    content: counter(li);
    counter-increment: li;
    background: #ebf1f5;
    font-size: 22px;
    font-family: 'SegoeUIBold';
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    margin-right: 14px;
    color: #4f74ad;
}

.page-nav ul a {
    display: inline-block;
    font-size: 22px;
    font-family: 'SegoeUIBold';
    color: #4f74ad;
    margin-bottom: 10px;
    text-decoration: underline;
}

.pereves-nav-block {
    display: flex;
    flex-flow: row wrap;
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid rgba(79, 116, 173, 0.14);
}

.pereves-nav-block2::before {
    display: block;
    content: ' ';
    width: 100%;
    height: 150px;
    /* Give height of your fixed element */
    margin-top: -150px;
    /* Give negative margin of your fixed element */
    visibility: hidden;
}

.pereves-nav-block:last-of-type {
    border-bottom: none;
}

.one-call-title {
    line-height: 1.2;
}

img.sonc-img.pereves-img {
    bottom: initial;
}

.pereves-nb-img {
    width: 20%;
}

.pereves-nb-body {
    width: 80%;
}

.pereves-nb-title h3 {
    color: #4f74ad;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 7px;
}

.p-head {
    background: #f4f9fd;
    padding: 9px 16px;
    font-size: 20px;
    font-family: 'SegoeUISemiBold';
    margin-bottom: 10px;
}

a.underline {
    text-decoration: underline;
}

.info-snoska {
    width: 100%;
    background: #f4f9fd;
    padding: 20px 20px;
    border: 5px solid #e0f0fa;
    border-radius: 15px;
    text-align: center;
    font-size: 22px;
    color: #4f74ad;
    font-family: 'SegoeUIBold';
}

.page-h2 {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SegoeUISemiBold', serif;
    margin: 13px 0 28px;
}

.page-top-info {
    color: #2e9a3e;
    font-size: 20px;
    text-align: center;
    font-family: 'SegoeUISemiBold', Serif;
    border: 3px solid #79c083;
    padding: 8px 16px;
    margin-bottom: 35px;
}

.packet-head {
    background: #4f74ad;
    color: #fff;
    text-align: center;
    padding: 31px 0 22px;
}

.packets-row {
    display: flex;
    width: 91%;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: space-between;
}

.packet-col {
    width: 48%;
}

.packet-title {
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'SegoeUISemiBold', serif;
    line-height: 1.2;
}

.packet-link a {
    display: inline-block;
    background: #7ec4fa;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'SegoeUIBold';
    border-radius: 9px;
    padding: 8px 40px;
    margin-top: 15px;
    width: 182px;
    max-width: 100%;
}

.packet {
    height: 100%;
}

.packet-body {
    height: calc(100% - 236px);
    border: 6px solid #7fa2d4;
    border-top: 0;
    padding: 40px 30px;
}

.packet-list-title {
    font-family: 'SegoeUIBold';
    color: #4f74ad;
    text-align: center;
    margin-bottom: 20px;
}

.small-span {
    font-size: 16px;
    display: inline-block !important;
}

.packet-list li {
    list-style: none;
    padding-left: 44px;
    margin-bottom: 20px;
    background: url(/wp-content/themes/auto/css/../img/packet-list-marker.png) left top 4px no-repeat;
}

.doc-call-1 {
    background: url(/wp-content/themes/auto/css/../img/call-phone-icon.png) left 31px top 42px no-repeat
        #ebf1f5;
    width: 91%;
    margin: 4px auto 45px;
    font-size: 20px;
    font-family: 'SegoeUISemiBold';
    padding: 27px 20px;
    padding-left: 165px;
    line-height: 1.4;
}

.doc-call-1 b {
    color: #3786c2;
    font-size: 22px;
    font-family: 'SegoeUIBold';
}

.doc-call-1 a {
    color: #3786c2;
}

.dop-services {
    width: 91%;
    margin: 0 auto;
}

.dop-service {
    background: url(/wp-content/themes/auto/css/../img/dop-service-icon.png) left 30px top 30px no-repeat;
    border: 6px solid rgba(171, 199, 217, 0.4);
    margin-bottom: 14px;
    padding: 21px;
    padding-left: 133px;
}

.dop-service-title {
    font-size: 22px;
    font-family: 'SegoeUISemiBold';
}

.docs-questions {
    width: 91%;
    margin: 52px auto;
}

.docs-question {
    display: flex;
    margin-bottom: 47px;
}

.docs-q-img {
    width: 11%;
}

.docs-q-body {
    width: 89%;
}

.docs-q-title {
    color: #4f74ad;
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'SegoeUISemibold';
    margin-bottom: 10px;
}

.underline {
    text-decoration: underline;
}

.docs-q-text a {
    color: #0168b3;
}

.docs-bottom-text {
    width: 91%;
    margin: 0 auto;
    font-family: 'SegoeUIBold';
}

.doc-call-2 {
    position: relative;
}

.doc-call-2 img {
    position: absolute;
    left: 30px;
    bottom: 0;
}

.doc-call1-body {
    position: relative;
}

.doc-call-2 {
    position: relative;
    background: #ebf1f5;
    padding-left: 218px;
}

.docs-form-wrap {
    background: #4f74ad;
    position: relative;
    padding: 36px 84px;
    width: 91%;
    margin: 35px auto;
}

.docs-form-row {
    display: flex;
    flex-flow: row wrap;
    width: 480px;
    justify-content: space-between;
    max-width: 100%;
}

.docs-form-field {
    width: 49%;
    margin-bottom: 10px;
}

.docs-form-field input {
    padding: 8px 20px;
    width: 100%;
}

.docs-form-wrap input.wpcf7-form-control.wpcf7-submit {
    margin-top: 8px;
    padding: 13px;
    background: #7ec4fa;
    border-radius: 9px;
    font-size: 20px;
    width: 205px;
    max-width: 100%;
}

.docs-form-wrap span.wpcf7-not-valid-tip {
    display: none;
}

.docs-form-wrap p {
    margin: 0;
}

.docs-form-title {
    color: #fff;
    font-size: 29px;
    font-family: 'SegoeUISemiBold';
    margin-bottom: 14px;
}

img.docs-form-img {
    position: absolute;
    right: 7%;
    top: 32px;
}

.docs-form-wrap .wpcf7-validation-errors {
    position: relative;
    background: #fff;
}

.docs-form-wrap .wpcf7-mail-sent-ok {
    background: #fff;
    position: relative;
}

.spu-content .docs-form-row {
    margin: 0 auto;
}

#spu-2086 input.wpcf7-form-control.wpcf7-submit {
    background: #7ec4fa;
}

#spu-2087 input.wpcf7-form-control.wpcf7-submit {
    background: #7ec4fa;
}

.osmotr-left {
    width: 40%;
}

.osmotr-right {
    width: 58%;
}

.page-subtitle {
    font-family: 'SegoeUISemibold';
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.medosmotr-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
}

.medosmotr-feature {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.med-feature-icon {
    width: 98px;
}

.med-feature-title {
    width: calc(100% - 98px);
}

.flex-start {
    align-items: flex-start;
}

.border-img-info {
    border: 7px solid #c7deee;
    margin: 50px 0;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    justify-content: space-between;
}

.border-img-info__left {
    width: 38%;
}

.border-img-info__right {
    width: 53%;
    padding-right: 69px;
}

.border-img-info__title {
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #0168b3;
    font-family: 'SegoeUIBold';
    margin-bottom: 15px;
}

.border-img-info__text {
    font-size: 19px;
    font-family: 'SegoeUIRegular';
}

.border-img-info__text h3 {
    font-size: 22px;
    font-family: 'SegoeUIBold';
}

.block-title {
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    font-family: 'SegoeUISemiBold';
}

.medosmotr-page .packet-list li {
    margin-bottom: 15px;
    background: url(/wp-content/themes/auto/css/../img/packet-list-marker.png) left top 1px no-repeat;
    min-height: 35px;
    font-family: 'SegoeUIRegular', sans-serif;
    line-height: 1.3;
}

.med-adv-col {
    width: 46%;
}

.medosmotr-advantages {
    display: flex;
    justify-content: space-between;
}

.med-adv-head {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    margin-top: 42px;
}

.med-adv-img {
    width: 72px;
    flex: 1 1 auto;
}

.med-adv-title {
    width: calc(100% - 72px);
    flex: 1 1 auto;
    font-family: 'SegoeUIBold';
}

.med-adv-title span {
    color: #0168b3;
    text-transform: uppercase;
}

.med-question-head {
    background: #e8f1f6;
    padding: 20px 60px 20px 148px;
    min-height: 118px;
    display: flex;
    align-items: center;
    position: relative;
}

.med-question-title {
    font-family: 'SegoeUIBold';
    line-height: 1.4;
}

.med-question-head:after {
    content: '';
    position: absolute;
    width: 118px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/themes/auto/css/../img/medosmotr-question.png) center center #0168b3
        no-repeat;
}

.med-question-body {
    padding: 25px 46px 33px;
    border: 1px solid #bdbdbd;
    border-top: 0;
    font-family: 'SegoeUIRegular', sans-serif;
    line-height: 1.4;
}

.med-question {
    margin-bottom: 40px;
}

img.medosmotr-form-img {
    position: absolute;
    right: 7%;
    top: initial;
    bottom: 0;
}

.clients-gallery-wrap {
    /*display: none;*/
    margin-top: 73px;
    margin-bottom: 28px;
}

.logged-in .clients-gallery-wrap {
    display: block;
}

.clients-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clients-photo__title {
    margin-bottom: 42px;
}

.gallery-col {
    /*width: calc(100% / 3);*/
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.gallery-col img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.docs-form-wrap.medosmotr-form {
    background: #0168b3;
    margin-top: 66px;
}

.docs-form-textarea textarea,
.docs-form-textarea span {
    width: 100%;
    display: block;
    height: 125px;
    line-height: 1.4;
    margin-bottom: 9px;
}

.docs-form-textarea {
    width: 100%;
}

.page-bottom-contacts {
    text-align: center;
}

.page-bottom-contacts li {
    list-style: none;
    font-size: 21px;
    font-family: 'SegoeUIRegular', sans-serif;
}

.page-bottom-contacts a {
    color: #0168b3;
    font-family: 'SegoeUISemiBold', sans-serif;
}

a.page-bottom-link {
    color: #0168b3;
    font-family: 'SegoeUISemiBold', sans-serif;
    text-decoration: underline;
}

.medosmotr-page p a {
    text-decoration: underline;
}

.med-question-body a {
    text-decoration: underline;
}

/* test.css */

.docs-form-wrap.medosmotr-form {
    margin-bottom: 61px;
}

a.phone-bold {
    font-family: 'SegoeUISemiBold', sans-serif;
}

.large-phone {
    color: #287ab2;
    font-family: 'SegoeUISemiBold';
    font-size: 42px;
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
}

.large-phone:hover {
    color: #0168b3;
}

.large-phone:before {
    content: '';
    width: 41px;
    height: 41px;
    background: url(/wp-content/themes/auto/css/../img/large-phone-icon.png) center top no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.car-col {
    width: 24%;
}

.expertiza-cars .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exp-car-img {
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.car-col a {
    font-size: 15px;
    font-family: 'SegoeUISemiBold';
    line-height: 1.4;
    text-align: center;
    display: inline-block;
}

.car-col span {
    display: inline-block;
}

.section h3 {
    text-align: center;
    font-size: 28px;
    font-family: 'SegoeUISemiBold', sans-serif;
    margin: 16px;
    margin-bottom: 36px;
}

.sbkts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sbkts .col-left {
    width: 55%;
}

.sbkts-img {
    position: relative;
}

.sbkts-img img {
    position: relative;
}

.sbkts-img:before {
    content: '';
    position: absolute;
    background: #ebf1f5;
    width: 89%;
    height: 93%;
    left: -18px;
    bottom: -18px;
}

.blue-checklist {
}

.blue-checklist li {
    padding-left: 48px;
    list-style: none;
    margin-bottom: 15px;
    background: url(/wp-content/themes/auto/css/../img/blue-checklist-marker.png) left top 1px no-repeat;
    min-height: 31px;
}

.blue-checklist li ul {
    margin: 19px 0;
}

.blue-checklist li ul li {
    background: none;
    padding-left: 24px;
    position: relative;
    font-family: 'SegoeUISemiBold', sans-serif;
    margin-bottom: 0px;
    font-size: 18px;
}

.blue-checklist li ul li:before {
    content: '•';
    color: #287ab2;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
}

.sbkts-help .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sbkts-help .col-left {
    width: 50%;
}

.sbkts-help .col-right {
    width: 45%;
}

.sbkts-help {
    /* overflow: hidden; */
}

.sbkts-help .col-left img {
    max-width: initial;
    -webkit-transform: translateX(-183px);
    -ms-transform: translateX(-183px);
    transform: translateX(-183px);
}

.col-bottom {
    width: 100%;
}

.border-section {
    border: 5px solid #ebf1f5;
}

.border-section {
    border: 12px solid #ebf1f5;
    padding: 42px 62px;
    margin: 25px 0;
}

.border-section-title {
    font-size: 28px;
    font-family: 'SegoeUISemiBold', sans-serif;
    text-align: center;
    line-height: 1.4;
}

.border-section-subtitle {
    text-align: center;
    position: relative;
    padding: 20px 0 28px;
    width: 80%;
    margin: 0 auto 27px;
}

.border-section-subtitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 74%;
    height: 2px;
    background: #ebf1f5;
}

.stage {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 23px;
}

.stage:after {
    content: '';
    position: absolute;
    width: 102px;
    height: 2px;
    background: #ebf1f5;
    left: 0;
    bottom: 0;
}

.stage ul {
    margin: 10px 0 10px;
    list-style-type: none;
}

.stage ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.stage ul li:before {
    content: '•';
    color: #287ab2;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 22px;
}

.get-consultation-block {
    background: #ebf1f5;
    text-align: center;
    position: relative;
    padding: 45px 81px;
}

.get-consultation-block .title {
    font-size: 22px;
    font-family: 'SegoeUISemiBold', sans-serif;
    margin: 0 auto;
    position: relative;
    width: 80%;
}

.get-consultation-block .subtitle {
    font-size: 15px;
    font-family: 'SegoeUISemiLight', sans-serif;
    position: relative;
    margin: 20px 0;
}

.get-consultation-block .text {
    font-size: 15px;
    font-family: 'SegoeUISemiBold', sans-serif;
    position: relative;
}

.get-consultation-block .link a {
    font-size: 15px;
    font-family: 'SegoeUISemiBold', sans-serif;
    color: #287ab2;
    display: inline-block;
    margin-top: 22px;
    text-decoration: underline;
}

.get-consultation-block .gcb-img-1 {
    position: absolute;
    top: -26px;
    left: 104px;
}

.get-consultation-block .gcb-img-2 {
    position: absolute;
    bottom: -33px;
    right: 21px;
}

.sbkts-steps .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: skbtssteps;
}

.sbkts-steps .flex .col {
    width: 48%;
    counter-increment: skbtssteps;
}

.sbkts-step .title {
    font-size: 20px;
    font-family: 'SegoeUISemiBold', sans-serif;
    margin-bottom: 9px;
}

.sbkts-step .text {
    font-size: 15px;
    font-family: 'SegoeUISemiLight', sans-serif;
}

.sbkts-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}

.sbkts-step .icon {
    width: 33%;
    position: relative;
}

.sbkts-step .description {
    width: 67%;
    position: relative;
}

.sbkts-step .icon:before {
    content: '0' counter(skbtssteps);
    position: absolute;
    color: #287ab2;
    opacity: 0.1;
    top: -16px;
    left: 100%;
    font-size: 120px;
    font-family: 'SegoeUISemiBold', sans-serif;
    line-height: 1;
}

.info-warning {
    background: #ebf1f5;
    font-size: 15px;
    padding: 25px 40px;
}

.info-warning p {
    margin: 0;
}

.info-warning b {
    color: #287ab2;
    margin-bottom: 9px;
    display: block;
}

.p-center {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

p.list-description {
    margin: 5px 0 0;
    font-size: 15px;
    font-family: 'SegoeUISemiBold', sans-serif;
}

.default-list li {
    margin-bottom: 14px;
    list-style: none;
}

.section-hr {
    position: relative;
    height: 100px;
    width: 100%;
}

.section-hr:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #287ab2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.1;
}

ul.blue-dots {
    margin: 10px 0 10px;
    list-style-type: none;
}

ul.blue-dots li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

ul.blue-dots li:before {
    content: '•';
    color: #287ab2;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 22px;
}

.section.sbkts-whom {
    margin: 42px 0;
}

.sbkts-whom .flex {
    display: flex;
    justify-content: space-between;
}

.sbkts-whom .left-col {
    width: 45%;
}

.sbkts-whom .right-col {
    width: 53%;
}

.sbkts-termin {
    color: #287ab2;
    font-size: 28px;
    font-family: 'SegoeUISemiBold', sans-serif;
}

.sbkts-termin-text {
    font-size: 15px;
}

.sbkts-terminy .flex {
    display: flex;
}

.sbkts-terminy .flex .col {
    padding: 0 14px;
}

.sbkts-terminy {
    margin-top: 28px;
}

.blog-and-photos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blue-form {
    background: #0168b3;
    margin: 35px auto;
    margin-top: 66px;
    position: relative;
    padding: 36px 84px;
    width: 91%;
}

.blue-form input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    margin-top: 8px;
    padding: 13px 35px;
    background: #7ec4fa;
    border-radius: 9px;
    font-size: 20px;
    width: auto;
    max-width: 100%;
    display: block;
}

.blue-form-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
}

.blue-form-field input {
    padding: 8px 20px;
    width: 100%;
}

.blue-form-title {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-family: 'SegoeUISemiBold', sans-serif;
    margin-bottom: 27px;
}

.blue-form-field {
    width: 32%;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.new-page-subtitle {
    text-align: center;
    padding: 10px 0 0;
}

h1.new-page-title {
    padding: 0 16px;
}

.blue-color {
    color: #287ab2;
}

.img-text-block {
    overflow: hidden;
}

.img-text-right .img-col {
    float: right;
    padding-left: 28px;
    padding-bottom: 20px;
}

.text-col p {
    font-size: 22px;
}

.large-text {
    color: #287ab2;
    font-family: 'SegoeUISemiBold';
    font-size: 42px;
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
}

.infoblock-center {
    padding: 20px 20px;
    text-wrap: balance;
}

.mfc-page .blue-checklist {
    margin-top: 25px;
}

ul.blue-circle {
    margin: 10px 0 10px;
    list-style-type: none;
}

ul.blue-circle li {
    padding-left: 33px;
    position: relative;
    margin-bottom: 10px;
}

ul.blue-circle li:before {
    content: '•';
    color: #287ab2;
    font-size: 60px;
    position: absolute;
    left: 0;
    top: 0px;
    line-height: 25px;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
}

.flex-row.inverse {
    flex-direction: row-reverse;
}

.flex-row .left {
    width: 45%;
}

.flex-row .right {
    width: 45%;
}

.small-text {
    font-size: 16px;
}

ul.blue-circle li {
    margin-bottom: 27px;
    overflow: hidden;
}

.border-red-text {
    color: #b20c0c;
    text-align: left;
    font-style: italic;
    font-family: 'SegoeUISemiBold', sans-serif;
    border: 12px solid #ebf1f5;
    padding: 27px 48px;
    font-size: 21px;
    margin: 20px 0 46px;
}

.flex-photos {
    display: flex;
    justify-content: space-between;
}

.flex-photos .col {
    width: 48%;
}

.blue-color a {
    color: #287ab2;
}

.flex-icons {
    display: flex;
    justify-content: space-between;
}

.flex-icons .col {
    width: 24%;
    text-align: center;
}

.flex-icons .icon {
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-icons .label {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 18px;
}

.section {
    position: relative;
}

.section-divider {
    background: #287ab2;
    width: 614px;
    max-width: 100%;
    height: 2px;
    opacity: 0.08;
    margin: 50px auto 0;
}

.flex-blocks {
    display: flex;
    justify-content: space-between;
}

.flex-blocks .col {
    width: 48%;
}

.choose-address {
    background: url(/wp-content/themes/auto/css/../img/choose-address-icon.png) left 31px top 39px
        no-repeat #ebf1f5;
    height: 100%;
    padding: 40px 60px 40px 70px;
}

.choose-address .title {
    font-family: 'SegoeUISemiBold', sans-serif;
    margin-bottom: 9px;
}

.mfc-page .stage {
    border-bottom: 2px solid #ebf1f5;
}

.mfc-page .stage:after {
    display: none;
}

.red-text {
    color: #b20c0c;
    font-size: 22px;
    font-family: 'SegoeUIRegular', sans-serif;
    font-style: italic;
}

.mfc-form {
    background: rgb(78, 103, 185);
    background: -moz-linear-gradient(
        151deg,
        rgba(78, 103, 185, 1) 0%,
        rgba(40, 122, 178, 1) 100%
    );
    background: -webkit-linear-gradient(
        151deg,
        rgba(78, 103, 185, 1) 0%,
        rgba(40, 122, 178, 1) 100%
    );
    background: linear-gradient(
        151deg,
        rgba(78, 103, 185, 1) 0%,
        rgba(40, 122, 178, 1) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#4e67b9", endColorstr="#287ab2", GradientType=1);
    padding: 40px 50px;
}

.mfc-form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mfc-form-label {
    width: 48%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'SegoeUIRegular', sans-serif;
}

.mfc-form-field {
    width: 48%;
}

.mfc-form-field input {
    width: 100%;
    height: 52px;
    text-align: center;
}

.mfc-form-field select {
    width: 100%;
    height: 52px;
    border: 0;
    text-align-last: center;
    color: rgba(51, 51, 51, 0.7);
}

.mfc-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #64ff62;
    color: #ffffff;
    padding: 21px 12px;
    text-align: center;
}

.mfc-form-footer {
    text-align: center;
}

.mfc-submit {
    background: #7ec4fa !important;
    border-radius: 10px;
    font-size: 28px !important;
    padding-bottom: 32px !important;
    position: relative;
    width: 421px !important;
    margin: 0 auto !important;
    display: inline-block !important;
    max-width: 100%;
}

.mfc-submit-btn {
    display: inline-block;
    position: relative;
}

.mfc-submit-btn:after {
    content: 'Жду звонка от вашего менеджера';
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    width: 100%;
    margin-left: -12px;
}

.header__phone {
    font-family: 'SegoeUIRegular', sans-serif;
}

.new-home-blog ul {
    display: flex;
    padding: 0 21px;
}

.inspection-period {
}

.inspection-period__info {
    width: 30%;
    flex-shrink: 0;
}

.inspection-period__photo {
    width: 25%;
    flex-shrink: 0;
}

.inspection-period__row {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 0px 0px rgb(214 229 249);
    /* margin: 25px 0; */
    padding-bottom: 25px;
    padding-top: 25px;
}

.inspection-period__title {
    flex: 1 1 auto;
    padding: 0 35px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.period-info {
}

.period-info__row {
    border-bottom: 1px solid #d6e5f9;
    border-top: 1px solid #d6e5f9;
    padding: 12px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.period-info__row:last-child {
    border-top: 0;
}

.new-hc-block {
    position: relative;
}

.new-hc-block__hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #4f67b8;
    color: #ffffff;
    min-height: 100%;
    padding: 32px 16px;
}

.new-hc-block:hover .new-hc-block__hover {
    opacity: 1;
    /* color: #000; */
}

.new-hc-block__hover p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50; */
}

.front-hero {
    color: #000;
    font-family: 'SegoeUISemiBold', sans-serif;
    font-size: 18px;
    margin-bottom: 45px;
}

.front-hero__text {
    background: #e2edfb;
    padding: 32px;
}

.front-hero__more {
    display: none;
    background: #e2edfb;
    padding: 32px;
}

.front-hero ul {
    margin-left: 40px;
}

.abp {
    /* min-height: 100vh; */
}

.abp-hero {
    min-height: calc(100vh - 221px);
    background: url(/wp-content/themes/auto/css/../img/abp-bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    /* margin-bottom: 82px; */
}

.abp-hero__title {
    font-size: 3vw;
    color: #fff;
    margin-bottom: 0.5vw;
}

.abp-hero__subtitle {
    font-size: 22px;
    color: #fff;
}

.abp-hero__subtitle span {
    color: #539af3;
}

.abp-hero__img {
    position: absolute;
    right: 5%;
    bottom: -9%;
    width: 50%;
    text-align: right;
    max-height: 100%;
}

.abp-hero__img img {
    max-height: 82vh;
}

.abp-hero__content {
    width: 60%;
    top: 10%;
    position: absolute;
    left: 9%;
    z-index: 2;
}

a.abp-hero__btn {
    display: inline-block;
    text-decoration: none;
    background: cornflowerblue;
    margin-top: 5vw;
    font-style: normal;
    font-family: 'SegoeUIBold', sans-serif;
    color: #fff;
    padding: 9px 25px;
    text-align: center;
    text-transform: uppercase;
}

#autonumbers-calculator {
    position: relative;
    height: 120px;
}

.autonumbers-works {
    background: url(/wp-content/themes/auto/css/../img/abp-bg3.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 52px 0;
}

.autonumbers-works__slider .slick-list {
    overflow: initial;
}

.autonumbers-works__slider {
    width: 576px;
    margin: 0 auto;
    max-width: 100%;
}

.autonumbers-works__slide {
    margin: 0 50px;
}

.autonumbers-works .slick-arrow {
    z-index: 9;
}

.autonumbers-works__title {
    font-size: 75px;
    color: #fff;
    font-family: 'SegoeUISemiBold', serif;
    text-align: center;
    line-height: 1.2;
    margin: 30px 0 60px;
    text-shadow: 1px 1px 1px BLACK;
}

.autonumbers-works__dots {
    position: relative;
    width: 100%;
    height: 20px;
    z-index: 8;
}

.autonumbers-works__dots .slick-dots li button {
    background: #ffffff;
    border: 2px solid #ffffff;
    transition: border 0.3s ease;
    margin: 0 0.5rem;
    border-radius: 50%;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 5px;
    font-size: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.autonumbers-works__dots .slick-dots {
    position: relative;
    bottom: initial;
    top: initial;
    left: initial;
    right: initial;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.autonumbers-works__dots .slick-dots li.slick-active button {
    background: cornflowerblue;
    border: 2px solid cornflowerblue;
    transform: scale(1.25);
}

.autonumbers-form form {
    width: 300px;
    margin: 30px auto;
}

.autonumbers-form label {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.autonumbers-form label > span {
    display: block;
}

.autonumbers-form span.wpcf7-not-valid-tip {
    top: calc(100% - 13px);
}

.autonumbers-form .wpcf7-acceptance input {
    position: absolute;
    left: 0;
    top: 9px;
    width: 16px;
    height: 16px;
}

.autonumbers-form .wpcf7-acceptance label {
    padding-left: 30px;
    font-size: 14px;
}

.autonumbers-form .wpcf7-acceptance label a {
    text-decoration: underline;
}

.autonumbers-form__title {
    text-align: center;
    font-size: 32px;
}

.autonumbers-form {
    padding: 52px 0;
}

.autonumbers-additional {
    width: 500px;
    max-width: 100%;
    margin: 52px auto 20px;
}

.autonumbers-additional__title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 32px;
}

.page-sbkts__main-img {
    margin: 40px 0;
}

.circled-icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 42px 0;
}

.circled-icon-list__item {
    width: 45%;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.circled-icon-list__icon {
    flex-grow: 0;
    flex-shrink: 0;
}

.circled-icon-list__title {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    padding-left: 25px;
    font-family: 'SegoeUISemiBold', sans-serif;
}

.border-icon-block {
    border: 5px solid #cde4f4;
    border-radius: 8px;
    padding: 30px 30px;
}

.border-icon-block--centered .border-icon-block__container {
    align-items: center;
}

.border-icon-block__text {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 19px;
    line-height: 1.2;
    padding-left: 25px;
}

.border-icon-block__container {
    display: flex;
}

.border-icon-block__icon {
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 6px;
}

.border-icon-block__text {
    flex-grow: 1;
    flex-shrink: 1;
}

.big-span {
    font-family: 'SegoeUIBold', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.grid-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    margin: 50px 0;
}

.grid-items__title {
    margin-top: 25px;
    width: 290px;
    max-width: 100%;
}

.bordered-list--flex .bl-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-sbkts-form {
    background-image: -moz-linear-gradient(
        -4deg,
        rgb(78, 103, 185) 0%,
        rgb(40, 122, 178) 100%
    );
    background-image: -webkit-linear-gradient(
        -4deg,
        rgb(78, 103, 185) 0%,
        rgb(40, 122, 178) 100%
    );
    background-image: -ms-linear-gradient(
        -4deg,
        rgb(78, 103, 185) 0%,
        rgb(40, 122, 178) 100%
    );
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px;
    color: #ffffff;
}

.page-sbkts-form label span {
    display: block;
}

.page-sbkts-form__col {
    width: 48%;
    margin-bottom: 12px;
}

.page-sbkts-appearance-col {
    order: 6;
}

.page-sbkts-form input.wpcf7-form-control {
    width: 100%;
    padding: 10px 12px;
}

span.wpcf7-list-item-label {
    display: inline-block !important;
}

.page-sbkts-appearance-col .wpcf7-list-item-label {
    font-size: 15px;
    margin-left: 12px;
    color: #b5cbec;
}

.page-sbkts-form input.wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
    padding: 16px;
    background: #7ec4fa;
    padding: 17px 20px;
    font-size: 20px;
    font-family: arial, sans-serif;
}

.page-sbkts-form span.wpcf7-not-valid-tip {
    top: calc(100% - 12px);
}

.page-epts-section1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.page-epts-section1__left {
    width: 47%;
    font-size: 18px;
}

.page-epts-section1__right {
    width: 47%;
}

.page-epts-section3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
    align-items: center;
}

.page-epts-section3__left {
    width: 47%;
    font-size: 18px;
}

.page-epts-section3__right {
    width: 47%;
    font-size: 18px;
}

.page-epts-section3__right .pageblock-title {
    text-align: left;
    line-height: 1.5;
}

.page-epts-advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}

.page-epts-advantages__item {
    width: calc(50% - 5px);
    border: 4px solid #cde4f4;
    border-radius: 5px;
    padding: 20px 25px;
    margin-bottom: 10px;
}

.page-epts-advantage {
    display: flex;
    align-items: center;
}

.page-epts-advantage__left {
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 200px;
}

.page-epts-advantage__right {
    flex-shrink: 1;
    flex-grow: 1;
}

.page-epts-advantage__title {
    font-size: 20px;
    font-family: 'SegoeUIBold', sans-serif;
    text-transform: uppercase;
}

.page-epts-advantages--one-col .page-epts-advantages__item {
    width: 100%;
}

.page-epts-advantages--one-col .page-epts-advantage__left {
    min-width: 183px;
}

.page-epts-advantage__text {
}

.border-icon-block--filled {
    background: #ebf1f5;
    border: 0;
    border-radius: 0;
}

.page-epts-section2 {
    margin: 45px 0;
}

.page-epts-services {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-epts-services__item {
}

.page-epts-service {
    display: flex;
    align-items: center;
    width: 30%;
}

.page-epts-service__icon {
    flex-shrink: 0;
    flex-grow: 0;
}

.page-epts-service__title {
    font-family: 'SegoeUISemiBold', sans-serif;
    font-size: 20px;
    flex-shrink: 1;
    flex-grow: 1;
    padding-left: 20px;
}

.blue-dots-list {
    list-style: none;
    margin: 16px 0px 32px;
}

.blue-dots-list li {
    position: relative;
    padding-left: 20px;
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 16px;
}

.blue-dots-list li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a5c6ee;
    left: 0;
    top: 14px;
}

.page-util-help .border-icon-block__text {
    padding-left: 0;
    line-height: 1.5;
}

.page-util-help .border-icon-block {
    margin: 23px 0 32px;
}

.textcol-with-img__title {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'SegoeUIBold', sans-serif;
}

.textcol-with-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
    border-bottom: 4px solid #ebf1f5;
}

.textcol-with-img__left {
    width: 50%;
}

.util-sbor-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 17px;
    margin-top: 17px;
}

.util-sbor-price__title {
    text-transform: uppercase;
    font-family: 'SegoeUIBold', sans-serif;
}

.util-sbor-price__tip {
    font-size: 15px;
    color: #4e80bd;
    background: #ebf1f5;
    border-radius: 15px;
    padding: 0px 18px;
    line-height: 1.5;
    margin-left: 12px;
}

hr.blue-border {
    height: 4px;
    background: #ebf1f5;
    margin: 20px 0;
}

#vk-album {
    position: relative;
    overflow: hidden;
}

.vk-photos img {
    max-width: initial;
}

@media all and (max-width: 1400px) {
    .blog-and-photos {
        align-items: flex-start;
    }
}

@media all and (max-width: 1300px) {
    .new-container {
        max-width: 98%;
    }

    .new-header {
        max-width: 98%;
    }

    .na-block a span {
        font-size: 23px;
    }
}

@media all and (min-width: 1400px) and (max-width: 1650px) {
    .new-container {
        width: 1240px;
        max-width: 100%;
        margin: 0 auto;
    }

    .new-header {
        width: 1240px;
        min-height: 144px;
    }

    .new-logo-2 img {
        width: 353px;
    }

    .header-new-wrap {
        padding-top: 50px;
    }

    .new-center img {
        width: 324px;
    }

    .new-center {
        padding-top: 57px;
    }

    .new-logo img {
        width: 250px;
    }

    .new-header-contacts {
        font-size: 19px;
        padding-right: 27px;
    }

    .new-first-screen {
        width: 1240px;
        margin: 38px auto 0;
        max-width: 100%;
    }

    .popular-main {
        min-height: 200px;
    }

    .new-blog-col {
        padding-top: 20px;
    }

    .new-news-col {
        padding-top: 20px;
        min-height: 559px;
    }

    .new-home-blog {
        margin: 0 auto;
        margin-top: 27px;
        max-width: 100%;
    }

    .new-news-home {
        width: 465px;
        margin: 28px auto 20px;
        max-width: 100%;
    }
}

@media all and (min-width: 1000px) and (max-width: 1400px) {
    .new-logo-2 img {
        width: 312px;
    }

    .new-header {
        position: relative;
        width: 1036px;
        margin: 0 auto;
        max-width: 100%;
        min-height: 120px;
    }

    .header-new-wrap {
        padding-top: 40px;
    }

    .new-center {
        width: 33%;
        padding-top: 51px;
    }

    .new-header-contacts {
        float: right;
        width: 30%;
        text-align: right;
        padding-right: 26px;
        padding-top: 15px;
        font-size: 18px;
        line-height: 1.2;
        color: #21304c;
    }

    .new-logo img {
        width: 267px;
    }

    .new-center img {
        width: 297px;
    }

    .new-first-screen {
        margin-top: 0;
        width: 1053px;
    }

    .new-top-navigation {
        width: 1066px;
        margin: 0 auto;
        max-width: 100%;
    }

    .new-container {
        width: 1066px;
        max-width: 100%;
        margin: 0 auto;
    }

    .popular-main {
        background-color: #4f67b8;
        background-repeat: no-repeat;
        background-position: right 20px center !important;
        color: #fff;
        width: 100%;
        min-height: 152px;
        position: relative;
        background-size: auto 81%;
    }

    .popular-block a {
        font-size: 27px;
    }

    .popular-block a span span {
        font-size: 20px;
    }

    .charity {
        text-align: center;
        padding: 50px 0;
        width: 1060px;
        margin: 0 auto;
    }

    .new-footer-menu .footer-menu li {
        list-style: none;
        font-size: 13px;
    }

    .popular-4 .popular-main {
        background-position: right 0 center !important;
        background-size: initial;
    }

    .na-block a span {
        font-size: 22px;
    }

    .new-footer-center {
        float: left;
        width: 29%;
        padding-left: 36px;
    }

    .new-footer-right {
        float: right;
        width: 24%;
        text-align: right;
    }

    .new-hc-block {
        background: #ffffff;
        padding: 24px 26px;
        min-height: 310px;
        transition: all 0.5s;
    }

    .new-hc-title {
        font-size: 24px;
        margin-bottom: 23px;
    }

    .new-hc-desc {
        margin-top: 19px;
    }

    .new-hc-2 strong {
        display: block;
        font-family: 'SegoeUIBold';
        font-size: 20px;
    }

    .new-hc-3 .new-hc-desc {
        width: 281px;
        margin: 19px auto 0;
        max-width: 100%;
    }

    .new-home-contacts li {
        font-size: 20px;
    }

    .new-home-contacts-wrap .new-container {
        width: 930px;
    }

    .new-home-contacts-wrap {
        padding-top: 50px;
        padding-bottom: 46px;
        margin-top: 53px;
    }

    .new-advantages-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
        overflow: hidden;
    }

    .new-advantages-wrap .new-container {
        width: 930px;
    }

    .na-block a span {
        font-size: 19px;
        padding: 16px 35px 16px 29px;
    }

    .na-block a span:after {
        position: absolute;
        left: 100%;
        top: 0;
        content: '';
        height: 100%;
        width: 34px;
        background: url(/wp-content/themes/auto/css/../img/na-arrow.png) right center no-repeat;
    }

    .new-most-popular-wrap .new-container {
        width: 930px;
    }

    .blog-news-wrap .new-container {
        width: 930px;
    }

    .col-title {
        font-size: 28px;
    }

    .new-blog-col {
        float: left;
        background: #fff;
        padding-top: 27px;
    }

    .new-home-blog {
        margin: 0 auto;
        margin-top: 28px;
        max-width: 100%;
    }

    .new-news-col {
        float: right;
        /* width: 49.5%; */
        background: #fff;
        padding-top: 27px;
    }

    .new-news-home {
        width: 400px;
        margin: 27px auto 20px;
        max-width: 100%;
    }

    a.new-blog-title {
        font-size: 17px;
    }

    .new-news-home .lastnews-date {
        font-size: 18px;
    }

    .new-news-home .lastnews-body {
        font-family: 'SegoeUIRegular';
        line-height: 1.5;
        font-size: 16px;
    }

    .new-news-home li {
        list-style: none;
        margin-bottom: 10px;
    }

    .all-home-blog {
        padding-bottom: 16px;
    }
}

@media all and (max-width: 1050px), only screen and (max-device-width: 1050px) {
    a.new-blog-title {
        font-size: 17px;
    }

    .new-home-blog {
        padding: 0 20px;
    }

    .new-news-home {
        padding: 0 20px;
    }

    .new-footer-center {
        float: left;
        width: 29%;
        padding-left: 36px;
    }

    .new-footer-right {
        float: right;
        width: 26%;
        text-align: right;
    }

    .free-call a {
        font-size: 20px;
    }

    .postanovka-text-1.italic {
        margin-top: 16px;
    }

    .callblock-body {
        width: 604px;
    }

    .economy-text {
        width: 76%;
    }

    .economy-img {
        width: 23%;
    }
}

@media (max-width: 992px) {
    .header-new-wrap {
        display: none;
        background: #cad9eb;
    }

    .new-mobile-header {
        display: block;
    }

    .new-mobile-header:after {
        display: table;
        content: '';
        clear: both;
    }

    .new-main-slider {
        float: none;
        width: 100%;
    }

    .new-banners {
        float: none;
        width: 100%;
    }

    .popular-title {
        left: 50px;
    }

    .popular-block a {
        font-size: 27px;
    }

    .popular-main {
        min-height: 182px;
    }

    .popular-main {
        background-size: 154px auto !important;
        background-position: right 10px center !important;
    }

    .popular-4 .popular-main {
        background-image: url(/wp-content/themes/auto/css/../img/popular4.png);
        background-position: right 0 center;
        background-size: contain !important;
    }

    .popular-block a span span {
        font-size: 18px;
    }

    span.popular-more {
        display: none;
    }

    .popular-11 ul.popular-links li {
        width: 100%;
    }

    .new-home-contacts {
        text-align: center;
        /* text-align-last: center; */
    }

    .new-hc-block {
        padding: 35px 26px;
        min-height: 295px;
    }

    .new-home-contacts li {
        font-size: 22px;
        width: 95%;
        margin-bottom: 7px;
    }

    .new-home-contacts-wrap {
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 73px;
    }

    .new-advantages li {
        width: 100%;
        font-size: 29px;
    }

    .new-advantages-wrap {
        padding-top: 40px;
        padding-bottom: 58px;
        overflow: hidden;
    }

    .new-blog-col {
        float: left;
        width: 100%;
        padding-top: 61px;
        min-height: 613px;
    }

    .new-news-col {
        float: right;
        width: 100%;
        background: #fff;
        padding-top: 61px;
        min-height: 660px;
        margin-top: 21px;
    }

    .charity {
        display: none;
    }

    .charity-mobile {
        display: block;
    }

    .charity-mobile {
        width: 93%;
        margin: 0 auto;
        text-align: center;
    }

    .popular-toggled .popular-hover-bg {
        /*background:  rgba(61, 75, 124, 1);*/
    }

    .popular-hover-bg:after {
        display: none;
        position: absolute;
        right: 12px;
        top: 17px;
        content: '';
        width: 78px;
        height: 78px;
        background: url(/wp-content/themes/auto/css/../img/close-service.png) no-repeat;
    }

    .popular-toggled .popular-hover-bg:after {
        display: block;
    }

    .new-mobile-nav {
        right: 0;
    }

    .new-footer-left {
        float: left;
        width: 100%;
    }

    .new-footer-right {
        float: right;
        width: 42%;
        margin: 20px 0;
        text-align: right;
    }

    .new-footer-center {
        float: left;
        width: 57%;
        margin: 28px 0;
        padding-left: 34px;
    }

    .new-copyrights {
        padding-left: 42px;
    }

    .new-first-screen {
        margin: 0 auto 0;
    }

    .devby {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .fastreg1-col-1 {
        float: none;
        width: 100%;
        text-align: center;
    }

    .fastreg1-col-2 {
        float: none;
        width: 100%;
        text-align: left;
    }

    .postanovka-page .free-call {
        margin: 0 auto;
        width: 90%;
    }

    .link-grid-text {
        font-size: 16px;
    }

    .just-one-call {
        width: 100%;
    }

    .attention span {
        min-width: initial;
        max-width: 100%;
        background: url(/wp-content/themes/auto/css/../img/attention.png) left 6px center #f4f8fc no-repeat;
    }

    ul.bordered-list {
        max-width: 100%;
    }

    .callblock-body {
        width: auto;
        padding-right: 0;
    }

    .snyatie-col-1 {
        margin-bottom: 20px;
        float: none;
        width: 100%;
        text-align: center;
    }

    .snyatie-col-2 {
        float: none;
        width: 100%;
        padding: 0 21px;
    }

    .snyatie-page .italic {
        padding: 0 21px;
    }

    .economy-man {
        position: relative;
        bottom: initial;
        right: initial;
    }

    .economy-block {
        text-align: center;
        background: #fff;
    }

    .economy-body {
        background: #f1f6fc;
    }

    .free-call.med03-free-call {
        display: inline-block;
    }

    .med03-page .mprav-zapis {
        text-align: center;
    }

    .med02-bl1-col-1 {
        float: right;
        width: 100%;
        text-align: center;
        padding: 0 21px;
    }

    .med02-bl1-col-2 {
        font-size: 16px;
        float: left;
        width: 100%;
        text-align: left;
        padding-top: 16px;
    }

    .med02-bl1-col-2 p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .blue-text span {
        font-size: 20px;
    }

    .med02-b2-col1 {
        float: left;
        width: 100%;
        padding: 21px;
        text-align: center;
    }

    .med02-b2-col2 {
        float: left;
        width: 100%;
        padding: 0 21px;
    }

    .pageblock-subtitle {
        font-size: 15px;
        margin-bottom: 31px;
    }

    .guns-grid .grid-block-wrap {
        height: auto;
    }

    .specialists-list li {
        font-size: 14px;
        width: 100%;
    }

    .specialist-li {
        border: 3px solid #d6e5f9;
        padding: 13px 20px 13px 51px;
        background: url(/wp-content/themes/auto/css/../img/spec-list-bg.png) left 10px center no-repeat;
        background-size: 27px;
    }

    .specialist-li-title {
        font-size: 22px;
        font-family: 'SegoeUISemiBold';
    }

    .big-warning-block {
        background: url(/wp-content/themes/auto/css/../img/big-warning-bg.png) center top no-repeat;
        padding-left: 0;
        padding: 73px 12px 0 19px;
    }

    .med02-cb-img {
        float: left;
        width: 100%;
    }

    .med02-cb-body {
        width: 100%;
        float: left;
        padding: 15px 21px 18px;
        line-height: 1.4;
        text-align: center;
    }

    .med02-cb-title {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .small-warning-block {
        background: url(/wp-content/themes/auto/css/../img/small-warning-bg.png) center top no-repeat;
        padding-left: 0;
        padding: 53px 21px 0 21px;
        margin-bottom: 29px;
    }

    .responsive-table {
        overflow-x: auto;
    }

    .page-container {
        padding: 0 21px;
    }

    img.medosmotr-form-img {
        display: none;
    }

    /* test.css */
    .osmotr-left {
        width: 100%;
    }

    .osmotr-right {
        width: 100%;
        text-align: center;
    }

    .large-phone {
        display: flex;
        margin: 0 auto;
        width: max-content;
    }

    .sbkts .col-left {
        width: 100%;
    }

    .sbkts {
        justify-content: center;
        margin-bottom: 44px;
    }

    .sbkts-help .col-left {
        width: 100%;
        order: 1;
    }

    .sbkts-help .col-right {
        width: 100%;
    }

    .sbkts-help .col-left img {
        max-width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .get-consultation-block .gcb-img-1 {
        top: -26px;
        left: 6%;
    }

    .get-consultation-block .gcb-img-2 {
        bottom: -33px;
        right: 0%;
    }

    .flex-row .left {
        width: 100% !important;
    }

    .flex-row .right {
        width: 100% !important;
    }

    .img-text-right .img-col {
        float: none;
        padding-left: 0;
    }

    .large-text {
        display: block;
    }

    .grid-items {
        grid-template-columns: 1fr 1fr;
    }

    .page-sbkts__main-img img.only-mobile {
        display: inline-block !important;
    }

    .page-sbkts__main-img {
        text-align: center;
    }

    .page-epts-services {
        flex-wrap: wrap;
    }

    .page-epts-service {
        align-items: center;
        width: fit-content;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .inspection-period__row {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .inspection-period__photo {
        width: 60%;
    }

    .inspection-period__info {
        width: 60%;
    }

    .inspection-period__title {
        margin: 25px 0;
    }

    .attention-list li {
        width: 100%;
    }

    .attention-list li span {
        font-size: 16px;
        font-family: 'SegoeUISemiBold', sans-serif;
        background: url(/wp-content/themes/auto/css/../img/attention.png) left 11px top 20px #f4f8fc
            no-repeat;
        padding: 15px 29px;
        padding-left: 61px;
        min-width: 275px;
        line-height: 1.3;
        max-width: 100%;
    }

    .block-with-link {
        padding: 10px 17px;
    }

    .zamena-cb-img {
        width: 100%;
    }

    .zamena-cb-body {
        width: 100%;
        padding: 38px 29px 20px;
    }

    .zamena-cb-title {
        font-size: 19px;
    }

    .zamena-cb-text {
        font-size: 19px;
    }

    .zamena-cb-subtitle {
        padding: 0 28px;
    }

    .page-container > p {
        padding: 0 16px;
    }

    .img-block-list > li {
        width: 100%;
    }

    .img-block-list {
        text-align: center;
        text-align-last: center;
    }

    .img-block-list > li {
        width: 85%;
    }

    .img-block-text {
        padding-top: 18px;
        line-height: 1.3;
        font-size: 16px;
    }

    .img-block-li {
        padding: 17px 14px;
        font-size: 16px;
        min-height: auto;
        margin-bottom: 2px;
    }

    .paragraph p {
        padding: 0 16px;
    }

    .mprav-zamena-callblock .zamena-cb-img {
        float: left;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 22px;
    }

    .mprav-zamena-callblock .zamena-cb-body {
        float: left;
        width: 100%;
        text-align: center;
        padding: 17px 29px 20px;
        line-height: 1.4;
    }

    .mprav-phone-link {
        text-align: center;
    }

    .info-p {
        text-align: center;
    }

    .all-free-phone {
        padding-left: 92px;
    }

    .big-check-icon-list ul {
        margin: 0;
    }

    .big-check-icon-list li {
        background: url(/wp-content/themes/auto/css/../img/bcil-icon.png) center top 10px #f4f8fd no-repeat;
        margin-bottom: 12px;
        border-radius: 0;
        list-style: none;
        padding: 24px 16px;
        padding-left: 16px;
        min-height: 131px;
        padding-top: 106px;
        text-align: center;
    }

    .big-check-icon-list img {
        position: relative;
        right: 0;
        top: initial;
        bottom: initial;
    }

    a.pointer-link {
        font-size: 15px;
        margin: 15px 0;
        margin-left: 49px;
    }

    .blue-title {
        font-size: 16px;
    }

    .bcb-left {
        float: left;
        width: 100%;
        text-align: center;
    }

    .bcb-right {
        width: 100%;
    }

    .bcb-phone-block {
        font-size: 18px;
        padding-left: 23px;
    }

    .flag-span {
        font-size: 21px;
    }

    .work-everywhere {
        height: 203px;
        background-size: contain;
    }

    .big-check-icon-list {
        text-align: right;
    }

    .bcil-text {
        width: 100%;
        max-width: 100%;
    }

    .peregon-free-call {
        padding-left: 0;
        background: url(/wp-content/themes/auto/css/../img/peregon-freecall.png) center top no-repeat;
        padding-top: 137px;
        text-align: center;
    }

    .peregon-text1 {
        font-size: 19px;
        text-align: center;
        padding: 20px 0;
    }

    .class-block {
        font-size: 17px;
        margin-left: 13px;
    }

    .text {
        padding-left: 16px;
        padding-right: 16px;
    }

    .peregon-bottom-call {
        border-radius: 0;
        position: relative;
        padding: 14px 0 9px;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
    }

    .peregon-bottom-call img {
        position: relative;
        left: 0;
        top: 0;
    }

    .peregon-bp-title {
        font-size: 21px;
    }

    .peregon-bp-title a {
        color: inherit;
        display: block;
    }

    .peregon-bp-subtitle br {
        display: none;
    }

    .peregon-bp-subtitle {
        font-size: 17px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .peregon2-page .peregon-free-call {
        background: url(/wp-content/themes/auto/css/../img/peregon2-freecall.png) center top no-repeat;
    }

    .dc-left {
        float: left;
        width: auto;
        padding-left: 15px;
        padding-right: 18px;
        padding-bottom: 14px;
        text-align: center;
    }

    .dc-right {
        float: none;
        width: auto;
        padding-left: 16px;
    }

    .dc-title {
        font-size: 21px;
    }

    .dc-title span {
        font-size: 17px;
    }

    .big-strong-text {
        padding: 0 16px;
    }

    .pricep1-page .peregon-free-call {
        padding-left: 0;
        background: url(/wp-content/themes/auto/css/../img/pricep1-freecall.png) center top no-repeat;
        padding-top: 137px;
        text-align: center;
    }

    .pricep2-page .peregon-free-call {
        padding-left: 0;
        background: url(/wp-content/themes/auto/css/../img/pricep2-freecall.png) center top no-repeat;
        padding-top: 137px;
        text-align: center;
    }

    .handshake-block {
        background: url(/wp-content/themes/auto/css/../img/handshake.png) center top 20px no-repeat #f4f9fd;
        padding: 17px 20px;
        padding-left: 20px;
        padding-top: 94px;
        font-size: 14px;
    }

    .left-img-block {
        margin-bottom: 19px;
        border-radius: 0;
        padding: 37px 0;
    }

    .left-img-block .float-img {
        width: 100%;
        padding-left: 0;
        margin-bottom: 12px;
        text-align: center;
    }

    .left-img-block .float-body {
        padding-right: 16px;
        width: 100%;
        padding-left: 16px;
    }

    .franschize-req .col-left {
        text-align: center;
        float: left;
        width: 100%;
    }

    .franschize-req .col-right {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-right: 16px;
    }

    .quote-block {
        padding: 20px 16px;
    }

    .quote-block p {
        font-size: 18px;
    }

    .anketa-col {
        display: block;
        vertical-align: middle;
        padding: 1px 0;
        text-align: center;
    }

    .anketa-table .anketa-col:first-child {
        font-size: 17px;
        font-family: 'SegoeUISemiBold';
        text-align: center;
        line-height: 1.3;
        padding-right: 0;
    }

    .blue-title-left {
        text-align: center;
        font-size: 20px;
    }

    .moto-col-2 {
        text-align: center;
    }

    .autostr-col-1 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .autostr-col-2 {
        float: left;
        width: 100%;
        padding-right: 20px;
    }

    .blue-btn {
        font-size: 17px;
        text-align: center;
    }

    .fullwidth-documents-list .dc-right {
        width: 70%;
        float: left;
    }

    .fullwidth-documents-list .dc-left {
        width: 29%;
        padding-left: 15px;
    }

    .fullwidth-documents-list .dc-text ul {
        margin-left: 0;
    }

    .tc-left {
        width: 100%;
        text-align: center;
    }

    .call-mini-body {
        width: 100%;
        max-width: 100%;
    }

    .call-mini-img {
        width: 100%;
    }

    .tc-right {
        width: 100%;
    }

    .two-cols {
        flex-flow: column-reverse;
    }

    .big-p {
        margin: 16px 0;
    }

    .sohr-info-1 .info-text {
        width: 100%;
    }

    .flex-icon-block {
        flex-flow: column;
    }

    .flex-text {
        padding-left: 0;
        padding: 16px;
    }

    .grid-three-col {
        flex-flow: column;
    }

    .grid-three-col .link-grid-title {
        padding: 11px 0 7px;
    }

    .grid-three-col .link-grid-text {
        padding: 0 16px;
    }

    .sonc-body {
        padding-left: 0;
    }

    img.sonc-img {
        position: relative;
        bottom: initial;
        left: 0;
        margin-top: -18px;
        max-width: 90%;
    }

    .sohr-one-call {
        border-radius: 0;
        padding: 0 0 40px;
        text-align: center;
    }

    .sonc-body p br {
        display: none;
    }

    .sonc-body p {
        margin: 16px;
    }

    .one-call-blue {
        font-size: 20px;
    }

    .infoblock-center br {
        display: none;
    }

    .page-nav ul a {
        font-size: 18px;
        line-height: 1.2;
    }

    .page-nav ul a:before {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .pereves-nb-title h3 {
        font-size: 20px;
    }

    .pereves-nav-block {
        /*text-align: center;*/
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .pereves-nb-body {
        width: 100%;
        padding: 0 16px;
    }

    .info-snoska {
        font-size: 18px;
    }

    .one-call-title {
        font-size: 18px;
    }

    .pereves-nb-img {
        width: 100%;
        text-align: center;
    }

    .pereves-nb-title {
        text-align: center;
    }

    .p-head {
        text-align: center;
    }

    .page-epts-section1__left,
    .page-epts-section1__right,
    .page-epts-section3__left,
    .page-epts-section3__right {
        width: 100%;
    }

    .page-epts-advantages__item {
        width: 100%;
        border: 4px solid #cde4f4;
        border-radius: 5px;
        padding: 18px 17px;
        margin-bottom: 10px;
    }

    .page-epts-advantage__left {
        flex-shrink: 0;
        flex-grow: 0;
        min-width: initial;
        width: 110px;
    }

    .page-epts-advantage__right {
        padding-left: 20px;
    }

    .page-epts-advantage__title {
        font-size: 18px;
    }
}

@media (max-width: 641px) {
    .sbi_item {
        width: 50% !important;
    }

    #banner-slider {
        display: none;
    }

    .new-home-blog ul {
        flex-direction: column;
    }

    .new-home-blog {
        padding: 21px 20px;
    }

    .upper-title {
        font-size: 16px;
    }

    .links-grid--small-img .link-grid-body {
        width: 82%;
        padding-left: 16px;
    }

    .titled-lists ul {
        font-size: 16px;
    }

    .mobile-left {
        float: left;
        width: 50%;
        padding-left: 0;
        text-align: center;
        margin-bottom: 13px;
    }

    .mobile-right {
        float: left;
        width: 50%;
        padding-left: 8px;
        text-align: center;
    }

    .globalClass_ET {
        /*display: none;*/
    }

    .new-mobile-phone a {
        font-size: 16px;
        font-family: 'SegoeUIBold';
        margin-top: 6px;
        display: inline-block;
    }

    .new-mobile-email a {
        font-size: 16px;
        line-height: 1;
    }

    .mobile-head .new-worktime {
        font-size: 15px;
        margin-left: 0px;
        padding-left: 42px;
        background-size: 32px;
    }

    .new-worktime span {
        font-size: 16px;
    }

    .mobile-head {
        padding: 15px 12px;
        padding-bottom: 3px;
    }

    .new-section-title {
        font-size: 24px;
    }

    .new-most-popular-wrap {
        padding-top: 29px;
    }

    .new-most-popular {
        width: 93%;
        margin: 23px auto 0;
    }

    .popular-title {
        left: 12px;
        padding-right: 74px;
    }

    .popular-main {
        background-size: 69px auto !important;
        background-position: right 3px center !important;
    }

    .popular-main {
        min-height: 100px;
    }

    .popular-block a {
        font-size: 16px;
    }

    .popular-block a span span {
        font-size: 10px;
    }

    .popular-4 .popular-main {
        background-position: right 0 center !important;
    }

    .popular-hover-bg:after {
        width: 36px;
        height: 36px;
        background-size: contain;
    }

    ul.popular-links a {
        font-size: 12px;
        display: inline-block;
        padding: 6px 14px;
        border: 1px solid transparent;
    }

    ul.popular-links {
        margin-left: 0;
        position: relative;
        z-index: 11;
    }

    .new-home-contacts-wrap {
        background-size: cover;
        padding-top: 27px;
        padding-bottom: 27px;
        margin-top: 29px;
    }

    .new-home-contacts li {
        font-size: 16px;
        width: 91%;
        margin-bottom: 7px;
    }

    .new-hc-block {
        padding: 15px 10px;
        min-height: 108px;
    }

    .new-hc-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .new-hc-img img {
        width: 50px;
    }

    .new-hc-desc {
        margin-top: 5px;
        line-height: 1.2;
    }

    .new-hc-desc a {
        font-size: 16px;
    }

    .new-footer-center {
        float: left;
        width: 100%;
        margin: 28px 0;
        padding-left: 0;
    }

    .new-footer-right {
        float: right;
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }

    .new-hc-2 {
        font-size: 16px;
    }

    .new-hc-2 strong {
        font-size: 16px;
    }

    .new-hc-3 .new-hc-desc {
        width: auto;
        margin: 5px auto 0;
    }

    .na-block a span {
        font-size: 16px;
        padding: 16px 29px 19px 31px;
        background-size: 17px;
    }

    .na-block a span::after {
        width: 36px;
        background: url(/wp-content/themes/auto/css/../img/na-arrow.png) right center no-repeat;
    }

    .col-title {
        font-size: 22px;
    }

    h1.new-page-title {
        font-size: 18px;
    }

    h1.new-page-title span {
        text-transform: lowercase;
    }

    .infoblock-center {
        font-size: 14px;
        margin: 16px 0;
    }

    .postanovka-page .free-call {
        padding-left: 0;
        background: url(/wp-content/themes/auto/css/../img/postanovka-disp.png) center bottom no-repeat;
        min-height: 248px;
        font-size: 16px;
        text-align: center;
        color: #000;
        font-family: SegoeUIRegular;
        line-height: 1.2;
        padding-top: 30px;
        width: 206px;
    }

    .zamena-page .free-call {
        padding-left: 0;
        background: url(/wp-content/themes/auto/css/../img/freecall3.png) center bottom no-repeat;
        min-height: 248px;
        font-size: 16px;
        text-align: center;
        color: #000;
        font-family: SegoeUIRegular;
        line-height: 1.2;
        padding-top: 30px;
        width: 206px;
        margin: 0 auto;
    }

    .bigtext {
        font-size: 18px;
    }

    .fastreg1-col-2 p {
        line-height: 1.3;
        font-size: 14px;
        padding: 0 16px;
    }

    .postanovka-text-1.italic {
        line-height: 1.3;
        font-size: 14px;
        padding: 0 16px;
        margin-top: 0;
    }

    .postanovka-snoska {
        font-size: 14px;
        padding: 0 16px;
    }

    .attention {
        width: 93%;
        margin: 30px auto;
    }

    .attention span {
        font-size: 18px;
        line-height: 1.2;
        padding: 10px 14px 10px 55px;
        text-align: left;
    }

    .pageblock-title {
        font-size: 22px;
    }

    .links-grid {
        width: 96%;
        margin: 0 auto;
    }

    .links-grid li {
        width: 100%;
    }

    .link-grid-title {
        font-size: 18px;
    }

    .link-grid-text {
        font-size: 14px;
    }

    .grid-block-wrap {
        display: table;
        width: 100%;
        height: 94px;
        padding: 13px 10px 13px 16px;
    }

    .link-grid-img {
        float: left;
        width: 30%;
    }

    .link-grid-body {
        float: left;
        width: 69%;
    }

    .pageblock-title {
        padding: 20px 0;
    }

    .mustread-block {
        border: 8px solid #d6e5f9;
        margin: 30px auto;
        padding: 0 14px;
        width: 96%;
    }

    .mustread-block ul {
        margin: 0;
    }

    .mustread-block li {
        padding-left: 37px;
        list-style: none;
        margin-bottom: 13px;
        font-size: 14px;
        min-height: 19px;
        line-height: 1.3;
        background: url(/wp-content/themes/auto/css/../img/mustread-li.png) left top 5px no-repeat;
        background-size: 25px;
    }

    .just-one-call {
        display: block;
        margin: 0 auto;
        background: #fff;
        width: 750px;
        max-width: 100%;
        border-radius: 0;
        position: relative;
        height: initial;
    }

    img.joc-img {
        position: relative;
        left: 0;
        top: 0;
    }

    .joc-text {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        line-height: 1.4;
        text-transform: uppercase;
        padding-left: 0;
        background: #d1e6fa;
        margin-top: 20px;
        border-radius: 100px;
        padding: 25px 38px;
        width: 90%;
    }

    a.joc-phone {
        font-size: 23px;
    }

    .fastreg1-col-2 {
        margin-top: 16px;
    }

    .fastreg-page .fastreg1-col-2 p {
        padding: 0;
    }

    .num-marker {
        width: 15%;
    }

    .nn-list-text {
        width: 84%;
        font-size: 14px;
    }

    .bl-right {
        display: none;
    }

    .bl-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .bl-left {
        width: 82%;
    }

    .bl-num {
        width: 17%;
    }

    .bl-text {
        font-size: 14px;
    }

    ul.bordered-list > li {
        background: #f4f8fc;
        list-style: none;
        border-left: 11px solid #d8e9f6;
        margin-bottom: 12px;
    }

    ul.bordered-list {
        max-width: 97%;
    }

    .fastreg-page .bigtext {
        font-size: 20px;
    }

    .callblock > img {
        position: relative;
        top: 0;
        left: 0;
        width: 200px;
    }

    .callblock {
        background: #f0f6fc;
        position: relative;
        border-radius: 0;
        min-height: auto;
        margin-top: 56px;
        line-height: 1.3;
        padding: 10px;
        text-align: center;
    }

    .callblock-body {
        width: 100%;
        padding-right: 0;
        background: #f0f6fc;
        float: none;
    }

    .callblock-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .callblock-phone a {
        color: #4f74ad;
        font-size: 24px;
    }

    .callblock p {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .callblock p br {
        display: none;
    }

    .callblock-bigtext {
        font-size: 15px;
    }

    .last-text {
        font-size: 19px;
        line-height: 1.3;
    }

    .link-center a {
        font-size: 13px;
    }

    .phone-info span {
        display: block;
    }

    .snyatie3 {
        padding: 0 21px;
    }

    .economy-img {
        width: 100%;
        margin-bottom: 14px;
    }

    .economy-text {
        width: 100%;
    }

    .economy-man {
        width: 200px;
    }

    .economy-img img {
        width: 100px;
    }

    a.phone-span {
        font-size: 23px;
        background-size: contain;
    }

    .blue-text {
        text-align: center;
        font-size: 19px;
        margin: 13px 0;
    }

    .med03-b1-col1 {
        float: right;
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .med03-b1-col2 {
        float: left;
        width: 100%;
        line-height: 1.4;
        padding: 0 21px;
        font-size: 16px;
    }

    .pageblock-title {
        padding: 20px 20px;
    }

    .med03-b2-col1 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .med03-block-2 {
        padding: 24px 17px;
    }

    .med03-b2-col2 {
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 1.4;
        padding-top: 21px;
    }

    .text-center {
        font-size: 16px;
    }

    .autobot-b1-col-1 {
        width: 100%;
        padding: 10px;
    }

    .autobot-b1-col-2 {
        width: 100%;
        padding: 0 12px;
    }

    .big-blue-title {
        font-size: 29px;
    }

    .text-subtitle {
        font-size: 19px;
    }

    .autobot-check-block {
        text-align: center;
        margin: 0 6px;
    }

    p.text-subtitle {
        font-size: 23px;
    }

    .autobot-b2-col1 {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

    .autobot-b2-col2 {
        float: left;
        width: 100%;
        margin-top: 27px;
    }

    .icon-text-center {
        font-size: 19px;
    }

    .med02-bl1-col-2 p {
        padding: 0 16px;
    }

    .pereves-nb-img {
        width: 100%;
    }

    .page-top-info {
        font-size: 16px;
        width: 90%;
        margin: 0 auto 35px;
    }

    .call-mini p {
        margin: 15px 0 15px;
        margin-bottom: 15px !important;
    }

    .call-mini-img {
        margin: 12px 0;
    }

    .page-h2 {
        font-size: 21px;
    }

    .packet-col {
        width: 100%;
    }

    .packet-title {
        font-size: 24px;
    }

    .packet-body {
        height: initial;
        border: 6px solid #7fa2d4;
        border-top: 0;
        padding: 16px;
        margin-bottom: 32px;
    }

    ul.packet-list {
        margin-left: 0;
    }

    .doc-call-1 {
        background: url(/wp-content/themes/auto/css/../img/call-phone-icon.png) center top 21px no-repeat
            #ebf1f5;
        width: 91%;
        margin: 4px auto 45px;
        font-size: 17px;
        padding: 138px 20px 27px;
        padding-left: 16px;
        line-height: 1.4;
        text-align: center;
    }

    .doc-call-1 b {
        display: inline-block;
        font-size: 17px;
        margin: 12px 0;
    }

    .doc-call-1 a {
        font-size: 26px;
        display: inline-block;
        margin-top: 12px;
    }

    .page-h2 br {
        display: none;
    }

    .dop-service {
        background: url(/wp-content/themes/auto/css/../img/dop-service-icon.png) center top 17px no-repeat;
        border: 6px solid rgba(171, 199, 217, 0.4);
        margin-bottom: 14px;
        padding: 21px;
        padding-top: 90px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .dop-service-title {
        font-size: 20px;
    }

    .docs-question {
        flex-direction: column;
        margin-bottom: 47px;
        text-align: center;
    }

    .docs-q-title {
        font-size: 25px;
    }

    .doc-call-2 {
        position: relative;
        background: #ebf1f5;
        padding-left: 16px;
        padding-top: 27px;
        padding-bottom: 0;
    }

    .doc-call-2 img {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 16px;
    }

    img.docs-form-img {
        display: none;
    }

    .docs-form-wrap {
        position: relative;
        padding: 32px;
        width: 91%;
        margin: 35px auto;
        text-align: center;
    }

    .docs-form-title {
        font-size: 23px;
    }

    .docs-form-field {
        width: 100%;
        margin-bottom: 10px;
    }

    .docs-q-img {
        width: 100%;
    }

    .docs-q-body {
        width: 100%;
    }

    .page-container {
        padding: 0px 16px;
    }

    .medosmotr-features {
        flex-direction: column;
    }

    .medosmotr-feature {
        width: 100%;
    }

    .border-img-info {
        flex-direction: column;
        padding: 16px 16px;
    }

    .border-img-info__title {
        font-size: 19px;
        text-align: center;
        padding: 24px 0 5px;
    }

    .block-title {
        font-size: 19px;
    }

    .medosmotr-advantages {
        flex-direction: column;
    }

    .med-adv-left {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 21px;
    }

    .med-adv-left > img {
        margin-bottom: 23px;
    }

    .med-adv-title {
        font-size: 15px;
    }

    .medosmotr-page .packet-list {
        margin-top: 32px;
    }

    .med-question-head {
        padding: 66px 20px 20px 20px;
    }

    .med-question-body {
        padding: 21px 20px 33px;
    }

    .page-subtitle {
        width: 100%;
    }

    .docs-form-wrap.medosmotr-form {
        width: 100%;
        padding: 28px 20px;
    }

    .medosmotr-form .docs-form-row {
        width: 100%;
    }

    .medosmotr-form form {
        width: 100%;
    }

    .page-bottom-contacts li {
        font-size: 15px;
    }

    /* test.css */
    .med-feature-icon {
        width: 60px;
    }

    .med-feature-title {
        width: calc(100% - 60px);
        padding-left: 16px;
    }

    .border-img-info__left {
        width: 100%;
    }

    .border-img-info__right {
        width: 100%;
        padding-right: 0;
    }

    .border-img-info__text {
        font-size: 15px;
        text-align: center;
    }

    .med-adv-col {
        width: 100%;
    }

    .med-adv-head {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .med-question-head:after {
        width: 100%;
        height: 50px;
        background-size: 16px;
    }

    .border-img-info__text h3 {
        font-size: 17px;
    }

    .large-phone {
        font-size: 25px;
    }

    .large-phone:before {
        width: 32px;
        height: 32px;
        background-size: contain;
    }

    .car-col {
        width: 100%;
        margin-bottom: 22px;
        text-align: center;
    }

    .exp-car-img {
        justify-content: center;
        min-height: auto;
    }

    .blue-checklist li ul li {
        margin-bottom: 7px;
        font-size: 15px;
    }

    .border-section {
        padding: 26px 16px;
        margin: 25px 0;
    }

    .border-section-title {
        font-size: 21px;
        line-height: 1.2;
    }

    .get-consultation-block .gcb-img-1 {
        top: -14px;
        left: 2%;
        width: 80px;
    }

    .get-consultation-block {
        position: relative;
        padding: 61px 16px;
    }

    .get-consultation-block .title {
        font-size: 18px;
        width: 100%;
    }

    .get-consultation-block .gcb-img-2 {
        bottom: -17px;
        right: 0%;
        width: 85px;
    }

    .sbkts-steps .flex .col {
        width: 100%;
    }

    .sbkts-step .icon {
        width: 24%;
    }

    .sbkts-step .icon:before {
        top: -24px;
        left: 124%;
        font-size: 91px;
    }

    .sbkts-step .description {
        width: 72%;
    }

    .sbkts-step .title {
        font-size: 17px;
    }

    .section h3 {
        font-size: 20px;
    }

    .sbkts-whom .flex {
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .sbkts-whom .left-col {
        width: 100%;
    }

    .sbkts-whom .right-col {
        width: 100%;
        text-align: center;
    }

    .sbkts-terminy .flex {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .sbkts-terminy .flex .col {
        padding: 0 14px;
        margin-bottom: 20px;
    }

    .blue-form-title {
        font-size: 18px;
    }

    .blue-form-field {
        width: 100%;
        margin-bottom: 10px;
    }

    .blue-form-row {
        flex-wrap: wrap;
    }

    .blue-form input.wpcf7-form-control.wpcf7-submit {
        padding: 13px 16px;
        font-size: 15px;
        width: 100%;
        max-width: 100%;
    }

    .sbkts-step .text {
        font-size: 13px;
        padding: 0;
    }

    .sbkts-step .title {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .mfc-submit-btn {
        display: block;
    }

    .text-col p {
        font-size: 15px;
    }

    .large-text {
        font-size: 25px;
    }

    .blue-checklist {
        margin-left: 0;
    }

    .blue-checklist li {
        padding-left: 43px;
        background-size: 27px;
        background-position: left 0 top 4px;
    }

    .flex-row {
        flex-direction: column;
    }

    .mfc-page .flex-row .left {
        text-align: center;
    }

    .mfc-page .flex-row .left img {
        width: 61%;
        margin-bottom: 20px;
    }

    ul.blue-circle li:before {
        font-size: 32px;
        left: 0;
        top: 0px;
        line-height: 19px;
    }

    ul.blue-circle li {
        padding-left: 26px;
    }

    .flex-row.inverse {
        flex-direction: column;
    }

    .mfc-page .flex-row.inverse .left img {
        width: 100%;
        margin-bottom: 20px;
    }

    .small-text {
        font-size: 13px;
    }

    .border-red-text {
        padding: 24px 26px;
        font-size: 15px;
        margin: 20px 0 46px;
    }

    .flex-photos {
        flex-direction: column;
    }

    .flex-photos .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .flex-icons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .flex-icons .col {
        width: 85%;
        text-align: center;
        margin-bottom: 33px;
    }

    .flex-icons .label {
        font-size: 15px;
    }

    .section-divider {
        width: 78%;
        margin: 24px auto 0;
    }

    .flex-blocks {
        flex-direction: column;
    }

    .flex-blocks .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .choose-address {
        background: url(/wp-content/themes/auto/css/../img/choose-address-icon.png) left 16px top 31px
            no-repeat #ebf1f5;
        height: 100%;
        padding: 31px ​12px 28px 48px;
    }

    .red-text {
        font-size: 15px;
    }

    .mfc-form {
        padding: 36px 20px;
    }

    .mfc-form-wrap {
        flex-direction: column;
    }

    .mfc-form-label {
        width: 100%;
        margin-bottom: 8px;
    }

    .mfc-form-field {
        width: 100%;
        margin-bottom: 24px;
    }

    .mfc-submit-btn span.ajax-loader {
        display: none !important;
    }

    .mfc-submit {
        font-size: 24px !important;
        padding: 5px !important;
        padding-bottom: 29px !important;
        margin: 0 auto !important;
        max-width: 100%;
    }

    .mfc-submit-btn:after {
        font-size: 14px;
        margin-left: 0;
    }

    .mfc-form-field span.wpcf7-not-valid-tip {
        -o-transform: translateY(72%);
        -moz-transform: translateY(72%);
        -webkit-transform: translateY(72%);
        transform: translateY(72%);
    }

    .abp-hero__img {
        right: 0%;
        bottom: -9%;
        width: 46%;
    }

    .circled-icon-list__item {
        width: 100%;
    }

    .grid-items__item {
        text-align: center;
    }

    .grid-items {
        grid-template-columns: 1fr;
    }

    .grid-items__title {
        text-align: center;
        width: 100%;
    }

    .page-sbkts-form__col {
        width: 100%;
        margin-bottom: 12px;
    }

    .page-sbkts-form {
        padding: 41px 25px;
    }

    .page-sbkts-appearance-col {
        order: 0;
    }

    .page-sbkts-appearance-col .wpcf7-list-item-label {
        font-size: 12px;
        margin-left: 5px;
    }

    .page-sbkts-form-wrap {
        width: 100vw;
        margin-left: -18px;
    }

    .bordered-list--flex .bl-text {
        margin-left: 0;
    }

    .circled-icon-list__icon {
        width: 120px;
    }

    .border-icon-block__text {
        font-size: 15px;
    }

    .page-epts-service__title {
        font-size: 18px;
    }

    .page-epts-service__icon {
        width: 100px;
    }

    .page-epts-section1 {
        flex-direction: column-reverse;
    }

    .page-epts-section1__right {
        margin-bottom: 30px;
    }

    .page-epts-section1.page-epts-section2 {
        flex-direction: column;
    }

    .page-epts-advantages--one-col .page-epts-advantage__left {
        min-width: 110px;
    }

    .textcol-with-img__left {
        width: 100% !important;
    }

    .textcol-with-img {
        flex-direction: column-reverse;
    }

    .textcol-with-img__title {
        font-size: 22px;
    }

    .page-util-help .border-icon-block__text {
        font-size: 16px;
    }

    .util-sbor-price__tip {
        margin-left: 0;
        margin-top: 7px;
    }

    .page-util-help p.fz20 {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .titled-lists ul a {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .new-hc-img {
        position: absolute;
        left: 21px;
        top: 16px;
    }

    .new-hc-block {
        text-align: left;
        text-align-last: left;
        padding-left: 91px;
    }

    .new-hc-block.new-hc-3 {
        background: #4f67b8;
    }

    .new-hc-3 .new-hc-block__hover {
        /* min-height: 200px; */
        opacity: 1;
        position: relative;
        left: -82px;
        width: calc(100% + 82px);
        line-height: 1.9;
        padding-bottom: 0;
    }

    a.new-blog-title {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 12px;
    }

    a.new-blog-thumbnail {
        float: left;
        width: 100%;
        display: inline-block;
    }

    .new-home-blog {
        margin-top: 31px;
    }

    .all-home-blog {
        text-align: center;
        padding-bottom: 23px;
    }

    .all-home-news {
        padding-left: 22px;
    }

    .charity-mobile {
        padding-top: 25px;
    }

    .new-footer-menu .footer-menu li {
        width: initial;
        font-size: 12px;
        min-width: 38%;
        margin-bottom: 2px;
    }

    .new-footer-menu {
        width: 95%;
        margin: 0 auto;
        padding: 6px 15px;
    }

    .new-news-home {
        margin: 29px auto 20px;
    }

    .charity-text {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .new-footer-wrap {
        padding-top: 13px;
    }

    #calendar2 td {
        border: 0;
        padding: 3px;
        font-size: 11px;
    }

    #calendar2 {
        width: 146px !important;
        font: monospace;
        line-height: 1.2em;
        font-size: 11px !important;
        text-align: center;
        border: 0;
    }

    .footer-calendar {
        padding: 8px;
        border-radius: 18px;
        padding-bottom: 0;
    }

    .new-footer-right {
        float: right;
        width: 49%;
        margin: 20px 0;
        text-align: center;
    }

    .new-footer-center {
        float: left;
        width: 49%;
        margin: 28px 0;
        padding-left: 0;
    }

    .uptl_toolbar .size-30 .sn-icon {
        width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        font-size: 20px !important;
    }

    .new-footer-wrap .footer-socicons .uptl_toolbar .size-30 .sn-icon {
        width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        font-size: 20px !important;
    }

    .new-footer-text {
        font-size: 11px;
    }

    .new-footer-phone a {
        font-size: 18px;
    }

    .otzyvy-widjet a {
        background: #4f67ba;
        padding: 3px 10px 5px;
        border-radius: 5px;
        display: inline-block;
        margin-top: -1px;
        font-size: 13px;
        color: #fff;
    }

    .devby {
        padding-top: 0px;
        padding-bottom: 2px;
    }

    .devby img {
        vertical-align: middle;
        width: 56px;
    }

    .devby span {
        vertical-align: middle;
        font-size: 11px;
    }

    .counters-block {
        text-align: right;
        padding-top: 4px;
        padding-right: 6px;
    }

    .new-copyrights {
        padding-left: 15px;
        font-size: 14px;
        line-height: 1.2;
        display: none;
    }

    .mobile-copyrights {
        display: block;
    }

    .mobile-copyrights .new-copyrights {
        display: block;
    }

    .blog-news-wrap {
        /*background: #fff;*/
        padding: 0px 0;
    }

    .new-news-col {
        margin-top: 0;
    }

    a.joc-phone {
        font-size: 20px;
    }

    .callblock-phone a {
        color: #4f74ad;
        font-size: 21px;
    }

    .grafik-raboty-bg {
        padding: 21px 0;
        background: #fff;
        font-family: 'Segoe UI';
        margin-bottom: 28px;
        margin-top: 20px;
    }

    .floating-img {
        float: none;
        text-align: center;
    }

    .uchet-time .floating-desc {
        padding-top: 29px;
        padding-left: 0;
    }

    .grafik-raboty-bg2 {
        padding: 21px 0;
        background: #fff;
    }

    .autonumbers-additional {
        padding: 0 21px;
    }

    .autonumbers-works__title {
        font-size: 53px;
    }

    .abp-hero__content {
        width: 100%;
        top: initial;
        position: relative;
        left: initial;
        text-align: center;
        z-index: 2;
        padding: 30px 0;
    }

    .abp-hero__img {
        position: relative;
        right: initial;
        bottom: initial;
        width: 100%;
    }

    .abp-hero__title {
        font-size: 18px;
    }
}

@media all and (min-width: 1000px) and (max-height: 570px) {
    .abp-hero__img {
        position: absolute;
        right: 5%;
        bottom: -2%;
        width: 50%;
        max-height: 100%;
    }
}
.services-slider__container {
    display: grid;
    /* justify-content     : space-between; */
    /* flex-wrap           : wrap; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.services-slider__col {
    overflow: hidden;
    box-shadow: 2px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.service-caption {
    font-family: 'SegoeUISemiBold', sans-serif;
    padding: 7px 12px 7px;
    text-align: center;
}

.service-slider-nav {
    margin-top: 25px;
}

.services-slider__wrapper {
    position: relative;
}

.service-slider__count {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    padding: 4px 12px;
}

.service-one-slide {
    position: relative;
}

.clients-gallery .slick-dots {
    bottom: -60px;
}

.clients-gallery .slick-next {
    right: 0;
    z-index: 8;
}

.clients-gallery .slick-prev {
    left: 0;
    z-index: 8;
}

.clients-gallery .slick-dots li button:hover:before,
.clients-gallery2 .slick-dots li button:focus:before {
    opacity: 0.25;
}

.clients-gallery__caption {
    display: block;
    z-index: 9;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 4px 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.clients-photo {
    margin: 45px auto;
}

.fancybox__container {
    z-index: 99999 !important;
}

.charity {
    max-width: 100%;
}

.clients-gallery .slick-prev:before,
.clients-gallery .slick-next:before {
    font-size: 32px;
    line-height: 1;
    opacity: 0.85;
    color: #4f67b8;
}

.clients-gallery .slick-prev,
.clients-gallery .slick-next {
    top: calc(50% + 24px);
    width: 32px;
    height: 32px;
}
.page-dtp .page-epts-advantage__left {
    width: 113px;
    min-width: auto;
    padding-right: 20px;
}
.new-order-form {
    background-image: -moz-linear-gradient(
        -4deg,
        rgb(78, 103, 185) 0%,
        rgb(40, 122, 178) 100%
    );
    background-image: -webkit-linear-gradient(
        -4deg,
        rgb(78, 103, 185) 0%,
        rgb(40, 122, 178) 100%
    );
    background-image: -ms-linear-gradient(
        -4deg,
        rgb(78, 103, 185) 0%,
        rgb(40, 122, 178) 100%
    );
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px;
    color: #ffffff;
    width: 450px;
    max-width: 100%;
    margin: 20px auto;
}
.page-sbkts-form.page-form--new {
    flex-direction: column;
    width: 400px;
    margin: 20px auto;
    padding: 40px 32px;
    max-width: 100%;
}
.page-form--new .page-sbkts-form__col {
    width: 100%;
    margin-bottom: 12px;
}
.page-form--new .page-sbkts-appearance-col {
    order: initial;
}
.page-form--new input.accept-label {
    margin-top: 7px;
}
.page-form--new .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
}
single-page-services-wrap {
}
.single-page-sliders-wrap {
    display: flex;
    gap: 20px;
}
.single-page-sliders-wrap__left {
    width: 100px;
    flex-shrink: 0;
}
.single-page-sliders-wrap__right {
    width: calc(100% - 120px);
}
.single-page-services {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.single-page-services-top {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-page-services__left {
    width: 50%;
    padding-top: 9px;
}
.single-page-services__right {
    width: calc(50% - 20px);
}
.single-page-services-nav-slider {
}
.single-page-services-nav-slider .slick-slide {
}
.single-page-services-nav-slider__slide {
    cursor: pointer;
}
.single-page-services-slider {
}
.single-page-services-slider__slide {
}

.single-page-services__title {
}
.single-page-services__price {
}
.single-page-services__buttons {
    margin: 30px 0;
}
.single-page-services-content {
    width: 100%;
}
.single-page-services-content ul li {
    margin-bottom: 9px;
}
.single-page-services__to-form-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #4f67b8;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-page-services__to-form-link:hover {
    color: #fff;
    background: #344479;
}
.single-page-services__phone {
    font-weight: bold;
    text-decoration: underline;
}
.single-page-services__contact-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
@media all and (max-width: 640px) {
    .services-slider__container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-news-wrap {
        /* background: #fff; */
        padding: 0px 0 16px;
    }
    .page-dtp .page-epts-advantages__item {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .page-dtp .page-epts-advantage__left {
        width: 100%;
        min-width: auto;
        padding-right: 0;
        text-align: center;
    }
    .page-dtp .page-epts-advantage__right {
        padding-left: 0;
        padding-top: 22px;
    }
    .single-page-services {
        flex-direction: column;
    }
    .single-page-services__left {
        width: 100%;
        padding-top: 9px;
    }
    .single-page-sliders-wrap__left {
        width: 70px;
        flex-shrink: 0;
    }
    .single-page-sliders-wrap__right {
        width: calc(100% - 90px);
    }
    .single-page-services__right {
        width: calc(100%);
    }
    a.single-page-services__phone {
        font-size: 20px;
    }
}

@media all and (max-width: 500px) {
    .clients-gallery .slick-dots {
        bottom: -82px;
    }

    .clients-gallery .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 3px;
    }
}

@media all and (max-width: 1400px) {
    .gallery-col {
        /* width: calc(100% / 3); */
        width: 150px;
        height: 150px;
        position: relative;
        overflow: initial;
        margin-top: 50px;
    }

    .gallery-col a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .clients-gallery__caption {
        padding: 4px 12px;
        position: absolute;
        top: initial;
        left: 0;
        width: 100%;
        bottom: 100%;
        color: #000;
    }

    .clients-photo__title {
        margin-bottom: 18px;
    }
}
.link-button {
    background-color: #fbfb9e;
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    position: relative;
}

.link-button__button {
    position: relative;
    border: 2px solid #ccc;
    font-size: 20px;
    padding: 10px 10px 10px 52px;
    color: #333;
    background-color: #f8f8f8;
    width: 100%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    display: block;
    font-family: Verdana, Arial, sans-serif;
}

.link-button__button:hover {
    border-color: #7a1417;
    text-decoration: none;
    background-color: #fff;
}

.link-button__icon {
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
}

.wp-block-table table {
    border-collapse: separate;
    width: 100%;
    table-layout: auto;
}

/* .is-style-stripes table tr:nth-child(2n+1) {
    background-color: #dbe5f1;
} */
.wp-block-table.is-style-stripes tbody tr {
    background-color: #fff;
}

.wp-block-table.is-style-stripes thead tr {
    background-color: #dbe5f1;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: #dbe5f1;
}

.wp-block-table table td {
    padding: 4px 10px;
}

.primechanie {
    background: url(/wp-content/themes/auto/css/../images/primechanie.png) no-repeat 14px center #f8fcfe;
    border-color: #12a3eb;
    margin: 15px -20px;
    padding: 0 20px 0 60px;
    border-width: 1px 0;
    border-style: solid;
}

.primechanie__text {
    margin: 15px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 15px;
}

.blue-quote {
    border-color: #12a3eb;
    background: url(/wp-content/themes/auto/css/../images/blue-quote.png) no-repeat right top #f8fcfe;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    margin: 15px 10px;
    padding: 23px 25px;
    border-radius: 2px;
    font-family: arial, sans-serif;
    font-size: 14px;
}

.example-block {
    border-color: #f90;
    background: url(/wp-content/themes/auto/css/../images/example-label.png) no-repeat right top #fffcf7;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    margin: 15px 10px;
    padding: 23px 25px;
    border-radius: 2px;
    font-family: arial, sans-serif;
    font-size: 14px;
}

figure.wp-block-table.is-style-stripes table {
    border-spacing: 2px;
}

.warning-block {
    background: url(/wp-content/themes/auto/css/../images/warning.png) no-repeat 14px center #fdf7f7;
    border-color: #C00;
    margin: 15px -20px;
    padding: 0 20px 0 60px;
    border-width: 1px 0;
    border-style: solid;
}

.warning-block__text {
    margin: 15px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 15px;
}

.wp-block-separator {
    border-top: 0;
    border-bottom: 1px solid;
    margin: 25px 0;
    border-color: #bbbbbb;
}
:root {
    --blue: #287ab2;
    --red: #ad0000;
    --lightblue: #f4f8fc;
}

.page-head {
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.page-head__title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}

.page-head__subtitle {
    font-size: 27px;
    font-weight: normal;
}

.page-head__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 50px;
    z-index: 1;
}

.page-head:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* z-index: 1; */
    background: -webkit-gradient(linear, left bottom, left top, from(#000000c2), to(transparent));
    background: -o-linear-gradient(bottom, #000000c2, transparent);
    background: linear-gradient(0deg, #000000c2, transparent);
}

.links-grid li.no-bg {
    background: transparent;
    vertical-align: bottom;
}

.link-grid__small-text {
    font-size: 14px;
    line-height: 1.5;
}

.mustread-block--blue .pageblock-title {
    color: var(--blue);
}

.section {
    margin: 32px 0;
}

.divider,
.divider--short {
    position: relative;
    text-align: center;
    height: 2px;
    width: 100%;
    font-size: 0;
}

.divider--short::before {
    content: ' ';
    width: 277px;
    height: 2px;
    background-color: var(--lightblue);
    display: inline-block;
}

.link {
    color: var(--blue);
}

.link--blue {
    color: var(--blue);
}

.link--medium {
    font-size: 18px;
}

.link--bold {
    font-family: "SegoeUIBold", sans-serif;
}

.text--red {
    color: var(--red);
}

.text--blue {
    color: var(--blue);
}

.text--small {
    font-size: 17px;
}

.text--up {
    text-transform: uppercase;
}

.text--bold {
    font-family: "SegoeUISemiBold", sans-serif;
}

.text-center p {
    margin: 22px 0;
}

.title--big {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "SegoeUISemiBold", serif;
}

.title--blue {
    color: var(--blue);
}

.dispatcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dispatcher__text {
    color: var(--blue);
    text-transform: uppercase;
    font-family: 'SegoeUISemiBold', sans-serif;
    font-size: 29px;
    line-height: 1.2;
}

.dispatcher__phone {
    display: inline-flex;
    align-items: center;
    font-size: 32px;
    font-family: 'SegoeUISemiBold', sans-serif;
    color: var(--blue);
}

.dispatcher__phone:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/auto/css/../img/large-phone-icon.png) center top no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
}

.dispatcher__warning {
    background: var(--blue);
    font-size: 29px;
    color: #fff;
    font-family: 'SegoeUISemiBold', sans-serif;
    text-transform: uppercase;
    padding: 11px 36px;
    border-radius: 12px;
    line-height: 1.2;
}

.dispatcher__right {
    width: 41%;
}

.dispatcher__left {
    width: 57%;
    display: flex;
    align-items: center;
}

.dispatcher__photo {
    flex-shrink: 0;
}

.dispatcher__info {
    padding-left: 39px;
}

.h3 {
    font-size: 23px;
    text-align: center;
    margin: 42px 0;
    font-family: "SegoeUISemiBold", sans-serif;
}

.h4 {
    font-size: 23px;
    text-align: center;
    margin: 42px 0;
    font-family: "SegoeUISemiBold", sans-serif;
}

.margined {
    width: 56%;
    margin-left: auto;
    margin-right: auto;
}

.spaced {
    margin: 32px 0;
}

.address-grid {
    margin: 54px 0;
}

.address-grid__address {
    font-size: 22px;
    font-family: "SegoeUIBold", sans-serif;
    margin-bottom: 11px;
}

.address-grid__col {
    width: 48%;
}

.address-grid__list {
    list-style: none;
}

.address-grid__region {
    font-size: 25px;
    font-family: "SegoeUIBold", sans-serif;
    margin-bottom: 27px;
}

.address-grid__row>.address-grid__region {
    width: 54%;
    margin: 0 auto 27px;
    text-align: center;
}

.address-grid__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.align-self-center {
    margin-left: auto;
    margin-right: auto;
}

.address-grid__shedule {
    min-height: 143px;
}

.address-grid__title {
    font-size: 23px;
    text-align: center;
    font-family: "SegoeUISemiBold", sans-serif;
    margin-bottom: 27px;
}

.infoblock-center .link {
    text-decoration: underline;
}

.infoblock-center ul {
    list-style: none;
    margin: 0;
}

.ul--style_none {
    list-style: none;
    margin: 0;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz21 {
    font-size: 21px;
}

.fz22 {
    font-size: 22px;
}

.fz23 {
    font-size: 23px;
}

.fz24 {
    font-size: 24px;
}

.fz25 {
    font-size: 25px;
}

.fz26 {
    font-size: 26px;
}

.fz27 {
    font-size: 27px;
}

.fz28 {
    font-size: 28px;
}

.fz29 {
    font-size: 29px;
}

.width50,
.width60,
.width70,
.width80 {
    margin-left: auto;
    margin-right: auto;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.float-right {
    float: right;
    margin: 0 0 21px 21px;
}

.float-left {
    float: left;
    margin: 0 21px 21px 0;
}

.overflow {
    overflow: hidden;
}

.margin {
    margin: 32px 0;
}

.mustread-block--blue li:nth-child(2n) {
    color: var(--blue);
    font-family: "SegoeUIRegular", sans-serif;
}

.traffic-light {
    text-align: center;
    margin: 44px 0;
}

.traffic-light__text {
    text-transform: uppercase;
    font-size: 29px;
    font-family: "SegoeUISemibold", sans-serif;
}

.traffic-light__img {
    text-align: center;
    margin-top: 21px;
}

.warning {
    border: 3px solid #ff0031;
    padding: 25px 20px;
}

.warning--yellow {
    border-color: #ffc72e;
}

@media (max-width: 1200px) {}

@media (max-width: 1150px) {
    .dispatcher__warning {
        font-size: 26px;
        padding: 11px 36px;
    }

    .dispatcher__text {
        font-size: 26px;
    }

    .address-grid__shedule {
        /* min-height: 99px; */
    }

    .address-grid__address {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {

    .width50,
    .width60,
    .width70,
    .width80 {
        width: 100%;
    }

    .blue-circle {
        clear: both;
    }

    .fz28 {
        font-size: 25px;
    }

    .address-grid__row>.address-grid__region {
        width: 100%;
    }
}

@media (max-width: 639.98px) {
    .page-head__bottom {
        padding: 8px 16px;
    }

    .page-head__title {
        font-size: 21px;
    }

    .page-head__subtitle {
        font-size: 18px;
    }

    .new-page-wrap {
        margin-top: 0;
    }

    .fz22 {
        font-size: 14px;
    }

    .fz29 {
        font-size: 19px;
    }

    .title--big {
        font-size: 20px;
    }

    .mustread-block .pageblock-title {
        padding: 20px 0;
        font-size: 18px;
        line-height: 1.2;
    }

    .h3 {
        font-size: 17px;
        margin: 22px 0;
    }

    ul.blue-circle li {
        margin-bottom: 19px;
    }

    .h4 {
        font-size: 17px;
        margin: 22px 0;
    }

    .dispatcher {
        flex-direction: column;
    }

    .dispatcher__left {
        width: 100%;
    }

    .dispatcher__right {
        width: 100%;
        margin-top: 12px;
    }

    .address-grid__col {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .address-grid__shedule {
        min-height: auto;
        margin-bottom: 21px;
    }

}

@media (max-width: 479.98px) {
    h1.new-page-title br {
        display: none;
    }

    .bl-block {
        padding: 24px 0;
        display: flex;
        position: relative;
    }

    .bl-right {
        right: 5px;
        top: 29px;
        width: 25%;
        display: block;
    }

    .bl-text {
        font-size: 14px;
        margin-left: -30px;
        margin-top: 24px;
    }

    .bl-title {
        margin-left: 12px;
    }

    .link {
        font-size: 14px;
    }

    .fz28 {
        font-size: 16px;
    }

    .fz23 {
        font-size: 16px;
    }

    .bordered {
        padding: 16px 10px;
    }

    .address-grid__region {
        font-size: 19px;
    }

    .address-grid__col {
        width: 100%;
        text-align: center;
    }

    .address-grid__shedule {
        min-height: auto;
    }

    .address-grid__address {
        font-size: 14px;
    }

    .address-grid__list {
        margin-left: 0;
    }

    .traffic-light__text {
        font-size: 19px;
    }

    .dispatcher {
        flex-direction: column;
    }

    .dispatcher__left {
        display: flex;
        flex-direction: column;
    }

    .flex-row .left {
        margin-bottom: 12px;
    }

    .dispatcher__info {
        text-align: center;
        padding-left: 0;
    }

    .dispatcher__text {
        font-size: 19px;
        margin: 12px 0;
    }

    .dispatcher__phone {
        font-size: 27px;
    }

    .dispatcher__warning {
        font-size: 19px;
        text-align: center;
        padding: 11px 36px;
    }

    .address-grid__title {
        font-size: 16px;
    }
}

@media (max-width: 359.98px) {}
@media all and (max-width: 1200px) {
	.most-popular-block {
		background-size: cover;
	}

	.util-numbered-block {
		padding: 41px 40px;
		font-size: 20px;
	}

	#post-185 .container {
		width: 962px;
	}

	.important-block {
		display: inline-block;
		vertical-align: middle;
		font-weight: 600;
		width: 746px;
		padding-left: 21px;
		max-width: 100%;
	}

	.util-work-img:after {
		width: 93px;
		background-size: contain;
	}

	.util-work-2 .util-work-img:after {
		width: 93px;
		background-size: contain;
	}

	.util-work-1 li:last-child .util-work-img:after {
		width: 87px;
		height: 317px;
		background-size: contain;
	}

	.gosutil-col-2 {
		padding-left: 30px;
	}

	.util-text-2 .util-info {
		padding-left: 157px;
		font-size: 20px;
	}
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 991px) {
	#post-185 .container {
		width: 738px;
	}

	.important-block {
		width: 506px;
		font-size: 20px;
		padding-left: 21px;
		max-width: 100%;
	}

	.document-block {
		background: url(/wp-content/themes/auto/css/../img/document-block-bg.png) right 11px center no-repeat #d1dced;
		margin-top: 41px;
		border-left: 21px solid #167bcd;
		font-size: 20px;
		padding: 35px 46px;
		padding-right: 140px;
	}

	.util-work-img:after {
		display: none;
	}

	.util-work-2 {
		direction: ltr;
	}
}

@media all and (max-width: 767px) {
	a.blg-banner img {
		float: none;
		width: initial;
		display: block;
		margin: 5px auto 0;
	}

	.blg1.blg3 {
		float: left;
		width: 100%;
		padding: 21px 28px 9px 21px;
		background-position: right 10px bottom;
		background-size: 91px;
	}

	#post-185 {
		font-size: 18px;
	}

	.util-fs-title {
		font-size: 30px;
	}

	.util-fs-title span {
		font-size: 30px;
	}

	.util-price-img {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 18px;
	}

	.popular-2 .popular-title {
		width: fit-content;
	}

	.util-price-block {
		float: none;
		max-width: 100%;
		width: 648px;
	}

	.util-price-title {
		font-size: 23px;
		text-transform: uppercase;
		font-weight: 600;
		line-height: 1.1;
		padding-top: 3px;
		text-align: center;
	}

	.util-price {
		font-size: 35px;
		text-align: center;
	}

	.util-info {
		background: url(/wp-content/themes/auto/css/../img/util-info.png) center top 10px no-repeat #dbdbdb;
		padding: 110px 25px 30px;
		padding-left: 30px;
		text-align: center;
		margin-top: 49px;
		border-radius: 29px;
		width: 100%;
		margin-bottom: 39px;
	}

	.factors-title {
		font-size: 24px;
	}

	.factors-text {
		font-size: 18px;
		text-align: left;
		margin-top: 46px;
	}

	.factors-subtitle {
		font-size: 22px;
	}

	.util-numbered-blocks li {
		width: 100%;
		text-align: center;
		margin-bottom: 36px;
		font-size: 24px;
		text-align-last: center;
	}

	.important-row {
		text-align: center;
	}

	.important-block {
		font-size: 20px;
		padding-top: 25px;
		padding-left: 0;
	}

	.important-row img {
		margin-left: 0;
	}

	.util-22-col-2 {
		float: none;
		width: 100%;
		padding-top: 36px;
	}

	.util-22-col-1 {
		float: none;
		width: 100%;
	}

	.util-text-2 .util-info {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
		padding-top: 100px;
		font-size: 20px;
		margin-top: 32px;
	}

	.ut3-col-1 {
		float: none;
		width: 100%;
		padding-top: 15px;
	}

	.ut3-col-2 {
		float: none;
		width: 100%;
	}

	.document-block {
		background: #d1dced;
		margin-top: 41px;
		border-left: 21px solid #167bcd;
		font-size: 20px;
		padding: 25px 19px;
		padding-right: 16px;
	}

	.util-work li {
		width: 100%;
		text-align: center;
		text-align-last: center;
		margin-bottom: 48px;
		direction: ltr;
	}

	.util-work-label {
		width: 100%;
	}

	.contacts-col-right {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.contacts-col-left {
		text-align: center;
		padding: 0;
	}

	.contacts-col-right a {
		display: block;
		margin-right: 0;
	}

	.contacts-row {
		padding: 16px 0;
	}

	.info-icon {
		width: 100%;
		margin-bottom: 22px;
	}

	.info-text {
		width: 100%;
		font-size: 16px;
	}

	.yandex-block {
		flex-direction: column;
		padding-left: 0;
	}

	.yandex-block {
		display: block;
		padding-left: 0;
		padding-right: 16px;
		padding-top: 19px;
		text-align: right;
		padding-bottom: 19px;
		background-position: left bottom 15px;
	}

	.yandex-title {
		font-size: 14px;
		padding-left: 0;
	}

	span.yandex-text {
		font-size: 15px;
		width: 100%;
		text-align: right;
		padding-right: 0;
		display: block;
		margin-bottom: 14px;
	}

	.department {
		display: block;
	}

	.dep-address {
		width: 100%;
	}

	.dep-services {
		width: 100%;
	}

	.dep-taxi {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.department {
		display: block;
		padding: 16px 16px;
	}

	.bighead {
		font-size: 24px;
	}

	.info-icon-text {
		width: 95%;
		margin: 40px auto;
	}

	.info-icon-text a {
		display: inline;
	}

	.dep-address-title {
		line-height: 1.2;
	}
}

@media all and (max-width: 479px) {}

@media (max-width: 1030px) and (min-width: 768px) {
	.most-popular-block .sow-features-list .sow-features-feature {
		width: 19% !important;
		display: inline-block;
	}

	.blg1.blg3 {
		font-size: 16px;
	}
}
/*! This file is auto-generated */
@font-face{font-display:swap;font-family:dashicons;src:url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
/* BEGIN demo_css */
/* Background */
body {
  
}
/* Border */
.border {
  border: inherit;
}
/* Box Shadow */
.box-shadow {
  box-shadow: none;
}
/* Colorpicker */
.colorpicker {
  background-color: #dd3333;
}
/* Colorpicker Opacity */
.colorpicker-opacity {
  background-color: rgba(102,102,102,0.81);
}
/* Link Color */
/*body a:link {
  color: inherit;
}
body a:hover { 
  color: inherit;
}
body a:active {
  color: inherit;
}
body a:visited {
  color: inherit;
}
body a:focus {
  color: inherit;
}*/
/* END demo_css */
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list {
  zoom: 1;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list:before {
  content: '';
  display: block;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list:after {
  content: '';
  display: table;
  clear: both;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 520px) {
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature:nth-of-type(3n + 1) {
    padding-left: 0;
    clear: left;
  }
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature:nth-of-type(3n) {
    padding-right: 0;
  }
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-top {
  text-align: center;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
  margin-bottom: 10px;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-right {
  text-align: left;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
  margin-right: 10px;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-left {
  text-align: left;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-left .sow-icon-container {
  margin-left: 10px;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom {
  text-align: center;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-icon-container-position-bottom .sow-icon-container {
  margin-top: 10px;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature .sow-icon-container {
  font-size: 84;
  height: 84;
  text-decoration: none;
  width: 84;
  flex: 0 0 84;
  margin: auto;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature .sow-icon-container:not(.sow-container-none) [class^="sow-icon-"],
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
  align-items: center;
  color: #fff;
  display: flex;
  height: 84;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 84;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature h5 {
  margin: 1em 0;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature h5 a {
  color: inherit;
  text-decoration: none;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature h5 a:hover {
  text-decoration: underline;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature p.sow-more-text a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature p.sow-more-text a:hover {
  text-decoration: underline;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature p:last-child {
  margin-bottom: 0;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature.sow-features-feature-last-row {
  margin-bottom: 0;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature .textwidget {
  
  
  
  margin: auto;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature p.sow-more-text a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-feature p.sow-more-text a:hover {
  text-decoration: underline;
}
.so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list .sow-features-clear {
  clear: both;
}
@media (max-width: 520px) {
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list.sow-features-responsive {
    margin: 0;
  }
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list.sow-features-responsive .sow-features-feature {
    display: block !important;
    float: none !important;
    margin-bottom: 40px;
    width: 100% !important;
  }
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list.sow-features-responsive .sow-features-feature:last-child {
    margin-bottom: 0px;
  }
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list.sow-features-responsive .sow-features-clear {
    clear: none;
  }
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list.sow-features-responsive .sow-icon-container-position-left .sow-icon-container,
  .so-widget-sow-features-default-0d4cdd1c8996-2 .sow-features-list.sow-features-responsive .sow-icon-container-position-right .sow-icon-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@font-face{font-family:'feature-background';src:url(/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts/feature-background.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap}.sow-features-list .sow-icon-container{font-family:'feature-background';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:90px;position:relative;color:#404040}.sow-features-list .sow-icon-container.sow-container-round:before{content:"\e600"}.sow-features-list .sow-icon-container.sow-container-sticker:before{content:"\e601"}.sow-features-list .sow-icon-container.sow-container-rounded-sticker:before{content:"\e602"}.sow-features-list .sow-icon-container.sow-container-square:before{content:"\e603"}.sow-features-list .sow-icon-container.sow-container-rounded-square:before{content:"\e604"}.sow-features-list .sow-icon-container.sow-container-rounded-hex:before{content:"\e605"}.sow-features-list .sow-icon-container.sow-container-octagon:before{content:"\e606"}.sow-features-list .sow-icon-container.sow-container-hex:before{content:"\e607"}.sow-features-list .sow-icon-container.sow-container-frame:before{content:"\e608"}.sow-features-list .sow-icon-container.sow-container-explode:before{content:"\e609"}
/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face{
    font-family: 'sow-fontawesome-brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;src:url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-brands-400.woff) format("woff");
}

.sow-fab {
    font-family: 'sow-fontawesome-brands';
    font-style: normal !important;
    font-weight: normal !important;
}

@font-face{
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;src:url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-regular-400.woff) format("woff");
}

.sow-far {
    font-family: 'sow-fontawesome-free';
    font-style: normal !important;
    font-weight: 400 !important;
}

@font-face{
    font-family: 'sow-fontawesome-free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;src:url(/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts/fa-solid-900.woff) format("woff");
}

.sow-fa,
.sow-fas {
    font-family: 'sow-fontawesome-free';
    font-weight: 900 !important;
    font-style: normal !important;
}

.sow-icon-fontawesome {
    display: inline-block;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sow-icon-fontawesome[data-sow-icon]:before {
    content: attr(data-sow-icon);
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/wp-content/plugins/addon-so-widgets-bundle/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.alpha {padding-left: 0!important;}
.omega{padding-right: 0!important;}

.panel-grid .widget{  background: transparent;    padding: 0;    margin: 0;}

.glyphicon{top: 0;}


.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}



/* Seleton Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.container {*/
    /*position: relative;*/
    /*width: 100%;*/
    /*max-width: 960px;*/
    /*margin: 0 auto;*/
    /*padding: 0 20px;*/
    /*box-sizing: border-box; }*/

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
    /*.container {*/
        /*width: 85%;*/
        /*padding: 0;*/
    /*}*/
}

/* For devices larger than 550px */
@media (min-width: 550px) {
    /*.container {*/
        /*width: 80%; }*/
    .column,
    .columns {
        margin-left: 4%; }
    .column:first-child,
    .columns:first-child {
        margin-left: 0; }

    .one.column,
    .one.columns                    { width: 4.66666666667%; }
    .two.columns                    { width: 13.3333333333%; }
    .three.columns                  { width: 22%;            }
    .four.columns                   { width: 30.6666666667%; }
    .five.columns                   { width: 39.3333333333%; }
    .six.columns                    { width: 48%;            }
    .seven.columns                  { width: 56.6666666667%; }
    .eight.columns                  { width: 65.3333333333%; }
    .nine.columns                   { width: 74.0%;          }
    .ten.columns                    { width: 82.6666666667%; }
    .eleven.columns                 { width: 91.3333333333%; }
    .twelve.columns                 { width: 100%; margin-left: 0; }

    .one-third.column               { width: 30.6666666667%; }
    .two-thirds.column              { width: 65.3333333333%; }

    .one-half.column                { width: 48%; }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns          { margin-left: 8.66666666667%; }
    .offset-by-two.column,
    .offset-by-two.columns          { margin-left: 17.3333333333%; }
    .offset-by-three.column,
    .offset-by-three.columns        { margin-left: 26%;            }
    .offset-by-four.column,
    .offset-by-four.columns         { margin-left: 34.6666666667%; }
    .offset-by-five.column,
    .offset-by-five.columns         { margin-left: 43.3333333333%; }
    .offset-by-six.column,
    .offset-by-six.columns          { margin-left: 52%;            }
    .offset-by-seven.column,
    .offset-by-seven.columns        { margin-left: 60.6666666667%; }
    .offset-by-eight.column,
    .offset-by-eight.columns        { margin-left: 69.3333333333%; }
    .offset-by-nine.column,
    .offset-by-nine.columns         { margin-left: 78.0%;          }
    .offset-by-ten.column,
    .offset-by-ten.columns          { margin-left: 86.6666666667%; }
    .offset-by-eleven.column,
    .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

    .offset-by-one-third.column,
    .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

    .offset-by-one-half.column,
    .offset-by-one-half.columns     { margin-left: 52%; }

}




/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
/*.container:after,*/
/*.row:after,*/
/*.u-cf {*/
    /*content: "";*/
    /*display: table;*/
    /*clear: both; }*/


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
.ws-dcpi_dropdown{align-items:center!important;background-color:#fff!important;border:1px solid #dededf!important;border-radius:4px!important;display:flex!important;height:36px!important;position:relative}.ws-chat-offline .ws-dcpi_dropdown{margin-top:6px}.ws-dcpi_dropdown--focused{border:1px solid #a5a5a5!important;outline:none}.ws-dcpi_dropdown.ws-dcpi_dropdown--closed .ws-dcpi_dropdown-toggle-arrow{border-bottom:unset;border-top:4px solid #555}.ws-dcpi_dropdown.ws-dcpi_dropdown--closed .ws-dcpi_country-list{display:none}.ws-dcpi_dropdown .ws-dcpi_dropdown-toggle{align-items:center;cursor:pointer;display:flex!important;padding:0 0 0 10px}.ws-dcpi_dropdown input.ws-phone-codes-target-input,.ws-dcpi_dropdown input[type=tel].ws-phone-codes-target-input,.ws-dcpi_dropdown input[type=text].ws-phone-codes-target-input{border:unset!important;border-radius:4px!important;box-shadow:unset!important;flex-grow:1!important;font-size:inherit!important;height:auto!important;margin-bottom:0!important;margin-top:0!important;padding:0 10px 0 3px!important}.ws-dcpi_dropdown .ws-dcpi_dropdown-toggle-selected_code{color:#000}.ws-dcpi_dropdown-toggle-arrow,.ws-dcpi_dropdown-toggle-selected_flag{display:inline-block;margin-right:5px;vertical-align:middle}.ws-dcpi_dropdown-toggle-arrow{border-bottom:4px solid #555;border-left:3px solid transparent;border-right:3px solid transparent;border-top:unset}.ws-dcpi_dropdown .ws-dcpi_country-list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ccc;box-shadow:1px 1px 4px rgba(0,0,0,.2);height:200px;list-style:none;margin:0 0 0 -1px;overflow-y:scroll;padding:0;position:absolute;top:100%;white-space:nowrap;width:100%;z-index:2}.ws-dcpi_country-list .ws-dcpi_country-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:60%}.ws-dcpi_divider{border-top:1px solid #d7d7d7}.ws-dcpi_country{align-items:center;display:flex;outline:none;padding:5px 10px}.ws-dcpi_country .ws-dcpi_flag{margin-right:5px}.ws-dcpi_country .ws-dcpi_country-code{color:#999;margin-left:auto}.ws-dcpi_country:hover{background-color:rgba(0,0,0,.05);cursor:pointer}.ws-phone-codes-target-input:focus{box-shadow:unset!important}.ws-dcpi_flag{width:20px}.ws-dcpi_flag.ws-dcpi_flag-be{width:18px}.ws-dcpi_flag.ws-dcpi_flag-ch{width:15px}.ws-dcpi_flag.ws-dcpi_flag-mc{width:19px}.ws-dcpi_flag.ws-dcpi_flag-ne{width:18px}.ws-dcpi_flag.ws-dcpi_flag-np{width:13px}.ws-dcpi_flag.ws-dcpi_flag-va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ws-dcpi_flag{background-size:5762px 15px}}.ws-dcpi_flag.ws-dcpi_flag-ac{background-position:0 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ad{background-position:-22px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ae{background-position:-44px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-af{background-position:-66px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ag{background-position:-88px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ai{background-position:-110px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-al{background-position:-132px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-am{background-position:-154px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ao{background-position:-176px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-aq{background-position:-198px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ar{background-position:-220px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-as{background-position:-242px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-at{background-position:-264px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-au{background-position:-286px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-aw{background-position:-308px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ax{background-position:-330px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-az{background-position:-352px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ba{background-position:-374px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-bb{background-position:-396px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-bd{background-position:-418px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-be{background-position:-440px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-bf{background-position:-460px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-bg{background-position:-482px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-bh{background-position:-504px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-bi{background-position:-526px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-bj{background-position:-548px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-bl{background-position:-570px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-bm{background-position:-592px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-bn{background-position:-614px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-bo{background-position:-636px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-bq{background-position:-658px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-br{background-position:-680px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-bs{background-position:-702px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-bt{background-position:-724px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-bv{background-position:-746px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-bw{background-position:-768px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-by{background-position:-790px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-bz{background-position:-812px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-ca{background-position:-834px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-cc{background-position:-856px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-cd{background-position:-878px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-cf{background-position:-900px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-cg{background-position:-922px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ch{background-position:-944px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-ci{background-position:-961px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ck{background-position:-983px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-cl{background-position:-1005px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-cm{background-position:-1027px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-cn{background-position:-1049px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-co{background-position:-1071px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-cp{background-position:-1093px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-cq{background-position:-1115px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-cr{background-position:-1137px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-cu{background-position:-1159px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-cv{background-position:-1181px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-cw{background-position:-1203px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-cx{background-position:-1225px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-cy{background-position:-1247px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-cz{background-position:-1269px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-de{background-position:-1291px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-dg{background-position:-1313px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-dj{background-position:-1335px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-dk{background-position:-1357px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-dm{background-position:-1379px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-do{background-position:-1401px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-dz{background-position:-1423px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ea{background-position:-1445px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ec{background-position:-1467px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ee{background-position:-1489px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-eg{background-position:-1511px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-eh{background-position:-1533px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-er{background-position:-1555px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-es{background-position:-1577px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-et{background-position:-1599px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-eu{background-position:-1621px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ez{background-position:-1643px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-fi{background-position:-1665px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-fj{background-position:-1687px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-fk{background-position:-1709px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-fm{background-position:-1731px 0;height:11px}.ws-dcpi_flag.ws-dcpi_flag-fo{background-position:-1753px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-fr{background-position:-1775px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-fx{background-position:-1797px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ga{background-position:-1819px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-gb{background-position:-1841px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-gd{background-position:-1863px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-ge{background-position:-1885px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gf{background-position:-1907px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gg{background-position:-1929px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gh{background-position:-1951px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gi{background-position:-1973px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-gl{background-position:-1995px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gm{background-position:-2017px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gn{background-position:-2039px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gp{background-position:-2061px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gq{background-position:-2083px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gr{background-position:-2105px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-gs{background-position:-2127px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-gt{background-position:-2149px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-gu{background-position:-2171px 0;height:11px}.ws-dcpi_flag.ws-dcpi_flag-gw{background-position:-2193px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-gy{background-position:-2215px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-hk{background-position:-2237px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-hm{background-position:-2259px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-hn{background-position:-2281px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-hr{background-position:-2303px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ht{background-position:-2325px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-hu{background-position:-2347px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ic{background-position:-2369px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-id{background-position:-2391px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ie{background-position:-2413px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-il{background-position:-2435px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-im{background-position:-2457px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-in{background-position:-2479px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-io{background-position:-2501px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-iq{background-position:-2523px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ir{background-position:-2545px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-is{background-position:-2567px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-it{background-position:-2589px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-je{background-position:-2611px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-jm{background-position:-2633px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-jo{background-position:-2655px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-jp{background-position:-2677px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ke{background-position:-2699px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-kg{background-position:-2721px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-kh{background-position:-2743px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-ki{background-position:-2765px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-km{background-position:-2787px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-kn{background-position:-2809px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-kp{background-position:-2831px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-kr{background-position:-2853px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-kw{background-position:-2875px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ky{background-position:-2897px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-kz{background-position:-2919px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-la{background-position:-2941px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-lb{background-position:-2963px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-lc{background-position:-2985px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-li{background-position:-3007px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-lk{background-position:-3029px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-lr{background-position:-3051px 0;height:11px}.ws-dcpi_flag.ws-dcpi_flag-ls{background-position:-3073px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-lt{background-position:-3095px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-lu{background-position:-3117px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-lv{background-position:-3139px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ly{background-position:-3161px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ma{background-position:-3183px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mc{background-position:-3205px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-md{background-position:-3226px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-me{background-position:-3248px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-mf{background-position:-3270px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mg{background-position:-3292px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mh{background-position:-3314px 0;height:11px}.ws-dcpi_flag.ws-dcpi_flag-mk{background-position:-3336px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ml{background-position:-3358px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mm{background-position:-3380px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mn{background-position:-3402px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-mo{background-position:-3424px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mp{background-position:-3446px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-mq{background-position:-3468px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mr{background-position:-3490px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ms{background-position:-3512px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-mt{background-position:-3534px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mu{background-position:-3556px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mv{background-position:-3578px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mw{background-position:-3600px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-mx{background-position:-3622px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-my{background-position:-3644px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-mz{background-position:-3666px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-na{background-position:-3688px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-nc{background-position:-3710px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ne{background-position:-3732px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-nf{background-position:-3752px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ng{background-position:-3774px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-ni{background-position:-3796px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-nl{background-position:-3818px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-no{background-position:-3840px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-np{background-position:-3862px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-nr{background-position:-3877px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-nu{background-position:-3899px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-nz{background-position:-3921px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-om{background-position:-3943px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-pa{background-position:-3965px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-pe{background-position:-3987px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-pf{background-position:-4009px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-pg{background-position:-4031px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-ph{background-position:-4053px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-pk{background-position:-4075px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-pl{background-position:-4097px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-pm{background-position:-4119px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-pn{background-position:-4141px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-pr{background-position:-4163px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ps{background-position:-4185px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-pt{background-position:-4207px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-pw{background-position:-4229px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-py{background-position:-4251px 0;height:11px}.ws-dcpi_flag.ws-dcpi_flag-qa{background-position:-4273px 0;height:8px}.ws-dcpi_flag.ws-dcpi_flag-re{background-position:-4295px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ro{background-position:-4317px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-rs{background-position:-4339px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ru{background-position:-4361px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-rw{background-position:-4383px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sa{background-position:-4405px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sb{background-position:-4427px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-sc{background-position:-4449px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-sd{background-position:-4471px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-se{background-position:-4493px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-sg{background-position:-4515px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sh{background-position:-4537px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-si{background-position:-4559px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-sj{background-position:-4581px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-sk{background-position:-4603px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sl{background-position:-4625px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sm{background-position:-4647px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-sn{background-position:-4669px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-so{background-position:-4691px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sr{background-position:-4713px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ss{background-position:-4735px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-st{background-position:-4757px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-su{background-position:-4779px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-sv{background-position:-4801px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-sx{background-position:-4823px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sy{background-position:-4845px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-sz{background-position:-4867px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ta{background-position:-4889px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-tc{background-position:-4911px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-td{background-position:-4933px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-tf{background-position:-4955px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-tg{background-position:-4977px 0;height:13px}.ws-dcpi_flag.ws-dcpi_flag-th{background-position:-4999px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-tj{background-position:-5021px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-tk{background-position:-5043px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-tl{background-position:-5065px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-tm{background-position:-5087px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-tn{background-position:-5109px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-to{background-position:-5131px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-tr{background-position:-5153px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-tt{background-position:-5175px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-tv{background-position:-5197px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-tw{background-position:-5219px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-tz{background-position:-5241px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ua{background-position:-5263px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ug{background-position:-5285px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-uk{background-position:-5307px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-um{background-position:-5329px 0;height:11px}.ws-dcpi_flag.ws-dcpi_flag-un{background-position:-5351px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-us{background-position:-5373px 0;height:11px}.ws-dcpi_flag.ws-dcpi_flag-uy{background-position:-5395px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-uz{background-position:-5417px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-va{background-position:-5439px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-vc{background-position:-5456px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ve{background-position:-5478px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-vg{background-position:-5500px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-vi{background-position:-5522px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-vn{background-position:-5544px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-vu{background-position:-5566px 0;height:12px}.ws-dcpi_flag.ws-dcpi_flag-wf{background-position:-5588px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-ws{background-position:-5610px 0;height:10px}.ws-dcpi_flag.ws-dcpi_flag-xk{background-position:-5632px 0;height:15px}.ws-dcpi_flag.ws-dcpi_flag-ye{background-position:-5654px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-yt{background-position:-5676px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-za{background-position:-5698px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-zm{background-position:-5720px 0;height:14px}.ws-dcpi_flag.ws-dcpi_flag-zw{background-position:-5742px 0;height:10px}.ws-dcpi_flag{background-color:#dbdbdb;background-position:20px 0;background-repeat:no-repeat;box-shadow:0 0 1px 0 #888;height:15px}.ws-dcpi_flag.ws-dcpi_flag-np{background-color:transparent}
body.envybox-overflow-x-hidden{overflow-x:hidden}.forCompileTimesNeromanFont{font-family:Times New Roman,serif}.callbackkiller{box-shadow:0 3px 12px rgba(0,0,0,.15);box-sizing:content-box!important;font-size:13px!important;font-weight:300!important;transform-origin:50% 50%;white-space:normal}.callbackkiller,.callbackkiller *{color:#333!important;font-family:CBKOpenSans,CBKRobotoLight,sans-serif!important;font-style:normal!important;text-transform:none!important}.callbackkiller span{transform:none!important}.cbk-body-mobile{-webkit-text-size-adjust:100%;height:100%!important;margin:0!important;overflow:hidden!important;position:fixed!important;transform:none}body.cbk-body-mobile div.map-canvas{display:none!important}.cbk-btn,.cbk-btn:hover{background-color:#f44336;bottom:0;color:#fff!important;font-size:22px!important;left:auto;outline:none!important;padding:10px 20px!important;position:fixed;right:0;text-decoration:none;top:auto;white-space:nowrap;z-index:9999!important}.cbk-btn span,.cbk-btn:hover span{color:#fff!important}.cbk-btn.cbk-btn-top{bottom:auto;top:0}.cbk-btn.cbk-btn-right{bottom:auto;right:0;top:10%;transform:rotate(-90deg);transform-origin:right bottom}.cbk-btn.cbk-btn-left{bottom:auto;left:0;right:auto;top:10%;transform:rotate(90deg);transform-origin:left bottom}.cbk-btn.cbk-btn-left span,.cbk-btn.cbk-btn-left:hover span{display:block;transform:rotate(180deg)!important}.cbk-phone,.cbk-phone:hover{background-color:transparent!important;border-radius:60px!important;-webkit-border-radius:60px!important;bottom:5%;color:#fff;display:block;font-size:22px!important;height:120px!important;left:auto;outline:none!important;overflow:hidden;padding:0!important;position:absolute;right:20%;text-decoration:none;top:auto;transition:none;-webkit-transition:none;width:120px!important;z-index:9999!important}.cbk-phone.cbk-phone-sm,.cbk-phone.cbk-phone-sm:hover{height:90px!important;position:absolute;width:90px!important}.cbk-phone.cbk-phone-xs,.cbk-phone.cbk-phone-xs:hover{height:60px!important;position:absolute;width:60px!important}.cbk-phone.cbk-phone-fixed,.cbk-phone.cbk-phone-fixed:hover{position:fixed!important}.cbk-phone.callbackkiller-mobile,.cbk-phone.callbackkiller-mobile:hover{position:absolute;right:50%;top:90%}.cbk-phone.cbk-not-scalling{position:fixed!important}.cbk-phone .cbk-phone-bgr{background-color:#f44336;border-radius:60px!important;-webkit-border-radius:60px!important;height:100%!important;opacity:.95;width:100%!important}.cbk-phone .cbk-phone-bgr,.cbk-phone .cbk-phone-phone{left:0!important;position:absolute!important;top:0!important;z-index:9997!important}.cbk-phone .cbk-phone-phone{height:60px!important;margin:24px;width:60px!important}.cbk-phone .cbk-phone-phone .ws-icon-phone{bottom:0;color:#fff!important;font-size:72px;left:0;right:0;top:0}.cbk-phone .cbk-phone-phone .ws-icon-phone:before{bottom:0;left:0;right:0;top:0}.cbk-phone .cbk-phone-phone.cbk-phone-with-text{height:auto!important;left:0!important;margin:0;position:absolute!important;top:0!important;width:100%!important;z-index:9997!important}.cbk-phone .cbk-phone-phone.cbk-phone-with-text,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span{background:transparent!important;color:#fff!important;font-family:CBKRobotoLight,sans-serif!important;font-size:22px!important;font-weight:300!important;line-height:1em!important;text-align:center!important}.cbk-phone.cbk-phone-sm .cbk-phone-phone{height:48px!important;margin:19px;width:48px!important}.cbk-phone.cbk-phone-sm .cbk-phone-phone .ws-icon-phone{-webkit-text-size-adjust:auto;font-size:54px}.cbk-phone.cbk-phone-sm .cbk-phone-phone.cbk-phone-with-text{background:transparent!important;height:auto!important;margin:0;width:100%!important}.cbk-phone.cbk-phone-xs .cbk-phone-phone{height:30px!important;margin:12px;width:30px!important}.cbk-phone.cbk-phone-xs .cbk-phone-phone .ws-icon-phone{-webkit-text-size-adjust:auto;font-size:38px}.cbk-phone.cbk-phone-xs .cbk-phone-phone.cbk-phone-with-text{background:transparent!important;height:auto!important;margin:0;width:100%!important}.cbk-phone.cbk-phone-mobile-xs{height:100px!important;width:100px!important}.cbk-phone.cbk-phone-mobile-xs .cbk-phone-phone{margin:12px}.cbk-phone.cbk-phone-mobile-xs .cbk-phone-phone .ws-icon-phone{-webkit-text-size-adjust:auto;font-size:75px}.cbk-phone.cbk-phone-mobile-bg{height:150px!important;width:150px!important}.cbk-phone.cbk-phone-mobile-bg,.cbk-phone.cbk-phone-mobile-bg .cbk-phone-bgr{border-radius:75px!important;-webkit-border-radius:75px!important}.cbk-phone.cbk-phone-mobile-bg .cbk-phone-phone{margin:23px}.cbk-phone.cbk-phone-mobile-bg .cbk-phone-phone .ws-icon-phone{-webkit-text-size-adjust:auto;font-size:100px}.cbk-phone .cbk-phone-text{word-wrap:break-word;height:auto!important;left:0!important;overflow:hidden;position:absolute!important;top:0!important;width:100%!important;z-index:9998!important}.cbk-phone .cbk-phone-text,.cbk-phone .cbk-phone-text span{background:transparent!important;color:#fff!important;font-family:CBKRobotoLight,sans-serif!important;font-size:22px!important;font-weight:300!important;line-height:1em!important;text-align:center!important}.cbk-phone-sm .cbk-phone-phone.cbk-phone-with-text,.cbk-phone-sm .cbk-phone-phone.cbk-phone-with-text span,.cbk-phone-sm .cbk-phone-text,.cbk-phone-sm .cbk-phone-text span{font-size:18px!important;line-height:1em!important}.cbk-phone-xs .cbk-phone-phone.cbk-phone-with-text,.cbk-phone-xs .cbk-phone-phone.cbk-phone-with-text span,.cbk-phone-xs .cbk-phone-text,.cbk-phone-xs .cbk-phone-text span{font-size:12px!important;line-height:1em!important}.cbk-phone .cbk-phone-content div{display:block;opacity:0;position:absolute!important;transform:perspective(400px) rotateY(-180deg) scale(.4);-moz-transform:perspective(400px) rotateY(-180deg) scale(.4);-ms-transform:perspective(400px) rotateY(-180deg) scale(.4);-webkit-transform:perspective(400px) rotateY(-180deg) scale(.4);-o-transform:perspective(400px) rotateY(-180deg) scale(.4);-khtml-transform:perspective(400px) rotateY(-180deg) scale(.4);transform-origin:center center;transition:all .8s cubic-bezier(.19,1,.22,1)}.cbk-phone.callbackkiller-mobile .cbk-phone-content div.cbk-rotate-icon{transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-webkit-transform:none!important;-o-transform:none!important;-khtml-transform:none!important}.cbk-phone .cbk-phone-phone.cbk-auto-width,.cbk-phone .cbk-phone-text.cbk-auto-width{width:auto!important}.cbk-phone .cbk-phone-phone.cbk-font-size-90,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-90,.cbk-phone .cbk-phone-text span.cbk-font-size-90,.cbk-phone .cbk-phone-text.cbk-font-size-90{font-size:90%!important}.cbk-phone .cbk-phone-phone.cbk-font-size-85,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-85,.cbk-phone .cbk-phone-text span.cbk-font-size-85,.cbk-phone .cbk-phone-text.cbk-font-size-85{font-size:85%!important}.cbk-phone .cbk-phone-phone.cbk-font-size-80,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-80,.cbk-phone .cbk-phone-text span.cbk-font-size-80,.cbk-phone .cbk-phone-text.cbk-font-size-80{font-size:80%!important}.cbk-phone .cbk-phone-phone.cbk-font-size-70,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-70,.cbk-phone .cbk-phone-text span.cbk-font-size-70,.cbk-phone .cbk-phone-text.cbk-font-size-70{font-size:70%!important}.cbk-phone .cbk-phone-phone.cbk-font-size-60,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-60,.cbk-phone .cbk-phone-text span.cbk-font-size-60,.cbk-phone .cbk-phone-text.cbk-font-size-60{font-size:60%!important}.cbk-phone .cbk-phone-phone.cbk-font-size-40,.cbk-phone .cbk-phone-phone.cbk-font-size-50,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-40,.cbk-phone .cbk-phone-phone.cbk-phone-with-text span.cbk-font-size-50,.cbk-phone .cbk-phone-text span.cbk-font-size-40,.cbk-phone .cbk-phone-text span.cbk-font-size-50,.cbk-phone .cbk-phone-text.cbk-font-size-40,.cbk-phone .cbk-phone-text.cbk-font-size-50{font-size:50%!important}.cbk-phone .cbk-phone-phone span{color:#fff}.cbk-phone.cbk-pulse,.multi_button.bouncing{animation:cbk-phone-pulse .7s infinite;transition:none;-o-transition:none;-ms-transition:none}.cbk-phone-waves .cbk-phone-circle,.multi-button-waves .cbk-multi-button-circle{animation:cbk-phone-waves-1 3.5s infinite;border-radius:100%;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:50% 50% 0;width:100%}.cbk-phone-waves .cbk-phone-second_circle,.cbk-phone-waves .cbk-phone-third_circle,.multi-button-waves .cbk-multi-button-second_circle,.multi-button-waves .cbk-multi-button-third_circle{border-radius:100%;bottom:0;height:70%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:50% 50% 0;width:70%}.multi-button-waves .cbk-multi-button-circle,.multi-button-waves .cbk-multi-button-second_circle,.multi-button-waves .cbk-multi-button-third_circle{position:absolute;z-index:10}.multi-button-waves.active .cbk-multi-button-circle,.multi-button-waves.active .cbk-multi-button-second_circle,.multi-button-waves.active .cbk-multi-button-third_circle{display:none}.cbk-phone-waves .cbk-phone-second_circle,.multi-button-waves .cbk-multi-button-second_circle{animation:cbk-phone-waves-2 3.5s infinite}.cbk-phone-waves .cbk-phone-third_circle,.multi-button-waves .cbk-multi-button-third_circle{animation:cbk-phone-waves-3 3.5s infinite}@keyframes cbk-phone-waves-1{0%,42.86%{animation-timing-function:ease-in-out;opacity:.66;transform:matrix(1,0,0,1,0,0)}to{opacity:0;transform:matrix(2.39,0,0,2.39,0,0)}}@keyframes cbk-phone-waves-2{0%,42.86%{animation-timing-function:ease-in-out;opacity:.66;transform:matrix(1,0,0,1,0,0)}to{opacity:0;transform:matrix(3.17,0,0,3.17,0,0)}}@keyframes cbk-phone-waves-3{0%,42.86%{animation-timing-function:ease-in-out;opacity:.66;transform:matrix(.42,0,0,.42,0,0)}to{opacity:0;transform:matrix(2.79,0,0,2.79,0,0)}}@keyframes cbk-phone-pulse{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes cbk-phone-opacity-pulse{0%,to{opacity:1}50%{opacity:.5}}.cbk-phone-opacity-pulse{animation:cbk-phone-opacity-pulse 2s ease-in-out infinite;-moz-animation:cbk-phone-opacity-pulse 2s ease-in-out infinite;-ms-animation:cbk-phone-opacity-pulse 2s ease-in-out infinite;-webkit-animation:cbk-phone-opacity-pulse 2s ease-in-out infinite;-o-animation:cbk-phone-opacity-pulse 2s ease-in-out infinite;-khtml-animation:cbk-phone-opacity-pulse 2s ease-in-out infinite}@keyframes cbk-widget-live{0%,50%,to{animation-timing-function:ease;-khtml-transform:rotate(-20deg);transform:rotate(-20deg)}25%,75%{animation-timing-function:ease;-khtml-transform:rotate(20deg);transform:rotate(20deg)}}.cbk-phone.cbk-pulse .cbk-phone-content div{display:none!important}.cbk-phone.cbk-pulse .cbk-phone-content .cbk-phone-phone:not(.cbk-rotate-icon){display:block!important;opacity:1!important}.cbk-phone.cbk-pulse .cbk-phone-content .cbk-phone-text.cbk-rotate-icon{opacity:0!important}.cbk-phone.cbk-pulse .cbk-phone-content .cbk-phone-phone{animation:cbk-widget-live 1.1s infinite!important}.cbk-phone.pulse:hover .cbk-phone-content div,.cbk-phone:not(.cbk-phone-text-none,.callbackkiller-mobile):hover .cbk-phone-content div{word-wrap:break-word;opacity:0!important;overflow:hidden;transform:perspective(400px) rotateY(-180deg) scale(.4);-moz-transform:perspective(400px) rotateY(-180deg) scale(.4);-ms-transform:perspective(400px) rotateY(-180deg) scale(.4);-webkit-transform:perspective(400px) rotateY(-180deg) scale(.4);-o-transform:perspective(400px) rotateY(-180deg) scale(.4);-khtml-transform:perspective(400px) rotateY(-180deg) scale(.4)}.cbk-phone .cbk-phone-content div.cbk-rotate-icon{display:block!important;opacity:1!important;transform:perspective(400px) rotateY(0) scale(1)!important;-moz-transform:perspective(400px) rotateY(0) scale(1)!important;-ms-transform:perspective(400px) rotateY(0) scale(1)!important;-webkit-transform:perspective(400px) rotateY(0) scale(1)!important;-o-transform:perspective(400px) rotateY(0) scale(1)!important;-khtml-transform:perspective(400px) rotateY(0) scale(1)!important;transform-style:preserve-3d!important;-webkit-transition:opacity 3s cubic-bezier(.19,1,.22,1)}.cbk-phone.cbk-pulse:hover .cbk-phone-content .cbk-phone-phone{-webkit-backface-visibility:visible!important;opacity:0!important}.cbk-phone:hover:not(.callbackkiller-mobile) .cbk-phone-content .cbk-phone-text{display:block!important;opacity:1!important;transform:perspective(400px) rotateY(0) scale(1)!important;-moz-transform:perspective(400px) rotateY(0) scale(1)!important;-ms-transform:perspective(400px) rotateY(0) scale(1)!important;-webkit-transform:perspective(400px) rotateY(0) scale(1)!important;-o-transform:perspective(400px) rotateY(0) scale(1)!important;-khtml-transform:perspective(400px) rotateY(0) scale(1)!important}.cbk-phone.cbk-pulse:hover,.cbk-phone:hover{animation:none!important}.callbackkiller.cbk-phone.cbk-phone-pulse{--box-shadow-color:0 9px 16px rgba(255,34,65,.6);animation:envybox-phone-pulse 12s ease-in infinite;-webkit-backface-visibility:visible!important}.cbk-multi-button-circle,.cbk-phone-circle{transform-origin:center center!important;-moz-transform-origin:center center!important;-webkit-transform-origin:center center!important;-o-transform-origin:center center!important;-ms-transform-origin:center center!important}.callbackkiller.cbk-phone.cbk-phone-pulse .cbk-phone-circle{-webkit-backface-visibility:visible!important;display:block}@keyframes envybox-phone-pulse{0.2%,6.2%{-ms-box-shadow:var(--box-shadow-color);-o-box-shadow:var(--box-shadow-color);box-shadow:var(--box-shadow-color);transform:scale(1.2)}10.5%,4.5%{-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}3.2%{transform:scale(1.3)}0%,3.5%,4.4%,8.5%,to{transform:scale(1)}}.cbk-phone-pulse .cbk-phone-circle{animation-duration:12s;animation-iteration-count:infinite;animation-name:envybox-circle-pulse;animation-play-state:running;animation-timing-function:ease-in;background-color:#a71933;border:2px solid transparent;border-radius:100%;bottom:0;display:none;left:0;margin:auto;opacity:0;pointer-events:none;position:absolute!important;right:0;top:0}.cbk-phone-pulse,.cbk-phone-waves,.cbk-phone-wild,.multi-button-waves{overflow:visible!important}.callbackkiller.cbk-phone.cbk-phone-pulse:hover .cbk-phone-circle,.callbackkiller.cbk-phone.cbk-phone-wild:hover .cbk-phone-circle{animation:none!important}@keyframes envybox-circle-pulse{0%,7%,to{opacity:0;transform:scale(1)}2.6%,7.5%{opacity:.7;transform:scale(1)}14.5%,6.1%{opacity:0;transform:scale(2)}}.callbackkiller.cbk-phone.cbk-phone-wild{animation:envybox-phone-wild 12s ease-in infinite}.callbackkiller.cbk-phone.cbk-phone-waves{animation:envybox-phone-none 1s ease-in infinite!important}.cbk-phone-wild .cbk-phone-circle{animation-duration:12s;animation-iteration-count:infinite;animation-name:envybox-circle-wild;animation-play-state:running;animation-timing-function:ease-in;background-color:#a71933;border:2px solid transparent;border-radius:100%;bottom:0;display:none;left:0;margin:auto;opacity:0;position:fixed!important;right:0;top:0}@keyframes envybox-phone-wild{0%,10.6%,5.8%{transform:scale(1)}1.9%{transform:scale(.8)}10%,7.5%,to{transform:scale(1.2)}}.callbackkiller.cbk-phone.cbk-phone-wild .cbk-phone-circle{display:block}.envybox-ie .cbk-phone-pulse .cbk-phone-circle,.envybox-ie .cbk-phone-waves .cbk-phone-circle,.envybox-ie .cbk-phone-waves .cbk-phone-second_circle,.envybox-ie .cbk-phone-waves .cbk-phone-third_circle,.envybox-ie .cbk-phone-wild .cbk-phone-circle{position:absolute!important}.callbackkiller.cbk-phone.cbk-phone-wild .cbk-phone-phone{animation:envybox-content-wild .25s ease-in infinite}@keyframes envybox-content-wild{25%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}@keyframes envybox-circle-wild{0%,16.6%,6.6%,to{opacity:0;transform:scale(1)}1.9%,9.4%{opacity:.5;transform:scale(1)}16%,5.8%{opacity:0;transform:scale(2)}}.cbk-window,.cbk-window *{box-sizing:content-box!important;letter-spacing:normal!important;line-height:18px!important}.cbk-window{bottom:auto;height:100%;left:auto;min-width:340px;position:fixed!important;right:0;top:0;width:340px;z-index:2000000002!important}.cbk-window.cbk-window-left{left:0;right:auto}.cbk-window.callbackkiller-mobile{-webkit-overflow-scrolling:touch;-webkit-font-smoothing:subpixel-antialiased!important;bottom:0;height:100%;left:0;overflow:auto;position:fixed!important;right:0;top:0;visibility:visible;width:100%;z-index:2000000002!important}.cbk-window.callbackkiller-mobile a.cbk-close-window{padding:14px;position:fixed!important;top:0!important}.cbk-window.cbk-window-modal,.cbk-window.cbk-window-onexit{bottom:auto;height:auto;left:0;min-height:368px;position:fixed!important;right:0;top:0;width:640px!important;z-index:99999999999999!important}.cbk-window.cbk-window-modal{border-radius:5px}.cbk-window.cbk-window-onexit{height:auto}.cbk-window a,.cbk-window a:hover{background:none;border:none;color:#333!important;font-size:13px;opacity:.5!important;outline:none!important;text-decoration:none;transition:opacity .15s ease-in-out}.cbk-window a:hover{opacity:1!important}.cbk-window .cbk-background,.cbk-window .cbk-background div{background-color:rgba(0,0,0,.3)!important;box-shadow:0 2px 22px 0 rgba(0,0,0,.29);height:100%!important;right:0!important;top:0!important;width:100%!important;z-index:1!important}.cbk-window.callbackkiller-mobile .cbk-background,.cbk-window.callbackkiller-mobile .cbk-background div{background-color:#f0f0f0!important}.cbk-window .cbk-background div{background-color:hsla(0,0%,94%,.95)!important}.cbk-window a.cbk-close-window{background:none!important;bottom:auto!important;font-size:14px;left:auto!important;padding:10px;position:absolute;right:20px!important;top:6px!important;transition:opacity .15s ease-in-out;z-index:2!important}.cbk-window a.cbk-close-window:after{content:"×";font-size:22px;line-height:17px;position:absolute}.cbk-window a.cbk-copyright{background:none;bottom:5px!important;display:block!important;font-size:13px;left:auto!important;opacity:1!important;position:absolute;right:auto!important;text-align:center!important;top:auto!important;transition:opacity .15s ease-in-out;width:100%;z-index:2!important}.callbackkiller.cbk-window.cbk-window-onexit .a.cbk-copyright{z-index:0!important}.cbk-window a.cbk-copyright .ws-copyright-text{font-size:11px;vertical-align:bottom}.cbk-window a.cbk-copyright-callbackkiller{background:#f5f5f5b0;border-radius:4px;cursor:pointer;display:inline!important;left:23%!important;margin-bottom:5px;opacity:.8;padding:3px 5px;width:50%!important}.cbk-window a.cbk-copyright-callbackkiller .ws-copyright-text{color:#000!important;font-size:12px!important;font-weight:500;vertical-align:middle}.cbk-window a.cbk-copyright-callbackkiller img{display:inline!important;vertical-align:middle!important}.cbk-window.cbk-window-modal a.cbk-copyright:not(.cbk-copyright-callbackkiller){margin-bottom:-35px!important}.cbk-window.cbk-window-modal a.cbk-copyright:not(.cbk-copyright-callbackkiller) span{border-radius:4px;color:#000!important;padding:3px 5px}.cbk-window.cbk-window-modal a.cbk-copyright:not(.cbk-copyright-callbackkiller) span:not(.cbk-service-name){background:#f5f5f5b0}.cbk-window.cbk-window-modal a.cbk-copyright-callbackkiller{left:34%!important;margin-bottom:10px!important;width:30%!important}.callbackkiller.cbk-window.cbk-window-bottom a.cbk-copyright-callbackkiller{left:calc(50% - 90px)!important;padding-left:20px;padding-right:20px;width:auto!important}.cbk-window.callbackkiller-mobile a.cbk-copyright{-webkit-text-size-adjust:none}.cbk-window .cbk-text-red{color:#f44336!important}.cbk-window .cbk-forms{bottom:0;height:auto;left:0!important;overflow:visible;position:absolute!important;right:0!important;top:0;transition:none;width:100%!important;z-index:1}.cbk-window.cbk-window-modal .cbk-forms,.cbk-window.cbk-window-onexit .cbk-forms{height:auto!important;margin:auto!important;position:static!important}.cbk-window.cbk-window-modal .cbk-forms .cbk-window-logo,.cbk-window.cbk-window-onexit .cbk-forms .cbk-window-logo{display:inline-block;margin-left:-120px;position:static;vertical-align:top}.cbk-window-onexit.cbk-window .cbk-forms{position:relative!important}.cbk-window .cbk-forms .cbk-form{box-sizing:content-box!important;margin:auto;padding:0 40px!important;text-align:left;transition:none;width:260px!important}.cbk-window .cbk-forms .cbk-form.cbk-callform.cbk-forms-bottom .cbk-form-element .cbk-form-field{display:inline-block;height:60px;vertical-align:bottom}.cbk-window-onexit.cbk-window .cbk-forms .cbk-form.cbk-callform.cbk-forms-bottom .cbk-form-element .cbk-form-field{height:unset!important}.cbk-window.callbackkiller-mobile .cbk-forms .cbk-form{padding:0!important;transition:none}.cbk-text-after-call,.cbk-window .cbk-form .cbk-form-title,.cbk-window .cbk-form .cbk-form-title span.cbk-call-timeout,.cbk-window .cbk-form .cbk-form-title span.cbk-visitor-name-to-delete{font-size:20px!important;line-height:23px!important;margin:0 0 7px!important}.cbk-window .cbk-form .cbk-form-title a{background:none!important;font-size:20px!important;line-height:23px!important}.cbk-window .cbk-form .cbk-form-title small{display:inline-block;font-size:70%!important;padding:0}.cbk-window .cbk-form .cbk-form-title small .cbk-visitor-name-to-delete,.cbk-window .cbk-form .cbk-form-title small a{font-size:100%!important}.cbk-window .cbk-form .cbk-input,.cbk-window .cbk-form .cbk-input:focus,.cbk-window .cbk-form .cbk-input:hover{zoom:1;background-color:#d0d0d0!important;border:1px solid rgba(0,0,0,.3);border-radius:4px!important;-webkit-border-radius:4px!important;box-shadow:none!important;box-sizing:content-box!important;-moz-box-sizing:content-box!important;color:#333!important;display:inline-block!important;float:none!important;font-size:16px!important;font-weight:300!important;height:auto!important;left:auto!important;margin:0 7px 7px 0!important;outline:0!important;padding:6px 10px!important;position:relative;top:auto!important;transform:none;width:230px!important}.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown{background-color:#d0d0d0!important;border:1px solid rgba(0,0,0,.3)!important;height:auto!important;margin-bottom:7px!important;padding:6px 0!important}.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown .ws-dcpi_country-list{border:1px solid rgba(0,0,0,.3)!important}.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown,.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown .ws-dcpi_country-list{font-size:16px!important;width:250px!important}.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown .ws-dcpi_country-list{z-index:3!important}.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown .cbk-input.ws-phone-codes-target-input,.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown .ws-dcpi_dropdown-toggle .ws-dcpi_dropdown-toggle-selected_code{line-height:18px!important;vertical-align:middle!important}.callbackkiller-mobile.cbk-window .cbk-form .ws-dcpi_dropdown .cbk-input.ws-phone-codes-target-input,.callbackkiller-mobile.cbk-window .cbk-form .ws-dcpi_dropdown .ws-dcpi_dropdown-toggle .ws-dcpi_dropdown-toggle-selected_code{display:inline-block!important;height:23px!important;line-height:23px!important;vertical-align:middle!important}.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown .cbk-input.ws-phone-codes-target-input{padding:0 5px 0 4px!important}.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown input,.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown input:focus,.callbackkiller.cbk-window .cbk-form .ws-dcpi_dropdown input:hover{margin:unset!important;width:100%!important}.cbk-window .cbk-form .cbk-select{zoom:1;background-color:#d0d0d0!important;border:1px solid rgba(0,0,0,.3);border-radius:4px!important;-webkit-border-radius:4px!important;box-shadow:none!important;box-sizing:content-box!important;-moz-box-sizing:content-box!important;display:inline-block!important;float:none!important;font-size:16px!important;font-weight:300!important;height:auto!important;left:auto!important;margin:0 0 7px!important;min-height:0!important;outline:0!important;padding:6px 10px!important;position:relative;top:auto!important;visibility:visible;white-space:nowrap;width:230px!important}.cbk-window .cbk-form .cbk-select.cbk-deferred-date{opacity:1;width:107px!important}.cbk-window .cbk-form .cbk-select.cbk-deferred-time{opacity:1;width:72px!important}.cbk-window .cbk-form .cbk-select option{text-align:center}.cbk-window .cbk-form .cbk-deferred div{display:inline-block!important;font-size:16px!important;margin:0 7px}.cbk-window .cbk-form .cbk-input-hidden{display:none!important;opacity:0!important}.cbk-window .cbk-form .cbk-input.cbk-error{border-color:#f44336!important}.cbk-window .cbk-form .cbk-error-text{color:#f44336!important;margin:0 0 7px!important}.cbk-window .cbk-form.cbk-callform.cbk-forms-bottom .cbk-error-text{margin-bottom:0!important}.cbk-window .cbk-form .cbk-input-checkbox{float:left;height:13px!important;margin:2px 5px 0 0!important;min-width:13px!important;outline:none;width:13px!important}.cbk-window .cbk-form .cbk-button{zoom:1;background:rgba(244,67,54,.8);border:1px solid rgba(0,0,0,.3);border-radius:4px!important;-webkit-border-radius:4px!important;box-shadow:2px 2px 29px rgba(0,0,0,.17);box-sizing:content-box!important;-moz-box-sizing:content-box!important;color:hsla(0,0%,100%,.9)!important;cursor:pointer!important;float:none!important;font-size:16px!important;font-weight:300!important;height:auto!important;left:auto!important;margin:0 0 7px!important;outline:0!important;overflow:hidden!important;padding:10px!important;position:relative;top:auto!important;width:230px!important}.cbk-ink-reaction .cbk-ink{animation:cbk-ripple-animation 1.5s;background-color:hsla(0,0%,100%,.5);border-radius:50%;height:200px;margin-left:-100px;margin-top:-100px;opacity:0;pointer-events:none;position:absolute;width:200px;z-index:1}.cbk-ink-reaction .cbk-ink.inverse{background-color:hsla(0,0%,5%,.5)}@keyframes cbk-ripple-animation{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}#cbkDepartmentRadioButtons{margin-bottom:12px}.ws-radio-button{margin-top:5px}.ws-radio-button input[type=radio]{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ws-radio-button input[type=radio]:focus+label:before,.ws-radio-button input[type=radio]:hover+label:before{background-color:#f2f2f2;border-color:var(--envybox-btn-background-color)}.ws-radio-button input[type=radio]:active+label:before{transition-duration:0s}.ws-radio-button input[type=radio]+label{-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer;display:-webkit-box;font-size:15px;overflow:hidden;padding-left:1.5em;position:relative;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:normal;word-break:break-word}.ws-radio-button input[type=radio]+label:before{border:2px solid var(--envybox-btn-background-color);box-sizing:content-box;color:var(--envybox-btn-background-color);content:"";height:14px;left:0;margin-top:-9px;position:absolute;text-align:center;top:50%;transition:all .4s ease;width:14px}.ws-radio-button input[type=radio]+label:after{background-color:var(--envybox-btn-background-color);box-sizing:content-box;content:"";height:10px;left:4px;margin-top:-5px;position:absolute;top:50%;transform:scale(0);transform-origin:50%;transition:transform .2s ease-out;width:10px}.ws-radio-button input[type=radio]:disabled+label:before{border-color:#ccc}.ws-radio-button input[type=radio]:disabled:focus+label:before,.ws-radio-button input[type=radio]:disabled:hover+label:before{background-color:inherit}.ws-radio-button input[type=radio]:disabled:checked+label:before{background-color:#ccc}.ws-radio-button input[type=radio]:checked+label:before{animation:borderscale .3s ease-in;background-color:#fff}.ws-radio-button input[type=radio]:checked+label:after{transform:scale(1)}.ws-radio-button input[type=radio]+label:after,.ws-radio-button input[type=radio]+label:before{border-radius:50%}@keyframes borderscale{50%{box-shadow:0 0 0 2px var(--envybox-btn-background-color)}}.cbk-window .cbk-form .cbk-button.cbk-button-lg{font-size:20px!important;padding:12px 10px!important}.cbk-window .cbk-form .cbk-button:hover{background-color:rgba(244,67,54,.9);box-shadow:2px 2px 29px rgba(0,0,0,.25)}.cbk-window .cbk-form .cbk-button:active{background-color:#f44336}.cbk-window .cbk-form .cbk-button.cbk-button-lg:active{padding:13px 10px 11px!important}.cbk-window-bgr{background-color:hsla(0,0%,100%,.7);display:none;height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:2000000000!important}.cbk-window-bgr.cbk-window-bgr-transparent{background-color:transparent!important}.cbk-window .cbk-timer{display:block;padding-bottom:5px!important}.cbk-window .cbk-timer,.cbk-window .cbk-timer *{font-family:CBKOpenSans,CBKRobotoLight,sans-serif!important;font-size:38px!important;font-weight:100!important;line-height:38px!important;text-align:center!important}.cbk-window .cbk-timer span{display:inline-block}.cbk-window .cbk-timer .cbk-d{animation:cbk-dotted 1s infinite}@keyframes cbk-dotted{0%,to{opacity:0}50%{opacity:1}}.cbk-window .cbk-ratingform .cbk-call-rating{list-style-type:none!important;margin:0!important;overflow:hidden!important;padding:0!important;width:245px}.cbk-window .cbk-ratingform .cbk-call-rating li:before{background-color:transparent!important}.cbk-window .cbk-ratingform .cbk-call-rating li{display:block!important;float:left!important;padding:0!important}.cbk-window .cbk-ratingform .cbk-call-rating li a{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAABvUlEQVR4nM3XMWjWQBTA8V8+WxB0FBRFatUqVMHFpZs6FIfSioiKYifBpZOToqKIiy5ODmJd3MRJKIVSsIOgItRJPlAH3cS1iFKl1OHyYYhfkoZ8SX1wXO69d/nfJffe3UXtdtt6SatC33F8xe6m4S3cwzbcahp+Bvvj53PY2xS8heuJ9oZUu1b4KQyndOexp254hBtd9H24Vjf8JA5m2C5gsC541qw7Unr2fQX2FnZiCEdxqMB/Em/Rxid8Wwt8Ew7HkH1xPSQsoo0FwKT042GivRQPolM+xmURK1GcXr9goASkqjzF2c4/n24Q/BtP+Lvg7uBmA+BlIWJmk3C4jSs1gn9iAjMdRTrU7uJyDeAfGMNcUtktzu9jCqs9An/HcbxIG7KSzANc6sEAljCKl92MeRnuEa5WhI/jdZaxKL3+qghfzjMWwbM2kbVKbv//Fh7599DQGHwXNq8XPK/jCh4L8Tuf47cVW3oFX8UzHMBFIWON4hjelHhPaficsOefxoeUbQEjOIH3vYDviOtXOCJ84nc5/vBcOO1M4nOs257lHOXc1UaEU8xCATBL+oUMtygcVkrBa5cqF8XK8gfHUU3ZmQd7xQAAAABJRU5ErkJggg==)no-repeat!important;display:block!important;font-size:22px!important;line-height:22px!important;padding:35px 17px 0 0!important;text-align:center!important;text-decoration:none!important;width:32px!important}.cbk-window .cbk-ratingform .cbk-call-rating li a.cbk-marked{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAABzUlEQVR4nM3XP2jVUBTH8c97tiAoToKiFP9WQQWH59JNHYqDVBFRUewkuDg5KSqKuNTFyaGoi5uIgyBCEewgqAh1agvVQTdxLaLUUuqQBEN8uXmPvKT+4JLcc87NN3/uOfem0Wq1rJSaJcaO4Bu21w1v4i424lbd8NPYHZ+fxc664E1cT/VXZfqVwk9iT8Z2Djuqhjdwo429D9eqhp/AvhzfeWyrCp731Im6fvq+An8TAxjEIewviB/FB8ziM753Al+DAzFkV3wcFE2i1QXAtPoxnurPxzeRtE9xm8JSAp/Bli4gnWodWnFL6wnOJN/8YQXgPC3iMX8n3B3crAG8IMqYl2k43MaVCsG/cAwvEkM21cZwuQLwTxzFRNrYLs/v4RKWewT+gSN4nXXkFZn7uNiDG5jHMN60c4Yq3ANcLQkfwbs8Z1F5/V0SvhByFsHzFpFOFRz/38Ib/t001AbfirUrBQ8NXMIjUf6+CsRtwPpewZfxFHtxQVSxhnEY77u4TtfwCdGafwpzGd8khnAc072Ab46Pb3FQ9Io/BuLhuWi3M4ovsW1TXnAj8K82JNrFTBYA89QvqnBT+NouILSHyy2LHWoRz0IBZX4US+sP0txH4QNPTg8AAAAASUVORK5CYII=)no-repeat!important;opacity:.75!important}.cbk-window .cbk-link-btn{padding-bottom:30px;text-align:center}.cbk-window a.cbk-button-no{background:none!important;border-bottom:1px dashed #555!important;display:inline}.cbk-window a.cbk-button-no.cbk-button-no-dark{background:none!important;border-bottom:1px dashed #555!important;opacity:1!important}.cbk-window .cbk-social-block{display:block;float:left;height:85px;margin-top:15px;width:250px}.cbk-window .cbk-social-block .cbk-social-icons{cursor:pointer;display:block;float:left;height:45px;margin-right:12px;opacity:.6;transition:all .5s cubic-bezier(.19,1,.22,1);width:75px}.cbk-window .cbk-social-block .cbk-social-icons:hover{opacity:1}.cbk-window .cbk-social-block .cbk-social-icons a{border:none!important;display:block!important;height:45px!important;opacity:1!important;text-decoration:none!important;width:75px!important}.cbk-window .cbk-social-block .cbk-social-icons.cbk-vk a{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAGWSURBVHja7FjbcYMwEFw8aYCUQErwlWCXYJdgSgglmBJMCVCCVcLSgltwCeRHzGgY6SRIMvFMtJ96LnervRuKaZrwitjhRZGJZWKZWCaWiLetG0VkD6BcDD8BjGvOIekdL2bnF5ETgMqzZiRpHEIlAAbWwhKTwNynwrEj+fQR6wGcApve3U0iUgG4K+QKz9gFwE0hdnQD4GqsUzZdFuF/RNZHz4hJYOdcZgA8QimwKVymLBUHAHtlvnUz4nuVbWBjGfniGDRtjSRb1S5IdiujlprCg5LCOtXHmh+MWgngqsw3JMckYiQHACZw0NX6FyKamdF7vM59bN1ag22sV/lwF5EmEr3eEX3I6xrti4pQay0i14hov4MzgEFzfq1WtspD+Lsibn2l/qV7bzGN7iIF1sS0sBGlLWn7zW2PNb9hw+UmhZzzyjf1Y/XKEtQAOCZIYSZXbiJG8klSlJK1xOB4VQq5PtkulAbxYMVbaTa0suVR257UjtOQ/LBe1HlSbAIuf1bs57GcK/K/i0wsE8vEMrF/RuxrAK+RkZR4h2YtAAAAAElFTkSuQmCC)50% no-repeat transparent!important}.cbk-window .cbk-social-block .cbk-social-icons.cbk-fb a{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAEVSURBVHja7JjxrYIwEIc/zFuAFVyBGwFHcAVcwRUcQUaQEXCEsoIrMAL+UxNspGKlvL6Xu6RpSC+5L8fl96NkwzCQYmxINBRMwWLHz7sEEdkCFVAsVPMK1EAPYIx5mZT55EJEKuAcoSE9sAO6KbCNB6qMBAWQA63dP56xKvIY5b4avhnbf1m4Axq7j2Euo+cSOAUNf2CcgGNqctF8CxUTjL8A1gLDaCWh/KVd6pW/75Uz4uholatlO0cbq7XAOmvMU544PitSfZWlzpjVqadPKadDrcqFginYQmC3FerfQsDqFcCaULAuIlTtsbJpMGPM4+63dOd6a/wHX1I25/+YiOQfGPDVuRUVnvOwm7jKhYL9Z7D7AMIpQI5czZJjAAAAAElFTkSuQmCC)50% no-repeat transparent!important}.cbk-window .cbk-social-block .cbk-social-icons.cbk-tw a{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAGbSURBVHja7JjhbYMwEIUfVRdgBToCbwQyQjpCOgIZIYxAVsgIYYRjhLBCRkj/PCQUAfGZJkolTrIEtmU+vzvOJye32w3vaB94U1vBVrAV7N3sc+kCJKeGcgCFnhsA7dgkM/MrRjKLYM0BmNpBrX/PNSdTfx7ryjPJnRPqPPHBfswAXNTXusFIptpZTbIMBKsBpDPjqQB715YxMTbc9YFkDuDHzK4z8/PADRSaS7diZtbcdW0BXEiWUnPsY6HWCqqLjbHTiCsOAqxJbgeuuzrATnNQIeliLyXSEcCdWg/VvSTBKqZ2AKqAdVJHfM3+jb0lc4UiyWdVkV+9wlEJFsDxCVBBbn8EVjmDOjTwlx3iZtYB2ITExEvBBtLvQxd8YI3acjCpVivBLrVqcbq4s+8/iLUqVK1gMDNrFWtNJFTrUctVwZpZa2YbnXGNE2rjVdxVwepsLB1ZPgpqEkzVQzGoNjO9Z86Yis6DHxNuu8pdmRTaOaCOOnL2S36YJORSRS4sBsrd56ZObjt5YabOymS97VnBVrAV7J+D/Q4Am2Z9CAfxfWcAAAAASUVORK5CYII=)50% no-repeat transparent!important}.cbk-window .cbk-social-block .cbk-social-icons:last-child{margin-right:0}.cbk-window .cbk-social-block .cbk-social-icons .cbk-social-count{text-align:center!important}.cbk-window .cbk-personal-agreement{display:inline-block;font-size:10px;line-height:.6!important;margin-bottom:15px;opacity:.7;position:static}.cbk-personal-agreement a{font-size:10px!important;opacity:1!important}.cbk-personal-agreement a:hover{text-decoration:underline!important}.cbk-animated{animation-duration:1s;animation-fill-mode:both}.cbk-animated.cbk-animated-fast{animation-duration:.25s}.cbk-animated.cbk-infinite{animation-iteration-count:infinite}.cbk-animated.cbk-hinge{animation-duration:2s}@keyframes cbk-bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.cbk-bounce{animation-name:cbk-bounce;transform-origin:center bottom}.cbk-animated.cbk-bounceIn,.cbk-animated.cbk-bounceOut{animation-duration:.75s}@keyframes cbk-shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.cbk-shake{animation-name:cbk-shake}@keyframes cbk-shakeRight{0%,to{transform:translateZ(0) rotate(-90deg)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0) rotate(-90deg)}20%,40%,60%,80%{transform:translate3d(0,10px,0) rotate(-90deg)}}.cbk-btn-right.cbk-shake{animation-name:cbk-shakeRight}@keyframes cbk-shakeLeft{0%,to{transform:translateZ(0) rotate(90deg)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0) rotate(90deg)}20%,40%,60%,80%{transform:translate3d(0,10px,0) rotate(90deg)}}.cbk-btn-left.cbk-shake{animation-name:cbk-shakeLeft}@keyframes cbk-tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.cbk-tada{animation-name:cbk-tada;transform-origin:center center}@keyframes cbk-bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.cbk-bounceIn{animation-name:cbk-bounceIn}@keyframes cbk-bounceInRight{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3) rotate(-90deg)}20%{transform:scale3d(1.1,1.1,1.1) rotate(-90deg)}40%{transform:scale3d(.9,.9,.9) rotate(-90deg)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03) rotate(-90deg)}80%{transform:scale3d(.97,.97,.97) rotate(-90deg)}to{opacity:1;transform:scaleX(1) rotate(-90deg)}}.cbk-btn-right.cbk-bounceIn{animation-name:cbk-bounceInRight}@keyframes cbk-bounceInLeft{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3) rotate(90deg)}20%{transform:scale3d(1.1,1.1,1.1) rotate(90deg)}40%{transform:scale3d(.9,.9,.9) rotate(90deg)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03) rotate(90deg)}80%{transform:scale3d(.97,.97,.97) rotate(90deg)}to{opacity:1;transform:scaleX(1) rotate(90deg)}}.cbk-btn-left.cbk-bounceIn{animation-name:cbk-bounceInLeft}@keyframes cbk-fadeIn{0%{opacity:0}to{opacity:1}}.cbk-fadeIn{animation-name:cbk-fadeIn}@keyframes cbk-fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.cbk-fadeInRight{animation-name:cbk-fadeInRight}@keyframes cbk-fadeInRightRight{0%{opacity:0;transform:translate3d(100%,0,0) rotate(-90deg)}to{opacity:1;transform:rotate(-90deg)}}.white-saas-mobile-generator-block-colon{animation:white-saas-generator-blink 1s linear infinite;visibility:visible}.cbk-btn-right.cbk-fadeInRight{animation-name:cbk-fadeInRightRight}@keyframes cbk-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.cbk-fadeOutRight{animation-name:cbk-fadeOutRight}@keyframes cbk-fadeOutRightBtn{0%{opacity:1}to{opacity:0}}.cbk-fadeOutRightBtn{animation-name:cbk-fadeOutRightBtn}@keyframes cbk-fadeOutRightRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(-90deg)}}.cbk-btn-right.cbk-fadeOutRight,.cbk-btn-right.cbk-fadeOutRightBtn{animation-name:cbk-fadeOutRightRight}@keyframes cbk-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.cbk-fadeOutDown{animation-name:cbk-fadeOutDown}@keyframes cbk-fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.cbk-fadeInLeft{animation-name:cbk-fadeInLeft}@keyframes cbk-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.cbk-fadeOutLeft{animation-name:cbk-fadeOutLeft}@keyframes cbk-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.cbk-fadeInUp{animation-name:cbk-fadeInUp}@keyframes cbk-fadeOutUp{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(0,100%,0)}}.cbk-fadeOutUp{animation-name:cbk-fadeOutUp}@keyframes cbk-zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3);-webkit-transform:scale3d(.3,.3,.3)}50%{opacity:1}}.cbk-zoomIn{animation-name:cbk-zoomIn;-webkit-animation-name:cbk-zoomIn}@keyframes cbk-zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3);-webkit-transform:scale3d(.3,.3,.3)}to{opacity:0}}.cbk-zoomOut{animation-name:cbk-zoomOut;-webkit-animation-name:cbk-zoomOut}@keyframes cbk-flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.cbk-flipInY{animation-name:cbk-flipInY;backface-visibility:visible!important}@keyframes cbk-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.cbk-fadeInDown{animation-name:cbk-fadeInDown}.cbk-window .cbk-forms .cbk-window-logo{background-position:50%;background-repeat:no-repeat;border-radius:120px;box-shadow:0 3px 12px rgba(0,0,0,.15);display:block;height:120px;left:110px;margin-top:0;overflow:hidden;position:absolute;top:-145px;width:120px}.cbk-window .cbk-forms .cbk-window-logo.cbk-custom-logo{background:none;border-radius:0!important;box-shadow:none;left:50%;max-height:120px;max-width:262px}.cbk-custom-logo img{max-height:120px;max-width:100%;width:auto}.cbk-window .cbk-forms .cbk-window-logo img{margin:0;padding:0;transform:none}.cbk-window.callbackkiller-mobile .cbk-forms .cbk-window-logo{left:0;margin:0 auto;position:relative;top:0}.cbk-window.cbk-window-modal .cbk-forms .cbk-window-logo,.cbk-window.cbk-window-onexit .cbk-forms .cbk-window-logo{left:40px;top:25px}.white-saas-generator{word-wrap:normal;background-color:#f2f2f2;border-radius:8px;box-shadow:0 21px 32px 0 rgba(0,0,0,.25);display:block;font-family:CBKRobotoLight,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:300!important;height:500px;left:50%;line-height:1.22;margin-left:-450px;padding:0!important;position:fixed;text-transform:none!important;top:100px;transform-origin:50% 50%;width:900px;z-index:2147483646}.white-saas-generator-agreement-link{color:#575757;text-decoration:underline}.white-saas-generator *{box-sizing:content-box!important;font-family:Museo,CBKRobotoRegular,sans-serif!important;font-style:normal!important;text-shadow:none!important;text-transform:none!important}.white-saas-generator .white-saas-generator-container{height:100%;width:100%}.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-video{border-radius:8px;display:block;height:100%;overflow:hidden;width:100%}.white-saas-generator .white-saas-generator-container.generator-video .left-position{border-bottom-right-radius:0;border-top-right-radius:0;width:650px}.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-video .white-saas-generator-video-iframe{height:506px;margin-left:0;margin-top:0;position:static;width:900px;z-index:9}.white-saas-generator .white-saas-generator-container.generator-video .left-position .white-saas-generator-video-iframe{width:650px}.white-saas-generator .white-saas-generator-container .white-saas-generator-video{display:none}.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-right-block{opacity:.8;position:absolute;right:0;top:0}.white-saas-generator .white-saas-generator-container.generator-video .white-saas-generator-image{display:none}.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block{float:left;height:100%;position:absolute;top:0;width:650px}.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-image{border:0;border-bottom-left-radius:8px;border-top-left-radius:8px;height:500px;width:650px}.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general{left:10px;max-width:640px;overflow:hidden;position:absolute;text-align:left;top:10px}.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general .white-saas-generator-text-general-span{-moz-padding-start:0;-moz-padding-end:0;background-color:#7bda0b;color:#fff;float:none;font-size:34px;font-weight:900;line-height:1.14;margin:0;padding:0 10px}.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general .white-saas-generator-text-general-span a{color:inherit;font-family:inherit!important;font-size:inherit;font-weight:inherit;line-height:inherit;text-decoration:underline}.white-saas-generator .white-saas-generator-container .white-saas-generator-left-block .white-saas-generator-text-general .white-saas-generator-text-general-span a:hover{text-decoration:none}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block{background-color:#fff;border-bottom-right-radius:8px;border-top-right-radius:8px;color:#575757;float:right;height:100%;padding:0 19px;position:relative;width:212px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-text-sub{color:#040527;font-family:Museo,CBKRobotoLight,sans-serif!important;font-size:16px;font-weight:900;line-height:20px;margin-top:10px;max-height:100px;overflow:hidden}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-text-sub a{color:inherit;font-family:inherit!important;font-family:inherit;font-size:inherit;line-height:inherit;margin-top:inherit;max-height:inherit;overflow:inherit;text-decoration:underline}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-text-sub a:hover{text-decoration:none}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter{font-family:Arial,sans-serif!important}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-title{color:#24263f;font-family:Museo,CBKRobotoLight,sans-serif!important;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:8px;text-align:center}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock{height:62px;width:auto}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig{float:left;margin-bottom:10px;position:relative;text-align:center}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-block{border-radius:4.5px;height:46.5px;position:absolute;width:58px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-block .white-saas-generator-block-min{background-color:#7bda0b;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:0 3px 2px -2px #757575;float:left;height:23px;margin-top:1px;width:28px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-block .white-saas-generator-block-min:nth-child(odd){margin-right:3px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-number{word-wrap:normal;color:#fff;font-family:Museo,CBKRobotoLight,sans-serif!important;font-size:27px;font-stretch:normal;font-style:normal;font-weight:500;height:40px;letter-spacing:normal;line-height:normal;padding:7.5px 2px 0 1.5px;position:relative;width:55px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dig .white-saas-generator-counter-name{color:#24263f;font-family:Museo,CBKRobotoLight,sans-serif!important;font-size:10px;font-weight:400;text-align:center}.white-saas-generator input::-webkit-input-placeholder,.ws-chat input:-moz-placeholder{color:#959595}.white-saas-generator input::-webkit-input-placeholder,.ws-chat input:-ms-input-placeholder{color:#959595}.white-saas-generator input::-webkit-input-placeholder,.ws-chat input::-webkit-input-placeholder{color:#959595}@keyframes white-saas-generator-blink{to{opacity:0}}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dz{animation:white-saas-generator-blink 1s linear infinite;float:left;height:21px;margin:16px 6px 0 2px;visibility:visible;width:5px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dz .white-saas-generator-counter-dz-block{background-color:#7bda0b;border-radius:3px;height:5px;margin:0 0 0 2px;width:5px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-counter .white-saas-generator-counter-clock .white-saas-generator-counter-dz .white-saas-generator-counter-dz-block:first-child{margin-bottom:9px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group{margin-top:12px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-group-input{background-color:#fff;border:1px solid #959595;border-radius:4px;box-shadow:0 1px 0 0 #d6d6d6;color:#291f1f;display:block;font-size:14px!important;font-weight:500;height:15px;line-height:14px!important;margin:0!important;min-height:15px;min-width:190px;padding:8px 10px;width:190px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-group-input ::-moz-placeholder,.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-group-input ::-webkit-input-placeholder{color:#291f1f!important}.white-saas-generator-input-hidden{display:none!important}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-userall-error,.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-useremail-error,.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-username-error,.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-userphone-error{color:#ff6060;display:inherit;margin-bottom:-10px;text-align:center}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-error-hidden,.white-saas-mobile-generator-error-hidden{display:none!important}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-label-agreement{cursor:pointer;font-weight:500}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement{display:none;opacity:0;z-index:-1}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement-text{display:block;font-size:9px;padding-left:15px;position:relative;vertical-align:top}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement-text:before{border:1px solid #959595;content:"";height:10px;left:0;position:absolute;top:0;width:10px;z-index:1}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-group .white-saas-generator-email-agreement:checked~span:before{border-color:#959595;border-right-style:none;border-top-style:none;height:5px;transform:rotate(-45deg)}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons{font-weight:700;margin-top:10px;text-align:center;width:212px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-success,.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-yes{background:#7bda0b;border-radius:4px;box-shadow:0 3px 3px #8c8c8c;color:#fff!important;display:block;font-size:24px;overflow:hidden;padding:4px 0 8px;text-align:center;text-decoration:none;white-space:nowrap;width:212px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-success:active,.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-yes:active{box-shadow:0 3px 3px #8c8c8c;margin-bottom:-2px;margin-top:16px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-cancel{background:#848484;border-radius:4px;color:#fff!important;display:block;font-size:15px;margin:10px auto 0;max-width:212px;overflow:hidden;padding:4px 0 8px;text-align:center;text-decoration:none;white-space:nowrap}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-buttons .white-saas-generator-btn-cancel:active{margin-bottom:-2px;margin-top:16px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright{bottom:8px;color:#575757;cursor:pointer;font-family:CBKRobotoLight,sans-serif!important;font-size:13px;position:absolute;text-align:right;width:210px}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright .white-saas-generator-copyright-url{color:#575757;font-size:12px;line-height:19px;text-decoration:none;vertical-align:text-bottom}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright .white-saas-generator-copyright-url span{font-size:15px;font-weight:500;opacity:.7}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright:hover span{opacity:1}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-copyright .white-saas-generator-copyright-url img{opacity:1;vertical-align:bottom}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-success{color:#575757;display:none;font-size:21px;line-height:1.5;margin-top:50%;text-align:center}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-success a{color:inherit;font-family:inherit!important;font-size:inherit;line-height:inherit;margin-top:inherit;text-align:inherit;text-decoration:underline}.white-saas-generator .white-saas-generator-container .white-saas-generator-right-block .white-saas-generator-success a:hover{color:inherit;text-decoration:none}.white-saas-generator-close-button{-webkit-touch-callout:none;color:#ccc;font-size:27px;line-height:20px;padding:0;position:absolute;right:6px!important;text-decoration:none!important;top:3px!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}a.white-saas-generator-close-button:hover{color:#000!important;cursor:pointer!important;text-decoration:none}.white-saas-mobile-generator{border-radius:5px;bottom:0;box-shadow:0 5px 8px 0 rgba(0,0,0,.35);box-sizing:content-box;display:inline-table;height:-moz-fit-content;height:fit-content;left:0;position:fixed;right:0;top:0;-moz-user-select:none;-webkit-user-select:none;user-select:none;-o-user-select:none;width:320px;z-index:2000000010}.white-saas-mobile-generator-bg-image{overflow:hidden;position:relative}.white-saas-mobile-generator-image-container{background-color:rgba(0,0,0,.2);height:100%;position:absolute;width:100%}.white-saas-mobile-generator-image{border-top-left-radius:4px;border-top-right-radius:4px;display:inherit;height:246px;width:100%}.white-saas-mobile-generator-image.white-saas-mobile-generator-image-cover{-o-object-fit:cover;object-fit:cover}.white-saas-mobile-generator-text-general{border-bottom:none;height:auto;line-height:.81em;padding:2px 0;position:absolute;width:100%}.white-saas-mobile-generator-text-general-span{background-color:#ff2241;border:none;color:#fff;display:inline;font-family:CBKOpenSans;font-size:24px;font-weight:600;line-height:1.345em;max-width:100%;padding:1px 0;vertical-align:unset}.white-saas-mobile-generator-bg-image a.white-saas-mobile-generator-close-button,.white-saas-mobile-generator-next-block-content a.white-saas-mobile-generator-close-button{-webkit-touch-callout:none;color:#fff;font-size:35px;font-weight:700;height:30px;line-height:14px;padding:0;position:absolute;right:6px!important;text-align:right;text-decoration:none!important;top:9px!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:30px}.white-saas-mobile-generator-only-landscape{display:none}.white-saas-mobile-generator-next-block,.white-saas-mobile-generator-success-block{background-color:#222;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;padding-bottom:5px;text-align:left}.white-saas-mobile-generator-success-block{display:none}.white-saas-mobile-generator-next-block-content{padding:4px 7px 0}.white-saas-mobile-generator-text-sub,.white-saas-mobile-generator-text-success{color:#fff;font-family:CBKOpenSans;font-size:15px;line-height:18px;max-height:80px;overflow:hidden;width:100%}.white-saas-mobile-generator-text-success{font-size:19px;margin:20px 0;text-align:center}.white-saas-mobile-generator-counter-clock{display:inline-block;margin-top:10px}.white-saas-mobile-generator-counter-text{color:#fff;display:inline-block;font-family:CBKOpenSans;font-size:14px;height:32px;line-height:1.14;margin-right:10px;overflow:hidden;width:56%}.white-saas-mobile-generator-counter-dig{display:inline-block!important;float:right!important}.white-saas-mobile-generator-block-hours,.white-saas-mobile-generator-block-min,.white-saas-mobile-generator-block-seconds{background:#fff;border-radius:3px;display:inline-block;height:32px;position:relative;width:32px}.white-saas-mobile-generator-block-hours span,.white-saas-mobile-generator-block-min span,.white-saas-mobile-generator-block-seconds span{word-wrap:normal;color:#000;display:inline-block;font-family:CBKOpenSans;font-size:19px;font-weight:700;height:11px;line-height:22px;padding:5px!important;width:6px}.white-saas-mobile-generator-block-colon{display:inline-block;height:32px;text-align:center;vertical-align:bottom}.white-saas-mobile-generator-block-colon span{color:#fff;display:inline-block;font-family:CBKOpenSans;font-size:18px;font-weight:700;height:24px;padding:2px 0 0;width:6px}.white-saas-mobile-generator-group-with-error{color:#ff2241!important;text-align:center}.white-saas-mobile-generator-group{margin:0 6px}.white-saas-mobile-generator-useremail,.white-saas-mobile-generator-username,.white-saas-mobile-generator-userphone{background-color:#fff;border:1px solid #000;border-radius:4px;box-sizing:border-box;color:#222;font-family:CBKOpenSans;font-size:14px;height:40px;margin-top:6px;padding:0 0 0 16px;width:100%}.white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success{background-color:#ff2241;border-radius:4px;color:#fff;display:block;font-family:CBKOpenSans;font-size:21px;font-weight:700;margin-top:6px;padding:4px 0 8px;text-align:center;text-decoration:none;width:100%}.white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success:hover{color:#fff;text-decoration:none}.white-saas-mobile-generator-email-agreement{display:none;opacity:0;z-index:-1}.white-saas-mobile-generator-email-agreement-text{color:#fff;display:block;font-family:CBKOpenSans;font-size:12px;margin-top:6px;padding-left:15px;position:relative}.white-saas-mobile-generator-email-agreement-text:before{border:1px solid #959595;box-sizing:border-box;content:"";cursor:pointer;height:11px;left:0;position:absolute;top:2px;width:11px;z-index:1}.white-saas-mobile-generator-email-agreement:checked+.white-saas-mobile-generator-email-agreement-text:before{border:none;color:#f3f3f3;content:"\2713";font-size:14px;line-height:11px;text-shadow:1px 1px 1px rgba(0,0,0,.2)}.white-saas-mobile-generator-copyright{line-height:16px;text-align:center}.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url,.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:active,.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:hover{border-radius:3px;color:#000;font-family:CBKOpenSans;font-size:12px!important;line-height:16px!important;padding:0 5px 2px;text-decoration:none}.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url span{color:#000;font-family:Museo;font-weight:500;opacity:.5}.white-saas-mobile-generator-copyright-url{background:#fff}.white-saas-mobile-generator-copyright img.ws-copyright-img{height:19px;width:73px}.white-saas-mobile-generator-error,.white-saas-mobile-generator-error:focus{color:#ff2241!important}@media screen and (orientation:portrait) and (min-width:639px){.white-saas-mobile-generator{width:540px}.white-saas-mobile-generator-next-block-content{padding:5px 9px 0}.white-saas-mobile-generator-image{height:416px}.white-saas-mobile-generator-text-general-span{font-size:42px}.white-saas-mobile-generator-bg-image a.white-saas-mobile-generator-close-button,.white-saas-mobile-generator-next-block-content a.white-saas-mobile-generator-close-button{font-size:15px;height:50px;top:17px;width:50px}.white-saas-mobile-generator-text-sub{font-size:27px;line-height:34px;max-height:110px}.white-saas-mobile-generator-counter-clock{margin-top:20px}.white-saas-mobile-generator-counter-text{font-size:23px;height:50px}.white-saas-mobile-generator-block-hours,.white-saas-mobile-generator-block-min,.white-saas-mobile-generator-block-seconds{height:50px;width:50px}.white-saas-mobile-generator-block-hours span,.white-saas-mobile-generator-block-min span,.white-saas-mobile-generator-block-seconds span,.white-saas-mobile-generator-counter-dig-text{font-size:32px;line-height:34px}.white-saas-mobile-generator-block-colon{height:50px}.white-saas-mobile-generator-block-colon span{font-size:31px;height:50px;width:16px}.white-saas-mobile-generator-useremail,.white-saas-mobile-generator-userphone{font-size:21px!important;height:55px!important;margin-top:15px!important}.white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success{font-size:31px;margin-top:12px}.white-saas-mobile-generator-email-agreement-text{font-size:18px;padding-left:25px}.white-saas-mobile-generator-email-agreement-text:before{height:18px;width:18px}.white-saas-mobile-generator-email-agreement:checked+.white-saas-mobile-generator-email-agreement-text:before{font-size:25px;line-height:17px}.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url,.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:active,.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:hover{font-size:18px!important}}@media screen and (orientation:portrait) and (min-width:1240px){.white-saas-mobile-generator{width:900px}.white-saas-mobile-generator-next-block-content{padding:10px 15px 0}.white-saas-mobile-generator-image{height:693px}.white-saas-mobile-generator-text-general-span{font-size:78px}.white-saas-mobile-generator-bg-image a.white-saas-mobile-generator-close-button,.white-saas-mobile-generator-next-block-content a.white-saas-mobile-generator-close-button{font-size:27px;height:90px;top:31px;width:90px}.white-saas-mobile-generator-text-sub{font-size:49px;line-height:62px;max-height:198px}.white-saas-mobile-generator-counter-clock{margin-top:36px}.white-saas-mobile-generator-counter-text{font-size:42px;height:90px}.white-saas-mobile-generator-block-hours,.white-saas-mobile-generator-block-min,.white-saas-mobile-generator-block-seconds{height:90px;width:90px}.white-saas-mobile-generator-block-hours span,.white-saas-mobile-generator-block-min span,.white-saas-mobile-generator-block-seconds span,.white-saas-mobile-generator-counter-dig-text{font-size:58px;line-height:62px}.white-saas-mobile-generator-block-colon{height:90px}.white-saas-mobile-generator-block-colon span{font-size:56px;height:90px;width:29px}.white-saas-mobile-generator-useremail,.white-saas-mobile-generator-userphone{font-size:38px!important;height:99px!important;margin-top:27px!important}.white-saas-mobile-generator-group a.white-saas-mobile-generator-btn-success{font-size:56px;margin-top:22px}.white-saas-mobile-generator-email-agreement-text{font-size:33px;padding-left:48px}.white-saas-mobile-generator-email-agreement-text:before{height:33px;width:33px}.white-saas-mobile-generator-email-agreement:checked+.white-saas-mobile-generator-email-agreement-text:before{font-size:45px;line-height:31px}.white-saas-mobile-generator-copyright{margin-bottom:15px;margin-top:30px}.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url,.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:active,.white-saas-mobile-generator-copyright a.white-saas-mobile-generator-copyright-url:hover{font-size:33px!important}}@media screen and (orientation:landscape) and (max-height:510px){.white-saas-mobile-generator-only-landscape{display:block!important}}@media screen and (max-height:510px){.white-saas-mobile-generator-bg-image{display:none}.white-saas-mobile-generator-close-button.white-saas-mobile-generator-only-landscape{display:block!important}}.cbk-support-new-message{background:rgba(0,0,0,.8);border-radius:5px!important;bottom:15px;color:#fff;cursor:pointer;display:block;font-size:12px;left:15px;line-height:16px;padding:10px 10px 15px;position:fixed;text-align:left;text-shadow:none;-webkit-transition:height .15s ease-in-out;-moz-transition:height .15s ease-in-out;-ms-transition:height .15s ease-in-out;-o-transition:height .15s ease-in-out;width:300px;z-index:9999999}.cbk-support-new-message div{-webkit-font-smoothing:subpixel-antialiased!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.cbk-support-new-message-avatar{border-radius:45px!important;box-shadow:0 1px 3px rgba(0,0,0,.25);float:left;overflow:hidden}.cbk-support-new-message-avatar,.cbk-support-new-message-avatar img{height:45px;margin:0;max-height:45px;max-width:45px;min-height:45px;min-width:45px;width:45px}.cbk-support-new-message-avatar img{background-color:#fff}.cbk-support-new-message-name{color:#fff;font-family:Arial;font-size:14px;font-weight:700;line-height:14px;margin:0 30px 5px 55px}.cbk-support-new-message-close{color:#fff;cursor:pointer;float:right;font-family:Arial;font-weight:700;height:15px;line-height:12px;margin:-1px -1px 0 0;opacity:.5;text-align:center;transition:opacity .15s ease-in-out;width:15px}.cbk-support-new-message-close:hover{opacity:1}.cbk-support-new-message-text{color:#fff;font-family:Arial;margin-left:55px}.cbk-support-new-message-text a{color:#eee;font-family:Arial;text-decoration:underline}.cbk-support-new-message-text a:hover{color:#eee;font-family:Arial;opacity:.7;text-decoration:none}.cbk-support-new-message-typing{background:url(data:image/gif;base64,R0lGODlhDwALAPIFAMfHx8LCwrq6utHR0bOzs////wAAAAAAACH5BAkKAAUAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAADwALAAADH1i6SsBwkfminNM2THThnQZ6oxZwnlAMGdkF3qbGRQIAIfkECQoABQAsAAAAAA8ACwAAAx5YukvAsBEX2bxV3ZnLJt0Xbl1AZkIxcGMRdBqRwgkAIfkECQoABQAsAAAAAA8ACwAAAx9YukzAcJH5opzTKpw1J1rxhaMWcKFQDJ0HBuFGqGECACH5BAkKAAUALAAAAAAPAAsAAAMeWLpcBC068uSi2M5sMdUeAXpaQFpCMXxjEWgKlVoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJACH5BAkKAAUALAAAAAAPAAsAAAMeWLqsBC0WQqF0lN6Zye7eBX7dFpSXUAwaWQQbpkoJADs=) 0 10px no-repeat;color:hsla(0,0%,100%,.75);cursor:default;font-family:Arial;margin-left:50px;padding:8px 0 3px 20px}.cbk-support-new-message.cbk-support-new-message-no-avatar .cbk-support-new-message-name,.cbk-support-new-message.cbk-support-new-message-no-avatar .cbk-support-new-message-text{margin-left:5px}.cbk-support-new-message.cbk-support-new-message-no-avatar .cbk-support-new-message-typing{margin-left:0}.cbk-support-new-message .invader-emoji{background:url(https://whitesaas.com/widget/img/im_emoji.png) no-repeat;border:none;height:16px;margin:0 1px;vertical-align:top;width:16px}.cbk-support-new-message .emoji-img{margin-bottom:0;vertical-align:bottom;width:20px}.cbk-support-new-message-copyright{display:none;margin-bottom:-16px;position:relative;text-align:right;width:100%}.cbk-support-new-message-copyright-url{color:#fff!important;font-family:Arial!important;font-size:10px!important;text-decoration:none!important}.cbk-support-new-message-copyright-url:hover{color:#fff!important;text-decoration:none!important;transition:none!important}.cbk-support-new-message-copyright-url span{color:#fff!important}[class*=envy-icon-],[class*=envy-icon-]:before,[class*=ws-icon-],[class*=ws-icon-]:before,[class^=envy-icon-],[class^=envy-icon-]:before,[class^=ws-icon-],[class^=ws-icon-]:before{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;background:transparent;bottom:auto;font-family:whitesaas!important;font-style:normal!important;font-variant:normal!important;font-weight:400!important;left:auto;line-height:1!important;position:inherit;right:auto;text-transform:none!important;top:auto}.ws-icon-chat:before{content:"1"}.ws-icon-file:before{content:"2"}.ws-icon-close:before{content:"3"}.ws-icon-smile:before{content:"4"}.ws-icon-resize:before{content:"5"}.ws-icon-enter:before{content:"6"}.ws-icon-document:before{content:"7"}.ws-icon-image:before{content:"8"}.ws-icon-sound-on:before{content:"9"}.ws-icon-sound-off:before{content:"0"}.ws-icon-reply:before{content:"q"}.ws-icon-typing:before{content:"w"}.ws-icon-phone:before{content:"e"}.ws-icon-link:before{content:"y"}.ws-chat *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;flex-direction:row;font-family:CBKRobotoLight,sans-serif;font-style:normal;max-height:none;max-height:none!important;text-shadow:none;text-transform:none;transform-origin:50% 50%}.ws-chat div{display:block;width:auto}.ws-chat i{background:none;height:auto;left:auto;position:static;top:auto;width:auto}.ws-chat,.ws-chat i{font-size:13px!important}.ws-chat{word-wrap:normal;display:block;font-family:CBKRobotoLight,sans-serif!important;font-style:normal!important;font-weight:300!important;line-height:1.22;text-transform:none!important;z-index:1000000}.ws-chat .ws-emoji{background:url(https://whitesaas.com/widget/img/im_emoji.png) no-repeat;border:none;height:16px;margin:0 1px;vertical-align:top;width:16px}.ws-chat .ws-smile-container{background-color:#f4f8ff;bottom:33px;box-shadow:0 2px 6px 0 rgba(0,0,0,.3);display:none;height:162px;left:-11px;line-height:1.4;padding:4px 2px;position:absolute;width:213px}.ws-chat .ws-smile-container:after{background-color:#f4f8ff;bottom:-3px;box-shadow:-4px -3px 6px -2px rgba(0,0,0,.3);content:" ";height:8px;left:37px;position:absolute;transform:rotate(-135deg);width:8px}.ws-chat .ws-smile-container .ws-emoji-el{border-radius:4px;display:inline-block;font-size:13px;height:26px;padding:1px 3px;text-decoration:none;width:26px}.ws-chat .ws-smile-container .ws-emoji-el .emoji-img{border:0;height:20px;margin:0;padding:0;width:20px}.ws-chat .ws-smile-container .ws-emoji-el:hover{background-color:#c0c4cb;text-decoration:none}.ws-chat .ws-file-container{background-color:#f4f8ff;bottom:33px;box-shadow:0 2px 6px 0 rgba(0,0,0,.3);display:none;height:auto;left:-12px;padding:4px 2px 5px;position:absolute;text-align:left}.ws-chat .ws-file-container:after{background-color:#f4f8ff;bottom:-3px;box-shadow:-4px -3px 6px -2px rgba(0,0,0,.3);content:" ";height:8px;left:18px;position:absolute;transform:rotate(-135deg);width:8px}.ws-chat .ws-file-container .ws-file-element{color:#606060;cursor:pointer;margin-bottom:3px}.ws-chat .ws-file-container .ws-file-element i{font-size:13px!important;margin-right:3px}.ws-chat .ws-file-container .ws-file-element .ws-file-upload{cursor:pointer;display:inline!important;height:19px;margin:0;opacity:0;padding:0 0 0 90px!important;position:absolute;right:0;width:100px}.ws-chat .ws-file-container .ws-file-element .ws-file-doc-upload{top:4px}.ws-chat .ws-file-container .ws-file-element:hover{background-color:#d0d4db}.ws-chat .ws-chat-logo{display:inline-block;height:10px;margin-left:10px;margin-top:12px;position:relative;vertical-align:top;width:10px}.ws-chat .ws-chat-logo .ws-icon-chat{color:#ff2241;font-size:30px!important;left:0;position:absolute;top:0}.ws-chat .ws-chat-logo .ws-chat-logo-img{border-radius:5px;display:none;height:40px;max-width:40px!important;padding:0!important;width:40px}.ws-chat .ws-chat-logo .ws-chat-status-round{background-color:#f53333;border:2px solid #fff;border-radius:10px;height:12px;position:absolute;right:0;top:0;width:12px}.ws-chat .ws-chat-logo .ws-chat-status-online{background-color:#2fb331}.ws-chat .ws-chat-typing-action{animation:ws-typing-anim 1.2s infinite;cursor:default;margin-left:0;padding:8px 0 6px;position:relative}.ws-chat .ws-chat-typing-action i{font-size:12px}@keyframes ws-typing-anim{0%{left:-6px}95%{left:0}to{left:-6px}}.ws-chat .ws-chat-container{-webkit-overflow-scrolling:touch;background-color:#f4f8ff;box-shadow:0 2px 6px 0 rgba(0,0,0,.3);color:#222;left:70%;min-height:400px;padding-bottom:4px;position:fixed;width:338px;z-index:20000000000000}.ws-chat .ws-chat-drag{box-shadow:0 2px 12px 0 rgba(0,0,0,.4);transform:scale(1.025);transition:opacity .4s linear,transform .3s ease-in-out}.ws-chat .ws-chat-no-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ws-chat .ws-chat-container .ws-chat-ico-container{bottom:0;display:none;left:-64px;position:absolute}.ws-chat .ws-chat-container .ws-chat-ico{background-color:#ff2241;border-radius:7px;height:44px;margin-top:4px;overflow:hidden;padding:2px;width:44px}.ws-chat .ws-chat-container .ws-chat-resize{bottom:1px;color:#54a5f6;cursor:nw-resize;height:13px;position:absolute;right:1px;width:13px}.ws-chat .ws-chat-container .ws-chat-ico .ws-chat-logo .ws-chat-logo-img{display:none}.ws-chat .ws-chat-container .ws-chat-header{background-color:#15293e;color:#fff;cursor:all-scroll;font-size:14px;height:46px;padding:3px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ws-chat .ws-chat-container .ws-chat-header .ws-chat-logo .ws-icon-chat{display:none}.ws-chat .ws-chat-container .ws-chat-header .ws-chat-title{display:inline-block;font-size:14px;line-height:17px;margin-left:6px;max-width:240px;overflow:hidden;padding-top:10px;text-overflow:ellipsis;white-space:nowrap;width:240px}.ws-chat .ws-chat-container .ws-chat-header .ws-chat-close{color:#fff;font-size:12px;position:absolute;right:14px;text-decoration:none;top:14px}.ws-chat .ws-chat-container .ws-chat-header .ws-chat-close:hover{color:#989898;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-header .ws-chat-sound{color:#fff;font-size:12px;position:absolute;right:30px;text-decoration:none;top:14px}.ws-chat .ws-chat-container .ws-chat-header .ws-chat-sound:hover{color:#989898;text-decoration:none}.ws-chat.ws-chat-mobile .ws-chat-offline{min-height:0;overflow-y:scroll}.ws-chat.ws-chat-mobile .ws-chat-btn-container .ws-btn-title{display:none}.ws-chat.ws-chat-mobile .ws-chat-offline.copyright-relative .ws-chat-copyright{position:relative}.ws-chat .ws-chat-offline .ws-chat-resize{display:none}.ws-chat .ws-chat-container .ws-chat-body{bottom:62px;color:#3d3d3d;line-height:18px;overflow:hidden;position:absolute;top:46px;width:100%}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-shadow{height:16px;left:0;position:absolute;top:0;width:100%;z-index:10}.ws-chat.ws-chat-has-rating .ws-chat-container .ws-chat-body .ws-chat-shadow{top:32px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content{-webkit-overflow-scrolling:touch;bottom:0;left:0;margin-bottom:10px;overflow:scroll;overflow-x:hidden;padding:5px 28px 0 8px;position:absolute;right:-25px!important;top:0}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content:after{content:"";display:block;padding-top:6px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join{padding:30px 0 0;text-align:center}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join .ws-manager-img{border-radius:30px;height:60px;width:60px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-robot-hello .ws-manager-img{border-radius:0;display:block;margin:0 auto}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-robot-hello .ws-manager-img-round{border-radius:30px!important}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join .ws-manager-name{font-size:14px;font-weight:700;line-height:17px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-join .ws-manager-event{color:#858585;font-size:12px;line-height:17px;margin:0 auto;padding:8px 0;text-align:center}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing{color:#858585;display:block;font-size:12px;margin:-4px 0 0 10px;opacity:0;text-align:left;transform:translate(0);transition:all .15s ease-out}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing.ws-chat-typing-active{opacity:1;transform:translate(20px);transition:all .3s ease-out}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing.ws-chat-typing-removing{opacity:0;transform:translate(50px);transition:all .15s ease-out}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-typing .ws-chat-typing-action{margin-left:0}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-robot-hello{padding:25px 0 0}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello{overflow:auto;padding:60px 0 0 10px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-chat-manager-hello-body{margin:0 auto;text-align:center}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-chat-manager-hello-body .ws-chat-manager-hello-el{display:inline-block;margin-left:3px;text-align:center;vertical-align:text-top;width:94px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-chat-manager-hello-body .ws-chat-manager-hello-el .ws-manager-hello-img{border-radius:30px;display:inline;height:60px;margin:0;width:60px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-manager-hello .ws-manager-name{font-size:12px;font-weight:100;overflow:hidden;text-align:center;text-overflow:ellipsis}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block{font-size:.9em;font-weight:900;overflow:hidden;padding:1rem 0;text-align:center}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:after,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:before{content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:before{background-image:linear-gradient(270deg,#ddd,hsla(0,0%,87%,0));left:-.5em;margin-left:-50%}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-date-block:after{background-image:linear-gradient(90deg,#ddd,hsla(0,0%,87%,0));left:.5em;margin-right:-50%}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block{display:inline-block;padding:6px 0;position:relative;width:100%}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-name{color:#636262;font-weight:500;margin-left:43px;text-align:left}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-name{margin-right:38px;text-align:right}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-name .ws-chat-message-name-text{cursor:pointer;line-height:18px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-status{clear:both;color:#9e9a9a;float:right;font-size:11px;font-style:italic;margin-right:38px;opacity:1;text-align:right}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-status.ws-chat-message-status-hidden{opacity:0}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message-status{display:none}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message{word-wrap:break-word;color:#3d3d3d;height:auto;margin-bottom:2px;padding:7px 10px;width:70%}.ws-chat .ws-chat-container .ws-chat-message-source{line-height:18px;text-align:left;white-space:pre-line}.ws-chat .ws-chat-container .ws-chat-message-source .emoji-img{border:0;height:20px;margin:0;padding:0;vertical-align:bottom;width:20px}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link,.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link:active,.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link:visited{color:#fff;font-weight:500;text-decoration:underline}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-link:hover{color:#fff;font-weight:500;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-autoreply-link{padding:5px;text-align:center}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-autoreply-btn,.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-autoreply-btn:hover{background-color:#15293e;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;margin:0 auto;max-width:100%;overflow:hidden;padding:3px 6px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-title{font-weight:600;margin-bottom:10px}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-link{margin-bottom:10px;margin-top:5px}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-link a{background-color:#0575f7;border-radius:5px;box-shadow:0 2px 4px 0 #2f87ed;color:#fff;display:block;font-size:14px;font-weight:900;padding:7px 10px;position:relative;text-align:center;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-link a i{opacity:.5;position:absolute;right:23px;top:10px}.ws-chat .ws-chat-container .ws-chat-message-source .ws-chat-message-pay-system{font-size:11px;opacity:.5}.ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link,.ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link:active,.ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link:hover,.ws-chat .ws-chat-container .ws-chat-message-manager .ws-chat-message-source .ws-chat-message-link:visited{color:#3d3d3d}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-source{color:#fff;font-size:13px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message .ws-chat-message-source,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source{color:#3d3d3d;font-size:13px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating .ws-chat-message-rating-el{background:url(https://saas-support.com/widget/img/rating/32/star.png) no-repeat 0 0 transparent;height:32px;width:32px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-1 .ws-chat-message-rating-el.ws-chat-message-rating-el-1,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-2 .ws-chat-message-rating-el.ws-chat-message-rating-el-1,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-2 .ws-chat-message-rating-el.ws-chat-message-rating-el-2,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3 .ws-chat-message-rating-el.ws-chat-message-rating-el-1,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3 .ws-chat-message-rating-el.ws-chat-message-rating-el-2,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3 .ws-chat-message-rating-el.ws-chat-message-rating-el-3,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-1,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-2,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-3,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4 .ws-chat-message-rating-el.ws-chat-message-rating-el-4,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-1,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-2,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-3,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-4,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5 .ws-chat-message-rating-el.ws-chat-message-rating-el-5{background:url(https://saas-support.com/widget/img/rating/32/star.png) no-repeat 0 -32px transparent}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-smiles .ws-chat-message-rating-el{height:64px;width:64px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-1.ws-chat-message-rating-smiles .ws-chat-message-rating-el{background:url(https://saas-support.com/widget/img/rating/smiles.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-2.ws-chat-message-rating-smiles .ws-chat-message-rating-el{background:url(https://saas-support.com/widget/img/rating/smiles.png) no-repeat -64px 0 transparent}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-3.ws-chat-message-rating-smiles .ws-chat-message-rating-el{background:url(https://saas-support.com/widget/img/rating/smiles.png) no-repeat -128px 0 transparent}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-4.ws-chat-message-rating-smiles .ws-chat-message-rating-el{background:url(https://saas-support.com/widget/img/rating/smiles.png) no-repeat -192px 0 transparent}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-source .ws-chat-message-rating.ws-chat-message-rating-rate-5.ws-chat-message-rating-smiles .ws-chat-message-rating-el{background:url(https://saas-support.com/widget/img/rating/smiles.png) no-repeat -256px 0 transparent}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-date{color:#fff;font-size:11px;margin-bottom:-4px;text-align:right}.ws-chat .ws-chat-container .ws-chat-progress{background-color:#fff;border-radius:4px;height:6px;position:relative;width:150px}.ws-chat .ws-chat-container .ws-chat-progress-bar{background-color:#929292;border-radius:4px;height:6px;position:absolute;width:0}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message .ws-chat-message-date{color:#3d3d3d}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-logo{bottom:8px;height:30px;position:absolute;width:30px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-logo{bottom:21px;right:-7px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message-logo .ws-chat-message-logo-img{height:30px;width:30px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message-logo .ws-chat-message-logo-img,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-logo .ws-chat-message-logo-img,.ws-chat .ws-chat-logo-robot-yes .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message-logo .ws-chat-message-logo-img{border-radius:30px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message-logo .ws-chat-message-logo-letter{background-color:#120a8f;border-radius:30px;color:#fff;font-size:21px;font-weight:300;height:30px;text-align:center;width:30px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-input{background-color:#fff;border:1px solid #dededf;font-weight:300;height:30px;margin:3px 0;overflow-x:hidden;overflow-y:auto;padding:5px;resize:none;width:100%}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message .ws-chat-message-input:focus{border:1px solid #a5a5a5;outline:0}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element:hover{border:0;display:block;font-weight:500;margin-bottom:5px;position:relative;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element.ws-chat-message-element-file,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element.ws-chat-message-element-file:hover{background:#fff;border:0;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);color:#636262;font-weight:500;margin-bottom:5px;min-height:56px;padding:5px;position:relative;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block{padding:0 0 0 42px;position:relative}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-hover{background:url(https://whitesaas.com/widget/img/dl.png) no-repeat 50% #000;background-size:50px 50px;border-radius:4px;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file:hover>.ws-file-hover{opacity:.5}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-el{display:inline-block;left:0;position:absolute;text-align:left;width:40px}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-el .ws-icon-file{left:5px;position:static;width:32px}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-size{color:#888;font-size:10px}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-el .ws-file-size{margin-top:2px;text-align:center}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element-file .ws-file-block .ws-file-name{display:inline-block;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block .ws-chat-message .ws-chat-message-element .ws-chat-message-img{border:0;max-width:100%}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element .ws-foto-hover{background:url(https://whitesaas.com/widget/img/show.png) no-repeat 50% #000;background-size:50px 50px;border-radius:4px;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.ws-chat .ws-chat-container .ws-chat-message-block .ws-chat-message-element:hover>.ws-foto-hover{opacity:.5}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-block:before{bottom:16px;content:" ";height:8px;left:38px;position:absolute;transform:rotate(-45deg);width:8px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager .ws-chat-message{background-color:#dee5f1;float:left;margin-left:40px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot .ws-chat-message{background-color:#dee5f1;color:#3d3d3d;float:left;margin-left:40px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-manager:before,.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-robot:before{background-color:#dee5f1}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user .ws-chat-message{background-color:#2394fe;color:#fff;float:right;margin-right:33px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content .ws-chat-message-user:before{background-color:#2394fe;bottom:31px;left:auto;right:30px}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content:focus{outline:thin dotted}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-content::-webkit-scrollbar{display:none;display:block}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-pane{background:rgba(0,0,0,.1);border-radius:5px;bottom:0;opacity:.01;position:absolute;right:0;top:0;transition:.2s;visibility:hidden\9;width:6px;z-index:20}.ws-chat .ws-chat-container .ws-chat-body .ws-chat-body-pane .ws-chat-body-slider{background:#444;background:rgba(0,0,0,.2);border-radius:3px;position:relative}.ws-chat .ws-chat-container .ws-chat-body-pane.active,.ws-chat .ws-chat-container .ws-chat-body-pane.flashed,.ws-chat .ws-chat-container .ws-chat-body:hover>.ws-chat-body-pane{opacity:.99;visibility:visible\9}.ws-chat .ws-chat-container .ws-chat-body-offline{font-size:13px!important;line-height:16px!important;min-height:352px;padding:12px 18px;width:100%}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-chat-offline-text{color:#b3b3b3}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-chat-offline-text-success{color:#676767;display:none;font-size:18px;padding-top:110px;text-align:center}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group{margin-top:10px;min-height:28px;position:relative}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group-btn{margin-top:15px;text-align:right}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-input-label span.ws-input-required{color:#ff2241}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-input{background-color:#fff;border:1px solid #dededf;font-size:inherit!important;height:36px;line-height:inherit!important;margin:6px 0 0;padding:8px 10px 10px;width:100%}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea{word-wrap:break-word;background-color:#fff;border:1px solid #dededf;height:80px;margin-top:6px;overflow-x:hidden;padding:11px 14px 13px 10px}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea .emoji-img{border:0;height:20px;margin:0;padding:0;vertical-align:bottom;width:20px}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-input:focus,.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea:focus{border:1px solid #a5a5a5;outline:none}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element{position:absolute;right:9px;top:28px}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-smile-container-offline{left:auto;right:-18px}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-smile-container-offline:after{left:auto;right:24px}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-offline-textarea-btn{color:#9b9b9b;font-size:20px;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-offline-textarea-btn i{font-size:20px!important}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-textarea-element .ws-offline-textarea-btn:hover{color:#c8c8c8;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-btn{background-color:#15293e;color:#fff;padding:6px}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-label-agreement{cursor:pointer}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement{display:none;opacity:0;z-index:-1}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement-text{font-size:11px;padding-left:15px;position:relative;vertical-align:top}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement-text:before{border:1px solid #222;content:"";height:10px;left:0;position:absolute;top:2px;width:10px;z-index:1}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement:checked~span:before{border-color:#222;border-right-style:none;border-top-style:none;height:5px;transform:rotate(-45deg)}.ws-chat .ws-chat-agreement-link:link{color:#00e;text-decoration-line:underline;text-decoration-style:solid}.ws-chat .ws-chat-agreement-link:visited{color:#551a8b}.ws-chat .ws-chat-container .ws-chat-body-offline .ws-offline-input-group .ws-offline-email-agreement-text .ws-chat-agreement-link{vertical-align:text-top}.ws-chat .ws-chat-container .ws-chat-body-preform{font-size:13px!important;line-height:16px!important;min-height:352px;padding:12px 18px;width:100%}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-preform-text{color:#222}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-preform-social{margin-bottom:-8px;margin-top:4px}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-social-el{display:inline-block;margin-right:5px}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img{background-image:url(https://saas-support.com/widget/img/sprite_social.png);background-repeat:no-repeat;display:inline-block;height:32px;width:32px}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img.ws-sprite-social-vk{background-position:-32px 0}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img.ws-sprite-social-fb{background-position:0 0}.ws-chat-mobile .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img{background-image:url(https://saas-support.com/widget/img/sprite_social_mobile.png);background-repeat:no-repeat;display:inline-block;height:48px;width:48px}.ws-chat-mobile .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img.ws-sprite-social-vk{background-position:-48px 0}.ws-chat-mobile .ws-chat-container .ws-chat-body-preform .ws-chat-social-el .ws-chat-social-img.ws-sprite-social-fb{background-position:0 0}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group{margin-top:10px;min-height:28px;position:relative}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group-text{margin-bottom:10px;margin-top:2px;min-height:0}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group-text .ws-preform-input-label{color:#b3b3b3;font-size:12px;line-height:16px}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group-btn{margin-top:12px;text-align:right}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-input{border:1px solid #dededf;font-size:inherit!important;height:36px;line-height:inherit!important;margin:0;padding:8px 10px 10px;width:100%}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-input:focus{border:1px solid #a5a5a5;outline:none}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-btn{background-color:#15293e;color:#fff;cursor:pointer;margin-left:3px;padding:3px 6px;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-btn-cancel{color:#15293e;cursor:pointer;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-label-agreement{color:#3d3d3d;cursor:pointer;font-size:13px;font-weight:300;line-height:1.4;margin:0}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-label-agreement span{font:inherit}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-email-distribution-agreement{display:none;opacity:0;z-index:-1}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-email-distribution-agreement-text{font-size:11px;padding-left:15px;position:relative;vertical-align:top}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-email-distribution-agreement-text:before{border:1px solid #222;content:"";height:10px;left:0;position:absolute;top:2px;width:10px;z-index:1}.ws-chat .ws-chat-container .ws-chat-body-preform .ws-preform-input-group .ws-preform-email-distribution-agreement:checked~span:before{border-color:#222;border-right-style:none;border-top-style:none;height:5px;transform:rotate(-45deg)}.ws-chat-body-preform-clear{min-height:0!important;padding:0!important}.ws-chat .ws-chat-container .ws-input-error{border:1px solid #ff2241!important}.ws-chat .ws-chat-container span.ws-input-required{color:#ff2241}.ws-chat .ws-chat-container .ws-chat-footer{bottom:21px;left:0;line-height:1.4;min-height:44px;padding:0 8px;position:absolute;right:0;text-align:left}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group{background-color:#fff;border:1px solid #dededf;border-radius:4px;overflow:hidden;position:relative}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group-hide .ws-textarea{text-align:center}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group-hide .ws-textarea-send-btn{display:none!important}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-send-btn i{font-size:15px!important}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group-hide .ws-textarea-element{display:none}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group-hide .ws-textarea-placeholder{display:none!important}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea{word-wrap:break-word;bottom:0;color:#000;left:0;line-height:18px;max-height:94px!important;min-height:40px;overflow:scroll;overflow-x:hidden;padding:10px 55px;right:0;top:0}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-placeholder{color:#d3d3d3;left:53px;pointer-events:none;position:absolute;top:10px}.ws-chat-mobile .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-placeholder{left:35px}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea .emoji-img{border:0;height:20px;margin:0;padding:0;vertical-align:bottom;width:20px}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea:focus{outline:thin dotted}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea::-webkit-scrollbar{display:none;display:block}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane{background:rgba(0,0,0,.1);border-radius:5px;bottom:4px;opacity:.01;position:absolute;right:40px;top:4px;transition:.2s;visibility:hidden\9;width:6px;z-index:20}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane .ws-textarea-slider{background:#444;background:rgba(0,0,0,.2);border-radius:3px;position:relative}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane.active,.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-pane.flashed,.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group:hover>.ws-textarea-pane{opacity:.99;visibility:visible\9}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea:focus{outline:none}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element{left:15px;position:absolute;top:10px;z-index:10}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element .ws-textarea-btn{color:#9b9b9b;font-size:20px;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element .ws-textarea-btn i{color:#9b9b9b;font-size:20px!important}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-element .ws-textarea-btn:hover{color:#c8c8c8;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-send-btn{align-items:center;background-color:#03c457;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:22px;height:25px;justify-content:center;position:absolute;right:10px;top:8px;width:25px}.ws-chat .ws-chat-container .ws-chat-footer .ws-textarea-group .ws-textarea-send-btn:hover{color:#fff}.ws-chat .ws-chat-container .ws-chat-copyright,.ws-chat .ws-chat-container .ws-chat-copyright-footer{bottom:2px;color:#575757;font-size:13px;position:absolute;text-align:center;width:100%}body>div.ws-chat>div.ws-chat-container.ws-chat-round>div.ws-chat-copyright>a{display:inline}.ws-chat .ws-chat-container .ws-chat-copyright-url{color:#575757;font-size:13px;text-decoration:none}.ws-chat .ws-chat-container .ws-chat-copyright-url img{display:inline-block;margin-bottom:0;margin-left:1px;vertical-align:text-top}.ws-chat .ws-chat-container .ws-chat-copyright-url span{font-family:Museo;font-size:12px;font-weight:500;opacity:.5}.ws-chat .ws-chat-container .ws-chat-copyright-url:hover span{opacity:1;transition:opacity .3s}.ws-chat .ws-chat-round{border-radius:4px}.ws-chat .ws-chat-round .ws-chat-header{border-top-left-radius:4px;border-top-right-radius:4px;text-align:left}.ws-chat .ws-chat-round .ws-chat-header .ws-chat-logo-img{border-radius:30px;pointer-events:none}.ws-chat .ws-chat-round .ws-chat-message,.ws-chat .ws-chat-round .ws-file-container,.ws-chat .ws-chat-round .ws-offline-input,.ws-chat .ws-chat-round .ws-offline-textarea,.ws-chat .ws-chat-round .ws-preform-input,.ws-chat .ws-chat-round .ws-smile-container{border-radius:4px}.ws-chat .ws-chat-round .ws-chat-message-img{background:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.ws-chat .ws-chat-round .ws-file-element{border-radius:2px;position:relative}.ws-chat .ws-chat-round .ws-offline-btn,.ws-chat .ws-chat-round .ws-preform-btn,.ws-chat .ws-chat-round .ws-preform-btn-cancel{border-radius:4px;text-decoration:none}.ws-chat .ws-chat-round .ws-offline-btn:hover,.ws-chat .ws-chat-round .ws-preform-btn-cancel:hover,.ws-chat .ws-chat-round .ws-preform-btn:hover{text-decoration:none}.ws-chat .ws-chat-ico-bottom-round .ws-chat-ico{border-radius:30px}.ws-chat .ws-chat-ico-bottom:before{background-color:#f4f8ff;bottom:16px;box-shadow:-4px -3px 6px -2px rgba(0,0,0,.3);content:" ";height:12px;left:-3px;position:absolute;right:auto;transform:rotate(-45deg);width:12px}.ws-chat .ws-chat-ico-bottom .ws-chat-ico .ws-chat-logo{border-radius:5px;cursor:pointer;height:40px;margin:0;overflow:hidden;width:40px}.ws-chat .ws-chat-ico-bottom .ws-chat-ico .ws-chat-logo .ws-chat-logo-img{display:block!important}.ws-chat .ws-chat-ico-bottom .ws-chat-ico .ws-chat-logo .ws-icon-chat{display:none}.ws-chat .ws-chat-ico-bottom .ws-chat-ico-container{display:block;right:auto}.ws-chat .ws-chat-ico-bottom-right:before{left:auto;right:-3px;transform:rotate(135deg)}.ws-chat .ws-chat-ico-bottom-right .ws-chat-ico-container{left:auto;right:-64px}.ws-chat .ws-chat-logo-yes .ws-chat-header .ws-chat-logo{height:40px;margin:0;width:40px}.ws-chat .ws-chat-logo-yes .ws-chat-header .ws-chat-logo .ws-chat-logo-img{display:block!important}.ws-chat .ws-chat-logo-yes .ws-chat-header .ws-chat-logo .ws-icon-chat{display:none}.ws-chat .ws-chat-logo-robot-yes .ws-chat-robot-hello .ws-manager-img{border-radius:30px!important}.ws-chat .ws-chat-btn-el-container{bottom:20%;position:fixed;right:0;z-index:2147483645}.envy-not-scalling,.ws-chat .ws-chat-not-scalling{position:fixed!important}.ws-chat .ws-chat-btn-container{background-color:#ff2241;cursor:pointer;height:46px;min-width:230px;padding:3px;pointer-events:all;text-align:left;z-index:2147483645}.ws-chat .ws-chat-btn-container .ws-btn-ico{background-color:#fff;display:inline-block;position:relative;vertical-align:top}.ws-chat .ws-chat-btn-container .ws-btn-badge{background-color:#ff3c00;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:12px;height:18px;left:-7px;line-height:18px;position:absolute;text-align:center;top:-5px;width:18px;z-index:200000}.ws-chat .ws-chat-btn-container .ws-btn-ico .ws-chat-logo{height:40px;margin:0;width:40px}.ws-chat .ws-chat-btn-container .ws-btn-ico .ws-chat-logo .ws-icon-chat{padding:7px 0 0 6px}.ws-chat .ws-chat-btn-container .ws-btn-ico .ws-chat-logo .ws-chat-logo-img{border-radius:0;display:none}.ws-chat .ws-chat-btn-container .ws-btn-title{-webkit-font-smoothing:subpixel-antialiased!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#fff;display:inline-block;flex-grow:1;font-size:14px;line-height:17px;padding:10px 14px 10px 12px;text-align:center;white-space:nowrap}.ws-chat .ws-chat-btn-rotate .ws-btn-title{-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important}.ws-chat .ws-chat-btn-mini-round{border-radius:9px}.ws-chat .ws-chat-btn-mini-round .ws-btn-ico,.ws-chat .ws-chat-btn-mini-round .ws-chat-logo-img{border-radius:6px!important}.ws-chat .ws-chat-btn-mini-round-ico{border-radius:9px}.ws-chat .ws-chat-btn-mini-round-ico .ws-btn-ico,.ws-chat .ws-chat-btn-mini-round-ico .ws-chat-logo-img{border-radius:30px!important}.ws-chat .ws-chat-btn-round{border-radius:22px}.ws-chat .ws-chat-btn-round .ws-btn-badge{left:-4px;top:-2px}.ws-chat .ws-chat-btn-round .ws-btn-ico,.ws-chat .ws-chat-btn-round .ws-chat-logo-img{border-radius:30px!important}.ws-chat .ws-chat-btn-attach{border-bottom-left-radius:0;border-bottom-right-radius:0}.ws-chat .ws-chat-btn-attach-top{border-top-left-radius:0;border-top-right-radius:0}.ws-chat .ws-chat-btn-mini-hover{box-shadow:0 1px 7px 0 rgba(0,0,0,.3)}.ws-chat .ws-chat-btn-hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.ws-chat .ws-chat-btn-logo-yes .ws-icon-chat{display:none}.ws-chat .ws-chat-btn-logo-yes .ws-chat-logo-img{display:block!important}.ws-chat .ws-chat-btn-logo-yes .ws-btn-ico{background-color:transparent}.ws-chat .ws-chat-btn-rotate{transform:rotate(-90deg)}.ws-chat .ws-chat-btn-rotate .ws-btn-title{font-family:CBKRobotoLight,Tahoma,sans-serif}.ws-chat .ws-chat-btn-rotate .ws-btn-badge,.ws-chat .ws-chat-btn-rotate .ws-btn-ico{transform:rotate(90deg)}.ws-chat .ws-chat-invitation-container{background-color:#fafafb;border:1px solid rgba(0,0,0,.1);border-radius:5px;bottom:64px;box-shadow:0 0 10px rgba(0,0,0,.08);cursor:pointer;padding:12px;pointer-events:all;position:absolute;right:10px;width:288px}.ws-chat .ws-chat-invitation-container:before{border:9px solid transparent;border-top-color:rgba(0,0,0,.14);content:" ";height:0;margin-left:-6px;pointer-events:none;position:absolute;right:20px;top:100%;width:0}.ws-chat .ws-chat-invitation-container:after{border:8px solid rgba(250,250,251,0);border-top-color:#fafafb;content:" ";height:0;margin-left:-5px;pointer-events:none;position:absolute;right:21px;top:100%;width:0}.ws-chat .ws-chat-invitation-container.from-multi-button{position:fixed}.ws-chat .ws-chat-invitation-container.from-multi-button:after,.ws-chat .ws-chat-invitation-container.from-multi-button:before{content:none}.ws-chat .ws-chat-invitation-left{left:10px;right:auto}.ws-chat .ws-chat-invitation-left:after,.ws-chat .ws-chat-invitation-left:before{left:21px}.ws-chat .ws-chat-invitation-bottom{bottom:auto;top:64px}.ws-chat .ws-chat-invitation-bottom:before{border-bottom-color:rgba(0,0,0,.14);border-top-color:transparent;top:-18px}.ws-chat .ws-chat-invitation-bottom:after{border-bottom-color:#fafafb;border-top-color:rgba(250,250,251,0);top:-16px}.ws-chat .ws-chat-invitation-rotate-left:before{border-left-color:rgba(0,0,0,.14);border-top-color:transparent;right:-18px;top:20px}.ws-chat .ws-chat-invitation-rotate-left:after{border-left-color:#fafafb;border-top-color:rgba(250,250,251,0);right:-16px;top:21px}.ws-chat .ws-chat-invitation-rotate-right:before{border-right-color:rgba(0,0,0,.14);border-top-color:transparent;left:-12px;top:20px}.ws-chat .ws-chat-invitation-rotate-right:after{border-right-color:#fafafb;border-top-color:rgba(250,250,251,0);left:-11px;top:21px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-close{color:#c1c9cf;font-size:10px;position:absolute;right:12px;top:12px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-close:hover{color:#a5acb1}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-logo .ws-chat-invitation-img{border-radius:6px;float:left;height:40px;margin:0;width:40px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el{margin-left:46px;text-align:left}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-name{color:#37474f;cursor:pointer;font-size:14px;font-weight:700;min-height:6px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-position{margin-bottom:7px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-text{word-wrap:break-word;background-color:#edeef1;border-radius:2px;color:#313534!important;font-size:13px;margin-bottom:4px;padding:4px 10px;white-space:pre-line;width:100%}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-text a{text-decoration:underline}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-typing{color:#949494;display:none;font-size:13px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text{line-height:normal;position:relative}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text:before{background-color:#edeef1;content:" ";height:8px;left:-3px;position:absolute;top:5px;transform:rotate(-45deg);width:8px}.hide_background_invitation_message:before{opacity:0!important}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-body .emoji-img{border:0;height:20px;margin:0;padding:0;vertical-align:bottom;width:20px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-form{margin-top:10px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-form{box-shadow:0 4px 8px 0 rgba(44,39,68,.2);margin-top:25px;position:absolute;right:0;width:100%}.ws-chat .ws-chat-invitation-container.from-multi-button.with-partner-link{margin-top:25px}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position .ws-chat-invitation-form{margin-top:35px}.ws-chat .ws-chat-invitation-container.from-multi-button.sm-invitation .ws-chat-invitation-form{margin-top:25px}.ws-chat .ws-chat-invitation-container.from-multi-button.xs-invitation .ws-chat-invitation-form{margin-top:26px}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position{margin-bottom:90px}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.sm-invitation{margin-bottom:70px}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.xs-invitation{margin-bottom:64px}.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.left-invitation-position{margin-left:90px}.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.left-invitation-position.sm-invitation{margin-left:65px}.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.left-invitation-position.xs-invitation{margin-left:60px}.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.right-invitation-position{margin-right:90px}.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.right-invitation-position.sm-invitation{margin-right:65px}.ws-chat .ws-chat-invitation-container.from-multi-button.top-invitation-position.right-invitation-position.xs-invitation{margin-right:60px}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position .ws-chat-invitation-form{border-radius:6px;box-shadow:0 4px 8px 0 rgba(44,39,68,.2);right:0;width:70%}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.sm-invitation .ws-chat-invitation-form{width:76%}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.xs-invitation .ws-chat-invitation-form{width:80%}.ws-chat .ws-chat-invitation-container.from-multi-button.bottom-invitation-position.right-invitation-position .ws-chat-invitation-form{left:0;right:70px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-logo .ws-chat-invitation-img{border-radius:50%}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-logo:before{background-color:#2fb330;border:2px solid #fff;border-radius:50%;content:" ";height:8px;left:39px;position:absolute;width:8px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body-el{margin-left:0}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-name{margin-left:46px;padding-top:3px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-position{margin-left:46px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-body-text{margin-top:14px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-el.multi-button-no-profession .ws-chat-invitation-body-text{margin-top:22px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-el.multi-button-no-profession .ws-chat-invitation-name{padding-top:10px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-body-text:before{left:16px;top:-3px}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-text-box{margin-bottom:2px;padding:0;width:100%}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-body .ws-chat-invitation-text-box .ws-chat-invitation-text{border-radius:4px;display:table-cell;padding:3px 10px}.ws-chat .ws-chat-invitation-container.from-multi-button{border-radius:6px;box-shadow:0 4px 8px 0 rgba(44,39,68,.2);width:294px}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-form .ws-chat-invitation-input{background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px;font-size:13px;font-weight:300;height:30px;margin:3px 0;padding:5px;resize:none;width:100%}.ws-chat .ws-chat-invitation-container.from-multi-button .ws-chat-invitation-input{font-size:14px;margin:0;padding:25px 20px;text-align:left}.ws-chat .ws-chat-invitation-container .ws-chat-invitation-form .ws-chat-invitation-input:focus{outline:0}.ws-chat .ws-chat-container .ws-chat-rating{background-color:#fff;display:none;height:32px;line-height:32px;opacity:0;padding:0 8px;position:relative;text-align:initial!important;z-index:25}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns{float:right;padding-top:4px;position:relative}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el{display:block;height:24px;position:absolute;width:24px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el img{height:24px;position:absolute;width:24px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el,.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el img{width:26px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-5,.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-5 img{width:24px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-1{right:104px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-1{right:102px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-2{right:78px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-2{right:76px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-3{right:52px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-3{right:50px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-4{right:26px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-4{right:24px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns .ws-chat-rating-el.ws-chat-rating-el-5{right:0}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el img{background:url(https://saas-support.com/widget/img/rating/24/star.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-stars .ws-chat-rating-el.ws-chat-rating-el-marked img{background:url(https://saas-support.com/widget/img/rating/24/star.png) no-repeat 0 -24px transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-marked{height:32px;margin:-4px -4px 0 0;transition:all .1s;width:32px;z-index:10}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-marked img{height:32px;transition:all .1s;width:32px}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-1 img{background:url(https://saas-support.com/widget/img/rating/24/smile_1.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-2 img{background:url(https://saas-support.com/widget/img/rating/24/smile_2.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-3 img{background:url(https://saas-support.com/widget/img/rating/24/smile_3.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-4 img{background:url(https://saas-support.com/widget/img/rating/24/smile_4.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-5 img{background:url(https://saas-support.com/widget/img/rating/24/smile_5.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-1.ws-chat-rating-el-marked img{background:url(https://saas-support.com/widget/img/rating/32/smile_1.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-2.ws-chat-rating-el-marked img{background:url(https://saas-support.com/widget/img/rating/32/smile_2.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-3.ws-chat-rating-el-marked img{background:url(https://saas-support.com/widget/img/rating/32/smile_3.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-4.ws-chat-rating-el-marked img{background:url(https://saas-support.com/widget/img/rating/32/smile_4.png) no-repeat 0 0 transparent}.ws-chat .ws-chat-container .ws-chat-rating .ws-chat-rating-btns.ws-chat-rating-btns-smiles .ws-chat-rating-el.ws-chat-rating-el-5.ws-chat-rating-el-marked img{background:url(https://saas-support.com/widget/img/rating/32/smile_5.png) no-repeat 0 0 transparent}.ws-chat.ws-chat-has-rating .ws-chat-container .ws-chat-rating{border-bottom:1px solid #ccc;display:block;opacity:1}.ws-chat-mobile .ws-chat-container{bottom:0;height:100%;left:0;right:0;top:0;width:100%}.ws-chat-mobile{z-index:2147483645}.ws-chat-btn-el-container{pointer-events:none}.ws-chat-mobile .ws-chat-header{border-radius:0!important}.ws-chat-mobile .ws-chat-header .ws-chat-close{display:block;font-size:18px!important;height:46px;padding:14px;right:0!important;top:0!important;width:46px}.ws-chat-mobile .ws-chat-header .ws-chat-sound{display:none}.ws-chat-mobile .ws-chat-body,.ws-chat-mobile .ws-chat-footer{position:fixed!important}.ws-chat-mobile .ws-chat-resize{display:none}.ws-chat-mobile .ws-chat-btn-container{border-radius:30px!important;box-shadow:0 0 4px 1px rgba(0,0,0,.3)!important;height:59px!important;min-width:0!important;padding:5px 3px!important;width:59px!important}.ws-chat-mobile .ws-chat-btn-container .ws-btn-badge{display:none}.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico{background-color:transparent!important;position:absolute}.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico .ws-chat-logo{height:10px!important;margin:0!important;width:10px!important}.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico .ws-icon-chat{background-color:#fff;border-radius:25px;font-size:40px!important;height:45px;margin:2px 0 0 4px;padding:4px 0 0 3px!important;width:45px}.ws-chat-mobile .ws-chat-btn-container .ws-btn-ico .ws-chat-logo .ws-chat-logo-img{border-radius:20px;margin:5px 0 0 7px!important}.ws-chat-mobile .ws-chat-btn-container .ws-btn-title{margin-left:14px!important;white-space:nowrap}.ws-chat-mobile .ws-chat-btn-el-container{-webkit-text-size-adjust:auto!important;bottom:auto;position:absolute;right:auto}.ws-chat-mobile .ws-chat-invitation-container{margin-top:10px;position:absolute}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-position{height:15px}.ws-chat-mobile.left .ws-chat-invitation-container{right:auto}.ws-chat-mobile.right .ws-chat-invitation-container{right:5px}.ws-chat-mobile.top .ws-chat-invitation-container{bottom:auto}.ws-chat-mobile .ws-chat-invitation-container:after,.ws-chat-mobile .ws-chat-invitation-container:before{display:none}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-logo .ws-chat-invitation-img{border-radius:22px;height:44px;margin-right:10px;width:44px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el{margin-left:0;text-align:left}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-operator{margin-left:50px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-operator .ws-chat-invitation-name{font-size:18px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-el .ws-chat-invitation-operator .ws-chat-invitation-position{font-size:13px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text{margin-top:20px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text:before{left:18px;top:-3px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text .ws-chat-invitation-text-box{margin-bottom:5px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-body-text .ws-chat-invitation-text{font-size:15px;min-height:34px}.ws-chat-mobile .ws-chat-invitation-container .ws-chat-invitation-body .ws-chat-invitation-typing{color:#24263f;font-size:14px;font-style:italic!important;margin-left:15px;opacity:.5}.ws-chat-mobile .ws-chat-btn-el-container .ws-chat-invitation-input{border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.08);color:#ccc;font-size:15px;font-weight:500;height:52px;padding-left:16px;padding-top:13px;position:absolute;width:224px}.ws-chat-mobile.left .ws-chat-btn-el-container .ws-chat-invitation-input{left:64px}.ws-chat-mobile.right .ws-chat-btn-el-container .ws-chat-invitation-input{right:64px}.ws-chat-mobile.top .ws-chat-btn-el-container .ws-chat-invitation-input{top:-67px}.ws-chat-mobile.bottom .ws-chat-btn-el-container .ws-chat-invitation-input{bottom:-62px}.ws-chat-mobile .ws-chat-btn-el-container .ws-chat-invitation-input.invitation-input-full-size{left:1px;right:unset;width:100%}.ws-chat-mobile .ws-chat-container .ws-btn-smile{display:none}.ws-chat-mobile .ws-chat-container .ws-textarea{padding-left:35px!important;text-align:left}.ws-chat-mobile .ws-chat-container .ws-file-container{bottom:70px;left:10px;position:fixed;right:10px;text-align:center}.ws-chat-mobile .ws-chat-container .ws-file-element{border-radius:2px;font-size:17px;padding:10px 12px}.ws-chat-mobile .ws-file-container .ws-file-element i{margin-right:8px}.ws-chat-mobile .ws-file-container .ws-file-element .ws-file-upload{height:40px;left:0;right:0;top:0;width:100%}.ws-chat-mobile .ws-chat-btn-container .ws-btn-title{line-height:0}.ws-chat-uploaded-files{margin-left:10px;margin-top:5px}.ws-chat-uploaded-files .ws-chat-uploaded-el{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.2);display:inline-block;height:48px;margin-left:10px;position:relative;text-align:center;vertical-align:top;width:48px}.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-el-close{background:#000;border-radius:30px;color:#fff;cursor:pointer;font-size:10px;height:15px;opacity:.7;padding:2px;position:absolute;right:-5px;top:-4px;width:15px}.ws-chat-uploaded-files .ws-chat-uploaded-el.ws-chat-uploaded-type-file .ws-chat-uploaded-el-close{right:0}.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-el-close i{font-size:11px!important}.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-el-close:hover{opacity:1}.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-url .ws-chat-uploaded-img{border-radius:5px;height:48px;width:48px}.ws-chat-uploaded-files .ws-chat-uploaded-el .ws-chat-uploaded-url .ws-chat-uploaded-file{height:45px;margin-top:1px;width:45px}.ws-chat-uploaded-files .ws-chat-uploaded-type-file{background-color:transparent;box-shadow:none}.ws-chat-uploaded-files .ws-chat-uploaded-el.ws-chat-uploaded-type-file .ws-chat-uploaded-url .ws-chat-uploaded-file{box-shadow:0 2px 4px rgba(0,0,0,.2);width:auto}.ws-chat .ws-chat-departments-block{color:#24273d;margin-bottom:12px;text-align:center}.ws-chat .ws-chat-department .department-border-block{border:1px solid #b8d0f2;cursor:pointer;display:inline-block;margin:2px;max-width:100%;overflow:hidden;padding:.4em .8em;text-align:center;text-overflow:ellipsis}.ws-chat .ws-chat-department .department-border-block .ws-chat-department-name{white-space:nowrap}.ws-chat .ws-chat-department .department-border-block:hover{border:1px solid #4f8bdf}.ws-chat .ws-chat-department .department-border-block:active{background-color:#4f8bdf;color:#fff}.ws-hide{display:none!important}.inst-container{background-color:#f8f8f8;border-radius:6px;box-shadow:0 1px 6px rgba(0,0,0,.35);box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;color:#000;cursor:pointer;font-family:CBKRobotoLight,sans-serif;font-size:14px;font-style:normal;line-height:1.4;max-height:none;min-height:80px;min-width:290px;position:fixed!important;right:20px;text-shadow:none;text-transform:none;top:20px;transform-origin:50% 50%;width:290px;z-index:1000000}.inst-container div:after,.inst-container div:before{display:none!important}.inst-container_flex{align-items:center;display:flex;width:290px}.inst-container .inst-text,.inst-container .inst-title{word-wrap:break-word;max-width:100%;white-space:pre-wrap;width:100%}@supports ((-webkit-hyphens:auto) or (hyphens:auto)) or (word-break:break-word){.inst-container .inst-text,.inst-container .inst-title{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}}.inst-container .inst-body{margin:0;padding-right:15px;width:100%}.inst-container.inst-mobile .inst-close{position:absolute;right:12px;top:8px}.inst-close{cursor:pointer;padding:0 5px;position:absolute;right:8px;top:0}.inst-copyright{margin-top:-10px;text-align:center}.inst-copyright .inst-copyright-url{font-size:11px;opacity:.8;text-decoration:none;transition:none}.inst-corner-round .inst-close{right:31px;top:1px}.inst-logo{float:left;padding:10px}.inst-logo-img{border-radius:30px;box-shadow:0 1px 3px rgba(0,0,0,.25);height:auto!important;width:60px}.inst-body{margin-left:80px;padding:10px 5px 10px 0}.inst-title{font-size:15px;font-weight:700}.inst-title strong{color:inherit}.inst-text{font-size:14px}.inst-text strong{color:inherit;font-weight:700}.inst-text em{color:inherit;font-style:italic}.inst-sum{font-size:14px}.inst-corner-flat{border-radius:0}.inst-corner-round{border-radius:50px}.inst-shadow-none{box-shadow:none}.inst-shadow-heavy{box-shadow:0 1px 7px rgba(0,0,0,.65)}.inst-no-image .inst-logo{display:none}.inst-no-image .inst-body{margin-left:0;padding-left:10px}.inst-no-image .inst-corner-round .inst-body,.inst-no-image.inst-corner-round .inst-body{padding-left:30px;padding-right:20px}.inst-container.inst-container-mobile{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 8px 0 rgba(44,39,68,.35);min-height:80px;min-width:290px;width:290px}.inst-container.inst-container-mobile .inst-close{font-size:24px;padding:0 5px;right:8px}@media screen and (min-width:520px){.inst-container.inst-container-mobile:not(.horizontal-orientation){min-height:133px;min-width:480px;width:480px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-close{font-size:32px;padding:0 8px;right:13px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-corner-round .inst-close{right:51px;top:2px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-logo{padding:17px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-logo-img{border-radius:50px;height:auto!important;width:100px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-body{padding:16px 8px 16px 0}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-title{font-size:25px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-text{font-size:24px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-sum{font-size:23px}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-corner-flat{border-radius:0}.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-corner-round{border-radius:83px}.inst-container.inst-container-mobile.inst-no-image:not(.horizontal-orientation) .inst-logo{display:none}.inst-container.inst-container-mobile .inst-no-image:not(.horizontal-orientation) .inst-body,.inst-container.inst-container-mobile.inst-no-image:not(.horizontal-orientation) .inst-body{margin-left:0;padding-left:16px}.inst-container.inst-container-mobile.inst-no-image.inst-corner-round:not(.horizontal-orientation) .inst-body,.inst-container.inst-container-mobile:not(.horizontal-orientation) .inst-no-image .inst-corner-round .inst-body{padding-left:50px;padding-right:33px}}@media screen and (min-width:1240px){.inst-container.inst-container-mobile{min-height:224px;min-width:812px;width:812px}.inst-container.inst-container-mobile .inst-close{font-size:48px;padding:0 14px;right:22px}.inst-container.inst-container-mobile .inst-corner-round .inst-close{right:86px;top:4px}.inst-container.inst-container-mobile .inst-logo{padding:29px}.inst-container.inst-container-mobile .inst-logo-img{border-radius:80px;height:auto!important;width:170px}.inst-container.inst-container-mobile .inst-body{padding:27px 14px 27px 0}.inst-container.inst-container-mobile .inst-title{font-size:42px}.inst-container.inst-container-mobile .inst-text{font-size:41px}.inst-container.inst-container-mobile .inst-sum{font-size:39px}.inst-container.inst-container-mobile .inst-corner-flat{border-radius:0}.inst-container.inst-container-mobile .inst-corner-round{border-radius:140px}.inst-container.inst-container-mobile.inst-no-image .inst-logo{display:none}.inst-container.inst-container-mobile .inst-no-image .inst-body,.inst-container.inst-container-mobile.inst-no-image .inst-body{margin-left:0;padding-left:27px}.inst-container.inst-container-mobile .inst-no-image .inst-corner-round .inst-body,.inst-container.inst-container-mobile.inst-no-image.inst-corner-round .inst-body{padding-left:85px;padding-right:56px}}.multi_button-body{border-radius:999px!important;box-shadow:0 1px 3px 0 rgba(0,0,0,.33);float:left;font-size:17px;height:44px;margin-bottom:5px;margin-left:5px;padding:0;width:44px}.multi_button .multi_button-div-text .multi_button-text{background-color:rgba(0,0,0,.78);border-radius:18px;color:#fff;display:inline-block;font-size:14px;line-height:24px;margin:5px;padding:5px 10px;vertical-align:middle;white-space:nowrap}.multi_button.mb_medium_size .multi_button-div-text .multi_button-text{line-height:18px;margin:8px 15px;padding:6px 16px}.multi_button.mb_small_size .multi_button-div-text .multi_button-text{line-height:18px;margin:10px 17px;padding:4px 16px}.multi_button .multi_button-main-div-text{display:inline-block;margin-top:12px;padding:2px;position:absolute}.multi_button.mb_medium_size .multi_button-main-div-text{margin-top:4px}.multi_button.mb_small_size .multi_button-main-div-text{margin-top:0}.multi_button.mb_right .multi_button-main-div-text{right:80px}.multi_button.mb_medium_size.mb_right .multi_button-main-div-text{right:58px}.multi_button.mb_small_size.mb_right .multi_button-main-div-text{right:48px}.multi_button.mb_left .multi_button-main-div-text{left:80px}.multi_button.mb_medium_size.mb_left .multi_button-main-div-text{left:58px}.multi_button.mb_small_size.mb_left .multi_button-main-div-text{left:48px}.multi_button .multi_button-main-div-text .multi_button-text{border-radius:24px;cursor:pointer;font-size:16px;line-height:24px;margin:2px 5px;padding:12px 16px;white-space:nowrap}.multi_button.mb_medium_size .multi_button-main-div-text .multi_button-text{border-radius:18px;font-size:14px;line-height:18px;margin:6px 5px;padding:9px 16px}.multi_button.mb_small_size .multi_button-main-div-text .multi_button-text{border-radius:18px;font-size:14px;line-height:24px;margin:6px 5px;padding:6px 16px}.multi_button_list{left:10px;line-height:normal;list-style-type:none;margin:0;padding:0;position:absolute;right:0;text-align:left;top:80px;visibility:hidden}.multi_button.mobile .multi_button_list{display:none}.multi_button_list .multi_button_element{background-image:none;display:inline-block;opacity:0;visibility:hidden}.multi_button_list .multi_button_element,.multi_button_list.position_top .multi_button_element{transform:scaleY(.4) scaleX(.4) translateY(-150px)}.multi_button_list.position_bottom .multi_button_element{transform:scaleY(.4) scaleX(.4) translateY(150px)}.multi_button_list li *{cursor:pointer}.multi_button{-webkit-text-size-adjust:auto!important;border-radius:50%;box-shadow:0 1px 3px 0 rgba(0,0,0,.33);font-family:CBKRobotoLight,sans-serif;font-style:normal;height:80px;position:fixed;text-align:center;text-shadow:none;text-transform:none;width:80px;z-index:10000}.multi_button a{background:transparent;border:none;display:inline;text-decoration:none}.multi_button i{text-decoration:none!important}.multi_button .multi_button-logo-img{background-color:#fff;border-radius:50%;display:inline-block;height:80px;width:80px}.multi_button.mb_medium_size,.multi_button.mb_medium_size .multi_button-logo-img{height:60px;width:60px}.multi_button.mb_small_size,.multi_button.mb_small_size .multi_button-logo-img{height:50px;width:50px}.icon_in_button{position:absolute}.multi_button .icon_in_button{border-radius:50%;height:100%;opacity:0;pointer-events:none;text-align:center;transform:rotateY(90deg);transition:transform .25s linear,opacity .1s linear;width:100%}.multi_button .icon_in_button.active{display:block;opacity:1;pointer-events:auto;transform:rotateY(0);transition:transform .25s linear,opacity .1s linear;z-index:999}.multi_button .icon_in_button .multi-button-icon{padding-top:18px}.multi_button.mb_medium_size .icon_in_button .multi-button-icon{padding-top:9px}.multi_button.mb_small_size .icon_in_button .multi-button-icon{padding-top:3px}.multi_button.active .multi_button_element{opacity:1;padding:4px 0 0 13px;transform:scaleY(1) scaleX(1) translateY(0)!important;transition:.3s;visibility:visible;white-space:nowrap}.multi_button.active.mb_medium_size .multi_button_element{padding:0 0 3px 3px}.multi_button.active.mb_small_size .multi_button_element{padding:0 0 0 1px}.multi_button_list i{height:100%;vertical-align:middle}.icon_in_button i{font-size:66px;vertical-align:middle}.multi_button.mb_medium_size .icon_in_button i{font-size:50px}.multi_button.mb_small_size .icon_in_button i{font-size:42px}[class*=" icon-ws-"],[class^=icon-ws-]{background:none!important;display:inline-table!important;font-family:CBKMultiIcon;font-size:40px;line-height:37px;margin-top:0!important;position:static;width:100%!important}[class*=" icon-ws-"]:before,[class^=icon-ws-]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-family:CBKMultiIcon!important;font-style:normal;font-variant:normal;font-weight:400;height:100%;line-height:44px;margin-left:0;margin-right:0;padding:0;text-align:center;text-decoration:inherit;text-transform:none;vertical-align:middle}.icon-ws-globe:before{content:"\e802"}.icon-ws-globe-1:before{content:"\e803"}.icon-ws-vkontakte:before{content:"\e883"}.icon-ws-vkontakte-rect:before{content:"\e884"}.icon-ws-wallet-1:before{content:"\e885"}.icon-ws-wallet-2:before{content:"\e886"}.icon-ws-whatsapp-1:before{content:"\e887"}.icon-ws-whatsapp-2:before{content:"\e888"}.icon-ws-whatsapp-3:before{content:"\e889"}.icon-ws-wordpress:before{content:"\e800"}.icon-ws-wordpress-2:before{content:"\e88b"}.icon-ws-wordpress-3:before{content:"\e88c"}.icon-ws-yabrowser:before{content:"\e88d"}.icon-ws-yandex:before{content:"\e88e"}.icon-ws-yandex-rect:before{content:"\e88f"}.icon-ws-youtube:before{content:"\e890"}.icon-ws-youtube-2:before{content:"\e891"}.icon-ws-action-1:before{content:"\e892"}.icon-ws-action-2:before{content:"\e893"}.icon-ws-address-book:before{content:"\e894"}.icon-ws-agenda:before{content:"\e895"}.icon-ws-android:before{content:"\e896"}.icon-ws-appstore:before{content:"\e897"}.icon-ws-attach-1:before{content:"\e898"}.icon-ws-attach-2:before{content:"\e899"}.icon-ws-basket:before{content:"\e89a"}.icon-ws-basket-2:before{content:"\e89b"}.icon-ws-blogger:before{content:"\e89c"}.icon-ws-blogger-rect:before{content:"\e89d"}.icon-ws-book-2:before{content:"\e89e"}.icon-ws-calc:before{content:"\e89f"}.icon-ws-calculator:before{content:"\e8a0"}.icon-ws-camera:before{content:"\e8a1"}.icon-ws-camera-2:before{content:"\e8a2"}.icon-ws-chat:before{content:"\e8a3"}.icon-ws-chat-2:before{content:"\e8a4"}.icon-ws-chrome:before{content:"\e8a5"}.icon-ws-cloud:before{content:"\e8a6"}.icon-ws-cloud-white:before{content:"\e8a7"}.icon-ws-cog:before{content:"\e8a8"}.icon-ws-cog-2:before{content:"\e8a9"}.icon-ws-comment-alt:before{content:"\e80b"}.icon-ws-comment-alt-2:before{content:"\e80d"}.icon-ws-comp-1:before{content:"\e8ac"}.icon-ws-comp-2:before{content:"\e8ad"}.icon-ws-contact:before{content:"\e8ae"}.icon-ws-contact-2:before{content:"\e8af"}.icon-ws-contacts:before{content:"\e8b0"}.icon-ws-coupon-1:before{content:"\e8b1"}.icon-ws-coupon-2:before{content:"\e8b2"}.icon-ws-edge:before{content:"\e8b3"}.icon-ws-facebook:before{content:"\e8b4"}.icon-ws-facebook-squared-1:before{content:"\e8b5"}.icon-ws-fast-fw:before{content:"\e8b6"}.icon-ws-fast-fw-white:before{content:"\e8b7"}.icon-ws-firefox:before{content:"\e8b8"}.icon-ws-gift-2:before{content:"\e8b9"}.icon-ws-gift-box:before{content:"\e8ba"}.icon-ws-google:before{content:"\e8bb"}.icon-ws-google-2:before{content:"\e8bc"}.icon-ws-google-play:before{content:"\e80a"}.icon-ws-googleplus-rect:before{content:"\e8be"}.icon-ws-googleplus-rect-2:before{content:"\e809"}.icon-ws-guest:before{content:"\e8c0"}.icon-ws-guest-2:before{content:"\e8c1"}.icon-ws-hand-holding-up-a-book:before{content:"\e8c2"}.icon-ws-heart:before{content:"\e8c3"}.icon-ws-heart-empty:before{content:"\e8c4"}.icon-ws-icq:before{content:"\e8c5"}.icon-ws-image-1:before{content:"\e8c6"}.icon-ws-image-2:before{content:"\e8c7"}.icon-ws-inkedin-rect:before{content:"\e8c8"}.icon-ws-inkedin-rect-2:before{content:"\e8c9"}.icon-ws-instagram:before{content:"\e8ca"}.icon-ws-instagram-filled:before{content:"\e8cb"}.icon-ws-internet-explorer:before{content:"\e8cc"}.icon-ws-location:before{content:"\e8cd"}.icon-ws-location-1:before{content:"\e8ce"}.icon-ws-magnifying-glass-and-book:before{content:"\e8cf"}.icon-ws-magnifying-glass-and-book-white:before{content:"\e8d0"}.icon-ws-mastercard:before{content:"\e8d1"}.icon-ws-mastercard-2:before{content:"\e8d2"}.icon-ws-odnoklassniki:before{content:"\e8d3"}.icon-ws-odnoklassniki-rect:before{content:"\e8d4"}.icon-ws-open-book:before{content:"\e8d5"}.icon-ws-opera:before{content:"\e8d6"}.icon-ws-pause:before{content:"\e8d7"}.icon-ws-pause-white:before{content:"\e8d8"}.icon-ws-pay-mir-1:before{content:"\e8d9"}.icon-ws-pay-mir-2:before{content:"\e8da"}.icon-ws-paypal:before{content:"\e8db"}.icon-ws-paypal-2:before{content:"\e8dc"}.icon-ws-paypal-3:before{content:"\e8dd"}.icon-ws-paypal-4:before{content:"\e8de"}.icon-ws-pay-yamoney-1:before{content:"\e8df"}.icon-ws-pay-yamoney-2:before{content:"\e8e0"}.icon-ws-pencil:before{content:"\e8e1"}.icon-ws-pencil-1:before{content:"\e8e2"}.icon-ws-pencil-squared:before{content:"\e8e3"}.icon-ws-phone-call:before{content:"\e8e4"}.icon-ws-phone-call-1:before{content:"\e8e5"}.icon-ws-phone-receiver:before{content:"\e8e6"}.icon-ws-play:before{content:"\e8e7"}.icon-ws-play-1:before{content:"\e8e8"}.icon-ws-play-2:before{content:"\e8e9"}.icon-ws-play-white:before{content:"\e8ea"}.icon-ws-pn-1:before{content:"\e806"}.icon-ws-pn-2:before{content:"\e8ec"}.icon-ws-rewind:before{content:"\e8ed"}.icon-ws-rewind-white:before{content:"\e8ee"}.icon-ws-ruble-1:before{content:"\e8ef"}.icon-ws-ruble-2:before{content:"\e8f0"}.icon-ws-safari:before{content:"\e8f1"}.icon-ws-share-1:before{content:"\e8f2"}.icon-ws-share-2:before{content:"\e8f3"}.icon-ws-shopping-basket:before{content:"\e8f4"}.icon-ws-shopping-basket-2:before{content:"\e8f5"}.icon-ws-skype:before{content:"\e8f6"}.icon-ws-skype-2:before{content:"\e8f7"}.icon-ws-skype-3:before{content:"\e8f8"}.icon-ws-stop:before{content:"\e8f9"}.icon-ws-stop-white:before{content:"\e8fa"}.icon-ws-telegram-1:before{content:"\e8fb"}.icon-ws-telegram-2:before{content:"\e8fc"}.icon-ws-thumbs-up:before{content:"\e808"}.icon-ws-thumbs-up-2:before{content:"\e807"}.icon-ws-tumblr:before{content:"\e8ff"}.icon-ws-tumblr-rect:before{content:"\e900"}.icon-ws-twitter-bird:before{content:"\e901"}.icon-ws-twitter-bird-squared:before{content:"\e902"}.icon-ws-two-books:before{content:"\e903"}.icon-ws-viber-1:before{content:"\e904"}.icon-ws-viber-2:before{content:"\e905"}.icon-ws-viber-3:before{content:"\e804"}.icon-ws-viber-4:before{content:"\e805"}.icon-ws-videocam:before{content:"\e908"}.icon-ws-videocam-white:before{content:"\e909"}.icon-ws-vimeo-rect:before{content:"\e90a"}.icon-ws-vimeo-rect-2:before{content:"\e801"}.icon-ws-visa:before{content:"\e90c"}.icon-ws-visa-2:before{content:"\e90d"}.icon-ws-facebook-messenger:before{content:"\e80c"}.multi_button.active .multi_button_list{left:0;top:80px;visibility:visible}.multi_button.active .multi_button_list.position_top{padding-top:3px}.multi_button-body{display:inline-block;text-align:center}.multi_button-div-text{display:inline-block;padding:0 2px;position:absolute}.multi_button_list.position_left .multi_button-div-text{left:60px}.multi_button.mb_medium_size .multi_button_list.position_left .multi_button-div-text{left:50px}.multi_button.mb_small_size .multi_button_list.position_left .multi_button-div-text{left:48px}.multi_button_list.position_right .multi_button-div-text{right:40px}.multi_button_list.position_bottom .multi_button_list{bottom:60px;top:auto}.multi_button.active .multi_button_list.position_bottom{bottom:60px;bottom:80px;top:auto}.multi_button.active.mb_medium_size .multi_button_list.position_bottom{bottom:60px;top:auto}.multi_button.active.mb_small_size .multi_button_list.position_bottom{bottom:50px;top:auto}.multi_button.active.mb_medium_size .multi_button_list{bottom:auto;top:60px}.multi_button.active.mb_small_size .multi_button_list{bottom:auto;left:-3px;top:50px}.multi_button .multi_button-copyright-img{height:20px;margin-left:6px;vertical-align:bottom;width:73px}.multi_button.mobile .ws-multi_button-copyright{display:none}.multi_button .ws-multi_button-copyright{background-color:#fff;border-radius:7px;opacity:0;padding:2px;position:absolute;visibility:hidden;width:143px}.multi_button.active .ws-multi_button-copyright{opacity:1;transition:.3s;visibility:visible}.multi_button.mb_bottom .ws-multi_button-copyright{top:90px}.multi_button.mb_bottom.mb_medium_size .ws-multi_button-copyright{top:70px}.multi_button.mb_bottom.mb_small_size .ws-multi_button-copyright{top:55px}.multi_button.mb_top .ws-multi_button-copyright{bottom:90px}.multi_button.mb_top.mb_medium_size .ws-multi_button-copyright{bottom:65px}.multi_button.mb_top.mb_small_size .ws-multi_button-copyright{bottom:55px}.multi_button.mb_left .ws-multi_button-copyright{left:8px}.multi_button.mb_right .ws-multi_button-copyright{right:2px}.multi_button.mb_left .ws-multi_button-copyright-url{float:left}.multi_button.mb_right .ws-multi_button-copyright-url{float:right}.multi_button .ws-multi_button-copyright-url{color:#000;cursor:pointer;display:inline-block;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;height:100%;letter-spacing:normal;line-height:1.33;text-align:right;text-decoration:none}.multi_button .ws-multi_button-copyright-url span{font-family:Museo;font-weight:500;opacity:.5;vertical-align:text-top}.multi_button .ws-multi_button-copyright-url:hover span{opacity:1;transition:opacity .3s}.multi_button.mb_bottom.has-copyright-link{margin-bottom:40px}.multi_button.mb_bottom.mb_small_size.has-copyright-link{margin-bottom:35px}.multi_button.mb_top.has-copyright-link{margin-top:40px}.multi_button.mb_top.mb_small_size.has-copyright-link{margin-top:35px}.multi_button.mobile{-webkit-text-size-adjust:auto!important;position:absolute}.multi_button.disable-mobile-position .multi_button_mobile_close,.multi_button.mobile .multi_button_mobile_close{background-color:#fff;border-radius:50%;display:block;height:100%;opacity:0;position:absolute;transform:rotateY(90deg);transition:transform .25s linear;width:100%;z-index:9999}.multi_button.disable-mobile-position .multi_button_mobile_close.active,.multi_button.mobile .multi_button_mobile_close.active{opacity:1;transform:rotateY(0);transition:transform .25s linear}.multi_button.disable-mobile-position .multi_button_mobile_close:after,.multi_button.mb_medium_size.disable-mobile-position .multi_button_mobile_close:after,.multi_button.mb_medium_size.mobile .multi_button_mobile_close:after,.multi_button.mobile .multi_button_mobile_close:after{color:#65676a;content:"×";font-size:42px;left:50%;line-height:60px;opacity:.7;position:absolute;top:calc(50% - 2px);transform:translate(-50%,-50%)}.multi_button.mb_small_size.disable-mobile-position .multi_button_mobile_close:after,.multi_button.mb_small_size.mobile .multi_button_mobile_close:after{color:#65676a;content:"×";font-size:40px;left:50%;line-height:50px;opacity:.7;position:absolute;top:calc(50% - 2px);transform:translate(-50%,-50%)}.multi_button.one_icon_mode{background:none!important}.multi_button .cbk-multi-button-budge-message{background-color:#f44336;border-radius:50%;color:#fff;display:none;height:22px;line-height:18px;position:absolute;right:0;text-align:center;top:0;width:22px;z-index:1000}.multi_button .cbk-multi-button-budge-message>span{margin-right:1px;vertical-align:middle}.multi_button_element .cbk-multi-button-budge-message{font-size:11px;height:16px;line-height:11px;top:2px;width:16px}.multi_button.active>.cbk-multi-button-budge-message{display:none!important}.ws-killer *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;flex-direction:row;font-family:CBKRobotoLight,sans-serif;font-style:normal;max-height:none;max-height:none!important;text-shadow:none;text-transform:none;transform-origin:50% 50%}.ws-killer{word-wrap:normal;display:block;font-family:CBKRobotoLight,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:300!important;line-height:1.22;text-transform:none!important;z-index:1000000}.ws-killer i{background:0 0;height:auto;left:auto;position:static;top:auto;width:auto}.ws-killer,.ws-killer i{font-size:13px!important}.ws-killer .ws-killer-btn-container{bottom:5%;position:fixed;right:0;z-index:2147483645}.ws-killer .ws-killer-btn{background-color:#f44336;box-shadow:0 1px 7px 0 rgba(0,0,0,.3);cursor:pointer;height:46px;min-width:230px;padding:3px;z-index:2147483645}.ws-killer .ws-killer-btn .ws-killer-btn-ico{background-color:#fff;display:inline-block;position:relative;vertical-align:top}.ws-killer .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo{border-radius:5px;display:inline-block;height:40px;margin:0;overflow:hidden;position:relative;vertical-align:top;width:40px}.ws-killer .ws-killer-btn-logo img{border-radius:5px;display:none;height:40px;max-width:40px;width:40px}.ws-killer .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo .ws-icon-phone{color:#ff2241;font-size:30px!important;left:0;padding:6px 0 0 5px;position:absolute;top:0}.ws-killer .ws-killer-btn .ws-btn-title{color:#fff;display:inline-block;font-size:14px;padding:10px 14px}.ws-killer .ws-killer-text-none{min-width:0}.ws-killer .ws-killer-text-none .ws-btn-title{display:none}.ws-killer .ws-killer-btn-mini-round{border-radius:9px}.ws-killer .ws-killer-logo-img{margin:0}.ws-killer .ws-killer-btn-mini-round .ws-killer-btn-ico,.ws-killer .ws-killer-btn-mini-round .ws-killer-logo-img{border-radius:6px!important}.ws-killer .ws-killer-btn-round{border-radius:22px}.ws-killer .ws-killer-btn-round .ws-killer-btn-ico,.ws-killer .ws-killer-btn-round .ws-killer-btn-logo,.ws-killer .ws-killer-btn-round .ws-killer-logo-img{border-radius:30px!important}.ws-killer .ws-killer-btn-container.ws-killer-btn-right{bottom:auto;right:0;top:10%;transform:rotate(-90deg);transform-origin:right bottom}.ws-killer .ws-killer-btn-container.ws-killer-btn-left{bottom:auto;left:0;right:auto;top:10%;transform:rotate(-90deg);transform-origin:left top}.ws-killer .ws-killer-btn-container.ws-killer-btn-left .ws-btn-title,.ws-killer .ws-killer-btn-container.ws-killer-btn-right .ws-btn-title{font-family:Tahoma,sans-serif}.ws-killer .ws-killer-btn-right .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo .ws-icon-phone{left:auto;padding-left:6px!important;padding-top:5px!important;right:0;transform:rotate(90deg)}.ws-killer-btn-right .ws-killer-logo-img{transform:rotate(90deg)!important}.ws-killer .ws-killer-btn-left .ws-killer-btn .ws-killer-btn-ico .ws-killer-btn-logo .ws-icon-phone{left:auto;padding-left:6px!important;padding-top:5px!important;right:0;transform:rotate(90deg)}.ws-killer-btn-left .ws-killer-logo-img{transform:rotate(90deg)!important}.ws-killer .ws-killer-btn-attach-top{border-top-left-radius:0;border-top-right-radius:0}.ws-killer .ws-killer-btn-attach-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.ws-killer .ws-killer-logo-yes .ws-killer-btn-logo img{display:block}.ws-killer .ws-killer-logo-yes .ws-icon-phone{display:none}.ws-killer .ws-killer-logo-yes .ws-killer-btn-ico{background:transparent}.ws-loaner .ws-loaner-modal-overflow{background-color:#000;height:100%;left:0;opacity:.7;position:fixed;top:0;width:100%;z-index:9998}.ws-loaner .ws-loaner-modal-wrap{display:table-cell;height:100%;left:0;position:fixed;text-align:center;top:0;vertical-align:middle;width:100%;z-index:999999}.ws-loaner .ws-loaner-modal-container{background-color:#fff;display:inline-block;height:95%;position:relative;top:2.5%;width:1024px}.ws-loaner .ws-loaner-modal{height:100%;width:100%}.ws-loaner .ws-loaner-modal-close{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AQMCwYfssHtyAAAAZNJREFUOMu1lb1u2zAUhQ+LGAUIAvQLNFProQmQN+hc5B3SxH2Jok8lTZKytoMM0ohDtlPGbEGCpHUHS4Kqk0U2HEKyA6e9wF0uyY8/50hXoDteAxgBOAbwAcCbtn4N4DuABMAVgBLPiEMAMwAVAPZk1c453Ab7vAHSl+M+2NkOsGV+CmGjF8CW+W4JGwC4DCekaXqntW6EEKuaEILD4bDJsuyhAzgDsAcARwD+rg/meX5L8rcxZiGlXNWllLTWFiT/TCaT+wBYtyx8DXfTWjfW2gXJhXOuVEpRKUXnXEmysNYWWuum45RfAOA8HBBCUEq5BJRxHNdxHNckS+dcJaXk+lOsZQIAP/seWinFFlSRrKIoqpVSm4T58Qr/IbK+K3vvVyeLoqgmWXrvt165U5TpdFqQLLz3VSiKMWajKF22uSE5N8YUoW2MMQXJeZ7nvbYZtKZ8sluSJLddxtZaN2ma/tpk7H/16b0NxTl9AeykT/HxDrCzbTY6eOYP9gLA+3Cx2NICPrYtYH+tBXxrvdvZAh4Bb7iNXQT1ZVYAAAAASUVORK5CYII=") 50% no-repeat;display:inline-block;font-family:arial;height:20px;position:absolute;right:-30px;top:-2px;width:20px}.ws-loan-container{word-wrap:normal;display:block;font-family:CBKRobotoLight,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:300!important;line-height:1.22;text-align:left!important;text-transform:none!important;z-index:9990}.ws-loan-container *{box-sizing:border-box;font-family:CBKRobotoLight,sans-serif;font-style:normal;max-height:none;text-shadow:none;text-transform:none;transform-origin:50% 50%}.ws-loan-container .ws-loaner-btn-el-container{bottom:20%;position:fixed;right:0;z-index:9999}.ws-loan-container .ws-loaner-btn-container{background-color:#ff2241;cursor:pointer;height:46px;min-width:230px;padding:3px;z-index:9999}.ws-loan-container .ws-loaner-btn-mini-hover{box-shadow:0 1px 7px 0 rgba(0,0,0,.3)}.ws-loan-container .loan-corner-smooth{border-radius:9px}.ws-loan-container .loan-corner-round{border-radius:22px}.ws-loan-container .ws-loaner-btn-rotate{transform:rotate(-90deg)}.ws-loan-container .ws-loaner-btn-attach{border-bottom-left-radius:0;border-bottom-right-radius:0}.ws-loan-container .ws-loaner-btn-attach-top{border-top-left-radius:0;border-top-right-radius:0}.ws-loan-container .ws-loaner-btn-container .ws-btn-ico{background-color:#fff;display:inline-block;position:relative;vertical-align:top}.ws-loan-container .ws-loaner-logo{display:inline-block;height:10px;margin-left:10px;margin-top:12px;position:relative;vertical-align:top;width:10px}.ws-loan-container .ws-loaner-btn-container .ws-btn-ico .ws-loaner-logo{height:40px;margin:0;width:40px}.ws-loan-container .ws-loaner-logo .ws-loaner-logo-img{border-radius:5px;display:none;height:40px;max-width:40px;width:40px}.ws-loan-container .loan-corner-round .ws-btn-ico,.ws-loan-container .loan-corner-round .ws-loaner-logo-img{border-radius:30px!important}.ws-loan-container .loan-corner-smooth .ws-btn-ico,.ws-loan-container .loan-corner-smooth .ws-loaner-logo-img{border-radius:6px!important}.ws-loan-container .ws-loaner-logo .ws-icon-loaner{color:#ff2241;font-size:30px;left:0;position:absolute;top:0}.ws-loan-container .ws-loaner-btn-container .ws-btn-ico .ws-loaner-logo .ws-icon-loaner{padding:7px 0 0 6px}.ws-loan-container .ws-loaner-btn-logo-yes .ws-icon-loaner{display:none}.ws-loan-container .ws-loaner-btn-logo-yes .ws-loaner-logo-img{display:block!important}.ws-loan-container .ws-loaner-btn-logo-yes .ws-btn-ico{background-color:transparent}.ws-loan-container .ws-loaner-btn-container .ws-btn-title{color:#fff;display:inline-block;font-size:14px;padding:10px 14px}.ws-icon-loaner:before{content:"r"}.ws-loan-container .ws-loaner-not-scalling{position:fixed!important}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new{background-color:var(--form_color_background);border-radius:10px;box-sizing:border-box;color:var(--form_color_text);font-family:Museo,sans-serif;height:566px;padding-top:60px;top:calc(50% - 283px);width:650px}.ws-loaner-modal-container.ws-loaner-modal-new{max-width:650px;text-align:center;width:100%}.ws-loaner-modal-container.ws-loaner-modal-new .final_form{display:none}.ws-loaner-modal-container.ws-loaner-modal-new.final .final_form{display:block}.ws-loaner-modal-container.ws-loaner-modal-new.final .ws-loaner-form{display:none}@media (min-width:992px){.ws-loaner-settings-form{padding-bottom:65px;padding-top:25px}}.ws-loaner-shadow{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.ws-loaner-shadow:hover{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.ws-loaner-shadow-nohover{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.ws-loaner-input-group .ws-loaner-input.invalid-field{border-color:red}.ws-loaner-post-header-text{font-size:47px;font-weight:700;margin-top:140px}.ws-loaner-post-body-text{font-size:22px;line-height:25px;margin-bottom:200px;margin-top:13px;padding:0 62px}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-header-text{font-size:21px;font-weight:700;height:60px;letter-spacing:-.2px;line-height:30px;white-space:pre}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-body-text{font-size:18px;height:48px;line-height:24px;margin-top:13px;white-space:pre}.ws-loaner-input-group{margin-top:20px}.ws-loaner-input-container{display:inline-block;margin:10px auto auto;padding-left:40px;padding-right:40px;position:relative}.ws-loaner-input-group .ws-loaner-input{border:2px solid #ddd;border-radius:6px;display:block;height:42px;outline:none;padding-left:43px;width:280px}.ws-loaner-input-group .ws-loaner-input.ws-loaner-submit{background-color:var(--form_button_color);border:0;color:#fff;color:var(--form_button_text_color);cursor:pointer;font-size:16px;padding:0}.ws-loaner-input-group .ws-loaner-input.ws-loaner-submit:hover{opacity:.8}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-container:before{content:"";height:24px;left:50px;position:absolute;top:10px;width:24px}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-user-email:before{content:url("data:image/svg+xml; utf8, <svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>iconInputEmail</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconInputEmail' fill='currentColor' fill-rule='nonzero'><path d='M21.0701305,3 L2.93482138,3 C1.31595206,3 0,4.29690049 0,5.89233279 L0,18.1076672 C0,19.7030995 1.31595206,21 2.93482138,21 L21.0651646,21 C22.6840339,21 23.999986,19.7030995 23.999986,18.1076672 L23.999986,5.89722675 C24.0049518,4.30179445 22.6889998,3 21.0701305,3 Z M22.6641705,18.1076672 C22.6641705,18.9738989 21.9490871,19.6786297 21.0701305,19.6786297 L2.93482138,19.6786297 C2.05586472,19.6786297 1.34078134,18.9738989 1.34078134,18.1076672 L1.34078134,5.89722675 C1.34078134,5.03099511 2.05586472,4.32626427 2.93482138,4.32626427 L21.0651646,4.32626427 C21.9441213,4.32626427 22.6592047,5.03099511 22.6592047,5.89722675 L22.6592047,18.1076672 L22.6641705,18.1076672 Z M15.1359316,11.8482871 L21.0055743,6.66068515 C21.2786965,6.41598695 21.3035257,6 21.0552329,5.72593801 C20.8069401,5.45676998 20.3848422,5.43230016 20.1067542,5.67699837 L12.0124076,12.8368679 L10.4332652,11.4469821 C10.4282993,11.4420881 10.4233335,11.4371941 10.4233335,11.4323002 C10.3885725,11.3980424 10.3538115,11.3686786 10.3140846,11.3393148 L3.88826589,5.6721044 C3.61017791,5.4274062 3.18808008,5.45187602 2.93978724,5.72593801 C2.69149439,6 2.71632368,6.41598695 2.99441166,6.66068515 L8.93357641,11.8923328 L3.01924094,17.3491028 C2.75108468,17.5986949 2.73618711,18.0146819 2.9894458,18.2838499 C3.12352394,18.4208809 3.30229478,18.4942904 3.48106563,18.4942904 C3.6449389,18.4942904 3.80881218,18.4355628 3.93792446,18.3181077 L9.94164535,12.7830343 L11.5704464,14.2169657 C11.6995587,14.3295269 11.8584661,14.3833605 12.0173735,14.3833605 C12.1762809,14.3833605 12.3401542,14.324633 12.4643006,14.2120718 L14.1377944,12.7340946 L20.1067542,18.3230016 C20.2358665,18.4453507 20.4047057,18.5040783 20.5685789,18.5040783 C20.7473498,18.5040783 20.9211548,18.4355628 21.0552329,18.2985318 C21.3084916,18.0342577 21.2985599,17.6133768 21.0304036,17.3637847 L15.1359316,11.8482871 Z'></path></g></g></svg>")}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-user-name:before{content:url("data:image/svg+xml; utf8, <svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>iconInputName</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconInputName' fill='currentColor' fill-rule='nonzero'><path d='M11.9147719,12.93187 L11.9926772,12.93187 L12.0218916,12.93187 L12.0705824,12.93187 C13.4972229,12.9070201 14.6511948,12.3951129 15.5032838,11.4160282 C17.3778796,9.25905985 17.0662584,5.56139988 17.0321749,5.20853179 C16.9104479,2.55953614 15.6834397,1.292193 14.6706711,0.700766204 C13.9159637,0.2584386 13.0346603,0.0198798923 12.0511061,0 L12.0170226,0 L11.9975463,0 L11.9683318,0 C11.4278639,0 10.3664045,0.0894595154 9.34876678,0.680886312 C8.32626,1.27231311 7.07977554,2.53965624 6.95804854,5.20853179 C6.92396498,5.56139988 6.61234387,9.25905985 8.48693964,11.4160282 C9.33415954,12.3951129 10.4881315,12.9070201 11.9147719,12.93187 Z M8.25809288,5.33278111 C8.25809288,5.31787119 8.26296196,5.30296128 8.26296196,5.29302133 C8.4236416,1.72955063 10.9020033,1.3468627 11.9634627,1.3468627 L11.982939,1.3468627 L12.0218916,1.3468627 C13.3365432,1.37668254 15.5714509,1.92337958 15.7223924,5.29302133 C15.7223924,5.30793125 15.7223924,5.32284117 15.7272615,5.33278111 C15.7321305,5.36757093 16.0729661,8.74715262 14.5245987,10.526403 C13.9110947,11.2321392 13.0930892,11.5800373 12.0170226,11.5899772 L11.9926772,11.5899772 L11.9683318,11.5899772 C10.8971342,11.5800373 10.0742597,11.2321392 9.4656247,10.526403 C7.92212637,8.75709257 8.2532238,5.36260095 8.25809288,5.33278111 Z M21.9986364,19.0648167 C22.0035055,19.3232553 22.0083745,20.6502381 21.7649205,21.3112446 C21.7162298,21.4404639 21.6237172,21.5498033 21.5117284,21.6243529 C21.365656,21.7187824 17.8647875,24 12.0072844,24 C6.14978128,24 2.64891282,21.7237523 2.50284043,21.6243529 C2.38598251,21.5498033 2.29833907,21.4404639 2.24964827,21.3112446 C1.99158704,20.6452682 1.99645612,19.3182854 2.0013252,19.0598468 L2.0013252,19.0449368 C2.00619428,19.0051771 2.00619428,18.9654173 2.00619428,18.9206875 C2.03540876,17.9416028 2.09870679,15.6405053 4.21188747,14.8999793 C4.22649471,14.8950093 4.24110195,14.8900393 4.26057827,14.8850694 C6.46627147,14.3135225 8.28243828,13.0213295 8.3019146,13.0064195 C8.59892847,12.7927107 9.00793119,12.8672603 9.21730162,13.1704287 C9.42667206,13.473597 9.35363586,13.8910748 9.05662198,14.1047836 C8.97384763,14.1594533 7.03595382,15.5411058 4.61115203,16.1772624 C3.47665641,16.5897701 3.35006033,17.8272934 3.31597677,18.9604473 C3.31597677,19.0051771 3.31110769,19.0449368 3.31110769,19.0846966 C3.30136953,19.5319942 3.33545309,20.2228205 3.41335837,20.6204183 C4.20701839,21.0776558 7.31836046,22.6630772 12.0024153,22.6630772 C16.7059465,22.6630772 19.7978123,21.0826258 20.5866032,20.6253883 C20.6645085,20.2277904 20.693723,19.5369642 20.6888539,19.0896666 C20.6839848,19.0499068 20.6839848,19.010147 20.6839848,18.9654173 C20.6499012,17.8322634 20.5233052,16.5947401 19.3888096,16.1822323 C16.9640078,15.5460758 15.026114,14.1693932 14.9433396,14.1097536 C14.6463257,13.8960447 14.5732895,13.478567 14.78266,13.1753986 C14.9920304,12.8722303 15.4010331,12.7976807 15.698047,13.0113895 C15.7175233,13.0262994 17.5434283,14.3184924 19.7393833,14.8900393 C19.7539905,14.8950093 19.7734669,14.8999793 19.7880741,14.9049493 C21.9012548,15.6405053 21.9645528,17.9416028 21.9937673,18.9256575 C21.9937673,18.9703872 21.9986364,19.010147 21.9986364,19.0499068 L21.9986364,19.0648167 Z'></path></g></g></svg>")}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-input-user-phone:before{content:url("data:image/svg+xml; utf8, <svg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <title>iconInputPhone</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconInputPhone' fill='currentColor' fill-rule='nonzero'><path d='M19.5198919,14.1142473 C19.0397063,13.6164875 18.4605134,13.3503584 17.8466678,13.3503584 C17.2377727,13.3503584 16.6536294,13.6115591 16.1536423,14.109319 L14.5893263,15.6617384 C14.4606167,15.5927419 14.3319072,15.5286738 14.208148,15.4646057 C14.0299348,15.3758961 13.8616223,15.2921147 13.7180617,15.203405 C12.252753,14.2768817 10.9211042,13.0694444 9.64390954,11.5071685 C9.02511365,10.7284946 8.60928281,10.0730287 8.30731042,9.40770609 C8.71324052,9.03808244 9.08946842,8.65367384 9.45579559,8.28405018 C9.59440586,8.14605735 9.73301614,8.0031362 9.87162642,7.86514337 C10.9112035,6.83019713 10.9112035,5.48969534 9.87162642,4.4547491 L8.5201762,3.109319 C8.36671482,2.95654122 8.20830307,2.79883513 8.05979206,2.64112903 C7.76277003,2.33557348 7.45089691,2.02016129 7.12912304,1.72446237 C6.64893743,1.25134409 6.07469485,1 5.47075006,1 C4.86680527,1 4.28266195,1.25134409 3.78762524,1.72446237 C3.78267488,1.72939068 3.78267488,1.72939068 3.77772451,1.734319 L2.09459969,3.42473118 C1.4609527,4.05555556 1.0995759,4.82437276 1.02037003,5.71639785 C0.901561218,7.15546595 1.32729279,8.49596774 1.65401702,9.37320789 C2.45597649,11.5268817 3.65396533,13.5228495 5.44104786,15.6617384 C7.60930865,18.2392473 10.2181521,20.2746416 13.1982731,21.7087814 C14.3368576,22.2459677 15.8566203,22.8817204 17.5545962,22.9901434 C17.6585539,22.9950717 17.767462,23 17.8664693,23 C19.0100041,23 19.9703753,22.5909498 20.7228311,21.7777778 C20.7277815,21.7679211 20.7376822,21.7629928 20.7426326,21.7531362 C21.0000517,21.4426523 21.2970737,21.1617384 21.6089468,20.8611111 C21.8218126,20.6590502 22.0396288,20.4471326 22.2524946,20.2253584 C22.7425809,19.7177419 23,19.1263441 23,18.5201613 C23,17.9090502 22.7376305,17.3225806 22.2376435,16.8297491 L19.5198919,14.1142473 Z M21.2921233,19.3037634 C21.287173,19.3037634 21.287173,19.3086918 21.2921233,19.3037634 C21.099059,19.5107527 20.9010443,19.6980287 20.6881786,19.9050179 C20.3664047,20.2105735 20.0396805,20.530914 19.7327577,20.890681 C19.2327706,21.4229391 18.6436769,21.6742832 17.8714197,21.6742832 C17.7971642,21.6742832 17.7179583,21.6742832 17.6437028,21.6693548 C16.1734438,21.5757168 14.8071424,21.0040323 13.7824164,20.516129 C10.9805087,19.1657706 8.5201762,17.2486559 6.47567458,14.8189964 C4.7875994,12.7934588 3.6589157,10.9206989 2.91141026,8.90994624 C2.45102612,7.6827957 2.28271364,6.72670251 2.35696915,5.82482079 C2.40647282,5.24820789 2.62923934,4.77016129 3.04011981,4.36111111 L4.72819499,2.68055556 C4.97076298,2.45385305 5.22818207,2.33064516 5.4806508,2.33064516 C5.79252392,2.33064516 6.04499265,2.51792115 6.20340439,2.67562724 C6.20835476,2.68055556 6.21330513,2.68548387 6.21825549,2.69041219 C6.52022789,2.97132616 6.80734918,3.26209677 7.10932157,3.57258065 C7.26278296,3.73028674 7.4211947,3.88799283 7.57960645,4.05062724 L8.93105667,5.39605735 C9.45579559,5.91845878 9.45579559,6.40143369 8.93105667,6.92383513 C8.78749603,7.06675627 8.64888575,7.20967742 8.5053251,7.34767025 C8.08949426,7.77150538 7.69346489,8.16577061 7.26278296,8.55017921 C7.25288222,8.56003584 7.24298149,8.56496416 7.23803112,8.57482079 C6.81229955,8.99865591 6.89150542,9.41263441 6.98061203,9.69354839 C6.9855624,9.70833333 6.99051276,9.72311828 6.99546313,9.73790323 C7.3469392,10.5855735 7.84197591,11.3839606 8.59443171,12.3351254 L8.59938207,12.3400538 C9.9656834,14.015681 11.4062402,15.3216846 12.9953081,16.3221326 C13.1982731,16.4502688 13.4061885,16.5537634 13.6042032,16.6523297 C13.7824164,16.7410394 13.9507289,16.8248208 14.0942896,16.9135305 C14.114091,16.9233871 14.1338925,16.938172 14.153694,16.9480287 C14.3220065,17.03181 14.4804182,17.0712366 14.6437803,17.0712366 C15.0546608,17.0712366 15.3120799,16.8149642 15.3962361,16.7311828 L17.0892617,15.0456989 C17.2575742,14.8781362 17.524894,14.6760753 17.8367671,14.6760753 C18.1436899,14.6760753 18.3961586,14.8682796 18.54962,15.0358423 C18.5545703,15.0407706 18.5545703,15.0407706 18.5595207,15.0456989 L21.287173,17.7612007 C21.7970608,18.2638889 21.7970608,18.781362 21.2921233,19.3037634 Z'></path></g></g></svg>")}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement{color:#717383;cursor:pointer;font-size:12px;font-weight:100;margin:20px auto auto;padding-left:34px;position:relative;text-align:left;width:255px}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement a{color:currentColor;text-decoration:none}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement span{cursor:pointer}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement input[type=checkbox]{display:none}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement label:before{border:2px solid #0a1b7e;border-radius:5px;box-sizing:content-box;color:#0a1b7e;content:"\0020";display:inline-block;font-size:15px;font-weight:700;height:16px;left:4px;line-height:15px;position:absolute;top:-2px;width:16px}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement input[type=checkbox]:checked+label:before{content:url("data:image/svg+xml; utf8, <svg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title>iconCheckbox</title><desc>Created with Sketch.</desc><defs></defs><g id='Credit' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='iconCheckbox' fill='currentColor' fill-rule='nonzero'><path d='M3.29289322,9.20710678 L6.29289322,12.2071068 C6.68341751,12.5976311 7.31658249,12.5976311 7.70710678,12.2071068 C8.09763107,11.8165825 8.09763107,11.1834175 7.70710678,10.7928932 L4.70710678,7.79289322 C4.31658249,7.40236893 3.68341751,7.40236893 3.29289322,7.79289322 C2.90236893,8.18341751 2.90236893,8.81658249 3.29289322,9.20710678 Z M12.2651966,4.3217199 L6.26519656,10.8217199 C5.8905928,11.2275406 5.91589916,11.8601997 6.3217199,12.2348034 C6.72754063,12.6094072 7.36019969,12.5841008 7.73480344,12.1782801 L13.7348034,5.6782801 C14.1094072,5.27245937 14.0841008,4.63980031 13.6782801,4.26519656 C13.2724594,3.8905928 12.6398003,3.91589916 12.2651966,4.3217199 Z' id='Combined-Shape'></path></g></g></svg>")}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .personal-agreement .invalid-field+label:before{border-color:red}.ws-loaner-modal-container.ws-loaner-modal-new.ws-loaner-modal-new-settings{max-width:100%}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new a.loaner-close-window{background:none!important;bottom:auto!important;color:#aaa;font-size:14px;left:auto!important;outline:none;padding:10px;position:absolute;right:26px!important;text-decoration:none;top:2px!important;transition:opacity .15s ease-in-out;z-index:2!important}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new a.loaner-close-window:after{content:"×";font-size:18px;line-height:18px;position:absolute;right:-6px;top:9px}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-copyright{-webkit-text-fill-color:transparent!important;animation:white-saas-text-anim 10s infinite;background:-webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));-webkit-background-clip:text!important;bottom:30px;color:#aaa;display:block;font-size:12px;font-weight:100;opacity:.8;position:absolute;text-decoration:none;transition:all .2s cubic-bezier(.19,1,.22,1);width:100%}.ws-loaner .ws-loaner-modal-container.ws-loaner-modal-new .ws-loaner-copyright .service-name{color:#000;font-size:15px;font-weight:700}#buttonup{right:45px!important}.cbk-window .cbk-forms{padding-bottom:25px;padding-top:25px;text-align:center}@media (max-width:800px){.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-forms{margin-top:200px}}@media (min-width:800px){.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit){bottom:0;box-shadow:0 2px 6px 4px rgba(0,0,0,.8);height:auto!important;top:auto;width:100%}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-forms{margin:auto!important;padding-bottom:25px;padding-top:35px;position:static!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form{padding-bottom:30px!important;width:390px!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-callform.cbk-forms-bottom{width:960px!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-shareform{text-align:center}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-departmentform{padding-bottom:30px!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-ratingform{padding-bottom:40px!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form.cbk-geform .cbk-form-action{width:410px!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action{text-align:left;width:390px}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-callform.cbk-forms-bottom .cbk-form-action{width:960px}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action .cbk-input{margin-top:0!important;padding:10px!important}.callbackkiller.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action .ws-dcpi_dropdown .cbk-input.ws-phone-codes-target-input{height:unset!important;padding:10px 5px!important}.callbackkiller.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action .ws-dcpi_dropdown{height:auto!important;padding:unset!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-callform.cbk-forms-bottom .cbk-form-action .cbk-input{margin-bottom:0!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form .cbk-select.cbk-deferred-date{width:123px!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-form-action .cbk-button{font-size:16px!important;margin:0 0 0 10px!important;padding:9px 19px 10px 17px!important;width:auto!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .copyright-content{display:inline-block;font-size:10px;padding-left:110px;width:390px}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-timer:not(.call){display:none!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-callform .cbk-link-btn{margin-top:-30px}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-personal-agreement{margin-bottom:30px}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-personal-agreement span{line-height:.6!important}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) .cbk-window-logo{display:inline-block!important;left:auto;margin-right:-10px;position:static;vertical-align:top}.cbk-window.cbk-window-bottom:not(.cbk-window-modal):not(.cbk-window-onexit) a.cbk-close-window{top:-5px!important}}@media only screen and (max-device-width:414px) and (max-device-height:736px){.multi_button.mb_small_size .multi_button-main-div-text .multi_button-text{font-size:16px;margin:7px 10px}.multi_button.mb_small_size .icon_in_button i{font-size:44px}}@media only screen and (max-device-width:375px) and (max-device-height:667px){.multi_button.mb_small_size .multi_button-main-div-text .multi_button-text{font-size:16px;margin:5px 10px}.multi_button.mb_small_size .icon_in_button i{font-size:44px}}@media only screen and (max-device-width:375px) and (max-device-height:812px){.multi_button.mb_small_size .multi_button-main-div-text .multi_button-text{font-size:16px;margin:5px 10px}.multi_button.mb_small_size .icon_in_button i{font-size:44px}}@media only screen and (max-device-width:414px) and (max-device-height:812px){.multi_button.mb_small_size .icon_in_button i{font-size:44px}.manager-edit-photo-edit{display:block}.manager-edit-photo-edit .manager-edit-photo{display:block;margin:auto;position:relative}.manager-edit-photo-edit .ink-reaction.btn-floating-action{bottom:20px;display:block;margin:auto;top:auto!important}}.ws-quiz-container{word-wrap:normal;display:block;font-family:CBKRobotoLight,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:300!important;line-height:1.22;text-transform:none!important;z-index:9990}.ws-quiz-container *{box-sizing:border-box;font-family:CBKRobotoLight,sans-serif;font-style:normal;max-height:none;pointer-events:none;text-shadow:none;text-transform:none;transform-origin:50% 50%}.ws-quiz-container .ws-quiz-btn-el-container{bottom:20%;position:absolute;right:0;z-index:9999}.ws-quiz-container .ws-quiz-btn-container{background-color:#ff2241;cursor:pointer;height:46px;min-width:230px;overflow:hidden;padding:3px;pointer-events:all;position:relative;z-index:9999}.quiz-animation-iridescent.ws-quiz-btn-container:before{animation-duration:3s;animation-iteration-count:infinite;animation-name:slideme;animation-timing-function:ease-in-out;background:linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0)) no-repeat 1em 0;background-size:5em 100%;content:"";height:100%;left:0;position:absolute;top:0;transform:skewX(-60deg);-khtml-transform:skewX(-60deg);transition:all .1s;-moz-transition:all .1s;-webkit-transition:all .1s;-o-transition:all .1s;-khtml-transition:all .1s;-ms-transition:all .1s;width:130%}@keyframes slideme{0%{left:-120px;margin-left:0}to{left:110%;margin-left:40px}}.ws-quiz-container .ws-quiz-btn-mini-hover{box-shadow:0 1px 7px 0 rgba(0,0,0,.3)}.ws-quiz-container .quiz-corner-smooth{border-radius:9px}.ws-quiz-container .quiz-corner-round{border-radius:22px}.ws-quiz-container .ws-quiz-btn-rotate{transform:rotate(-90deg)}.ws-quiz-container .ws-quiz-btn-attach{border-bottom-left-radius:0;border-bottom-right-radius:0}.ws-quiz-container .ws-quiz-btn-attach-top{border-top-left-radius:0;border-top-right-radius:0}.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico{background-color:#fff;display:inline-block;position:relative;vertical-align:top}.ws-quiz-container .ws-quiz-logo{display:inline-block;height:10px;margin-left:10px;margin-top:12px;position:relative;vertical-align:top;width:10px}.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico .ws-quiz-logo{height:40px;margin:0;width:40px}.ws-quiz-container .ws-quiz-logo .ws-quiz-logo-img{border-radius:5px;display:none;height:40px;max-width:40px;width:40px}.ws-quiz-container .quiz-corner-round .ws-btn-ico,.ws-quiz-container .quiz-corner-round .ws-quiz-logo-img{border-radius:30px!important}.ws-quiz-container .quiz-corner-smooth .ws-btn-ico,.ws-quiz-container .quiz-corner-smooth .ws-quiz-logo-img{border-radius:6px!important}.ws-quiz-container .ws-quiz-logo .ws-icon-quiz{color:#ff2241;font-size:30px;height:100%;left:0;padding:5px;position:absolute;text-align:left;top:0;width:100%}.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico .ws-quiz-logo .ws-icon-quiz{padding:7px 0 0 5px}.ws-quiz-container .ws-quiz-btn-logo-yes .ws-icon-quiz{display:none}.ws-quiz-container .ws-quiz-btn-logo-yes .ws-quiz-logo-img{display:block!important}.ws-quiz-container .ws-quiz-btn-logo-yes .ws-btn-ico{background-color:transparent}.ws-quiz-container .ws-quiz-btn-container .ws-btn-title{color:#fff;display:inline-block;font-size:14px;padding:10px 14px}.ws-icon-quiz:before{content:"t"}.ws-quiz-container .ws-quiz-not-scalling{position:fixed!important}.ws-quiz-container .quiz-icon-in-button{font-size:31px;left:7%;position:absolute;top:5%}.ws-quiz-container .icon{stroke-width:0;stroke:currentColor;fill:currentColor;display:inline-block;height:1.112em;width:1.112em}.ws-quiz-mobile .ws-quiz-logo{-webkit-text-size-adjust:auto!important;bottom:0;height:40px;left:0;margin:auto;position:relative;right:0;top:0;width:40px}.ws-quiz-mobile .ws-quiz-logo-text{position:relative}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg .ws-quiz-logo{height:50px;width:50px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg .ws-icon-quiz{font-size:40px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg .ws-quiz-logo-text{font-size:16px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-icon-with-text .ws-quiz-logo-text{margin-right:10px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-only-icon .ws-quiz-logo-text{margin:0}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-only-text .ws-quiz-logo-text{margin:0 10px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-icon-with-text .ws-quiz-logo{margin:0 10px;padding-left:40px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-only-text .ws-quiz-logo{margin:0 10px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs .ws-quiz-logo{height:35px;width:35px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs .ws-icon-quiz{font-size:25px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs .ws-quiz-logo-text{font-size:15px;position:relative}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm .ws-quiz-logo-text{font-size:20px;position:relative}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg .ws-quiz-logo-text{font-size:24px;position:relative}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-icon-with-text .ws-quiz-logo-text{margin-right:7px;padding-right:7px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-only-icon .ws-quiz-logo-text{margin:0}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-only-text .ws-quiz-logo-text{margin:0 7px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-icon-with-text .ws-quiz-logo{margin:0 3px 0 7px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-only-text .ws-quiz-logo{margin:0 7px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-icon-with-text .ws-quiz-logo-text{margin-right:7px;padding-right:7px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-only-icon .ws-quiz-logo-text{margin:0}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-only-text .ws-quiz-logo-text{margin:0 7px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-icon-with-text .ws-quiz-logo{margin:0 3px 0 5px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-only-text .ws-quiz-logo{margin:0 7px}.ws-quiz-mobile .ws-quiz-btn-container{align-items:center;border-radius:40px!important;display:flex;min-width:0!important;overflow:unset;padding:5px 3px!important;width:auto!important}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs{height:35px}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg,.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm,.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs{height:auto}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-only-icon{height:50px!important;width:50px!important}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-only-icon{height:60px!important;padding:7px!important;width:60px!important}.ws-quiz-mobile .ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-only-icon{height:80px!important;width:80px!important}.ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-icon-with-text,.ws-quiz-btn-container.ws-quiz-btn-container-xs.view-type-only-text{height:50px}.ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-icon-with-text,.ws-quiz-btn-container.ws-quiz-btn-container-sm.view-type-only-text{height:60px}.ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-icon-with-text,.ws-quiz-btn-container.ws-quiz-btn-container-lg.view-type-only-text{height:80px}.ws-quiz-mobile .ws-quiz-logo-text.button-text-with-break-line{white-space:pre-line}.ws-quiz-mobile .ws-quiz-btn-el-container{bottom:auto;position:absolute;right:auto}.ws-quiz .ws-quiz-modal-overflow{background-color:#000;opacity:.7;z-index:9998}.ws-quiz .ws-quiz-modal-overflow,.ws-quiz .ws-quiz-modal-wrap{backface-visibility:hidden;height:100%;left:0;position:fixed;top:0;width:100%}.ws-quiz .ws-quiz-modal-wrap{align-items:center;bottom:0;display:table-cell;display:flex;flex-direction:column;gap:3px;justify-content:center;right:0;text-align:center;transform:translateZ(0);vertical-align:middle;z-index:999999}.ws-quiz .ws-quiz-modal-container,div[id^=integrate-quiz-element] .ws-quiz-modal-wrap{aspect-ratio:900/500!important;border-radius:12px!important;display:block!important;max-height:90%!important;max-width:900px!important;overflow:hidden!important;position:relative!important;width:100%!important}div[id^=integrate-quiz-element] .ws-quiz-modal-wrap{border:1px solid rgba(0,0,0,.1)!important;box-sizing:content-box}.ws-quiz .ws-quiz-modal-container-copyright,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright{align-items:center!important;border-radius:12px!important;display:flex!important;justify-content:flex-end!important;max-width:900px!important;overflow:hidden!important;position:relative!important;width:100%!important}div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright{margin:0 auto!important}.ws-quiz .ws-quiz-modal-container-copyright .copyright-link,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright .copyright-link{align-items:center!important;display:flex!important;gap:5px!important;margin-top:5px!important;opacity:.7!important;padding:0 10px;text-decoration:none!important;transition:.2s!important}div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright .copyright-link{background-color:#999!important;border-radius:12px!important;padding:3px 15px!important}.ws-quiz .ws-quiz-modal-container-copyright .copyright-link:hover,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright .copyright-link:hover{opacity:1!important}.ws-quiz .ws-quiz-modal-container-copyright .copyright-link img,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright .copyright-link img{height:18px!important;width:auto!important}.ws-quiz .ws-quiz-modal-container-copyright .copyright-link span,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright .copyright-link span{color:#fff!important;font-family:Museo,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:12px!important;margin:0!important;padding:0!important;text-transform:none!important;white-space:nowrap!important}@media screen and (max-width:899px){.ws-quiz .ws-quiz-modal-wrap{justify-content:flex-end!important}.ws-quiz .ws-quiz-modal-container:not(.showCopyright){max-height:100%!important}.ws-quiz .ws-quiz-modal-container.showCopyright{max-height:calc(100% - 20px)!important}.ws-quiz .ws-quiz-modal-container-copyright,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright{justify-content:center!important;max-height:100%!important}}.ws-quiz .ws-quiz-modal-container-copyright.small-size,.ws-quiz .ws-quiz-modal-container.small-size,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright.small-size,div[id^=integrate-quiz-element] .ws-quiz-modal-wrap.small-size{max-width:900px!important}.ws-quiz .ws-quiz-modal-container-copyright.medium-size,.ws-quiz .ws-quiz-modal-container.medium-size,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright.medium-size,div[id^=integrate-quiz-element] .ws-quiz-modal-wrap.medium-size{max-width:1200px!important}.ws-quiz .ws-quiz-modal-container-copyright.big-size,.ws-quiz .ws-quiz-modal-container.big-size,div[id^=integrate-quiz-element] .ws-quiz-modal-container-copyright.big-size,div[id^=integrate-quiz-element] .ws-quiz-modal-wrap.big-size{max-width:1400px!important}@media screen and (max-width:899px){.ws-quiz .ws-quiz-modal-container{aspect-ratio:auto!important;border-radius:0!important;bottom:0!important;height:100%!important;left:0!important;position:fixed!important;right:0!important;top:0!important;transform:none!important;width:100%!important}}.ws-quiz .ws-quiz-modal,div[id^=integrate-quiz-element] .ws-quiz-modal-wrap .ws-quiz-modal{border:0!important;box-shadow:0 21px 32px 0 rgba(0,0,0,.25)!important;height:100%!important;width:100%!important}#integrate-quiz-element .ws-quiz-modal-wrap .ws-quiz-modal{border:1px solid #e7e7e7;box-sizing:content-box}.btn-hide{opacity:0;pointer-events:none}.cbk-phone.callbackkiller-mobile{transition:opacity .5s}.cbk-phone.callbackkiller-mobile,.cbk-phone.callbackkiller-mobile>.cbk-phone-content .ws-icon-phone{-webkit-text-size-adjust:auto!important}.ws-quiz-modal-container.quiz-mobile{height:100%;top:0;width:100%}#integrate-quiz-element .ws-quiz-modal-wrap .ws-quiz-modal-container.quiz-mobile{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){.white-saas-mobile-generator-text-general-span{letter-spacing:-.9px}}img.ws-copyright-img{height:23px;vertical-align:bottom;width:84px}img.ws-copyright-img-min{height:20px;vertical-align:text-top;width:72px}.ws-lds-ring{height:64px;margin:auto;position:relative;top:40%;width:64px}.ws-lds-ring div{animation:ws-lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-radius:50%;border-top-color:#4285f4;box-sizing:border-box;display:block;height:51px;margin:6px;position:absolute;width:51px}.ws-lds-ring div:first-child{animation-delay:-.45s}.ws-lds-ring div:nth-child(2){animation-delay:-.3s}.ws-lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes ws-lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ws-sprite-emoji{background-image:url(https://saas-support.com/widget/img/smiles/sprite_smiles.png);background-repeat:no-repeat;display:inline-block;height:20px;width:20px}.ws-sprite-emoji-1f601{background-position:0 0}.ws-sprite-emoji-1f602{background-position:-20px 0}.ws-sprite-emoji-1f603{background-position:-40px 0}.ws-sprite-emoji-1f604{background-position:-60px 0}.ws-sprite-emoji-1f605{background-position:-80px 0}.ws-sprite-emoji-1f606{background-position:-100px 0}.ws-sprite-emoji-1f609{background-position:-120px 0}.ws-sprite-emoji-1f60a{background-position:0 -20px}.ws-sprite-emoji-1f60b{background-position:-20px -20px}.ws-sprite-emoji-1f60c{background-position:-40px -20px}.ws-sprite-emoji-1f60d{background-position:-60px -20px}.ws-sprite-emoji-1f60f{background-position:-80px -20px}.ws-sprite-emoji-1f612{background-position:-100px -20px}.ws-sprite-emoji-1f613{background-position:-120px -20px}.ws-sprite-emoji-1f614{background-position:0 -40px}.ws-sprite-emoji-1f616{background-position:-20px -40px}.ws-sprite-emoji-1f618{background-position:-40px -40px}.ws-sprite-emoji-1f61a{background-position:-60px -40px}.ws-sprite-emoji-1f61c{background-position:-80px -40px}.ws-sprite-emoji-1f61d{background-position:-100px -40px}.ws-sprite-emoji-1f61e{background-position:-120px -40px}.ws-sprite-emoji-1f620{background-position:0 -60px}.ws-sprite-emoji-1f621{background-position:-20px -60px}.ws-sprite-emoji-1f622{background-position:-40px -60px}.ws-sprite-emoji-1f623{background-position:-60px -60px}.ws-sprite-emoji-1f624{background-position:-80px -60px}.ws-sprite-emoji-1f625{background-position:-100px -60px}.ws-sprite-emoji-1f628{background-position:-120px -60px}.ws-sprite-emoji-1f629{background-position:0 -80px}.ws-sprite-emoji-1f62a{background-position:-20px -80px}.ws-sprite-emoji-1f62b{background-position:-40px -80px}.ws-sprite-emoji-1f62d{background-position:-60px -80px}.ws-sprite-emoji-1f630{background-position:-80px -80px}.ws-sprite-emoji-1f631{background-position:-100px -80px}.ws-sprite-emoji-1f632{background-position:-120px -80px}.ws-sprite-emoji-1f633{background-position:0 -100px}.ws-sprite-emoji-1f635{background-position:-20px -100px}.ws-sprite-emoji-1f637{background-position:-40px -100px}.ws-sprite-emoji-1f638{background-position:-60px -100px}.ws-sprite-emoji-1f639{background-position:-80px -100px}.ws-sprite-emoji-1f63a{background-position:-100px -100px}.ws-sprite-emoji-1f63b{background-position:-120px -100px}.ws-sprite-emoji-1f63c{background-position:0 -120px}.ws-sprite-emoji-1f63e{background-position:-20px -120px}.ws-sprite-emoji-1f63f{background-position:-40px -120px}.ws-sprite-emoji-1f640{background-position:-60px -120px}.ws-sprite-emoji-1f645{background-position:-80px -120px}.ws-sprite-emoji-1f647{background-position:-100px -120px}.ws-sprite-emoji-1f648{background-position:-120px -120px}.ws-sprite-emoji-1f649{background-position:-140px 0}.ws-sprite-emoji-1f64a{background-position:-140px -20px}.ws-sprite-emoji-1f64b{background-position:-140px -40px}.ws-sprite-emoji-1f64c{background-position:-140px -60px}.ws-sprite-emoji-1f64d{background-position:-140px -80px}.ws-sprite-emoji-1f91d{background-position:-140px -100px}.ws-sprite-emoji-1f4aa{background-position:-160px -20px}.ws-sprite-emoji-1f44c{background-position:-160px -40px}.ws-sprite-emoji-1f44d{background-position:-160px 0}.ws-sprite-emoji-1f44e{background-position:-180px 0}.ws-sprite-emoji-1f60e{background-position:-180px -40px}.ws-sprite-emoji-1f446{background-position:-180px -20px}.ws-sprite-emoji-1f607{background-position:-160px -60px}.ws-sprite-emoji-2705{background-position:-140px -120px}.ws-sprite-emoji-1f525{background-position:-160px -80px}.white-saas-generator-success-text{height:auto;overflow:hidden;position:relative;width:100%}.white-saas-generator-success-text>.wsg-body-content{bottom:0;left:0;overflow:hidden;position:relative;right:0;top:0}.white-saas-generator-success-text>.wsg-body-content:focus{outline:thin dotted}.white-saas-generator-success-text>.wsg-body-content::-webkit-scrollbar{display:none}.white-saas-generator-success-text>.wsg-body-pane{background:rgba(0,0,0,.25);bottom:0;opacity:.01;position:absolute;right:0;top:0;transition:.2s;visibility:hidden;width:5px}.white-saas-generator-success-text>.wsg-body-pane>.wsg-body-slider{background:rgba(0,0,0,.2);border-radius:3px;position:relative}.white-saas-generator-success-text:hover>.wsg-body-pane,.wsg-body-pane.active{opacity:.99;visibility:visible}.has-scrollbar>.wsg-body-content::-webkit-scrollbar{display:block}.ws-chat-body-content .ws-chat-quick-messages{color:#24273d;margin-bottom:12px;overflow:hidden;position:absolute}.ws-chat-body-content .ws-chat-quick-messages.ws-chat-height-fixed{margin:0 18px 12px 0;max-height:250px!important}.ws-chat-body-content .ws-chat-quick-messages.ws-chat-height-fixed .ws-chat-quick-messages-group{max-height:250px!important}.ws-chat-body-content .ws-chat-quick-message{background-color:#fff;color:#4f8bdf;cursor:pointer;float:left;margin:1px 10px 1px 0;padding:.5em 1.4em}.ws-chat-body-content .ws-chat-quick-message:hover{background-color:#e2e7fa}.ws-chat-body-content .ws-chat-quick-message:active{background-color:#b8d0f2;color:#000}.ws-chat-body-content .ws-chat-quick-messages-label{padding-left:.6em}.ws-chat-body-content .ws-chat-quick-messages-after{margin-top:10px}.ws-chat-body-content .ws-quick-messages-icon-close{color:#bbc0c5}.ws-chat-body-content .ws-chat-quick-messages-group{float:left;margin:0 7px 0 40px;overflow-x:hidden;overflow-y:scroll}.ws-chat-body-content .ws-chat-quick-messages .ws-chat-quick-messages-pane{background:rgba(0,0,0,.1);border-radius:5px;bottom:0;opacity:.01;position:absolute;right:0;top:0;transition:.2s;visibility:hidden\9;width:6px;z-index:20}.ws-chat-body-content .ws-chat-quick-messages .ws-chat-quick-messages-pane .ws-chat-quick-messages-slider{background:#444;background:rgba(0,0,0,.2);border-radius:3px;position:relative}.ws-chat .ws-chat-body-content .ws-chat-quick-messages-pane.active,.ws-chat .ws-chat-body-content .ws-chat-quick-messages-pane.flashed,.ws-chat .ws-chat-body-content .ws-chat-quick-messages:hover>.ws-chat-quick-messages-pane{opacity:.99;visibility:visible\9}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department{background-color:#fff!important;padding:0!important}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-pick-department{border-radius:4px 4px 0 0;padding:7px 10px}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-option-pick-department{cursor:pointer;padding:0}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-option-pick-department>div{margin-left:15px;padding:7px 10px 7px 0}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-option-pick-department:last-child{position:relative}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-option-pick-department:last-child>div{border-bottom:none!important;position:relative}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-option-pick-department:last-child:hover{border-radius:0 0 4px 4px}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-header-pick-department{display:inline-block;font-size:13px;font-weight:700;margin:0 5px 0 0}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-message-text-pick-department{margin:0}.ws-chat .ws-chat-body-content .ws-chat-message-with-pick-department .ws-chat-status-online{background-color:#2fb331;border:1px solid #fff;border-radius:10px;display:inline-block;height:8px;right:0;top:0;width:8px}.ws-video-widget *{box-sizing:border-box}.ws-video-widget{position:fixed!important;transition:width .3s ease,height .3s ease;will-change:transform;z-index:9990}.ws-video-widget.vertical{height:180px;width:130px}.ws-video-widget.horizontal{height:130px;width:180px}.ws-video-widget.video-widget-full{z-index:2147483646}.ws-video-widget.vertical.video-widget-full.small-size{height:450px;width:280px}.ws-video-widget.vertical.video-widget-full.medium-size{height:500px;width:330px}.ws-video-widget.vertical.video-widget-full.large-size{height:548px;width:380px}.ws-video-widget.horizontal.video-widget-full.small-size{height:280px;width:450px}.ws-video-widget.horizontal.video-widget-full.medium-size{height:330px;width:500px}.ws-video-widget.horizontal.video-widget-full.large-size{height:380px;width:548px}.ws-video-widget-frame{background:rgba(0,0,0,.3);border:none;border-radius:18px;display:block;height:100%;width:100%}.ws-video-widget.vertical:not(.video-widget-full):hover{height:190px;width:140px}.ws-video-widget.horizontal:not(.video-widget-full):hover{height:140px;width:190px}.cbk-window .cbk-captcha-container{background:none;bottom:50px!important;left:10px!important;position:absolute;right:10px!important;top:auto!important;z-index:10!important}.SmartCaptcha-Overlay_visible,.callbackkiller.cbk-window .cbk-captcha-container{z-index:999999999999999!important}