@charset "UTF-8";
.overlay{width:100%;height:100%;display:none;justify-content:center;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, 0.5);z-index:5;}
.active{display:flex;}
.download-popup{width:100%;max-width:560px;height:100%;max-height:480px;display:flex;position:absolute;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#fff;border:4px solid #244d6d;border-radius:15px;box-shadow:0 0 0 10px #466d8c;padding-top:10px;}
.download-popup .close{display:block;position:absolute;top:-23px;right:6px;font-weight:600;background-color:#244d6d;color:#fff;text-decoration:none;padding:5px;border-radius:5px;}
.download-popup  p{font-size:1.6em;font-weight:600;margin:0.2em 0;color:#336891;text-align:center;text-shadow:1px 1px 1px rgba(64, 64, 64, 0.3);}
.download-popup .facebook-widget{max-width:500px;width:100%;height:181px;display:block;margin-bottom:30px;}
.download-popup .download-file-countdown .countdown{width:140px;margin:0 auto;}
.flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;}
.flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc;}
.flip-clock-wrapper a:hover{color:#fff;}
.flip-clock-wrapper ul{list-style:none;}
.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after{content:" ";display:table;}
.flip-clock-wrapper.clearfix:after{clear:both;}
.flip-clock-wrapper.clearfix{*zoom:1;}
.flip-clock-wrapper{font:normal 11px "Helvetica Neue", Helvetica, sans-serif;-webkit-user-select:none;}
.flip-clock-meridium{background:none !important;box-shadow:0 0 0 !important;font-size:36px !important;}
.flip-clock-meridium a{color:#313333;}
.flip-clock-wrapper{text-align:center;position:relative;width:100%;margin:1em;}
.flip-clock-wrapper:before, .flip-clock-wrapper:after{content:" ";display:table;}
.flip-clock-wrapper:after{clear:both;}
.flip-clock-wrapper ul{position:relative;float:left;margin:5px;width:60px;height:90px;font-size:80px;font-weight:bold;line-height:87px;border-radius:6px;background:#000;}
.flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;line-height:87px;text-decoration:none !important;}
.flip-clock-wrapper ul li:first-child{z-index:2;}
.flip-clock-wrapper ul li a{display:block;height:100%;-webkit-perspective:200px;-moz-perspective:200px;perspective:200px;margin:0 !important;overflow:visible !important;cursor:default !important;}
.flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:80px;overflow:hidden;outline:1px solid transparent;}
.flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2;}
.flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0;}
.flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:44px;left:0;z-index:5;width:100%;height:3px;background-color:#000;background-color:rgba(0, 0, 0, 0.4);}
.flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}
.flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#ccc;text-shadow:0 1px 2px #000;text-align:center;background-color:#333;border-radius:6px;font-size:70px;}
.flip-clock-wrapper ul li a div.up div.inn{top:0;}
.flip-clock-wrapper ul li a div.down div.inn{bottom:0;}
.flip-clock-wrapper ul.play li.flip-clock-before{z-index:3;}
.flip-clock-wrapper .flip{box-shadow:0 2px 5px rgba(0, 0, 0, 0.7);}
.flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd 0.01s 0.49s linear both;-moz-animation:asd 0.01s 0.49s linear both;animation:asd 0.01s 0.49s linear both;z-index:5;}
.flip-clock-divider{float:left;display:inline-block;position:relative;width:20px;height:100px;}
.flip-clock-divider:first-child{width:0;}
.flip-clock-dot{display:block;background:#323434;width:10px;height:10px;position:absolute;border-radius:50%;box-shadow:0 0 5px rgba(0, 0, 0, 0.5);left:5px;}
.flip-clock-divider .flip-clock-label{position:absolute;top:-1.5em;right:-86px;color:black;text-shadow:none;}
.flip-clock-divider.minutes .flip-clock-label{right:-88px;}
.flip-clock-divider.seconds .flip-clock-label{right:-91px;}
.flip-clock-dot.top{top:30px;}
.flip-clock-dot.bottom{bottom:30px;}
@-webkit-keyframes asd {
0%{z-index:2;}
100%{z-index:4;}
}
@-moz-keyframes asd {
0%{z-index:2;}
100%{z-index:4;}
}
@-o-keyframes asd {
0%{z-index:2;}
100%{z-index:4;}
}
@keyframes asd {
0%{z-index:2;}
100%{z-index:4;}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn 0.5s 0.5s linear both;-moz-animation:turn 0.5s 0.5s linear both;animation:turn 0.5s 0.5s linear both;}
@-webkit-keyframes turn {
0%{-webkit-transform:rotateX(90deg);}
100%{-webkit-transform:rotateX(0deg);}
}
@-moz-keyframes turn {
0%{-moz-transform:rotateX(90deg);}
100%{-moz-transform:rotateX(0deg);}
}
@-o-keyframes turn {
0%{-o-transform:rotateX(90deg);}
100%{-o-transform:rotateX(0deg);}
}
@keyframes turn {
0%{transform:rotateX(90deg);}
100%{transform:rotateX(0deg);}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 0.5s linear both;-moz-animation:turn2 0.5s linear both;animation:turn2 0.5s linear both;}
@-webkit-keyframes turn2 {
0%{-webkit-transform:rotateX(0deg);}
100%{-webkit-transform:rotateX(-90deg);}
}
@-moz-keyframes turn2 {
0%{-moz-transform:rotateX(0deg);}
100%{-moz-transform:rotateX(-90deg);}
}
@-o-keyframes turn2 {
0%{-o-transform:rotateX(0deg);}
100%{-o-transform:rotateX(-90deg);}
}
@keyframes turn2 {
0%{transform:rotateX(0deg);}
100%{transform:rotateX(-90deg);}
}
.flip-clock-wrapper ul li.flip-clock-active{z-index:3;}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));background:linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;background:-o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);background:linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;-webkit-animation:show 0.5s linear both;-moz-animation:show 0.5s linear both;animation:show 0.5s linear both;}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));background:linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;background:-o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);background:linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;-webkit-animation:hide 0.5s 0.3s linear both;-moz-animation:hide 0.5s 0.3s linear both;animation:hide 0.5s 0.3s linear both;}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));background:linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;background:-o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);background:linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;-webkit-animation:show 0.5s linear both;-moz-animation:show 0.5s linear both;animation:show 0.5s linear both;}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));background:linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;background:-o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);background:linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;-webkit-animation:hide 0.5s 0.3s linear both;-moz-animation:hide 0.5s 0.3s linear both;animation:hide 0.5s 0.2s linear both;}
@-webkit-keyframes show {
0%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes show {
0%{opacity:0;}
100%{opacity:1;}
}
@-o-keyframes show {
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes show {
0%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes hide {
0%{opacity:1;}
100%{opacity:0;}
}
@-moz-keyframes hide {
0%{opacity:1;}
100%{opacity:0;}
}
@-o-keyframes hide {
0%{opacity:1;}
100%{opacity:0;}
}
@keyframes hide {
0%{opacity:1;}
100%{opacity:0;}
}
.download-file-button{display:none;padding:0.5em 0.8em;font-weight:bold;font-size:1.2em;color:#fff!important;background:#2580E5;border:none;text-transform:uppercase;text-decoration:none;border-radius:3px;margin-top:60px;}
@media(max-width:414px){
.download-popup {
max-width: 280px;
max-height: 500px;
}
.download-popup .facebook-widget {
max-width: 280px;
}
.download-popup p {
font-size: 1.4em;
}
}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10}.pswp--ui-visible .pswp__hide-on-close{opacity:1}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp--ui-visible .pswp__button:hover,.pswp--ui-visible .pswp__button:active,.pswp--ui-visible .pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity 0.2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin:15px 0 0 20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__dynamic-caption{color:#ccc;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear!important;line-height:1.5em}.pswp__dynamic-caption--aside,.pswp__dynamic-caption--below{opacity:1!important}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#ccc}.pswp__dynamic-caption--faded{opacity:0!important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;top:auto;right:0;bottom:0;background:rgba(0,0,0,.5);padding:10px 15px}.pswp__caption,.pswp__caption__exif{padding-bottom:.5em}.pswp__caption__exif_camera{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0ibTQsNWwzLDBsMiwtMmw2LDBsMiwybDMsMGEyLDIgMCAwIDEgMiwybDAsMTJhMiwyIDAgMCAxIC0yLDJsLTE2LDBhMiwyIDAgMCAxIC0yLC0ybDAsLTEyYTIsMiAwIDAgMSAyLC0ybTgsM2E1LDUgMCAwIDAgLTUsNWE1LDUgMCAwIDAgNSw1YTUsNSAwIDAgMCA1LC01YTUsNSAwIDAgMCAtNSwtNW0wLDJhMywzIDAgMCAxIDMsM2EzLDMgMCAwIDEgLTMsM2EzLDMgMCAwIDEgLTMsLTNhMywzIDAgMCAxIDMsLTN6Ii8+PC9zdmc+)}.pswp__caption__exif_focal{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTIgNi41YzMuNzkgMCA3LjE3IDIuMTMgOC44MiA1LjUtMS42NSAzLjM3LTUuMDIgNS41LTguODIgNS41UzQuODMgMTUuMzcgMy4xOCAxMkM0LjgzIDguNjMgOC4yMSA2LjUgMTIgNi41bTAtMkM3IDQuNSAyLjczIDcuNjEgMSAxMmMxLjczIDQuMzkgNiA3LjUgMTEgNy41czkuMjctMy4xMSAxMS03LjVjLTEuNzMtNC4zOS02LTcuNS0xMS03LjV6bTAgNWMxLjM4IDAgMi41IDEuMTIgMi41IDIuNXMtMS4xMiAyLjUtMi41IDIuNS0yLjUtMS4xMi0yLjUtMi41IDEuMTItMi41IDIuNS0yLjVtMC0yYy0yLjQ4IDAtNC41IDIuMDItNC41IDQuNXMyLjAyIDQuNSA0LjUgNC41IDQuNS0yLjAyIDQuNS00LjUtMi4wMi00LjUtNC41LTQuNXoiPjwvcGF0aD48L3N2Zz4K)}.pswp__caption__exif_shutter{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTUgMUg5djJoNlYxem00LjAzIDYuMzlsMS40Mi0xLjQyYy0uNDMtLjUxLS45LS45OS0xLjQxLTEuNDFsLTEuNDIgMS40MkMxNi4wNyA0Ljc0IDE0LjEyIDQgMTIgNGMtNC45NyAwLTkgNC4wMy05IDlzNC4wMiA5IDkgOSA5LTQuMDMgOS05YzAtMi4xMi0uNzQtNC4wNy0xLjk3LTUuNjF6TTEyIDIwYy0zLjg3IDAtNy0zLjEzLTctN3MzLjEzLTcgNy03IDcgMy4xMyA3IDctMy4xMyA3LTcgN3ptLS4zMi01SDYuMzVjLjU3IDEuNjIgMS44MiAyLjkyIDMuNDEgMy41NmwtLjExLS4wNiAyLjAzLTMuNXptNS45Ny00Yy0uNTctMS42LTEuNzgtMi44OS0zLjM0LTMuNTRMMTIuMjYgMTFoNS4zOXptLTcuMDQgNy44M2MuNDUuMTEuOTEuMTcgMS4zOS4xNyAxLjM0IDAgMi41Ny0uNDUgMy41Ny0xLjE5bC0yLjExLTMuOS0yLjg1IDQuOTJ6TTcuNTUgOC45OUM2LjU5IDEwLjA1IDYgMTEuNDYgNiAxM2MwIC4zNC4wNC42Ny4wOSAxaDQuNzJMNy41NSA4Ljk5em04Ljc5IDguMTRDMTcuMzcgMTYuMDYgMTggMTQuNiAxOCAxM2MwLS4zNC0uMDQtLjY3LS4wOS0xaC00LjM0bDIuNzcgNS4xM3ptLTMuMDEtOS45OEMxMi45IDcuMDYgMTIuNDYgNyAxMiA3Yy0xLjQgMC0yLjY5LjQ5LTMuNzEgMS4yOWwyLjMyIDMuNTYgMi43Mi00Ljd6Ij48L3BhdGg+PC9zdmc+Cg==)}.pswp__caption__exif_fstop{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNOS40IDEwLjVsNC43Ny04LjI2QzEzLjQ3IDIuMDkgMTIuNzUgMiAxMiAyYy0yLjQgMC00LjYuODUtNi4zMiAyLjI1bDMuNjYgNi4zNS4wNi0uMXpNMjEuNTQgOWMtLjkyLTIuOTItMy4xNS01LjI2LTYtNi4zNEwxMS44OCA5aDkuNjZ6bS4yNiAxaC03LjQ5bC4yOS41IDQuNzYgOC4yNUMyMSAxNi45NyAyMiAxNC42MSAyMiAxMmMwLS42OS0uMDctMS4zNS0uMi0yek04LjU0IDEybC0zLjktNi43NUMzLjAxIDcuMDMgMiA5LjM5IDIgMTJjMCAuNjkuMDcgMS4zNS4yIDJoNy40OWwtMS4xNS0yem0tNi4wOCAzYy45MiAyLjkyIDMuMTUgNS4yNiA2IDYuMzRMMTIuMTIgMTVIMi40NnptMTEuMjcgMGwtMy45IDYuNzZjLjcuMTUgMS40Mi4yNCAyLjE3LjI0IDIuNCAwIDQuNi0uODUgNi4zMi0yLjI1bC0zLjY2LTYuMzUtLjkzIDEuNnoiPjwvcGF0aD48L3N2Zz4=)}.pswp__caption__exif_iso{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTkgM0g1Yy0xLjEgMC0yIC45LTIgMnYxNGMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6TTUuNSA3LjVoMnYtMkg5djJoMlY5SDl2Mkg3LjVWOWgtMlY3LjV6TTE5IDE5SDVMMTkgNXYxNHptLTItMnYtMS41aC01VjE3aDV6Ij48L3BhdGg+PC9zdmc+Cg==)}.pswp__caption__exif_datetime{padding-left:1.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2NjY2NjYyIgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzIiIGQ9Im0yMC44NDM4MywzLjM5NjkybC0zLjc2NDI0LDBsMCwtMC41NjY2MmMwLC0wLjMxNzIxIC0wLjI1NzI3LC0wLjU3NDQ3IC0wLjU3NDQ3LC0wLjU3NDQ3cy0wLjU3NDQ3LDAuMjU3MjcgLTAuNTc0NDcsMC41NzQ0N2wwLDAuNTY2NjJsLTMuMzU2MTcsMGwwLC0wLjU2NjYyYzAsLTAuMzE3MjEgLTAuMjU3MjcsLTAuNTc0NDcgLTAuNTc0NDcsLTAuNTc0NDdzLTAuNTc0NDcsMC4yNTcyNyAtMC41NzQ0NywwLjU3NDQ3bDAsMC41NjY2MmwtMy4yMTM1MSwwbDAsLTAuNTY2NjJjMCwtMC4zMTcyMSAtMC4yNTcyNywtMC41NzQ0NyAtMC41NzQ0NywtMC41NzQ0N3MtMC41NzQ0NywwLjI1NzI3IC0wLjU3NDQ3LDAuNTc0NDdsMCwwLjU2NjYybC0zLjkwNjgsMGMtMC4zMTcyMSwwIC0wLjU3NDQ3LDAuMjU3MjcgLTAuNTc0NDcsMC41NzQ0N2wwLDEyLjk4MDQyYzAsMC4zMTcyMSAwLjI1NzI3LDAuNTc0NDcgMC41NzQ0NywwLjU3NDQ3bDMuNTI1OTMsMGMwLjU2NDk5LDIuNDE0MTMgMi43MzQwMiw0LjIxNzg4IDUuMzE3ODEsNC4yMTc4OHM0Ljc1MjgxLC0xLjgwMzg1IDUuMzE3ODEsLTQuMjE3ODhsMy41MjU5MywwYzAuMzE3MjEsMCAwLjU3NDQ3LC0wLjI1NzI3IDAuNTc0NDcsLTAuNTc0NDdsMCwtMTIuOTgwNDJjMC4wMDAxLC0wLjMxNzIxIC0wLjI1NzA4LC0wLjU3NDQ3IC0wLjU3NDM4LC0wLjU3NDQ3em0tMTMuNzgwNzYsMS4xNDg5NWwwLDAuNTE5MTNjMCwwLjMxNzIxIDAuMjU3MjcsMC41NzQ0NyAwLjU3NDQ3LDAuNTc0NDdzMC41NzQ0NywtMC4yNTcyNyAwLjU3NDQ3LC0wLjU3NDQ3bDAsLTAuNTE5MTNsMy4yMTM1MSwwbDAsMC41MTkxM2MwLDAuMzE3MjEgMC4yNTcyNywwLjU3NDQ3IDAuNTc0NDcsMC41NzQ0N3MwLjU3NDQ3LC0wLjI1NzI3IDAuNTc0NDcsLTAuNTc0NDdsMCwtMC41MTkxM2wzLjM1NjE3LDBsMCwwLjUxOTEzYzAsMC4zMTcyMSAwLjI1NzI3LDAuNTc0NDcgMC41NzQ0NywwLjU3NDQ3czAuNTc0NDcsLTAuMjU3MjcgMC41NzQ0NywtMC41NzQ0N2wwLC0wLjUxOTEzbDMuMTg5NzYsMGwwLDIuMzQ5MjFsLTE2LjUzODYyLDBsMCwtMi4zNDkyMWwzLjMzMjMzLDB6bTQuOTM2OTMsMTYuMDQ5MzZjLTIuMzc4NTEsMCAtNC4zMTM2MywtMS45MzUxMSAtNC4zMTM2MywtNC4zMTM2M3MxLjkzNTExLC00LjMxMzYzIDQuMzEzNjMsLTQuMzEzNjNzNC4zMTM2MywxLjkzNTAyIDQuMzEzNjMsNC4zMTM2M3MtMS45MzUwMiw0LjMxMzYzIC00LjMxMzYzLDQuMzEzNjN6bTUuNDYwMTgsLTQuMjE3ODhjMC4wMDA1NywtMC4wMzE5OCAwLjAwMjM5LC0wLjA2MzY3IDAuMDAyMzksLTAuMDk1NzVjMCwtMy4wMTIwNiAtMi40NTA1MSwtNS40NjI1NyAtNS40NjI1NywtNS40NjI1N3MtNS40NjI1NywyLjQ1MDUxIC01LjQ2MjU3LDUuNDYyNTdjMCwwLjAzMjA3IDAuMDAxOTEsMC4wNjM3NyAwLjAwMjM5LDAuMDk1NzVsLTIuODA5MTgsMGwwLC04LjMzMzIybDE2LjUzODYyLDBsMCw4LjMzMzIybC0yLjgwOTA4LDB6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzMiIGQ9Im0xMi41NzQ0NywxNi40MjY1NmwwLC0yLjc3OTExYzAsLTAuMzE3MjEgLTAuMjU3MjcsLTAuNTc0NDcgLTAuNTc0NDcsLTAuNTc0NDdzLTAuNTc0NDcsMC4yNTcyNyAtMC41NzQ0NywwLjU3NDQ3bDAsMy4wMTcxNGMwLDAuMTUyMzMgMC4wNjA1MSwwLjI5ODQ0IDAuMTY4MjMsMC40MDYyNWwxLjMyMDMzLDEuMzIwNDNjMC4xMTIyMSwwLjExMjEyIDAuMjU5MTgsMC4xNjgyMyAwLjQwNjI1LDAuMTY4MjNjMC4xNDY5NywwIDAuMjk0MDMsLTAuMDU2MTEgMC40MDYyNSwtMC4xNjgyM2MwLjIyNDMzLC0wLjIyNDMzIDAuMjI0MzMsLTAuNTg4MDcgMCwtMC44MTI0bC0xLjE1MjExLC0xLjE1MjN6Ii8+PC9zdmc+Cg==)}.pswp__dynamic-caption--overlay{position:absolute!important;bottom:0;top:initial;text-align:center;background:rgba(0,0,0,.7);padding-top:.5em}@font-face{font-family:dashicons;src:url(//super.urok-ua.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//super.urok-ua.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//super.urok-ua.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");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"}.post-views.entry-meta>span{margin-right:0!important;font:16px/1}.post-views.entry-meta>span.post-views-icon.dashicons{display:inline-block;font-size:16px;line-height:1;text-decoration:inherit;vertical-align:middle}.rmp-results-widget p:empty:before,.rmp-widgets-container p:empty:before,.widget_rate-my-post-top-rated-widget p:empty:before{display:none}@font-face{font-family:ratemypost;src:url(//super.urok-ua.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot);src:url(//super.urok-ua.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.eot#iefix) format('embedded-opentype'),url(//super.urok-ua.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.ttf) format('truetype'),url(//super.urok-ua.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.woff) format('woff'),url(//super.urok-ua.com/wp-content/plugins/rate-my-post/public/css/fonts/ratemypost.svg#ratemypost) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" rmp-icon--"],[class^=rmp-icon--]{font-family:ratemypost!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container{text-align:center;margin:1rem 0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container p{margin:0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget--hidden{display:none}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons{margin:0;float:left;}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list{list-style-type:none;padding:0;margin:0}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list::before{content:""}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon{display:inline-block;margin:0}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text{margin:0 0 0 0.8rem;float:left;}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__submit-btn{display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__submit-btn--visible{display:inline-block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results{margin:0 0 .4rem 0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results--hidden{display:none;margin:0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated{margin:0 0 .4rem 0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__not-rated--hidden{display:none;margin:0}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg{margin:-5px 10px 0 10px;display:block;float:left;color:#E14D52;}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg--alert{color:#dc3545}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget{display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget--visible{display:block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__text{margin:0 0 .4rem 0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__input{display:block;margin-left:auto;margin-right:auto;min-width:250px;max-width:630px;margin-bottom:.4rem}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__msg--alert{color:#dc3545}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader{display:none;position:relative;width:80px;height:40px;left:50%;transform:translateX(-50%)}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader--visible{display:block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div{display:inline-block;position:absolute;left:8px;width:16px;background:#ffcc36;-webkit-animation:rmp-feedback-widget__loader 1.2s cubic-bezier(0,.5,.5,1) infinite;animation:rmp-feedback-widget__loader 1.2s cubic-bezier(0,.5,.5,1) infinite}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(1){left:8px;-webkit-animation-delay:-.24s;animation-delay:-.24s}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(2){left:32px;-webkit-animation-delay:-.12s;animation-delay:-.12s}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-feedback-widget__loader div:nth-child(3){left:56px;-webkit-animation-delay:0;animation-delay:0}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget{display:none}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget--visible{display:block}.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-social-widget a{color:#fff}.rmp-tr-posts-widget__star-rating{text-align:center;margin-top:5px;font-size:14px}.rmp-tr-posts-widget__img{width:150px;height:150px;-o-object-fit:cover;object-fit:cover;margin-left:auto;margin-right:auto;display:block}.rmp-tr-posts-widget__link{display:block;text-align:center;max-width:200px;margin-left:auto;margin-right:auto;text-decoration:none;box-shadow:none;text-decoration:none}.rmp-icon--star:before{content:"\f005"}.rmp-icon--heart:before{content:"\f004"}.rmp-icon--trophy:before{content:"\f091"}.rmp-icon--smile-o:before{content:"\f118"}.rmp-icon--thumbs-up:before{content:"\f164"}.rmp-icon--twitter{background:#55acee;color:#fff}.rmp-icon--twitter:before{content:"\f099"}.rmp-icon--facebook{background:#3b5998;color:#fff}.rmp-icon--facebook:before{content:"\f09a"}.rmp-icon--facebook-f:before{content:"\f09a"}.rmp-icon--pinterest{background:#cb2027;color:#fff}.rmp-icon--pinterest:before{content:"\f0d2"}.rmp-icon--linkedin{background:#007bb5;color:#fff}.rmp-icon--linkedin:before{content:"\f0e1"}.rmp-icon--youtube-square{background:#b00;color:#fff}.rmp-icon--youtube-square:before{content:"\f166"}.rmp-icon--instagram{background:#125688;color:#fff}.rmp-icon--instagram:before{content:"\f16d"}.rmp-icon--flickr{background:#f40083;color:#fff}.rmp-icon--flickr:before{content:"\f16e"}.rmp-icon--reddit{background:#ff5700;color:#fff}.rmp-icon--reddit:before{content:"\f1a1"}.rmp-icon--ratings{color:#ccc;font-size:1rem}
.rmp-rating-widget .rmp-icon--ratings{font-size:1.5rem}.rmp-icon--full-highlight{color:#ff912c}.rmp-rating-widget .rmp-icon--full-highlight{color:#ffe699}.rmp-icon--half-highlight{background:linear-gradient(to right,#ff912c 50%,#ccc 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rmp-rating-widget .rmp-icon--half-highlight{background:linear-gradient(to right,#ffe699 50%,#ccc 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (hover:hover){.rmp-rating-widget .rmp-icon--hovered{color:#ffcc36;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background:0 0;transition:.1s color ease-in}}.rmp-rating-widget .rmp-icon--processing-rating{color:#ff912c;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background:0 0}.rmp-social-widget .rmp-icon--social{padding:20px;font-size:30px;width:70px;text-align:center;text-decoration:none;margin:5px 2px;border-radius:50%;transition-property:none;box-shadow:none;font-family:ratemypost;display:inline-block}.rmp-social-widget .rmp-icon--social:hover{-webkit-filter:contrast(140%);filter:contrast(140%);color:#fff;transition-property:none;box-shadow:none;color:#fff;text-decoration:none}.rmp-heading{margin:0 0 .4rem 0}
.rmp-heading--title{font-weight:bold;}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading{margin:0}
.rmp-btn{background-color:#4c8cbd;border:none;color:#fff;padding:0.3rem 0.5rem;text-decoration:none;font-size:1rem;margin:0 0.5rem;float:right;}
.rmp-btn:focus, .rmp-btn:hover{background:initial;background-color:#3D7097;border:none;color:#fff;text-decoration:none;font-size:1rem;cursor:pointer}
.rmp-btn--large{padding:.8rem}.rmp-btn--large:focus,.rmp-btn--large:hover{padding:.8rem}.rmp-results-widget__visual-rating{display:inline-block;position:relative;margin-right:.3rem}.rmp-results-widget__avg-rating{display:inline-block}.rmp-results-widget__vote-count{display:inline-block}.rmp-archive-results-widget{display:inline-block;position:relative;margin-left:.4rem;vertical-align:top;font-size:.9rem}.rmp-archive-results-widget--excluded-post{display:none}.rmp-archive-results-widget .rmp-icon{font-size:.9rem}@-webkit-keyframes rmp-feedback-widget__loader{0%{top:4px;height:32px}100%,50%{top:12px;height:16px}}@keyframes rmp-feedback-widget__loader{0%{top:4px;height:32px}100%,50%{top:12px;height:16px}}.rmp-amp-results-widget .rmp-amp-results-widget__stars{display:inline}.rmp-amp-results-widget .rmp-amp-results-widget__average-rating,.rmp-amp-results-widget .rmp-amp-results-widget__vote-count{display:inline-block;position:relative;bottom:4px}.rmp-amp-results-widget .rmp-icon::before{content:"★";font-size:26px;color:#ccc;margin:-2px}.rmp-amp-results-widget .rmp-icon{font-style:normal;font-size:26px;line-height:26px}.rmp-amp-results-widget .rmp-icon--full-highlight::before{color:#ff912c}.rmp-amp-results-widget .rmp-icon--half-highlight::before{background:linear-gradient(to right,#ff912c 50%,#ccc 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rmp-amp-rating-widget{text-align:center}#rmp-amp-rating-widget__title{font-size:1.8rem;margin-bottom:.5rem}.rmp-amp-rating-widget .rmp-amp-rating-widget__subtitle{margin-bottom:0}#rmp-amp-action,#rmp-amp-post-id{display:none}.rmp-amp-centered-fieldset{margin-left:auto;margin-right:auto;max-width:100%}.rmp-amp-rating-widget__fieldset{--star-size:3;padding:0;border:none;unicode-bidi:bidi-override;direction:rtl;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:3em;font-size:calc(var(--star-size) * 1em);cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;margin-bottom:16px;line-height:normal}.rmp-amp-rating-widget__fieldset>label{display:inline-block;position:relative;width:1.1em;width:calc(var(--star-size)/ 3 * 1.1em)}.rmp-amp-rating-widget__fieldset:not(:hover)>input:checked~label,.rmp-amp-rating-widget__fieldset>:hover,.rmp-amp-rating-widget__fieldset>:hover~label{color:transparent;cursor:inherit}.rmp-amp-rating-widget__fieldset:not(:hover)>input:checked~label:before,.rmp-amp-rating-widget__fieldset>:hover:before,.rmp-amp-rating-widget__fieldset>:hover~label:before{content:"★";position:absolute;color:gold}.rmp-amp-rating-widget__fieldset>input{position:relative;transform:scale(3);transform:scale(var(--star-size));top:-.5em;top:calc(var(--star-size)/ 6 * -1em);margin-left:-2.5em;margin-left:calc(var(--star-size)/ 6 * -5em);z-index:2;opacity:0;font-size:initial}form.amp-form-submit-error [submit-error]{color:red}.rmp-amp-rating-widget__not-rated--hidden{display:none}.rmp-amp-rating-widget__results--hidden{display:none}label#rmp-amp-post-nonce{display:none}.rcli.fa-pull-left,.rcli.pull-left{margin-right:.3em}.fa-stack,.rcli{display:inline-block}.fa-fw,.fa-li,.rcli{text-align:center}@font-face{font-family:rcl-awesome;src:url(//super.urok-ua.com/wp-content/plugins/wp-recall/assets/rcl-awesome/fonts/rcl-awesome.eot?7jdlrg);src:url(//super.urok-ua.com/wp-content/plugins/wp-recall/assets/rcl-awesome/fonts/rcl-awesome.eot?7jdlrg#iefix) format('embedded-opentype'),url(//super.urok-ua.com/wp-content/plugins/wp-recall/assets/rcl-awesome/fonts/rcl-awesome.woff2?7jdlrg) format('woff2'),url(//super.urok-ua.com/wp-content/plugins/wp-recall/assets/rcl-awesome/fonts/rcl-awesome.woff?7jdlrg) format('woff'),url(//super.urok-ua.com/wp-content/plugins/wp-recall/assets/rcl-awesome/fonts/rcl-awesome.ttf?7jdlrg) format('truetype'),url(//super.urok-ua.com/wp-content/plugins/wp-recall/assets/rcl-awesome/fonts/rcl-awesome.svg?7jdlrg#rcl-awesome) format('svg');font-weight:400;font-style:normal;font-display:swap;}.rcli{width:auto;font-family:rcl-awesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.rcli.fa-pull-right,.rcli.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.rcli.fa-asterisk:before{content:"\f069"}.rcli.fa-plus:before{content:"\f067"}.rcli.fa-question:before{content:"\f128"}.rcli.fa-minus:before{content:"\f068"}.rcli.fa-glass:before{content:"\f000"}.rcli.fa-music:before{content:"\f001"}.rcli.fa-search:before{content:"\f002"}.rcli.fa-envelope-o:before{content:"\f003"}.rcli.fa-heart:before{content:"\f004"}.rcli.fa-star:before{content:"\f005"}.rcli.fa-star-o:before{content:"\f006"}.rcli.fa-user:before{content:"\f007"}.rcli.fa-film:before{content:"\f008"}.rcli.fa-th-large:before{content:"\f009"}.rcli.fa-th:before{content:"\f00a"}.rcli.fa-th-list:before{content:"\f00b"}.rcli.fa-check:before{content:"\f00c"}.rcli.fa-close:before,.rcli.fa-remove:before,.rcli.fa-times:before{content:"\f00d"}.rcli.fa-search-plus:before{content:"\f00e"}.rcli.fa-search-minus:before{content:"\f010"}.rcli.fa-power-off:before{content:"\f011"}.rcli.fa-signal:before{content:"\f012"}.rcli.fa-cog:before,.rcli.fa-gear:before{content:"\f013"}.rcli.fa-trash-o:before{content:"\f014"}.rcli.fa-home:before{content:"\f015"}.rcli.fa-file-o:before{content:"\f016"}.rcli.fa-clock-o:before{content:"\f017"}.rcli.fa-road:before{content:"\f018"}.rcli.fa-download:before{content:"\f019"}.rcli.fa-arrow-circle-o-down:before{content:"\f01a"}.rcli.fa-arrow-circle-o-up:before{content:"\f01b"}.rcli.fa-inbox:before{content:"\f01c"}.rcli.fa-play-circle-o:before{content:"\f01d"}.rcli.fa-repeat:before,.rcli.fa-rotate-right:before{content:"\f01e"}.rcli.fa-refresh:before{content:"\f021"}.rcli.fa-list-alt:before{content:"\f022"}.rcli.fa-lock:before{content:"\f023"}.rcli.fa-flag:before{content:"\f024"}.rcli.fa-headphones:before{content:"\f025"}.rcli.fa-volume-off:before{content:"\f026"}.rcli.fa-volume-down:before{content:"\f027"}.rcli.fa-volume-up:before{content:"\f028"}.rcli.fa-qrcode:before{content:"\f029"}.rcli.fa-barcode:before{content:"\f02a"}.rcli.fa-tag:before{content:"\f02b"}.rcli.fa-tags:before{content:"\f02c"}.rcli.fa-book:before{content:"\f02d"}.rcli.fa-bookmark:before{content:"\f02e"}.rcli.fa-print:before{content:"\f02f"}.rcli.fa-camera:before{content:"\f030"}.rcli.fa-font:before{content:"\f031"}.rcli.fa-bold:before{content:"\f032"}.rcli.fa-italic:before{content:"\f033"}.rcli.fa-text-height:before{content:"\f034"}.rcli.fa-text-width:before{content:"\f035"}.rcli.fa-align-left:before{content:"\f036"}.rcli.fa-align-center:before{content:"\f037"}.rcli.fa-align-right:before{content:"\f038"}.rcli.fa-align-justify:before{content:"\f039"}.rcli.fa-list:before{content:"\f03a"}.rcli.fa-dedent:before,.rcli.fa-outdent:before{content:"\f03b"}.rcli.fa-indent:before{content:"\f03c"}.rcli.fa-video-camera:before{content:"\f03d"}.rcli.fa-image:before,.rcli.fa-photo:before,.rcli.fa-picture-o:before{content:"\f03e"}.rcli.fa-pencil:before{content:"\f040"}.rcli.fa-map-marker:before{content:"\f041"}.rcli.fa-adjust:before{content:"\f042"}.rcli.fa-tint:before{content:"\f043"}.rcli.fa-edit:before,.rcli.fa-pencil-square-o:before{content:"\f044"}.rcli.fa-share-square-o:before{content:"\f045"}.rcli.fa-check-square-o:before{content:"\f046"}.rcli.fa-arrows:before{content:"\f047"}.rcli.fa-step-backward:before{content:"\f048"}.rcli.fa-fast-backward:before{content:"\f049"}.rcli.fa-backward:before{content:"\f04a"}.rcli.fa-play:before{content:"\f04b"}.rcli.fa-pause:before{content:"\f04c"}.rcli.fa-stop:before{content:"\f04d"}.rcli.fa-forward:before{content:"\f04e"}.rcli.fa-fast-forward:before{content:"\f050"}.rcli.fa-step-forward:before{content:"\f051"}.rcli.fa-eject:before{content:"\f052"}.rcli.fa-chevron-left:before{content:"\f053"}.rcli.fa-chevron-right:before{content:"\f054"}.rcli.fa-plus-circle:before{content:"\f055"}.rcli.fa-minus-circle:before{content:"\f056"}.rcli.fa-times-circle:before{content:"\f057"}.rcli.fa-check-circle:before{content:"\f058"}.rcli.fa-question-circle:before{content:"\f059"}.rcli.fa-info-circle:before{content:"\f05a"}.rcli.fa-crosshairs:before{content:"\f05b"}.rcli.fa-times-circle-o:before{content:"\f05c"}.rcli.fa-check-circle-o:before{content:"\f05d"}.rcli.fa-ban:before{content:"\f05e"}.rcli.fa-arrow-left:before{content:"\f060"}.rcli.fa-arrow-right:before{content:"\f061"}.rcli.fa-arrow-up:before{content:"\f062"}.rcli.fa-arrow-down:before{content:"\f063"}.rcli.fa-mail-forward:before,.rcli.fa-share:before{content:"\f064"}.rcli.fa-expand:before{content:"\f065"}.rcli.fa-compress:before{content:"\f066"}.rcli.fa-exclamation-circle:before{content:"\f06a"}.rcli.fa-gift:before{content:"\f06b"}.rcli.fa-leaf:before{content:"\f06c"}.rcli.fa-fire:before{content:"\f06d"}.rcli.fa-eye:before{content:"\f06e"}.rcli.fa-eye-slash:before{content:"\f070"}.rcli.fa-exclamation-triangle:before,.rcli.fa-warning:before{content:"\f071"}.rcli.fa-plane:before{content:"\f072"}.rcli.fa-calendar:before{content:"\f073"}.rcli.fa-random:before{content:"\f074"}.rcli.fa-comment:before{content:"\f075"}.rcli.fa-magnet:before{content:"\f076"}.rcli.fa-chevron-up:before{content:"\f077"}.rcli.fa-chevron-down:before{content:"\f078"}.rcli.fa-retweet:before{content:"\f079"}.rcli.fa-shopping-cart:before{content:"\f07a"}.rcli.fa-folder:before{content:"\f07b"}.rcli.fa-folder-open:before{content:"\f07c"}.rcli.fa-arrows-v:before{content:"\f07d"}.rcli.fa-arrows-h:before{content:"\f07e"}.rcli.fa-bar-chart-o:before,.rcli.fa-bar-chart:before{content:"\f080"}.rcli.fa-twitter-square:before{content:"\f081"}.rcli.fa-facebook-square:before{content:"\f082"}.rcli.fa-camera-retro:before{content:"\f083"}.rcli.fa-key:before{content:"\f084"}.rcli.fa-cogs:before,.rcli.fa-gears:before{content:"\f085"}.rcli.fa-comments:before{content:"\f086"}.rcli.fa-thumbs-o-up:before{content:"\f087"}.rcli.fa-thumbs-o-down:before{content:"\f088"}.rcli.fa-star-half:before{content:"\f089"}.rcli.fa-heart-o:before{content:"\f08a"}.rcli.fa-sign-out:before{content:"\f08b"}.rcli.fa-linkedin-square:before{content:"\f08c"}.rcli.fa-thumb-tack:before{content:"\f08d"}.rcli.fa-external-link:before{content:"\f08e"}.rcli.fa-sign-in:before{content:"\f090"}.rcli.fa-trophy:before{content:"\f091"}.rcli.fa-github-square:before{content:"\f092"}.rcli.fa-upload:before{content:"\f093"}.rcli.fa-lemon-o:before{content:"\f094"}.rcli.fa-phone:before{content:"\f095"}.rcli.fa-square-o:before{content:"\f096"}.rcli.fa-bookmark-o:before{content:"\f097"}.rcli.fa-phone-square:before{content:"\f098"}.rcli.fa-twitter:before{content:"\f099"}.rcli.fa-facebook-f:before,.rcli.fa-facebook:before{content:"\f09a"}.rcli.fa-github:before{content:"\f09b"}.rcli.fa-unlock:before{content:"\f09c"}.rcli.fa-credit-card:before{content:"\f09d"}.rcli.fa-feed:before,.rcli.fa-rss:before{content:"\f09e"}.rcli.fa-hdd-o:before{content:"\f0a0"}.rcli.fa-bullhorn:before{content:"\f0a1"}.rcli.fa-bell-o:before{content:"\f0a2"}.rcli.fa-certificate:before{content:"\f0a3"}.rcli.fa-hand-o-right:before{content:"\f0a4"}.rcli.fa-hand-o-left:before{content:"\f0a5"}.rcli.fa-hand-o-up:before{content:"\f0a6"}.rcli.fa-hand-o-down:before{content:"\f0a7"}.rcli.fa-arrow-circle-left:before{content:"\f0a8"}.rcli.fa-arrow-circle-right:before{content:"\f0a9"}.rcli.fa-arrow-circle-up:before{content:"\f0aa"}.rcli.fa-arrow-circle-down:before{content:"\f0ab"}.rcli.fa-globe:before{content:"\f0ac"}.rcli.fa-wrench:before{content:"\f0ad"}.rcli.fa-tasks:before{content:"\f0ae"}.rcli.fa-filter:before{content:"\f0b0"}.rcli.fa-briefcase:before{content:"\f0b1"}.rcli.fa-arrows-alt:before{content:"\f0b2"}.rcli.fa-group:before,.rcli.fa-users:before{content:"\f0c0"}.rcli.fa-chain:before,.rcli.fa-link:before{content:"\f0c1"}.rcli.fa-cloud:before{content:"\f0c2"}.rcli.fa-flask:before{content:"\f0c3"}.rcli.fa-cut:before,.rcli.fa-scissors:before{content:"\f0c4"}.rcli.fa-copy:before,.rcli.fa-files-o:before{content:"\f0c5"}.rcli.fa-paperclip:before{content:"\f0c6"}.rcli.fa-floppy-o:before,.rcli.fa-save:before{content:"\f0c7"}.rcli.fa-square:before{content:"\f0c8"}.rcli.fa-bars:before,.rcli.fa-navicon:before,.rcli.fa-reorder:before{content:"\f0c9"}.rcli.fa-list-ul:before{content:"\f0ca"}.rcli.fa-list-ol:before{content:"\f0cb"}.rcli.fa-strikethrough:before{content:"\f0cc"}.rcli.fa-underline:before{content:"\f0cd"}.rcli.fa-table:before{content:"\f0ce"}.rcli.fa-magic:before{content:"\f0d0"}.rcli.fa-truck:before{content:"\f0d1"}.rcli.fa-pinterest:before{content:"\f0d2"}.rcli.fa-pinterest-square:before{content:"\f0d3"}.rcli.fa-google-plus-square:before{content:"\f0d4"}.rcli.fa-google-plus:before{content:"\f0d5"}.rcli.fa-money:before{content:"\f0d6"}.rcli.fa-caret-down:before{content:"\f0d7"}.rcli.fa-caret-up:before{content:"\f0d8"}.rcli.fa-caret-left:before{content:"\f0d9"}.rcli.fa-caret-right:before{content:"\f0da"}.rcli.fa-columns:before{content:"\f0db"}.rcli.fa-sort:before,.rcli.fa-unsorted:before{content:"\f0dc"}.rcli.fa-sort-desc:before,.rcli.fa-sort-down:before{content:"\f0dd"}.rcli.fa-sort-asc:before,.rcli.fa-sort-up:before{content:"\f0de"}.rcli.fa-envelope:before{content:"\f0e0"}.rcli.fa-linkedin:before{content:"\f0e1"}.rcli.fa-rotate-left:before,.rcli.fa-undo:before{content:"\f0e2"}.rcli.fa-gavel:before,.rcli.fa-legal:before{content:"\f0e3"}.rcli.fa-dashboard:before,.rcli.fa-tachometer:before{content:"\f0e4"}.rcli.fa-comment-o:before{content:"\f0e5"}.rcli.fa-comments-o:before{content:"\f0e6"}.rcli.fa-bolt:before,.rcli.fa-flash:before{content:"\f0e7"}.rcli.fa-sitemap:before{content:"\f0e8"}.rcli.fa-umbrella:before{content:"\f0e9"}.rcli.fa-clipboard:before,.rcli.fa-paste:before{content:"\f0ea"}.rcli.fa-lightbulb-o:before{content:"\f0eb"}.rcli.fa-exchange:before{content:"\f0ec"}.rcli.fa-cloud-download:before{content:"\f0ed"}.rcli.fa-cloud-upload:before{content:"\f0ee"}.rcli.fa-user-md:before{content:"\f0f0"}.rcli.fa-stethoscope:before{content:"\f0f1"}.rcli.fa-suitcase:before{content:"\f0f2"}.rcli.fa-bell:before{content:"\f0f3"}.rcli.fa-coffee:before{content:"\f0f4"}.rcli.fa-cutlery:before{content:"\f0f5"}.rcli.fa-file-text-o:before{content:"\f0f6"}.rcli.fa-building-o:before{content:"\f0f7"}.rcli.fa-hospital-o:before{content:"\f0f8"}.rcli.fa-ambulance:before{content:"\f0f9"}.rcli.fa-medkit:before{content:"\f0fa"}.rcli.fa-fighter-jet:before{content:"\f0fb"}.rcli.fa-beer:before{content:"\f0fc"}.rcli.fa-h-square:before{content:"\f0fd"}.rcli.fa-plus-square:before{content:"\f0fe"}.rcli.fa-angle-double-left:before{content:"\f100"}.rcli.fa-angle-double-right:before{content:"\f101"}.rcli.fa-angle-double-up:before{content:"\f102"}.rcli.fa-angle-double-down:before{content:"\f103"}.rcli.fa-angle-left:before{content:"\f104"}.rcli.fa-angle-right:before{content:"\f105"}.rcli.fa-angle-up:before{content:"\f106"}.rcli.fa-angle-down:before{content:"\f107"}.rcli.fa-desktop:before{content:"\f108"}.rcli.fa-laptop:before{content:"\f109"}.rcli.fa-tablet:before{content:"\f10a"}.rcli.fa-mobile-phone:before,.rcli.fa-mobile:before{content:"\f10b"}.rcli.fa-circle-o:before{content:"\f10c"}.rcli.fa-quote-left:before{content:"\f10d"}.rcli.fa-quote-right:before{content:"\f10e"}.rcli.fa-spinner:before{content:"\f110"}.rcli.fa-circle:before{content:"\f111"}.rcli.fa-mail-reply:before,.rcli.fa-reply:before{content:"\f112"}.rcli.fa-github-alt:before{content:"\f113"}.rcli.fa-folder-o:before{content:"\f114"}.rcli.fa-folder-open-o:before{content:"\f115"}.rcli.fa-smile-o:before{content:"\f118"}.rcli.fa-frown-o:before{content:"\f119"}.rcli.fa-meh-o:before{content:"\f11a"}.rcli.fa-gamepad:before{content:"\f11b"}.rcli.fa-keyboard-o:before{content:"\f11c"}.rcli.fa-flag-o:before{content:"\f11d"}.rcli.fa-flag-checkered:before{content:"\f11e"}.rcli.fa-terminal:before{content:"\f120"}.rcli.fa-code:before{content:"\f121"}.rcli.fa-mail-reply-all:before,.rcli.fa-reply-all:before{content:"\f122"}.rcli.fa-star-half-empty:before,.rcli.fa-star-half-full:before,.rcli.fa-star-half-o:before{content:"\f123"}.rcli.fa-location-arrow:before{content:"\f124"}.rcli.fa-crop:before{content:"\f125"}.rcli.fa-code-fork:before{content:"\f126"}.rcli.fa-chain-broken:before,.rcli.fa-unlink:before{content:"\f127"}.rcli.fa-info:before{content:"\f129"}.rcli.fa-exclamation:before{content:"\f12a"}.rcli.fa-superscript:before{content:"\f12b"}.rcli.fa-subscript:before{content:"\f12c"}.rcli.fa-eraser:before{content:"\f12d"}.rcli.fa-puzzle-piece:before{content:"\f12e"}.rcli.fa-microphone:before{content:"\f130"}.rcli.fa-microphone-slash:before{content:"\f131"}.rcli.fa-shield:before{content:"\f132"}.rcli.fa-calendar-o:before{content:"\f133"}.rcli.fa-fire-extinguisher:before{content:"\f134"}.rcli.fa-rocket:before{content:"\f135"}.rcli.fa-maxcdn:before{content:"\f136"}.rcli.fa-chevron-circle-left:before{content:"\f137"}.rcli.fa-chevron-circle-right:before{content:"\f138"}.rcli.fa-chevron-circle-up:before{content:"\f139"}.rcli.fa-chevron-circle-down:before{content:"\f13a"}.rcli.fa-html5:before{content:"\f13b"}.rcli.fa-css3:before{content:"\f13c"}.rcli.fa-anchor:before{content:"\f13d"}.rcli.fa-unlock-alt:before{content:"\f13e"}.rcli.fa-bullseye:before{content:"\f140"}.rcli.fa-ellipsis-h:before{content:"\f141"}.rcli.fa-ellipsis-v:before{content:"\f142"}.rcli.fa-rss-square:before{content:"\f143"}.rcli.fa-play-circle:before{content:"\f144"}.rcli.fa-ticket:before{content:"\f145"}.rcli.fa-minus-square:before{content:"\f146"}.rcli.fa-minus-square-o:before{content:"\f147"}.rcli.fa-level-up:before{content:"\f148"}.rcli.fa-level-down:before{content:"\f149"}.rcli.fa-check-square:before{content:"\f14a"}.rcli.fa-pencil-square:before{content:"\f14b"}.rcli.fa-external-link-square:before{content:"\f14c"}.rcli.fa-share-square:before{content:"\f14d"}.rcli.fa-compass:before{content:"\f14e"}.rcli.fa-caret-square-o-down:before{content:"\f150"}.rcli.fa-toggle-down:before{content:"\f150"}.rcli.fa-caret-square-o-up:before{content:"\f151"}.rcli.fa-toggle-up:before{content:"\f151"}.rcli.fa-caret-square-o-right:before{content:"\f152"}.rcli.fa-toggle-right:before{content:"\f152"}.rcli.fa-eur:before,.rcli.fa-euro:before{content:"\f153"}.rcli.fa-gbp:before{content:"\f154"}.rcli.fa-dollar:before,.rcli.fa-usd:before{content:"\f155"}.rcli.fa-inr:before,.rcli.fa-rupee:before{content:"\f156"}.rcli.fa-cny:before,.rcli.fa-jpy:before,.rcli.fa-rmb:before,.rcli.fa-yen:before{content:"\f157"}.rcli.fa-rouble:before,.rcli.fa-rub:before,.rcli.fa-ruble:before{content:"\f158"}.rcli.fa-krw:before,.rcli.fa-won:before{content:"\f159"}.rcli.fa-bitcoin:before,.rcli.fa-btc:before{content:"\f15a"}.rcli.fa-file:before{content:"\f15b"}.rcli.fa-file-text:before{content:"\f15c"}.rcli.fa-sort-alpha-asc:before{content:"\f15d"}.rcli.fa-sort-alpha-desc:before{content:"\f15e"}.rcli.fa-sort-amount-asc:before{content:"\f160"}.rcli.fa-sort-amount-desc:before{content:"\f161"}.rcli.fa-sort-numeric-asc:before{content:"\f162"}.rcli.fa-sort-numeric-desc:before{content:"\f163"}.rcli.fa-thumbs-up:before{content:"\f164"}.rcli.fa-thumbs-down:before{content:"\f165"}.rcli.fa-youtube-square:before{content:"\f166"}.rcli.fa-youtube:before{content:"\f167"}.rcli.fa-xing:before{content:"\f168"}.rcli.fa-xing-square:before{content:"\f169"}.rcli.fa-youtube-play:before{content:"\f16a"}.rcli.fa-dropbox:before{content:"\f16b"}.rcli.fa-stack-overflow:before{content:"\f16c"}.rcli.fa-instagram:before{content:"\f16d"}.rcli.fa-flickr:before{content:"\f16e"}.rcli.fa-adn:before{content:"\f170"}.rcli.fa-bitbucket:before{content:"\f171"}.rcli.fa-bitbucket-square:before{content:"\f172"}.rcli.fa-tumblr:before{content:"\f173"}.rcli.fa-tumblr-square:before{content:"\f174"}.rcli.fa-long-arrow-down:before{content:"\f175"}.rcli.fa-long-arrow-up:before{content:"\f176"}.rcli.fa-long-arrow-left:before{content:"\f177"}.rcli.fa-long-arrow-right:before{content:"\f178"}.rcli.fa-apple:before{content:"\f179"}.rcli.fa-windows:before{content:"\f17a"}.rcli.fa-android:before{content:"\f17b"}.rcli.fa-linux:before{content:"\f17c"}.rcli.fa-dribbble:before{content:"\f17d"}.rcli.fa-skype:before{content:"\f17e"}.rcli.fa-foursquare:before{content:"\f180"}.rcli.fa-trello:before{content:"\f181"}.rcli.fa-female:before{content:"\f182"}.rcli.fa-male:before{content:"\f183"}.rcli.fa-gittip:before,.rcli.fa-gratipay:before{content:"\f184"}.rcli.fa-sun-o:before{content:"\f185"}.rcli.fa-moon-o:before{content:"\f186"}.rcli.fa-archive:before{content:"\f187"}.rcli.fa-bug:before{content:"\f188"}.rcli.fa-vk:before{content:"\f189"}.rcli.fa-weibo:before{content:"\f18a"}.rcli.fa-renren:before{content:"\f18b"}.rcli.fa-pagelines:before{content:"\f18c"}.rcli.fa-stack-exchange:before{content:"\f18d"}.rcli.fa-arrow-circle-o-right:before{content:"\f18e"}.rcli.fa-arrow-circle-o-left:before{content:"\f190"}.rcli.fa-caret-square-o-left:before{content:"\f191"}.rcli.fa-toggle-left:before{content:"\f191"}.rcli.fa-dot-circle-o:before{content:"\f192"}.rcli.fa-wheelchair:before{content:"\f193"}.rcli.fa-vimeo-square:before{content:"\f194"}.rcli.fa-try:before,.rcli.fa-turkish-lira:before{content:"\f195"}.rcli.fa-plus-square-o:before{content:"\f196"}.rcli.fa-space-shuttle:before{content:"\f197"}.rcli.fa-slack:before{content:"\f198"}.rcli.fa-envelope-square:before{content:"\f199"}.rcli.fa-wordpress:before{content:"\f19a"}.rcli.fa-openid:before{content:"\f19b"}.rcli.fa-bank:before,.rcli.fa-institution:before,.rcli.fa-university:before{content:"\f19c"}.rcli.fa-graduation-cap:before,.rcli.fa-mortar-board:before{content:"\f19d"}.rcli.fa-yahoo:before{content:"\f19e"}.rcli.fa-google:before{content:"\f1a0"}.rcli.fa-reddit:before{content:"\f1a1"}.rcli.fa-reddit-square:before{content:"\f1a2"}.rcli.fa-stumbleupon-circle:before{content:"\f1a3"}.rcli.fa-stumbleupon:before{content:"\f1a4"}.rcli.fa-delicious:before{content:"\f1a5"}.rcli.fa-digg:before{content:"\f1a6"}.rcli.fa-pied-piper-pp:before{content:"\f1a7"}.rcli.fa-pied-piper-alt:before{content:"\f1a8"}.rcli.fa-drupal:before{content:"\f1a9"}.rcli.fa-joomla:before{content:"\f1aa"}.rcli.fa-language:before{content:"\f1ab"}.rcli.fa-fax:before{content:"\f1ac"}.rcli.fa-building:before{content:"\f1ad"}.rcli.fa-child:before{content:"\f1ae"}.rcli.fa-paw:before{content:"\f1b0"}.rcli.fa-spoon:before{content:"\f1b1"}.rcli.fa-cube:before{content:"\f1b2"}.rcli.fa-cubes:before{content:"\f1b3"}.rcli.fa-behance:before{content:"\f1b4"}.rcli.fa-behance-square:before{content:"\f1b5"}.rcli.fa-steam:before{content:"\f1b6"}.rcli.fa-steam-square:before{content:"\f1b7"}.rcli.fa-recycle:before{content:"\f1b8"}.rcli.fa-automobile:before,.rcli.fa-car:before{content:"\f1b9"}.rcli.fa-cab:before,.rcli.fa-taxi:before{content:"\f1ba"}.rcli.fa-tree:before{content:"\f1bb"}.rcli.fa-spotify:before{content:"\f1bc"}.rcli.fa-deviantart:before{content:"\f1bd"}.rcli.fa-soundcloud:before{content:"\f1be"}.rcli.fa-database:before{content:"\f1c0"}.rcli.fa-file-pdf-o:before{content:"\f1c1"}.rcli.fa-file-word-o:before{content:"\f1c2"}.rcli.fa-file-excel-o:before{content:"\f1c3"}.rcli.fa-file-powerpoint-o:before{content:"\f1c4"}.rcli.fa-file-image-o:before,.rcli.fa-file-photo-o:before,.rcli.fa-file-picture-o:before{content:"\f1c5"}.rcli.fa-file-archive-o:before,.rcli.fa-file-zip-o:before{content:"\f1c6"}.rcli.fa-file-audio-o:before,.rcli.fa-file-sound-o:before{content:"\f1c7"}.rcli.fa-file-movie-o:before,.rcli.fa-file-video-o:before{content:"\f1c8"}.rcli.fa-file-code-o:before{content:"\f1c9"}.rcli.fa-vine:before{content:"\f1ca"}.rcli.fa-codepen:before{content:"\f1cb"}.rcli.fa-jsfiddle:before{content:"\f1cc"}.rcli.fa-life-bouy:before,.rcli.fa-life-buoy:before,.rcli.fa-life-ring:before,.rcli.fa-life-saver:before,.rcli.fa-support:before{content:"\f1cd"}.rcli.fa-circle-o-notch:before{content:"\f1ce"}.rcli.fa-ra:before,.rcli.fa-rebel:before,.rcli.fa-resistance:before{content:"\f1d0"}.rcli.fa-empire:before,.rcli.fa-ge:before{content:"\f1d1"}.rcli.fa-git-square:before{content:"\f1d2"}.rcli.fa-git:before{content:"\f1d3"}.rcli.fa-hacker-news:before,.rcli.fa-y-combinator-square:before,.rcli.fa-yc-square:before{content:"\f1d4"}.rcli.fa-tencent-weibo:before{content:"\f1d5"}.rcli.fa-qq:before{content:"\f1d6"}.rcli.fa-wechat:before,.rcli.fa-weixin:before{content:"\f1d7"}.rcli.fa-paper-plane:before,.rcli.fa-send:before{content:"\f1d8"}.rcli.fa-paper-plane-o:before,.rcli.fa-send-o:before{content:"\f1d9"}.rcli.fa-history:before{content:"\f1da"}.rcli.fa-circle-thin:before{content:"\f1db"}.rcli.fa-header:before{content:"\f1dc"}.rcli.fa-paragraph:before{content:"\f1dd"}.rcli.fa-sliders:before{content:"\f1de"}.rcli.fa-share-alt:before{content:"\f1e0"}.rcli.fa-share-alt-square:before{content:"\f1e1"}.rcli.fa-bomb:before{content:"\f1e2"}.rcli.fa-futbol-o:before,.rcli.fa-soccer-ball-o:before{content:"\f1e3"}.rcli.fa-tty:before{content:"\f1e4"}.rcli.fa-binoculars:before{content:"\f1e5"}.rcli.fa-plug:before{content:"\f1e6"}.rcli.fa-slideshare:before{content:"\f1e7"}.rcli.fa-twitch:before{content:"\f1e8"}.rcli.fa-yelp:before{content:"\f1e9"}.rcli.fa-newspaper-o:before{content:"\f1ea"}.rcli.fa-wifi:before{content:"\f1eb"}.rcli.fa-calculator:before{content:"\f1ec"}.rcli.fa-paypal:before{content:"\f1ed"}.rcli.fa-google-wallet:before{content:"\f1ee"}.rcli.fa-cc-visa:before{content:"\f1f0"}.rcli.fa-cc-mastercard:before{content:"\f1f1"}.rcli.fa-cc-discover:before{content:"\f1f2"}.rcli.fa-cc-amex:before{content:"\f1f3"}.rcli.fa-cc-paypal:before{content:"\f1f4"}.rcli.fa-cc-stripe:before{content:"\f1f5"}.rcli.fa-bell-slash:before{content:"\f1f6"}.rcli.fa-bell-slash-o:before{content:"\f1f7"}.rcli.fa-trash:before{content:"\f1f8"}.rcli.fa-copyright:before{content:"\f1f9"}.rcli.fa-at:before{content:"\f1fa"}.rcli.fa-eyedropper:before{content:"\f1fb"}.rcli.fa-paint-brush:before{content:"\f1fc"}.rcli.fa-birthday-cake:before{content:"\f1fd"}.rcli.fa-area-chart:before{content:"\f1fe"}.rcli.fa-pie-chart:before{content:"\f200"}.rcli.fa-line-chart:before{content:"\f201"}.rcli.fa-lastfm:before{content:"\f202"}.rcli.fa-lastfm-square:before{content:"\f203"}.rcli.fa-toggle-off:before{content:"\f204"}.rcli.fa-toggle-on:before{content:"\f205"}.rcli.fa-bicycle:before{content:"\f206"}.rcli.fa-bus:before{content:"\f207"}.rcli.fa-ioxhost:before{content:"\f208"}.rcli.fa-angellist:before{content:"\f209"}.rcli.fa-cc:before{content:"\f20a"}.rcli.fa-ils:before,.rcli.fa-shekel:before,.rcli.fa-sheqel:before{content:"\f20b"}.rcli.fa-meanpath:before{content:"\f20c"}.rcli.fa-buysellads:before{content:"\f20d"}.rcli.fa-connectdevelop:before{content:"\f20e"}.rcli.fa-dashcube:before{content:"\f210"}.rcli.fa-forumbee:before{content:"\f211"}.rcli.fa-leanpub:before{content:"\f212"}.rcli.fa-sellsy:before{content:"\f213"}.rcli.fa-shirtsinbulk:before{content:"\f214"}.rcli.fa-simplybuilt:before{content:"\f215"}.rcli.fa-skyatlas:before{content:"\f216"}.rcli.fa-cart-plus:before{content:"\f217"}.rcli.fa-cart-arrow-down:before{content:"\f218"}.rcli.fa-diamond:before{content:"\f219"}.rcli.fa-ship:before{content:"\f21a"}.rcli.fa-user-secret:before{content:"\f21b"}.rcli.fa-motorcycle:before{content:"\f21c"}.rcli.fa-street-view:before{content:"\f21d"}.rcli.fa-heartbeat:before{content:"\f21e"}.rcli.fa-venus:before{content:"\f221"}.rcli.fa-mars:before{content:"\f222"}.rcli.fa-mercury:before{content:"\f223"}.rcli.fa-intersex:before,.rcli.fa-transgender:before{content:"\f224"}.rcli.fa-transgender-alt:before{content:"\f225"}.rcli.fa-venus-double:before{content:"\f226"}.rcli.fa-mars-double:before{content:"\f227"}.rcli.fa-venus-mars:before{content:"\f228"}.rcli.fa-mars-stroke:before{content:"\f229"}.rcli.fa-mars-stroke-v:before{content:"\f22a"}.rcli.fa-mars-stroke-h:before{content:"\f22b"}.rcli.fa-neuter:before{content:"\f22c"}.rcli.fa-genderless:before{content:"\f22d"}.rcli.fa-facebook-official:before{content:"\f230"}.rcli.fa-pinterest-p:before{content:"\f231"}.rcli.fa-whatsapp:before{content:"\f232"}.rcli.fa-server:before{content:"\f233"}.rcli.fa-user-plus:before{content:"\f234"}.rcli.fa-user-times:before{content:"\f235"}.rcli.fa-bed:before,.rcli.fa-hotel:before{content:"\f236"}.rcli.fa-viacoin:before{content:"\f237"}.rcli.fa-train:before{content:"\f238"}.rcli.fa-subway:before{content:"\f239"}.rcli.fa-medium:before{content:"\f23a"}.rcli.fa-y-combinator:before,.rcli.fa-yc:before{content:"\f23b"}.rcli.fa-optin-monster:before{content:"\f23c"}.rcli.fa-opencart:before{content:"\f23d"}.rcli.fa-expeditedssl:before{content:"\f23e"}.rcli.fa-battery-4:before,.rcli.fa-battery-full:before,.rcli.fa-battery:before{content:"\f240"}.rcli.fa-battery-3:before,.rcli.fa-battery-three-quarters:before{content:"\f241"}.rcli.fa-battery-2:before,.rcli.fa-battery-half:before{content:"\f242"}.rcli.fa-battery-1:before,.rcli.fa-battery-quarter:before{content:"\f243"}.rcli.fa-battery-0:before,.rcli.fa-battery-empty:before{content:"\f244"}.rcli.fa-mouse-pointer:before{content:"\f245"}.rcli.fa-i-cursor:before{content:"\f246"}.rcli.fa-object-group:before{content:"\f247"}.rcli.fa-object-ungroup:before{content:"\f248"}.rcli.fa-sticky-note:before{content:"\f249"}.rcli.fa-sticky-note-o:before{content:"\f24a"}.rcli.fa-cc-jcb:before{content:"\f24b"}.rcli.fa-cc-diners-club:before{content:"\f24c"}.rcli.fa-clone:before{content:"\f24d"}.rcli.fa-balance-scale:before{content:"\f24e"}.rcli.fa-hourglass-o:before{content:"\f250"}.rcli.fa-hourglass-1:before,.rcli.fa-hourglass-start:before{content:"\f251"}.rcli.fa-hourglass-2:before,.rcli.fa-hourglass-half:before{content:"\f252"}.rcli.fa-hourglass-3:before,.rcli.fa-hourglass-end:before{content:"\f253"}.rcli.fa-hourglass:before{content:"\f254"}.rcli.fa-hand-grab-o:before,.rcli.fa-hand-rock-o:before{content:"\f255"}.rcli.fa-hand-paper-o:before,.rcli.fa-hand-stop-o:before{content:"\f256"}.rcli.fa-hand-scissors-o:before{content:"\f257"}.rcli.fa-hand-lizard-o:before{content:"\f258"}.rcli.fa-hand-spock-o:before{content:"\f259"}.rcli.fa-hand-pointer-o:before{content:"\f25a"}.rcli.fa-hand-peace-o:before{content:"\f25b"}.rcli.fa-trademark:before{content:"\f25c"}.rcli.fa-registered:before{content:"\f25d"}.rcli.fa-creative-commons:before{content:"\f25e"}.rcli.fa-gg:before{content:"\f260"}.rcli.fa-gg-circle:before{content:"\f261"}.rcli.fa-tripadvisor:before{content:"\f262"}.rcli.fa-odnoklassniki:before{content:"\f263"}.rcli.fa-odnoklassniki-square:before{content:"\f264"}.rcli.fa-get-pocket:before{content:"\f265"}.rcli.fa-wikipedia-w:before{content:"\f266"}.rcli.fa-safari:before{content:"\f267"}.rcli.fa-chrome:before{content:"\f268"}.rcli.fa-firefox:before{content:"\f269"}.rcli.fa-opera:before{content:"\f26a"}.rcli.fa-internet-explorer:before{content:"\f26b"}.rcli.fa-television:before,.rcli.fa-tv:before{content:"\f26c"}.rcli.fa-contao:before{content:"\f26d"}.rcli.fa-500px:before{content:"\f26e"}.rcli.fa-amazon:before{content:"\f270"}.rcli.fa-calendar-plus-o:before{content:"\f271"}.rcli.fa-calendar-minus-o:before{content:"\f272"}.rcli.fa-calendar-times-o:before{content:"\f273"}.rcli.fa-calendar-check-o:before{content:"\f274"}.rcli.fa-industry:before{content:"\f275"}.rcli.fa-map-pin:before{content:"\f276"}.rcli.fa-map-signs:before{content:"\f277"}.rcli.fa-map-o:before{content:"\f278"}.rcli.fa-map:before{content:"\f279"}.rcli.fa-commenting:before{content:"\f27a"}.rcli.fa-commenting-o:before{content:"\f27b"}.rcli.fa-houzz:before{content:"\f27c"}.rcli.fa-vimeo:before{content:"\f27d"}.rcli.fa-black-tie:before{content:"\f27e"}.rcli.fa-fonticons:before{content:"\f280"}.rcli.fa-reddit-alien:before{content:"\f281"}.rcli.fa-edge:before{content:"\f282"}.rcli.fa-credit-card-alt:before{content:"\f283"}.rcli.fa-codiepie:before{content:"\f284"}.rcli.fa-modx:before{content:"\f285"}.rcli.fa-fort-awesome:before{content:"\f286"}.rcli.fa-usb:before{content:"\f287"}.rcli.fa-product-hunt:before{content:"\f288"}.rcli.fa-mixcloud:before{content:"\f289"}.rcli.fa-scribd:before{content:"\f28a"}.rcli.fa-pause-circle:before{content:"\f28b"}.rcli.fa-pause-circle-o:before{content:"\f28c"}.rcli.fa-stop-circle:before{content:"\f28d"}.rcli.fa-stop-circle-o:before{content:"\f28e"}.rcli.fa-shopping-bag:before{content:"\f290"}.rcli.fa-shopping-basket:before{content:"\f291"}.rcli.fa-hashtag:before{content:"\f292"}.rcli.fa-bluetooth:before{content:"\f293"}.rcli.fa-bluetooth-b:before{content:"\f294"}.rcli.fa-percent:before{content:"\f295"}.rcli.fa-gitlab:before{content:"\f296"}.rcli.fa-wpbeginner:before{content:"\f297"}.rcli.fa-wpforms:before{content:"\f298"}.rcli.fa-envira:before{content:"\f299"}.rcli.fa-universal-access:before{content:"\f29a"}.rcli.fa-wheelchair-alt:before{content:"\f29b"}.rcli.fa-question-circle-o:before{content:"\f29c"}.rcli.fa-blind:before{content:"\f29d"}.rcli.fa-audio-description:before{content:"\f29e"}.rcli.fa-volume-control-phone:before{content:"\f2a0"}.rcli.fa-braille:before{content:"\f2a1"}.rcli.fa-assistive-listening-systems:before{content:"\f2a2"}.rcli.fa-american-sign-language-interpreting:before,.rcli.fa-asl-interpreting:before{content:"\f2a3"}.rcli.fa-deaf:before,.rcli.fa-deafness:before,.rcli.fa-hard-of-hearing:before{content:"\f2a4"}.rcli.fa-glide:before{content:"\f2a5"}.rcli.fa-glide-g:before{content:"\f2a6"}.rcli.fa-sign-language:before,.rcli.fa-signing:before{content:"\f2a7"}.rcli.fa-low-vision:before{content:"\f2a8"}.rcli.fa-viadeo:before{content:"\f2a9"}.rcli.fa-viadeo-square:before{content:"\f2aa"}.rcli.fa-snapchat:before{content:"\f2ab"}.rcli.fa-snapchat-ghost:before{content:"\f2ac"}.rcli.fa-snapchat-square:before{content:"\f2ad"}.rcli.fa-pied-piper:before{content:"\f2ae"}.rcli.fa-first-order:before{content:"\f2b0"}.rcli.fa-yoast:before{content:"\f2b1"}.rcli.fa-themeisle:before{content:"\f2b2"}.rcli.fa-google-plus-circle:before,.rcli.fa-google-plus-official:before{content:"\f2b3"}.rcli.fa-fa:before,.rcli.fa-font-awesome:before{content:"\f2b4"}.rcli.fa-handshake-o:before{content:"\f2b5"}.rcli.fa-envelope-open:before{content:"\f2b6"}.rcli.fa-envelope-open-o:before{content:"\f2b7"}.rcli.fa-linode:before{content:"\f2b8"}.rcli.fa-address-book:before{content:"\f2b9"}.rcli.fa-address-book-o:before{content:"\f2ba"}.rcli.fa-address-card:before,.rcli.fa-vcard:before{content:"\f2bb"}.rcli.fa-address-card-o:before,.rcli.fa-vcard-o:before{content:"\f2bc"}.rcli.fa-user-circle:before{content:"\f2bd"}.rcli.fa-user-circle-o:before{content:"\f2be"}.rcli.fa-user-o:before{content:"\f2c0"}.rcli.fa-id-badge:before{content:"\f2c1"}.rcli.fa-drivers-license:before,.rcli.fa-id-card:before{content:"\f2c2"}.rcli.fa-drivers-license-o:before,.rcli.fa-id-card-o:before{content:"\f2c3"}.rcli.fa-quora:before{content:"\f2c4"}.rcli.fa-free-code-camp:before{content:"\f2c5"}.rcli.fa-telegram:before{content:"\f2c6"}.rcli.fa-thermometer-4:before,.rcli.fa-thermometer-full:before,.rcli.fa-thermometer:before{content:"\f2c7"}.rcli.fa-thermometer-3:before,.rcli.fa-thermometer-three-quarters:before{content:"\f2c8"}.rcli.fa-thermometer-2:before,.rcli.fa-thermometer-half:before{content:"\f2c9"}.rcli.fa-thermometer-1:before,.rcli.fa-thermometer-quarter:before{content:"\f2ca"}.rcli.fa-thermometer-0:before,.rcli.fa-thermometer-empty:before{content:"\f2cb"}.rcli.fa-shower:before{content:"\f2cc"}.rcli.fa-bath:before,.rcli.fa-bathtub:before,.rcli.fa-s15:before{content:"\f2cd"}.rcli.fa-podcast:before{content:"\f2ce"}.rcli.fa-window-maximize:before{content:"\f2d0"}.rcli.fa-window-minimize:before{content:"\f2d1"}.rcli.fa-window-restore:before{content:"\f2d2"}.rcli.fa-times-rectangle:before,.rcli.fa-window-close:before{content:"\f2d3"}.rcli.fa-times-rectangle-o:before,.rcli.fa-window-close-o:before{content:"\f2d4"}.rcli.fa-bandcamp:before{content:"\f2d5"}.rcli.fa-grav:before{content:"\f2d6"}.rcli.fa-etsy:before{content:"\f2d7"}.rcli.fa-imdb:before{content:"\f2d8"}.rcli.fa-ravelry:before{content:"\f2d9"}.rcli.fa-eercast:before{content:"\f2da"}.rcli.fa-microchip:before{content:"\f2db"}.rcli.fa-snowflake-o:before{content:"\f2dc"}.rcli.fa-superpowers:before{content:"\f2dd"}.rcli.fa-wpexplorer:before{content:"\f2de"}.rcli.fa-meetup:before{content:"\f2e0"}
 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes 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)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes 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)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes 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)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes 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)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}:root{--rclText:#fff;}
[class^="rcli fa-"]::before,
[class*=" rcli fa-"]::before{padding:0;}
.rcli.rcl-icon{background-color:#b9c9d6;box-sizing:content-box;color:#fff;margin-right:5px;padding:5px;text-align:center;width:15px;}
.floatright{float:right;}
.floatleft{float:left;}
.aligncenter{text-align:center;}
.alignleft{text-align:left;}
.alignright{text-align:right;}
img.aligncenter{display:block;margin:0 auto;}
.plugin-info{clear:both;text-align:center;}:root span.required{color:rgb(229, 57, 53);font:bold 15px/1 Verdana, arial;padding:0;}
#rcl-overlay{background:rgba(0, 0, 0, 0.7);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999;}
body:not(.wp-admin) .rcl-bttn.rcl-bttn__type-primary{color:var(--rclText);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
span.ruble-symbol{font-family:Arial;font-weight:normal;line-height:1;position:relative;}
.ruble-symbol span{left:0;position:absolute;top:55%;}
.wprecallblock .notify-lk{color:#000;font-size:16px;font-weight:bold;line-height:1.4;text-align:center;}
.wprecallblock .notify-lk div{padding:6px 2px 6px 10px;}
#rcl-notice{left:10px;position:fixed;top:70px;width:210px;z-index:1501;}
#rcl-notice .notice-window{animation-duration:0.3s;font-size:14px;line-height:1.2;margin:5px 0;padding:8px 2px 8px 10px;word-wrap:break-word;}
.notify-lk .error, #rcl-notice .type-error{background:rgb(255, 207, 207);border-left:3px solid red;color:red;}
.notify-lk .warning, #rcl-notice .type-warning{background:#fff5ce;border-left:3px solid #333;color:#333;}
.notify-lk .success, #rcl-notice .type-success{background:#bfffbd;border-left:3px solid #008000;color:#008000;}
#rcl-notice .notice-window .close-notice{color:inherit;float:right;padding:0 5px 0 4px;}
body .preloader-parent{position:relative;}
body .rcl_preloader{background:rgba(255, 255, 255, 0.6) !important;display:block !important;height:100% !important;left:0 !important;position:absolute !important;top:0 !important;width:100% !important;z-index:99;}
.rcl_preloader i{left:50%;position:absolute;top:50%;}
.rcl-smiles{clear:both;float:right;position:relative;}
.rcl-smiles > i{color:#4c8cbd;cursor:pointer;font-size:20px;}
.rcl-smiles .smiles{background:#fff;border-radius:5px;box-shadow:0 0 1px 1px #ccc;box-sizing:border-box;padding:3px;text-align:left;width:350px;}
.rcl-smiles .rcl-smiles-list{bottom:0;display:none;padding:0 15px 20px 0;position:absolute;right:0;z-index:9;}
.rcl-smiles > img:hover + .rcl-smiles-list,
.rcl-smiles .rcl-smiles-list:hover{display:block;}
.rcl-smiles .smiles img{cursor:pointer;display:inline-block;height:18px !important;margin:3px !important;width:auto !important;}
.rcl-new-users p, .rcl-online-users p{margin:5px 0;padding:0;}
span i.rcli.fa-circle{font-size:16px;padding:0;vertical-align:inherit;}
.online .rcli.fa-circle{-webkit-animation:pulsate 2s linear infinite;animation:pulsate 2s linear infinite;color:#89e535;}
.offline .rcli.fa-circle{color:rgb(229, 57, 53);text-shadow:0 0 1px #5a0d0c;}
@keyframes pulsate {
25%{transform:scale(1.025);}
50%{color:#A3F558;text-shadow:0 0 3px #35e668;transform:scale(1.05);}
75%{transform:scale(1.025);}
}  .panel_lk_recall .rcl-widget-buttons .rcl-widget-button{margin:0 0 4px;overflow:hidden;padding:0;}
.panel_lk_recall .rcl-widget-buttons .recall-button{color:#fff;display:inline-block;font-size:14px;line-height:1;padding:8px;}
.panel_lk_recall .rcl-widget-buttons a.recall-button:hover{color:#fff;}
.panel_lk_recall .username{margin:0 0 5px;}
.panel_lk_recall .author-avatar{float:left;margin:0 5px 0 0;position:relative;width:67px;}
.panel_lk_recall .author-avatar a{display:inline-block;height:auto;width:100%;}
.panel_lk_recall .author-avatar a img{border-radius:0;float:left;height:auto;margin:0;max-width:100%;width:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
#rcl-office{background:#f4f4f4;color:#333;overflow:visible;position:relative;}
#rcl-office a:link{border:0;box-shadow:none;text-decoration:none;}
#rcl-office h2{font-size:22px;font-weight:bold;line-height:1;margin:0;text-transform:none;color:#2b587a;}
#rcl-office h3{font-size:18px;line-height:1;margin:5px 0;}
#rcl-office p{line-height:1;margin:0;padding:4px 0;}
.rcl-tab-button .rcl-menu-notice{line-height:1;}
#lk-menu,
#rcl-tabs{overflow:hidden;}
#rcl-office.horizontal-tabs #rcl-tabs{animation-delay:1s;animation-duration:1s;animation-fill-mode:both;animation-name:fadeIn;opacity:0;}
#lk-content{margin:3px;overflow:hidden;position:relative;}
#rcl-office .recall_content_block{background:rgba(255, 255, 255, 0.7);display:none;overflow:hidden;padding:4px 5px;position:relative;}
#rcl-office .recall_content_block.active{display:block;}
@media screen and (max-width:360px){
#userpic-upload #webcamupload{float:right;}
#rcl-office .recall_content_block{padding:2px;}
}  .ballun-status{max-width:350px;}
.status-user-rcl{background:#fff;border-radius:3px;border-style:solid;border-width:1px;box-sizing:border-box;color:#333;display:inline-block;font-size:14px;line-height:normal;min-width:50px;padding:6px 8px;position:relative;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;}
.status-user-rcl::before{border-color:transparent;border-style:solid;border-width:11px 0 0 11px;content:"";height:0;left:8px;position:absolute;top:-12px;width:0;}
.rcl-balloon{position:absolute;background:rgb(255, 255, 255);right:0;top:calc(100% + 1.5em);z-index:9;padding:3px 10px;border:1px solid rgb(0, 0, 0);display:flex;opacity:0;transform:translate3d(0px, 0px, 0px);transition:all 0.2s ease-in-out 0s;visibility:hidden;border-radius:3px;text-align:left;}
.rcl-balloon::before, .rcl-balloon::after{border-width:0 10px 10px 10px;border-style:solid;content:"";height:0;right:5px;position:absolute;width:0;}
.rcl-balloon::before{border-color:transparent transparent rgb(0, 0, 0) transparent;top:-11px;}
.rcl-balloon::after{border-color:transparent transparent rgb(255, 255, 255) transparent;top:-10px;}
.rcl-balloon-hover{position:relative;}
.rcl-balloon-hover:hover .rcl-balloon{cursor:default;opacity:1;transform:translateY(-18px);visibility:visible;}
.rcl-balloon.position-top{top:auto;bottom:calc(100% - 1em);}
.rcl-balloon.position-top::before, .rcl-balloon.position-top::after{border-width:10px 10px 0 10px;}
.rcl-balloon.position-top::before{border-color:rgb(0, 0, 0) transparent transparent transparent;bottom:-11px;top:auto;}
.rcl-balloon.position-top::after{border-color:rgb(255, 255, 255) transparent transparent transparent;bottom:-10px;top:auto;}
.recall-button i + span{margin:0 0 0 5px;}
body a.recall-button, span.recall-button, .recall-button.rcl-upload-button, input[type="submit"].recall-button,
input[type="submit"] .recall-button,
input[type="button"].recall-button,
input[type="button"] .recall-button{border-radius:0;border:0;box-shadow:none !important;box-sizing:border-box;color:#fff;cursor:pointer;font-size:12px;font-weight:normal;letter-spacing:normal;line-height:1;padding:5px 5px;text-decoration:none;text-transform:none;white-space:nowrap;}
a.recall-button:hover, a.recall-button:visited, span.recall-button:hover, .recall-button.rcl-upload-button:hover, input[type="submit"].recall-button:hover,
input[type="submit"] .recall-button:hover,
input[type="button"].recall-button:hover,
input[type="button"] .recall-button:hover{color:#fff;opacity:0.8;}
.rcl-search-form input[type="submit"]:hover,
.rcl-upload-button input[type="file"]:hover{cursor:pointer;}
a.recall-button.active, a.recall-button.active:hover, a.recall-button.filter-active, a.recall-button.filter-active:hover, a.data-filter.filter-active, a.data-filter.filter-active:hover{box-shadow:none;color:rgb(30, 56, 75);cursor:default;opacity:1;}
#rcl-office #lk-menu a.recall-button.active{pointer-events:none;}
#lk-menu a{display:block;float:left;margin:5px 5px 0 0;padding:7px;}
.rcl-data-filters .recall-button{display:inline-block;float:none;margin:1px 1px 4px 0;padding:7px;}
.vertical-menu #lk-menu{float:left;margin:3px;max-width:160px;min-width:120px;width:auto;}
.vertical-menu #lk-menu a{border-bottom:3px solid #fff;display:table;float:none;margin:0 3px 0 0;white-space:normal;width:100%;}
.rcl-subtab-menu{background:#f7f8f8;margin:5px 0;overflow:hidden;padding:10px 10px 5px;}
.rcl-subtab-menu .rcl-subtab-button{}
#rcl-office .rcl-sub-menu{background:#f7f8f8;margin:5px 0;overflow:hidden;padding:10px;}
#rcl-office .rcl-sub-menu .recall-button{display:inline-block;margin-right:5px;padding:7px;}
#rcl-office a.sec_block_button i.rcli{margin:0 5px 0 0;}
.rcl-data-filters{margin:10px 0;}
.rcl-data-filters a:link{border:0;text-decoration:none;}
.rcl-upload-button{position:relative;}
.rcl-upload-button input[type="file"]{height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;}
.rcl-search-form{clear:both;margin-bottom:10px;text-align:right;}
.rcl-search-form-title{padding:0 0 3px;}
.rcl-search-form form input[type="text"],
.rcl-search-form form select{border-radius:0;border:1px solid #ccc;box-shadow:none;box-sizing:border-box;color:#000;display:inline-block;font-size:14px;height:auto;line-height:normal;margin:2px;outline:none;vertical-align:middle;width:auto;}
.rcl-search-form form input[type="text"]{padding:4px 6px;}
.rcl-search-form form input[type="text"]:focus{background-color:#fff;border-color:#bbb;}
.rcl-search-form form select{padding:3px;}
.rcl-search-form form input[type="submit"]{border-radius:0;font-size:14px;font-weight:normal;line-height:normal;margin:0;padding:5px 14px;vertical-align:middle;}
#rcl-avatar{position:relative;}
#rcl-avatar .avatar-icons{display:block;line-height:1;}
#rcl-avatar .avatar-icons .rcl-avatar-icon{cursor:pointer;}
#rcl-avatar .avatar-icons .rcl-avatar-icon a{box-shadow:none;display:inline-block;position:relative;}
#rcl-avatar .icon-avatar-upload span{display:block;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;}
#rcl-avatar .icon-avatar-upload input[type="file"]{cursor:pointer;display:block;height:100%;opacity:0;position:absolute;right:0;top:0;z-index:9;}
.rcl-field{margin:5px 0;width:100%;}
.rcl-field .rcl-field-title{font-weight:bold;margin-bottom:5px;display:inline-block;}
.rcl-field-notice{align-items:center;clear:both;color:#797979;font-size:.85em;margin:5px 0 0;}
.rcl-field-notice .rcli{margin-right:5px;}
.rcl-cf-title{font-weight:bold;margin:0 3px 0 0;}
.rcl-field-input{width:100%;}
.rcl-field-core{position:relative;}
.rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.rcl-field-input textarea{background-color:#fff;border-radius:0;border:1px solid #ddd;box-shadow:none;box-sizing:border-box;float:none;font-size:100%;height:auto;line-height:1.4;margin:0;max-width:100%;outline:0;padding:5px 10px;width:100%;}
.rcl-field-input input:invalid{border-color:#CCCCCC !important;}
.rcl-field-input input:focus:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.rcl-field-input textarea:focus{background-color:#fff;border-color:#c5c5c5;box-shadow:none;color:#000;outline:none;}
.rcl-field-input select{background-color:#fff;border-radius:0;border:1px solid #ddd;box-shadow:none;box-sizing:border-box;float:none;height:auto;line-height:normal;outline:0;padding:5px 3px;width:100%;}
.rcl-field-input .maxlength{align-items:center;background-color:#eaeaea;border:1px solid #ccc;box-sizing:border-box;cursor:default;display:flex;font-weight:bold;justify-content:center;max-height:100%;min-width:30px;padding:2px 5px;position:absolute;right:0;text-align:center;top:0;z-index:10;}
.rcl-field-input.type-text-input .maxlength{height:100%;}
.rcl-field-input .file-input-recycle{font-size:14px;margin-right:5px;cursor:pointer;color:#4c8cbd;}
.type-multiselect-input .hidden{display:none !important;}
.type-multiselect-input .fs-wrap, .type-multiselect-input .fs-dropdown{max-width:410px;width:100%;}
.type-multiselect-input .fs-dropdown{box-shadow:4px 4px 6px -3px #929292;}
.type-multiselect-input .fs-wrap.multiple .fs-option.selected .fs-checkbox i{background-color:#888;}
.type-dynamic-input .dynamic-values{display:block;}
.type-dynamic-input .dynamic-values.ui-sortable a{height:14px;position:absolute;top:3px;right:33px;}
.type-dynamic-input .dynamic-value{align-items:center;display:flex;}
.type-dynamic-input .dynamic-value:not(:last-child){margin:0 0 5px;}
.type-dynamic-input .dynamic-value a{background-color:#fafafa;border:1px solid #ddd !important;box-shadow:none;color:#797979;display:flex;justify-content:center;height:100%;line-height:1;margin:0 0 0 8px;min-width:initial;padding:6px;text-decoration:none;vertical-align:middle;width:auto;}
.type-dynamic-input .dynamic-value a:hover{background-color:#fff;text-decoration:none !important;}
.type-dynamic-input a .fa-minus{color:rgb(229, 57, 53);}
.type-dynamic-input a .fa-plus{color:#008000;}
div.rcl-custom-fields .rcl-field-value .fa-upload{margin-right:5px;}
.rcl-field-input .file-field-upload{display:block;font-size:11px;padding:5px;}
.rcl-field-input .file-manage-box{display:flex;flex-wrap:wrap;margin:5px;width:100%;}
.rcl-field-input .file-manage-box .rcl-field-value{align-items:center;display:flex;margin:0 15px 5px 0;}
.rcl-field-input .delete-file-url a{align-items:center;display:flex;}
.rcl-field-input .delete-file-url .rcli{color:rgb(229, 57, 53);font-size:16px;margin-right:5px;}
.rcl-field-input .rcl-checkbox-box, .rcl-field-input .rcl-radio-box{display:inline-flex;margin-right:2px;position:relative;}
.rcl-field-input input[type="radio"],
.rcl-field-input input[type="checkbox"]{left:10px;opacity:0;position:absolute;top:10px;z-index:-1;}
.rcl-field-input .block-label{background-color:#f2f2f2;border:1px solid #e2e2e2;cursor:pointer;display:inline-block;font-family:Verdana, Tahoma, sans-serif;font-size:12px;font-weight:normal;line-height:1;margin:4px;padding:5px 8px 4px 6px;position:relative;vertical-align:middle;width:auto;}
.rcl-field-input.type-agree-input .block-label{background-color:transparent;border:0;padding:5px;}
.rcl-field-input label.block-label::before{background-color:#fff;border:1px solid #ccc;box-sizing:content-box;content:"";display:inline-block;height:12px;margin:0 5px 2px 0;padding:0 2px 4px;text-align:center;vertical-align:middle;width:12px;}
.rcl-field-input.type-radio-input label::before{border-radius:50%;}
.rcl-field-input input[type="checkbox"]:checked + label.block-label::before{color:#fff;content:"\f00c";font-family:"rcl-awesome";font-size:12px;line-height:1;padding:2px;}
.rcl-field-input input[type="checkbox"]:checked + label.block-label::before,
.rcl-field-input input[type="radio"]:checked + label.block-label::before{background:#4C8CBD;}
.rcl-field-input .checkbox-display-block{display:block;}
.rcl-field-input .checkbox-display-block .block-label{border:0;display:block;}
.rcl-runner, .rcl-range{padding:10px;}
.rcl-runner .rcl-runner-value, .rcl-range .rcl-range-value{display:inline-block;font-size:18px;font-weight:bold;min-width:115px;padding-left:15px;padding-right:15px;vertical-align:middle;}
.rcl-runner .rcl-runner-box, .rcl-range .rcl-range-box{background:rgba(255, 255, 255, 0.8);border-radius:5px;box-shadow:0 1px 6px rgba(0, 0, 0, 0.2) inset, 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;display:inline-block;height:10px;margin:0;max-width:500px;position:relative;text-align:left;vertical-align:middle;width:100%;}
.rcl-runner .rcl-runner-box .ui-slider-handle, .rcl-range .rcl-range-box .ui-slider-handle{background:-webkit-linear-gradient(top, #fff, #ddd);background:linear-gradient(to bottom, #fff, #ddd);border-radius:50%;box-shadow:0 0 5px rgba(0, 0, 0, 0.4), 0 8px 6px rgba(0, 0, 0, 0.1);cursor:ew-resize;height:18px;margin-left:-.6em;position:absolute;top:-4px;-ms-touch-action:none;touch-action:none;width:18px;z-index:1;}
.rcl-runner .rcl-runner-box .ui-slider-handle:focus, .rcl-range .rcl-range-box .ui-slider-handle:focus{box-shadow:0 0 5px rgba(0, 0, 0, 0.6);outline:none;}
.rcl-pager{box-shadow:0 0 1px 1px rgba(219, 219, 219, 0.8);box-sizing:border-box;clear:both;padding:6px 5px;margin:10px 0;line-height:1;}
.rcl-pager > span{margin:0 2px;}
body .rcl-pager > span a.rcl-bttn{margin:0 !important;}
#ssi-modalWindow{animation-duration:0.5s;animation-name:slideInDown;border:10px solid #e7e7e7;margin:50px 0 0 0;}
div.ssi-backdrop{background:rgba(0, 0, 0, 0.7);}
body .ssi-modalOuter .ssi-modalTitle{font-family:inherit;text-align:center;}
.ssi-modalOuter .ssi-modalWindow{border-radius:0;border:0;margin:0 auto;max-width:99%;min-width:315px;overflow:hidden;padding:0;}
.ssi-modalOuter .ssi-modalTitle{font-size:22px;font-style:normal;font-weight:bold;line-height:1;padding:6px 15px 8px 15px;}
.ssi-modalOuter .ssi-topIcons{top:-5px;right:-5px;z-index:1502;}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon, .ssi-modalOuter .ssi-topIcons .ssi-closeIcon:hover{background:none;height:30px;text-decoration:none;}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon::after{color:rgb(229, 57, 53);content:"\f00d";font:400 30px/30px rcl-awesome;margin:0 7px 0 0;}
.ssi-modalOuter .ssi-topIcons .ssi-closeIcon:hover::after{color:rgb(192, 0, 0);}
.rcl-user-getails .ssi-modalOuter .ssi-modalContent{display:table;margin:0 auto;padding:9px 9px 10px;}
.ssi-modalOuter .ssi-buttons .ssi-modalBtn{margin:3px 3px 7px;padding:5px 7px;}
.ssi-modalOuter .ssi-modalBtn:hover{background:#e9e9e9;color:#E14D52;}
#rcl-popup-content label{font-weight:bold;}
#rcl-popup-content input[type="text"],
#rcl-popup-content textarea{background-color:#f5f5f5;border:1px solid #e5e5e5;box-sizing:border-box;margin:5px 0;padding:5px;width:100%;}
#rcl-popup{background:#f8f8f8;border-radius:3px;box-sizing:border-box;color:#333;display:block;left:50%;line-height:1.4;max-width:80%;position:absolute;top:10%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:999;}
#rcl-popup h2{clear:none;font-size:18px;line-height:1;margin:0;padding:8px 0 0 5px;text-transform:none;width:calc(100% - 40px);}
#rcl-popup h4{clear:both;font-size:16px;line-height:1;margin:8px 0 0;overflow:hidden;padding:0 10px 4px;text-transform:none;}
#rcl-popup p{margin:0 10px 10px;padding:0;}
#rcl-popup textarea{border:1px solid #ccc;box-sizing:border-box;color:#000;display:block;margin:10px auto;min-height:80px;padding:5px;width:98%;}
#rcl-popup #commentlist .comm-attach{background:rgba(237, 237, 237, 0.5);margin:10px 0;padding:10px;}
#rcl-popup #commentlist .comment-author::after,
#rcl-popup #commentlist .comment-author::before{display:none;}
#rcl-popup #commentlist .author-avatar{float:left;margin:0 10px 0 0;}
#rcl-popup .navi-gallery{color:#ccc;cursor:pointer;font-size:50px;height:50px;left:50%;line-height:50px;opacity:0.6;position:absolute;top:200px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto;}
#rcl-popup .navi-gallery:hover{opacity:1;}
#rcl-popup .prev-attach{float:left;margin-left:-54%;}
#rcl-popup .next-attach{float:right;margin-left:54%;}
#rcl-popup .next-attach::after{content:"\f138";font-family:rcl-awesome;}
#rcl-popup .prev-attach::after{content:"\f137";font-family:rcl-awesome;}
@media screen and (max-width:480px){
#rcl-popup{max-width:95%;}
#rcl-popup .navi-gallery{top:25%;}
#rcl-popup .prev-attach{margin-left:-47%;}
#rcl-popup .next-attach{margin-left:47%;}
}  #rcl-office .rcl-cover-icon{line-height:1;overflow:hidden;position:relative;}
#rcl-office .rcl-cover-icon:hover{cursor:pointer;}
#rcl-office .rcl-cover-icon input[type="file"]{cursor:pointer;height:100%;opacity:0;position:absolute;right:0;top:0;z-index:99;}
.rcl-user-getails .rcl-user-avatar{display:inline-block;position:relative;text-align:center;width:100%;}
.rcl-user-getails .rcl-user-avatar img{border-radius:0;border:0;display:block;float:none;height:auto;margin:0 auto;max-width:100%;padding:0;width:100%;}
.rcl-user-getails .rcl-user-avatar .rcl-avatar-zoom{background:rgba(0, 0, 0, 0.5);color:#fff;display:none;font-size:150px;height:100%;opacity:0.7;position:absolute;text-decoration:none;top:0;width:100%;}
.rcl-user-getails .rcl-user-avatar:hover .rcl-avatar-zoom{display:flex;}
.rcl-user-getails .rcl-avatar-zoom i{display:flex;flex-direction:column;justify-content:center;width:100%;}
.rcl-user-getails .ballun-status{margin:5px auto 0;max-width:425px;}
.rcl-user-getails .status-user-rcl::before{margin-left:calc(50% - 8px);}
.rcl-user-getails .block-rcl{padding:5px;}
.rcl-user-getails p{margin:0;padding:0;}
.rcl-user-avatar-zoom .ssi-modalContent{padding:0;}
.rcl-user-avatar-zoom .ssi-topIcons{z-index:1600;}
.rcl-user-getails #ssi-modalWrapper{max-width:450px;}
.ssi-modalOuter.rcl-hand-uploader .ssi-modalContent{padding:0;}
.ssi-modalOuter.rcl-user-avatar-zoom .ssi-modalWindow{min-width:auto;}
.ssi-modalOuter.rcl-user-avatar-zoom img{margin:0;}
.ssi-modalOuter.rcl-hand-uploader{overflow-x:hidden;}
.rcl-hand-uploader #ssi-modalWindow{max-width:95%;}
#avatar-upload-progress{background:#ccc;display:none;font-size:40px;font-weight:bold;height:100%;left:0;opacity:0.5;position:absolute;text-align:center;top:0;width:100%;}
#avatar-upload-progress span{left:50%;margin-left:-30px;margin-top:-20px;position:absolute;top:50%;}
#rcl-post-bar{margin:10px 0;text-align:right;}
#rcl-post-bar .post-bar-item{display:inline-block;}
#rcl-post-bar .post-bar-item a{display:inline-block;font-size:14px;margin:0 0 0 5px;background:#E14D52;border-radius:5px;color:#FFFFFF;}
#rcl-post-bar .post-bar-item a::before{content:"Редагувати";margin:0px 0px 0px 15px;}
#rcl-post-bar .post-bar-item span,
#rcl-post-bar .post-bar-item i{vertical-align:middle;}
#rcl-post-bar .post-bar-item i{margin:0;}
#rcl-post-bar .post-bar-item i::before{padding:0 5px;}
#rcl-post-bar .post-bar-item .item-label{padding:0 5px;margin:0;}
.rcl-form{border-collapse:collapse;border-spacing:0;border:0;box-sizing:border-box;font-size:14px;line-height:normal;margin:0 0 12px;text-align:left;width:100%;}
.rcl-form table{line-height:normal;width:100%;}
.rcl-form tr{background:#fff;}
.rcl-form th, .rcl-form td{border:1px solid #eaeaea;box-sizing:border-box;line-height:normal;padding:8px;text-align:left;text-transform:none;vertical-align:middle;}
.rcl-form th:first-child, .rcl-form td:first-child{padding-left:8px;}
.rcl-form tr th{overflow:hidden;}
.rcl-form tr:nth-child(1) th{background-color:#e5e5e5;font-size:14px;font-weight:bold;color:black;}
.rcl-form input[disabled]{background-color:#eee;opacity:0.6;}
.rcl-form .block-label input[type="checkbox"]{margin:0 6px 0 0;}
.rcl-form .block-label input[type="radio"]{border:1px solid #d1d1d1;color:#b1b1b1;float:none;font-size:13px;padding:8px 12px;width:auto;}
.rcl-form label a{color:rgb(76, 140, 189);display:inline;font-weight:bold;margin:0;padding:0 1px 0 0;}
.rcl-form label a:hover, .rcl-form td span a:hover{color:#000;text-decoration:underline;}
.rcl-form td a:hover{color:#000;}
.rcl-form td a:hover i{color:rgb(229, 57, 53);}
.rcl-form .aligncenter{text-align:center;}
.rcl-form .form-field{margin:15px 0;}
.rcl-form .form-field .field-title{display:block;font-size:16px;font-weight:bold;line-height:1;margin-bottom:5px;}
.rcl-form .submit-box{background:#f2f2f2;overflow:hidden;padding:5px;text-align:right;}
.rcl-form .submit-box a, .rcl-form .submit-box input[type="submit"]{}
@media screen and (max-width:375px){
.rcl-form tr th{-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;}
.rcl-form td a{font-size:13px;margin:3px 0;width:83px;}
.rcl-form .file-field-upload{width:205px;}
}  .rcl-table{box-sizing:border-box;display:flex;flex-direction:column;font-size:14px;line-height:1.4;word-break:break-word;word-wrap:break-word;margin:1.15em 0;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}
.rcl-table__border{border:1px solid #e5e5e5;}
.rcl-table__row{align-content:stretch;align-items:stretch;display:flex;}
.rcl-table__row-header{background-color:#f2f2f2;font-weight:bold;}
.rcl-table__cell{align-items:center;box-sizing:border-box;display:flex;flex-basis:100%;flex-grow:1;padding:.4em .6em;position:relative;}
.rcl-table__cell:empty{display:none;}
.rcl-table__cell-center{justify-content:center;text-align:center;}
.rcl-table__cell-right{justify-content:flex-end;text-align:right;}
.rcl-table__border-row-right .rcl-table__cell:not(:last-child){border-right:1px solid #e5e5e5;}
.rcl-table__border-row-bottom .rcl-table__row:not(.rcl-table__row-header):not(:last-child){border-bottom:1px solid #e5e5e5;}
.rcl-table__zebra .rcl-table__row:nth-child(2n+1):not(.rcl-table__row-header){background-color:#fafafa;}
.rcl-table__cell-must-sort{cursor:pointer;text-decoration:underline;}
.rcl-table__row-must-sort .rcl-table__cell-current-sort{background:#fff;}
.rcl-table__row-header .rcl-table__cell-current-sort::before{font-family:'rcl-awesome';position:absolute;right:5px;}
.rcl-table__row-header .rcl-table__cell-right.rcl-table__cell-current-sort::before{left:5px;right:auto;}
.rcl-table__row-header .rcl-table__cell-current-sort[data-route="desc"]::before{content:"\f0d7";}
.rcl-table__row-header .rcl-table__cell-current-sort[data-route="asc"]::before{content:"\f0d8";}
.rcl-table__cell-w-5{flex-basis:5%;}
.rcl-table__cell-w-10{flex-basis:10%;}
.rcl-table__cell-w-15{flex-basis:15%;}
.rcl-table__cell-w-20{flex-basis:20%;}
.rcl-table__cell-w-25{flex-basis:25%;}
.rcl-table__cell-w-30{flex-basis:30%;}
.rcl-table__cell-w-35{flex-basis:35%;}
.rcl-table__cell-w-40{flex-basis:40%;}
.rcl-table__cell-w-45{flex-basis:45%;}
.rcl-table__cell-w-50{flex-basis:50%;}
.rcl-table__cell-w-55{flex-basis:55%;}
.rcl-table__cell-w-60{flex-basis:60%;}
.rcl-table__cell-w-65{flex-basis:65%;}
.rcl-table__cell-w-70{flex-basis:70%;}
.rcl-table__cell-w-75{flex-basis:75%;}
.rcl-table__cell-w-80{flex-basis:80%;}
.rcl-table__cell-w-85{flex-basis:85%;}
.rcl-table__cell-w-90{flex-basis:90%;}
.rcl-table__cell-w-95{flex-basis:95%;}
.rcl-table__not-header .rcl-table__row{padding:.4em 0;}
@media screen and (max-width:768px){
.rcl-table__border{border:0;}
.rcl-table__row-header{display:none;}
.rcl-table .rcl-table__row-header ~ .rcl-table__row:not(.rcl-table__row-header){display:block;background-color:transparent;border-radius:3px;border:0;box-shadow:0 0 9px 0 rgba(0, 0, 0, 0.1);margin:0 5px 25px 5px;padding:8px;}
.rcl-table__row-header ~ .rcl-table__row .rcl-table__cell{align-items:flex-start;border:0;flex-basis:auto;justify-content:flex-start;max-width:none !important;padding:.2em 0;text-align:left;}
.rcl-table__row-header ~ .rcl-table__row .rcl-table__cell::before{color:#B18B3F;content:attr(data-rcl-ttitle);flex-basis:50%;flex-shrink:0;padding-right:10px;text-align:right;}
.rcl-table__not-header .rcl-table__row{border:1px solid #e5e5e5;background-color:#fafafa;display:block;margin:0 0 1em;}
.rcl-table__not-header .rcl-table__cell:nth-child(1){max-width:none;padding:.2em .6em;}
}  #rcl-popup.fixed{position:fixed;top:80px;}
#rcl-popup .delete{display:block;float:left;height:31px;margin:5px 5px 10px;width:31px;}
#rcl-popup .popup-body{padding:10px;}
.rcl-upload-button span.progress-bar{background:#36C515;height:100%;left:0;position:absolute;top:0;z-index:-99;}
.rcl-notice{box-sizing:border-box;clear:both;font-size:16px;line-height:normal;margin:0;overflow:hidden;padding:12px 36px !important;position:relative;}
.rcl-notice__border{border-width:1px;border-style:solid;}
.rcl-notice__type-info{background-color:#499E4F;color:#ffffff;}
.rcl-notice__type-info.rcl-notice__border{border-color:#ebe3c6;}
.rcl-notice__type-success{background-color:#499E4F;color:#ffffff;}
.rcl-notice__type-success.rcl-notice__border{border-color:#499e4f;background:#499E4F#499E4F;}
.rcl-notice__type-warning{background-color:#ffe0b1;color:#594628;}
.rcl-notice__type-warning.rcl-notice__border{border-color:#fab00f;background:#fece41;font-weight:bold;}
.rcl-notice__type-error{background-color:#f9dcdc;color:#71363e;}
.rcl-notice__type-error.rcl-notice__border{border-color:#e5c8c8;}
.rcl-notice__type-simple{background-color:#eee;color:#4e4e4e;}
.rcl-notice__type-simple.rcl-notice__border{border-color:#dadada;}
.rcl-notice > .rcli{color:rgba(0, 0, 0, 0.08);font-size:52px;left:-10px;position:absolute;top:50%;transform:translateY(-50%);}
.rcl-notice .rcl-notice__text{text-align:center;}
.rcl-notice__text > p{margin:0;padding:0;}
.rcl-notice__title{color:currentColor;font-size:1.1em;font-weight:bold;margin:0 0 6px 6px;}
.rcl-notice__close{cursor:pointer;font-size:15px;line-height:15px;position:absolute;right:2px;top:0;}
.rcl-notice__close:hover{opacity:.7;}
.rcl-notice__close::before{color:currentColor;content:"\f00d";font-family:rcl-awesome;}
body .rcl-bttn{align-items:center;border-radius:0;box-shadow:none;box-sizing:border-box;cursor:pointer;display:inline-flex;font-weight:normal;letter-spacing:normal;line-height:1em;outline:0;padding:0;position:relative;text-decoration:none !important;text-transform:none;white-space:nowrap;-webkit-transition:opacity .1s ease, color .1s ease;transition:opacity .1s ease, color .1s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
body :not(.rcl-wrap__wiget) > .rcl-bttn:not(.rcl-bttn__active):hover{opacity:9.99;}
body .rcl-bttn.rcl-bttn__type-primary:hover{background-color:#4D80B2;transition:all .4s ease;}
body .rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__fullwidth){margin:0 .5em .5em 0;font-size:16px;}
body .rcl-wrap.rcl-wrap__vertical .rcl-bttn, body .rcl-bttn:not(.rcl-bttn__type-clear):last-child{margin-right:0;}
.rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__text,
.rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__ico-left{padding:.5em .3em;}
.rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__text + .rcl-bttn__ico,
.rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__ico + .rcl-bttn__text,
.rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__ico + .rcl-bttn__count{padding:0 .7em 0 0;}
.rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__text + .rcl-bttn__count{align-self:flex-start;font-size:.85em;margin:.5em .5em 0 -.3em;}
.rcl-bttn .rcl-bttn__ava img{border-radius:0;border:0;box-shadow:none;display:block;float:none;height:auto;margin:0;max-width:100%;padding:0;}
.rcl-bttn:not(.rcl-bttn__type-clear) .rcl-bttn__ava + .rcl-bttn__count{padding:0 .7em;}:not(.rcl-wrap__wiget) > .rcl-bttn.rcl-bttn__type-clear{margin:0 1em 0 0;}
.rcl-bttn__type-clear .rcl-bttn__text + .rcl-bttn__count,
.rcl-bttn__type-clear i + span,
.rcl-bttn__type-clear span + i{padding:0 0 0 .45em;}
.rcl-bttn.rcl-bttn__type-simple{background-color:#f5f5f5;box-shadow:0 0 0 1px #e5e5e5 inset;}
.rcl-bttn.rcl-bttn__type-simple:hover{background-color:#fafafa;}
.rcl-bttn.rcl-bttn__fullwidth:not(.rcl-bttn__type-clear){display:flex;justify-content:center;}
.rcl-bttn.rcl-bttn__ico-mask .rcli, .rcl-bttn__ico-mask.rcl-bttn__mod-text-rico-count .rcl-bttn__count{background-color:rgba(0, 0, 0, .1);}
.rcl-bttn__ico-mask.rcl-bttn__mod-text-rico .rcl-bttn__ico-right, .rcl-bttn__ico-mask.rcl-bttn__mod-text-rico-count .rcl-bttn__count{padding:.5em .7em;}
.rcl-bttn__ico-mask.rcl-bttn__mod-text-rico-count .rcl-bttn__ico.rcl-bttn__ico-right{padding:.5em 0 .5em .7em;}
.rcl-wrap{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;}
.rcl-wrap.rcl-wrap__right{justify-content:flex-end;}
.rcl-wrap.rcl-wrap__vertical{flex-direction:column;align-items:flex-start;}
.rcl-wrap.rcl-wrap__right.rcl-wrap__vertical{align-content:flex-end;}
.rcl-wrap__wiget{flex-direction:column;}
.rcl-wrap__wiget .rcl-bttn__type-clear{padding:.45em .6em;}
.rcl-wrap__wiget .rcl-bttn__type-clear:hover{background-color:#e7edf0;box-shadow:none;}
.rcl-wrap__wiget .rcl-bttn__ava{flex-shrink:0;}
.rcl-wrap__wiget .rcl-bttn__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}
.rcl-wrap__wiget .rcl-bttn__text{margin-left:.3em;}
.rcl-wrap__wiget .rcl-bttn__ava_circle .rcl-bttn__ava img{border-radius:50%;}
.rcl-bttn.rcl-bttn__loading{color:transparent !important;cursor:default;opacity:1;pointer-events:none;}
.rcl-bttn__loading .rcl-bttn__ava img{opacity:0;}
.rcl-bttn.rcl-bttn__loading::before, .rcl-bttn.rcl-bttn__loading::after{border-radius:50%;border-style:solid;border-width:.2em;box-sizing:border-box;content:"";height:1.4em;left:50%;margin:-.7em;position:absolute;top:50%;width:1.4em;}
.rcl-bttn.rcl-bttn__loading::before{border-color:rgba(0, 0, 0, .15);}
.rcl-bttn.rcl-bttn__loading::after{-webkit-animation:rcl-bttn-loader .8s linear;animation:rcl-bttn-loader .8s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:#fff transparent transparent;transform:rotate(0deg);}
@-webkit-keyframes rcl-bttn-loader {
to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes rcl-bttn-loader {
to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}  .rcl-bttn.rcl-bttn__disabled{opacity:.6;pointer-events:none;}
.rcl-bttn.rcl-bttn__type-simple.rcl-bttn__disabled{background-color:transparent;box-shadow:none;}
.rcl-bttn.rcl-bttn__active{pointer-events:none;}
.rcl-bttn.rcl-bttn__type-primary.rcl-bttn__active{color:#333;}
.rcl-uploader{margin:10px 0;}
.rcl-uploader-progress{background:#ccc;border-radius:3px;overflow:hidden;}
.rcl-uploader-progress .progress-bar{background:#0080005c;height:20px;line-height:1;padding:5px;font-size:12px;color:#fff;border-right:5px solid green;}
body .rcl-bttn.rcl-uploader-button{position:relative;overflow:hidden;display:inline-block;margin:0 10px 0 0 !important;background:#4c8cbd;color:#f6f7f7;border-radius:5px;border:solid 1px #4c8cbd;}
body .rcl-bttn.rcl-uploader-button:hover{background:#4177A0;}
.rcl-uploader-button input{position:absolute;top:0;right:0;opacity:0;cursor:pointer;height:100%;}
.rcl-uploader .rcl-uploader-button-box{padding:3px;}
.rcl-dropzone{background:#ccc;padding:15px;text-align:center;font-size:18px;}
.rcl-dropzone.hover-dropzone{background:#323232;}
.rcl-dropzone .dropzone-upload-area{padding:20px;border:3px dashed #fff;}
.rcl-uploader .notice, .rcl-uploader-button{vertical-align:middle;}
.rcl-upload-gallery{position:relative;}
.rcl-upload-gallery img{vertical-align:top;max-width:100%;height:auto;}
.rcl-upload-gallery.simple-manager .attachment-manager{position:absolute;top:0;left:0;}
.rcl-upload-gallery .gallery-attachment{position:relative;margin:3px;border:1px solid #eaeaea;width:110px;height:110px;display:inline-block;overflow:hidden;}
.rcl-upload-gallery .attachment-title{display:none;}
.rcl-upload-gallery.mode-grid .gallery-attachment.type-file{text-align:center;}
.rcl-upload-gallery .gallery-attachment.type-file img{margin-top:5px;}
.rcl-upload-gallery.mode-grid .gallery-attachment.type-file .attachment-title{display:block;background:#fff;font-size:12px;position:absolute;bottom:0;width:100%;}
.rcl-upload-gallery .gallery-attachment img{margin:0;}
.rcl-upload-gallery .attachment-manager{}
.rcl-upload-gallery .attachment-manager-balloon{position:absolute;top:0;right:0;}
.rcl-upload-gallery .attachment-manager-balloon > i{border:1px solid #ccc;padding:5px;background:#fff;margin:3px;}
.rcl-upload-gallery .attachment-manager-balloon .rcl-balloon{}
.rcl-upload-gallery .rcl-balloon a{display:inline;}
body .rcl-upload-gallery .attachment-manager > a{margin:0 !important;}
body .rcl-upload-gallery .attachment-manager > .rcl-bttn .rcl-bttn__ico{padding:5px;}
.rcl-upload-gallery.mode-list{}
.rcl-upload-gallery.mode-list .gallery-attachment{display:flex;align-items:center;padding:5px;width:auto;height:auto;}
.rcl-upload-gallery.mode-list .attachment-manager{width:165px;text-align:right;position:static;}
.rcl-upload-gallery.mode-list .attachment-title{width:100%;display:block;}
.rcl-upload-gallery.mode-list img{width:35px;height:35px;margin-right:15px;}
.rcl-upload-gallery .ui-sortable-placeholder{background:#ccc;margin:3px;border:3px dotted #eaeaea;}
.rcl-upload-gallery.mode-list .ui-sortable-placeholder{}
.rcl-upload-gallery.mode-grid .ui-sortable-placeholder{width:110px;height:110px;display:inline-block;}
.rcl-upload-gallery .ui-sortable-helper{z-index:9999999;}
.rcl-upload-gallery.mode-list .ui-sortable-helper{}
.rcl-upload-gallery.mode-grid .ui-sortable-helper{}
.rcl-content{}
.rcl-content .rcl-content-group{}
.rcl-content .rcl-content-group .group-title{font-weight:bold;font-size:20px;}
.rcl-content .rcl-content-group .group-areas{display:flex;flex-wrap:wrap;--multiplier:calc(600px - 100%);}
.rcl-content .rcl-content-area{padding:5px;box-sizing:border-box;max-width:100%;flex-grow:1;flex-basis:calc(var(--multiplier) * 999);}
.revert-loader-toolbar a{
color:#FFFFFF;
}.userlist{clear:both;overflow:hidden;}
.userlist .user-single{background:rgba(243, 243, 243, 0.3);box-shadow:0 0 1px 2px rgb(243, 243, 243);box-sizing:border-box;line-height:1.4;}
.userlist .user-single a{border:0;box-shadow:none;height:auto;margin:0px;text-decoration:none;}
.userlist .user-single b{font-weight:bold;margin:0 3px 0 0;}
.userlist .status_author_mess{float:right;display:none;}
.userlist .status_author_mess.online .rcli{color:#89e535;font-size:16px;line-height:normal;vertical-align:middle;}
.userlist .status_author_mess.offline{color:#888;font-size:12px;margin:4px 0 0;display:none;}
.userlist .user-single .thumb-user{box-sizing:border-box;float:left;line-height:1;margin:0;position:relative;}
.userlist:not(.mini-list) .thumb-user a{display:inline-block;}
.userlist .thumb-user a{width:100%;}
.userlist .thumb-user a img{border-radius:0;border:0;box-shadow:none;display:block;float:none;height:auto;margin:0;max-width:100%;padding:0;width:100%;border-radius:20%;}
.user-name{margin:0px;}
.userlist.rows-list .user-single{border-radius:2px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);display:block;font-size:14px;margin:20px auto;overflow:visible;padding:0;position:relative;text-align:left;width:calc(100% - 10px);}
.userlist.rows-list .userlist_top{background:#eee;margin-bottom:5px;overflow:hidden;padding:5px 8px 5px 95px;}
.userlist.rows-list .userlist_top h3{clear:none;font-size:18px;font-weight:bold;line-height:1.4;margin:0;padding:0;text-transform:none;}
.userlist.rows-list .userlist_cntr{display:block;min-height:70px;width:100%;}
.userlist.rows-list .thumb-user{background:#eee;left:0;padding:5px;position:absolute;top:0;width:80px;border-radius:20%;}
.userlist.rows-list .rating-rcl .rating-null{background:transparent;color:#888;}
.userlist.rows-list .user-content-rcl::before{content:"";float:left;height:70px;margin:0 5px 5px;width:70px;}
.userlist.rows-list .user-content-rcl{margin:0 0 0 10px;padding:0 5px 5px 0;}
.userlist.rows-list .user-content-rcl > div:not(.ballun-status),
.userlist.rows-list .user-content-rcl > span:not(.filter-data){margin:2px 0;padding:0 0 1px;}
.userlist.rows-list .user-content-rcl .ballun-status{box-sizing:content-box;display:flex;margin:0 6px 8px;max-width:none;}
.rows-list .status-user-rcl::before{border-width:13px 0 0 13px;left:-14px;top:8px;}
.userlist.rows-list .user-single .filter-data{background:#eee;box-shadow:0 0 1px 1px rgba(219, 219, 219, 0.7);color:#888;display:inline-block;font-size:12px;line-height:1;margin:1px 10px 5px 0;padding:6px 8px;}
.userlist.rows-list .user-single .filter-data .rcli{margin:0 5px 0 0;}
.userlist .user-profile-fields .rcl-custom-fields{clear:none;font-size:14px;margin:5px 0;padding:0 0 3px;}
.userlist.avatars-list .user-single{float:left;margin:5px 0.5%;padding:0.7%;width:13%;}
.userlist.mini-list .user-single{float:left;margin:1%;max-width:55px;padding:0;width:18%;}
.userlist.mini-list .user-single:hover, .userlist.avatars-list .user-single:hover{box-shadow:0 0 2px 2px #ccc;}
.userlist.mini-list .thumb-user, .userlist.avatars-list .thumb-user{width:100%}
.userlist .user-single .thumb-user .status_user{font-family:rcl-awesome, arial, sans-serif;font-size:16px;position:absolute;right:5px;top:5px;}
.userlist.cards-list .user-single{animation:u_card_fade 800ms cubic-bezier(0.4, 0, 0.2, 1);animation-fill-mode:forwards;box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);float:left;font-size:14px;margin:2%;overflow:hidden;transform:translate3d(0px, 0px, 0px);transition:box-shadow 0.2s linear 0s;width:46%;}
@keyframes u_card_fade {
0%{opacity:0;}
100%{opacity:1;}
}
.userlist.cards-list .user-single:hover{box-shadow:0 4px 16px rgba(0, 0, 0, 0.19), 0 6px 13px rgba(0, 0, 0, 0.2);transition:box-shadow 0.2s linear 0s;}
.userlist.cards-list .u_card_top{float:left;position:relative;width:100%;}
.userlist.cards-list .rating-rcl{left:0;min-width:30px;opacity:0.8;position:absolute;top:0;z-index:2;}
.userlist.cards-list .status_author_mess{position:absolute;right:5px;top:2px;z-index:2;}
.userlist.cards-list .status_author_mess.offline{background:rgba(219, 219, 219, 0.6);color:#555;line-height:1;margin:0;padding:6px 5px;right:0;top:0;}
.userlist.cards-list .thumb-user{max-height:150px;overflow:hidden;width:100%;}
.userlist.cards-list a img{margin:calc(-50% + 80px) 0;min-height:205px;transform:scale(1.05);}
.userlist.cards-list .u_card_name{background:rgba(0, 0, 0, 0.4);bottom:0;box-sizing:border-box;color:#fff;padding:5px;position:absolute;text-align:center;width:100%;}
.userlist.cards-list .thumb-user a{width:100%;}
.u_card_bottom{display:table;width:100%;}
.u_card_half:nth-child(2){border-left:1px solid #eee;}
.u_card_half{color:#999;display:table-cell;font-weight:300;padding:5px 0;text-align:center;width:50%;}
.u_card_half span{font-size:30px;line-height:24px;}
@media screen and (max-width:480px){
.userlist.avatars-list .user-single{padding:1%;width:19%;}
.userlist .user-single .thumb-user .status_user, .userlist .user-single .thumb-user .status_user .rcli{font-size:11px;}
.userlist.mini-list .user-single{max-width:64px;}
.userlist.cards-list .thumb-user{max-height:120px;}
.u_card_half{font-size:13px;}
}
@media screen and (max-width:375px){
.userlist.rows-list .userlist_top {
padding: 5px 8px;
}
.userlist.rows-list .userlist_cntr {
position: relative;
}
.userlist.rows-list .thumb-user {
width: 60px;
}
.userlist.rows-list .user-content-rcl::before {
height: 90px;
width: 50px;
}
.userlist.rows-list .user-single .filter-data {
display: block;
margin: 8px 0;
max-width: 98%;
}
.userlist.avatars-list .user-single {
width: 24%;
}
.userlist.cards-list .user-single {
float: none;
margin: 5px auto 20px;
width: 94%;
}
}.panel_lk_recall{color:#333;display:block;line-height:1.5;margin:0 auto;max-width:320px;width:100%;}
.panel_lk_recall.floatform{display:none;left:50%;margin-left:-160px;position:absolute;z-index:9999;}
div.panel_lk_recall a{border:0;box-shadow:none;text-decoration:none;}
.panel_lk_recall .form-tab-rcl{background:#fff;border-radius:2px;display:none;font:16px/26px Verdana, Tahoma, sans-serif;margin:3px auto;overflow:hidden;width:calc(100% - 2px);}
.panel_lk_recall.pageform .form-tab-rcl{box-shadow:0 0 1px 1px #bebebe;}
.panel_lk_recall.floatform .form-tab-rcl{box-shadow:0 0 20px 4px rgba(0, 0, 0, 0.5);}
.panel_lk_recall .form_head{display:inline-block;overflow:hidden;width:100%;}
.panel_lk_recall .form-tab-rcl .form_head a{border-bottom:1px solid #ccc;color:#aaa;display:block;padding:8px 0;text-align:center;}
.panel_lk_recall .form_reg, .panel_lk_recall .form_auth{background:#e6e7e8;color:#666;display:block;float:left;text-align:center;width:50%;}
.panel_lk_recall .form_active{background-color:#fff;padding:8px 0;}
.panel_lk_recall .form-tab-rcl a.link-tab-rcl:hover{color:#555;}
.panel_lk_recall .form-block-rcl{clear:both;line-height:1.4;margin:0 17px 15px;position:relative;}
.panel_lk_recall .rcl-field-input select, .panel_lk_recall .rcl-field-input textarea, .panel_lk_recall .rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]){background-color:#fafafa;display:block;font-size:15px;font-weight:normal;margin:5px auto;text-transform:none;}
.panel_lk_recall .rcl-field-input textarea, .panel_lk_recall .rcl-field-input input:not([type="checkbox"]):not([type="radio"]){-webkit-box-shadow:0 0 0 1000px #fafafa inset !important;}
.panel_lk_recall .rcl-field-input select:focus, .panel_lk_recall .rcl-field-input textarea:focus, .panel_lk_recall .rcl-field-input input:focus:not([type="file"]):not([type="checkbox"]):not([type="radio"]){background-color:#f7f7f7;outline:none;}
.panel_lk_recall .rcl-field-input .maxlength{font-size:13px;}
.panel_lk_recall .default-field input{background-color:#fafafa;border-radius:0;border:1px solid #e5e5e5;box-shadow:none;box-sizing:border-box;display:block;float:none;font-size:15px;font-weight:normal;height:auto;line-height:1.4;margin:5px auto;max-width:100%;outline:0;padding:6px 12px 6px 32px;text-transform:none;width:100%;-webkit-box-shadow:0 0 0 1000px #fafafa inset !important;}
.panel_lk_recall .form-tab-rcl .block-label{font-weight:normal;text-align:left;}
.rcl-loginform label.block-label{background-color:transparent;border:0;font-size:inherit;margin:4px 10px 4px 0;padding:0;width:100%;}
.panel_lk_recall .form-tab-rcl input[type="submit"]{font-size:16px;margin:0;max-width:none;outline:none;padding:10px;text-transform:uppercase;width:100%;}
.form-block-rcl.default-field .rcli{color:#538a9a;font-size:16px;left:12px;opacity:0.4;position:absolute;top:10px;}
.panel_lk_recall input[type="text"]:focus + .rcli,
.panel_lk_recall input[type="email"]:focus + .rcli,
.panel_lk_recall input[type="password"]:focus + .rcli{opacity:1;}
.panel_lk_recall .form-block-rcl .required{font-size:14px;line-height:normal;position:absolute;right:8px;top:10px;}
.form-tab-rcl .form-block-rcl a.link-remember-rcl{color:#aaa;float:right;font-size:12px;margin:3px 0;padding:8px 0;}
.form-block-rcl.form_extend .form-block-rcl{margin:0 0 15px;}
.panel_lk_recall .form-block-rcl label .required{position:inherit;}
.form_rmmbr a{background:#e6e7e8;float:left;text-align:center;width:50%;}
.form_auth, .form_head.form_rmmbr a:first-child{border-right:1px solid #ccc;box-sizing:border-box;}
.form-tab-rcl .form-title{display:block;font-size:20px;text-align:center;}
.form-block-rcl .login-error, .form-block-rcl .login-message, .form-block-rcl [class^="strength"]{display:block;font-size:12px;margin:8px auto 5px;padding:8px;text-align:center;}
.form-block-rcl .strength0{background:#ccc;width:140px;}
.form-block-rcl .strength1{background:#fea6a6;width:140px;}
.form-block-rcl .strength2{background:orange;width:55%;}
.form-block-rcl .strength3{background:#efed6d;width:60%;}
.form-block-rcl .strength4{background:#8de991;width:80%;}
.form-block-rcl .strength5{background:#99e3ff;width:100%;}
.panel_lk_recall span.login-error a:hover, .panel_lk_recall .form-block-rcl label a:hover{text-decoration:underline;}
.panel_lk_recall .form-tab-rcl .login-error{background:#ffcfcf;}
.panel_lk_recall .form-tab-rcl .login-message{background:#bfffbd;}
#registerform .rcl-field-core{position:relative;}
#registerform .maxlength{align-items:center;background-color:#eaeaea;border:1px solid #ccc;box-sizing:border-box;cursor:default;display:flex;font-weight:bold;justify-content:center;max-height:100%;min-width:30px;padding:2px 5px;position:absolute;right:0;text-align:center;top:0;z-index:10;}
#registerform .type-text-input .maxlength{height:100%;}
#registerform .rcl-field-notice{clear:both;font-size:.85em;}
#registerform .form-block-rcl .required{color:rgb(229, 57, 53);font:bold 15px/normal Verdana, arial;left:-15px;position:absolute;top:10px;}
#registerform .form-block-rcl label .required{position:inherit;}
#registerform .form-block-rcl{margin-bottom:15px;position:relative;}
#registerform .form-block-rcl label{display:block;margin-bottom:5px;}
#registerform .rcl-checkbox-box,
#registerform .rcl-radio-box{display:block;padding:3px 0 0 20px;}
#registerform .rcl-checkbox-box label,
#registerform .rcl-radio-box label{display:inline-block;}
#registerform textarea,
#registerform select,
#registerform input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){font-size:18px;padding:5px 10px;width:100%;margin:0 auto;}
#registerform #user_email {
margin-bottom: 16px;
}#tab-publics .rcl-table__cell{min-width:75px;}
#tab-publics .rcl_author_postlist a:hover{text-decoration:underline;}
.rcl_author_postlist .rcl-table__row > div:nth-child(3){min-width:100px;}
.rcl_author_postlist .rcl-table__row:not(.rcl-table__row-header) > div:nth-child(2){justify-content:space-between;}
.rcl_author_postlist .rating-rcl{hyphens:none;padding:0 0 0 8px;word-break:normal;word-wrap:normal;}
@media screen and (max-width:768px){
.rcl_author_postlist .rcl-table__row-header ~ .rcl-table__row .rcl-table__cell::before{flex-basis:auto;min-width:90px;}
.rcl_author_postlist .rcl-table__cell > a{flex-grow:1;}
}  #block_author-rcl{background:rgba(243, 243, 243, 0.3);box-shadow:0 0 1px 1px rgb(243, 243, 243);clear:both;margin:15px 3px;overflow:hidden;padding:2px;}
#block_author-rcl > h3{font-size:18px;letter-spacing:normal;line-height:1.4;margin:0;padding:0 0 5px 5px;}
#block_author-rcl .userlist .user-single{background:transparent;box-shadow:none;margin:0;}
.rcl-public-box{position:relative;}
.rcl-public-box .edit-form-link > a{align-items:center;box-shadow:none !important;display:flex;justify-content:flex-end;}
.edit-form-link .edit-form-link-title{margin:0 8px 0 5px;}
.rcl-public-box .rcl-service-button{background-color:rgba(30, 56, 75, 0.7);border:0;box-shadow:none;color:rgb(229, 57, 53);cursor:pointer;font-size:24px;line-height:1;padding:6px;position:absolute;right:5px;top:5px;z-index:2;}
.rcl-public-box .rcl-service-button i:hover{opacity:0.8;}
.rcl-public-box .rcl-form-field{background-color:#f7f7f7;border:1px solid #e5e5e5;box-sizing:border-box;margin:15px 0;padding:8px;border-radius:5px;}
.rcl-public-box .rcl-form-field > label{display:block;font-size:18px;line-height:normal;margin:0 0 3px;}
.rcl-public-box #form-field-post_content .button-small{border-radius:1px;line-height:1;margin:2px 5px 3px 0;padding:6px 10px;width:auto;}
#form-field-post_content textarea.wp-editor-area{background-color:#fff;min-height:300px;}
.rcl-public-box .rcl-form-field .rcl-terms-select .rcl-field-input{display:inline-block;width:auto;margin-bottom:5px;}
.rcl-public-box .rcl-form-field .rcl-terms-select .type-multiselect-input{display:block;}
.rcl-public-box .rcl-form-field .rcl-terms-select .rcl-tags-list{margin:0 0 4px;overflow:hidden;}
.rcl-public-box .rcl-form-field .rcl-terms-select .rcl-tags-list .required{display:none;}
.rcl-public-box .rcl-tags-list > .block-label{background:#fff;box-shadow:none;clear:both;cursor:default;display:block;float:none;margin:0;padding:10px;}
.rcl-public-box .rcl-tags-list .ms-ctn{border:1px solid #ddd;box-shadow:none;line-height:normal;margin-top:5px;padding:5px;}
.rcl-public-box .rcl-tags-list .ms-ctn .ms-sel-ctn{margin:0;}
.rcl-public-box .rcl-tags-list .ms-ctn .ms-sel-ctn .ms-sel-item{border-radius:0;color:#7a7a7a;display:inline-block;float:none;font-size:14px;margin:5px;padding:5px;}
.rcl-public-box .rcl-tags-list .ms-ctn .ms-sel-ctn input{background-color:#fafafa;border:1px solid #ddd;clear:both;display:block;float:none;margin-top:5px;padding:5px;width:100% !important;}
.rcl-public-box .rcl-tags-list .ms-ctn .ms-sel-ctn input:focus{background-color:#fff;border-color:#c5c5c5;}
.rcl-public-box .rcl-tags-list .ms-ctn .ms-trigger{background:#fff;box-sizing:border-box;}
.rcl-public-box .rcl-tags-list .ms-ctn .ms-helper{background-color:#ffe2e2;border-radius:1px;color:red;font-size:14px;padding:0 6px;right:42px;top:15px;}
.rcl-form-field.maybe-gallery-box{background-color:#f2f2f2;}
.rcl-form-field.maybe-gallery-box .block-label{background-color:transparent;border:0;padding:0;}
.rcl-public-box .submit-public-form{margin:10px 5px;padding-bottom:1px;text-align:right;background-color:rgb(255 255 255);border:1px solid #e5e5e5;}
.rcl-public-box .public-form-button:not(:last-child){margin-right:10px;}
.rcl-public-form .category-list .child-list-category{background:#fff;padding:5px;margin-left:10px;margin-bottom:5px;}
.rcl-public-form .category-list .child-list-category .parent-category{background:#f0f0f0;display:block;font-weight:bold;margin-bottom:5px;padding:5px 8px;}
.rcl-public-form .attachments-post .set-thumbnail-post{display:block;width:100%;}
.rcl-public-form .attachments-post .set-thumbnail-post a{color:#fff;display:block;font-size:14px;font-weight:normal;padding:4px 5px;text-align:center;white-space:normal;}
.rcl-public-form .attachments-post .set-thumbnail-post a:hover{text-decoration:none;}
#rcl-thumbnail-post{background:#e5e5e5;box-sizing:border-box;max-width:180px;padding:10px;text-align:center;}
#rcl-thumbnail-post .thumbnail-wrapper{overflow:hidden;position:relative;}
#rcl-thumbnail-post .thumbnail-image img{width:100%;}
#rcl-thumbnail-post #rcl-thumbnail-uploader{cursor:pointer;}
#rcl-thumbnail-post .delete-post-thumbnail{position:absolute;right:0;top:0;}
.rcl-public-box .attachments-post{display:flex;flex-wrap:wrap;list-style:outside none none;margin:5px 0;overflow:hidden;padding:0 !important;width:100%;}
.rcl-public-box .attachments-post li{background-color:#e5e5e5;box-sizing:border-box;float:left;list-style:none !important;margin:5px 0.5%;padding:5px;position:relative;width:24%;}
.rcl-public-box .attachments-post li img{width:100%;}
.rcl-public-box .attachments-post li img:hover{box-shadow:0 0 1px 1px rgb(30, 56, 75);opacity:0.8;}
.rcl-public-box .attachments-post label span{cursor:pointer;display:inline-flex;font-size:12px;}
.rcl-public-box .attachments-post label span input{margin:0 5px 0 0;}
h3.pending-message{background:rgb(255, 207, 207);color:red;font-size:19px;margin:0 auto;padding:5px;text-align:center;width:70%;}
#form-field-delete{overflow:hidden;padding-bottom:0;margin:5px;}
#rcl-delete-post .delete-form-contayner{background-color:#fafafa;border:1px solid #ddd;display:none;margin-bottom:7px;padding:7px;}
#rcl-delete-post label{display:block;font-weight:normal;margin:5px 10px;}
#rcl-delete-post .reason-delete{}
#rcl-delete-post textarea{background-color:#fff;border-radius:0;border:1px solid #ddd;box-shadow:none;box-sizing:border-box;float:none;font-size:100%;height:auto;line-height:1.4;margin:0 0 10px;max-width:100%;outline:0;padding:5px 10px;width:100%;}
#rcl-delete-post p{margin:4px;padding:0;}
#rcl-delete-post .delete-post-submit{margin:-24px 0 0;}
.mass-upload-box{background:rgba(219, 219, 219, 0.3);box-shadow:0 0 1px 1px rgba(219, 219, 219, 0.6);padding:5px;}
.rcl-dropzone{font-size:12px;margin-bottom:10px;overflow:hidden;}
.rcl-dropzone.mass-upload-box small{margin:0 0 0 5px;}
.mass-upload-box .mass-upload-area{background-color:#ccc;padding:20px;text-align:center;}
.mass-upload-box hr{margin:3px;}
.mass-upload-box .rcl-upload-button{display:inline-block;}
@media screen and (max-width:480px){
.rcl-public-box .attachments-post li{width:31%;}
}
@media screen and (max-width:375px){
.rcl-public-box .attachments-post li {
width: 49%;
}
}.profile-progress{display:inline-block;position:absolute;border:1px solid #ebebeb;padding:1px;text-align:center;font-size:11px;top:10%;width:200px;background:#ccc;left:0%;z-index:2;margin:68px 30px;}
.profile-progress-img{display:inline-block;position:absolute;border:none;padding:1px;text-align:center;top:10%;width:200px;background:none;left:0%;z-index:2;margin:6px 30px;}
.profile-progress-bar{background-color:#337ab7;color:#fff;}
.profile-progress-text{background-color:#d65050;color:#fff;}
#i-have-a-tooltip:before{content:attr(data-description);box-sizing:border-box;background:rgba(0,0,0,.7);color:#fff;padding:10px;position:absolute;left:50%;top:-30px;margin-left:-100px;width:400px;min-width:250px;height:70px;line-height:10px;border-radius:5px;opacity:0;transition:.25s ease-in-out;}
#i-have-a-tooltip:after{content:'';display:block;position:absolute;top:10px;left:50%;margin-left:-8px;height:0;width:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(0,0,0,.7);transition:.25s ease-in-out;opacity:0;}
#i-have-a-tooltip:hover:before{opacity:1;top:-70px;}
#i-have-a-tooltip:hover:after{opacity:1;top:1px;}
.profile-element-hide{display:none;}
.profile-progress-profile{top:10%;max-width:500px;border:1px solid #ebebeb;padding:1px;text-align:center;font-size:15px;background:#ccc;left:0%;margin:20px 0px;}
.profile-progress-menu{display:inline-block;font-size:12px;color:#fff;margin:0 0 0 5px;text-transform:none;}
.profile-progress-menu-text{
padding: 3px;    background: rgba(75, 125, 141, 0.71);    border: 1px solid rgba(125, 125, 125, 0.4);    color: #ffffff;
}#lk-conteyner{background-color:#e3e3e3;overflow:hidden;position:relative;}
.lk-sidebar{float:left;line-height:1;}
#rcl-office .rcl-cover-icon{background:rgba(0, 0, 0, 0.3);color:#ddd;float:right;font-size:26px;padding:4px 7px;z-index:3;}
#rcl-office .rcl-cover-icon:hover{color:#eee;}
.cab_bttn_lite{float:right;}
.cab_bttn_lite > span{display:inline-block;}
.cab_bttn_lite .recall-button{padding:0;}
.cab_bttn_lite .rcli{display:none;}
.cab_bttn_lite .rcl-tab-button a > span{color:#ccc;display:table;text-align:center;}
.cab_bttn_lite .rcl-tab-button span span{background:transparent;color:#fff;display:table-header-group;font-size:20px;font-weight:bold;padding:0;text-align:center;}
#lk-conteyner .cab_bttn_lite .rcl-tab-button span span > span{display:table;}
#rcl-avatar{border:5px solid #fff;box-sizing:border-box;display:inline-block;height:100%;width:100%;}
#rcl-avatar img{border-radius:0;display:inline-block;height:auto;margin:0;max-height:100%;max-width:100%;padding:0;width:100%;float:none;background-size:cover;}
#rcl-avatar .avatar-icons{height:100%;left:0;position:absolute;top:0;width:100%;}
#rcl-avatar .avatar-icons .rcl-avatar-icon{position:absolute;}
#rcl-avatar .avatar-icons .rcl-avatar-icon a{background:rgb(216, 231, 238);color:rgb(229, 57, 53);font-size:20px;opacity:0.7;padding:5px;}
#rcl-avatar .avatar-icons .rcl-avatar-icon a:hover{opacity:1;}
#rcl-avatar .icon-avatar-delete{display:none;right:0;top:0;}
#rcl-avatar:hover .icon-avatar-delete{display:block;}
#rcl-avatar .icon-avatar-upload{bottom:0;left:0;}
#rcl-avatar .icon-user-info{left:0;top:0;}
.office-sunshine #lk-conteyner{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:1280px;padding:0;background:#f4f4f4;}
.office-sunshine #lk-conteyner::after{bottom:0;content:"";display:block;height:38%;left:0;pointer-events:none;position:absolute;width:100%;z-index:1;}
.cab_header{float:right;margin:15px 0 8px;min-height:5px;}
.cab_content{display:inline-block;margin:30px 0 0;min-height:230px;position:relative;width:100%;z-index:2;}
.cab_content .lk-sidebar{height:200px;margin:0 30px;width:200px;}
.lk-sidebar .lk-avatar{background:#ddd;box-shadow:0 0 0 5px #fff;height:100%;width:100%;}
.cab_title{display:inline-block;width:calc(100% - 265px);}
.office-sunshine .cab_title h2{color:#fff;font-size:34px;line-height:1.1;padding:0;}
.office-sunshine .rcl-action{color:#ddd;font-size:14px;margin:0 0 0 10px;display:none;}
.cab_bttn{display:inline-block;margin:10px 0 2px;width:calc(100% - 265px);}
.cab_footer .cab_bttn a:hover{background:rgba(0, 0, 0, 0.4);opacity:0.8;color:#fff;}
.cab_bttn_lite{bottom:15px;position:absolute;right:15px;}
#rcl-office .cab_bttn_lite .rcl-tab-button .rcl-menu-notice span{display:inline-block;}
.cabinet_sidebar_after, .cabinet_sidebar_before{margin:4px 0;}
.cab_content_blk{display:flex;}
.cab_content_blk #lk-content{width:99%;}
#lk-content + .rcl-notice{flex-shrink:0;}
.cab_sidebar{border-left:1px solid #e5e5e5;flex-shrink:0;margin:0;max-width:280px;padding:5px;}
.cab_sidebar .panel_lk_recall .rcl-widget-buttons{overflow:hidden;}
.vertical-menu .cab_content_blk .recall_content_block.active{min-width:380px;}
#lk-menu a{margin:0 3px 0 0;opacity:1;padding:0;color:white;}
#lk-menu a .rcli{background:rgba(0, 0, 0, 0.1);font-size:16px;padding:7px;vertical-align:middle;}
#lk-menu a span{font-size:14px;margin:0;padding:0 8px;vertical-align:middle;}
.horizontal-menu #rcl-tabs{position:relative;}
.horizontal-menu #lk-menu{font-family:unset;padding:3px 0;width:100%;}
#lk-menu .hideshow a.bars{margin:0;max-height:30px;padding:4px 7px;}
#lk-menu a.bars .rcli{background:transparent;font-size:23px;padding:0;}
#sunshine_ext_menu{opacity:0;position:absolute;right:0;top:0;transition:top 0.25s ease-in-out 0s;z-index:-1;}
#sunshine_ext_menu.bounce{opacity:1;z-index:1000;}
#sunshine_ext_menu ul{background:#f8f8f8;line-height:1;list-style:none;margin:0;padding:3px 3px 0;width:200px;}
#sunshine_ext_menu a{border-bottom:3px solid #f8f8f8;display:flex;margin:0;padding:0;white-space:normal;width:100%;}
#sunshine_ext_menu a .rcli{background:rgba(0, 0, 0, 0.1);display:flex;flex-direction:column;font-size:16px;justify-content:center;min-width:35px;}
#sunshine_ext_menu a span{font-size:14px;margin:0;padding:10px 10px 10px 8px;}
.vertical-menu #lk-menu a .rcli{box-sizing:border-box;display:table-cell;width:35px;}
.vertical-menu #lk-menu a span{display:table-cell;padding:5px;}
@media screen and (max-width:800px){
.office-sunshine #lk-conteyner::after{height:25%;}
.cab_content{margin:50px 0 0;min-height:175px;}
.office-sunshine .lk-sidebar{height:150px;margin:0 20px;width:150px;}
.lk-sidebar .lk-avatar{box-shadow:0 0 0 4px #fff;}
.cab_bttn, .cab_title{width:calc(100% - 205px);}
.office-sunshine .cab_title h2{font-size:26px;}
.office-sunshine .rcl-action{font-size:13px;line-height:1;}
}
@media screen and (max-width:768px){
.cab_content_blk{display:block;}
.cab_sidebar, .rcl-content{border:0;max-width:none;}
.vertical-menu .cab_content_blk .recall_content_block.active{min-width:auto;}
}
@media screen and (max-width:667px){
.cab_header{margin:8px 0 0;}
.cab_content{margin:15px 0 0;min-height:140px;}
.cab_center{min-height:45px;}
.office-sunshine .lk-sidebar{height:80px;margin:0 15px;width:80px;}
.lk-sidebar .lk-avatar{box-shadow:0 0 0 3px #fff;}
.office-sunshine .rcl-avatar-delete{padding:5px 6px;}
.office-sunshine .cab_title h2{font-size:20px;}
.cab_bttn, .cab_title{width:calc(100% - 155px);}
.cab_bttn_lite{bottom:0;margin:8px 0;position:relative;}
}
@media screen and (max-width:480px){
.cab_content{margin:8px 0 0;}
.cab_center{display:inline-block;margin:0 5px;text-align:center;width:100%;}
.office-sunshine .lk-sidebar{display:block;float:none;height:210px;margin:15px auto 10px;width:210px;}
.lk-sidebar .lk-avatar{box-shadow:0 0 0 5px #fff;}
.cab_bttn, .cab_title{width:100%;}
.cab_content .cab_footer{text-align:center;}
.cab_bttn_lite{display:table;float:none;margin:8px auto;right:0;}
}
@media screen and (max-width:360px){
#lk-conteyner .cab_bttn_lite .rcl-tab-button span span{display:table-header-group;}
}
@media screen and (max-width:320px){
.office-sunshine .lk-sidebar {
height: 205px;
width: 205px;
}
}.rcl_toast_container{position:fixed;z-index:9999;display:flex;flex-wrap:wrap;width:276px;}
@media screen and (max-width:768px){
.rcl_toast_container{left:50%!important;transform:translateX(-50%)!important;width:100%!important;max-width:80%!important;min-width:276px!important;}
}
.rcl_toast{position:relative;display:flex;flex:1 1 100%;align-items:baseline;background:#2d2d2d;color:#fff;padding:12px;margin:0 0 12px;box-shadow:0 0 4px #272727;opacity:0;text-shadow:0px 0px 2px black;}
.rcl_toast__icon{align-self:center;margin-right:12px;}
.rcl_toast__text{flex:1 1 100%;margin-right:12px;}
.rcl_toast__close{cursor:pointer;}
.rcl_toast__timeline{position:absolute;width:100%;bottom:0;left:0;height:2px;background:white;visibility:hidden;}
.rcl_toast.rcl_toast__template_standart .rcl_toast__icon{font-size:20px;}
.rcl_toast.rcl_toast__template_bootstrap{flex-wrap:wrap;}
.rcl_toast.rcl_toast__template_bootstrap .rcl_toast__text{margin-right:0;}
.rcl_toast.rcl_toast__template_bootstrap .rcl_toast__header{flex:1 1 100%;display:flex;align-items:center;margin:-12px -12px 6px -12px;padding:6px 12px;background:rgb(0 0 0 / 0.10);}
.rcl_toast.rcl_toast__template_bootstrap .rcl_toast__title {
flex: 1 1 100%;
}.agr-recaptcha-wrapper{transform:scale(0.94);transform-origin:0 0;clear:both;padding:10px 0 5px 0}.login form{padding-bottom:26px}html{font-family:Arial, Helvetica, sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary{display:block;}
audio, canvas, progress, video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],
template {
display: none;
} a{background-color:transparent;}
a:active, a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b, strong{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:1.5em;margin:0.5em;color:#336891;border-bottom:1px solid #DAE1E8;text-align:center;}
h2{font-size:1.3em;margin:0.2em 0;color:#336891;border-bottom:1px solid #DAE1E8;text-align:center;}
h3{font-size:1em;margin:0.2em 0;color:#336891;text-align:center;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;}
pre{overflow:auto;}
code, kbd, pre, samp{font-family:monospace, monospace;font-size:1em;}
button, input, optgroup, select, textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button, select{text-transform:none;}
button, html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
html input[disabled]{cursor:default;}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td, th{padding:3;}
.ulogin-button-odnoklassniki{margin:0px 5px 0px 0px;}
body, button, input, select, textarea{color:#404040;font-family:Arial, Helvetica, sans-serif;font-size:16px;font-size:0.95rem;line-height:1.4;}
h1, h2, h3, h4, h5, h6 {
clear: both;
} p{margin:0em 0 0.5em 0;text-align:justify;}
dfn, cite, em, i{font-style:italic;}
blockquote{margin:0 1.5em;}
address{margin:0 0 1.5em;}
pre{background:#eee;font-family:"Courier 10 Pitch", Courier, monospace;font-size:15px;font-size:0.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em;}
code, kbd, tt, var{font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size:15px;font-size:0.9375rem;}
abbr, acronym{border-bottom:1px dotted #666;cursor:help;}
mark, ins{background:#fff9c0;text-decoration:none;}
big{font-size:125%;}
html{box-sizing:border-box;background:#C8DAFD;}
*,
*:before,
*:after{box-sizing:inherit;}
body{padding:0px;}
blockquote:before, blockquote:after, q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
hr{background-color:#ccc;border:0;height:1px;margin-bottom:0.5em;}
ul, ol{margin:0 0 0.5em 0.5em;}
ul{list-style:disc;}
ol{list-style:decimal;}
li > ul, li > ol{margin-bottom:0;margin-left:1.5em;}
dt{font-weight:bold;}
dd{margin:0 1.5em 1.5em;}
img{height:auto;max-width:100%;}
table {
margin: 0 0 0em;
width: 100%;
} a{color:#2B587A;text-decoration:none;}
a:link, a:visited{color:#0274A9;}
a:hover, a:focus, a:active{color:#444;}
a:focus{outline:thin dotted;}
a:hover, a:active{outline:0;}
button, input[type="button"],
input[type="reset"],
input[type="submit"]{padding:0.5em 0.8em;font-size:16px;font-size:1.00rem;color:#fff;background:#4C8CBD;border:none;text-transform:uppercase;text-decoration:none;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
button:hover, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{background:#2F5F84;color:#fff;}
button:focus, input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active, input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{background:#EF781E;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{max-width:100%;padding:0.5em;color:#666;border:1px solid #C3CBD4;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
textarea{width:100%;height:80px;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{color:#111;border:1px solid #7FB4E8;-webkit-box-shadow:0px 0px 5px 0px rgba(61, 146, 232, 0.5);-moz-box-shadow:0px 0px 5px 0px rgba(61, 146, 232, 0.5);box-shadow:0px 0px 5px 0px rgba(61, 146, 232, 0.5);}
.content-singl a{border-bottom:1px solid #4C8CBD;overflow-wrap:break-word;}
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}
.alignleft{display:inline;float:left;margin-right:1.5em;}
.alignright{display:inline;float:right;margin-left:1.5em;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.site{max-width:1100px;width:100%;margin:0 auto;background:#fff;-webkit-box-shadow:0px 1px 5px 0px rgba(50, 50, 50, 0.5);-moz-box-shadow:0px 1px 5px 0px rgba(50, 50, 50, 0.5);box-shadow:0px 1px 5px 0px rgba(50, 50, 50, 0.5);}
.site-content{padding:0.6em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.content-area{float:left;width:74.6%;padding-right:0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-left:1px solid #CCD3DA;}
.sidebar{float:right;width:25%;padding-right:0.6em;}
.fullwidth .content-area{float:none;width:100%;padding:0;}
.header-main{padding:0 10x;background:#162D3E;height:126px;}
#left-mymenu a{font-size:1em;padding:10px 5px 10px 38px;margin:0px;border:0px solid #DBDBDB;display:block;list-style:none;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background-position:3px 50%;text-transform:uppercase;font-weight:bold;}
.konspekty-urokiv a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/konspekty-urokiv.png) no-repeat;}
.prezentatsiyi a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/prezentatsiyi.png) no-repeat;}
.vyhovna-robota a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/vyhovna-robota.png) no-repeat;}
.materialy-do-urokiv a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/materialy-do-urokiv.png) no-repeat;}
.stsenariyi-zahodiv-ta-svyat a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/stsenariyi-zahodiv-ta-svyat.png) no-repeat;}
.pozaklasni-zahody a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/pozaklasni-zahody.png) no-repeat;}
.gurtkova-robota a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/gurtkova-robota.png) no-repeat;}
.metodichni-rekomendatsiyi a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/metodichni-rekomendatsiyi.png) no-repeat;}
.pidruchnyky-ta-posibnyky a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/pidruchnyky-ta-posibnyky.png) no-repeat;}
.planuvannya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/planuvannya.png) no-repeat;}
.upravlinnya-shkoloyu a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/upravlinnya-shkoloyu.png) no-repeat;}
.profesiyna-osvita a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/profesiyna-osvita.png) no-repeat;}
.osvita-v-tsilomu a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/osvita-v-tsilomu.png) no-repeat;}
.informacziya-dlya-batkiv a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/informacziya-dlya-batkiv.png) no-repeat;}
.uchnyam a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/uchnyam.png) no-repeat;}
.korysni-porady a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/korysni-porady.png) no-repeat;}
.konkursy-ta-igry a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/konkursy-ta-igry.png) no-repeat;}
.kontrolni-roboty a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/kontrolni-roboty.png) no-repeat;}
#left-mymenu a:hover{background-color:#DCEAFA;}
#left-mymenu-predmety a{font-size:1em;padding:10px 5px 10px 38px;margin:0px;border:0px solid #DBDBDB;display:block;list-style:none;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background-position:3px 50%;text-transform:uppercase;font-weight:bold;}
.algebra a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/algebra.png) no-repeat;}
.biologiya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/biologiya.png) no-repeat;}
.geografiya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/geografiya.png) no-repeat;background-position:0px 50%;}
.geometriya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/geometriya.png) no-repeat;background-position:0px 50%;}
.ekologiya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/ekologiya.png) no-repeat;background-position:0px 50%;}
.ekonomika a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/ekonomika.png) no-repeat;background-position:0px 50%;}
.zarubizhna-literatura a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/zarubizhna-literatura.png) no-repeat;background-position:0px 50%;}
.anhlijska-mova a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/anhlijska-mova.png) no-repeat;background-position:0px 50%;}
.informatyka a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/informatyka.png) no-repeat;background-position:0px 50%;}
.istoriya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/istoriya.png) no-repeat;background-position:0px 50%;}
.literaturne-chytannya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/literaturne-chytannya.png) no-repeat;background-position:0px 50%;}
.logopediya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/logopediya.png) no-repeat;background-position:0px 50%;}
.matematyka a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/matematyka.png) no-repeat;background-position:0px 50%;}
.muzyka a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/muzyka.png) no-repeat;background-position:0px 50%;}
.navchannya-gramoty a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/navchannya-gramoty.png) no-repeat;background-position:0px 50%;}
.bezpeka-zhyttyediyalnosti a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/bezpeka-zhyttyediyalnosti.png) no-repeat;background-position:0px 50%;}
.obrazotvorche-mystetstvo a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/obrazotvorche-mystetstvo.png) no-repeat;background-position:0px 50%;}
.osnovy-zdorovya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/osnovy-zdorovya.png) no-repeat;background-position:0px 50%;}
.pravoznavstvo a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/pravoznavstvo.png) no-repeat;background-position:0px 50%;}
.prirodoznavstvo a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/prirodoznavstvo.png) no-repeat;background-position:0px 50%;}
.psihologiya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/psihologiya.png) no-repeat;background-position:0px 50%;}
.hrystyyanska-etyka a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/hrystyyanska-etyka.png) no-repeat;background-position:0px 50%;}
.trudove-navchannya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/trudove-navchannya.png) no-repeat;background-position:0px 50%;}
.ukrainska-literatura a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/ukrainska-literatura.png) no-repeat;background-position:0px 50%;}
.ukrayinska-mova a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/ukrayinska-mova.png) no-repeat;background-position:0px 50%;}
.fizyka a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/fizyka.png) no-repeat;background-position:0px 50%;}
.fizichna-kultura a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/fizichna-kultura.png) no-repeat;background-position:0px 50%;}
.himiya a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/himiya.png) no-repeat;background-position:0px 50%;}
.hudozhnya-kultura a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/hudozhnya-kultura.png) no-repeat;background-position:0px 50%;}
.ya-u-sviti a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/ya-u-sviti.png) no-repeat;background-position:0px 50%;}
.inshiy a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/inshiy.png) no-repeat;background-position:0px 50%;}
.inshiy a{background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/icons/inshiy.png) no-repeat;background-position:0px 50%;}
#left-mymenu-predmety a:hover{background-color:#DCEAFA;}
.download-link{background:#FFFFFF url(https://super.urok-ua.com/wp-content/themes/super-merlin/images/baneri.jpg) no-repeat bottom center;}
.download-link a{display:inline-block;text-decoration:none;font-size:20px;text-shadow:0px -1px 0px rgba(30, 30, 30, 0.8);border:2px solid #FFF;padding:8px;background:rgba(51,104,145,.6);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#FFFFFF;width:80%;}
.download-link a:link, .download-link a:visited{color:#fff;}
.download-link a:hover, .download-link a:active{background:#3777BC;background:#336891;}
.site-branding{float:left;max-width:100%;margin:0;margin:15px;}
.site-branding a:link, .site-branding a:visited, .site-branding a:hover{text-decoration:none;padding:0;}
.header-stroka{width:100%;text-align:center;padding:7px;border-bottom:1px dashed #C2C4C6;border-top:1px dashed #C2C4C6;background:#FFFFFF;margin:5px 0 5px 0;}
.add-link{display:inline-block;text-transform:uppercase;text-decoration:none;font-size:15px;text-shadow:0px -1px 0px rgba(30, 30, 30, 0.8);background:#237EE5;border:2px solid #FFF;margin:0;padding:10px;background:rgba(51,104,145,.6);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.add-link:link, .add-link:visited{color:#fff;}
.add-link:hover, .add-link:active{background:#3777BC;text-decoration:none;background:#336891;}
.banner-header{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:10px 150px;background:#1d3b51;margin:2px -15px;}
#line_block .add-sertifikat{display:inline-block;padding:0.55em 1.3em 0.5em 2.9em;text-decoration:none;color:#FFF;background:#181101 url(//super.urok-ua.com/wp-content/themes/super-merlin/images/add-white.png) no-repeat left center;text-transform:uppercase;font-size:14px;text-shadow:0px -1px 0px rgba(30, 30, 30, 0.8);border:2px solid #FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:5px auto;}
#line_block .add-sertifikat:hover{color:#FAB00F;border:2px solid #FAB00F;transition:all .4s ease;background:#181101 url(//super.urok-ua.com/wp-content/themes/super-merlin/images/add-yellow.png) no-repeat left center;}
.konspekt-link{display:inline-block;margin:0 0 0.0em;padding:0.4em 0.5em;font-family:'Hammersmith One', Tahoma, Arial;font-size:14px;color:#fff;background:#46617D;width:100%;text-decoration:none;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;content:'\f429';}
.konspekt-link:link, .konspekt-link:visited{color:#fff;}
.konspekt-link:hover, .konspekt-link:active{background:#444;text-decoration:none;}
.konspekt-link1{display:inline-block;margin:0 0 0.0em;padding:0.4em 0.5em;font-family:'Hammersmith One', Tahoma, Arial;font-size:14px;color:#fff;background:#4C6988;width:100%;text-decoration:none;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.konspekt-link1:link, .konspekt-link1:visited{color:#fff;}
.konspekt-link1:hover, .konspekt-link1:active{background:#444;text-decoration:none;}
.header-widgets{display:inline;}
.header-widget{float:right;margin:0;padding:10px 30px 0 30px;}
.header-widget ul{margin:0;padding:0;}
.header-widget-title{margin:0 0 0.5em;}
.header-image{margin:1px 0;}
.header-image img{max-width:1340px;vertical-align:top;width:100%;height:auto;}
.header-bar-wrap{border-bottom:2px solid #FAB00F;padding:0 0.5em;background:rgb(255,214,94);background:-moz-radial-gradient(center, ellipse cover, rgb(255,214,94) 0%, rgb(254,191,4) 100%);background:-webkit-radial-gradient(center, ellipse cover, rgb(255,214,94) 0%,rgb(254,191,4) 100%);background:radial-gradient(ellipse at center, rgb(255,214,94) 0%,rgb(254,191,4) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 );}
.top-navigation-toggle{display:none;}
.top-navigation-menu{display:inline;margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;}
.top-navigation-menu li{float:left;position:relative;}
.top-navigation-menu a{display:block;font-family:Arial, Helvetica, sans-serif;font-size:13px;font-size:0.8125rem;padding:0.9em 1em;text-decoration:none;text-transform:uppercase;color:#333;}
.top-navigation-menu a:hover{color:#CE4141;}
.top-navigation-menu ul{position:absolute;display:none;z-index:99;margin:0;padding:0;list-style-type:none;list-style-position:outside;border:2px solid #eee;background:#fff;}
.top-navigation-menu ul li{margin:0;padding:0;border:none;}
.top-navigation-menu ul a{width:250px;width:16rem;padding:0.8em 1em;text-transform:none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.top-navigation-menu ul a:link, .top-navigation-menu ul a:visited{text-decoration:none;}
.top-navigation-menu li ul ul{margin-left:250px;margin-left:16rem;margin-top:-2px;}
.top-navigation-menu li:hover ul ul, .top-navigation-menu li:hover ul ul ul, .top-navigation-menu li:hover ul ul ul ul{display:none;}
.top-navigation-menu li:hover ul, .top-navigation-menu li li:hover ul, .top-navigation-menu li li li:hover ul, .top-navigation-menu li li li li:hover ul{display:block;}
.top-navigation-menu li.current-menu-item a, .top-navigation-menu li.current-menu-item ul li a:hover, .top-navigation-menu ul li.current-menu-item a{text-decoration:underline;}
.top-navigation-menu li.current-menu-item ul li a, .top-navigation-menu ul li.current-menu-item ul li a{text-decoration:none;}
.primary-navigation{background:#2D394B;}
.main-navigation-toggle, .sidebar-navigation-toggle{display:none;}
.main-navigation-menu{float:left;margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;}
.main-navigation-menu li{float:left;position:relative;}
.main-navigation-menu a{display:block;font-family:'Hammersmith One', Tahoma, Arial;font-size:15px;font-size:0.9375rem;padding:0.8em 1.1em;text-transform:uppercase;text-decoration:none;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.main-navigation-menu a:link, .main-navigation-menu a:visited{color:#fff;text-decoration:none;}
.main-navigation-menu a:hover{background:#2B587A;}
.main-navigation-menu ul{position:absolute;display:none;z-index:99;margin:0;padding:0 1em;list-style-type:none;list-style-position:outside;background:#2B587A;}
.main-navigation-menu ul li{margin:0;}
.main-navigation-menu ul a{width:105px;width:6.4rem;padding:0.4em 0;float:left;font-size:14px;font-size:0.875rem;color:#fff;border-bottom:2px solid rgba(255,255,255,0.2);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
.main-navigation-menu ul li:last-child a{border-bottom:none;}
.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited{color:#fff;text-decoration:none;}
.main-navigation-menu ul a:hover{text-decoration:underline;}
.main-navigation-menu li ul ul{margin-left:105px;margin-left:6.4rem;}
.main-navigation-menu li:hover ul ul, .main-navigation-menu li:hover ul ul ul, .main-navigation-menu li:hover ul ul ul ul{display:none;}
.main-navigation-menu li:hover ul, .main-navigation-menu li li:hover ul, .main-navigation-menu li li li:hover ul, .main-navigation-menu li li li li:hover ul{display:block;}
.main-navigation-menu li.current-menu-item a{background:#2B587A;}
.main-navigation-menu li.current-menu-item ul li a, .main-navigation-menu ul li.current-menu-item ul li a{text-decoration:none;}
.main-navigation-menu ul li.current-menu-item a{text-decoration:underline;}
.header-bar .social-icons-navigation{float:right;}
.social-icons-navigation-toggle{display:none;}
.social-icons-menu{margin:0;padding:0;list-style-type:none;list-style-position:outside;line-height:1;}
.social-icons-menu li{float:left;margin:0;padding:0;}
.social-icons-menu li a{position:relative;display:inline-block;padding:0.6em;text-decoration:none;}
.social-icons-menu li a:before{color:#fff;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:1;font-family:'Genericons';text-decoration:inherit;vertical-align:top;}
.social-icons-menu li a:before{content:'\f408';color:#333;}
.social-icons-menu li a[href*="codepen.io"]:before{content:'\f216';color:#222;}
.social-icons-menu li a[href*="digg.com"]:before{content:'\f221';color:#151515;}
.social-icons-menu li a[href*="dribbble.com"]:before{content:'\f201';color:#ea4c89;}
.social-icons-menu li a[href*="facebook.com"]:before{content:'\f204';color:#3b5998;}
.social-icons-menu li a[href*="flickr.com"]:before{content:'\f211';color:#ff0084;}
.social-icons-menu li a[href*="plus.google.com"]:before{content:'\f218';color:#dd4b39;}
.social-icons-menu li a[href*="github.com"]:before{content:'\f200';color:#171515;}
.social-icons-menu li a[href*="instagram.com"]:before{content:'\f215';color:#3f729b;}
.social-icons-menu li a[href*="linkedin.com"]:before{content:'\f207';color:#007bb6;}
.social-icons-menu li a[href*="pinterest.com"]:before{content:'\f209';color:#cb2027;}
.social-icons-menu li a[href*="polldaddy.com"]:before{content:'\f217';color:#bc0b0b;}
.social-icons-menu li a[href*="getpocket.com"]:before{content:'\f224';color:#ee4056;}
.social-icons-menu li a[href*="reddit.com"]:before{content:'\f222';color:#ff4500;}
.social-icons-menu li a[href*="spotify.com"]:before{content:'\f515';color:#81b71a;}
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before{content:'\f220';color:#00aff0;}
.social-icons-menu li a[href*="stumbleupon.com"]:before{content:'\f223';color:#f74425;}
.social-icons-menu li a[href*="tumblr.com"]:before{content:'\f214';color:#32506d;}
.social-icons-menu li a[href*="twitch.tv"]:before{content:'\f516';color:#6441A5;}
.social-icons-menu li a[href*="twitter.com"]:before{content:'\f202';color:#00aced;}
.social-icons-menu li a[href*="vimeo.com"]:before{content:'\f212';color:#aad450;}
.social-icons-menu li a[href*="wordpress.org"]:before{content:'\f205';color:#21759b;}
.social-icons-menu li a[href*="wordpress.com"]:before{content:'\f205';color:#1e8cbe;}
.social-icons-menu li a[href*="youtube.com"]:before{content:'\f213';color:#c4302b;}
.social-icons-menu li a[href*="vk.com"]:before{content:'\f471';color:#507299;font-size:26px;}
.social-icons-menu li a[href*="yandex.ru"]:before{content:'\f307';color:#507299;}
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before{content:'\f413';color:#ee802f;}
.social-icons-menu li a:hover:before{text-decoration:none;color:#222;}
.social-icons-menu li a .screen-reader-text{display:none;}
.widget{margin:0 0 0.5em 0;color:#333;-ms-word-wrap:break-word;word-wrap:break-word;}
.widget-header{margin:0 0 0.7em 0;background:#eee;}
.widget-title{margin:0;padding:0.6em 1em;font-size:14px;font-size:0.875rem;font-weight:normal;text-transform:uppercase;color:#fff;background:#2D394B;-webkit-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0;}
.widget ul{margin:0;padding:0 0.3em;list-style:circle inside;}
.widget ul .children, .widget ul .sub-menu{padding:0;margin:0.5em 0 0.5em 1em;}
.widget-title a:link, .widget-title a:visited{color:#fff;}
.widget-title a:hover, .widget-title a:active{text-decoration:underline;}
.widget select{max-width:100%;}
.widget_archive ul, .widget_categories ul{list-style:none;}
.widget_archive ul li:before, .widget_categories ul li:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 18px 'Genericons';vertical-align:middle;color:#555;margin:0 0.3em 0 0;}
.widget_archive ul li:before{content:'\f307';}
.widget_categories ul li:before{content:'\f301';}
.widget_recent_entries ul, .widget_recent_comments ul{list-style:none;}
.widget_recent_entries ul li .post-date{color:#888;font-size:12px;font-size:0.75rem;font-style:italic;}
.widget_recent_entries ul li:before, .widget_recent_comments ul li:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 16px 'Genericons';vertical-align:middle;color:#555;margin:0 0.2em 0 0;}
.widget_recent_entries ul li:before{content:'\f303';}
.widget_recent_comments ul li:before{content:'\f300';}
.widget_meta ul, .widget_pages ul, .widget_nav_menu ul{list-style:none;}
.widget_meta ul li a:before, .widget_pages ul li a:before , .widget_nav_menu ul li a:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 18px 'Genericons';vertical-align:middle;padding:3px;color:#555;margin:0 0.1em 0 0;content:'\f432';-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);}
.widget_tag_cloud .tagcloud{font-size:14px;font-size:0.875rem;}
.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after{content:"";display:table;}
.widget_tag_cloud .tagcloud:after{clear:both;}
.widget_tag_cloud .tagcloud a{float:left;display:inline-block;margin:0 2px 2px 0;padding:0.3em 0.6em;text-decoration:none;font-size:1.0em !important;border:1px solid #2B587A;}
.widget_tag_cloud .tagcloud a:link, .widget_tag_cloud .tagcloud a:visited{-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:active{color:#fff;background-color:#2B587A;}
.search-form{display:block;position:relative;width:100%;margin:0;padding:0;overflow:hidden;}
.search-form .screen-reader-text{display:none;}
.search-form .search-field{display:inline-block;margin:0;width:100%;padding:0.5em 1.5em 0.5em 0.7em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}
.search-form .search-submit{position:absolute;top:0;right:0;border:none;background:#2B587A;padding:0.6em 0.6em 0 0;cursor:pointer;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.search-form .search-submit .genericon-search{display:inline-block;padding:0.05em 0 0.55em 0.45em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:1;font-family:'Genericons';text-decoration:inherit;font-weight:normal;font-style:normal;vertical-align:middle;color:#fff;content:'\f400';}
.search-form .search-submit:hover{background:#444;}
.widget-category-posts{margin-bottom:-1.1em;}
.widget-category-posts .widget-header .category-archive-link .category-archive-icon{float:right;display:inline-block;margin:0;padding:0.22em 0.4em;color:#2B587A;}
.widget-category-posts .widget-header .category-archive-link .category-archive-icon:after{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1;font-size:28px;font-family:'Genericons';text-decoration:inherit;vertical-align:middle;content:'\f100';margin:0;}
.widget-category-posts .widget-header .category-archive-link .widget-title, .widget-category-posts .widget-header .category-archive-link .category-archive-icon{-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.widget-category-posts .widget-header .category-archive-link:hover .category-archive-icon{background:#ddd;}
.widget-category-posts .widget-header .category-archive-link:hover .widget-title{background:#444;}
.widget-category-posts .type-post{margin:0 0 1.2em 0;padding:0;border:none;background:none;}
.widget-category-posts .type-post .wp-post-image{margin:0;max-width:100%;}
.widget-category-posts .type-post .entry-meta .meta-author{margin-left:0.8em;}
.widget-category-posts .type-post .entry-meta span:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 16px 'Genericons';vertical-align:middle;color:#555;}
.widget-category-posts .type-post .entry-meta .meta-date:before{content:'\f303';}
.widget-category-posts .type-post .entry-meta .meta-author:before{content:'\f411';}
.widget-category-posts .type-post .entry-content p{margin:1em 0 0;}
.widget-category-posts .type-post .more-link{margin:1em 0 0;}
.widget-category-posts .type-post .more-link:link, .widget-category-posts .type-post .more-link:visited{color:#fff;}
.widget-category-posts .large-post .entry-title{font-size:24px;font-size:1.5rem;}
.widget-category-posts .large-post .wp-post-image{margin:0 0 0.4em 0;}
.widget-category-posts .medium-post{float:left;display:block;width:33.33333333%;padding-right:1.2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts .medium-post .wp-post-image{margin:0 0 0.2em 0;}
.widget-category-posts .medium-post .entry-title{font-size:16px;font-size:1rem;border-width:2px;}
.widget-category-posts .small-post{float:left;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts .small-post .wp-post-image{float:left;margin:0 1em 0 0;max-width:40%;}
.widget-category-posts .small-post .entry-title{font-size:15px;font-size:0.9375rem;border-width:2px;}
.widget-category-posts .small-post .entry-meta{font-size:12px;font-size:0.75rem;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image{float:left;width:50%;margin:0;padding-right:0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content{float:right;width:50%;padding-left:0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .medium-posts{margin-right:-1em;}
.widget-category-posts-boxed .category-posts-boxed-vertical .large-post{float:left;width:50%;margin-bottom:1em;padding-right:0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts-boxed .category-posts-boxed-vertical .small-posts{width:50%;margin-left:50%;padding-left:0.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts-grid .category-posts-grid-row{margin-right:-1.2em;}
.widget-category-posts-grid .category-posts-grid-row .large-post{float:left;width:50%;padding-right:1.2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.merlin_category_posts_columns{padding:0;}
.widget-category-posts-columns .category-posts-columns .category-posts-columns-content .category-posts-columns-post-list{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts-columns .category-posts-columns .category-posts-columns-content{float:left;width:100%;}
.widget-category-posts-columns .category-posts-column-left{float:left;width:50%;padding-right:0.6em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts-columns .category-posts-column-right{margin-left:50%;width:50%;padding-left:0.6em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget-category-posts-columns .medium-post{width:100%;padding-right:0;}
.type-post, .type-page, .type-attachment{margin:0 0 0.8em 0;padding:5px 0 0 0;max-width:100%;box-shadow:0 2px 4px #0003;}
.page-title, .entry-title{display:inline;font-family:Arial, Helvetica, sans-serif;font-size:28px;font-size:1.75rem;padding:0 0 0.1em;margin:0;color:#2B587A;-ms-word-wrap:break-word;word-wrap:break-word;}
.page-title{color:#444;border-bottom:3px solid #444;}
.entry-title{border-bottom:2px solid #2b587a;}
.entry-title a:link, .entry-title a:visited{color:#bd362f;text-decoration:none;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.entry-title a:hover, .entry-title a:active{color:#222;}
.type-post .wp-post-image{margin:0 0 0.5em;}
.type-post .post-thumbnail-small .wp-post-image{float:left;max-width:40%;margin:0 0.5em 0.5em 0.5em;padding:5px;background:#EEEEEE;border:1px solid #CCCCCC;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.type-post .post-thumbnail-small + .entry-header .entry-title{font-size:20px;font-size:1.25rem;}
.page-links{margin:0;word-spacing:1em;font-weight:bold;}
.entry-meta{color:#777;font-size:14px;font-size:0.875rem;margin:0.7em 0.2em 0;}
.entry-tags{clear:both;margin:0.5em 0;}
.entry-tags .meta-tags{display:block;margin:0;font-size:14px;font-size:0.875rem;}
.entry-tags .meta-tags a{float:left;display:inline-block;margin:0 2px 2px 0;padding:0.3em 0.6em;text-decoration:none;border:1px solid #2B587A;}
.entry-tags .meta-tags a:link, .entry-tags .meta-tags a:visited{-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.entry-tags .meta-tags a:hover, .entry-tags .meta-tags a:active{color:#fff;background-color:#2B587A;}
.entry-footer-meta{margin:10px 0;padding:0.5em 0.8em;color:#222;font-size:14px;font-size:0.875rem;border-top:1px solid #ccd3da;border-bottom:1px solid #ccd3da;background:#eeeeee;display:flow-root;}
.entry-footer-meta span:before{display:inline-block;-webkit-font-smoothing:antialiased;font:normal 20px 'Genericons';vertical-align:top;color:#333;}
.entry-footer-meta .meta-comments{float:right;}
.entry-footer-meta .meta-category:before{content:'\f301';}
.entry-footer-meta .meta-comments:before{content:'\f300';}
.meta-category-archive a{text-decoration:none;color:#0274a9;border-bottom:0px solid #4C8CBD;background-image:linear-gradient(currentColor, currentColor);background-position:0% 100%;background-repeat:no-repeat;background-size:0% 2px;transition:background-size .3s;padding:3px 3px;}
.meta-category-archive a:hover{background-size:100% 2px;}
.date_archive{color:#888;float:right;}
.post-navigation{margin-top:1.5em;}
.post-navigation .nav-links:before, .post-navigation .nav-links:after{content:"";display:table;}
.post-navigation .nav-links:after{clear:both;}
.post-navigation .nav-links .nav-previous{float:left;}
.post-navigation .nav-links .nav-next{float:right;}
.more-link{display:inline-block;margin:0 0 1em;padding:0.5em 0.8em;font-family:'Hammersmith One', Tahoma, Arial;font-size:14px;font-size:0.875rem;color:#fff;background:#2B587A;text-transform:uppercase;text-decoration:none;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.more-link:link, .more-link:visited{color:#fff;}
.more-link:hover, .more-link:active{background:#444;text-decoration:none;}
.my-site{padding:5px;background:#E0E2E4;border:1px solid #E0E2E4;}
.my-site:link, .my-site:visited{color:#fff;}
.my-site:hover{-webkit-box-shadow:0px 1px 10px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 1px 10px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 1px 10px 0px rgba(50, 50, 50, 0.75);}
.my-site:active{padding:5px;background:#CACBCD;border:1px solid #B8BABB;}
.page-header{margin:0.5em 0;background:#eee;}
.page-header h1{padding:3px;font-size:1.5em;}
.page-header .archive-title{display:inline-block;margin:0;padding:0.5em 1em;font-family:'Hammersmith One', Tahoma, Arial;font-size:14px;font-size:0.875rem;font-weight:normal;text-transform:uppercase;color:#fff;background:#2B587A;}
.entry-tags .meta-tags a{float:left;display:inline-block;margin:0 2px 2px 0;padding:0.3em 0.6em;text-decoration:none;border:1px solid #2B587A;}
.entry-tags .meta-tags a:link, .entry-tags .meta-tags a:visited{-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.entry-tags .meta-tags a:hover, .entry-tags .meta-tags a:active{color:#fff;background-color:#2B587A;}
.post-pagination a, .post-pagination .current{display:inline-block;margin:0 2px 2px 0;padding:0.4em 0.9em;text-align:center;text-decoration:none;border:1px solid #2B587A;}
.post-pagination a:link, .post-pagination a:visited{-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.post-pagination a:hover, .post-pagination .current{color:#fff;background-color:#2B587A;}
.comments-header, .comment-reply-title{margin:0.5em 0;background:#eee;}
.comments-header .comments-title, .comment-reply-title span{display:inline-block;margin:0;padding:0.5em 1em;font-family:'Hammersmith One', Tahoma, Arial;font-size:14px;font-size:0.875rem;font-weight:normal;text-transform:uppercase;color:#fff;background:#2B587A;}
.comment-list{margin:0;padding:0;list-style:none;}
.comment{padding:0.2em 0;border-top:1px solid #ccc;-ms-word-wrap:break-word;word-wrap:break-word;}
.comment-meta{float:left;width:100%;padding:0 0 0.2em;border-bottom:1px solid #eee;}
.comment-meta .comment-author img{float:left;margin-right:1em;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:1px solid #CCCCCC;}
.bypostauthor{display:block;}
.comment-meta .comment-metadata{margin-top:0.3em;font-size:14px;font-size:0.875rem;}
.comment-meta .comment-metadata a{margin-right:1em;}
.comment-content{clear:left;padding:0.1em 0 0;}
.comment-content a{word-wrap:break-word;}
.comment .reply{margin-bottom:0.2em;}
.comment ol.children{list-style:none;}
.comment-navigation{margin:0 0 1.8em;color:#222;font-size:14px;font-size:0.875rem;}
.comment-navigation a{display:inline-block;padding:0.3em 0.6em;border:1px solid #2B587A;}
.comment-navigation a:link, .comment-navigation a:visited{-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}
.comment-navigation a:hover, .comment-navigation a:active{color:#fff;background-color:#2B587A;}
.comment-navigation .nav-previous{float:left;}
.comment-navigation .nav-next{float:right;}
.comment-form{padding:0 0.5em;}
.comment-form label{display:inline-block;min-width:100px;font-weight:bold;}
.comment-form textarea{margin-top:0.0em;}
.comment-form .submit{padding:0.5em 1em 0.4em 1em;margin:0 0 10px 0;}
.comment-reply-title small a{margin-left:1em;text-decoration:underline;font-size:14px;font-size:0.875rem;font-weight:normal;}
.site-footer{border-top:10px solid #2D394B;padding:0.7em;font-size:14px;font-size:0.875rem;}
.footer-copyright{width:100%;text-align:center;padding:7px;background:#2d394b;margin-top:0em;color:#FFF;font-size:15px;}
.site-footer .site-info{float:left;}
.footer-navigation{float:right;}
.footer-navigation-toggle{display:none;}
.footer-navigation-menu{display:inline;margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;}
.footer-navigation-menu li{float:left;position:relative;}
.footer-navigation-menu a{display:block;padding:0.15em 1em;font-size:13px;font-size:0.8125rem;text-transform:uppercase;}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;}
embed, iframe, object{max-width:100%;}
.wp-caption{margin-bottom:1.5em;max-width:100%;}
.wp-caption img[class*="wp-image-"]{display:block;margin:0 auto;}
.wp-caption-text{text-align:center;}
.wp-caption .wp-caption-text{margin:0.8075em 0;}
.gallery{margin-bottom:1.5em;}
.gallery-item{display:inline-block;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-caption{display:block;}
.name_aftor{padding:5px;background:#f8f8f8;margin:0 0 5px 0;display:flex;border-radius:3px;color:#333;text-align:left;}
@media only screen and (max-width: 70em) {
.top-navigation-menu a{font-size:12px;font-size:0.75rem;}
.social-icons-menu li a:before{font-size:21px;}
.page-title, .entry-title{font-size:26px;font-size:1.5rem;}
.type-post .post-thumbnail-small + .entry-header .entry-title,
.widget-category-posts .large-post .entry-title{font-size:22px;font-size:1.375rem;}
.widget-category-posts .medium-post .entry-title{font-size:15px;font-size:0.9375rem;}
.widget-category-posts .small-post .entry-title{font-size:14px;font-size:0.875rem;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link{display:none;}
} @media only screen and (max-width: 65em) {
.content-area{width:74%;}
.sidebar{width:25%;}
.type-post .post-thumbnail-small + .entry-header .entry-title,
.widget-category-posts .large-post .entry-title{font-size:20px;font-size:1.25rem;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image{width:55%;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content{width:45%;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author{display:none;}
.header-copyright{display:none;}
.yandex-partner-1{display:none;}
.yandex-partner-2{display:none;}
} @media only screen and (max-width: 60em) {
.header-main{background:#162D3E;height:200px;}
.banner-header{padding:10px;background:none;}
.add-text{display:none;}
.mpbile-none-960{display:none;}
#topcontrol{display:none;}
.site-branding{float:none;text-align:center;margin:1em 0 0 0;}
.header-widget{float:none;margin:0em 0 0;text-align:center;}
.site-content{padding:0.7em;}
.content-area{padding-right:1.5em;}
.header-bar-wrap{padding:0;}
.header-bar .social-icons-navigation{padding-right:0.5em;}
.top-navigation-menu li{float:none;position:static;}
.top-navigation-menu ul{position:static;display:block;}
.top-navigation-menu ul a{width:auto;float:none;}
.top-navigation-menu li ul ul{margin-left:0;}
.top-navigation-menu li:hover ul ul, .top-navigation-menu li:hover ul ul ul, .top-navigation-menu li:hover ul ul ul ul, .top-navigation-menu li:hover ul, .top-navigation-menu li li:hover ul, .top-navigation-menu li li li:hover ul, .top-navigation-menu li li li li:hover ul{display:inline;}
#top-navigation-toggle-tablet{display:inline-block;}
#top-navigation-toggle-phone{display:none;}
.top-navigation-toggle{display:inline-block;padding:0.8em 1.2em;background:none;}
.top-navigation-toggle:hover, .top-navigation-toggle:active, .top-navigation-toggle:focus{cursor:pointer;background:none;}
.top-navigation-toggle:after{float:left;display:inline-block;font-family:'Genericons';font-size:18px;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:inherit;vertical-align:middle;content:'\f419';color:#2B587A;}
.top-navigation-toggle:hover:after{color:#333;}
.top-navigation-menu{float:left;width:100%;display:none;border-top:2px solid #eee;}
.top-navigation-menu a{display:block;clear:left;font-size:13px;font-size:0.8125rem;padding:0.9em 1.2em;}
.top-navigation-menu ul{width:100%;border-width:1px;border-left:none;border-right:none;padding-left:1em;}
.top-navigation-menu ul a{display:block;width:100%;}
.top-navigation-menu ul ul{border:none;padding-left:2em;}
.top-navigation-menu .submenu-dropdown-toggle{float:right;display:block;margin:0;padding:0.5em 1.2em;}
.top-navigation-menu .submenu-dropdown-toggle:hover{cursor:pointer;}
.top-navigation-menu .submenu-dropdown-toggle:before{font-size:24px;line-height:1;font-family:'Genericons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:inherit;vertical-align:middle;content:'\f431';color:#2B587A;}
.top-navigation-menu .submenu-dropdown-toggle:hover:before{color:#333;}
.top-navigation-menu .submenu-dropdown-toggle.active:before{content:'\f432';}
.top-navigation-menu ul .submenu-dropdown-toggle{padding:0.4em 1em;}
.main-navigation-menu li{float:none;position:static;}
.main-navigation-menu ul{position:static;display:block;}
.main-navigation-menu ul a{width:auto;float:none;}
.main-navigation-menu li ul ul{margin-left:0;}
.main-navigation-menu li:hover ul ul, .main-navigation-menu li:hover ul ul ul, .main-navigation-menu li:hover ul ul ul ul, .main-navigation-menu li:hover ul, .main-navigation-menu li li:hover ul, .main-navigation-menu li li li:hover ul, .main-navigation-menu li li li li:hover ul{display:inline;}
.main-navigation-toggle{float:left;display:inline-block;padding:0.8em 1.2em;background:#444;}
.main-navigation-toggle:hover, .main-navigation-toggle:active{cursor:pointer;background:#2B587A;}
.main-navigation-toggle:after{float:left;display:inline-block;font-size:24px;line-height:1;font-family:'Genericons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:inherit;vertical-align:middle;content:'\f419';color:#fff;}
.main-navigation-menu{float:left;width:100%;display:none;border-top:1px solid #fff;}
.main-navigation-menu a{display:block;clear:left;}
.main-navigation-menu ul{width:100%;}
.main-navigation-menu ul a{display:block;width:100%;}
.main-navigation-menu a:hover, .main-navigation-menu li.current-menu-item a{background:none;text-decoration:underline;}
.main-navigation-menu .submenu-dropdown-toggle{float:right;display:block;margin:0;padding:0.6em 1.2em;}
.main-navigation-menu .submenu-dropdown-toggle:hover{cursor:pointer;}
.main-navigation-menu .submenu-dropdown-toggle:before{font-size:24px;line-height:1;font-family:'Genericons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:inherit;vertical-align:middle;content:'\f431';color:#fff;}
.main-navigation-menu .submenu-dropdown-toggle:hover:before{color:#aaa;}
.main-navigation-menu .submenu-dropdown-toggle.active:before{content:'\f432';}
.main-navigation-menu ul .submenu-dropdown-toggle:before{font-size:20px;}
} @media only screen and (max-width: 55em) {
.site-content{position:relative;padding:0;}
.mpbile-none-880{display:none;}
.content-area, .fullwidth .content-area{float:none;width:100%;padding:1.5em;}
.sidebar{float:none;display:none;position:absolute;top:0;right:0;padding:0.5em;background:#fff;box-shadow:0 0 5px #aaa;width:80%;height:100%;overflow:auto;z-index:200;}
.sidebar-navigation-toggle{float:right;display:inline-block;padding:0.8em 1.2em;background:#444;}
.sidebar-navigation-toggle:hover, .sidebar-navigation-toggle:active{cursor:pointer;background:#2B587A;}
.sidebar-navigation-toggle:after{float:left;display:inline-block;font-size:24px;line-height:1;font-family:'Genericons';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:inherit;vertical-align:middle;content:'\f510';color:#fff;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image{width:50%;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content{width:50%;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link, .widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author{display:inline-block;}
.obz{width:100%;height:auto;margin:10px 0 0 0;text-align:left;padding:0 10px 0 10px;}
.obz:hover{background-color:#EEEEEE;}
#related_posts_box{width:100%;}
} @media only screen and (max-width: 50em) { .site-footer{padding:0;}
.mpbile-none-800{display:none;}
.site-footer .site-info{padding:0.9em 1.5em;}
.footer-navigation{display:block;width:100%;}
.footer-navigation-toggle{float:right;display:inline-block;background:none;padding:0.9em 1.5em;margin-top:-3.2em;}
.footer-navigation-toggle:hover, .footer-navigation-toggle:active, .footer-navigation-toggle:focus{cursor:pointer;background:none;}
.footer-navigation-toggle:after{float:left;display:inline-block;font-family:'Genericons';font-size:18px;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:inherit;vertical-align:middle;content:'\f419';color:#2B587A;}
.footer-navigation-toggle:hover:after{color:#333;}
.footer-navigation-menu{float:left;width:100%;display:none;border-top:2px solid #eee;}
.footer-navigation-menu a{font-size:13px;font-size:0.8125rem;padding:0.9em;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .more-link, .widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author{display:none;}
} @media only screen and (max-width: 45em) {
.type-post .post-thumbnail-small .wp-post-image{float:none;margin:0 0.5em;padding:5px;background:#EEEEEE;border:1px solid #CCCCCC;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.mpbile-none-720{display:none;}
.type-post .post-thumbnail-small + .entry-header .entry-title{font-size:26px;font-size:1.3rem;}
.name_aftor{padding:5px 5px 5px 15px;margin:0px;}
} .single-avatar img{padding:5px;background:#EEEEEE;border:1px solid #CCCCCC;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;float:right;}
.document-viewer-window{text-align:center;font-size:18px;font-weight:bold;color:#ffffff;padding:10px;position:relative;margin:10px 0 0 0;background:#2b579a;background:rgb(48, 97, 171);background:-moz-linear-gradient(90deg, rgb(48, 97, 171) 30%, rgb(55, 111, 196) 70%);background:-webkit-linear-gradient(90deg, rgb(48, 97, 171) 30%, rgb(55, 111, 196) 70%);background:-o-linear-gradient(90deg, rgb(48, 97, 171) 30%, rgb(55, 111, 196) 70%);background:-ms-linear-gradient(90deg, rgb(48, 97, 171) 30%, rgb(55, 111, 196) 70%);background:linear-gradient(180deg, rgb(48, 97, 171) 30%, rgb(55, 111, 196) 70%);}
.presentation-presentation-window{text-align:center;font-size:18px;font-weight:bold;color:#ffffff;padding:10px;position:relative;margin:10px 0 0 0;background:#d24625;background:rgb(210, 76, 46);background:-moz-linear-gradient(90deg, rgb(210, 76, 46) 30%, rgb(210, 86, 58) 70%);background:-webkit-linear-gradient(90deg, rgb(210, 76, 46) 30%, rgb(210, 86, 58) 70%);background:-o-linear-gradient(90deg, rgb(210, 76, 46) 30%, rgb(210, 86, 58) 70%);background:-ms-linear-gradient(90deg, rgb(210, 76, 46) 30%, rgb(210, 86, 58) 70%);background:linear-gradient(180deg, rgb(210, 76, 46) 30%, rgb(210, 86, 58) 70%);}
.download{display:flex;justify-content:space-between;padding:10px 0 0 0;}
.download a{display:block;font-size:14px;color:#fff;text-transform:uppercase;text-decoration:none;padding:8px 16px;border:none;border-radius:3px;transition:all 0.4s ease;cursor:pointer}
.attachments .presentation{color:rgb(255, 255, 255);font-size:15px;padding:10px;margin:0 0 10px 0;text-shadow:0px -1px 3px rgba(30, 30, 30, 0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgb(211, 92, 59);background:-moz-linear-gradient(90deg, rgb(211, 92, 59) 0%, rgb(211, 73, 35) 50%);background:-webkit-linear-gradient(90deg, rgb(211, 92, 59) 0%, rgb(211, 73, 35) 50%);background:-o-linear-gradient(90deg, rgb(211, 92, 59) 0%, rgb(211, 73, 35) 50%);background:-ms-linear-gradient(90deg, rgb(211, 92, 59) 0%, rgb(211, 73, 35) 50%);background:linear-gradient(0deg, rgb(211, 92, 59) 0%, rgb(211, 73, 35) 50%);border-bottom:3px solid #AB3F20;}
.attachments .presentation:hover{color:rgb(255, 255, 255);font-size:15px;padding:10px;text-shadow:0px -1px 3px rgba(30, 30, 30, 0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgb(211, 73, 35);background:-moz-linear-gradient(90deg, rgb(211, 73, 35) 0%, rgb(190, 66, 31) 50%);background:-webkit-linear-gradient(90deg, rgb(211, 73, 35) 0%, rgb(190, 66, 31) 50%);background:-o-linear-gradient(90deg, rgb(211, 73, 35) 0%, rgb(190, 66, 31) 50%);background:-ms-linear-gradient(90deg, rgb(211, 73, 35) 0%, rgb(190, 66, 31) 50%);background:linear-gradient(0deg, rgb(211, 73, 35) 0%, rgb(190, 66, 31) 50%);}
.attachments .document{color:rgb(255, 255, 255);font-size:15px;padding:10px;margin:0 0 10px 0;text-shadow:0px -1px 3px rgba(30, 30, 30, 0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgb(51, 104, 184);background:-moz-linear-gradient(90deg, rgb(51, 104, 184) 0%, rgb(43, 87, 154) 50%);background:-webkit-linear-gradient(90deg, rgb(51, 104, 184) 0%, rgb(43, 87, 154) 50%);background:-o-linear-gradient(90deg, rgb(51, 104, 184) 0%, rgb(43, 87, 154) 50%);background:-ms-linear-gradient(90deg, rgb(51, 104, 184) 0%, rgb(43, 87, 154) 50%);background:linear-gradient(0deg, rgb(51, 104, 184) 0%, rgb(43, 87, 154) 50%);border-bottom:3px solid #244A82;}
.attachments .document:hover{color:rgb(255, 255, 255);font-size:15px;padding:10px;text-shadow:0px -1px 3px rgba(30, 30, 30, 0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgb(43, 87, 154);background:-moz-linear-gradient(90deg, rgb(43, 87, 154) 0%, rgb(37, 75, 133) 50%);background:-webkit-linear-gradient(90deg, rgb(43, 87, 154) 0%, rgb(37, 75, 133) 50%);background:-o-linear-gradient(90deg, rgb(43, 87, 154) 0%, rgb(37, 75, 133) 50%);background:-ms-linear-gradient(90deg, rgb(43, 87, 154) 0%, rgb(37, 75, 133) 50%);background:linear-gradient(0deg, rgb(43, 87, 154) 0%, rgb(37, 75, 133) 50%);}
#get_certificate{color:rgb(255, 255, 255);font-size:15px;padding:10px;margin:0;width:100%;text-shadow:0px -1px 3px rgb(30 30 30 / 80%);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgb(42, 145, 56);background:-moz-linear-gradient(90deg, rgb(138, 186, 67) 30%, rgb(119, 160, 58) 70%);background:-webkit-linear-gradient(90deg, rgb(138, 186, 67) 30%, rgb(119, 160, 58) 70%);background:-o-linear-gradient(90deg, rgb(138, 186, 67) 30%, rgb(119, 160, 58) 70%);background:-ms-linear-gradient(90deg, rgb(138, 186, 67) 30%, rgb(119, 160, 58) 70%);background:linear-gradient(0deg, rgb(138, 186, 67) 30%, rgb(119, 160, 58) 70%);-moz-box-shadow:0px 1px 3px rgba(50, 50, 50, 0.7);border-bottom:3px solid #618132;}
#get_certificate:hover{background:rgb(119, 160, 58);background:-moz-linear-gradient(90deg, rgb(119, 160, 58) 30%, rgb(98, 145, 28) 70%);background:-webkit-linear-gradient(90deg, rgb(119, 160, 58) 30%, rgb(98, 145, 28) 70%);background:-o-linear-gradient(90deg, rgb(119, 160, 58) 30%, rgb(98, 145, 28) 70%);background:-ms-linear-gradient(90deg, rgb(119, 160, 58) 30%, rgb(98, 145, 28) 70%);background:linear-gradient(0deg, rgb(119, 160, 58) 30%, rgb(98, 145, 28) 70%);}
#rcl-post-bar{display:block;}
#rcl-post-bar .post-bar-item a{margin:0px 0px 0px 15px;display:inline-block;font-size:14px;margin:0 0 0 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#E14D52;padding:0 0 0 15px;}
#rcl-post-bar .post-bar-item a::before{content:"Редагувати";margin:0px 0px 0px 15px;}
#rcl-post-bar .post-bar-item a:hover{background:#242424;-webkit-transition:ease 0.3s;transition:ease 0.3s;}
@media only screen and (max-width: 40em) {
.single-avatar img{float:none;}
.download{flex-direction:column;text-align:center;}
.page-title, .entry-title, .type-post .post-thumbnail-small + .entry-header .entry-title{font-size:24px;font-size:1.3rem;}
.entry-footer-meta .meta-comments{display:none;}
.mpbile-none-640{display:none;}
.widget-category-posts-grid .category-posts-grid-row{margin-right:0;}
.widget-category-posts-grid .medium-post-row{margin-right:-1.2em;}
.widget-category-posts-grid .category-posts-grid-row .large-post, .widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .wp-post-image, .widget-category-posts-boxed .category-posts-boxed-vertical .large-post, .widget-category-posts-columns .category-posts-column-left{float:none;width:100%;padding:0;}
.widget-category-posts-boxed .category-posts-boxed-vertical .small-posts, .widget-category-posts-columns .category-posts-column-right{width:100%;padding-top:0.5em;margin-left:0;padding-left:0;}
.widget-category-posts .large-post .wp-post-image{float:left;margin:0 1.5em 0 0;max-width:50%;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content{float:right;width:50%;padding-left:1.5em;}
.widget-category-posts-grid .category-posts-grid-row .large-post{clear:left;}
.widget-category-posts-grid .category-posts-grid-row .large-post .wp-post-image{margin-bottom:1em;}
.widget-category-posts .large-post .entry-content{display:none;}
.widget-category-posts .large-post .entry-meta .meta-author, .widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author{display:block;margin:0;}
} @media only screen and (max-width: 35em) {
.widget-category-posts-grid .medium-post-row{margin-right:0;}
.banner-first{display:none;}
.widget-category-posts .medium-post{float:none;width:100%;padding-right:0;}
.widget-category-posts .medium-post .wp-post-image{float:left;margin:0 1.2em 0 0;max-width:40%;}
.widget-category-posts .medium-post .entry-title{font-size:16px;font-size:1rem;}
.widget-category-posts .large-post .entry-title{font-size:18px;font-size:1.125rem;}
} @media only screen and (max-width: 30em) {
.content-area, .fullwidth .content-area{padding:1.2em;}
.mpbile-none-480{display:none;}
.main-navigation-toggle:after, .sidebar-navigation-toggle:after{font-size:22px;}
.page-title, .entry-title, .type-post .post-thumbnail-small + .entry-header .entry-title{font-size:22px;font-size:1.2rem;}
.alignright, .alignleft{float:none;margin:1em 0;}
#top-navigation-toggle-tablet{display:none;}
#top-navigation-toggle-phone{display:inline-block;}
.social-icons-navigation-toggle{float:right;display:inline-block;padding:0.8em 1.2em;background:none;}
.social-icons-navigation-toggle:hover, .social-icons-navigation-toggle:active, .social-icons-navigation-toggle:focus{cursor:pointer;background:none;}
.social-icons-navigation-toggle:after{float:left;display:inline-block;font-family:'Genericons';font-size:18px;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:inherit;vertical-align:middle;content:'\f510';color:#2B587A;}
.social-icons-navigation-toggle:hover:after{color:#333;}
.header-bar .social-icons-navigation{display:none;border-top:2px solid #eee;width:100%;}
.header-bar .social-icons-menu{float:right;width:100%;}
.widget-category-posts .medium-post .wp-post-image, .widget-category-posts .small-post .wp-post-image{max-width:30%;}
.widget-category-posts .medium-post .entry-title{font-size:14px;font-size:0.875rem;}
.widget-category-posts .large-post .wp-post-image, .widget-category-posts-grid .category-posts-grid-row .large-post .wp-post-image{float:none;margin:0 0 0.2em 0;max-width:100%;}
.widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .post-content{float:none;width:100%;padding:0;}
.widget-category-posts .large-post .entry-title{font-size:20px;font-size:1.25rem;}
.widget-category-posts .large-post .entry-content, .widget-category-posts .large-post .entry-content .more-link{display:inline-block;}
.widget-category-posts .large-post .entry-meta .meta-author, .widget-category-posts-boxed .category-posts-boxed-horizontal .large-post .entry-meta .meta-author{display:inline-block;margin-left:0.8em;}
.line_block-wreper{display:none;}
.document-preview iframe{height:400px;}
.presentation-preview iframe{height:350px;}
} @media only screen and (max-width: 20em) {
.mpbile-none-320{display:none;}
.site-branding .site-title{font-size:28px;font-size:1.75rem;}
.page-title, .entry-title, .type-post .post-thumbnail-small + .entry-header .entry-title{font-size:20px;font-size:1.25rem;}
.entry-meta span, .postinfo span{display:block;}
}  .sidebar-left .content-area{float:right;padding-right:0;padding-left:0.6em;}
.sidebar-left .sidebar{float:left;}
@media only screen and (max-width: 55em) {
.sidebar-left .content-area{float:none;width:100%;padding:0.6em 0.3em;}
.sidebar-left .sidebar{float:none;left:0;right:auto;width:80%;}
h1{font-size:20px;font-size:1.2rem;}
} @media only screen and (min-width: 60em) {
.sticky-navigation .sticky-nav-menu{position:fixed;z-index:100;top:0;width:100%;max-width:998px;border-bottom:2px solid #fff;-webkit-box-shadow:0px 1px 5px 0px rgba(50, 50, 50, 0.5);-moz-box-shadow:0px 1px 5px 0px rgba(50, 50, 50, 0.5);box-shadow:0px 1px 5px 0px rgba(50, 50, 50, 0.5);}
.sticky-navigation.admin-bar .sticky-nav-menu{top:32px;}
}  @media only screen and (min-width: 60em) {
.main-navigation-menu, .top-navigation-menu{display:block !important;}
.main-navigation-menu li.menu-item:hover a{background:#2B587A;}
} @media only screen and (min-width: 55em) {
.sidebar{display:block;width:26%;position:static;}
}
@media only screen and (min-width: 65em) {
.sidebar{width:25.4%;}
} @media only screen and (min-width: 50em) {
.footer-navigation-menu{display:block !important;}
} @media only screen and (min-width: 30em) {
.header-bar .social-icons-navigation{display:block !important;}
} .related-post{color:#FFF;background-color:#2B587A;padding:8px;text-transform:uppercase;}
.load-more(
text-transform: uppercase;
color:#FF00AE;
) .top-comment{width:290px;margin:0 0 -10px -10px;}
.top-comment .commentator{float:left;width:72px;margin:0 0 10px 6px;}
.top-comment .avatar-top img{width:60px;height:60px;background:#f4f4f4;margin:0 0 3px;}
.top-comment .avatar-comment{margin:0 0 5px;font:normal 12px Arial, sans-serif;color:#0779b3;}
.top-comment .avatar-comment a{color:#117eb6;}
.top-comment .avatar-comment a:hover{text-decoration:underline;color:#fe7506;}
.grey{padding:0 0 0 30px;background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/topcomm.jpg) no-repeat center center;color:#858585;}
.block-banner{border:1px solid rgb(66 133 244 / 15%);display:inline-table;width:-webkit-fill-available;margin:10px 0 0 0;padding:0 0 5px 5px;}
.Rate_my_Post{float:right;margin:8px 0 0 0;}
.views{float:left;}
.yandex-partner-1{width:100%;margin:7px 0 0 0;background-color:#FFF;border-bottom:1px dashed #C2C4C6;border-top:1px dashed #C2C4C6;}
.yandex-partner-2{width:100%;margin:0px;background-color:#FFF;border-bottom:3px dashed #C2C4C6;border-top:1px dashed #C2C4C6;}
.wpuf_customs{margin:5px;padding:35px 10px 10px 10px;border-bottom:1px dashed #C2C4C6;border-top:1px dashed #C2C4C6;background:#FFF url(//super.urok-ua.com/wp-content/themes/super-merlin/images/avtor.png) no-repeat left top;}
.wpuf_customs li{font-size:0.9rem;color:#3B3B3B;}
.wpuf_customs li a{font-size:1rem;border-bottom:0px solid #244965;color:#0274A9;margin:0px 0 0 0;background:url(//super.urok-ua.com/wp-content/themes/super-merlin/images/download.png) no-repeat left center;padding:4px 10px 4px 35px;font-weight:bold;}
.wpuf_customs li a:hover{color:#3B3B3B;border-bottom:0px solid #244965;}
#post_content_ifr{width:100%;height:500px;display:block;}
.miniature{padding:5px;background:#EEEEEE;border:1px solid #CCCCCC;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
#banner-shop-responsive{margin:0 auto;font-weight:bold;color:#ffffff;font-size:1.4rem;background:#4c8cbd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0px 2px 3px 0px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 2px 3px 0px rgba(50, 50, 50, 0.75);box-shadow:0px 2px 3px 0px rgba(50, 50, 50, 0.75);}
.banner-row{width:100%;}
.banner-half, .banner-full{float:left;position:relative;padding:0.5rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0px solid #000;}
.clearfix:after{content:"";display:table;clear:both;}
@media only screen and (min-width: 48em) {
.banner-half{width:50%;}
} #content-responsive{max-width:100%;margin:0 auto;width:100%;border:0px solid #E0E2E4;}
.content-row{width:100%;}
.content-half, .content-full{float:left;position:relative;padding:0.5rem;width:100%;}
.clearfix:after{content:"";display:table;clear:both;}
@media only screen and (min-width: 48em) {
.content-half{width:50%;}
} #share-responsive{max-width:100%;margin:0 auto;width:100%;border-top:1px solid #C3CBD4;border-bottom:1px solid #C3CBD4;background:#EEEEEE;}
.share-row{width:100%;}
.share-half{float:left;position:relative;width:100%;}
.clearfix:after{content:"";display:table;clear:both;}
@media only screen and (min-width: 48em) {
.share-half{width:50%;}
}
#share{width:100%;text-align:center;margin:10px 0;}
.push{display:inline-block;width:200px;line-height:30px;margin:10px 10px;text-align:center;color:#fff;cursor:pointer;font-size:1rem;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.facebook{background-color:#3b5998;}
.facebook:hover{background-color:#2d4373;color:#fff;text-decoration:none;}
.google{background-color:#dd4b39;}
.google:hover{background-color:#c23321;color:#fff;text-decoration:none;}
.pinterest{background-color:#bd081c;}
.pinterest:hover{background-color:#881f12;color:#fff;text-decoration:none;}
.viber{background-color:#665cac;}
.viber:hover{background-color:#881f12;color:#fff;text-decoration:none;}
.twitter{background-color:#55acee;}
.twitter:hover{background-color:#2795e9;color:#fff;text-decoration:none;}
.vkontakte{background-color:#587ea3;}
.vkontakte:hover{background-color:#466482;color:#fff;text-decoration:none;}
.ok{background-color:#ee8208;}
.ok:hover{background-color:#a05f20;color:#fff;text-decoration:none;}
.soc-page{display:inline-block;width:100%;min-width:100px;line-height:35px;margin:5px 4px 5px 0px;font-size:16px;text-align:center;color:#fff;cursor:pointer;}
.fac{background-color:#237EE5;border-bottom:5px solid #2d4373;}
.fac:hover{background-color:#2B587A;color:#fff;}
.goog{background-color:#dd4b39;border-bottom:5px solid #c23321;}
.goog:hover{background-color:#c23321;color:#fff;}
.twit{background-color:#55acee;border-bottom:5px solid #2795e9;}
.twit:hover{background-color:#2795e9;color:#fff;}
.vk{background-color:#587ea3;border-bottom:5px solid #466482;}
.vk:hover{background-color:#466482;}
.od{background-color:#ee8208;border-bottom:5px solid #DE7600;}
.od:hover{background-color:#DE7600;color:#fff;}
.vote-block{overflow:hidden;margin:0 10px 0 0;padding-bottom:20px;float:left;vertical-align:middle;position:relative;}
.vote-block .rating-info{position:absolute;bottom:0;left:0;font-size:12px;}
.vote-block span.rating-text{font-size:14px;display:block;float:left;margin-left:5px;margin-top:5px}
.vote-block .rating{list-style:none;margin:0 10px 0 0;padding:0;height:15px;float:left;vertical-align:middle;background:none !important;}
.vote-block .rating:hover li{background-image:url(//super.urok-ua.com/wp-content/themes/super-merlin/ratings/star.png);}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.vote-block .rating:hover li{background-image:url(//super.urok-ua.com/wp-content/themes/super-merlin/ratings/star.png);background-size:16px 45px !important;}
}
.vote-block .rating li{display:block;width:29px;height:27px;float:right;text-indent:-9999px;cursor:pointer;margin-bottom:0px !important;}
.vote-block .rating li:hover, .vote-block .rating li:hover ~ li{background-position:0 -27px;}
.vote-block.disabled .rating li.current{display:block;z-index:10;}
.vote-block .rating li.active, .vote-block .rating li.active ~ li{background-position:0 -45px;}
.vote-block li.current{display:none;}
.vote-block ol.show-current{position:relative;padding:0px !important;margin:3px 0px 0px 0px !important;}
.vote-block ol.show-current li{cursor:default;z-index:2;position:relative;}
.vote-block ol.show-current li.current{position:absolute;top:0;left:0;display:block;width:100%;z-index:1;background-position:0 0;background-repeat:repeat-x;background-image:url(//super.urok-ua.com/wp-content/themes/super-merlin/ratings/star.png);}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.vote-block ol.show-current li.current{background-image:url(//super.urok-ua.com/wp-content/themes/super-merlin/ratings/star.png);background-size:16px 45px !important;}
}
.vote-block ol.show-current li.current span{display:block;height:27px;width:0;background:inherit;background-position:0 -54px;}
.masonry{margin:0em 0;padding:0;column-gap:0.2em;-moz-column-gap:0.2em;-webkit-column-gap:0.2em;font-size:1em;}
.item{display:inline-block;background:#fff;padding:0em;margin:0em;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:0px solid #9F1D35;}
.masonry img{max-width:90%;height:auto;display:block;margin:0 auto;}
.item a{text-decoration:none;color:#359CC6;margin:0px 5px;padding:5px 0 10px 0;}
.item a:hover{color:#E88F00;border-bottom:1px solid #D6D6D6;}
.my-block{box-shadow:#F5F5F5 0px 2px 3px, #F5F5F5 0 0 3px inset;list-style:none;margin:0px;text-align:center;overflow:hidden;border:#D6D6D6 solid 1px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background:#FFF;display:block;}
.my-block:hover{background-color:#EEEEEE;text-decoration:underline !important}
.my-block-img{padding:5px;background:#FFFFFF;border:2px solid #EEEEEE;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
@media only screen and (min-width: 200px) {
.masonry{-moz-column-count:2;-webkit-column-count:2;column-count:2;}
@media only screen and (min-width: 700px) {
.masonry{-moz-column-count:3;-webkit-column-count:3;column-count:3;}
}
@media only screen and (min-width: 900px) {
.masonry{-moz-column-count:4;-webkit-column-count:4;column-count:4;}
}
}  input[type="file"]{-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-appearance:none;background-color:#4c8cbd;color:#fff;width:100%;padding:0px;border:solid 1px #FFF;cursor:pointer;}
input[type=file]::-webkit-file-upload-button{width:0;padding:5px 0;margin:0px;-webkit-appearance:none;border:none;}
input[type="file"]:after{-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;content:'Вибрати файл';margin:0px;display:inline-block;left:100%;position:relative;background:#A69466;color:#FFF;padding:2px 5px;border:solid 1px #94845B !important;}
input, select{margin:0;padding:0;outline:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
select, div.styled{width:12em;border:solid 1px #CCCCCC;padding:0.3em;}
ul.wpuf_customs li:nth-child(5),
ul.wpuf_customs li:nth-child(6){display:none!important;}
.preview-block__btn{max-width:350px;margin-top:35px;}
.custom-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70%;height:40px;padding-top:2px;border:none;border:2px solid #FFFFFF;position:relative;font-size:17px;font-weight:bold;color:#000;text-align:center;text-transform:uppercase;cursor:pointer;overflow:hidden;background:#EEE;-webkit-transition:ease 0.3s;transition:ease 0.3s;margin:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.custom-btn:after{content:"";display:block;width:30px;height:300px;margin-left:60px;background:#fff;background:-moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );position:absolute;left:-40px;top:-150px;z-index:1;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.1s;transition:all 0.1s;-webkit-animation-name:slideme;animation-name:slideme;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-delay:0.05s;animation-delay:0.05s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
@-webkit-keyframes slideme {
0%{left:-30px;margin-left:0px;}
30%{left:110%;margin-left:80px;}
100%{left:110%;margin-left:80px;}
} .presentation-post{text-align:center;font-size:18px;font-weight:bold;color:#ffffff;padding:7px 0;background:#D24625;margin-top:10px;}
.file-post{text-align:center;font-size:18px;font-weight:bold;color:#ffffff;padding:7px 0;background:#2B579A;margin-top:10px;}
.gsc-results .gsc-cursor-box .gsc-cursor-page{border:2px solid #397776!important;background:#ecf6f6!important;color:#232323!important;padding:2px 8px!important;text-decoration:none!important;font:bold 13px "Century Gothic",CenturyGothic,AppleGothic,sans-serif!important;transition:background .25s ease-in-out,color .25s ease-in-out;text-shadow:none!important}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{border:2px solid #397776!important;background:#397776!important;color:#fff!important;padding:2px 8px!important;display:inline-block!important;width:30px!important;font-size:16px!important;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif!important;cursor:pointer!important}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{background:#397776!important;color:#fff!important}
.gsc-adBlock{display:none!important;}
.Related_Posts_block{background:#eeeeee;padding:0px 0px 1px 0px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.Related_Posts_h{text-align:center;padding:7px;background:#2b587a;color:white;font-size:1rem;text-transform:uppercase;}
.Related_Posts{border:1px solid #CCCCCC;display:flow-root;margin:10px 10px 10px 10px;background:white;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:10px;}
.Related_Posts img{display:inline;float:left;margin-right:0.8em;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.name_aftor::before{font-family:'FontAwesome';content:"\f02d";margin-right:5px;}
.baner-sertificat{padding:5px;border:1px solid #D5DEE8;background:#FFFFFF;}
a.button13{display:inline-block;width:100%;font-size:90%;color:rgba(255,255,255,.9);text-shadow:#2e7ebd 0 1px 2px;text-decoration:none;text-align:center;line-height:1.1;white-space:pre-line;padding:.7em 0;margin-top:5px;outline:none;background:#60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;}
a.button13:first-line{font-size:150%;font-weight:700;}
a.button13:hover{color:rgb(255,255,255);background-image:linear-gradient(#9dc7e7, #74afdd 50%, #378bce);}
a.button13:active{color:rgb(255,255,255);border-color:#2970a9;background-image:linear-gradient(#5796c8, #6aa2ce);box-shadow:none;}
#nsl-custom-login-form-2{display:none;}
.Social-Login{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;margin-bottom:10px;background:#fafafa;font-size:0.9rem;padding:10px 5px 0 5px;color:#3c434a;}
div.nsl-container.nsl-container-block .nsl-container-buttons{width:100%;padding:0px 0px 5px 0px;max-width:420px;margin:0 auto;}
#nsl-notices-fallback{width:100%;}
#nsl-notices-fallback > div.error{background:#b1373b;color:white;margin:0 auto;max-width:500px;border-radius:3px;}
#nsl-notices-fallback > div.updated{background:#4AA254;color:white;max-width:500px;margin:0 auto;border-radius:3px;}
.admin-bar #nsl-notices-fallback{width:100%;}
#nsl-notices-fallback{margin:65px 0 0 0;left:0px;}
.social-login-text{font-size:14px;color:#555;text-align:center;}
.ap-popup,.ap-popup2,.ap-popup3{position:fixed;z-index:9999;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:none;}
.ap-popup__block{padding:30px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#f0f0f0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px;max-width:-webkit-calc(100% - 30px);max-width:-moz-calc(100% - 30px);max-width:calc(100% - 30px);-webkit-transition:.2s;-o-transition:.2s;-moz-transition:.2s;transition:.2s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.ap-popup__area{margin-bottom:15px;}
.ap-popup__area textarea{height:102px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #b4c7d4;width:100%;resize:none;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.ap-popup__title{color:#114361;font-size:24px;margin-bottom:20px;font-weight:bold;}
.ap-popup__width{margin-bottom:15px;}
.ap-popup__width span{display:inline-block;margin-right:10px;color:#828282;}
.ap-popup__width input{width:100px;height:34px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #b4c7d4;background-color:#ffffff;outline:none;color:#777777;padding:0 10px;line-height:34px;text-align:center;}
.ap-popup__btn{display:inline-block;background-color:#4C8CBD;color:#ffffff;font-size:22px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:6px 24px 8px;font-weight:lighter;outline:none;cursor:pointer;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;}
.ap-popup__btn:hover{background-color:#114361;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;}
.ap-popup__bottom{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}
.ap-popup__info{position:relative;padding-left:10px;font-size:20px;font-weight:300;line-height:1.2;color:#67bd0a;margin-left:10px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;}
.ap-popup__info.visible{opacity:1;visibility:visible;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;}
.ap-popup__info span{color:#67bd0a;font-size:40px;margin-right:15px;}
.ap-popup__modal-btn{font-size:14px;border:1px solid #fff;display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:15px;color:#fff;cursor:pointer;padding:5px 15px;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;}
.ap-popup__modal-btn:hover{color:#2b579a;background:#ffffff;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;}
@media(max-width:567px){
.ap-popup__modal-btn{position:static;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;margin-top:15px;display:none;}
.ap-popup__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.ap-popup__info{margin-left:0;padding-left:0;display:none;}
.ap-popup__info.visible{display:block;}
.ap-popup__info br{display:none;}
} .pey-link{display:inline-block;text-transform:uppercase;text-decoration:none;font-size:15px;background:#4C8CBD;border:10px solid #FFF;margin:0;padding:10px 25px;background:#4C8CBD;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;color:#fff;cursor:pointer;}
.pey-link:link, .pey-link:visited{color:#fff;}
.pey-link:hover, .pey-link:active{background:#3777BC;text-decoration:none;background:#336891;}
.custom-post-bar{display:flex;justify-content:space-between;align-items:center;margin:15px 0 0 0;flex-wrap:wrap;gap:10px;}
.clear-cache-link, .edit-post-link{display:inline-block;padding:7px 10px;font-size:14px;color:#fff !important;border-radius:5px;text-decoration:none;transition:background-color 0.3s ease;}
.clear-cache-link{background-color:#4CAF50;}
.clear-cache-link:hover{background-color:#45a049;}
.edit-post-link{background-color:#E14D52;}
.edit-post-link:hover{background-color:#c7444a;}
.clear-cache-link i, .edit-post-link i{margin-right:5px;}
fieldset{border:1px solid #A5C2D8;display:inline-block;width:100%;width:-webkit-fill-available;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:10px 0px;}
legend{color:#336891;}
.update_desc{background-color:#dae1e8;border:0;color:#333;cursor:pointer;font-size:16px;padding:5px;margin:-10px -10px -11px -10px;float:right;border-radius:5px 0 5px 0;}
.update_desc:hover{background-color:#A5C2D8;color:#333;}
.update_desc_now{background-color:#dae1e8;border:0px solid #000;color:#333;cursor:pointer;font-size:16px;padding:7px;margin:10px 0;-webkit-border-radius:3px;border-radius:3px;width:100%;display:block;}
.update_desc_now:hover {
background-color: #A5C2D8;
color: #333;
}@font-face{font-family:'Genericons';src:url(//super.urok-ua.com/wp-content/themes/super-merlin/css/genericons/Genericons.eot);}
@font-face{font-family:'Genericons';src:url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url(//super.urok-ua.com/wp-content/themes/super-merlin/css/genericons/Genericons.ttf) format('truetype'), url(//super.urok-ua.com/wp-content/themes/super-merlin/css/genericons/Genericons.svg#genericonsregular) format('svg');font-weight:normal;font-style:normal;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face{font-family:"Genericons";src:url(https://super.urok-ua.com/wp-content/themes/super-merlin/css/genericons/Genericons.svg#Genericons) format("svg");}
} .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;}
.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-next: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"; }