html {
  font-family: "Vinnytsia Sans", sans-serif;
  font-weight: 400;
}

button, textarea {
  font-family: "Vinnytsia Sans", sans-serif;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

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

.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;
}

.about_section {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 60px;
}
.about_section .inside {
  width: 100%;
  padding: 25px 20px 50px;
  position: relative;
  border-radius: 30px;
  background: #FFC900;
  overflow: hidden;
}
.about_section .inside .left_cont {
  width: 100%;
  max-width: 596px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about_section .inside .left_cont .category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 20px;
  background: #1C1C1C;
  margin-bottom: 20px;
}
.about_section .inside .left_cont h1 {
  width: 100%;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.about_section .inside .left_cont h2 {
  width: 100%;
  color: #000;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 555px;
  text-align: left;
}
.about_section .inside .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: 100%;
}
.about_section .inside .star {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
}

.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%;
}

.other_tests {
  width: 100%;
  padding-top: 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;
}

.bottom_section {
  width: 100%;
  padding-bottom: 40px;
}
.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;
}
.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;
}

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