.star_img{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
}

.intro_main_section{
  width: 100%;
}

.intro_main_section .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro_main_section .left_cont{
  width: 100%;
  max-width: 512px;
}

.intro_main_section .left_cont h2{
  width: 100%;
  color: #1C1C1C;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.intro_main_section .left_cont h2 span{
  padding: 3px;
  background: #FFC900;
}

.intro_main_section .left_cont .text{
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
}

.intro_main_section .img{
  width: 100%;
  max-width: 517px;
}

main,header{
  position: relative;
  z-index: 2;
}

header{
  z-index: 3;
}

.free_test_section {
  width: 100%;
  margin-top: 60px;
}
.free_test_section .inside {
  width: 100%;
  border-radius: 30px;
  background: #FFC900;
  padding: 36px 35px 28px;
  position: relative;
  overflow: hidden;
}
.free_test_section .inside .left_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.free_test_section .inside .left_cont .title {
  width: 100%;
  max-width: 523px;
  color: #1C1C1C;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.free_test_section .inside .left_cont .phiolet_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1C1C1C;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 10px;
  background: #AE8BC6;
  box-shadow: 3.728px 3.728px 0 0 #1C1C1C;
}
.free_test_section .inside .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
}

.diff_blocks_links h2{
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.b-smart-line{
  display: none !important;
}


.other_tests {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 60px;
}
.other_tests h2 {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.other_tests .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other_tests .wrap .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #1C1C1C;
  border-radius: 50%;
}
.other_tests .slider {
  width: calc(100% - 120px - 86px + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
.other_tests .slider .slick-slide {
  margin: 0 16px;
}
.other_tests .slider .slide {
  width: 100%;
}
.other_tests .slider .slide .inside {
  width: 100%;
  border-radius: 30px;
  background: #B89EC6;
  padding: 20px 30px;
}
.other_tests .slider .slide .inside .title {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.other_tests .slider .slide .inside .text {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 25px;
}
.other_tests .slider .slide .inside .yellow_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #1C1C1C;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 10px;
  background: #FFC900;
  box-shadow: 3.728px 3.728px 0 0 #1C1C1C;
}

.news_section h2{
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}


.bottom_section {
  width: 100%;
  padding-bottom: 40px;
  margin-top: 64px;
}
.bottom_section h2 {
  width: 100%;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 33px;
  text-align: left;
}
.bottom_section h2 span {
  padding: 3px;
  background: #B89EC6;
}
.bottom_section .text {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.32px;
}

.bottom_section .text p{
  width: 100%;
  margin-bottom: 15px;
}

.bottom_section .text h4{
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.5px;
  width: 100%;
}

.bottom_section .text ul{
  width: 100%;
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}

.bottom_section .text p{
  margin-bottom: 20px;
}

.breadcrumbs_sec {
  width: 100%;
  margin-top: 23px;
}
.breadcrumbs_sec .inside {
  width: 100%;
  border-radius: 30px;
  background: #FFC900;
  padding: 24px;
}
.breadcrumbs_sec .inside ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs_sec .inside ul li {
  position: relative;
  margin-right: 25px;
  color: #000;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: underline;
}
.breadcrumbs_sec .inside ul li::before {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  color: #000;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0.4px;
}
.breadcrumbs_sec .inside ul li a {
  color: #000;
}
.breadcrumbs_sec .inside ul li:last-child {
  font-weight: 700;
  margin-right: 0;
}
.breadcrumbs_sec .inside ul li:last-child::before {
  display: none;
}

/* === Intro Downloads Section === */
.intro_downloads_section {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 10px;
}
.intro_downloads_section h2 {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.intro_downloads_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro_downloads_section .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #1C1C1C;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.intro_downloads_section .arrow:hover {
  opacity: 0.7;
}
.intro_downloads_section .slider {
  width: calc(100% - 120px - 86px + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
.intro_downloads_section .slider .slick-slide {
  margin: 0 16px;
}
.intro_downloads_section .slide {
  width: 100%;
}
.intro_downloads_section .slide .inside {
  width: 100%;
  border-radius: 30px;
  background: #B89EC6;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 240px;
}
.intro_downloads_section .slide .inside .title {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.intro_downloads_section .slide .inside .text {
  width: 100%;
  color: #1C1C1C;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 24px;
  flex: 1;
}
.intro_downloads_section .slide .inside .download_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #1C1C1C;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 14px;
  border-radius: 10px;
  background: #FFC900;
  box-shadow: 3.728px 3.728px 0 0 #1C1C1C;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
  text-decoration: none;
}
.intro_downloads_section .slide .inside .download_btn:hover {
  opacity: 0.85;
}