* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  color: rgba(255, 255, 255, 1);
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding-inline-start: 0px;
}

li {
  list-style: none;
}

p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-weight: 900;
  font-size: 43px;
  line-height: 56px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 16px;
  margin-top: 0;
}
h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

@-ms-viewport {
  width: device-width;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
header {
  width: 100%;
  background: rgba(0, 0, 0);
  backdrop-filter: blur(5px);
  z-index: +2;
}
.header_wrap {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 70px;
  padding-right: 70px;
}
.header_group nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  list-style: none;
  font-size: 20px;
  gap: 30px;
}
.header_group nav ul a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.menu_btn {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
  height: 32px;
  width: 50px;
  cursor: pointer;
  background-image: url('../img/hamburger.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.registration-btn {
  font-weight: 900;
  font-size: 14px;
  padding: 12px 24px;
  background-color: rgba(224, 15, 41, 1);
}
.registration-btn:hover {
  background-color: rgba(192, 18, 40, 1);
}
.bottom-form {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-form h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 8px;
}

.formm {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.formm_wrapper {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.intro {
  position: relative;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
.down {
  position: absolute;
  bottom: 16px;
  right: 50%;
  margin-right: -96px;
  animation: float 5s cubic-bezier(0.35, 0.04, 0.66, 0.97) infinite;
  cursor: pointer;
}
input:focus {
  outline: none;
}
footer {
  height: 104px;
  padding-top: 24px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_wrap span {
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgba(60, 60, 60, 1);
}
.intro {
  background-image: url('../img/bg-intro.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content {
  position: relative;
  top: 30px;
  @media (min-width: 1200px) {
    top: 80px;
  }
}
.bottom-block {
  padding-bottom: 68px;
  padding-top: 68px;
  background-image: url('../img/bg-about.png');
  background-size: 100% 100%;
}
.bottom-block .wrap {
  display: flex;
  justify-content: space-around;
}
.bottom-block div span:first-child {
  font-size: 52px;
  font-weight: 900;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
}
.bottom-block div span:last-child {
  font-size: 22px;
  font-weight: 300;
  display: block;
  text-align: center;
}
.calculator {
  padding: 60px 150px;
  background-image: url('../img/bg-calculator.png');
  background-size: 100% 100%;
}
.line {
  background: rgba(255, 255, 255, 1);
  height: 3px;
  width: 100%;
  margin-top: 13px;
}
.benefits-wrap {
  display: flex;
  gap: 30px;
}
.benefits p {
  font-size: 21px;
  line-height: 32px;
  position: relative;
  width: 25%;
}
.benefits p:before {
  content: '';
  display: block;
  width: 1px;
  background: #ffffff;
  margin-bottom: 10px;
}
.benefits p:first-child:before {
  height: 148px;
}
.benefits p:nth-child(2):before {
  height: 228px;
}
.benefits p:nth-child(3):before {
  height: 76px;
}
.benefits p:last-child:before {
  height: 316px;
}
.benefits p:after {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: -6px;
  left: -6px;
}

/* @media (min-width: 1300px) {
  .container {
    width: 1300px !important;
  }
} */
@media (max-width: 1300px) {
  .header_wrap {
    gap: 20px;
  }
  .header_wrap,
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header_wrap {
    justify-content: center;
  }

  .header_group nav ul {
    position: absolute;
    right: -100%;
    top: 86px;
    flex-direction: column;
    width: 280px;
    text-align: left;
    transition: 0.4s;
    padding-left: 24px;
    padding-right: 24px;
    height: 100vh;
    justify-content: flex-start;
    gap: 40px;
    align-items: flex-start;
    background-color: #0a0a0a;
    margin-top: 0;
  }

  .menu_btn {
    display: block;
  }
  /* .intro form, */
  .calculator {
    padding: 65px 0;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 992px) {
  .header_group nav ul {
    width: 100%;
    display: none;
  }
}
@media (max-width: 800px) {
  .header_wrap,
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  footer {
    flex-direction: column;
    gap: 24px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-15px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  .down img {
    max-width: 124px;
  }
  .down {
    bottom: -12px;
    margin-right: -62px;
  }
  .bottom-block {
    padding-bottom: 30px;
    padding-top: 30px;
    @media (min-width: 1200px) {
      padding-bottom: 57px;
      padding-top: 57px;
    }

    background-size: cover;
  }
  .bottom-block .wrap {
    flex-direction: column;
    gap: 54px;
  }
  .bottom-block div span:last-child {
    font-size: 28px;
    font-weight: 400;
  }
  #result {
    max-width: 181px;
    width: 181px;
  }
  .benefits {
    padding-bottom: 112px;
  }
  .benefits-wrap {
    display: block;
  }
  .benefits p {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .line {
    display: none;
  }
  .benefits p:before {
    position: absolute;
    left: 3px;
    top: 13px;
    height: 100% !important;
  }
  .benefits p:last-child:before {
    display: none;
  }
  .benefits p:after {
    top: 12px;
    left: 0;
    height: 8px;
    width: 8px;
  }
  .benefits h2:before {
    position: absolute;
    left: 3px;
    top: 13px;
    height: 100% !important;
    content: '';
    display: block;
    width: 1px;
    background: #ffffff;
  }
  .benefits h2 {
    padding-bottom: 16px;
    padding-left: 20px;
    position: relative;
  }
  .benefits h2:after {
    content: '';
    display: block;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 9px;
    left: -2px;
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 425px) {
  #result {
    max-width: 181px;
    width: 100%;
    min-width: 140px;
  }
}

/* ////////////// */

.formm {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.revolution {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.revolution__circle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

  p {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .revolution {
    padding: 40px 15px;
  }
}

.revolution__circles-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1024px) {
  .revolution__circles-wrapper {
    flex-direction: column;
    -moz-column-gap: unset;
    column-gap: unset;
    justify-content: space-around;
  }
}

.revolution__heading,
.pillars-block h2,
.progress-container h2,
.calculator-container h2,
.container.advantages h2 {
  max-width: 510px;
  /* font-weight: 500; */
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 1024px) {
  .revolution__heading,
  .pillars-block h2,
  .progress-container h2,
  .calculator-container h2,
  .container.advantages h2 {
    margin: 0 25px 37px;
    font-size: 26px;
    line-height: 32px;
  }
}

.revolution__circles {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.revolution__circle {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 274px;
  font-weight: 500;
  font-size: 64px;
  line-height: 77px;
  border-radius: 50%;
  background: radial-gradient(
    circle at top,
    #101827 0%,
    #090b12 55%,
    #040507 100%
  );
  color: #fff;
  filter: drop-shadow(0 0 30px rgba(38, 82, 255, 0.25));
  overflow: hidden;

  &::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 15px;
    border-radius: 50%;

    background: conic-gradient(
      from 0deg,
      #2f5fff,
      #16203d,
      #0c111d,
      #1b2d5a,
      #2f5fff
    );

    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;

    animation: rotateBorder 6s linear infinite;
  }

  &::after {
    content: '';
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(47, 95, 255, 0.18) 0%,
      transparent 70%
    );
    pointer-events: none;
    animation: pulseGlow 3s ease-in-out infinite;
  }
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

@media (max-width: 1024px) {
  .revolution__circle {
    box-sizing: unset;
    width: 150px;
    height: 150px;
    font-size: 35px;
    line-height: 42px;
  }
}

.revolution__anotacion {
  margin-top: 37px;
  font-size: 18px;
  line-height: 22px;
}

.revolution__anotacion--maxw274 {
  max-width: 274px;
}

.revolution__anotacion--maxw305 {
  max-width: 305px;
}

@media (max-width: 1024px) {
  .revolution__anotacion {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }
}

#nav_menu {
  @media (max-width: 1200px) {
    display: none;
  }
}

.intro .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  padding: 30px 150px;

  @media (min-width: 1200px) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
  }
}
.title-first {
  font-weight: 900;
  font-size: 26px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 16px;
  margin-top: 0;

  @media (min-width: 1200px) {
    font-size: 32px;
  }
}

.partner-item__logo {
  opacity: 1;
  transition: opacity 0.55s;
  max-height: 70px;
  text-align: center;
}

@media (max-width: 800px) {
  .partner-item__logo {
    margin: auto;
  }
}

h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.partners {
  padding: 50px 0;
}

.benefits {
  @media (min-width: 1200px) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bottom-form .container {
  display: flex;
  align-items: center;
  flex-direction: column;

  @media (min-width: 1200px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

.intro {
  padding-bottom: 50px;
}

.benefits {
  @media (max-width: 1200px) {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.partner-item__logo {
  margin: 0;
}

.partners {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .down {
    position: absolute;
    bottom: -15px;
    right: 35%;
    animation: float 5s cubic-bezier(0.35, 0.04, 0.66, 0.97) infinite;
    cursor: pointer;
  }
}

html {
  scroll-behavior: smooth;
}

.right-text-wrapper {
  color: white;
  font-weight: 700;
  font-size: 18px;
  background: #0000008c;
  padding: 10px 15px;
  box-sizing: border-box;
}

.intro .container .right-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.container.advantages {
  max-width: 1500px;
}

.countdown-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ff4d4d;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(255, 77, 77, 0.7);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#countdown {
  display: inline-block;
  padding: 16px 36px;
  background: linear-gradient(180deg, #2a0000, #0f0000);
  border: 3px solid #ff1a1a;
  border-radius: 16px;
  color: #ff4d4d;
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Orbitron', 'Arial', sans-serif;
  letter-spacing: 4px;
  text-shadow:
    0 0 12px #ff4d4d,
    0 0 25px #ff1a1a,
    0 0 45px rgba(255, 26, 26, 0.8);
  box-shadow:
    inset 0 0 20px rgba(255, 26, 26, 0.5),
    0 0 35px rgba(255, 26, 26, 0.9),
    0 0 60px rgba(200, 0, 0, 0.6);
}

.pillars-block,
section.calculator {
  padding: 60px 150px;
}

.pillars-container {
  position: relative;
  overflow: hidden;
}

.pillars-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pillars-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.pillars-container .container {
  position: relative;
  z-index: 2;
}

.benefits {
  position: relative;
  overflow: hidden;
}

.benefits-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.benefits .container {
  position: relative;
  z-index: 2;
}

.benefits::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.pillars-container .container {
  padding-left: unset;
  padding-right: unset;
}

.pillars-bg-video {
  background: url('../img/pillars-bg-poster-1.png') center / cover no-repeat;
}

.pillars-text-container .text-wrapper {
  text-align: center;
}

.pillars-text-container .text-wrapper p {
  text-align: center;
}

.pillars-block {
  width: 100%;
}

.pillars-block .swiper-pillars {
  width: 100%;
}

.pillars-block h2,
.pillars-container .swiper-pillars {
  margin-bottom: 20px;
}

.logo.footer-logo {
  margin-bottom: 10px;
}

.pillars-container .container {
  position: relative;
  z-index: 3;
}

.dov-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-form {
  padding: 60px 150px;
}

.section.partners {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 150px;
  padding-top: unset;
}

.section.partners .swiperPartner {
  width: 100%;
  padding: 0 30px;
  padding-bottom: 40px;
}

.bottom-form .container {
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 12px;
}

.benefits .advantages h2 {
  margin: unset !important;
  width: 100%;
  max-width: 100%;
}

.notify-container {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notify {
  background: #47a01e;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 0.5rem;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  min-width: 260px;
  max-width: 320px;
  display: none;
}

.notify strong {
  font-weight: 700;
}

.intro .container .right-container .title-first {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
}

.partn-wrap {
  position: relative;
  overflow: hidden;
}

.partn-wrap .bg-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 0;
}

.partn-wrap section {
  position: relative;
  z-index: 2;
}

.partn-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

@media (min-width: 1200px) {
  .intro .container .right-container .title-first {
    display: none;
  }
}

@media (min-width: 1301px) {
  .swiper-pillars .swiper-pagination {
    display: none;
  }
}

@media (max-width: 1500px) {
  .section.partners {
    padding: 50px 100px;
  }
}

@media (max-width: 1300px) {
  .section.partners {
    padding: 50px 30px;
  }

  .pillars-container .swiper-pillars {
    overflow: hidden;
    padding-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .pillars-container {
    background-position: left;
  }

  .intro .formm_wrapper .title-first {
    display: none;
  }

  .intro .container {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1000px) {
  .section.partners .swiperPartner .swiper-slide img {
    max-width: 220px;
  }

  .section.partners {
    padding: 50px 0;
  }
}

@media (max-width: 800px) {
  .bottom-form {
    padding: 50px 0;
  }

  .intro .container,
  .pillars-block,
  section.calculator {
    padding: 50px 80px;
  }

  .slider-labels {
    font-size: 18px;
  }

  .slider-labels {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .intro .container {
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .intro .container .right-container .title-first {
    font-size: 32px;
    line-height: 38px;
  }

  .intro .container,
  .pillars-block,
  section.calculator {
    padding: 50px 30px;
  }
}

@media (max-width: 480px) {
  .intro .container,
  .pillars-block,
  section.calculator {
    padding: 50px 15px;
  }
}

.custom_form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.top__list .item .place__avatar img {
  display: block;
  min-width: 50px !important;
}

.top__list .item .place {
  width: 240px;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
  width: 100%;
  margin: 30px 0 !important;
  padding: 30px !important;
  border-radius: 15px;
  border: 2px solid #d9d9d9;
  background-color: rgba(47, 44, 44, 0.5);
}

#calculator {
  padding: 30px !important;
  border-radius: 15px;
  border: 2px solid #d9d9d9;
  background-color: rgba(47, 44, 44, 0.5);
}

@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}

.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

#current-value,
.progress__info {
  font-size: 16px;
}

.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}

.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 5px;
  animation: 2s linear infinite progress-bar-stripes;
  transition: 0.8s ease-out;
  background-repeat: repeat;
}

.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

progress {
  display: inline-block;
}

.title:after {
  background-color: #fff;
}

.progress-container,
.calculator-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#calculator {
  padding: 10px;
  width: 100%;
  animation: 0.5s ease-in-out fadeIn;
  margin: 20px auto 0;
}

#calculator,
.c-ad-fallback__cta,
.c-ad-fallback__headline,
.c-ad-fallback__text,
.c-image-element__body,
.c-inline-navigation--is-centered,
.form_above p,
.topblock,
.topblock2,
.u-text--is-centered {
  text-align: center;
}

#slider,
#slider-container,
.slider-labels,
.title,
.topmobile {
  position: relative;
}

.c-container__relative-block,
.c-image-element--has-hint-icon,
.slider-labels span,
.u-position--is-relative {
  position: relative;
}

.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  z-index: 1;
}

.slider-labels span::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background: white;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

#slider,
.c-gallery-element__navigation-btn:focus,
.c-tool-element--is-button:focus,
.o-button:active,
.o-button:focus,
.o-button:hover,
.o-link:focus {
  outline: 0;
}

#slider,
button,
input[type='search'] {
  -webkit-appearance: none;
}

#slider {
  width: 100%;
  opacity: 0;
  animation: 0.5s ease-in-out 0.5s forwards fadeIn;
  appearance: none;
  height: 20px !important;
  background: #008000;
  border-radius: 5px;
  padding: 0;
  z-index: 2;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0 !important;
  z-index: 3;
}

#current-value {
  width: 30%;
  margin: -6px auto 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: 2px solid #008000;
  border-right: 2px solid #008000;
  border-bottom: 2px solid #008000;
  border-radius: 0 0 10px 10px;
}

.current-value-calc {
  font-size: 26px !important;
  font-weight: bold !important;
  padding: 15px !important;
}

.result {
  font-size: 16px;
  margin-bottom: 7px;
  opacity: 0;
  animation: 0.5s ease-in-out 1s forwards fadeIn;
}

#result,
#result30,
#result180 {
  font-weight: bold;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

#slider::-moz-range-track {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }

  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }

  .top__list .item .place__name {
    margin-left: 20px;
  }

  .top__list .item .progress {
    margin-left: 10px;
  }

  .progress__info {
    font-size: 16px;
  }

  .top__list .item {
    flex-direction: column;
  }

  .top__list .item .place {
    width: 100% !important;
  }

  .progress {
    width: 100%;
    margin: 10px 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-wrapper {
  max-width: 520px;
  margin-inline: auto;
}
