.quiz-section-test-free {
  font-family: Onest, serif;
  border-radius: 32px;
  background: #FFF;
  display: flex;
  padding: calc(80px + (96 - 80) * (100vw - 2049px) / (2560 - 2049)) calc(64px + (96 - 64) * (100vw - 2049px) / (2560 - 2049)) calc(64px + (80 - 64) * (100vw - 2049px) / (2560 - 2049)) calc(64px + (96 - 64) * (100vw - 2049px) / (2560 - 2049));
  flex-direction: column;
  align-items: center;
  gap: calc(40px + (48 - 40) * (100vw - 2049px) / (2560 - 2049));
  align-self: stretch;
  margin-top: calc(40px + (48 - 40) * (100vw - 2049px) / (2560 - 2049));
}
.quiz-section-test-free .head_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.quiz-section-test-free .head_section .title_section {
  color: #1A1A1A;
  text-align: center;
  font-size: calc(56px + (64 - 56) * (100vw - 2049px) / (2560 - 2049));
  font-weight: 600;
  line-height: 106.25%;
  letter-spacing: -1.92px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.quiz-section-test-free .head_section .title_section .badge {
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #0FA657;
  background: linear-gradient(96deg, #11BA61 0%, #0E9950 100%);
  color: #FAFAFA;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.quiz-section-test-free .head_section .subtitle_section {
  color: #666;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.quiz-section-test-free .row-cards {
  display: flex;
  align-items: flex-start;
  gap: calc(16px + (20 - 16) * (100vw - 2049px) / (2560 - 2049));
  align-self: stretch;
}
.quiz-section-test-free .col-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: calc((100% - calc(16px + (20 - 16) * (100vw - 2049px) / (2560 - 2049)) * 3) / 4);
}
.quiz-section-test-free .col-card.img-card {
  padding: calc(48px + (64 - 48) * (100vw - 2049px) / (2560 - 2049)) calc(40px + (48 - 40) * (100vw - 2049px) / (2560 - 2049));
  gap: calc(48px + (64 - 48) * (100vw - 2049px) / (2560 - 2049));
  border-radius: 24px;
  border: 1px solid #F0F0F0;
  background: linear-gradient(129deg, #FCFCFC 0%, #F2F2F2 100%);
}
.quiz-section-test-free .col-card.img-card .picture_image_card {
  width: 100%;
}
.quiz-section-test-free .col-card.img-card .picture_image_card .image_card {
  width: 100%;
}
.quiz-section-test-free .col-card.img-card .footer_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.quiz-section-test-free .col-card.img-card .footer_card .title_card {
  color: #1A1A1A;
  font-size: calc(28px + (32 - 28) * (100vw - 2049px) / (2560 - 2049));
  font-weight: 600;
  line-height: 106.25%;
  letter-spacing: -0.96px;
}
.quiz-section-test-free .col-card.img-card .footer_card .text_card {
  color: #808080;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.quiz-section-test-free .col-card.video-card {
  padding: calc(28px + (32 - 28) * (100vw - 2049px) / (2560 - 2049)) calc(28px + (32 - 28) * (100vw - 2049px) / (2560 - 2049)) calc(40px + (48 - 40) * (100vw - 2049px) / (2560 - 2049)) calc(28px + (32 - 28) * (100vw - 2049px) / (2560 - 2049));
  gap: 32px;
  border-radius: 24px;
  background: linear-gradient(323deg, #000 0%, #333 100%);
}
.quiz-section-test-free .col-card.video-card .wrap-video {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quiz-section-test-free .col-card.video-card .wrap-video .item-video {
  width: 100%;
  aspect-ratio: 1920/1080;
  border-radius: 15px;
  position: relative;
}
.quiz-section-test-free .col-card.video-card .wrap-video .newsletter-img {
  width: 95%;
}
.quiz-section-test-free .col-card.video-card .wrap-video .newsletter-img .el_video {
  width: 100%;
}
.quiz-section-test-free .col-card.video-card .footer-card {
  display: flex;
  padding: 0 calc(12px + (16 - 12) * (100vw - 2049px) / (2560 - 2049));
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  align-self: stretch;
}
.quiz-section-test-free .col-card.video-card .footer-card .wrap-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.quiz-section-test-free .col-card.video-card .footer-card .wrap-text .title_card {
  color: #FFF;
  font-size: calc(30px + (34 - 30) * (100vw - 2049px) / (2560 - 2049));
  font-weight: 600;
  line-height: 111.765%;
  letter-spacing: -1.02px;
}
.quiz-section-test-free .col-card.video-card .footer-card .wrap-text .text_card {
  color: #808080;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.quiz-section-test-free .col-card.video-card .footer-card .link_telegram {
  border-radius: 12px;
  background: linear-gradient(91deg, #4060FF 0%, #3A56E5 100%);
  width: 100%;
  color: #FAFAFA;
  font-size: 20px;
  font-weight: 600;
  line-height: 109.091%;
  letter-spacing: -0.44px;
  position: relative;
  overflow: hidden;
}
.quiz-section-test-free .col-card.video-card .footer-card .link_telegram .text-btn {
  width: 100%;
  display: flex;
  padding: calc(20px + (24 - 20) * (100vw - 2049px) / (2560 - 2049)) 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
}
.quiz-section-test-free .col-card.video-card .footer-card .link_telegram .icon-telegram {
  width: 24px;
}
.quiz-section-test-free .col-card.video-card .footer-card .link_telegram:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.2s all;
  background: linear-gradient(91deg, #35F 0%, #2243E5 100%);
}
@media (hover: hover) {
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram:hover:before {
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) and (max-width: 2048px) {
  .quiz-section-test-free {
    margin-top: 40px;
    padding: 80px 64px 64px 64px;
    gap: 40px;
  }
  .quiz-section-test-free .head_section .title_section {
    font-size: 56px;
    line-height: 107.143%;
    letter-spacing: -1.68px;
  }
  .quiz-section-test-free .head_section .title_section .badge {
    padding: 8px 20px;
  }
  .quiz-section-test-free .head_section .subtitle_section {
    font-size: 18px;
    line-height: 133.333%;
    letter-spacing: -0.36px;
  }
  .quiz-section-test-free .row-cards {
    gap: 16px;
  }
  .quiz-section-test-free .col-card {
    width: calc((100% - 48px) / 4);
  }
  .quiz-section-test-free .col-card.img-card {
    padding: 48px 40px;
    gap: calc(40px + (48 - 40) * (100vw - 1921px) / (2048 - 1921));
  }
  .quiz-section-test-free .col-card.img-card .footer_card {
    gap: calc(16px + (20 - 16) * (100vw - 1921px) / (2048 - 1921));
  }
  .quiz-section-test-free .col-card.img-card .footer_card .title_card {
    font-size: 28px;
    line-height: 110.714%;
    letter-spacing: -0.84px;
  }
  .quiz-section-test-free .col-card.img-card .footer_card .text_card {
    font-size: 18px;
    line-height: 127.778%;
    letter-spacing: -0.36px;
  }
  .quiz-section-test-free .col-card.video-card {
    padding: calc(24px + (28 - 24) * (100vw - 1921px) / (2048 - 1921)) calc(24px + (28 - 24) * (100vw - 1921px) / (2048 - 1921)) 40px calc(24px + (28 - 24) * (100vw - 1921px) / (2048 - 1921));
    gap: calc(24px + (32 - 24) * (100vw - 1921px) / (2048 - 1921));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .title_card {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.9px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .text_card {
    font-size: 18px;
    line-height: 127.778%;
    letter-spacing: -0.36px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card {
    padding: 0 calc(16px + (12 - 16) * (100vw - 1921px) / (2048 - 1921));
  }
  .quiz-section-test-free .col-card.video-card .wrap-video .newsletter-img {
    width: 90%;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram .text-btn {
    padding: 20px 24px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram {
    font-size: 18px;
    line-height: 133.333%;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .quiz-section-test-free {
    padding: calc(48px + (80 - 48) * (100vw - 1537px) / (1920 - 1537)) calc(40px + (64 - 40) * (100vw - 1537px) / (1920 - 1537)) calc(40px + (64 - 40) * (100vw - 1537px) / (1920 - 1537)) calc(40px + (64 - 40) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .head_section .title_section {
    font-size: calc(48px + (56 - 48) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.img-card {
    gap: calc(32px + (40 - 32) * (100vw - 1537px) / (1920 - 1537));
    padding: calc(40px + (48 - 40) * (100vw - 1537px) / (1920 - 1537)) calc(32px + (40 - 32) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.img-card .footer_card .title_card {
    font-size: calc(24px + (28 - 24) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .title_card {
    font-size: calc(24px + (30 - 24) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.img-card .footer_card {
    gap: calc(16px + (20 - 16) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram {
    font-size: calc(16px + (18 - 16) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram .text-btn {
    padding: calc(18px + (20 - 18) * (100vw - 1537px) / (1920 - 1537)) 24px;
    gap: calc(12px + (16 - 12) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.img-card .footer_card .text_card {
    font-size: calc(17px + (18 - 17) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .text_card {
    font-size: calc(17px + (18 - 17) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.video-card {
    padding: calc(16px + (24 - 16) * (100vw - 1537px) / (1920 - 1537)) calc(16px + (24 - 16) * (100vw - 1537px) / (1920 - 1537)) calc(28px + (40 - 28) * (100vw - 1537px) / (1920 - 1537)) calc(16px + (24 - 16) * (100vw - 1537px) / (1920 - 1537));
    gap: calc(20px + (24 - 20) * (100vw - 1537px) / (1920 - 1537));
  }
  .quiz-section-test-free .col-card.video-card .footer-card {
    padding: 0 calc(12px + (16 - 12) * (100vw - 1537px) / (1920 - 1537));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1536px) {
  .quiz-section-test-free {
    padding: calc(24px + (48 - 24) * (100vw - 1025px) / (1536 - 1025)) calc(24px + (40 - 24) * (100vw - 1025px) / (1536 - 1025)) calc(24px + (40 - 24) * (100vw - 1025px) / (1536 - 1025)) calc(24px + (40 - 24) * (100vw - 1025px) / (1536 - 1025));
    gap: calc(20px + (32 - 20) * (100vw - 1025px) / (1536 - 1025));
  }
  .quiz-section-test-free .head_section .title_section {
    font-size: calc(36px + (48 - 36) * (100vw - 1025px) / (1536 - 1025));
    line-height: 112.5%;
    letter-spacing: -1.44px;
  }
  .quiz-section-test-free .head_section .title_section .badge {
    padding: calc(4px + (8 - 4) * (100vw - 1025px) / (1536 - 1025)) calc(12px + (18 - 12) * (100vw - 1025px) / (1536 - 1025));
    font-size: calc(15px + (18 - 15) * (100vw - 1025px) / (1536 - 1025));
    line-height: 133.333%;
    letter-spacing: -0.36px;
  }
  .quiz-section-test-free .row-cards {
    gap: calc(6px + (12 - 6) * (100vw - 1025px) / (1536 - 1025));
  }
  .quiz-section-test-free .col-card {
    width: calc((100% - calc(6px + (12 - 6) * (100vw - 1025px) / (1536 - 1025)) * 3) / 4);
  }
  .quiz-section-test-free .col-card.img-card {
    padding: calc(24px + (40 - 24) * (100vw - 1025px) / (1536 - 1025)) calc(20px + (32 - 20) * (100vw - 1025px) / (1536 - 1025));
    gap: calc(20px + (32 - 20) * (100vw - 1025px) / (1536 - 1025));
  }
  .quiz-section-test-free .col-card.img-card .footer_card .title_card {
    font-size: calc(18px + (24 - 18) * (100vw - 1025px) / (1536 - 1025));
    line-height: 108.333%;
    letter-spacing: -0.72px;
  }
  .quiz-section-test-free .col-card.img-card .footer_card .text_card {
    font-size: calc(14px + (17 - 14) * (100vw - 1025px) / (1536 - 1025));
    line-height: 129.412%;
    letter-spacing: -0.34px;
  }
  .quiz-section-test-free .col-card.video-card {
    padding: calc(10px + (16 - 10) * (100vw - 1025px) / (1536 - 1025)) calc(10px + (16 - 10) * (100vw - 1025px) / (1536 - 1025)) calc(18px + (28 - 18) * (100vw - 1025px) / (1536 - 1025)) calc(10px + (16 - 10) * (100vw - 1025px) / (1536 - 1025));
    gap: calc(14px + (20 - 14) * (100vw - 1025px) / (1536 - 1025));
  }
  .quiz-section-test-free .col-card.video-card .footer-card {
    padding: 0 calc(6px + (12 - 6) * (100vw - 1025px) / (1536 - 1025));
    gap: calc(14px + (20 - 14) * (100vw - 1025px) / (1536 - 1025));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text {
    gap: calc(6px + (12 - 6) * (100vw - 1025px) / (1536 - 1025));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .title_card {
    font-size: calc(18px + (24 - 18) * (100vw - 1025px) / (1536 - 1025));
    line-height: 108.333%;
    letter-spacing: -0.72px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .text_card {
    font-size: calc(14px + (17 - 14) * (100vw - 1025px) / (1536 - 1025));
    line-height: 129.412%;
    letter-spacing: -0.34px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram {
    font-size: calc(12px + (16 - 12) * (100vw - 1025px) / (1536 - 1025));
    line-height: 137.5%;
    letter-spacing: -0.32px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram .icon-telegram {
    width: calc(16px + (24 - 16) * (100vw - 1025px) / (1536 - 1025));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram .text-btn {
    padding: calc(12px + (18 - 12) * (100vw - 1025px) / (1536 - 1025)) calc(6px + (24 - 6) * (100vw - 1025px) / (1536 - 1025));
    gap: calc(6px + (12 - 6) * (100vw - 1025px) / (1536 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .quiz-section-test-free {
    border-radius: calc(16px + (20 - 16) * (100vw - 200px) / (393 - 200));
    margin-top: calc(8px + (12 - 8) * (100vw - 200px) / (393 - 200));
    padding: calc(24px + (32 - 24) * (100vw - 200px) / (393 - 200)) calc(16px + (20 - 16) * (100vw - 200px) / (393 - 200)) calc(18px + (24 - 18) * (100vw - 200px) / (393 - 200)) calc(16px + (20 - 16) * (100vw - 200px) / (393 - 200));
    gap: calc(14px + (20 - 14) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .head_section .title_section {
    text-align: left;
    font-size: calc(26px + (32 - 26) * (100vw - 200px) / (393 - 200));
    line-height: calc(26px + (32 - 26) * (100vw - 200px) / (393 - 200));
    letter-spacing: -0.96px;
  }
  .quiz-section-test-free .head_section .title_section .badge {
    display: none;
  }
  .quiz-section-test-free .head_section .subtitle_section {
    text-align: left;
    font-size: calc(14px + (16 - 14) * (100vw - 200px) / (393 - 200));
    line-height: calc(20px + (22 - 20) * (100vw - 200px) / (393 - 200)); /* 137.5% */
    letter-spacing: -0.32px;
  }
  .quiz-section-test-free .row-cards {
    margin-top: calc(2px + (4 - 2) * (100vw - 200px) / (393 - 200));
    overflow-x: scroll;
    width: calc(100% + calc(20px + (28 - 20) * (100vw - 200px) / (393 - 200)));
    padding-right: calc(20px + (28 - 20) * (100vw - 200px) / (393 - 200));
    margin-right: calc(-1 * calc(20px + (28 - 20) * (100vw - 200px) / (393 - 200)));
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: calc(6px + (8 - 6) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.img-card .picture_image_card {
    width: 87%;
  }
  .quiz-section-test-free .col-card {
    min-width: 76vw;
  }
  .quiz-section-test-free .head_section {
    align-items: flex-start;
    width: 100%;
  }
  .quiz-section-test-free .col-card.img-card {
    border-radius: calc(10px + (12 - 10) * (100vw - 200px) / (393 - 200));
    padding: calc(18px + (24 - 18) * (100vw - 200px) / (393 - 200)) calc(18px + (24 - 18) * (100vw - 200px) / (393 - 200)) calc(20px + (28 - 20) * (100vw - 200px) / (393 - 200)) calc(18px + (24 - 18) * (100vw - 200px) / (393 - 200));
    gap: calc(18px + (24 - 18) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.img-card .footer_card .title_card {
    font-size: calc(18px + (22 - 18) * (100vw - 200px) / (393 - 200));
    line-height: calc(20px + (24 - 20) * (100vw - 200px) / (393 - 200));
    letter-spacing: -0.66px;
  }
  .quiz-section-test-free .col-card.img-card .footer_card .text_card {
    font-size: calc(14px + (16 - 14) * (100vw - 200px) / (393 - 200));
    line-height: calc(18px + (21 - 18) * (100vw - 200px) / (393 - 200));
    letter-spacing: -0.32px;
  }
  .quiz-section-test-free .col-card.img-card .footer_card {
    gap: calc(10px + (12 - 10) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card {
    width: 100%;
    border-radius: calc(10px + (12 - 10) * (100vw - 200px) / (393 - 200));
    padding: calc(12px + (16 - 12) * (100vw - 200px) / (393 - 200)) calc(12px + (16 - 12) * (100vw - 200px) / (393 - 200)) calc(18px + (24 - 18) * (100vw - 200px) / (393 - 200)) calc(12px + (16 - 12) * (100vw - 200px) / (393 - 200));
    gap: calc(12px + (16 - 12) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card .wrap-video .item-video {
    border-radius: calc(6px + (8 - 6) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card .wrap-video .newsletter-img {
    width: 90%;
    margin-top: calc(-3px + (-5 - -3) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .title_card {
    font-size: calc(18px + (22 - 18) * (100vw - 200px) / (393 - 200));
    line-height: calc(20px + (24 - 20) * (100vw - 200px) / (393 - 200));
    letter-spacing: -0.66px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text {
    gap: calc(8px + (10 - 8) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card .footer-card {
    gap: calc(14px + (20 - 14) * (100vw - 200px) / (393 - 200));
    padding: 0 calc(6px + (8 - 6) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram .text-btn {
    padding: calc(12px + (16 - 12) * (100vw - 200px) / (393 - 200)) 24px;
    gap: calc(10px + (12 - 10) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .wrap-text .text_card {
    font-size: calc(14px + (16 - 14) * (100vw - 200px) / (393 - 200));
    line-height: calc(18px + (21 - 18) * (100vw - 200px) / (393 - 200));
    letter-spacing: -0.32px;
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram {
    font-size: calc(14px + (16 - 14) * (100vw - 200px) / (393 - 200));
    line-height: calc(20px + (22 - 20) * (100vw - 200px) / (393 - 200));
    letter-spacing: -0.32px;
    border-radius: calc(6px + (8 - 6) * (100vw - 200px) / (393 - 200));
  }
  .quiz-section-test-free .col-card.video-card .footer-card .link_telegram:active:before {
    opacity: 1;
  }
}

/*# sourceMappingURL=quiz-section-test-free.css.map */
