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

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

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

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

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

.main_top_section {
  width: 100%;
  position: relative;
  padding-bottom: 38px;
}
.main_top_section .back {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}
.main_top_section .container {
  position: relative;
  z-index: 2;
  max-width: 1230px;
}
.main_top_section .inside {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.main_top_section .inside .left_cont {
  width: 100%;
  max-width: 694px;
  position: relative;
  z-index: 2;
  padding-bottom: 104px;
}
.main_top_section .inside .left_cont .img{
  position: relative;
  z-index: 2;
  margin-left: -10px;
}
.main_top_section .inside .left_cont .title {
  width: 100%;
  color: #1C1C1C;
  margin-bottom: 20px;
  margin-top: -35px;
}
.main_top_section .inside .left_cont .title span {
  background: #B89EC6;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 2px;
  padding-bottom: 0px;
}
.main_top_section .inside .left_cont .text {
  width: 100%;
  max-width: 639px;
  color: #000;
  font-size: 30px;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main_top_section .inside .right_cont {
  width: calc(100% - 694px);
  position: relative;
  z-index: 1;
}
.main_top_section .inside .right_cont .img {
  position: absolute;
  top: 50%;
  right: 40px;
  transform:  translateY(-50%);
  width: 598px;
}
.main_top_section .bottom_cont {
  position: relative;
  z-index: 2;
  width: 100%;
  background: url("../img/img2.png") top center no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 27px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
}
.main_top_section .bottom_cont .title {
  width: 100%;
  max-width: 580px;
  color: #1C1C1C;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.main_top_section .bottom_cont ol {
  width: 100%;
  margin: 30px 0;
  max-width: 660px;
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 25px;
}
.main_top_section .bottom_cont ol li {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.main_top_section .bottom_cont ol li strong {
  font-weight: 700;
}

.phiolet_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1C1C1C;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 16px 53px;
  border-radius: 10px;
  background: #FFC900;
  box-shadow: 4px 4px 0px 0px #1C1C1C;
}

.our_contacts_cities {
  width: 100%;
  border-radius: 60px;
  background: #B89EC6;
  padding-top: 62px;
  padding-bottom: 86px;
  position: relative;
  z-index: 2;
  display: none;
}

.our_contacts_cities.d-flex{
  display: flex;
}

.our_contacts_cities .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
}
.our_contacts_cities .left_cont {
  width: 100%;
  max-width: 543px;
}
.our_contacts_cities .left_cont iframe {
  width: 100%;
  height: 499px;
}
.our_contacts_cities .right_cont {
  width: 100%;
  max-width: 464px;
  margin-right: 57px;
}
.our_contacts_cities .right_cont .title {
  width: 100%;
  color: #1C1C1C;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.our_contacts_cities .right_cont .title .city_item {
  text-decoration: underline;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.our_contacts_cities .right_cont .title .city_item img {
  margin-left: 3px;
}
.our_contacts_cities .right_cont .address_title {
  width: 100%;
  color: #1C1C1C;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.our_contacts_cities .right_cont ul {
  width: 100%;
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}
.our_contacts_cities .right_cont ul li {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
}
.our_contacts_cities .right_cont .call_block {
  width: 100%;
  margin-top: 29px;
}
.our_contacts_cities .right_cont .call_block p {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.4px;
}
.our_contacts_cities .right_cont .call_block a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-size: 18.587px;
  line-height: 120%;
  letter-spacing: 0.372px;
}
.our_contacts_cities .right_cont .call_block a img {
  margin-right: 14px;
}

.content_text_section {
  width: 100%;
  margin-bottom: 30px;
}
.content_text_section.content_text_section_last .inside {
  padding-bottom: 18px;
}
.content_text_section .container {
  max-width: 1230px;
}
.content_text_section .inside {
  width: 100%;
  border-radius: 30px;
  background: #FFF;
  padding: 50px 60px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_text_section .inside .text_cont {
  width: 100%;
  max-width: 455px;
}
.content_text_section .inside .text_cont .title {
  width: 100%;
  margin-bottom: 30px;
}
.content_text_section .inside .text_cont .title span {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  background: #FFC900;
}
.content_text_section .inside .text_cont .text {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.content_text_section .inside .text_cont .text strong {
  font-weight: 700;
}
.content_text_section .inside .img {
  width: 100%;
  max-width: 560px;
}
.content_text_section .inside .img img {
  width: 100%;
  border-radius: 30px;
}
.content_text_section .inside .img p {
  width: 100%;
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.75px;
}

.most_effective {
  width: 100%;
  padding-top: 81px;
  padding-bottom: 80px;
}
.most_effective .container {
  max-width: 1230px;
}
.most_effective .title {
  width: 100%;
  margin-bottom: 30px;
}
.most_effective .title span {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  background: #B89EC6;
}
.most_effective .text {
  width: 100%;
  color: #FFF;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.most_effective .text strong {
  font-weight: 700;
}

header{
  position: relative;
  z-index: 3;
}
main{
  position: relative;
  z-index: 1;
}

header .left_side .nav .nav_li .nav_link{
  color: #000;
}

.courses_packages h2{
  margin-bottom: 61px;
}

.courses_packages .content .left_cont{
  background: #F8E9DE;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.courses_packages .content h3{
  color: #000;
}

.courses_packages .content .category_block .category_title{
  color: #000;
  margin-bottom: 10px;
}

.courses_packages .content .category_block .category_packages_list li a{
  background: #1C1C1C;
  color: #fff;
}

.courses_packages .content .category_block .category_packages_list li a.active{
  color: #1C1C1C;
  font-weight: 700;
}

.courses_packages .content .right_cont{
  background: #B89EC6;
}

.courses_packages .content .right_cont h3{
  color: #1C1C1C;
}

.container{
  max-width: 1230px;
}

.history_section_wrap .left_cont .slider_wrap .slider_top .inside figure{
  background: #fff;
}

.history_section_wrap .left_cont .slider_wrap .slider_top .inside p{
  color: #000000;
}

.history_section_wrap .title span{
  background: #FFEEE3;
  color: #1C1C1C;
}

.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide .inside p{
  color: #FFEEE3;
}

.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide .inside .circle{
  background: #FFEEE3;
}

.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide.slick-current .inside .circle{
  background: #1C1C1C;
}

.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide.slick-current::before{
  background: url('../img/img22.svg') top center no-repeat;
  background-size: contain;
}

.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide.slick-current .inside p{
  color: #1C1C1C;
}

.history_section_wrap .left_cont{
  background-image: none;
  background: #B89EC6;
}

.history_section_wrap .right_cont,.why_so_effective_studing .wrap_bottom .right_cont h3 span{
  background: #FFC900;
}

h3 span,.why_so_effective_studing .wrap_bottom .right_cont h3 span{
  background: #B89EC6;
}

.methodic_section{
  border-radius: 60px;
  background: #B89EC6;
}


.why_so_effective_studing .wrap_bottom .left_cont{
  max-width: 615px;
}

.gallery_wrap{
  margin-top: 10px;
}

.faq_section .h1 span{
  background: #FFC900;
  color: #000;
}

.faq_section{
  padding-top: 60px;
  padding-bottom: 80px;
}

.faq_section .faq_item .top .name,.faq_section .faq_item .text{
  color: #fff;
}

.faq_section .faq_item{
  color: #000;
  background: #fff;
}

.faq_section .faq_item .text{
  color: #000;
}

.faq_section .faq_item .top .open_btn_faq{
  background: #B89EC6;
}

.select2-container{
  
}

.select2-container--default .select2-selection--single{
  background: none;
  border: none;
  height: 20px;
  min-width: 0; /* або 0 */
  width: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0;
  padding-right: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 20px;
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

header .right_side{
  width: auto;
  max-width: none;
}

header .left_side{
  width: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 20px;
  top: 0;
  width: 12px;
}


.our_contacts_cities .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 36px;
  line-height: 100%;
  color: #1C1C1C;
  text-decoration: underline;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.our_contacts_cities .select2-container--default .select2-selection--single{
  height: 36px;
}

.select2-results__option{
  padding: 15px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #000000;
  border-bottom: 1px solid #000000;
}

.select2-container--default .select2-results>.select2-results__options{
  background: #FFFFFF;
}

.our_contacts_cities .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}

.history_section_wrap .right_cont{
  background: #B89EC6;
}

.review_school,.faq_section .h1 span,.content_text_section .inside .text_cont .title span{
  background: #B89EC6;
}

.most_effective .text{
  color: #000;
}

.most_effective ul li{
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
}

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

.faq_section .faq_item .top .name{
  color: #000;
}