@charset "UTF-8";
:root{--mypopup-font-size:16px}.mypopup-body .mypopup-button,.mypopup-button{display:inline-block;padding:.5rem 1.5rem;font-size:1rem;line-height:1.5;border:none;background:#3960ff;color:#fff;border-radius:3px;-webkit-transition:.2s;transition:.2s;text-decoration:none;cursor:pointer}.mypopup-body .mypopup-button:hover,.mypopup-button:hover{color:#fff;opacity:.9;-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}.mypopup-body .mypopup-button:focus,.mypopup-button:focus{outline:0}.mypopup-over{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#000;border:1px solid rgba(0,0,0,.2);-webkit-transition:opacity .15s;transition:opacity .15s;z-index:99998}.mypopup-scroll-lock{overflow:hidden}.mypopup-modal-container{display:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px}.mypopup-modal-container *,.mypopup-modal-container :after,.mypopup-modal-container :before{-webkit-box-sizing:border-box;box-sizing:border-box}.mypopup-modal{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;width:350px;margin:60px 20px;pointer-events:none;text-align:center;z-index:99999;max-width:100%;max-height:100%}.mypopup-modal__form{gap:.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mypopup-modal__form>.button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mypopup-modal__form label{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.mypopup-modal__message{width:100%}.mypopup-modal__message--error{color:red}.mypopup-modal__message--success{color:green}.mypopup-modal_position_center-left,.mypopup-modal_position_top-left{top:0;left:0}.mypopup-modal_position_center-center,.mypopup-modal_position_top-center{top:0;left:0;right:0;margin-left:auto;margin-right:auto}.mypopup-modal_position_center-right,.mypopup-modal_position_top-right{top:0;right:0}.mypopup-modal_position_bottom-left{bottom:0;left:0}.mypopup-modal_position_bottom-left{bottom:0;left:0;margin-bottom:20px}.mypopup-modal_position_bottom-center{bottom:0;left:0;right:0;margin-left:auto;margin-right:auto;margin-bottom:20px}.mypopup-modal_position_bottom-right{bottom:0;right:0;margin-bottom:20px}.mypopup-modal-content{display:inline-block;width:100%;pointer-events:auto;background-clip:padding-box;outline:0;padding:20px;text-align:left;z-index:20}.mypopup-modal-content__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mypopup-modal-content__wrap--icon-left-bottom,.mypopup-modal-content__wrap--icon-left-center,.mypopup-modal-content__wrap--icon-left-top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.mypopup-modal-content__wrap--icon-top-center,.mypopup-modal-content__wrap--icon-top-left,.mypopup-modal-content__wrap--icon-top-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mypopup-modal-content__wrap--icon-right-bottom,.mypopup-modal-content__wrap--icon-right-center,.mypopup-modal-content__wrap--icon-right-top{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mypopup-modal-content__wrap--icon-bottom-center,.mypopup-modal-content__wrap--icon-bottom-left,.mypopup-modal-content__wrap--icon-bottom-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.mypopup-modal-content__wrap--icon-bottom-left,.mypopup-modal-content__wrap--icon-left-top,.mypopup-modal-content__wrap--icon-right-top,.mypopup-modal-content__wrap--icon-top-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mypopup-modal-content__wrap--icon-bottom-right,.mypopup-modal-content__wrap--icon-left-bottom,.mypopup-modal-content__wrap--icon-right-bottom,.mypopup-modal-content__wrap--icon-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.mypopup-body{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%}.mypopup-body p{margin:.5em 0}.mypopup-body p:first-child{margin-top:0}.mypopup-body p:last-child{margin-bottom:0}.mypopup-body p:empty{margin:0}.mypopup-body p+p{margin-top:1.3em}.mypopup-body a{color:inherit}.mypopup-body a:hover{color:inherit}.mypopup-body .input,.mypopup-body input[type=color],.mypopup-body input[type=date],.mypopup-body input[type=datetime-local],.mypopup-body input[type=datetime],.mypopup-body input[type=email],.mypopup-body input[type=month],.mypopup-body input[type=number],.mypopup-body input[type=password],.mypopup-body input[type=range],.mypopup-body input[type=search],.mypopup-body input[type=tel],.mypopup-body input[type=text],.mypopup-body input[type=time],.mypopup-body input[type=url],.mypopup-body input[type=week],.mypopup-body select,.mypopup-body textarea{padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#111;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.mypopup-body .input:focus,.mypopup-body input[type=color]:focus,.mypopup-body input[type=date]:focus,.mypopup-body input[type=datetime-local]:focus,.mypopup-body input[type=datetime]:focus,.mypopup-body input[type=email]:focus,.mypopup-body input[type=month]:focus,.mypopup-body input[type=number]:focus,.mypopup-body input[type=password]:focus,.mypopup-body input[type=range]:focus,.mypopup-body input[type=search]:focus,.mypopup-body input[type=tel]:focus,.mypopup-body input[type=text]:focus,.mypopup-body input[type=time]:focus,.mypopup-body input[type=url]:focus,.mypopup-body input[type=week]:focus,.mypopup-body select:focus,.mypopup-body textarea:focus{border:1px solid #454749}.mypopup-modal-close{position:absolute;top:-20px;right:-20px;cursor:pointer;color:#fff;line-height:.5;opacity:.8}.mypopup-modal-close:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px}.mypopup-modal-close:hover{opacity:1}.mypopup-modal-close svg{width:20px;height:20px}.mypopup-button-close--size-large:before{font-size:42px}.mypopup-button-close--size-small:before{font-size:24px}.mypopup-button-close--location-outside:before{text-shadow:0 0 5px rgba(0,0,0,.2)} :root{--mypopup-animate-duration:1s}.mypopup-modal{-webkit-animation-duration:var(--mypopup-animate-duration);animation-duration:var(--mypopup-animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}@media print,(prefers-reduced-motion:reduce){.mypopup-modal{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}@-webkit-keyframes mypopup-backInDown{0%{-webkit-transform:translateY(-300px) scale(.7);transform:translateY(-300px) scale(.7);opacity:0}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes mypopup-backInDown{0%{-webkit-transform:translateY(-300px) scale(.7);transform:translateY(-300px) scale(.7);opacity:0}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.mypopup--animation-backInDown{-webkit-animation-name:mypopup-backInDown;animation-name:mypopup-backInDown}@-webkit-keyframes mypopup-backInLeft{0%{-webkit-transform:translateX(-300px) scale(.7);transform:translateX(-300px) scale(.7);opacity:0}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes mypopup-backInLeft{0%{-webkit-transform:translateX(-300px) scale(.7);transform:translateX(-300px) scale(.7);opacity:0}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.mypopup--animation-backInLeft{-webkit-animation-name:mypopup-backInLeft;animation-name:mypopup-backInLeft}@-webkit-keyframes mypopup-backInRight{0%{-webkit-transform:translateX(300px) scale(.7);transform:translateX(300px) scale(.7);opacity:0}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes mypopup-backInRight{0%{-webkit-transform:translateX(300px) scale(.7);transform:translateX(300px) scale(.7);opacity:0}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.mypopup--animation-backInRight{-webkit-animation-name:mypopup-backInRight;animation-name:mypopup-backInRight}@-webkit-keyframes mypopup-backInUp{0%{-webkit-transform:translateY(300px) scale(.7);transform:translateY(300px) scale(.7);opacity:0}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes mypopup-backInUp{0%{-webkit-transform:translateY(300px) scale(.7);transform:translateY(300px) scale(.7);opacity:0}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.mypopup--animation-backInUp{-webkit-animation-name:mypopup-backInUp;animation-name:mypopup-backInUp}@-webkit-keyframes mypopup-bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes mypopup-bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.mypopup--animation-bounceIn{-webkit-animation-name:mypopup-bounceIn;animation-name:mypopup-bounceIn}@-webkit-keyframes mypopup-bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-bounceInDown{-webkit-animation-name:mypopup-bounceInDown;animation-name:mypopup-bounceInDown}@-webkit-keyframes mypopup-bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-bounceInLeft{-webkit-animation-name:mypopup-bounceInLeft;animation-name:mypopup-bounceInLeft}@-webkit-keyframes mypopup-bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-bounceInRight{-webkit-animation-name:mypopup-bounceInRight;animation-name:mypopup-bounceInRight}@-webkit-keyframes mypopup-bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-bounceInUp{-webkit-animation-name:mypopup-bounceInUp;animation-name:mypopup-bounceInUp}@-webkit-keyframes mypopup-fadeIn{from{opacity:0}to{opacity:1}}@keyframes mypopup-fadeIn{from{opacity:0}to{opacity:1}}.mypopup--animation-fadeIn{-webkit-animation-name:mypopup-fadeIn;animation-name:mypopup-fadeIn}@-webkit-keyframes mypopup-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInDown{-webkit-animation-name:mypopup-fadeInDown;animation-name:mypopup-fadeInDown}@-webkit-keyframes mypopup-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInLeft{-webkit-animation-name:mypopup-fadeInLeft;animation-name:mypopup-fadeInLeft}@-webkit-keyframes mypopup-fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInRight{-webkit-animation-name:mypopup-fadeInRight;animation-name:mypopup-fadeInRight}@-webkit-keyframes mypopup-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInUp{-webkit-animation-name:mypopup-fadeInUp;animation-name:mypopup-fadeInUp}@-webkit-keyframes mypopup-fadeInTopLeft{from{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInTopLeft{from{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInTopLeft{-webkit-animation-name:mypopup-fadeInTopLeft;animation-name:mypopup-fadeInTopLeft}@-webkit-keyframes mypopup-fadeInTopRight{from{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInTopRight{from{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInTopRight{-webkit-animation-name:mypopup-fadeInTopRight;animation-name:mypopup-fadeInTopRight}@-webkit-keyframes mypopup-fadeInBottomLeft{from{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInBottomLeft{from{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInBottomLeft{-webkit-animation-name:mypopup-fadeInBottomLeft;animation-name:mypopup-fadeInBottomLeft}@-webkit-keyframes mypopup-fadeInBottomRight{from{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes mypopup-fadeInBottomRight{from{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mypopup--animation-fadeInBottomRight{-webkit-animation-name:mypopup-fadeInBottomRight;animation-name:mypopup-fadeInBottomRight}@-webkit-keyframes mypopup-flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,45deg) translateZ(50px);transform:perspective(400px) rotate3d(1,0,0,45deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-10deg) translateZ(50px);transform:perspective(400px) rotate3d(1,0,0,-10deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,2deg) translateZ(30px);transform:perspective(400px) rotate3d(1,0,0,2deg) translateZ(30px);opacity:1}80%{-webkit-transform:perspective(400px) translateZ(10px);transform:perspective(400px) translateZ(10px)}to{-webkit-transform:perspective(400px) translateZ(1px);transform:perspective(400px) translateZ(1px)}}@keyframes mypopup-flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,45deg) translateZ(50px);transform:perspective(400px) rotate3d(1,0,0,45deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-10deg) translateZ(50px);transform:perspective(400px) rotate3d(1,0,0,-10deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,2deg) translateZ(30px);transform:perspective(400px) rotate3d(1,0,0,2deg) translateZ(30px);opacity:1}80%{-webkit-transform:perspective(400px) translateZ(10px);transform:perspective(400px) translateZ(10px)}to{-webkit-transform:perspective(400px) translateZ(1px);transform:perspective(400px) translateZ(1px)}}.mypopup--animation-flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:mypopup-flipInX;animation-name:mypopup-flipInX}@-webkit-keyframes mypopup-flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,45deg) translateZ(50px);transform:perspective(400px) rotate3d(0,1,0,45deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-10deg) translateZ(50px);transform:perspective(400px) rotate3d(0,1,0,-10deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,2deg) translateZ(30px);transform:perspective(400px) rotate3d(0,1,0,2deg) translateZ(30px);opacity:1}80%{-webkit-transform:perspective(400px) translateZ(10px);transform:perspective(400px) translateZ(10px)}to{-webkit-transform:perspective(400px) translateZ(1px);transform:perspective(400px) translateZ(1px)}}@keyframes mypopup-flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,45deg) translateZ(50px);transform:perspective(400px) rotate3d(0,1,0,45deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-10deg) translateZ(50px);transform:perspective(400px) rotate3d(0,1,0,-10deg) translateZ(50px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,2deg) translateZ(30px);transform:perspective(400px) rotate3d(0,1,0,2deg) translateZ(30px);opacity:1}80%{-webkit-transform:perspective(400px) translateZ(10px);transform:perspective(400px) translateZ(10px)}to{-webkit-transform:perspective(400px) translateZ(1px);transform:perspective(400px) translateZ(1px)}}.mypopup--animation-flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:mypopup-flipInY;animation-name:mypopup-flipInY}@-webkit-keyframes mypopup-rotateIn{from{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes mypopup-rotateIn{from{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.mypopup--animation-rotateIn{-webkit-animation-name:mypopup-rotateIn;animation-name:mypopup-rotateIn;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes mypopup-rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes mypopup-rotateInDownLeft{from{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.mypopup--animation-rotateInDownLeft{-webkit-animation-name:mypopup-rotateInDownLeft;animation-name:mypopup-rotateInDownLeft;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes mypopup-rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes mypopup-rotateInDownRight{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.mypopup--animation-rotateInDownRight{-webkit-animation-name:mypopup-rotateInDownRight;animation-name:mypopup-rotateInDownRight;-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes mypopup-rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes mypopup-rotateInUpLeft{from{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.mypopup--animation-rotateInUpLeft{-webkit-animation-name:mypopup-rotateInUpLeft;animation-name:mypopup-rotateInUpLeft;-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes mypopup-rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes mypopup-rotateInUpRight{from{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.mypopup--animation-rotateInUpRight{-webkit-animation-name:mypopup-rotateInUpRight;animation-name:mypopup-rotateInUpRight;-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes mypopup-zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes mypopup-zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.mypopup--animation-zoomIn{-webkit-animation-name:mypopup-zoomIn;animation-name:mypopup-zoomIn}.mypopup-social-links,.mypopup-social-widget{margin-top:20px}.mypopup-social-buttons--align-left{text-align:left}.mypopup-social-buttons--align-center{text-align:center}.mypopup-social-buttons--align-right{text-align:right}.mypopup-social-button{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0 .5em;height:2em;margin:0 2px;background:#5a80b1;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px}.mypopup-social-button:last-child{margin-right:0}.mypopup-social-button:hover{opacity:.7;filter:"alpha(opacity=70)";-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.mypopup-social-button:before{content:"";display:block;height:100%;width:100%;margin-left:.2em;margin-right:.2em;text-align:center;color:#fff}.mypopup-social-button span{white-space:nowrap;margin-left:.3em;margin-right:.3em}.mypopup-social-button span[data-counter]{margin:0 .5em;font-size:.8em}.mypopup-social-button span[data-counter]:empty{display:none}.mypopup-social-button--facebook{background:#4267b2}.mypopup-social-button--facebook:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--vkontakte{background:#4a76a8}.mypopup-social-button--vkontakte:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.785 16.241s.288-.032.436-.194c.136-.148.132-.427.132-.427s-.02-1.304.576-1.496c.588-.19 1.341 1.26 2.14 1.818.605.422 1.064.33 1.064.33l2.137-.03s1.117-.071.587-.964c-.043-.073-.308-.661-1.588-1.87-1.34-1.264-1.16-1.059.453-3.246.983-1.332 1.376-2.145 1.253-2.493-.117-.332-.84-.244-.84-.244l-2.406.015s-.178-.025-.31.056c-.13.079-.212.262-.212.262s-.382 1.03-.89 1.907c-1.07 1.85-1.499 1.948-1.674 1.832-.407-.267-.305-1.075-.305-1.648 0-1.793.267-2.54-.521-2.733-.262-.065-.454-.107-1.123-.114-.858-.009-1.585.003-1.996.208-.274.136-.485.44-.356.457.159.022.519.099.71.363.246.341.237 1.107.237 1.107s.142 2.11-.33 2.371c-.325.18-.77-.187-1.725-1.865-.489-.859-.859-1.81-.859-1.81s-.07-.176-.198-.272c-.154-.115-.37-.151-.37-.151l-2.286.015s-.343.01-.469.161C3.94 7.721 4.043 8 4.043 8s1.79 4.258 3.817 6.403c1.858 1.967 3.968 1.838 3.968 1.838h.957z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--twitter{background:#00aced}.mypopup-social-button--twitter:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 0 1-1.885.517 3.294 3.294 0 0 0 1.443-1.816 6.575 6.575 0 0 1-2.085.796 3.283 3.283 0 0 0-5.593 2.994A9.32 9.32 0 0 1 5.114 6.6a3.28 3.28 0 0 0 1.016 4.382 3.274 3.274 0 0 1-1.487-.41v.041a3.285 3.285 0 0 0 2.633 3.218 3.305 3.305 0 0 1-1.482.056 3.286 3.286 0 0 0 3.066 2.28A6.585 6.585 0 0 1 4 17.524 9.291 9.291 0 0 0 9.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0 0 20 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--odnoklassniki{background:#f2720c}.mypopup-social-button--odnoklassniki:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--telegram{background:#289fd9}.mypopup-social-button--telegram:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--youtube{background:red}.mypopup-social-button--youtube:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M462.308 171.799c0 0-4.111-29.026-16.774-41.771-16.034-16.774-33.96-16.857-42.183-17.843-58.875-4.276-147.269-4.276-147.269-4.276h-0.164c0 0-88.394 0-147.269 4.276-8.223 0.987-26.148 1.069-42.183 17.843-12.663 12.745-16.692 41.771-16.692 41.771s-4.194 34.042-4.194 68.166v31.904c0 34.042 4.194 68.166 4.194 68.166s4.111 29.026 16.692 41.771c16.034 16.774 37.084 16.199 46.458 18.008 33.713 3.207 143.157 4.194 143.157 4.194s88.476-0.164 147.351-4.358c8.223-0.987 26.148-1.069 42.183-17.843 12.663-12.745 16.774-41.771 16.774-41.771s4.194-34.042 4.194-68.166v-31.904c-0.082-34.042-4.276-68.166-4.276-68.166zM212.502 310.599v-118.325l113.72 59.368-113.72 58.957z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--instagram{background:#d8478f}.mypopup-social-button--instagram:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 72.343c59.848 0 66.936 0.263 90.472 1.312 21.874 0.963 33.687 4.637 41.561 7.7 10.412 4.025 17.937 8.925 25.724 16.712 7.875 7.875 12.687 15.312 16.8 25.724 3.062 7.875 6.737 19.774 7.7 41.561 1.050 23.624 1.312 30.712 1.312 90.472s-0.262 66.936-1.312 90.472c-0.962 21.874-4.637 33.687-7.7 41.561-4.025 10.412-8.925 17.937-16.712 25.724-7.875 7.875-15.312 12.687-25.724 16.8-7.875 3.062-19.774 6.737-41.561 7.7-23.624 1.050-30.712 1.312-90.472 1.312s-66.936-0.262-90.472-1.312c-21.874-0.962-33.687-4.637-41.561-7.7-10.412-4.025-17.937-8.925-25.724-16.712-7.875-7.875-12.687-15.312-16.799-25.724-3.062-7.875-6.737-19.774-7.7-41.561-1.050-23.624-1.312-30.712-1.312-90.472s0.263-66.936 1.312-90.472c0.963-21.874 4.637-33.687 7.7-41.561 4.025-10.412 8.925-17.937 16.712-25.724 7.875-7.875 15.312-12.687 25.724-16.799 7.875-3.062 19.774-6.737 41.561-7.7 23.537-1.050 30.624-1.312 90.472-1.312zM256 32.006c-60.811 0-68.423 0.263-92.31 1.312-23.799 1.050-40.161 4.9-54.336 10.412-14.787 5.775-27.299 13.387-39.724 25.899-12.512 12.425-20.124 24.937-25.899 39.636-5.512 14.262-9.362 30.537-10.412 54.336-1.050 23.974-1.312 31.587-1.312 92.397s0.263 68.423 1.312 92.31c1.050 23.799 4.9 40.161 10.412 54.336 5.775 14.787 13.387 27.299 25.899 39.724 12.425 12.425 24.937 20.124 39.636 25.812 14.262 5.512 30.537 9.362 54.336 10.412 23.887 1.050 31.499 1.312 92.31 1.312s68.423-0.262 92.31-1.312c23.799-1.050 40.161-4.9 54.336-10.412 14.7-5.687 27.212-13.387 39.636-25.812s20.124-24.937 25.812-39.636c5.512-14.262 9.362-30.537 10.412-54.336 1.050-23.887 1.312-31.499 1.312-92.31s-0.262-68.423-1.312-92.31c-1.050-23.799-4.9-40.161-10.412-54.336-5.512-14.875-13.125-27.387-25.637-39.811-12.425-12.425-24.937-20.124-39.636-25.812-14.262-5.512-30.537-9.362-54.336-10.412-23.974-1.137-31.587-1.4-92.397-1.4v0z' fill='%23FFF' fill-rule='evenodd'/%3E%3Cpath d='M256 140.941c-63.523 0-115.059 51.536-115.059 115.059s51.536 115.059 115.059 115.059 115.059-51.536 115.059-115.059c0-63.523-51.536-115.059-115.059-115.059zM256 330.635c-41.211 0-74.635-33.424-74.635-74.635s33.424-74.635 74.635-74.635c41.211 0 74.635 33.424 74.635 74.635s-33.424 74.635-74.635 74.635z' fill='%23FFF' fill-rule='evenodd'/%3E%3Cpath d='M402.471 136.391c0 14.835-12.027 26.862-26.862 26.862s-26.862-12.027-26.862-26.862c0-14.835 12.027-26.862 26.862-26.862s26.862 12.027 26.862 26.862z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--linkedin{background:#0077b5}.mypopup-social-button--linkedin:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M211.692 211.692h61.305v31.425h0.876c8.529-15.298 29.409-31.425 60.522-31.425 64.712 0 76.68 40.284 76.68 92.677v106.707h-63.903v-94.596c0-22.564-0.461-51.586-33.24-51.586-33.282 0-38.36 24.572-38.36 49.947v96.235h-63.88v-199.384z' fill='%23FFF' fill-rule='evenodd'/%3E%3Cpath d='M100.924 211.692h66.462v199.384h-66.462v-199.384z' fill='%23FFF' fill-rule='evenodd'/%3E%3Cpath d='M167.384 156.308c0 18.353-14.879 33.23-33.23 33.23s-33.23-14.879-33.23-33.23c0-18.353 14.879-33.23 33.23-33.23s33.23 14.879 33.23 33.23z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--whatsapp{background:#65bc54}.mypopup-social-button--whatsapp:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 0 1-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 0 1-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553 0 1.434.467 2.762 1.258 3.842l-.825 2.433 2.537-.806a6.6 6.6 0 0 0 3.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 0 1-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 0 1-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 0 0-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--viber{background:#7b519d}.mypopup-social-button--viber:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 0 0-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--pinterest{background:#bd081c}.mypopup-social-button--pinterest:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--yandexzen{background:#383b3f}.mypopup-social-button--yandexzen:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M13.7 13.7c-1.4 1.5-1.5 3.3-1.6 7.3 3.7 0 6.3 0 7.6-1.3 1.3-1.3 1.3-4 1.3-7.6-4 .1-5.8.2-7.3 1.6zM3 12.1c0 3.6 0 6.3 1.3 7.6C5.6 21 8.2 21 11.9 21c-.1-4-.2-5.8-1.6-7.3C8.8 12.3 7 12.2 3 12.1zM11.9 3C8.2 3 5.6 3 4.3 4.3 3 5.6 3 8.3 3 11.9c4-.1 5.8-.2 7.3-1.6C11.7 8.8 11.8 7 11.9 3zm1.8 7.3C12.3 8.8 12.2 7 12.1 3c3.7 0 6.3 0 7.6 1.3 1.3 1.3 1.3 4 1.3 7.6-4-.1-5.8-.2-7.3-1.6z'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--github{background:#221e1b}.mypopup-social-button--github:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M12 3a9.12 9.12 0 00-9 9.23A9.2 9.2 0 009.15 21c.45.09.62-.2.62-.44v-1.57c-2.5.56-3-1.24-3-1.24a2.46 2.46 0 00-1-1.35c-.82-.57.06-.56.06-.56a1.9 1.9 0 011.38.95 1.89 1.89 0 002.62.77 2 2 0 01.57-1.23c-2-.24-4.1-1-4.1-4.56a3.6 3.6 0 01.93-2.48 3.41 3.41 0 01.09-2.44s.75-.25 2.47.94A8.93 8.93 0 0112 7.46a8.91 8.91 0 012.25.31c1.72-1.19 2.47-.94 2.47-.94a3.29 3.29 0 01.09 2.44 3.6 3.6 0 01.93 2.48c0 3.54-2.1 4.32-4.11 4.55a2.24 2.24 0 01.61 1.7v2.53c0 .3.16.53.62.44A9.21 9.21 0 0021 12.23 9.12 9.12 0 0012 3z'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--discord{background:#5865f2}.mypopup-social-button--discord:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M17.54 6.91a13.65 13.65 0 00-3.25-1 7.1 7.1 0 00-.41.83 12.47 12.47 0 00-3.66 0 9.12 9.12 0 00-.41-.83 13.29 13.29 0 00-3.26 1A13.52 13.52 0 004.07 16a13.53 13.53 0 004 2h.06A10.11 10.11 0 009 16.75a.05.05 0 000-.07 9 9 0 01-1.25-.6.05.05 0 010-.08l.25-.2a9.52 9.52 0 008.05 0h.05l.25.2v.08a8 8 0 01-1.25.6v.07a11.23 11.23 0 00.81 1.33h.06a13.45 13.45 0 004-2 13.48 13.48 0 00-2.36-9.11zm-8.19 7.31a1.54 1.54 0 01-1.44-1.61A1.53 1.53 0 019.35 11a1.51 1.51 0 011.43 1.61 1.52 1.52 0 01-1.43 1.61zm5.31 0a1.53 1.53 0 01-1.43-1.61A1.52 1.52 0 0114.66 11a1.52 1.52 0 011.44 1.61 1.52 1.52 0 01-1.44 1.61z'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--rutube{background:#0b1d38}.mypopup-social-button--rutube:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M15.7 5.4H4v13h3.3v-4.2h6.2l2.8 4.2H20l-3.1-4.3c1-.2 1.7-.5 2.1-1.1s.6-1.5.6-2.8v-1c0-.7-.1-1.3-.2-1.8-.1-.4-.4-.8-.7-1.2-.4-.3-.7-.6-1.2-.7-.5 0-1.1-.1-1.8-.1zm-.5 6H7.3v-3h7.9c.4 0 .8.1.9.2.2.1.3.4.3.8v1.1c0 .4-.1.6-.3.8-.2 0-.5.1-.9.1z'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--yappy{background:#00e6bc}.mypopup-social-button--yappy:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M20.7 10.4c-.6-3.1-1.6-5-3.3-6.1-1.6-1.1-3.8-1.3-6.9-.7-6 1.2-8 4.1-6.8 10.2.6 3.1 1.6 5 3.3 6.1 1 .7 2.3 1 3.9 1 .9 0 1.9-.1 3-.3 3.1-.6 5-1.6 6.1-3.3 1-1.6 1.3-3.8.7-6.9zm-1.8 6.2c-.9 1.3-2.6 2.2-5.3 2.7-2.7.5-4.6.4-6-.5-1.3-.9-2.2-2.6-2.7-5.3-.1-.7-.2-1.3-.3-1.9l.3 1 1-.3c.2.4.5.7.8 1 .1-.2.3-.3.5-.3.3 0 .6.2.6.5 0 .1 0 .2-.1.3.3.1.7 0 1-.1 1.1-.3 1.7-1.5 1.6-2.7l.8-.2-.4-1.2-6.2 1.9C4.2 7.6 6 5.8 10.6 4.9c1-.2 1.9-.3 2.8-.3 1.3 0 2.4.3 3.2.8 1.3.9 2.2 2.6 2.7 5.3.7 2.7.5 4.6-.4 5.9zm-.5-9.3.4 1.2-.8.2c.1 1.2-.5 2.4-1.6 2.7-.3.1-.7.1-1 .1 0-.1.1-.2.1-.3 0-.3-.3-.6-.6-.5-.2 0-.4.2-.5.4-.3-.3-.6-.6-.8-1l-1 .3-.4-1.2 6.2-1.9zm-3.5 6.8c-.1.8-.5 1.2-.8 1.4-.4.3-.9.4-1.3.4h-.5c-.3-.1-.6-.4-.5-.7.1-.3.4-.6.7-.5.1 0 .6.1.8-.1.2-.1.3-.3.3-.6s.4-.6.7-.5c.4-.1.7.2.6.6z'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--pikabu{background:#8ac858}.mypopup-social-button--pikabu:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M19.9 12.2c-.3-1.4-1-2.6-1.9-3.7-.1-.1-.2-.2-.2-.4-.1-.3-.2-.6-.3-.8-.7-1.2-1.8-2.1-3.1-2.5-.9-.4-1.9-.4-2.8-.2h-.2c-.5-.1-1-.2-1.6-.2-1.2-.1-2.4.1-3.5.6-1.5.6-2.4 2.2-2.1 3.8 0 .2.1.5.1.7-.2 1-.2 2.1-.3 3.1v.4c0 .6 0 1.2.2 1.8.3 1 .9 1.9 1.6 2.6.7.6 1.4 1.1 2.3 1.5.9.4 1.9.6 2.9.7 1.4.1 2.8-.3 4-1.2.6-.4 1.1-.9 1.6-1.4.1-.1.3-.2.5-.2 1.2-.2 2.2-1 2.6-2.1.3-.8.4-1.7.2-2.5zm-8.2-6c.2-.1.5-.2.8-.2 1.6.1 2.8.8 3.6 2.2.1.1.1.2.1.3.1.4-.1.7-.5.7-.4.1-.7 0-1.1-.1-1-.3-1.9-.8-2.6-1.5-.3-.3-.5-.6-.6-.9.1-.3.1-.4.3-.5zm2.6 10.7c-.7.6-1.5 1-2.4 1.1-.8.1-1.6 0-2.3-.2-.9-.3-1.8-.7-2.6-1.3-.6-.5-1.1-1.1-1.4-1.9-.1-.4-.1-.7-.1-1.1v-1.7l.3.3c.9.9 1.9 1.7 3.1 2.3 1.5.8 3.1 1.5 4.7 2l1 .3s-.2.1-.3.2zm2.3-1.7h-.4c-.8 0-1.5-.2-2.2-.4-1.8-.6-3.6-1.4-5.2-2.4-1-.6-1.9-1.5-2.5-2.4-.3-.5-.5-1-.6-1.6-.1-.9.4-1.6 1.1-2 .7-.3 1.4-.4 2.1-.4h1c.1 0 .1 0 .1.1-.1.7 0 1.4.5 1.9.6.8 1.4 1.5 2.3 2 .7.4 1.4.7 2.2.8.8.1 1.5.1 2.2-.4.2-.2.2-.2.4.1.5.8.9 1.7 1 2.6v.1c-.1 1-.9 1.9-2 2z'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-button--yandex{background:#fc3f1d}.mypopup-social-button--yandex:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M17.8 20.8h-3.1V5.6h-1.4c-2.5 0-3.8 1.3-3.8 3.1 0 2.1.9 3.1 2.8 4.4l1.5 1-4.4 6.7H6.2l4-5.9C7.9 13.3 6.6 11.7 6.6 9c0-3.4 2.4-5.7 6.8-5.7h4.4v17.5z'/%3E%3C/svg%3E") center no-repeat}.mypopup-social-buttons .mypopup-social-button{padding:0 .1em;width:35px;height:35px}.mypopup-social-buttons--circle .mypopup-social-button{border-radius:50%}.mypopup-output-posts{font-size:.8em}.mypopup-output-posts__header{font-weight:700;margin-bottom:15px;font-size:1.1em}@media (min-width:768px){.mypopup-output-posts__header{margin-bottom:20px;font-size:1.3em}}.mypopup-output-posts-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mypopup-output-post{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px;margin-bottom:15px}.mypopup-output-post__thumb{position:relative;width:60px;-webkit-box-flex:1;-ms-flex:1 0 60px;flex:1 0 60px;margin-right:20px}.mypopup-output-post__thumb img{border-radius:4px}.mypopup-output-post__body{width:100%;-ms-flex-item-align:center;align-self:center}.mypopup-output-post__title a{text-decoration:none}.mypopup-output-post__title a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.wpshop-icon{display:inline-block;line-height:1;width:1em}.wpshop-icon-size-2{font-size:2em}.wpshop-icon-size-3{font-size:3em}.wpshop-icon-size-4{font-size:4em}.wpshop-icon-size-5{font-size:5em}.wpshop-icon-size-6{font-size:6em}.wpshop-icon-size-7{font-size:7em}.wpshop-icon-size-8{font-size:8em}.wpshop-icon-size-9{font-size:9em}.wpshop-icon--size10{font-size:10em}.mypopup-countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.mypopup-countdown__num{font-size:1.4em;font-weight:600}.mypopup-countdown__label{font-size:.75em}.mypopup-countdown--style-1 .mypopup-countdown__item{-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;max-width:75px;margin:0 5px;padding:10px 3px;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);background:var(--mypopup-countdown-background,#fff);color:var(--mypopup-countdown-color,#111);border-radius:6px}.mypopup-countdown--style-2 .mypopup-countdown__num{width:70px;margin:0 4px 5px;padding:10px 3px;background:var(--mypopup-countdown-background,#3960ff);color:var(--mypopup-countdown-color,#fff);-webkit-box-shadow:inset 0 2px 5px rgba(0,0,0,.3);box-shadow:inset 0 2px 5px rgba(0,0,0,.3);border-radius:6px}.mypopup-countdown--style-3 .mypopup-countdown__item{-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;max-width:75px;margin:0 5px;padding:10px 2px;background:var(--mypopup-countdown-background,#fff);color:var(--mypopup-countdown-color,#111);border-radius:6px}.mypopup-countdown--style-3 .mypopup-countdown__num{font-size:2.4em;line-height:1.2}
   :root { --primeFont: 'Commissioner', sans-serif; --width: 1100px; --medium: 500;
--bold: 600; --placeholder: #a7a8ba; --likesColor: #939bac; --lightColor: #fff; --greyColor: #525661; --greyBg: #f7f6fb; --borderColor: #e3e4ea;
} a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
vertical-align: baseline;
margin: 0;
border: 0;
padding: 0;
font: inherit
}
body {
line-height: 1
}
main {
display: block
}
strong {
font-weight: var(--bold)
}
em,
i {
font-family: Georgia, serif;
font-style: italic
}
ol,
ul {
list-style: none
}
blockquote,
q {
quotes: none
}
blockquote::after,
blockquote::before,
q::after,
q::before {
content: ""
}
table {
border-collapse: collapse;
border-spacing: 0
}
iframe {
max-width: 100%
}
embed,
img,
object,
svg,
video {
display: block;
max-width: 100%;
height: auto;
border: 0
}
embed,
iframe,
object {
margin-bottom: 1.5rem
}
figure {
margin: 0 0 1.5rem;
max-width: 100%;
}
figure>a {
display: block
}
.aligncenter {
margin: 0 auto 1.2rem
}
.alignleft {
float: left
}
.alignright {
float: right
}
big {
font-size: 131.25%
}
ins {
text-decoration: none
}
a {
background-color: transparent
}
abbr[title] {
border-bottom: 0;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
input,
textarea {
vertical-align: middle;
background: var(--lightColor)
}
pre {
font-family: monospace;
font-size: 1em;
overflow-y: auto;
}
.screen-reader-text {
display: none
}
[hidden] {
display: none
} .wp-block-separator,
hr {
display: block;
clear: both;
margin: 2em auto;
border-top: 0;
border-bottom: 1px solid var(--borderColor);
width: 100%;
height: 1px
}
:focus {
outline: 0;
}
input::-moz-placeholder,
select::-moz-placeholder {
color: var(--placeholder)
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
color: var(--placeholder)
}
input:-moz-placeholder-shown {
color: var(--placeholder)
}
input:-ms-input-placeholder {
color: var(--placeholder)
}
input::placeholder,
input:placeholder-shown,
select::placeholder {
color: var(--placeholder)
}
::-moz-selection {
color: #fff;
background-color: #3f60c2;
}
::selection {
color: #fff;
background-color: #3f60c2;
}
legend {
display: table;
padding: 0;
max-width: 100%;
white-space: normal;
color: inherit
}
progress {
vertical-align: baseline
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
padding: 0;
box-sizing: border-box
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
appearance: none
}
p {
margin-bottom: 1.1rem
}
p:last-child {
margin-bottom: 0
}
button {
font-family: var(--primeFont);
-webkit-appearance: none;
appearance: none;
border: 0;
border-radius: 0;
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
background: 0 0;
cursor: pointer
}
.gallery-caption,
.wp-caption,
.wp-caption-text {
font-size: 15px;
color: var(--greyColor)
}
.wp-caption.alignleft {
margin-right: 1.2rem;
}
.wp-caption.alignright {
margin-left: 1.2rem;
}
img.alignright {
float: right;
margin-left: 1.2rem;
}
img.alignleft {
float: left;
margin-right: 1.2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: var(--medium)
}
.disable-scroll {
overflow: hidden;
width: 100%;
}
a {
color: var(--mainColor);
text-decoration: underline;
transition: color 300ms ease-in-out
}
a:hover {
color: var(--hoverColor);
text-decoration: underline;
transition: color 300ms ease-in-out
}
.sticky,
.bypostauthor {
background-color: initial
}
p {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto
}
.required {
color: red
}
label {
margin-bottom: 0.5rem;
font-family: var(--primeFont);
font-size: 0.9rem;
color: var(--mainColor);
font-weight: var(--medium);
display: block;
}
fieldset {
margin-bottom: 1.5rem;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
padding: 0.6rem 1rem;
display: block;
width: 100%;
min-height: 2rem;
-webkit-transition: border-color .15s ease-in-out;
transition: border-color .15s ease-in-out;
color: var(--mainColor);
border: 1px solid #c9c5db;
border-radius: 6px;
outline: none;
background-color: var(--lightColor);
-webkit-box-shadow: none;
box-shadow: none;
font-family: var(--primeFont);
font-size: 1rem;
line-height: 1.5;
-webkit-appearance: none;
-webkit-backface-visibility: hidden;
appearance: none;
backface-visibility: hidden;
}
select {
padding: 0 0.6rem;
width: 100%;
height: 2rem;
color: var(--mainColor);
border: 1px solid #c9c5db;
border-radius: 6px;
outline: none;
background: var(--lightColor);
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
font-family: var(--primeFont);
font-size: 0.9rem;
line-height: 1.5;
cursor: pointer;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
border-color: var(--hoverColor);
}
input[type='search']::-webkit-search-decoration {
display: none;
}
textarea {
max-width: 100%;
height: 150px;
padding-top: 1rem;
padding-bottom: 1rem;
resize: vertical;
}  @font-face {
font-family: 'Commissioner';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local(''),
url(//evangelie.today/wp-content/themes/citynews-3/assets/fonts/commissioner/commissioner-v13-latin_cyrillic-regular.woff2) format('woff2'),
url(//evangelie.today/wp-content/themes/citynews-3/assets/fonts/commissioner/commissioner-v13-latin_cyrillic-regular.woff) format('woff');
} @font-face {
font-family: 'Commissioner';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
url(//evangelie.today/wp-content/themes/citynews-3/assets/fonts/commissioner/commissioner-v13-latin_cyrillic-500.woff2) format('woff2'),
url(//evangelie.today/wp-content/themes/citynews-3/assets/fonts/commissioner/commissioner-v13-latin_cyrillic-500.woff) format('woff');
} @font-face {
font-family: 'Commissioner';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local(''),
url(//evangelie.today/wp-content/themes/citynews-3/assets/fonts/commissioner/commissioner-v13-latin_cyrillic-600.woff2) format('woff2'),
url(//evangelie.today/wp-content/themes/citynews-3/assets/fonts/commissioner/commissioner-v13-latin_cyrillic-600.woff) format('woff');
} html {
box-sizing: border-box;
font-size: 19px;
height: 100%;
}
@media (max-width: 1500px) {
html {
font-size: 18px;
}
}
@media (max-width: 1024px) {
html {
font-size: 17px;
}
}
@media (max-width: 450px) {
html {
font-size: 15px;
}
}
*,
::before,
::after {
box-sizing: border-box;
}
body {
font-family: var(--primeFont);
font-weight: 400;
font-size: 1rem;
line-height: 1.6;
word-wrap: break-word;
color: var(--mainColor);
background-color: var(--bodyBg);
scroll-behavior: smooth;
}
.site-wrapper {
margin: 0 auto;
position: relative;
width: 100%;
height: 100%;
max-width: 1920px;
display: flex;
min-height: 100vh;
flex-direction: column;
background-color: var(--lightColor);
}
.main {
flex: 1;
position: relative;
}
.main>* {
margin-top: 3rem
} .post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
margin-bottom: 1.2rem;
}
.post-content h1 {
font-size: 1.3rem
}
.post-content h2 {
font-size: 1.25rem
}
.post-content h3 {
font-size: 1.2rem
}
.post-content h4 {
font-size: 1.15rem
}
.post-content h5 {
font-size: 1.1rem
}
.post-content h6 {
font-size: 1rem
}
.screen-reader-text {
position: absolute;
margin: -1px;
width: 1px;
height: 1px;
clip: rect(0 0 0 0);
}
html[data-theme="dark"] .social-btns__link {
opacity: 0.8
}
.post-content {
word-wrap: break-word;
} .post-content ul:not(:last-child),
.widget ul:not(:last-child) {
margin: 1rem 0;
}
.post-content ul {
padding-left: 1.2rem;
}
.post-content ul li,
.widget ul li {
list-style-position: inside;
list-style-type: square;
}
.post-content ul li:not(:last-child),
.widget ul li:not(:last-child) {
margin-bottom: 0.5rem;
}
.post-content ul li,
.widget ul li {
list-style-position: inside;
list-style-type: square;
}
.post-content ul li ul,
.widget ul li ul {
margin: 0.6rem 0;
padding-left: 1rem;
}
.post-content ol {
margin: 1rem 0;
padding-left: 1.2rem;
list-style: decimal;
list-style-position: inside;
}
.post-content ol li {
padding: 0
}
.post-content ol li:not(:last-child) {
margin-bottom: 0.6rem;
}
.post-content ol ol {
list-style: upper-alpha
}
.post-content ol ol ol {
list-style: lower-roman
}
.post-content ol ol ol ol {
list-style: lower-alpha
} .container {
margin: 0 auto;
max-width: var(--width);
}
@media (max-width:1100px) {
.container {
max-width: 800px;
padding: 0 2rem;
}
}
@media (max-width:500px) {
.container {
max-width: 400px;
}
}
.container--single {
max-width: 800px
}
.container__title {
font-size: 1.3rem;
display: block;
margin-bottom: 1.6rem;
font-weight: var(--bold);
}
@media (max-width:500px) {
.container__title {
font-size: 1.1rem;
}
}
.container--fullwidth {
max-width: 1900px;
}
.container__title--center {
margin-bottom: 1.8rem;
text-align: center;
}
.empty-block {
margin-bottom: 3rem !important;
}
@media (max-width:500px) {
.empty-block {
margin-bottom: 2rem !important;
}
}  .site-nav {
margin-top: 1.6rem;
padding: 1.1rem 0;
border-top: 1px solid var(--borderColor);
}
@media (max-width: 1100px) {
.site-nav {
display: none;
}
}
.home .site-nav {
margin-bottom: 1.1rem;
padding-bottom: 0;
border-bottom: none;
}
.nav-menu {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.menu-item {
position: relative;
font-weight: var(--medium);
font-size: 1rem;
}
.menu-item:not(:last-child) {
margin-right: 1.6rem;
}
.menu-item a {
position: relative;
z-index: 2;
padding: 1.3rem 0;
color: var(--mainColor);
text-decoration: none;
}
.menu-item a:hover {
color: var(--hoverColor);
text-decoration: underline
}
.nav-menu .hot a,
.nav-menu .new a {
margin-right: 1.8rem !important;
}
.nav-menu .hot::before,
.nav-menu .new::before {
content: "hot";
color: var(--lightColor);
background-color: rgb(231, 50, 125);
font-size: 14px;
padding: 2px 5px;
border-radius: 3px;
position: absolute;
right: 0;
top: 0;
transform: translateX(5px);
display: block;
line-height: 1.2;
}
.nav-menu .new::before {
content: "new";
background-color: rgb(46, 159, 86);
transform: translateX(10px);
}
.nav-menu .sub-menu {
padding: 1rem 0;
width: 240px;
position: absolute;
top: 52px;
left: -2rem;
display: none;
background-color: var(--navDropBg);
z-index: 999;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
box-shadow: 1px 14px 35px -5px rgba(41, 64, 211, 0.15);
}
html[data-theme="dark"] .nav-menu .sub-menu {
box-shadow: none
}
.nav-menu .sub-menu::after {
content: "";
position: absolute;
top: -6px;
left: 2.2rem;
z-index: 1;
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 10px 7.5px;
border-color: transparent transparent var(--navDropBg) transparent;
}
.nav-menu .sub-menu .menu-item {
display: block;
width: 100%;
margin: 0;
padding: 0;
font-size: 0.9rem;
background-color: transparent;
line-height: 120%;
transition: background-color 200ms ease-in-out;
z-index: 2;
}
.nav-menu .sub-menu .menu-item a {
padding: 0.65rem 2rem;
display: block;
color: var(--navDropColor);
}
html[data-theme="dark"] .nav-menu .sub-menu .menu-item a {
color: var(--mainColor);
}
.nav-menu .sub-menu .menu-item a:hover {
text-decoration: none;
}
.nav-menu .sub-menu .menu-item:hover {
background-color: var(--navDropHover);
transition: background-color 200ms ease-in-out;
}
.nav-menu .sub-menu .menu-item>.sub-menu {
top: -1rem;
left: 100%;
}
.nav-menu li.menu-item-has-children {
margin-right: 2.2rem;
}
.nav-menu .menu-item-has-children::before {
content: "";
position: absolute;
right: -1rem;
top: 0.56rem;
z-index: 1;
width: 0.6rem;
height: 0.6rem;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/chevron_down.svg);
background-position: center;
background-size: 1rem;
background-repeat: no-repeat;
}
html[data-theme="dark"] .nav-menu .menu-item-has-children::before,
html[data-theme="dark"] .mobile-nav .sub-menu li.menu-item-has-children::before {
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/chevron_down-alt.svg);
}
.nav-menu .sub-menu li.menu-item-has-children {
margin-right: 0;
}
.nav-menu .sub-menu li.menu-item-has-children::before {
right: 1rem;
top: 0.94rem;
transform: rotate(-90deg);
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/chevron_down-alt.svg);
}
.nav-menu .sub-menu::before {
content: "";
height: 50px;
width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: transparent;
transform: translateY(-50%);
}
.nav-menu .sub-menu li.menu-item-has-children::after,
.nav-menu .sub-menu li .sub-menu::after,
.headhesive .sub-menu::after {
display: none;
} .headhesive {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
border: 0;
margin: 0;
padding: 1rem 0;
background-color: var(--stickyNavBg);
transform: translateY(-200%);
transition: all 350ms ease-in-out;
}
.home .headhesive {
padding-bottom: 1.1rem;
}
@media (max-width: 1100px) {
.headhesive {
display: none;
}
}
.headhesive .sub-menu {
top: 43px
}
.headhesive li a {
color: var(--stickyNavColor);
}
.headhesive li a:hover {
color: var(--stickyNavColor);
text-decoration: underline
}
.headhesive .sub-menu li a:hover {
color: #fff;
text-decoration: none
}
.headhesive .nav-menu .menu-item-has-children::before {
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/chevron_down-alt.svg);
}
.headhesive--stick {
transform: translateY(0%);
transition: all 350ms ease-in-out;
} .mobile-menu-btn {
margin-left: 1rem;
position: relative;
z-index: 1;
display: none;
width: 38px;
height: 38px;
background-color: var(--greyBg);
color: var(--mainColor);
border-radius: 50%;
overflow: hidden;
}
@media (max-width: 1100px) {
.mobile-menu-btn {
display: block;
}
}
.mobile-menu-btn__line {
margin: 0 auto;
position: relative;
display: block;
border-radius: 2px;
width: 80%;
height: 2px;
background-color: var(--mainColor);
}
.mobile-menu-btn__line::before {
content: "";
position: absolute;
left: 0;
top: -7px;
z-index: 1;
border-radius: 2px;
width: 100%;
height: 2px;
background-color: var(--mainColor);
}
.mobile-menu-btn__line::after {
content: "";
position: absolute;
left: 0;
bottom: -7px;
z-index: 1;
border-radius: 2px;
width: 100%;
height: 2px;
background-color: var(--mainColor);
}
.mobile-overlay {
position: fixed;
top: 0;
left: 0;
width: 0;
height: 100%;
z-index: 100;
background-color: #17181e;
opacity: 0.9;
transform: translateX(-100%);
transition: width 400ms ease-in-out, transform 400ms ease-in-out;
}
.mobile-overlay.is-set {
width: 100%;
transform: translateX(0);
transition: width 400ms ease-in-out, transform 400ms ease-in-out;
}
.mobile-nav-panel {
padding: 3rem 2rem 0;
position: fixed;
top: 0;
left: 0;
z-index: -10;
opacity: 0;
width: 100%;
max-width: 400px;
height: 100vh;
overflow-y: auto;
display: flex;
flex-direction: column;
background-color: var(--lightColor);
transform: translateX(-100%);
transition: opacity 200ms ease-in-out, transform 800ms ease-in-out;
}
.mobile-nav-panel.is-open {
z-index: 999;
opacity: 1;
transform: translateX(0);
transition: opacity 200ms ease-in-out, transform 800ms ease-in-out;
}
.mobile-nav {
margin-bottom: auto;
padding-bottom: 2rem;
}
.mobile-nav .nav-menu {
display: flex;
flex-direction: column;
align-items: flex-start
}
.mobile-nav .menu-item {
margin: 0;
font-weight: 400;
font-size: 1rem;
}
.mobile-nav .menu-item a {
padding: 0.5rem 0 !important;
display: inline-block;
}
.mobile-nav li.menu-item-has-children {
margin-right: 0 !important;
}
.mobile-nav .sub-menu {
padding: 1.1rem !important;
display: none;
background-color: var(--greyBg) !important;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-radius: 8px;
width: 100%;
position: relative;
top: initial;
left: initial;
z-index: 999;
box-shadow: none !important;
}
html[data-theme="dark"] .mobile-nav .sub-menu {
background-color: #333646 !important;
}
.mobile-nav .sub-menu::after {
display: none;
}
.mobile-nav .sub-menu .menu-item>.sub-menu {
padding: 0.5rem !important;
top: initial;
left: initial;
background-color: transparent !important;
}
.mobile-nav .sub-menu::before {
content: none;
}
.mobile-nav .sub-menu .menu-item {
font-size: 0.9rem;
}
.mobile-nav .sub-menu .menu-item a {
padding: 0.6rem 0 !important;
color: var(--mainColor);
display: inline-block;
}
.mobile-nav .sub-menu .menu-item:hover {
background-color: transparent !important;
}
.mobile-nav .sub-menu .menu-item a:hover {
color: var(--hoverColor);
text-decoration: underline;
}
.mobile-nav .menu-item-has-children {
align-self: stretch;
}
.mobile-nav .menu-item-has-children::before {
content: "";
position: absolute;
right: 0;
top: 0.7rem;
z-index: 1;
width: 1.2rem;
height: 1.2rem;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/chevron_down.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border: 1px solid var(--greyColor);
border-radius: 4px;
}
.mobile-nav .sub-menu li.menu-item-has-children::before {
transform: none;
right: 0 !important;
top: 0.4rem !important;
z-index: 1;
width: 1.2rem;
height: 1.2rem;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/chevron_down.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border: 1px solid var(--greyColor);
border-radius: 4px;
}
.mobile-nav .hot::before,
.mobile-nav .new::before {
top: 0.5rem !important;
}
.mobile-nav .hot::before {
transform: scale(0.9) translateX(13px);
}
.mobile-nav .new::before {
transform: scale(0.9) translateX(15px);
} .social-btns {
display: flex;
flex-flow: row nowrap;
}
.social-btns__item {
display: flex;
align-content: center;
width: 29px;
height: 29px;
border-radius: 50%;
transition: opacity 0.3s ease-in-out;
}
.social-btns__item:not(:last-child) {
margin-right: 8px;
}
.social-btns__item:hover {
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
.social-btns__link {
display: block;
color: var(--lightColor);
}
.social-btns__link svg {
width: 29px;
height: 29px;
fill: currentColor;
border-radius: 50%;
transition: fill 0.3s ease-in-out;
} .theme-switch {
width: 38px;
height: 38px;
background-color: var(--greyBg);
color: var(--mainColor);
border-radius: 50%;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/sun.svg);
background-repeat: no-repeat;
background-size: 26px 26px;
background-position: center center;
}
.switch {
margin: 0;
display: inline-block;
width: 38px;
height: 38px;
cursor: pointer;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
html[data-theme="dark"] .theme-switch   {
background-size: 26px 26px;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/moon.svg);
} .sl-wrapper {
position: relative;
z-index: 99;
line-height: 1;
}
.sl-wrapper a {
text-decoration: none;
}
.sl-button {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: relative
}
.sl-icon {
margin-right: 8px;
width: 17px;
height: 17px;
color: var(--greyColor);
}
.top-section .sl-icon,
.feat-posts .sl-icon,
.related-item .sl-icon {
color: var(--lightColor);
}
html[data-theme="dark"] .top-section .sl-icon,
html[data-theme="dark"] .feat-posts .sl-icon,
html[data-theme="dark"] .related-item .sl-icon {
color: var(--mainColor);
}
.sl-icon svg {
width: 17px;
height: 17px;
fill: currentColor
}
.liked .sl-icon svg {
fill: red;
}
.sl-count {
font-size: 14px;
color: var(--greyColor);
}
.top-section .sl-count,
.feat-posts .sl-count,
.random-item .sl-count {
color: var(--lightColor);
}
html[data-theme="dark"] .top-section .sl-count,
html[data-theme="dark"] .feat-posts .sl-count,
html[data-theme="dark"] .random-item .sl-count {
color: var(--mainColor);
}
.sl-loader {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.is-hid {
opacity: 0
}
.loader {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 50%;
z-index: 10;
transform: translateX(-40%);
}
.loader::after {
content: " ";
width: 18px;
height: 18px;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
border: 2px solid var(--likesColor);
border-color: var(--likesColor) transparent var(--likesColor) transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.top-section .loader::after {
border: 2px solid var(--lightColor);
border-color: var(--lightColor) transparent var(--lightColor) transparent;
}  .item-footer {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
color: var(--lightColor);
font-size: 0.8rem;
}
html[data-theme="dark"] .item-footer {
color: var(--mainColor);
}
@media (max-width:600px) {
.item-footer {
font-size: 13px;
}
} .cat-header {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 1.6rem;
}
.cat-header__wrap {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
}
.cat-header__more {
display: flex;
justify-content: center;
width: 38px;
height: 38px;
color: var(--mainColor);
border-radius: 50%;
border: 1px solid var(--mainColor);
}
.cat-header__more:hover {
border-color: var(--hoverColor);
color: var(--hoverColor);
}
.cat-header__more svg {
width: 20px;
height: 20px;
align-self: center;
fill: currentColor;
}
.cat-header__title {
font-size: 1.3rem;
font-weight: var(--bold);
align-self: center;
color: var(--mainColor);
}
@media (max-width:500px) {
.cat-header__title {
font-size: 1.1rem;
}
}
.cat-header__link {
text-decoration: none;
}
.cat-header__link:hover {
color: var(--hoverColor);
text-decoration: underline;
} .home-category__list {
display: grid;
gap: 2rem;
grid-template-columns: repeat(3, 1fr);
}
@media (max-width:1100px) {
.home-category__list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:700px) {
.home-category__list {
gap: 1.6rem;
}
}
@media (max-width:500px) {
.home-category__list {
display: block;
}
}
.home-category-item {
display: flex;
flex-direction: column;
background-color: var(--lightColor);
border: 1px solid var(--borderColor);
height: 100%;
border-radius: 8px;
word-break: break-word;
overflow: hidden;
position: relative;
z-index: 2;
}
@media (max-width:500px) {
.home-category-item:not(:last-child) {
margin-bottom: 26px
}
}
.home-category-item__img {
max-width: 365px;
max-height: 215px;
overflow: hidden;
position: relative;
z-index: 1;
}
.zoom-img img {
transition: transform 400ms ease-in-out;
}
.home-category-item:hover .zoom-img img {
transform: scale(1.15);
transition: transform 400ms ease-in-out;
}
.home-category-item__content {
margin-bottom: auto;
padding: 0 1.3rem;
display: flex;
flex-direction: column;
}
@media (max-width:700px) {
.home-category-item__content {
padding: 0 1rem;
}
}
.home-category-item__title {
font-size: 1rem;
line-height: 135%;
font-weight: var(--medium);
}
@media (max-width:700px) {
.home-category-item__title {
font-size: 0.94rem;
}
}
@media (max-width:500px) {
.home-category-item__title {
font-size: 1rem;
}
}
.home-category-item__link {
color: var(--mainColor);
text-decoration: none
}
.home-category-item__link:hover {
color: var(--hoverColor);
text-decoration: underline
}
.home-category-item__text {
margin-top: 0.9rem;
padding-top: 0.7rem;
color: var(--greyColor);
line-height: 135%;
border-top: 1px solid var(--borderColor);
}
.home-category-item__title {
margin-top: 1rem;
}
.home-category-item .item-footer {
padding: 1rem 1.3rem;
color: var(--greyColor);
}
@media (max-width:700px) {
.home-category-item .item-footer {
padding: 0.7rem 1rem;
}
} .top-block__wrap {
display: grid;
gap: 2rem;
grid-template-columns: repeat(12, 1fr);
}
@media (max-width:1100px) {
.top-block__wrap {
display: block
}
}
.top-block__last-news {
grid-column: span 4;
padding: 1.2rem;
border: 1px solid var(--borderColor);
border-radius: 8px;
display: flex;
flex-direction: column;
background-color: var(--lightColor);
}
@media (max-width:1100px) {
.top-block__last-news {
margin-bottom: 3rem;
}
}
.top-block__title {
margin-bottom: 0.3rem;
padding-left: 1rem;
font-size: 1rem;
display: block;
font-weight: var(--medium);
color: var(--mainColor);
}
.last-news__item {
padding: 1rem;
border-radius: 8px;
}
.last-news__item:nth-of-type(even) {
background-color: var(--sectionBg);
}
.last-news__title {
display: block;
font-size: 0.96rem;
line-height: 135%;
font-weight: 400;
}
@media (max-width:1100px) {
.last-news__title {
font-size:1rem;
}
}
.last-news__link {
text-decoration: none;
}
.last-news__date {
margin-top: 10px;
padding-top: 8px;
display: block;
color: var(--greyColor);
font-size: 13px;
}
.top-block__posts {
grid-column: span 8;
}
.top-block__list {
display: grid;
gap: 2rem;
grid-template-columns: repeat(2, 1fr);
}
@media (max-width:500px) {
.top-block__list {
display: block
}
.home-category-list__item:not(:last-child) {
margin-bottom: 1.5rem;
}
} .authors {
padding: 3rem 0;
background-color: var(--sectionBg);
}
.authors__list {
display: grid;
gap: 2rem;
grid-template-columns: repeat(4, 1fr);
}
@media (max-width:1100px) {
.authors__list {
gap: 2rem;
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:700px) {
.authors__list {
gap: 1.6rem;
}
}
@media (max-width:500px) {
.authors__list {
display: block;
}
}
.authors-list__item {
position: relative;
display: flex;
flex-direction: column;
background-color: var(--lightColor);
border-radius: 8px;
overflow: hidden;
box-shadow: 1px 5px 25px rgba(41, 64, 211, 0.1);
transition: transform 300ms ease-out, box-shadow 300ms ease-out;
}
html[data-theme="dark"] .authors-list__item {
background-color: #333646;
box-shadow: none;
}
@media (max-width:500px) {
.authors-list__item {
display: block
}
.authors-list__item:not(:last-child) {
margin-bottom: 1.6rem
}
}
.authors-list__item:hover {
transform: translateY(-5px);
box-shadow: 1px 5px 25px rgba(41, 64, 211, 0);
transition: transform 300ms ease-out, box-shadow 300ms ease-out;
}
.authors-item__bg {
position: relative;
margin-bottom: 3rem;
width: 100%;
height: 150px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.authors-item__img {
padding: 5px;
position: absolute;
bottom: -37px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 80px;
border-radius: 50%;
background-color: var(--lightColor);
box-shadow: 1px 5px 15px rgba(41, 64, 211, 0.2);
}
html[data-theme="dark"] .authors-item__img {
background-color: #333646;
box-shadow: none;
}
.authors-item__content {
padding: 0 1rem 2rem;
display: flex;
flex-direction: column;
text-align: center
}
.authors-item__name {
margin-bottom: 0.5rem;
font-weight: var(--medium);
line-height: 130%;
}
.authors-item__descr {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
color: var(--greyColor);
font-size: 0.9rem;
line-height: 130%;
}
.authors-item__link {
display: block;
text-decoration: none
}
.authors-item__link:hover {
text-decoration: none
}
.authors-item__post-count {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-content: center;
padding: 6px 10px;
position: absolute;
top: 20px;
right: 20px;
background-color: var(--mainColor);
color: var(--lightColor);
font-size: 0.88rem;
border-radius: 8px;
transition: background-color 300ms ease-in-out;
}
.authors-item__post-count>* {
align-self: center
}
.authors-item:hover .authors-item__post-count {
background-color: var(--hoverColor);
transition: background-color 300ms ease-in-out;
}
.authors-item__icon {
margin-right: 3px;
width: 18px;
height: 18px;
color: var(--lightColor);
}
.authors-item__icon p {
margin: 0
}
.authors-item__icon svg {
width: 18px;
height: 18px;
fill: currentColor;
} .feat-posts__list,
.random-list {
display: grid;
gap: 2rem;
grid-template-columns: repeat(3, 1fr);
}
@media (max-width:1100px) {
.feat-posts__list,
.random-list {
grid-template-columns: repeat(2, 1fr);
}
}
.random-list {
margin-top: 2rem;
}
@media (max-width:1100px) {
.random-list {
margin-top: 1rem;
gap: 1rem;
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:560px) {
.feat-posts__list,
.random-list {
display: block;
}
}
.feat-article,
.random-item {
position: relative;
border-radius: 8px;
overflow: hidden
}
.random-item:last-child {
display: none;
}
@media (max-width:1100px) {
.random-item:last-child {
display: block;
}
}
@media (max-width:560px) {
.random-item:not(:last-child),
.feat-posts__item:not(:last-child) {
margin-bottom: 1.5rem;
}
}
.feat-article__wrapper,
.random-item__wrapper {
display: block;
position: relative;
z-index: 10;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 300px;
}
@media (max-width:500px) {
.feat-article__wrapper,
.random-item__wrapper {
height: 240px;
}
}
.feat-article__wrapper::before {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
border-radius: 8px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 56%, rgba(0, 0, 0, .45) 100%);
transition: opacity 400ms ease-in;
}
.random-item__wrapper::before {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
border-radius: 8px;
background-color: rgba(26, 18, 39, 0.5);
}
.feat-posts__item:hover .feat-article__wrapper::before {
opacity: 0.8;
transition: opacity 300ms ease-in;
}
.feat-article__caption,
.random-item__caption {
min-height: 140px;
padding: 0 1.6rem;
position: absolute;
bottom: 1rem;
left: 0;
z-index: 1;
display: flex;
flex-direction: column;
width: 100%;
height: auto;
transform: translateY(0);
transition: transform 400ms ease-in-out;
}
.feat-article__title,
.random-item__title {
margin-bottom: auto;
padding-bottom: 1rem;
display: block;
font-size: 1.1rem;
font-weight: var(--bold);
line-height: 135%;
}
.feat-article__link,
.random-item__link {
color: var(--lightColor);
text-decoration: none;
}
.feat-article__link:hover,
.random-item__link:hover {
color: var(--lightColor);
text-decoration: none;
}
.hover-bottom-border {
color: var(--lightColor);
text-decoration: none;
background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
background-repeat: no-repeat;
background-size: 0% 100%;
transition: background-size 800ms ease-in-out;
}
.feat-article:hover .hover-bottom-border,
.most-popular:hover .hover-bottom-border,
.random-item:hover .hover-bottom-border {
background-size: 100% 100%;
transition: background-size 800ms ease-in-out;
}
html[data-theme="dark"] .feat-article__link,
html[data-theme="dark"] .random-item__link {
color: var(--mainColor);
}
.random-item__label {
margin-bottom: 2rem;
position: absolute;
top: 1.2rem;
left: 1.6rem;
z-index: 1;
color: var(--lightColor);
font-size: 0.82em;
}
html[data-theme="dark"] .random-item__label {
color: var(--mainColor);
}
.random-item .sl-icon {
color: var(--lightColor);
}
html[data-theme="dark"] .random-item .sl-icon {
color: var(--mainColor);
} .popular-section {
padding: 3rem 0;
background-color: var(--sectionBg);
}
.popular-section__list {
display: grid;
gap: 1.8rem;
grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1100px) {
.popular-section__list {
display: block
}
}
.popular-item {
padding: 1.2rem;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
border: 1px solid var(--borderColor);
border-radius: 8px;
background-color: var(--lightColor);
overflow: hidden
}
@media (max-width: 1100px) {
.popular-list__item:not(:last-child) {
margin-bottom: 1.6rem
}
}
@media (max-width:500px) {
.popular-item {
flex-flow: column wrap;
justify-content: center;
align-items: center;
}
}
.popular-item__img {
margin-right: 1.5rem;
flex: 1 0 auto;
border-radius: 8px;
max-width: 180px;
max-height: 180px;
overflow: hidden;
position: relative;
z-index: 1
}
.popular-item:hover .zoom-img img {
transform: scale(1.15);
transition: transform 400ms ease-in-out;
}
@media (max-width:500px) {
.popular-item__img {
margin-right: 0;
margin-bottom: 1rem
}
}
.popular-item__content {
position: relative;
display: flex;
flex-direction: column;
}
@media (max-width:500px) {
.popular-item__content {
text-align: center
}
}
.popular-item__cats {
margin-bottom: 1rem;
font-size: 0.8rem;
}
.popular-item__cats a {
color: var(--greyColor);
text-decoration: none;
}
.popular-item__cats a:hover {
color: var(--hoverColor);
text-decoration: underline;
}
.popular-item__title {
margin-bottom: auto;
padding-bottom: 1rem;
font-weight: var(--medium);
line-height: 135%;
}
.popular-item .item-footer {
color: var(--greyColor);
}
.popular-item__link {
text-decoration: none;
display: block
}
.popular-item__link:hover {
color: var(--hoverColor);
text-decoration: underline
}
.popular-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 1;
}
@media (max-width: 500px) {
.popular-footer {
padding-top: 1.2rem;
border-top: 1px solid var(--borderColor)
}
}
.popular-author__img {
margin-right: 0.6rem;
width: 32px;
height: 32px;
border-radius: 50%;
}
.popular-author__name,
.popular-footer__date {
font-size: 0.8rem;
color: var(--greyColor);
}
.popular-author__link {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
color: var(--greyColor);
text-decoration: none
}
.popular-author__link:hover {
color: var(--hoverColor);
text-decoration: underline;
} .blog-grid {
margin-bottom: 2rem;
display: grid;
gap: 2rem;
grid-template-columns: repeat(3, 1fr);
}
@media (max-width:1100px) {
.blog-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:700px) {
.blog-grid {
gap: 1.6rem;
}
}
@media (max-width:500px) {
.blog-grid {
display: block;
}
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
animation-duration: 600ms;
} .load-more-posts {
margin: 0 auto;
padding: 1.1rem 0;
width: 260px;
border-radius: 6px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
font-size: 1rem;
line-height: 1;
font-weight: var(--medium);
cursor: pointer;
background-color: var(--btnBg);
color: var(--btnColor);
box-shadow: 1px 5px 25px rgba(45, 55, 133, 0.1);
transition:  background-color 300ms ease-in-out, box-shadow 300ms ease-in-out, transform 300ms ease-in-out;
}
.load-more-posts:hover {
background-color: var(--btnBgHover);
color: var(--btnColor);
text-decoration: none;
transform: translateY(3px);
box-shadow: 1px 5px 25px rgba(41, 64, 211, 0);
}
.load-more-posts::before {
content: "";
margin-right: 0.6rem;
width: 1.1rem;
height: 1.1rem;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/update.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
@keyframes rotateIn {
from {
transform: rotate3d(0, 0, 1, 200deg);
}
to {
transform: translate3d(0, 0, 0);
}
}
.is-load::before {
content: "";
animation-name: rotateIn;
transform-origin: center;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-duration: 1s;
animation-fill-mode: both
} .search-overlay,
.mob-socials-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 0;
z-index: 200;
background-color: #17181e;
opacity: 0.96;
transform: translateY(-100%);
transition: height 400ms ease-in-out, transform 400ms ease-in-out;
}
.search-overlay.is-shown,
.mob-socials-overlay.is-shown {
height: 100%;
transform: translateY(0);
transition: height 400ms ease-in-out, transform 400ms ease-in-out;
}
.search-panel,
.mob-socials-panel {
padding: 2rem;
width: 100%;
max-width: 600px;
position: absolute;
top: 0;
left: 50%;
z-index: -1;
opacity: 0;
transform: translate(-50%, -100%);
transition: opacity 200ms ease-in-out, transform 800ms ease-in-out;
}
.mob-socials-panel {
padding: 0 1rem;
}
.search-panel.is-open,
.mob-socials-panel.is-open {
z-index: 999;
opacity: 1;
transform: translate(-50%, 70%);
transition: opacity 200ms ease-in-out, transform 800ms ease-in-out;
}
.search-panel .search-form {
position: relative;
}
.search-panel input[type="search"] {
padding: 1.3rem 2rem;
padding-right: 6rem;
font-family: var(--primeFont);
display: block;
width: 100%;
color: var(--lightColor);
font-size: 1.2rem;
background-color: #202333;
border: 1px solid #4e4e4e;
border-radius: 2.5rem;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
html[data-theme="dark"] .search-panel input[type="search"] {
color: var(--mainColor);
}
input[type="search"]::-webkit-search-cancel-button {
display: none;
}
.search-panel input[type="search"]:focus {
border-color: var(--hoverColor);
outline: none
}
.search-panel .search-submit {
position: absolute;
top: 50%;
right: 0;
overflow: hidden;
width: 4rem;
height: 4rem;
padding: 0;
color: var(--lightColor);
border: 0;
background-color: transparent;
cursor: pointer;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/search.svg);
background-position: center;
background-size: 2rem 2rem;
background-repeat: no-repeat;
text-indent: -9999px;
transform: translate(-1rem, -50%);
}
.search-panel__text {
margin-top: 1rem;
text-align: center;
display: block;
font-size: 0.92rem;
color: var(--lightColor);
}
html[data-theme="dark"] .search-panel__text {
color: var(--mainColor);
}
.modal-search__hint {
margin-left: 10px;
border-bottom: 1px dotted var(--lightColor);
cursor: pointer;
}
html[data-theme="dark"] .modal-search__hint {
border-color: var(--mainColor);
}
.search-panel__close,
.mob-socials-panel__close,
.mobile-nav-panel__close {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
width: 5rem;
height: 5rem;
padding: 0;
color: var(--lightColor);
border: 0;
background-color: transparent;
cursor: pointer;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/close.svg);
background-position: center;
background-size: 2rem 2rem;
background-repeat: no-repeat;
transform: translateY(-3rem);
}
.mobile-nav-panel__close {
z-index: 10;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/close-alt.svg);
transform: translate(0, -0.5rem) !important;
}
html[data-theme="dark"] .mobile-nav-panel__close {
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/close.svg);
}
.mob-socials-panel .social-btns {
padding: 1rem;
background-color: #202333;
border-radius: 8px;
flex-flow: row wrap;
justify-content: center;
}
.mob-socials-panel .social-btns__item {
width: 36px;
height: 36px;
}
.mob-socials-panel .social-btns__item:not(:last-child) {
margin: 0.5rem 0.6rem;
}
.mob-socials-panel .social-btns__item:last-child {
margin: 0.5rem 0.6rem;
}
.mob-socials-panel .social-btns__link svg {
width: 36px;
height: 36px;
}
.mob-socials-panel__text {
margin-bottom: 0.5rem;
font-size: 1.1rem;
font-weight: var(--medium);
display: block;
text-align: center;
color: var(--lightColor);
}
html[data-theme="dark"] .mob-socials-panel__text {
color: var(--mainColor);
} .blog-content {
margin-bottom: 0 !important;
display: grid;
gap: 2rem;
grid-template-columns: repeat(10, 1fr);
border-bottom: 1px solid var(--borderColor);
}
@media (max-width:1100px) {
.blog-content {
display: block;
border: none;
}
}
.blog-content__post {
grid-column: span 7;
}
@media (max-width:1100px) {
.blog-content__post {
margin-bottom: 3rem;
}
}
.blog-content__sidebar {
padding-top: 2rem;
grid-column: span 3;
display: flex;
flex-direction: column;
max-width: 300px;
border-left: 1px solid var(--borderColor);
font-size: 0.96rem;
}
@media (max-width:1100px) {
.blog-content__sidebar {
padding: 0;
max-width: 100%;
border-left: none;
}
}
.single-post__header {
margin-bottom: 1.6rem;
padding: 2rem 0 1rem;
display: flex;
flex-direction: column;
border-bottom: 1px solid var(--borderColor);
}
.breadcrumbs {
margin-bottom: 1rem;
}
.breadcrumbs__item {
position: relative;
font-size: 0.82rem;
display: inline-block;
}
@media (max-width:800px) {
.breadcrumbs__item {
font-size: 0.82rem;
}
}
.breadcrumbs__item::before {
content: "\00B7";
padding-right: 0.5rem;
color: var(--greyColor);
}
@media (max-width:600px) {
.breadcrumbs__item::before {
top: 0.65rem;
}
}
.breadcrumbs__item:not(:last-child) {
margin-right: 0.5rem;
}
.breadcrumbs__item:first-child::before {
display: none;
}
.breadcrumbs__link {
text-decoration: none;
color: var(--greyColor);
}
.breadcrumbs__link:not(a[href]):hover {
text-decoration: none;
color: var(--greyColor);
}
.breadcrumbs__link:hover {
text-decoration: underline;
color: var(--hoverColor);
}
.single .breadcrumbs__item:last-child {
display: none;
}
.attachment .breadcrumbs__item:last-child {
display: inline-flex !important;
}
.attachment .single-post__title {
margin-bottom: 0 !important;
}
.single-post__title {
margin-bottom: 1.6rem;
display: block;
font-size: 1.8rem;
line-height: 115%;
font-weight: var(--bold);
}
@media(max-width: 500px) {
.single-post__title {
font-size: 1.4rem;
line-height: 120%;
}
}
.article__custom {
margin: 1.6rem 0;
}
.single-post__img {
margin-bottom: 1.4rem;
width: 100%;
text-align: center;
}
.single-post__img img {
margin: 0 auto;
}
.single-post__excerpt {
margin-bottom: 1.4rem;
padding: 1.2rem;
background-color: var(--greyBg);
border-radius: 6px;
}
.single-post__content {
margin-bottom: 1.6rem
}
blockquote {
margin-bottom: 1.2rem;
padding: 1.6rem 2rem;
display: flex;
flex-direction: column;
letter-spacing: 0.5px;
border-width: 0 0 0 10px;
border-style: solid;
background-color: var(--greyBg);
}
blockquote p {
font-size: 1rem;
}
blockquote cite {
text-align: right;
text-transform: uppercase;
font-size: 0.75rem;
font-weight: var(--medium);
}
.wp-block-group__inner-container {
padding: 1rem;
}
html[data-theme="dark"] .wp-block-group__inner-container,
html[data-theme="dark"] .wp-block-media-text__content,
html[data-theme="dark"] .wp-block-media-text {
background-color: var(--lightColor);
}
.wp-block-media-text {
margin-bottom: 1rem;
}
.post-content div,
figure.aligncenter {
margin-bottom: 1.2rem;
}
figure.aligncenter img {
margin: 0 auto 0.5rem;
} .post-info {
position: relative;
display: flex;
flex-flow: row wrap;
}
.post-info__author {
margin-right: 0.4rem;
display: flex;
flex-flow: row wrap;
align-items: flex-end;
}
.post-info__img {
margin-right: 0.8rem;
}
.post-info__img img {
width: 46px;
height: 46px;
border-radius: 50%;
}
@media(max-width: 700px) {
.post-info__img img {
width: 40px;
height: 40px;
}
}
.post-info__about {
display: flex;
flex-direction: column;
}
.post-info__name {
margin-bottom: 8px;
font-size: 0.9rem;
line-height: 1;
font-weight: var(--medium);
}
.post-info__name a {
color: var(--mainColor);
text-decoration: none
}
.post-info__name a:hover {
text-decoration: underline;
color: var(--hoverColor);
}
.post-info__date {
margin-right: 0.6rem;
font-size: 0.82rem;
line-height: 1;
color: var(--greyColor);
}
.post-info__wrap {
font-size: 0.82rem;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
flex: 1;
align-items: flex-end;
line-height: 1;
}
@media(max-width: 700px) {
.post-info__wrap {
display: none;
}
.post-info__author {
align-items: center;
}
}
.post-info__link {
color: var(--greyColor);
text-decoration: none
}
.post-info__link:hover {
text-decoration: underline;
color: var(--hoverColor);
}
.post-info__reading {
margin-right: 1rem;
color: var(--greyColor);
}
.reading-time__icon {
margin-right: 6px;
display: inline-flex;
width: 15px;
height: 15px;
vertical-align: bottom;
fill: currentColor;
}
.post-info-likes {
margin-left: auto;
display: flex;
flex-direction: row;
}
.post-info-likes__title {
margin-right: 10px;
color: var(--greyColor);
font-size: 0.82rem;
}
.post-info-ellipses__wrap {
margin-right: auto;
position: absolute;
bottom: 1px;
right: 0.5rem;
z-index: 10;
display: none;
width: 38px;
height: 38px;
background-color: var(--greyBg);
color: var(--mainColor);
border-radius: 50%;
cursor: pointer;
transition: transform 300ms ease-in-out;
}
@media(max-width: 700px) {
.post-info-ellipses__wrap {
display: flex;
justify-content: center;
align-items: center;
}
}
.post-info-ellipses__wrap svg {
width: 36px;
height: 36px;
fill: currentColor;
}
.post-info-ellipses__wrap.is-moved {
transform: rotate(-90deg);
transition: transform 300ms ease-in-out;
}
.post-info-ellipses {
display: block;
width: 6px;
height: 6px;
}
.post-info-mobile {
padding: 1.4rem 1rem 0.65rem;
position: absolute;
bottom: 0;
right: -1rem;
z-index: 99;
display: none;
width: 166px;
background-color: #333646;
border-radius: 8px;
transform: translateY(112%);
}
.post-info-mobile::before {
content: "";
position: absolute;
top: -6px;
right: 2.2rem;
z-index: 1;
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 10px 7.5px;
border-color: transparent transparent #333646 transparent;
}
@media(max-width: 700px) {
.post-info-mobile.is-revealed {
display: block;
}
}
.post-info-mobile.is-revealed .post-info__wrap {
flex-direction: column;
align-items: flex-start;
display: flex;
}
.post-info-mobile .post-info__reading,
.post-info-mobile .post-info__comments,
.post-info-mobile .post-info-likes {
margin-left: 0;
margin-right: 0;
margin-bottom: 0.88rem;
line-height: 1.5;
}
.post-info-mobile .post-info__comments {
margin-bottom: 0.75rem;
}
.post-info-mobile .reading-time__icon {
display: none
}
.post-info-mobile .post-info__link,
.post-info-mobile .post-info__reading,
.post-info-mobile .post-info-likes__title,
.post-info-mobile .sl-icon,
.post-info-mobile .sl-count {
color: var(--lightColor) !important
}
html[data-theme="dark"] .post-info-mobile .post-info__link,
html[data-theme="dark"] .post-info-mobile .post-info__reading,
html[data-theme="dark"] .post-info-mobile .post-info-likes__title,
html[data-theme="dark"] .post-info-mobile .sl-icon,
html[data-theme="dark"] .post-info-mobile .sl-count {
color: var(--mainColor) !important
}
.post-info-mobile .sl-wrapper {
transform: translateY(2px);
} .single-post__footer {
margin-bottom: 2rem;
width: 100%;
display: flex;
flex-direction: column;
}
.post-footer__wrap {
padding: 1.3rem 0 1.5rem;
display: flex;
flex-flow: row nowrap;
border-top: 1px solid var(--borderColor);
border-bottom: 1px solid var(--borderColor);
}
@media(max-width: 500px) {
.post-footer__wrap {
flex-flow: column wrap;
}
}
.post-footer__wrap .post-info-likes {
margin-top: 30px;
flex: 1;
display: flex;
justify-content: end;
align-items: center;
}
@media(max-width: 500px) {
.post-footer__wrap .post-info-likes {
margin-top: 0;
margin-left: 0;
justify-content: flex-start;
}
}
.post-footer__wrap .post-info-likes__title {
line-height: 1.35;
}
@media(max-width: 500px) {
.post-footer__wrap .post-info-likes__title {
font-size: 1rem;
line-height: 1.15;
}
.post-footer__wrap .sl-count {
font-size: 1rem;
}
}
.post-footer__wrap .share-btns {
flex: 3
}
@media(max-width: 500px) {
.post-footer__wrap .share-btns {
margin-bottom: 1.8rem;
}
}
.single-post__tags {
margin-bottom: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--borderColor);
}
.single-post__tags a {
position: relative;
display: inline-block;
padding-left: 1.2rem;
font-size: 0.86rem;
text-decoration: none;
color: var(--greyColor);
}
.single-post__tags a::before {
content: "";
position: absolute;
left: 0;
top: 0.25rem;
width: 0.85rem;
height: 0.85rem;
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/tag-outline.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.single-post__tags a:not(:last-child) {
margin-right: 1rem;
}
.single-post__tags a:hover {
text-decoration: underline;
color: var(--hoverColor);
} .widget:not(:last-child) {
margin-bottom: 2rem;
}
.sidebar .widget {
margin-bottom: 2rem;
padding-left: 2rem;
}
@media (max-width:1100px) {
.sidebar .widget {
padding-left: 0;
}
}
.widget__title,
.widget_block h2 {
display: block;
margin-bottom: 1.2rem;
font-weight: var(--medium);
font-size: 0.8rem;
text-transform: uppercase;
color: var(--greyColor);
}
.wp-block-group__inner-container {
padding: 0 !important;
}
.widget a {
color: var(--mainColor);
text-decoration: none;
}
.widget a:hover {
text-decoration: underline;
color: var(--hoverColor);
}
.widget .tagcloud {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.widget .tagcloud a {
margin: 0 0.4rem 0.4rem 0;
padding: 0.4rem 0.6rem;
line-height: 13px;
font-size: 13px !important;
text-decoration: none;
color: var(--greyColor);
border: 1px solid var(--greyColor);
border-radius: 4px;
transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.widget .tagcloud a:hover {
text-decoration: none;
color: var(--lightColor);
background-color: var(--hoverColor);
border-color: var(--hoverColor);
transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.widget_nav_menu .menu-item {
font-weight: 400;
list-style: square;
list-style-position: inside
}
.widget_nav_menu .menu-item a {
padding: 0;
text-decoration: none;
}
.widget_nav_menu .menu-item a:hover {
text-decoration: underline;
}
.widget_recent_comments .comment-author-link {
font-weight: var(--medium)
}
.recentcomments a {
color: var(--hoverColor);
}
.widget_media_image {
padding: 0;
border: none;
}
.widget_media_image img {
border-radius: 6px
}
.wp-block-latest-posts li {
list-style: none !important;
}
#wp-calendar {
width: 100%;
display: table
}
.widget #calendar_wrap {
width: 100%;
font-size: 0.82rem
}
.widget #wp-calendar th {
text-align: center;
padding: 8px 9px;
font-size: 13px !important;
font-weight: var(--medium);
border: 1px solid var(--borderColor)
}
.widget #wp-calendar td {
padding: 8px 9px;
border: 1px solid var(--borderColor);
text-align: center
}
.widget #wp-calendar caption {
font-weight: var(--medium);
font-size: 13px !important;
padding-bottom: 12px
}
.widget #wp-calendar #today {
font-weight: var(--bold);
background-color: var(--hoverColor);
color: var(--lightColor);
}
.widget_categories ul {
display: flex;
flex-direction: column;
}
.widget_categories .cat-item {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
}
.widget_categories .cat-item:not(:last-child) {
margin-bottom: 0.5rem;
padding-bottom: 5px;
border-bottom: 1px solid var(--borderColor);
}
.widget_categories .cat-item a {
padding-right: 1rem;
color: var(--hoverColor);
}
.widget_categories .cat-item__count {
color: var(--greyColor);
font-size: 0.8rem;
} .share-btns__list {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
}
.share-btns__title {
display: block;
margin-bottom: 0.6rem;
font-size: 0.82rem;
color: var(--greyColor);
}
.share-btns__item:not(:last-child) {
margin-right: 0.5rem;
}
.share-btns__link {
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
width: 1.6rem;
height: 1.6rem;
color: var(--lightColor);
}
.share-btns__link svg {
border-radius: 4px;
width: 1.6rem;
height: 1.6rem;
fill: currentColor;
}
.single-post__custom {
color: var(--greyColor);
padding: 1rem 0;
border-top: 1px solid var(--borderColor);
} .pagination {
margin-top: 3rem;
display: flex;
justify-content: center;
}
.pagination .nav-links {
display: flex;
flex-flow: row wrap;
}
.pagination .nav-links>* {
margin-right: 0.9rem;
padding: 0.65rem 0.9rem;
display: inline-flex;
font-size: 0.9rem;
line-height: 1;
border-radius: 4px;
background-color: var(--greyBg);
transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.pagination .page-numbers {
text-decoration: none;
color: var(--mainColor);
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
background-color: var(--hoverColor);
color: var(--lightColor);
}
.pagination .dots:hover {
background-color: var(--greyBg);
color: var(--mainColor);
}
@media (max-width: 1100px) {
.pagination .page-numbers {
display: none;
}
.pagination .current,
.pagination .prev,
.pagination .next {
display: inline-flex;
}
} .post-navigation .nav-links {
margin-bottom: 2rem;
width: 100%;
display: grid;
gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
}
.post-navigation .nav-links>* {
border-radius: 6px;
}
.post-navigation .nav-links>* a {
background-color: transparent;
text-decoration: none;
}
.post-navigation .nav-links>*:hover {
text-decoration: none;
}
.post-navigation .nav-links .nav-next {
padding-left: 1rem;
text-align: right;
}
@media(max-width: 500px) {
.post-navigation .nav-links .nav-next {
padding-left: 0;
text-align: left;
}
}
.post-navigation .nav-links .nav-prev {
padding-right: 1rem;
}
.post-navigation .nav-links__label {
margin-bottom: 0.4rem;
display: inline-block;
font-size: 0.82rem;
color: var(--greyColor)
}
.post-navigation .nav-links__title {
font-weight: var(--medium);
line-height: 135%;
word-break: keep-all;
}
.post-navigation .nav-links__title:hover {
color: var(--hoverColor);
text-decoration: underline;
}
.single-post__nav {
display: flex;
align-items: center;
}
.single-post__nav p {
display: none
}
.single-post__nav .post-page-numbers {
margin-right: 8px;
display: flex;
justify-content: center;
width: 2rem;
height: 2rem;
border-radius: 50px;
background-color: var(--greyBg);
line-height: 2rem;
}
.single-post__nav a.post-page-numbers {
text-decoration: none;
background-color: var(--hoverColor);
color: var(--lightColor);
} table,
.wp-block-table {
margin: 0 0 1.2rem;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
table th {
padding: 0.5rem 1rem;
text-align: left;
font-size: 0.9rem;
font-weight: var(--medium);
border: 1px solid var(--borderColor);
background-color: #f6f7fb;
word-break: normal
}
html[data-theme="dark"] table th {
background-color: #333646;
}
table td {
padding: 0.5rem 1rem;
font-size: 0.9rem;
line-height: 1.5;
border: 1px solid var(--borderColor);
vertical-align: top;
word-break: normal;
}
.wp-block-table td,
.wp-block-table th {
font-size: 0.9rem;
line-height: 1.5;
border: 1px solid var(--borderColor);
padding: 0.5rem 1rem;
}
table tr:nth-of-type(odd) {
background-color: #f6f7fb
}
html[data-theme="dark"] table tr:nth-of-type(odd),
html[data-theme="dark"] .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #333646;
}
table tr:nth-of-type(even) {
background-color: #fff;
}
html[data-theme="dark"] table tr:nth-of-type(even) {
background-color: transparent;
}
table,
.wp-block-table {
border-collapse: collapse
}
.wp-block-table {
border-collapse: collapse
}
dt,
dd {
margin-bottom: 1rem;
} figcaption {
color: var(--greyColor);
font-size: 0.9rem;
}
.blocks-gallery-grid,
.wp-block-gallery {
margin-top: 0 !important;
}
.blocks-gallery-grid,
.wp-block-gallery {
margin-left: 0 !important
}
.wp-block-gallery,
.post-content .gallery {
margin-bottom: 1.2rem;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
object-fit: cover
}
.blocks-gallery-grid li {
padding-left: 0 !important;
}
.blocks-gallery-grid li::before {
display: none;
}
.wp-block-image {
display: initial;
}
.wp-block-image .alignleft {
margin: 0 2rem 1rem 0;
}
img.alignleft {
float: left;
margin: 0 2rem 1rem 0;
}
.wp-block-image .alignright {
margin: 0 0 1rem 2rem;
}
img .alignright {
float: right;
margin: 0 0 1rem 2rem;
}
@media (max-width: 900px) {
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin: 0 auto 1rem;
float: none;
display: table
}
}
.gallery {
margin: 1rem auto 0;
display: inline-block;
}
.gallery .gallery-item {
margin: 0;
padding: 0;
}
.gallery .gallery-item img {
border-radius: 6px;
}
.gallery-columns-2 {
display: grid;
gap: 1rem;
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
display: grid;
gap: 1rem;
grid-template-columns: repeat(3, 1fr);
}
@media (max-width:600px) {
.gallery-columns-3 {
grid-template-columns: repeat(2, 1fr);
}
}
.gallery-columns-4 {
display: grid;
gap: 1rem;
grid-template-columns: repeat(4, 1fr);
}
@media (max-width:600px) {
.gallery-columns-4 {
grid-template-columns: repeat(2, 1fr);
}
}
.wp-block-cover {
margin-bottom: 1.2rem;
} .wp-block-buttons {
margin-bottom: 1.2rem
}
.wp-block-code {
margin-bottom: 1.2rem;
padding: 1.5rem;
padding-left: 2rem;
max-width: 100%;
overflow: auto;
white-space: pre;
color: #40f1ad;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border: 0;
border-left: 5px solid #57e;
background-color: #22283e;
font-family: monospace;
}
.wp-block-code code {
padding: 0;
background-color: transparent;
font-size: 0.88rem;
}
code {
margin: 1rem 0;
padding: 1rem;
display: block;
background-color: #22283e;
color: #40f1ad;
}
.wp-block-verse {
white-space: pre-wrap;
}
.wp-block-embed__wrapper>* {
margin-right: auto;
margin-left: auto;
}
.wp-block-latest-posts.is-grid li {
padding: 1rem;
border: 1px solid var(--borderColor);
font-size: 0.9rem;
font-weight: var(--medium);
line-height: 125%;
border-radius: 6px;
}
.wp-block-latest-posts.is-grid li a {
text-decoration: none;
}
.wp-block-latest-posts.is-grid li a:hover {
text-decoration: underline;
color: var(--hoverColor);
}
.wp-block-latest-posts__featured-image {
margin-bottom: 0.6rem;
}
.wp-block-latest-posts__featured-image img {
border-radius: 4px;
}
.wp-block-columns {
padding: 1rem;
background-color: var(--greyBg);
border-radius: 6px;
font-size: 0.96rem;
}
html[data-theme="dark"] .wp-block-columns {
background-color: #333646;
}
.wp-block-columns p:not(:last-child) {
margin-bottom: 0.5rem;
}
.wp-block-columns img {
border-radius: 6px;
} .footer {
margin-top: 3rem
}
.search .footer {
margin-top: 2rem;
}
.footer-area {
display: grid;
gap: 2rem;
grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1100px) {
.footer-area {
display: flex;
flex-direction: column;
}
}
.footer-area__widgets {
grid-column: 4 span;
}
@media (max-width: 1100px) {
.footer-area__widgets {
order: 1;
}
}
.footer__widget {
padding: 1.4rem;
border: 1px solid var(--borderColor);
border-radius: 8px;
}
.footer__widget:not(:last-child) {
margin-bottom: 1.6rem;
}
.footer__widget li,
.footer__widget p {
font-size: 0.9rem !important;
}
.footer-area__content {
padding: 1.4rem;
border: 1px solid var(--borderColor);
border-radius: 8px;
grid-column: 8 span;
display: flex;
flex-direction: column;
}
@media (max-width: 1100px) {
.footer-area__content {
order: 2;
}
}
.footer-content__img {
margin-bottom: 0.5rem;
max-width: 200px;
}
.footer-site-title {
margin-bottom: 0.8rem;
display: block;
font-size: 1.2rem;
font-weight: var(--medium);
}
.footer-menu {
margin-top: 1.2rem;
padding-top: 1rem;
border-top: 1px solid var(--borderColor);
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.footer-menu li {
padding-bottom: 0.4rem;
padding-right: 10px;
position: relative;
font-weight: 400;
font-size: 0.88rem;
}
.footer-menu li:not(:last-child)::after {
content: "\00B7";
position: absolute;
top: 0;
right: -7px;
}
.footer-menu li:not(:last-child) {
margin-right: 1rem;
}
.footer-menu .menu-item a {
padding: 16px 0
}
.footer-menu .sub-menu {
display: none;
}
.footer-content__text {
color: var(--greyColor);
font-size: 0.94rem;
}
@media (max-width: 500px) {
.footer-content__text {
font-size: 0.9rem;
}
}
.footer-content__text .post-content {
margin-bottom: 1.2rem;
}
.footer__credits {
margin: 2rem 0;
color: var(--greyColor);
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
@media(max-width: 800px) {
.footer__credits {
flex-flow: column wrap;
justify-content: center;
align-items: center;
}
}
.credits__link {
color: var(--greyColor);
text-decoration: none;
}
.credits__link:hover {
text-decoration: underline;
}
.credits__copy,
.credits__site-descr {
margin: 3px 0;
font-size: 0.8rem;
}
.credits__counter {
margin: 0 1rem;
opacity: 0.5;
transition: opacity 300ms ease-in-out;
}
.credits__counter:hover {
opacity: 1;
}
@media(max-width: 800px) {
.credits__copy {
order: 1;
}
.credits__site-descr {
margin-bottom: 1rem;
order: 2;
}
.credits__counter {
order: 3;
}
}
.footer-area__content .site-title__logo {
margin-bottom: 1rem;
max-width: 200px;
}
.footer-area__content .site-title__link {
display: inline-block;
} .comments__list {
margin-bottom: 2.6rem;
}
.comments__wrapper.open {
height: auto;
display: block;
overflow: visible;
opacity: 1;
}
.comments {
position: relative;
}
.comments__title {
margin-bottom: 2rem;
padding-top: 2rem;
border-top: 1px solid var(--borderColor);
display: block;
font-weight: var(--bold);
font-size: 1.2rem;
}
#respond .comments__title {
margin-bottom: 1rem;
}
@media (max-width:415px) {
.comments__title,
#respond .comments__title {
font-size: 1rem;
}
}
.comment .comments__title {
padding-top: 1.2rem;
border-top: none;
}
@media (max-width: 900px) {
.comments {
margin-bottom: 2rem;
}
}
.comment {
padding: 1rem 1.4rem;
display: flex;
flex-flow: column nowrap;
font-size: 1rem;
border: 1px solid var(--borderColor);
border-radius: 8px;
}
.comment:not(:last-child) {
margin-bottom: 3rem;
}
.comment .children {
margin: 0.5rem 0;
padding: 1rem 0 0 1rem;
}
.comment__wrapper {
display: flex;
flex-direction: column;
}
.comment__header {
padding-bottom: 0.5rem;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #cfd1d7;
}
html[data-theme="dark"] .comment__header {
border-color: var(--borderColor);
}
.comment-author-info {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.comment-edit-link {
margin-left: 1rem;
padding-top: 5px;
color: var(--greyColor);
font-size: 13px;
text-decoration: none;
}
.comment-edit-link:hover {
text-decoration: underline;
color: var(--hoverColor);
}
.comment__reply {
color: var(--greyColor);
cursor: pointer;
font-size: 0.8rem;
}
.comment__reply:hover {
text-decoration: underline;
color: var(--hoverColor);
}
.comment__text {
padding: 1rem 0 0.5rem;
font-size: 0.96rem;
line-height: 140%;
}
.comment__author {
font-weight: var(--medium);
font-size: 1rem;
}
.comment__author .url {
text-decoration: none;
}
.comment__author .url:hover {
text-decoration: underline;
}
.bypostauthor .comment__author {
position: relative;
}
.comment-author-info__label::after {
content: "Автор";
margin-left: 14px;
padding: 5px 8px;
display: inline-flex;
background-color: #37f;
color: var(--lightColor);
font-size: 13px;
line-height: 1;
border-radius: 4px;
}
@media (max-width: 600px) {
.comment-author-info__label::after {
content: " ";
margin-left: 8px;
padding: 0;
width: 8px;
height: 8px;
border-radius: 50%;
transform: translateY(-10px)
}
}
.comment__meta {
font-size: 0.82rem;
}
.comment__meta a {
text-decoration: none;
color: var(--greyColor);
}
.children .comment {
padding: 0;
border: none;
}
.children .comment:not(:last-child) {
margin-bottom: 1rem;
}
.comment-awaiting-moderation {
display: block;
margin-bottom: 1.5rem;
font-style: normal;
font-size: 0.9rem;
font-style: italic;
} .comments__form {
margin-bottom: 1.8rem;
}
.comment-form {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}
.comment-form .comment-notes,
.logged-in-as {
display: block;
flex-basis: 100%;
margin-bottom: 1.5rem;
font-size: 0.9rem;
color: var(--greyColor);
}
@media (max-width:415px) {
.comment-form .comment-notes,
.logged-in-as {
font-size: 0.8rem;
}
.required-field-message {
display: block;
}
}
.comment-form .comment-notes input {
margin-right: 1rem;
}
.comment-form .comment-notes a,
.logged-in-as a,
.comment-form__agreement a {
color: var(--greyColor);
}
.comment-form .comment-notes a:hover,
.logged-in-as a:hover,
.comment-form__agreement a:hover {
color: var(--hoverColor);
}
#comments-checkbox {
margin-right: 10px;
}
.comment-form-cookies-consent {
flex-basis: 100%;
margin-bottom: 0.6rem;
display: none;
}
.comment-form-cookies-consent input {
margin-right: 1rem;
}
.comment-form-author {
flex: 1;
margin-right: 1rem;
}
@media (max-width: 600px) {
.comment-form-author {
flex-basis: 100%;
margin-right: 0;
}
}
.comment-form-email {
flex: 1;
margin-left: 1rem;
}
@media (max-width: 600px) {
.comment-form-email {
flex-basis: 100%;
margin-left: 0;
}
}
.comment-form-comment {
flex-basis: 100%;
margin-bottom: 1rem;
}
.comment-form .submit,
.error404-btn,
.wpcf7-submit,
.wp-block-search__button {
margin: 1rem 0;
padding: 1rem 2rem;
display: inline-block;
text-decoration: none;
opacity: 1;
cursor: pointer;
background-color: var(--btnBg);
color: var(--btnColor);
font-size: 1rem;
border: 0;
border-radius: 6px;
font-weight: var(--bold);
transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out;
}
.wp-block-search__button {
margin: 0;
margin-left: 10px;
padding: 0.3rem 0.6rem;
font-size: 0.88rem;
font-weight: var(--medium);
}
.wpcf7-submit {
margin: 0
}
.comment-form .submit {
margin: 0;
margin-top: 0.8rem;
}
.comment-form .submit:disabled,
.wpcf7-submit:disabled {
opacity: 0.45;
cursor: not-allowed;
transition: opacity 300ms ease-in-out;
}
.comment-form .submit:hover,
.error404-btn:hover,
.wpcf7-submit:hover{
text-decoration: none;
color: var(--btnColor);
background-color: var(--btnBgHover);
transition: background-color 300ms ease-in-out;
}
html[data-theme="dark"] .comment-form .submit:hover,
html[data-theme="dark"] .error404-btn:hover,
html[data-theme="dark"] .wpcf7-submit:hover {
color: var(--mainColor);
}
a#cancel-comment-reply-link {
display: inline-block;
padding-left: 10px;
text-decoration: none;
overflow: hidden;
width: 36px;
height: 36px
}
a#cancel-comment-reply-link:before {
content: "\00D7";
font-size: 30px;
color: red;
width: 36px;
height: 36px
}
.form-checkbox {
position: relative;
display: flex;
flex-flow: row wrap;
align-items: center;
font-weight: 400;
}
.form-checkbox__input {
position: absolute;
opacity: 0;
}
.form-checkbox__text {
margin-left: 1.6rem;
flex: 0 100%;
font-size: 0.88rem;
color: var(--greyColor);
}
@media (max-width:800px) {
.form-checkbox__text {
line-height: 20px
}
}
@media (max-width:500px) {
.form-checkbox__text {
font-size: 13px;
}
}
.comment .form-submit {
margin-bottom: 0;
}
@media (max-width:415px) {
.form-submit {
width: 100%;
}
}
.form-checkbox__text::before {
content: "";
position: absolute;
left: 0;
top: 0.2rem;
width: 1rem;
height: 1rem;
background-color: transparent;
border: 1px solid #c9c5db;
border-radius: 4px;
}
.form-checkbox__input:checked+.form-checkbox__text::before {
background-image: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/checked.svg);
background-position: center;
background-size: 1.1rem;
background-repeat: no-repeat;
border-color: transparent;
background-color: var(--hoverColor);
}
.form-checkbox__text a {
color: var(--hoverColor);
text-decoration: none;
}
.form-checkbox__text a {
color: var(--hoverColor);
text-decoration: underline;
}
.comment-navigation {
margin: 0 0 3rem !important;
display: flex;
flex-direction: row;
justify-content: space-between;
}
@media (max-width: 415px) {
.comment-navigation {
flex-direction: column;
}
}
.comment-navigation a {
padding: 1rem;
display: block;
font-size: 0.86rem;
border: 1px solid var(--borderColor);
border-radius: 6px;
font-weight: var(--medium);
color: var(--greyColor);
text-decoration: none;
margin: 0.5rem 0;
text-align: center;
} .recent-posts__list,
.featured-posts__list {
display: flex;
flex-direction: column;
}
@media(max-width: 1100px) {
.recent-posts__list,
.featured-posts__list {
display: grid;
gap: 1.2rem;
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 500px) {
.recent-posts__list,
.featured-posts__list {
display: block;
}
}
.recent-posts__list {
counter-reset: myCounter;
}
.recent-list__item,
.featured-list__item {
border: 1px solid var(--borderColor);
border-radius: 6px;
position: relative;
z-index: 2;
display: flex;
overflow: hidden;
list-style: none !important;
}
.recent-list__item:not(:last-child),
.featured-list__item:not(:last-child) {
margin-bottom: 1.2rem !important;
}
@media(max-width: 1100px) {
.recent-list__item:not(:last-child),
.featured-list__item:not(:last-child) {
margin-bottom: 0 !important;
}
}
@media(max-width: 500px) {
.recent-list__item:not(:last-child),
.featured-list__item:not(:last-child) {
margin-bottom: 1.2rem !important;
}
}
.recent-list__item::before {
counter-increment: myCounter;
content: counter(myCounter);
width: 1.8rem;
height: 1.8rem;
position: absolute;
top: 1rem;
left: 1rem;
z-index: 101;
border-radius: 50%;
font-size: 0.88rem;
font-weight: var(--medium);
text-align: center;
line-height: 1.8rem;
color: var(--lightColor);
}
html[data-theme="dark"] .recent-list__item::before {
color: var(--mainColor);
}
.featured-list__item::before {
content: "";
width: 1.8rem;
height: 1.8rem;
position: absolute;
top: 1rem;
left: 1rem;
z-index: 101;
border-radius: 50%;
color: var(--lightColor);
background: url(//evangelie.today/wp-content/themes/citynews-3/assets/img/star.svg) center center no-repeat;
background-size: 0.8rem 0.8rem;
}
.recent-artice {
display: flex;
flex-direction: column;
}
.recent-artice__img,
.featured-artice__img {
max-width: 365px;
max-height: 215px;
position: relative;
z-index: 1;
overflow: hidden;
}
.recent-artice:hover .zoom-img img,
.featured-artice:hover .zoom-img img {
transform: scale(1.15);
transition: transform 400ms ease-in-out;
}
.filler {
display: block;
height: 3rem;
}
.recent-artice__content,
.featured-artice__content {
padding: 0.8rem 1rem;
}
.recent-artice__title,
.featured-artice__title {
font-size: 0.9rem;
line-height: 135%;
font-weight: var(--medium);
display: block;
}
@media (max-width: 500px) {
.recent-artice__title,
.featured-artice__title {
font-size: 1rem;
}
}
.recent-artice__footer {
padding: 0 1rem 0.8rem;
margin-top: auto;
color: var(--greyColor);
font-size: 0.82rem;
}
.error404-header {
padding: 2rem 1rem;
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.error-section {
margin: 2rem 0;
text-align: center;
}
.error-section__title {
font-size: 4rem;
font-weight: var(--bold);
}
.error-section__text {
margin: 0 auto;
margin-bottom: 2rem;
max-width: 650px;
word-break: keep-all;
}
.error404-btn {
margin: 0 auto;
} .back-to-top {
position: fixed;
bottom: 3rem;
right: 3rem;
z-index: 999;
display: flex;
justify-content: center;
width: 38px;
height: 38px;
background-color: var(--lightColor);
color: var(--mainColor);
border-radius: 50%;
border: 1px solid var(--mainColor);
opacity: 0;
visibility: hidden;
transition: opacity 300ms ease-in-out;
}
@media (max-width: 1100px) {
.back-to-top {
right: 1rem;
bottom: 4rem;
}
}
@media (max-width: 875px) {
.back-to-top {
bottom: 4rem;
}
}
@media (max-width: 500px) {
.back-to-top {
bottom: 1.6rem;
}
}
.back-to-top.is-active {
opacity: 1;
visibility: visible;
transition: opacity 300ms ease-in-out;
}
.back-to-top:hover {
border-color: var(--hoverColor);
color: var(--hoverColor);
}
.back-to-top svg {
width: 20px;
height: 20px;
align-self: center;
fill: currentColor;
transform: rotate(-90deg);
} .related-posts-list {
margin-bottom: 2rem;
display: grid;
gap: 1.4rem;
grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1100px) {
.related-posts-list {
margin-bottom: 0;
display: block;
}
}
.related-posts__title {
margin-bottom: 1.2rem;
display: block;
font-weight: var(--bold);
font-size: 1.1rem;
}
.related-posts-list__item {
padding: 1.2rem;
position: relative;
display: flex;
flex-direction: column;
border: 1px solid var(--borderColor);
border-radius: 8px;
background-color: var(--lightColor);
overflow: hidden
}
@media (max-width: 1100px) {
.related-posts-list__item:not(:last-child) {
margin-bottom: 1.2rem;
}
}
.related-posts-item__cats {
margin-bottom: 1rem;
font-size: 0.8rem;
color: var(--greyColor);
}
.related-posts-item__cats a {
color: var(--greyColor);
text-decoration: none;
}
.related-posts-item__cats a:hover {
color: var(--hoverColor);
text-decoration: underline;
}
.related-posts-item__title {
margin-bottom: auto;
padding-bottom: 1rem;
font-weight: var(--medium);
line-height: 135%;
}
.related-posts-item .item-footer {
color: var(--greyColor);
}
.related-posts-item__link {
text-decoration: none;
display: block
}
.related-posts-item__link:hover {
color: var(--hoverColor);
text-decoration: underline
}
.related-posts-item .popular-footer {
margin-top: auto;
} .post-archive__articles {
margin-bottom: 3rem;
padding-top: 2rem;
display: flex;
flex-direction: column;
}
.post-archive {
margin-top: 1.6rem;
}
.post-archive__header {
margin-top: 2rem;
display: flex;
flex-direction: column;
}
.archive-header__wrap {
padding-bottom: 0.9rem;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: flex-end;
border-bottom: 1px solid var(--borderColor)
}
.post-archive__title {
display: block;
font-size: 1.7rem;
line-height: 115%;
font-weight: var(--bold);
}
@media(max-width: 500px) {
.post-archive__title {
width: 100%
}
}
.post-archive__count {
color: var(--greyColor);
}
@media(max-width: 500px) {
.post-archive__count {
margin-top: 0.7rem
}
}
.post-archive__content {
margin-top: 1.2rem;
display: flex;
flex-flow: row nowrap;
}
.archive .post-archive__content {
display: block;
}
.author .post-archive__content {
padding-bottom: 1rem;
display: flex;
border-bottom: 1px solid var(--borderColor);
}
@media (max-width: 500px) {
.author .post-archive__content {
flex-flow: column wrap;
}
}
.post-archive__img {
margin-right: 2rem;
padding: 5px;
border-radius: 50%;
background-color: var(--lightColor);
box-shadow: 1px 5px 15px rgba(41, 64, 211, 0.2);
width: 100px;
height: 100px;
}
@media (max-width: 500px) {
.post-archive__img {
margin: 0 auto 1.2rem;
}
}
html[data-theme="dark"] .post-archive__img {
background-color: #333646;
}
.social-btns--author {
margin-top: 1.2rem;
padding-left: 0 !important;
}
.child-cat-list {
margin: 1.8rem 0 0;
display: flex;
flex-flow: row wrap;
}
.child-cat-list__item {
margin-bottom: 12px;
display: inline-flex;
font-size: 0.88rem;
line-height: 1;
}
.child-cat-list__item:not(:last-child) {
margin-right: 1rem;
}
.child-cat-list__link {
padding: 0.55rem 0.9rem;
text-decoration: none;
border: 1px solid var(--mainColor);
border-radius: 6px;
color: var(--mainColor);
background-color: transparent;
transition: color 300ms ease-in-out, border-color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.child-cat-list__link:hover {
text-decoration: none;
color: var(--lightColor);
background-color: var(--hoverColor);
border-color: var(--hoverColor);
transition: color 300ms ease-in-out, border-color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.search__title {
font-size: 1.4rem;
font-weight: var(--bold);
}
.search-descr {
color: var(--greyColor);
font-size: 0.9rem;
}
.comments-info {
color: var(--greyColor);
}
.comments-info__icon {
margin-right: 6px;
display: inline-flex;
width: 15px;
height: 15px;
vertical-align: bottom;
stroke: currentColor;
}
.post-info-mobile .comments-info__icon {
display: none;
}
.blog-content__post--fullwidth {
grid-column: span 10;
}