.header{background-color:#f6f6f6;padding:20px 0;z-index:5;position:relative}@media only screen and (min-width:1024px){.header{z-index:3}}.header__wrap{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}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:1024px){.header__logo{width:10%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1280px){.header__logo{width:20%}}.header__logo-img{max-width:110px;width:100%;height:auto;object-fit:contain}.header__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1024px){.header__buttons{width:45%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (min-width:1280px){.header__buttons{width:40%}}.header__buttons .header__btn{display:none}@media only screen and (min-width:1024px){.header__buttons .header__btn{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__popup{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;background-color:#e36d38;width:48px;height:48px;border-radius:100%}@media only screen and (min-width:1024px){.header__popup{display:none}}.header__popup.active span{background:0 0}.header__popup.active span:before{top:0;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.header__popup.active span:after{bottom:0;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.header__popup span{width:26px;height:2px;background:#f6f6f6;display:block;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.header__popup span:after,.header__popup span:before{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:26px;height:2px;background:#f6f6f6;-webkit-transition:all .3s ease;transition:all .3s ease}.header__popup span:before{top:8px}.header__popup span:after{bottom:8px}.header__lang{display:none;margin-right:24px}@media only screen and (min-width:1024px){.header__lang{margin-right:64px}}.header__lang li{padding-right:12px;padding-left:12px;font-weight:700;color:rgba(54,47,45,.6980392157);cursor:pointer;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (min-width:1024px){.header__lang li:hover{color:#362f2d}}.header__lang li:after{content:"";position:absolute;height:12px;width:1px;background-color:rgba(54,47,45,.4);right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header__lang li.current{color:#362f2d}.header__lang li:first-child{padding-left:0}.header__lang li:last-child{padding-right:0;border-right:none}.header__lang li:last-child:after{content:unset}.header__menu-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:100%;width:calc(100% - 32px);left:50%;z-index:3;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:60px 50px;background-color:#fff;border-radius:20px;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.header__menu-popup.active{opacity:1;visibility:visible}.header__menu-mobile{font-family:"Cera Pro",sans-serif}.header__menu-mobile li{margin-bottom:24px}.header__menu-mobile li:last-child{margin-bottom:32px}.header__menu-mobile a{color:#362f2d;font-weight:700}.header__menu-desktop{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Futura PT",sans-serif}@media only screen and (min-width:1024px){.header__menu-desktop{width:45%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"Cera Pro",sans-serif}}@media only screen and (min-width:1280px){.header__menu-desktop{width:40%}}.header__menu-desktop ul{display:-webkit-box;display:-ms-flexbox;display:flex}.header__menu-desktop li{margin-right:20px}@media only screen and (min-width:1440px){.header__menu-desktop li{margin-right:30px}}.header__menu-desktop li:last-child{margin-right:0}.header__menu-desktop a{color:#362f2d;font-weight:700;-webkit-transition:all .3s ease;transition:all .3s ease}.header__menu-desktop a:hover{color:#e36d38}.open-popup .header__menu-popup,.open-popup .overlay{opacity:1;visibility:visible}