.records-page {
  background-color: #15161A;
}
.records-page .page-container {
  max-width: 1920px;
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
}
.records-page .head {
  /*background: url("img/head.png") no-repeat;*/
  width: 1074px;
  height: 170px;
  align-self: center;
  z-index: -2;
}
@media screen and (max-width: 1700px) {
  .records-page .head {
    width: 100%;
  }
}
.records-page .slider-alt {
  z-index: -1;
  width: 1336px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(400px);
}
.records-page .slider-alt:before {
  content: "";
  width: 1065px;
  height: 857px;
  border-radius: 1065px;
  background: rgba(105, 179, 231, 0.43);
  filter: blur(209px);
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(179px, 281px);
}
.records-page .slider-alt .slide {
  display: none;
  opacity: 0;
  transition: opacity 0.1s ease-in;
  position: relative;
}
.records-page .slider-alt .slide.active {
  display: block;
  opacity: 1;
}
.records-page .slider-alt .slider-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .records-page .slider-alt {
    width: 900px;
    transform: translateX(220px);
    top: 40px;
  }
  .records-page .slider-alt:before {
    width: 665px;
    height: 557px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .slider-alt {
    width: 700px;
    transform: translateX(150px);
  }
  .records-page .slider-alt:before {
    width: 565px;
    height: 457px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .slider-alt {
    display: none;
  }
}
.records-page .block-container {
  display: flex;
  flex-direction: column;
  padding: 60px 0 60px 200px;
  max-width: 1169px;
}
@media screen and (max-width: 1700px) {
  .records-page .block-container {
    padding: 60px 0 60px 150px;
    max-width: 919px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .block-container {
    padding: 60px 0 60px 100px;
    max-width: 669px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container {
    padding: 60px 60px;
    max-width: 100%;
  }
}
.records-page .block-container .banner-img {
  max-width: 345px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .records-page .block-container .banner-img {
    max-width: 200px;
  }
}
.records-page .block-container .banner-title {
  width: 100%;
}
.records-page .block-container .text-container {
  padding-left: 140px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1700px) {
  .records-page .block-container .text-container {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .text-container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .text-container {
    padding-left: 0;
    align-self: center;
  }
}
.records-page .block-container .text-container .text1 {
  margin-top: 43px;
}
.records-page .block-container .text-container .text2 {
  margin-left: 140px;
}
@media screen and (max-width: 1700px) {
  .records-page .block-container .text-container .text1 {
    height: auto;
    max-height: 70px;
  }
  .records-page .block-container .text-container .text2 {
    height: auto;
    max-height: 70px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .text-container .text1 {
    height: auto;
    max-height: 50px;
  }
  .records-page .block-container .text-container .text2 {
    height: auto;
    max-height: 50px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .text-container .text1 {
    margin-top: 20px;
    width: 100%;
  }
  .records-page .block-container .text-container .text2 {
    margin-top: 20px;
    width: 100%;
    margin-left: 40px;
  }
}
.records-page .block-container .text-container .expected-records-text {
  color: #FFF;
  font-family: "PF Din Text Comp Pro";
  font-size: 79px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: -3.16px;*/
  text-transform: uppercase;
  margin-top: 73px;
  position: relative;
  width: fit-content;
  padding-bottom: 24px;
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .text-container .expected-records-text {
    margin-top: 53px;
    font-size: 49px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .text-container .expected-records-text {
    margin-top: 43px;
    text-align: center;
    align-self: center;
  }
}
.records-page .block-container .text-container .expected-records-text .expected-records_arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  animation: moveDownUp 2s infinite;
}
.records-page .block-container .expected-records-list {
  margin-top: 180px;
}
@media screen and (max-width: 1700px) {
  .records-page .block-container .expected-records-list {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .expected-records-list {
    margin-top: 100px;
  }
}
.records-page .block-container .expected-records-list .expected-records-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .expected-records-list .expected-records-row {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .expected-records-list .expected-records-row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .expected-records-list .expected-records-row {
    margin-bottom: 30px;
  }
}
.records-page .block-container .expected-records-list .expected-record {
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
.records-page .block-container .expected-records-list .expected-record .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.records-page .block-container .expected-records-list .expected-record .back {
  display: none;
}
.records-page .block-container .expected-records-list .expected-record .details {
  display: none;
}
.records-page .block-container .expected-records-list .expected-record .details-text {
  opacity: 0;
  margin-top: 30px;
  color: #FFF;
  text-align: center;
  font-family: "TT Supermolot Neue";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1700px) {
  .records-page .block-container .expected-records-list .expected-record .details-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .expected-records-list .expected-record .details-text {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .expected-records-list .expected-record .details-text {
    font-size: 23px;
    margin-top: 30px;
  }
}
.records-page .block-container .expected-records-list .expected-record:hover .front {
  display: none;
}
.records-page .block-container .expected-records-list .expected-record:hover .back {
  display: flex;
}
.records-page .block-container .expected-records-list .expected-record:has(.details-btn.active) .front {
  display: none;
}
.records-page .block-container .expected-records-list .expected-record:has(.details-btn.active) .back {
  display: none;
}
.records-page .block-container .expected-records-list .expected-record:has(.details-btn.active) .details {
  display: flex;
}
.records-page .block-container .expected-records-list .expected-record:has(.details-btn.active) .details-text {
  opacity: 1;
}
.records-page .block-container .expected-records-list .expected-record .details-btn-container {
  display: flex;
  align-self: center;
  justify-content: center;
}
.records-page .block-container .expected-records-list .expected-record .details-btn {
  background: #FF6A13;
  padding: 14px 45px;
  margin: 15px 0;
  border: none;
}
.records-page .block-container .expected-records-list .expected-record .title {
  color: #69B3E7;
  text-align: center;
  font-family: "TT Supermolot Neue";
  font-size: 165px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -8.55px;
  position: relative;
}
.records-page .block-container .expected-records-list .expected-record .title:before {
  content: attr(data-content);
  position: absolute;
  filter: blur(7.5px);
  color: #69B3E7;
  text-align: center;
  font-family: "TT Supermolot Neue";
  font-size: 165px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -8.55px;
}
@media screen and (max-width: 1700px) {
  .records-page .block-container .expected-records-list .expected-record .title {
    font-size: 125px;
  }
  .records-page .block-container .expected-records-list .expected-record .title:before {
    font-size: 125px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .expected-records-list .expected-record .title {
    font-size: 95px;
  }
  .records-page .block-container .expected-records-list .expected-record .title:before {
    font-size: 95px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .expected-records-list .expected-record .title {
    font-size: 145px;
  }
  .records-page .block-container .expected-records-list .expected-record .title:before {
    font-size: 145px;
  }
}
@media screen and (max-width: 500px) {
  .records-page .block-container .expected-records-list .expected-record .title {
    font-size: 110px;
  }
  .records-page .block-container .expected-records-list .expected-record .title:before {
    font-size: 110px;
  }
}
.records-page .block-container .expected-records-list .expected-record .subtext {
  color: #FFF;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 320px;
}
@media screen and (max-width: 1700px) {
  .records-page .block-container .expected-records-list .expected-record .subtext {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .expected-records-list .expected-record .subtext {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .expected-records-list .expected-record .subtext {
    font-size: 40px;
  }
}
.records-page .block-container .expected-records-list .expected-record .subtext-now {
  color: #FFF;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .records-page .block-container .expected-records-list .expected-record .subtext-now {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .records-page .block-container .expected-records-list .expected-record .subtext-now {
    font-size: 28px;
  }
}
.records-page .block-container .expected-records-list .expected-record .subtext-now .counter {
  color: #69B3E7;
  font-weight: 700;
}
.records-page .block-container .socials {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .records-page .block-container .socials {
    margin-top: 40px;
  }
}
.records-page .block-container .socials .socials-title {
  color: #FFF;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  /*letter-spacing: -2px;*/
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .records-page .block-container .socials .socials-title {
    font-size: 30px;
    letter-spacing: -1px;
  }
}
.records-page .block-container .socials .socials-subtitle {
  color: #FFF;
  text-align: center;
  font-family: "TT Supermolot Neue";
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.04px;
  text-transform: uppercase;
  margin-top: 300px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .records-page .block-container .socials .socials-subtitle {
    font-size: 28px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.records-page .block-container .socials .socials-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .records-page .block-container .socials .socials-icons {
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.records-page .block-container .socials .socials-icons .social-icon {
  text-decoration: none;
}
.records-page .block-container .socials .socials-icons .social-icon svg path {
  color: white;
}
@media screen and (max-width: 768px) {
  .records-page .block-container .socials .socials-icons .social-icon svg {
    width: 60px;
  }
}
.records-page .block-container .socials .socials-icons .social-icon:hover svg path {
  color: #69B3E7;
}

@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("fonts/Din Text Comp Pro.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@keyframes moveDownUp {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

/*# sourceMappingURL=style.css.map */
