@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("reset.css");
@import url("fonts.css");
a {
  color: #fff;
  font-family: Mateur;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  scale: 1;
  height: 80%;
  img {
    height: 100%;
  }
}
body {
  display: flex;
  flex-direction: column;
  gap: 92px;
  background: #d1e3ff;
  min-height: 100svh;
}
html {
  overflow-y: scroll;
}
a:hover {
  scale: 1.06;
}
h1 {
  overflow: visible;
  width: 100%;
  color: #3d46a5;
  font-family: "129_Fatboy", sans-serif;
  font-size: 180px;
  font-synthesis: none;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
}
h2 {
  overflow: visible;
  color: #edbc60;
  font-family: Mateur;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  overflow: visible;
  color: #fff;
  text-align: center;
  font-family: Mateur;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p {
  color: #3d46a5;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.4%;
}
h4 {
  color: #ffffff;
  text-align: right;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
}
button {
  display: flex;
  height: 92px;
  padding: 48px 64px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 64px;
  transition: all 0.2s ease-in-out;
  border: none;
}
button:hover {
  scale: 1.06;
}
.blue {
  background: #3d46a5;
  color: #fff;
}
.white {
  background: #fff;
  h3 {
    color: #3d46a5;
  }
  color: #3d46a5;
}
.yellow {
  background: #edbc60;
  color: #ac3730;
}
.red {
  h3 {
    color: #edbc60;
  }
  background: #ac3730;
  color: #edbc60;
}
header {
  z-index: 999;
  width: 95%;
  height: 120px;
  display: flex;
  padding: 8px 72px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3d46a5;
  border-radius: 0 0 48px 48px;
}
footer {
  display: flex;
  padding: 0 72px;
  flex-direction: column;
}
main {
  display: flex;
  width: 100svw;
  flex-direction: column;
  align-items: center;
  gap: 92px;
}
.headerLinks {
  display: flex;
  gap: 36px;
  padding: 16px;
  justify-content: center;
  align-items: center;
}
.titleFrame {
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 216px 48px 96px 48px;
  align-items: flex-start;
  width: 100%;
  gap: 48px;
  border-radius: 0 0 96px 96px;
  background: #edbc60;
  background-size: cover;
}
.firstFrame {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.titleText {
  overflow: visible;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.titleAbout {
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}
.subTitleFrame {
  z-index: 1;
  margin-top: -96px;
  display: flex;
  padding: 162px 0 92px 0;
  width: 100%;
  flex-direction: column;
  gap: 92px;
  border-radius: 0 0 96px 96px;
  background: #ac3730;
}

.infoBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow: visible;
  width: 100%;
}
.productsRoller {
  user-select: none;
  -webkit-user-drag: none;
  display: flex;
  gap: 36px;
  cursor: grab;
  width: 100%;
  height: fit-content;
  align-items: center;
  padding: 24px 96px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  a:hover {
    scale: 1;
  }
}
.productsRoller::-webkit-scrollbar {
  display: none;
}
.card {
  -webkit-user-drag: none;
  flex-shrink: 0;
  height: auto;
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
  scroll-snap-align: center;
  img {
    -webkit-user-drag: none;
  }
}
.secondFrame {
  display: flex;
  padding: 0 72px;
  width: 100%;
  flex-direction: column;
  gap: 92px;
}
.footerBody {
  display: flex;
  height: 550px;
  padding: 36px 48px 16px 48px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
  border-radius: 64px 64px 0 0;
  background: #3d46a5;
  background-image: url("../assets/img/footerBG.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.linksColumns {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  gap: 48px;
  overflow: visible;
}
.linksColumn {
  display: flex;
  overflow: visible;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  a {
    color: #fff8ee;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  p {
    color: #fff8ee;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.p404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 216px 72px 0px 72px;
  width: 100%;
  img {
    width: 100%;
    height: auto;
  }
}

.news {
  overflow: visible;
  display: grid;
  height: 590px;
  row-gap: 48px;
  column-gap: 24px;
  align-self: stretch;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  a:hover {
    scale: 1.02;
  }
}
.efNews {
  border-radius: 64px;
  background: #3d46a5;
  display: flex;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  grid-row: 1 / span 2;
  grid-column: 1 / span 2;
  justify-self: stretch;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.newsName {
  display: flex;
  padding: 0 48px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  p {
    color: #fff;
    font-family: Mateur;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.mcNews {
  display: flex;
  padding-bottom: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  grid-row: 1 / span 2;
  grid-column: 3 / span 1;
  justify-self: stretch;
  border-radius: 64px;
  background: #b6c8e0;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.formMessage {
  border-radius: 200px 200px 0 200px;
  background: #ac3730;
  background-image: url("../assets/img/FormBg.svg");
  background-size: cover;

  display: flex;
  padding: 36px 128px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  h2 {
    color: #edbc60;
    font-family: "129_Fatboy";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  P {
    color: #fff;
    max-width: 60%;
    text-align: center;
  }
}
.formButtons {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  overflow: visible;
}
input {
  display: flex;
  padding: 10px 32px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 64px;
  border: 3px solid #fff8ee;
  background-color: transparent;
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
input::placeholder {
  color: #fff;
  opacity: 50%;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.boardInfo {
  display: flex;
  height: 500px;
  width: 100%;
  background: #ac3730;
  padding: 0 72px;
  gap: 24px;
  overflow: visible;
  align-items: center;
  align-self: stretch;
  img {
    width: 100%;
    border-radius: 64px;
    max-height: 800px;
    object-fit: cover;
    object-position: center;
  }
}
.onlyPc {
  display: inherit;
}
.boardText {
  display: flex;
  height: fit-content;
  width: 100%;
  padding: 42px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  h2 {
    color: #fff8ee;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  p {
    color: #fff8ee;
  }
}
.formPage {
  display: flex;
  width: 100%;
  padding: 168px 72px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.form {
  display: flex;
  padding: 48px 144px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  border-radius: 48px;
  background: #edbc60;
  background-image: url("../assets/img/form.svg");
  background-size: cover;
  h2 {
    color: #ac3730;
    overflow: visible;
  }
  p {
    color: #ac3730;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  input {
    border: 3px solid #ac3730;
    background-color: transparent;
    color: #ac3730;
  }
  input::placeholder {
    color: #ac3730;
  }
}
.formBlock {
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.productsTab {
  display: grid;
  width: 100%;
  max-width: 1376px;
  height: 400px;
  row-gap: 32px;
  column-gap: 32px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product1 {
  width: 100%;
  grid-row: 1 / span 1;
  grid-column: 1 / span 2;
  justify-self: stretch;
  img {
    width: 100%;
  }
}
.product2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  grid-row: 1 / span 1;
  grid-column: 3 / span 1;
  img {
    width: 100%;
  }
}
.forBoard {
  display: flex;
  padding: 181px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.forHalfBlock {
  display: flex;
  width: 100%;
  padding: 0 72px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.halfBlock {
  display: flex;
  height: fit-content;
  gap: 48px;
  align-items: center;
  align-self: stretch;
  border-radius: 64px;
  background: #ac3730;
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.halfBlockText {
  display: flex;
  padding: 36px 24px;
  width: 100%;
  max-width: 900px;
  height: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  h3 {
    color: #ffffff;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  p {
    color: #ffffff;
  }
}
.halfBlockTextMerge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.posters {
  display: flex;
  padding: 0 48px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 32px;
  align-self: stretch;
  flex-wrap: wrap;
}
.posterCard {
  display: flex;
  width: 383px;
  flex-direction: column;
  align-items: flex-start;
  p {
    color: #ac3730;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 129%;
  }
}
.lmBlock {
  display: flex;
  padding: 0 72px;
  gap: 48px;
  align-items: center;
  align-self: stretch;
}
.lmText {
  display: flex;
  width: 100%;
  padding: 48px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 96px;
  align-self: stretch;
  h2 {
    color: #ac3730;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  p {
    color: #ac3730;
  }
}
.lmSubText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.trail {
  overflow: visible;
  width: 100%;
}
.animFrame {
  overflow: visible;
  display: flex;
  width: max-content;
  animation: scroll 12s linear infinite;
}
.mс {
  height: 50svh; /* под себя */
  flex-shrink: 0;
}
@keyframes scroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.productCard {
  display: flex;
  width: 100%;
  padding: 216px 64px 92px 64px;
  align-items: flex-start;
  border-radius: 0 0 96px 96px;
  background: #ac3730;
  gap: 48px;
  h2 {
    color: #fff8ee;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  p {
    color: #fff8ee;
  }
  button {
    width: 100%;
  }
}
.comentHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.productImages {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  flex: 1 0 0;
}
.productImageRow {
  display: flex;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}
.productInfo {
  overflow: visible;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 96px;
  flex: 1 0 0;
}
.mergeBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.buttons {
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}
.buttonsRow {
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  button {
    width: fit-content;
  }
  input {
    width: 10ch;
    min-width: 60px;
  }
}
@media (max-width: 1336px) {
  .productCard {
    flex-direction: column;
    .productImages {
      min-height: 100svh;
      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
      }
    }
  }
  .onlyPc {
    display: none;
  }
  .formMessage {
    border-radius: 100px 100px 0 100px;
    padding: 24px;
  }
  .formPage {
    display: flex;
    width: 100%;
    padding: 168px 24px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  header {
    width: 100%;
  }
  footer {
    padding: 0px;
  }
  h1 {
    font-size: 96px;
  }
  .secondFrame {
    padding: 0px 24px;
  }
  .boardInfo {
    padding: 0 12px;
  }
  .lmBlock {
    padding: 12px;
  }
}
@media (max-width: 900px) {
  .productCard {
    padding: 24px;
  }
  .productImages {
    min-height: auto;
    max-height: 50svh;
  }
  .buttonsRow {
    flex-direction: column;
    gap: 36px;
    button {
      width: 100%;
    }
  }
  header {
    width: 100%;
    padding: 8px;
  }
  .lmBlock {
    flex-direction: column;
  }
  footer {
    padding: 0px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 24px;
  }
  .formButtons {
    flex-direction: column;
  }
  .secondFrame {
    padding: 0px 8px;
  }
  footer {
    height: fit-content;
  }
  .linksColumns {
    flex-direction: column;
    height: fit-content;
  }
  .linksColumn {
    height: fit-content;
  }
  .footerBody {
    height: fit-content;
  }
  .formMessage {
    border-radius: 16px;
    padding: 8px;
    h2 {
      font-size: 36px;
    }
  }
  .news {
    display: grid;
    height: 960px;
    row-gap: 24px;
    column-gap: 24px;
    align-self: stretch;
    grid-template-rows: repeat(6, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .efNews {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    grid-row: 1 / span 3;
    grid-column: 1 / span 2;
    justify-self: stretch;
  }
  .mcNews {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    grid-row: 4 / span 3;
    grid-column: 1 / span 2;
    justify-self: stretch;
  }
  .boardInfo {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    background: #ac3730;

    gap: 24px;
    overflow: visible;
    align-items: center;
    align-self: stretch;
    img {
      width: 100%;
      border-radius: 64px;
      max-height: 800px;
      object-fit: cover;
      object-position: center;
    }
  }
  .halfBlock {
    flex-direction: column;
    height: fit-content;
    padding: 0px;
  }
  .halfBlockText {
    padding: 24px;
  }
}
