@media screen and (max-width:991px){body{padding-top:98px}}.header{padding:25px 0;position:relative;z-index:200}@media screen and (max-width:991px){.header{position:fixed;top:0;left:0;width:100%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.header.sticky{background-color:#fff}}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:20px}.header__logo.dark img.dark{display:block}.header__logo.dark img.light{display:none}.header__logo.light img.dark{display:none}.header__logo.light img.light{display:block}.header__logo img{max-width:280px}@media screen and (max-width:991px){.header__logo img{max-width:180px;height:auto}}.header__mob{display:none}@media screen and (max-width:991px){.header__mob{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.header__mob button{padding:15px;background:#f8b636;border-radius:11px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:20px}@media screen and (max-width:991px){.header__menu{display:none}}.header__menu a{font-weight:700;font-size:14px;line-height:14px;color:#183132;display:inline-block;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.header__menu a:hover{text-decoration:none;color:#f8b636}.header__menu .header-dropdown{position:relative}.header__menu .header-dropdown:hover .header-dropdown__menu{display:-webkit-box;display:-ms-flexbox;display:flex}.header__menu .header-dropdown__menu{position:absolute;top:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:250px;background-color:#fff;padding:0 0;display:none;border:1px solid #000}.header__menu .header-dropdown__menu a{padding:10px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#000;width:100%}.header__menu .header-dropdown__menu a:hover{background-color:#e7e7e7;color:#f8b636}.langs-switcher{position:relative}.langs-switcher__controller{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.langs-switcher__controller svg{width:24px;height:auto}.langs-switcher:hover .langs-switcher__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.langs-switcher__menu{position:absolute;top:100%;right:0;display:none;width:100px;background-color:#fff;border:1px solid #000;border-radius:0}.langs-switcher__menu a{width:100%;color:#2c4243;font-size:12px;font-weight:700;padding:5px 10px;border-bottom:1px solid #fafafa;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.langs-switcher__menu a:last-child{border-bottom:0}.langs-switcher__menu a.active{color:#f8b636}.langs-switcher__menu a:hover{background:#e7e7e7;color:#f8b636}@media screen and (max-width:991px){body.dark .header.sticky{background-color:#383838}}