body.no-scroll{overflow-y:hidden}.header{background-color:#fff;box-shadow:0 4px 8px #0000001a;padding:20px 0;position:relative;z-index:9}.header .header-socials{display:flex;gap:10px}.header .header-socials__item{color:#000;font-size:18px;transition:.3s ease}.header .header-socials__item:hover{color:#ff4e4e}.header .brand-logo{align-items:center;color:#000;display:flex;font-family:Bruno Ace SC,sans-serif;font-size:18px;font-style:normal;font-weight:700;gap:10px;text-decoration:none}.header .brand-logo .logo{height:20px;-o-object-fit:contain;object-fit:contain;transition:.3s ease;width:20px}.header .brand-logo:hover .logo{transform:rotate(15deg) scale(1.1)}.header-nav{display:flex;justify-content:space-between}.header-nav__list{display:flex;gap:15px;list-style:none}.header-nav__list-item:first-child a:after{left:0;transform:translate(0)}.header-nav__list-item:last-child a:after{left:unset;right:0;transform:translate(0)}.header-nav__list-item a{color:#000;position:relative;text-decoration:none;transition:.3s ease}.header-nav__list-item a:after{background-color:#ff4e4e;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);transition:.3s ease;width:0}.header-nav__list-item a:hover{color:#ff4e4e}.header-nav__list-item a:hover:after{width:100%}.header-nav__list-item--dropdown{position:relative}.header-nav__list-item--dropdown .fa-chevron-down{font-size:12px;margin-left:10px;transition:.3s ease}.header-nav__list-item--dropdown:hover{color:#ff4e4e}.header-nav__list-item--dropdown:hover:after{width:100%}.header-nav__list-item--dropdown:hover .dropdown{background-color:#fff;display:flex;list-style:none}.header-nav__list-item--dropdown:hover .fa-chevron-down{color:#ff4e4e;transform:rotate(180deg)}.header-nav__list-item--dropdown .dropdown{border-radius:6px;box-shadow:0 4px 8px #0000001a;display:none;flex-direction:column;gap:10px;left:0;list-style:none;padding:20px 10px 10px;position:absolute;top:100%}.header-nav__list-item--dropdown .dropdown a{display:flex;white-space:nowrap;width:100%}.header .burger{display:none}@media screen and (max-width:992px){.header{position:relative}.header .brand-logo{align-items:center;display:flex;justify-content:center;position:relative;text-align:center;width:-moz-fit-content;width:fit-content;z-index:2}.header-nav{display:flex;justify-content:space-between}.header-nav__list.opened{right:0}.header-nav__list{align-items:center;background-color:#fff;flex-direction:column;gap:20px;height:100vh;justify-content:center;position:absolute;right:-100vw;top:calc(100% - 60px);transition:.3s ease;width:100vw}.header-nav__list .fa-chevron-down{display:none}.header-nav__list-item{align-items:center;display:flex;flex-direction:column;justify-content:center}.header-nav__list .dropdown{align-items:center;box-shadow:none;display:flex;position:unset;text-align:center}.header-nav__list .dropdown a{align-items:center;text-align:center;width:auto}.header .burger{align-items:flex-end;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:30px;justify-content:center;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:30px;z-index:9}.header .burger span{background:#000;border-radius:12px;display:flex;height:3px;transition:.3s ease;width:30px}.header .burger span:last-child{width:16px}.header .burger.opened span{background-color:#ff4e4e}.header .burger.opened span:first-child{transform:rotate(-45deg) translate(-7px,4px);width:32px}.header .burger.opened span:last-child{transform:rotate(45deg) translate(-7px,-4px);width:32px}.header .burger.opened span:nth-child(2){opacity:0;transform:scale(1.3)}}
