/*!
Theme Name: Fon Today
Theme URI: https://fontoday.ru/
Author: Xenia
Author URI: https://t.me/xenia4715
*/
:root{--text-gradient:linear-gradient(90deg,#43ffec 0%,#ffb84d 50%,#ff0080 100%)}*{padding:0;margin:0}a{color:inherit}svg{transition:all .3s ease}img{max-width:100%;max-height:100%}*::-webkit-scrollbar{height:3px;width:5px}*::-webkit-scrollbar-track{border-radius:1px;background-color:#13161c}*::-webkit-scrollbar-track:hover{background-color:#13161c}*::-webkit-scrollbar-track:active{background-color:#13161c}*::-webkit-scrollbar-thumb{border-radius:5px;background-color:#637392}*::-webkit-scrollbar-thumb:hover{background-color:#43ffec}*::-webkit-scrollbar-thumb:active{background-color:#43ffec}body{font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:calc(100% + 12px);color:#fff;background:#13161c}h1,h2,h3{line-height:calc(100% + 12px)}a{text-decoration:none;color:inherit;font-size:inherit}.p-100{padding:100px 0}.pt-100{padding-top:100px}.pb-100{padding-bottom:100px}.no-scroll{overflow:hidden !important}.header{box-sizing:border-box;padding:15px;height:70px;position:fixed;top:0;left:0;width:100%;z-index:65;background:#13161cf0;backdrop-filter:blur(10px);display:flex;align-items:center}.header__logo{display:flex;gap:10px;align-items:center}.header__logo p{max-width:160px;width:100%;font-size:12px;line-height:14px;color:#bbb;box-sizing:border-box;padding-left:10px;border-left:1px solid #4b3737}.header__logo p span{color:#ff496c}.header__logo a{font-size:30px;font-weight:bolder;background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hamburger{display:none}.hamburger .line{width:40px;height:2px;background:#43ffec;display:block;margin:8px auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hamburger:hover{cursor:pointer}.hamburger.is-active .line:nth-child(2){opacity:0}.hamburger.is-active .line:nth-child(1){-webkit-transform:translateY(8px) rotate(45deg);-ms-transform:translateY(8px) rotate(45deg);-o-transform:translateY(8px) rotate(45deg);transform:translateY(8px) rotate(45deg);background:var(--text-gradient)}.hamburger.is-active .line:nth-child(3){-webkit-transform:translateY(-13px) rotate(-45deg);-ms-transform:translateY(-13px) rotate(-45deg);-o-transform:translateY(-13px) rotate(-45deg);transform:translateY(-13px) rotate(-45deg);background:var(--text-gradient)}.header__row{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}.nav{position:fixed;top:0;left:0;height:100vh;width:250px;box-sizing:border-box;padding:100px 15px 50px;z-index:55;background:#13161c;overflow:hidden;overflow-y:auto}.header-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.header-menu li{font-size:18px;font-weight:600;transition:all .3s ease}.header-menu li.current-menu-item{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-menu li:hover{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.content{box-sizing:border-box;padding-left:265px;padding-top:100px;padding-bottom:100px;padding-right:15px}.elements{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:50px}.elements__element{width:calc(33.333% - 10px)}.elements__element-img{position:relative;overflow:hidden;border-radius:10px;height:330px}.elements__element-img img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.elements__element:hover .elements__element-img img{transform:scale(1.1)}.elements__element-link{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:flex-end;border-radius:10px;overflow:hidden;opacity:0;transition:all .3s ease;z-index:2}.elements__element:hover .elements__element-link{opacity:1}.elements__element-link h3{box-sizing:border-box;padding:15px;background:#13161ccc;width:100%;display:flex;align-items:center}.elements__element-link h3 span{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;font-size:20px;text-transform:uppercase}.pagination{width:100%;margin-top:30px}.wp-pagenavi{display:flex;gap:10px}.wp-pagenavi a,.wp-pagenavi span{width:20px;height:20px;display:flex;justify-content:center;align-items:center;border:1px solid #43ffec;color:#fff;transition:all .3s ease;font-size:14px;border-radius:5px}.wp-pagenavi a:hover{background:#43ffec;color:#13161c}.wp-pagenavi span.current{background:#43ffec;color:#13161c}.page-header{margin-bottom:50px}.page-header h1 span{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;text-transform:uppercase;font-weight:bolder}.single__title{margin-bottom:100px}.single__title span{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:40px;text-transform:uppercase;font-weight:bolder}.single__downloads{display:flex;flex-wrap:wrap}.line-gradient{margin:50px auto;width:80%;height:1px;background:var(--text-gradient)}.single__download{width:100%;display:flex;flex-direction:column;align-items:center}.download-mob{margin-bottom:50px}.single__download-preview{max-height:700px;display:flex;justify-content:center;align-items:flex-end;width:100%}.single__download-button{display:flex;justify-content:center;align-items:center;max-width:300px;width:100%;height:50px;color:#13161c;background:#43ffec;transition:all .3s ease;font-size:20px;text-transform:uppercase;font-weight:700;border-radius:10px;margin-top:30px}.single__download-button:hover{color:#fff;background:#ffb84d}.single__download h2{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:25px;text-transform:uppercase;font-weight:700;margin-bottom:30px}.bread-list{margin-bottom:50px;overflow:hidden;overflow-x:auto;white-space:nowrap}.bread-list a{transition:all .3s ease}.bread-list a:hover{color:#43ffec}.footer{padding:15px;position:fixed;left:0;bottom:0;width:100%;z-index:55;background:#13161cf0;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.footer p span{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.footer p a{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.error{text-align:center}.error h1{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;font-size:400px;margin:30px}.error p{font-size:30px;color:#fff}.promo-block h3{text-align:center;width:100%;background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:30px;font-weight:bolder;margin-bottom:50px}.donat{display:flex;flex-direction:column;justify-content:center;margin-top:30px;margin-bottom:30px}.donat p{margin-bottom:10px;font-size:12px}.footer__right{display:flex;align-items:center;gap:20px}@media (max-width:1024px){.header-menu li{font-size:16px}.elements__element-img{height:150px}.error h1{font-size:200px}.nav{padding-bottom:100px}}@media (max-width:834px){.hamburger{display:block}.nav{left:-110%;transition:all .3s ease}.nav.show{left:0}.content{padding-left:15px}.line-gradient{width:100%}.header-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}}@media (max-width:480px){body{line-height:calc(100% + 10px);font-size:14px}h1,h2,h3{line-height:calc(100% + 10px)}.nav{padding-bottom:150px}.elements__element{width:calc(50% - 8px)}.elements__element-img{height:100px}.elements__element-link h3 span{font-size:10px;line-height:15px}.elements__element-link h3{padding:5px 10px}.single__download h2{font-size:18px}.single__download-button{font-size:16px;height:40px}.page-header h1 span{font-size:25px}.error h1{font-size:100px}.error p{font-size:20px}.footer{font-size:12px}.bread-list{font-size:11px}.download-desktop{display:none}.line-gradient{display:none}}