.header{position:relative;z-index:999;background:#fff;-webkit-box-shadow:none;box-shadow:none}.header__top-wrapper{position:relative;width:100%;z-index:100}.header__nav{position:relative;left:0;top:0;width:100%;background:#fff;z-index:99;-webkit-transition:all .3s ease;transition:all .3s ease}.header__nav--fixed{position:fixed;-webkit-box-shadow:0 3px 18px rgba(0,0,0,.08);box-shadow:0 3px 18px rgba(0,0,0,.08)}.header__container{display:grid;grid-template-columns:188px minmax(0, 1fr) 100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:100%;margin:0 auto;padding-left:40px;gap:clamp(16px,-4.3883495146px + 5.4368932039vw,100px)}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;padding:20px 0}.header__logo-img{display:block;max-width:200px;width:auto;max-height:100px;height:auto;-o-object-fit:contain;object-fit:contain}.header__nav-wrapper{min-width:0;height:100%}.header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;margin:0;padding:0;list-style:none}.header__nav-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;list-style:none}.header__nav-link{color:#2c1204;font-size:clamp(14px,12.5436893204px + 0.3883495146vw,20px);font-weight:500;line-height:1.2;white-space:nowrap;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;padding:0 10px}.header__nav-underline{position:absolute;left:50%;bottom:0;width:0;height:4px;border-radius:4px 4px 0 0;background:#e64f28;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s ease;transition:all .3s ease}.header__nav-item:hover>.header__nav-link,.header__nav-item--active>.header__nav-link{color:#2c1204}.header__nav-item:hover>.header__nav-underline,.header__nav-item--active>.header__nav-underline{width:100px}.header__nav-dropdown{position:absolute;left:50%;top:100%;min-width:140px;overflow:hidden;max-height:0;background:#fff;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-box-shadow:0 8px 18px rgba(0,0,0,.14);box-shadow:0 8px 18px rgba(0,0,0,.14);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:100}.header__nav-item:hover .header__nav-dropdown{max-height:80vh}.header__nav-dropdown-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:50px;padding:0 24px;color:#2c1204;font-size:16px;font-weight:500;white-space:nowrap}.header__nav-dropdown-link:hover,.header__nav-dropdown-link.active{color:#fff;background:#e64f28;font-weight:600}.header__nav-arrow{display:none;position:absolute;right:5%;top:0;width:46px;height:46px;border:0;background:rgba(0,0,0,0);cursor:pointer;z-index:2}.header__nav-arrow::before{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:translate(-50%, -65%) rotate(45deg);transform:translate(-50%, -65%) rotate(45deg);-webkit-transition:all .3s ease;transition:all .3s ease}.header__search-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;height:100%;background:#e64f28;border:0;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}.header__search-btn span{position:relative;display:block;width:22px;height:22px;border:4px solid #fff;border-radius:50%}.header__search-btn span::after{content:"";position:absolute;right:-8px;bottom:-5px;width:10px;height:4px;border-radius:999px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center;transform-origin:center}.header__menu-toggle{display:none;position:relative;width:46px;height:46px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;background:rgba(0,0,0,0);cursor:pointer}.header__menu-toggle span{position:absolute;left:9px;display:block;width:28px;height:2px;border-radius:999px;background:#2c1204;-webkit-transition:opacity .25s ease,top .35s ease,background-color .35s ease,-webkit-transform .35s ease;transition:opacity .25s ease,top .35s ease,background-color .35s ease,-webkit-transform .35s ease;transition:transform .35s ease,opacity .25s ease,top .35s ease,background-color .35s ease;transition:transform .35s ease,opacity .25s ease,top .35s ease,background-color .35s ease,-webkit-transform .35s ease}.header__menu-toggle span:nth-child(1){top:14px}.header__menu-toggle span:nth-child(2){top:22px}.header__menu-toggle span:nth-child(3){top:30px}.header__menu-toggle.is-active span:nth-child(1){top:22px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__menu-toggle.is-active span:nth-child(2){opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.header__menu-toggle.is-active span:nth-child(3){top:22px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header__search-modal{display:none;position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.45)}.header__search-modal-close{position:absolute;inset:0;z-index:1}.header__search-modal-content{position:absolute;right:40px;top:108px;z-index:2;width:min(600px,100% - 80px);padding:18px 24px;border-radius:8px;background:rgba(0,0,0,.82);-webkit-box-sizing:border-box;box-sizing:border-box}.header__search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0;border-bottom:1px solid hsla(0,0%,100%,.65)}.header__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:48px;color:#fff;font-size:16px;line-height:48px}.header__search-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.78)}.header__search-input::-moz-placeholder{color:hsla(0,0%,100%,.78)}.header__search-input:-ms-input-placeholder{color:hsla(0,0%,100%,.78)}.header__search-input::-ms-input-placeholder{color:hsla(0,0%,100%,.78)}.header__search-input::placeholder{color:hsla(0,0%,100%,.78)}.header__search-submit{width:48px;height:48px;cursor:pointer;background:url("../images/h_search.png") center no-repeat}@media(min-width: 1025px)and (max-width: 1360px){.header__container{grid-template-columns:170px minmax(0, 1fr) 86px;padding-left:24px;gap:20px}.header__logo-img{width:140px}.header__nav-link{padding:0 10px;font-size:17px}.header__search-btn{width:86px}}@media(min-width: 769px)and (max-width: 1024px){.header__container{grid-template-columns:150px minmax(0, 1fr) 72px;min-height:82px;padding-left:18px;gap:12px}.header__logo,.header__search-btn,.header__nav-wrapper{height:82px}.header__logo-img{width:126px;max-height:58px}.header__nav-link{padding:0 7px;font-size:15px}.header__search-btn{width:72px}.header__search-btn span{width:22px;height:22px;border-width:3px}}@media(min-width: 481px)and (max-width: 768px){.header__container{grid-template-columns:150px minmax(0, 1fr) 72px;min-height:82px;padding-left:18px;gap:12px}.header__logo,.header__search-btn,.header__nav-wrapper{height:82px}.header__logo-img{width:126px;max-height:58px}.header__nav-link{padding:0 7px;font-size:15px}.header__search-btn{width:72px}.header__search-btn span{width:22px;height:22px;border-width:3px}.header__nav{position:relative}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:64px;padding:0 4%;gap:2px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__logo{height:64px}.header__logo-img{width:126px;max-height:50px}.header__search-btn{width:35px;height:35px;border-radius:50%;margin-left:auto;margin-right:2px}.header__search-btn span{width:18px;height:18px;border-width:2px}.header__search-btn span::after{right:-8px;bottom:-6px;width:12px;height:3px}.header__menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.header__menu-toggle span{background:#2c1204}.header__nav-wrapper{position:absolute;left:0;top:100%;width:100%;height:0;overflow:hidden;background:rgba(230,79,40,.98);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:120}.header__nav-wrapper--active{height:calc(100vh - 64px);overflow-y:auto}.header__nav-list{display:block;height:auto;padding:14px 0}.header__nav-item{display:block;height:auto}.header__nav-link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:46px;padding:0 64px 0 6%;color:#fff;font-size:16px}.header__nav-arrow{display:block}.header__nav-item--open>.header__nav-arrow::before{-webkit-transform:translate(-50%, -35%) rotate(225deg);transform:translate(-50%, -35%) rotate(225deg)}.header__nav-underline{display:none}.header__nav-dropdown{display:none;position:static;max-height:none;overflow:hidden;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.08)}.header__nav-dropdown-link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:40px;padding:0 10%;color:#fff;font-size:14px;background:rgba(0,0,0,0)}.header__nav-dropdown-link.active{color:#fff;background:#e64f28}.header__search-modal-content{right:4%;top:82px;width:92%}}@media(min-width: 320px)and (max-width: 480px){.header__nav{position:relative}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:64px;padding:0 4%;gap:2px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__logo{height:64px}.header__logo-img{width:126px;max-height:50px}.header__search-btn{width:35px;height:35px;border-radius:50%;margin-left:auto;margin-right:2px}.header__search-btn span{width:18px;height:18px;border-width:2px}.header__search-btn span::after{right:-8px;bottom:-6px;width:12px;height:3px}.header__menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.header__menu-toggle span{background:#2c1204}.header__nav-wrapper{position:absolute;left:0;top:100%;width:100%;height:0;overflow:hidden;background:rgba(230,79,40,.98);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:120}.header__nav-wrapper--active{height:calc(100vh - 64px);overflow-y:auto}.header__nav-list{display:block;height:auto;padding:14px 0}.header__nav-item{display:block;height:auto}.header__nav-link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:46px;padding:0 64px 0 6%;color:#fff;font-size:16px}.header__nav-arrow{display:block}.header__nav-item--open>.header__nav-arrow::before{-webkit-transform:translate(-50%, -35%) rotate(225deg);transform:translate(-50%, -35%) rotate(225deg)}.header__nav-underline{display:none}.header__nav-dropdown{display:none;position:static;max-height:none;overflow:hidden;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.08)}.header__nav-dropdown-link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:40px;padding:0 10%;color:#fff;font-size:14px;background:rgba(0,0,0,0)}.header__nav-dropdown-link.active{color:#fff;background:#e64f28}.header__search-modal-content{right:4%;top:82px;width:92%}}