header{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#212020}@media screen and (max-width: 768px){header{position:fixed;z-index:9999}}header .logo-cont{width:1141px;display:flex;justify-content:space-between;align-items:center;padding:20px}@media screen and (max-width: 1200px){header .logo-cont{width:100%}}@media screen and (max-width: 768px){header .logo-cont{flex-direction:column}}header .logo-cont .logo{width:130px;height:42px}header .logo-cont .logo img{width:100%;height:100%}header .logo-cont .call-cont{display:flex;align-items:center;gap:10px}header .logo-cont .call-cont .language-cont{display:flex;align-items:center;gap:8px}header .logo-cont .call-cont .language-cont button{font-size:22px;line-height:38px;background-color:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer}header .logo-cont .call-cont .line{width:1px;height:20px;background-color:#fff}header .logo-cont .call-cont .tel-cont a{display:flex;align-items:center;color:#fff;font-size:28px}@media screen and (max-width: 500px){header .logo-cont .call-cont .tel-cont a{font-size:20px}}header .logo-cont .call-cont .tel-cont a ion-icon{color:#fff;width:24px;height:24px}@media screen and (max-width: 500px){header .logo-cont .call-cont .tel-cont a ion-icon{font-size:20px}}header nav{width:100%;display:flex;justify-content:center;padding:18px 0}@media screen and (max-width: 768px){header nav{display:none}}header nav ul{display:flex;gap:78px}@media screen and (max-width: 1200px){header nav ul{width:100%;justify-content:space-evenly;gap:0}}header nav ul li{font-size:22px;line-height:34px}header nav ul li a{transition:.5s ease-in-out;color:#fff}header nav ul li a:hover{color:#a967d5}header .mobile-navigation{display:none}@media screen and (max-width: 768px){header .mobile-navigation{display:flex}}