/*Footer*/
footer {
  height: 480px;
  width: 100%;
  padding: 60px 18% 60px 18%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #08225A; }
  footer .container {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    flex: 1 1 0%;
    display: flex; }
  footer .logo {
    flex: 1 1 0%; }
    footer .logo h4 {
      color: #fff;
      font-family: "Sanomat" !important; }
  footer .footorNav {
    display: flex; }
    footer .footorNav .navItem {
      margin-right: 20px; }
    footer .footorNav .navItem {
      font-size: 16px;
      color: #fff;
      margin-bottom: 10px; }
      footer .footorNav .navItem h5 {
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 24px; }
      footer .footorNav .navItem p {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 1.8;
        margin-bottom: 12px; }
      footer .footorNav .navItem a {
        color: #fff; }
        footer .footorNav .navItem a:hover {
          opacity: 1; }
    footer .footorNav .navItem:last-child {
      margin-right: 0px; }
  footer .copyRight {
    height: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .copyRight .copyTxt {
      font-size: 14px;
      color: #697a89;
      display: flex; }
      footer .copyRight .copyTxt ul {
        display: flex;
        margin-left: 16px;
        gap: 16px; }
        footer .copyRight .copyTxt ul li a {
          color: #697a89; }
          footer .copyRight .copyTxt ul li a:hover {
            color: #fff;
            text-decoration: underline; }
    footer .copyRight .socialLink {
      display: flex; }
      footer .copyRight .socialLink .socialLinkBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        margin-left: 30px; }
      footer .copyRight .socialLink img {
        height: 26px;
        width: auto; }

@media only screen and (max-width: 1920px) {
  footer {
    padding: 80px 12% 0px 12%; } }

@media only screen and (max-width: 1780px) {
  footer {
    padding: 80px 12% 0px 12%; } }

@media only screen and (max-width: 1480px) {
  footer {
    height: 460px;
    padding: 60px 120px 0px 120px; }
  footer .footorNav .navItem {
    margin-right: 40px; }
  footer .footorNav .navItem p {
    font-size: 14px; }
  footer .copyRight .copyTxt {
    font-size: 13px; } }

@media only screen and (max-width: 1366px) {
  footer {
    height: 450px;
    padding: 40px 100px 0px 100px; }
  footer .footorNav .navItem h5 {
    font-size: 14px; }
  footer .footorNav .navItem p {
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 14px; } }

@media only screen and (max-width: 1280px) {
  footer {
    height: 400px;
    padding: 40px 80px 0px 80px; }
  footer .footorNav .navItem h5 {
    font-size: 14px; }
  footer .footorNav .navItem p {
    font-size: 12px; } }

@media only screen and (max-width: 1024px) {
  footer {
    height: 420px;
    padding: 40px 60px 0px 60px; } }

@media only screen and (max-width: 959px) {
  footer {
    padding: 40px 60px 0px 60px; }
  footer .container {
    flex-direction: column; }
  footer .logo {
    display: none; }
  footer .footorNav {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px; }
  footer .footorNav .navItem, footer .footorNav .navItem:nth-child(2), footer .footorNav .navItem:nth-child(3),
  footer .footorNav .navItem:nth-child(4) {
    width: 45%;
    margin-right: 0px; }
  footer .footorNav .navItem, footer .footorNav .navItem:nth-child(2) {
    margin-bottom: 30px; }
  footer .logo img {
    width: 210px; } }

@media only screen and (max-width: 800px) {
  footer {
    height: auto;
    padding: 40px 30px 60px 30px; }
  footer .container {
    display: block; }
  footer .footorNav {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px; }
  footer .logo img {
    width: 160px; }
  footer .copyRight .copyTxt ul {
    margin-left: 8px;
    gap: 6px;
    display: none; }
  footer .copyRight .copyTxt ul li a {
    font-size: 13px; }
  footer .copyRight .copyTxt p {
    width: 50%; } }

@media only screen and (max-width: 640px) {
  footer {
    height: auto;
    padding: 30px 20px 60px 20px; }
  footer .footorNav {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column; }
  footer .footorNav .navItem {
    margin-bottom: 40px; }
  footer .copyRight {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px 0px;
    border-bottom: none; }
  footer .copyRight .socialLink {
    margin-top: 20px; }
  footer .copyRight .socialLink .socialLinkBtn {
    margin-left: 0px;
    margin-right: 30px; }
  footer .copyRight .copyTxt {
    font-size: 12px; }
  footer .footorNav .navItem, footer .footorNav .navItem:nth-child(2), footer .footorNav .navItem:nth-child(3),
  footer .footorNav .navItem:nth-child(4) {
    width: 100%; } }
