@font-face {
  font-family: Montserrat-uat;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-normal.woff2) format('woff2');
}

@font-face {
  font-family: Montserrat-uat;
  font-display: swap;
  src: url(../fonts/Montserrat-cyrillic-normal.woff2) format('woff2');
}

@font-face {
  font-family: Montserrat-prd;
  font-display: swap;
  src: url(../fonts/Montserrat-latin-normal.woff2) format('woff2');
}

@font-face {
  font-family: Montserrat-prd;
  font-display: swap;
  src: url(../fonts/Montserrat-cyrillic-normal.woff2) format('woff2');
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60%;
}
body {
  background: #f7f8fb;
}
body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat-prd, Arial, sans-serif;
  /*-webkit-font-smoothing: antialiased;*/
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
main video {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.supHeader {
  background: #003d60;
  width: 100%;
  height: 60px;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.supHeaderInner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 4px;
}
.supHeader a {
  justify-self: center;
}
.supHeaderInner a img {
  height: 36px;
}
.widgets {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
.widgets a img {
  width: 24px;
  height: 24px;
}
header {
  z-index: 1000;
  background: #003d60;
  width: 100%;
  height: 56px;
}
.headerInner {
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  position: relative;
}
.headerInner::after {
  left: 0;
  height: 2px;
  content: '';
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: -2px;
}
.headerInner ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.headerInner ul li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.headerInner ul li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.36px;
  line-height: 24px;
}
.headerInner ul li:hover::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: '';
  background: #fdc300;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.headerInner ul li a img {
  width: 24px;
  height: 24px;
}
.headerInner a img {
  width: 24px;
  height: 24px;
}
.subHeader {
  z-index: 1000;
  background: #0076a9;
  height: 61px;
  width: 100%;
}
.subHeaderInner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  height: 100%;
}
.breadCrumbs {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 1px;
  margin-left: 4px;
}
.breadCrumbs img {
  width: 16px;
  height: 16px;
}
.breadCrumbs span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.breadCrumbs h3 {
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.472px;
  font-size: 22px;
}
.breadCrumbs a {
  display: flex;
  flex-direction: column;
  position: relative;
}
.breadCrumbs a:hover::after {
  cursor: pointer;
  position: absolute;
  bottom: -6px;
  content: '';
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.mainHeader {
  z-index: 100;
  position: sticky;
  top: 0;
}
main {
  max-width: 1284px;
  margin: 72px auto 0 auto;
  width: 100%;
}
h1 {
  color: #203442;
  letter-spacing: -0.368px;
  line-height: 39px;
}
article img,
article video {
  width: 100%;
}
article {
  max-width: 720px;
  margin: 0 auto;
  padding-inline: 16px;
}
article p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #272a30;
  letter-spacing: -0.472px;
  margin-bottom: 14px;
}
article a {
  color: #0057a2;
  text-decoration: underline;
}
article h2 {
  font-size: 24px;
  color: #1e1f3a;
  letter-spacing: -0.368px;
  line-height: 34px;
  margin-bottom: 14px;
}
article img,
article video {
  width: 100%;
}
.pinsContainer {
  max-width: 1080px;
  margin: 32px auto;
}
.pinsContainer ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pinsContainer ul li {
  border: 2px solid #00507d;
  border-radius: 9999px;
  padding: 4px 20px;
  height: 33px;
}
.pinsContainer ul li a {
  color: #00507d;
  font-size: 14px;
  font-weight: 500;
}
.deskHide {
  display: none;
}
footer {
  width: 100%;
  border-top: 1px solid #c4d1ea;
}
.footerInner {
  max-width: 1284px;
  padding-top: 32px;
  margin: 0 auto;
}
.footerTop {
  background: #003d60;
  height: 72px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 16px 32px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.footerTopLeft,
.footerTopMiddle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerTopLeft a img,
.footerTopMiddle a img {
  height: 32px;
}
.footerTopLeft {
  justify-content: flex-start;
  gap: 24px;
}
.footerTopRight {
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
.footerTopRight span {
  color: #beccda;
  font-weight: 500;
  white-space: nowrap;
  padding-right: 16px;
  font-size: 14px;
}
.footerTopRight a img {
  width: 24px;
  height: 24px;
}
.footerMid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding-bottom: 12px;
  margin-left: 16px;
  margin-right: 16px;
}

.footerMid ul li {
  padding: 10px 8px;
}
.footerMid ul li:first-child a {
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerMid ul li:first-child a img {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  z-index: -1;
}

.footerMid ul li a {
  color: #174290;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.472px;
  -webkit-font-smoothing: antialiased;
}
.footerBot {
  margin-left: 16px;
  margin-right: 16px;
  border-top: 1px solid #c4d1ea;
  padding-top: 10px;
}
.footerBot h3 {
  font-size: 14px;
  color: #3e5463;
  margin-bottom: 12px;
}
.footerBot ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 32px;
}

.footerBot ul li:not(:last-child) a::after {
  content: '•';
  color: #fdc300;
  font-weight: 500;
  position: absolute;
  right: -2px;
}
.footerBot ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #4a5768;
  position: relative;
  padding-right: 8px;
}

@media screen and (max-width: 1200px) {
  .headerInner ul {
    width: 85%;
  }
  .deskHide {
    display: flex;
  }
  .headerInner ul li a {
    white-space: nowrap;
  }
  .headerInner ul {
    justify-content: flex-start;
    gap: 12px;
  }
  .supHeaderInner {
    margin: 0;
  }
  .headerInner {
    padding: 0 17px;
  }
  .supHeader {
    padding: 0 17px;
  }
}
@media screen and (max-width: 1024px) {
  .pinsContainer {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 820px) {
  .footerBot ul {
    justify-content: center;
  }
  .footerTop {
    grid-template-columns: 1fr 1fr;
    height: 100%;
    row-gap: 16px;
  }
  .footerTop > :nth-child(1) {
    grid-column: 1 / -1; /* занимает всю строку */
    justify-self: center;
  }

  .footerTop > :nth-child(2) {
    grid-column: 1; /* первый столбец */
    grid-row: 2;
  }

  .footerTop > :nth-child(3) {
    grid-column: 2; /* второй столбец */
    grid-row: 2;
  }
  .footerMid {
    grid-template-columns: 1fr;
    /*flex-direction: column;*/
  }

  .footerMid ul li:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footerTop {
    grid-template-columns: 1fr;
  }
  .footerTop > * {
    grid-column: 1 !important;
  }
  .footerTop > :nth-child(3) {
    grid-row: 3;
    justify-self: center;
  }
  .subHeader {
    height: 32px;
    border-top: 1px solid #fff;
  }
  .headerInner::after {
    display: none;
  }
  .breadCrumbs span {
    font-size: 14px;
  }
  .breadCrumbs h3 {
    font-size: 14px;
  }
  .widgets a:not(:last-child) {
    display: none;
  }
  .headerInner {
    padding: 0 12px;
  }
  .supHeader {
    padding: 0 12px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  article p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
  }
  article h2 {
    font-size: 18px;
    line-height: 22px;
  }
  article {
    padding-inline: 8px;
  }
  main {
    margin-top: 32px;
  }
}

article video {
  margin-bottom: 10px;
}

.form-container {
  background-color: rgb(255 255 255 / 83%);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 420px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #003399;
  margin: 0 auto 40px;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75); /* регулируй яркость */
  z-index: 1;
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-header {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.form-header h1 {
  font-size: 20px;
  color: #69b2ff;
  margin: 0 0 8px 0;
}
.form-header p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
input[type='text'] {
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 15px;
  border: 1px solid #002080;
  border-radius: 6px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
}
.disclaimer {
  font-size: 12px;
  color: white;
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.comments {
  box-sizing: border-box;
  background: #fff;
  color: #1c1e21;
  margin: 40px;
  font-size: 13px;
}
.comments,
.comments * {
  font-family: inherit;
}

.comments-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 4px;
}

.login-box {
  display: flex;
  margin: 15px 0;
}

.login-avatar {
  padding: 10px;
}

.login-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.login-input-container {
  flex: 1;
  border: 1px solid #ccd0d5;
  background: #f6f7f9;
  display: flex;
  flex-direction: column;
  box-sizing: border-box; /* ВАЖНО */
}

.login-input-container input {
  width: 100%;
  box-sizing: border-box; /* ВАЖНО */
  border: none;
  border-bottom: 1px solid #dddfe2;
  padding: 18px 10px;
  font-size: 14px;
  background: #fff;
  margin-bottom: 0;
}

.login-button {
  text-align: right;

  background: #f6f7f9;
}
.login-button button {
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  background-color: #929292;
  border: 1px solid #7f8081;
}

.comment {
  display: flex;
  margin-top: 15px;
}

.comment a.avatar-link img {
  width: 48px;
  height: 48px;

  border-radius: 50%;
}

.comment-content {
  margin-left: 10px;
  flex: 1;
  margin-bottom: 15px;
}

.comment-name {
  font-weight: bold;
  color: #365899;
  font-size: 14px;
  margin-bottom: 5px;
}

.comment-body {
  font-size: 14px;
  margin: 2px 0 10px 0;
  line-height: 1.4;
}
.comment-body img {
  width: 100%;
}

.comment-meta {
  font-size: 12px;
  color: #90949c;
  margin-top: 2px;
}

.comment-meta a {
  margin-right: 10px;
  color: #4267b2;
  font-weight: 700;
  text-decoration: none;
}
.comment-link-reply {
  display: inline-block;
  margin-right: 25px !important;
}

.comment-meta .time {
  font-weight: 700;
}

.reply {
  margin-left: 58px;
  margin-top: 0 !important;
}
.comment.reply {
  border-left: 1px dotted #d3d6db;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .comments {
    margin: 10px;
  }

  .comments-title {
    font-size: 24px;
  }
  .login-avatar {
    padding: 0 10px;
  }
}
.amount {
  position: relative;
}
.amount::before {
  content: url(../img/like.svg);
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -14px;
  top: 1px;
}

.form-wrapper {
  position: relative;
  z-index: 1;
}
