

body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.headerBot{
  z-index:10000;
}
.headerInner {
  width: 100%;
  max-width: 1200px;
}
.headerTop {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
}
.headerTop ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  mask-image: linear-gradient(to right, black 95%, transparent 100%);
}
.headerTop * {
  color: #70707073;
  font-size: 10px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  white-space: nowrap;
  letter-spacing: 0;
  /*line-height: 1;*/
}
.headerTop li {
  padding: 0 8px;
  position: relative;
}
.headerTop li:first-child {
  padding-left: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.headerTop li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
  color: #70707073;
  font-size: 10px;
  /*padding-left: 8px;*/
}
.headerMid {
  transition: opacity 0.3s ease, visibility 0.3s ease;

  height: 41px;
  display: flex;
  align-items: center;
}
.headerLogo {
  width: 150px;
  line-height: 0;
}

.navHeader {
  width: 700px;
  display: flex;
  align-items: center;
}
.navHeader ul {
  padding-left: 36px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navHeader ul li {
  flex: 1 0 auto;
}
.navHeader ul li a:hover {
  font-weight: 500;
}
.navHeader ul li a {
  letter-spacing: 0.26px;
  font-size: 13px;
  color: #000;
  /*line-height: 13px;*/
  font-weight: normal;
  padding: 0 16px;
  font-family: Mundo, "Times New Roman", Times, serif;
}
.burgerHeader {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}
.burgerHeader span {
  letter-spacing: 0.26px;
  font-size: 13px;
  color: #000;
  line-height: 13px;
  font-weight: normal;
  padding: 0 7.5px;
  font-family: Mundo, "Times New Roman", Times, serif;
}
.burgerHeader img {
  width: 20px;
}
.endSession {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  margin-left: auto;
}
.endSession:hover {
  opacity: 0.7;
}

.scroll-progress {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  background: black;
  width: 0%;
  transition: width 0.1s ease;
}
.headerBot {
  transition: top 0.3s ease;
  background: #f7f7f7;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 41px;
  width: 100%;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
}
.headerBot__content {
  width: 1200px;
  display: flex;
}
.headerBot__content li:first-child a {
  padding-right: 24px;
}
.headerBot__content li:first-child {
  font-weight: 600;
  border-right: 1px solid #000;
}
.headerBot__content li a {
  color: #000;
  padding: 6px 13px;
  font-size: 13px;
  font-family: Mundo, "Times New Roman", Times, serif;
}
main {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 369px;
  padding: 8px 16px;
}
article {
  padding-left: 185px !important;
}
article * {
  font-family: Mundo, "Times New Roman", Times, serif;
}
.articleSubtitle {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
}
h1 {
  /* font-style: italic; */
  font-size: 28px;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.articleHead-buttons {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
}
.articleHead-buttons a {
  border-radius: 25px;
  border: 1px solid rgb(206, 206, 206);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.articleHead-buttons a:last-child {
  padding-left: 12px;
  padding-right: 12px;
}
.articleHead-buttons a span {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 13px;
  line-height: 18px;
}
article p {
  font-family: Mundo, "Times New Roman", Times, serif;
  font-size: 19px;
  color: rgb(32, 32, 32);
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
article h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: Mundo, "Times New Roman", Times, serif;
  line-height: 1.1;
  margin-bottom: 16px;
}
.authorInfo {
  margin: 24px 0;
}
.authorInfo p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.authorInfo span {
  font-family: Mundo, "Times New Roman", Times, serif;
  color: #797676;
  font-size: 12px;
}
article a {
  color: #2e6d9d;
}
article ul li{
    font-family: Mundo, "Times New Roman", Times, serif;
  font-size: 19px;
  color: rgb(32, 32, 32);
  line-height: 27px;
  letter-spacing: 0;
}
article ul {
    margin-bottom: 15px;
}
.mainComments {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #cecece;
}
.pins {
  display: flex;
  align-items: center;
  gap: 8px;
    flex-wrap: wrap;
    margin-top:25px;
}
.pins a {
  display: block;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.1s ease-in-out;
  background-color: #f6f6f6;
  color: #000;
  text-transform: none;
  padding: 4px 8px;
  border-bottom: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.pins a:hover {
  background-color: #c5c5c5;
}
.mainComments h2 {
  font-size: 19px;
  margin-bottom: 32px;
}
.mainComment {
  width: 100%;
  border-bottom: 1px solid #cecece;
  padding-top: 14px;
}
.comHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headLeft {
  display: flex;
  align-items: center;
}
.comUser img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
}
.userInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.userInfo a{
   font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 17px;
  font-weight: 700;
  color: black;
  
}
.userInfo p {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 17px;
  font-weight: 700;
}
.userInfo span {
  font-size: 12px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 19px;
}
.headRight {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: 700;
}
.comContent {
  font-size: 16px;
  line-height: 1.3;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.footerTop {
  margin-top: 48px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #666;
}
.highlight {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.footerTop ul li a {
  color: #2e6d9d;
  font-size: 15px;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
}
.footerMid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  border-top: 1px solid #666;
  padding: 10px 20px;
}
.footerMid__left img {
  width: 40px;
}
.footerMid__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerMid__center span {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.footerMid__center img {
  width: 100px;
}

.footerMid__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}
.footerMid__right a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #216087;
  border-radius: 50%;
}
.footerMid__right a img {
  opacity: 0.8;
}
.footerBot {
  border-top: 1px solid #666;
  padding: 10px 20px;
}
.footerBot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footerBot ul li a {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #2e6d9d;
}
.footerBot ul li:not(:last-child) a:after {
  margin: 0 13px;
  content: "|";
  color: #a8a8a8;
}
.deskHide {
  display: none;
}
@media screen and (max-width: 1180px) {
  .headerMid,
  .headerTop {
    padding-right: 20px;
    padding-left: 20px;
  }
  .endSession {
    margin-left: 8px;
    white-space: nowrap;
  }
  .navHeader {
    overflow: hidden;
    mask-image: linear-gradient(to right, black 95%, transparent 100%);
  }
}
@media screen and (max-width: 980px) {
  article {
    padding-left: 0 !important;
  }
  h1 {
    font-size: 22px;
  }
  main {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 740px) {
  main {
    margin-top: 3px;
  }
  .deskHide {
    display: block;
    margin-right: 8px;
  }
  .navHeader,
  .endSession,
  .burgerHeader span {
    display: none;
  }
  .burgerHeader img {
    width: 24px;
  }
  .headerBot__content li:not(:first-child) {
    display: none;
  }
  .headerBot__content li {
    border: none !important;
  }
  .headerTop {
    display: none;
  }
  .headerBot {
    box-shadow: 2px 2px 6px #ccc;
  }
  .headerMid {
    justify-content: space-between;
    height: 36px;
  }
  main {
    grid-template-columns: 1fr;
  }
  .footerTop {
    display: none;
  }
  .footerMid {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    padding-top: 20px;
  }
  .footerMid__center span {
    margin-top: 4px;
    text-align: center;
  }
  .footerMid__center {
    order: 1;
  }
  .footerMid__right {
    order: 2;
  }
  .footerMid__left {
    order: 3;
  }
  .footerBot {
    padding: 10px 30px;
  }
  .mobHide {
    display: none;
  }
}

.customJS-styles__activation-message {
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #073e86c2;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}

.customJS-styles__icon {
  color: red;
  font-size: 35px;
  text-align: center;
  margin-right: 7px;
}
article img{
  margin-bottom:11px;
}
article video{
  margin-bottom:11px;
}