body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Titillium Web, Geneva, Tahoma, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}
header {
  width: 100%;
  background: #0066ccff;
  position: sticky;
  top: 0;
  z-index: 10000;
}
header * {
  transition: all 0.3s ease-in-out;
}

header::after {
  content: "";
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  height: 6px;
  width: 100%;
  display: flex;
}
.hideAfter::after {
  height: 0;
}
header::after {
  background: linear-gradient(to right, #008e30 0%, #008e30 33.33%, #ececec 33.33%, #ececec 66.66%, #d11a00 66.66%, #d11a00 100%);
}
.headerInner {
  transition: all 0.3s ease;

  display: grid;
  grid-template-columns: max-content max-content 1fr;
  column-gap: 64px;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 25px;
  padding-bottom: 4px;
}
.burger {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14.4px;
}
.burger svg {
  fill: #fff;
  height: 36px;
  width: 40px;
  margin-bottom: 2px;
}
.headerLogo {
  min-width: max-content;
  display: flex;
  padding-left: 6px;
  align-items: center;
}
.headerLogo svg {
  height: 82px;
  width: 82px;
  margin-right: 16px;
  margin-top: 4px;
}
.headerLogo span {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  height: 76px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.headerLogo strong {
  font-weight: 600;
}
.headerRight {
  padding-right: 24px;
  justify-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.headerRightTop {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 6px;
  margin-right: 16px;
}
.headerRightTop span {
  font-size: 18px;
  color: #fff;
  margin-right: 16px;
}
.headerRightTop li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.headerRightTop li a svg {
  height: 18px;
  width: 18px;
  fill: #0066cc;
}
.headerRightBot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
}
.headerRightBot a {
  background: #0073df;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerRightBot a img {
  width: 24px;
  height: 24px;
  transform: scaleX(-1);
}
.headerRightBot input::placeholder {
  font-weight: 400;
  font-size: 18px;
  opacity: 0.4;
}
.headerRightBot input {
  height: 55px;
  width: calc(100% - 40px - 10px);
  border: 1px solid #5a6775;
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #19191aff;
  background-color: #fff;
  background-clip: padding-box;
}
.languageSwitcher {
  font-size: 18px;
  display: flex;
  gap: 5px;
  padding: 3px;
  border: 1px solid #65dcdf;
  width: max-content;
  margin-top: 6px;
}
.languageSwitcher a {
  border: none;
  color: #0066cc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
}
.subHeader {
  height: 66px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0066cc;
  color: #fff;
  font-size: 22px;
  gap: 80px;
}
.subHeader a {
  font-weight: 200;
}
main {
  margin: 0 80px;
  width: 50%;
  padding-top: 24px;
}
article {
  padding: 0 24px;
}
article h1 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 27px;
  letter-spacing: -1.2px;
  font-weight: 700;
  margin-top: 8px;
}
.pubTime {
  color: #3c444b;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 18px;
}
article img,
article video {
  width: 100%;
}
article p,
article li {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 18px;
}
article a {
  color: #0066ccff;
}
article h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 18px;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
footer {
  padding: 64px 0;
  background: #30373d;
  width: 100%;
}
.footerInner {
  padding: 0 24px;
}
.footerTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footerLogo {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footerLogo svg {
  width: 74px;
}
.footerLogo span {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 38px;
}
.footerTopLeft {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.footerTopRight {
  width: 25%;
}
.footerSocial {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  margin-right: 16px;
  margin-top: 8px;
}
.footerSocial li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #65dbdf;
}
.footerSocial li a svg {
  height: 18px;
  width: 18px;
  fill: #30373d;
}
.footerTopRight span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.footerBot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 8px;
}
.footerCard {
  padding: 20px 20px 50px 20px;
  border-top: 1px solid #3e484f;
}
.footerCard h3 {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.footerCard p {
  font-size: 16px;
  color: #a5abb0;
}
.footerCard h6 {
  font-weight: 700;
  margin-top: 12px;
  font-size: 16px;
  color: #a5abb0;
}
.footerCard a {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #a5abb0;
}
.footerLinks ul {
  display: flex;
  gap: 16px;
  font-size: 16px;
  color: #65dbdf;
  border-top: 1px solid #65dbdf;
  padding-top: 10px;
  width: max-content;
}
.footerLinks ul li a {
  text-decoration: underline;
}
.footerLinks {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
.footerLinks > a {
  line-height: 0;
  height: 28px;
  display: block;
}
.footerLinks svg {
  width: 28px;
  height: 28px;
  fill: #65dbdf;
}
@media screen and (max-width: 1190px) {
  .headerInner {
    gap: 24px;
  }
  .headerLogo svg {
    width: 65px;
    height: 72px;
  }
  .headerRightTop li a {
    height: 22px;
    width: 22px;
  }
  .headerRightBot {
    min-width: 282px;
  }
}
@media screen and (max-width: 990px) {
  main {
    width: 66%;
    margin: 0;
  }
  article {
    padding: 0 12px;
  }
  .headerInner {
    padding-top: 16px;
  }
  .headerLogo {
    align-items: center;
  }
  .headerLogo svg {
    height: 58px;
    width: 52px;
    margin-top: 0;
  }
  .headerLogo span {
    font-size: 25px;
    line-height: 1.1;
    height: initial;
  }
  .headerRightBot {
    min-width: 204px;
  }
  .headerRightBot input {
    height: 44px;
  }
  .headerRightBot a {
    width: 44px;
    height: 44px;
  }
  .headerRightBot a img {
    width: 18px;
    height: 18px;
  }
  .languageSwitcher a {
    width: 30px;
    height: 25px;
    font-size: 14px;
  }
  .footerBot {
    grid-template-columns: 1fr;
  }
  .footerCard {
    padding: 20px;
  }
  .footerTop {
    flex-direction: column;
    gap: 24px;
  }
  .footerLogo span {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 990px) {
  .headerRightTop {
    display: none;
  }
}
@media screen and (max-width: 784px) {
  .languageSwitcher {
    /*display: none;*/
  }
  main {
    width: 100%;
  }
  .headerRightBot input {
    display: none;
  }

  .subHeader {
    display: none;
  }
  .burger span {
    display: none;
  }
  .burger svg {
    width: 30px;
  }
  .headerLogo span {
    font-weight: 200;
    font-size: 15px;
  }
  .headerLogo strong {
    font-weight: 600;
  }
  .headerRightBot a {
    width: 48px;
    height: 48px;
  }
  .headerRightBot a img {
    width: 25px;
    height: 25px;
  }
  .headerInner {
    padding-top: 2px;
    padding-right: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .headerRight {
    padding-right: 0;
  }
  .headerRightBot {
    margin: 0;
  }
  .headerRightBot {
    min-width: initial;
  }
  footer {
    padding: 15px 0;
  }
  .footerInner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerLogo {
    gap: 12px;
    margin-bottom: 24px;
  }
  .footerLogo svg {
    width: 52px;
    height: 57px;
  }
  .footerLogo span {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
  }
  .footerLogo strong {
    font-weight: 600;
  }
  .footerTop {
    align-items: center;
    white-space: nowrap;
  }
  .footerSocial {
    margin: 0;
  }
  .footerTopRight {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footerCard {
    border-top: none;
  }
  .footerBot {
    width: 100%;
  }
  .footerLinks {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footerLinks ul {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 0;
  }
  .footerCard h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .headerInner {
    padding-left: 16px;
    gap: 0;
    grid-template-columns: max-content 1fr max-content;
  }
  .headerLogo {
    justify-self: center;
    min-width: initial;
  }
  .headerLogo span {
    white-space: wrap;
  }
  .headerLogo svg {
    min-width: 52px;
  }
  main {
    width: 100%;
  }

  .headerInner {
    justify-content: flex-start;
  }
  article h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .time {
    font-size: 16px;
  }
  article p,
  article li {
    font-size: 16px;
    line-height: 26px;
  }
  article h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 400px) {
  .headerLogo span {
    font-size: 0.9em;
    min-width: 110px;
  }
  .headerLogo {
    margin-left: 8px;
  }
}
.rightTop-s {
  display: none !important;
}
.rightBot-s {
  margin: 0 !important;
}
.inner-s {
  padding-top: 4px !important;
}
.lang-s {
  display: none !important;
}
.menu-s {
  display: none !important;
}
.logo-s {
  width: 45px !important;
  height: 50px !important;
}
.logoSpan-s {
  flex-direction: row !important;
  align-items: center !important;
  font-size: 18px !important;
  gap: 16px !important;
  height: 100% !important;
  font-weight: 300 !important;
}
.logoSpan-ss {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.header-s {
}
.input-s {
  height: 42px !important;
}
.search-s {
  height: 42px !important;
  width: 42px !important;
}
