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

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

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

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

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

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

.main_section {
  width: 100%;
  margin-top: 13px;
}
.main_section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main_section .left_cont {
  width: 100%;
  max-width: 277px;
  position: relative;
  z-index: 2;
}
.main_section .left_cont .block {
  width: 100%;
}
.main_section .left_cont .block img {
  max-width: 100%;
}
.main_section .left_cont .block:first-child {
  margin-bottom: 43px;
}
.main_section .left_cont .block:last-child {
  margin-left: 30px;
}
.main_section .center_cont {
  width: 100%;
  max-width: 600px;
  margin-top: 16px;
  position: relative;
}
.main_section .center_cont .img {
  max-width: 100%;
}
.main_section .center_cont .phiolet_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 31px;
}
.main_section .right_cont {
  width: 100%;
  max-width: 277px;
  position: relative;
  z-index: 2;
}
.main_section .right_cont .block {
  width: 100%;
}
.main_section .right_cont .block img {
  max-width: 100%;
}
.main_section .right_cont .block:first-child {
  margin-bottom: 43px;
}
.main_section .right_cont .block:last-child {
  margin-left: -30px;
}

.phiolet_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 16px;
  width: 100%;
  max-width: 235px;
  border-radius: 10px;
  background: #B89EC6;
  box-shadow: 2px 2px 0px 0px #1C1C1C;
}

.for_whom_methodic {
  width: 100%;
  padding-top: 51px;
}
.for_whom_methodic h2 {
  margin-bottom: 31px;
}
.for_whom_methodic .images_cont {
  width: 100%;
  border-radius: 25px;
  background: #FFEEE3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 24px 46px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.for_whom_methodic .images_cont figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.for_whom_methodic .images_cont figure img {
  width: 50px;
  margin-bottom: 12px;
}
.for_whom_methodic .images_cont figure p {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.4px;
}

h2 {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.72px;
}

.methodic_works {
  width: 100%;
  padding-top: 28px;
}
.methodic_works .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.methodic_works .left_cont {
  width: 100%;
  max-width: 477px;
  padding-top: 79px;
}
.methodic_works .left_cont h3 {
  margin-bottom: 30px;
}
.methodic_works .left_cont p {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.methodic_works .left_cont ul{
  width: 100%;
  margin-top: 20px;
}
.methodic_works .left_cont ul li{
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
  font-weight: bold;
}
.methodic_works .left_cont p:last-of-type {
  margin-bottom: 0;
}
.methodic_works .left_cont p strong {
  font-weight: 700;
}
.methodic_works .right_cont {
  width: 100%;
  max-width: 688px;
  position: relative;
  padding-top: 88px;
}
.methodic_works .right_cont .img {
  width: 100%;
  padding-right: 68px;
}
.methodic_works .right_cont .top_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 277px;
}

h3 {
  width: 100%;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
h3 span {
  background: #FFC900;
  display: inline;
}

.not_find_ideal_candidate {
  width: 100%;
  margin-top: 40px;
}
.not_find_ideal_candidate.not_find_ideal_candidate2 .left_cont {
  margin-top: 40px;
}
.not_find_ideal_candidate .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.not_find_ideal_candidate .left_cont {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin-top: 112px;
}
.not_find_ideal_candidate .left_cont .img_sec {
  position: absolute;
  top: -85px;
  right: -68px;
  width: 277px;
}
.not_find_ideal_candidate .left_cont .img {
  width: 100%;
  margin-bottom: 10px;
}
.not_find_ideal_candidate .left_cont p {
  width: 100%;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.75px;
}
.not_find_ideal_candidate .right_cont {
  width: 100%;
  max-width: 477px;
}
.not_find_ideal_candidate .right_cont h3 {
  margin-bottom: 30px;
}
.not_find_ideal_candidate .right_cont p {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.not_find_ideal_candidate .right_cont p strong {
  font-weight: 700;
}
.not_find_ideal_candidate .right_cont ol, .not_find_ideal_candidate .right_cont ul {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
  list-style: decimal;
}
.not_find_ideal_candidate .right_cont ol li, .not_find_ideal_candidate .right_cont ul li {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.not_find_ideal_candidate .right_cont ol li:last-of-type, .not_find_ideal_candidate .right_cont ul li:last-of-type {
  margin-bottom: 0;
}
.not_find_ideal_candidate .right_cont ol li strong, .not_find_ideal_candidate .right_cont ul li strong {
  font-weight: 700;
}
.not_find_ideal_candidate .right_cont ul {
  list-style-type: disc;
}

.about_methodic {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.about_methodic h3 {
  margin-bottom: 30px;
}
.about_methodic h3 span {
  background: #B89EC6;
}
.about_methodic p {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.about_methodic .title {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.36px;
}
.about_methodic ol {
  width: 100%;
  padding-left: 20px;
  list-style: decimal;
  margin-bottom: 20px;
}
.about_methodic ol li,.about_methodic ul li {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
}

.about_methodic ul{
  width: 100%;
  margin-bottom: 20px;
}


.review_school {
  width: 100%;
  background: #FFC900;
  padding: 28px 0 42px;
  position: relative;
  z-index: 2;
}
.review_school h3 {
  text-align: center;
  margin-bottom: 51px;
}
.review_school .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_school .wrap .left_cont {
  width: 100%;
  max-width: 570px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_school .wrap .left_cont .slider {
  width: 100%;
  max-width: 399px;
}
.review_school .wrap .left_cont .slider .slide img {
  max-width: 100%;
}
.review_school .wrap .left_cont .slider .slide iframe {
  max-width: 100%;
}
.review_school .wrap .left_cont .slider .arrow {
  display: inline-flex;
}
.review_school .wrap .right_cont {
  width: 100%;
  max-width: 400px;
}
.review_school .wrap .right_cont p {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
}
.review_school .wrap .right_cont .item {
  width: 100%;
  margin-bottom: 11px;
}
.review_school .wrap .right_cont .item img {
  width: 100%;
}
.review_school .wrap .right_cont .item:last-child {
  margin-bottom: 0;
}


.gallery_wrap {
  width: 100%;
  padding-top: 0;
}
.gallery_wrap .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery_wrap h3 {
  text-align: center;
  margin-bottom: 30px;
}
.gallery_wrap .slider_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 870px;
}
.gallery_wrap .slider_wrap .arrow {
  display: inline-flex;
}
.gallery_wrap .slider_wrap .slider {
  width: 100%;
  max-width: 660px;
}
.gallery_wrap .slider_wrap .slider .slide img, .gallery_wrap .slider_wrap .slider .slide iframe {
  max-width: 100%;
  margin-bottom: 0 !important;
}

.faq_section .h1{
  text-align: center;
}


.free_test {
  width: 100%;
  padding-top: 80px;
}
.free_test .inside {
  width: 100%;
  border-radius: 30px;
  background: #B89EC6;
  overflow: hidden;
  padding: 28px 44px 58px;
  position: relative;
}
.free_test .inside .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  object-fit: cover;
}
.free_test .inside .content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.free_test .inside .content .title {
  width: 100%;
  max-width: 550px;
  color: #1C1C1C;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.free_test .inside .content .text {
  width: 100%;
  max-width: 558px;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.yellow_btn_own_new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1C1C1C;
  text-align: center;
  font-size: 16.778px;
  line-height: 120%;
  letter-spacing: 0.336px;
  text-transform: uppercase;
  padding: 21px 35px;
  background: #FFC900;
  box-shadow: 3.728px 3.728px 0px 0px #1C1C1C;
}