@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 400;
  src:
    url(/fonts/Mundo-Regular.woff2) format("woff2"),
    url(/fonts/Mundo-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 600;
  src:
    url(/fonts/Mundo-SemiBold.woff2) format("woff2"),
    url(/fonts/Mundo-SemiBold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 700;
  src:
    url(/fonts/Mundo-Bold.woff2) format("woff2"),
    url(/fonts/Mundo-Bold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 700;
  src:
    url(/fonts/Mundo-BoldItalic.woff2) format("woff2"),
    url(/fonts/Mundo-BoldItalic.woff) format("woff");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.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 {
  max-width: 150px;
  width: 100%;
  line-height: 0;
}

.headerLogo img {
  width: 100%;
}

.footerMid__center img {
  max-width: 250px;
  width: 100%;
}

.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 {
  z-index: 1000;
  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;
}
article * {
  font-family: Mundo, "Times New Roman", Times, serif;
}
h1 {
  font-style: italic;
  font-size: 44px;
  line-height: 46px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.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 span {
  font-family: Mundo, "Times New Roman", Times, serif;
  color: #797676;
  font-size: 12px;
}
article a {
  color: #2e6d9d;
}

.mainComments {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #cecece;
}
.pins {
  display: flex;
  align-items: center;
  gap: 8px;
}
.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__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;
  }
  h1 {
    font-size: 24px;
  }
  main {
    grid-template-columns: 1fr 310px;
  }
}
@media screen and (max-width: 740px) {
  main {
    margin-top: 16px;
  }
  .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;
  }
}

#calculator,
#calculator * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}
#calculator {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sliderValues {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#slider {
  position: relative;
  appearance: none;
  width: 100%;
  height: 20px;
  background: #5cb95c;
  border-radius: 10px;
  outline: none;
  margin-top: 8px;
  z-index: 3;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  z-index: 4;
}
.sliderValues span {
  position: relative;
}
.sliderValues span::after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 6px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
.currentValue__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -6px;
  margin-bottom: 14px !important;
}
#currentValue {
  text-align: center;
  display: inline-block;
  border: 2px solid #5cb95c;
  width: 20%;
  padding: 6px 0;
  margin: 0 auto;
  border-top: none;
}
#calculator p {
  text-align: center;
  margin-bottom: 4px;
}

#formSimple {
  border: 2px solid #121534;
  border-radius: 16px;
  max-width: 560px;
  padding-bottom: 16px;
  margin: 0 auto;
  box-shadow: 3px 3px 6px #00000030;
}
.formTitle {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: #121534;
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .formTitle {
    font-size: 24px;
  }
}
