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: 1230px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

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

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

.main_new_section {
  width: 100%;
}
.main_new_section .inside {
  width: 100%;
  background: url("../img/img1.png") top center no-repeat;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_new_section .inside .label {
  z-index: 2;
  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;
  width: 102px;
  height: 30px;
  border-radius: 20px;
  background: #1C1C1C;
}
.main_new_section .inside h1 {
  width: 100%;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 60px;
  line-height: 110%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 330px;
}
.main_new_section .inside h1 span {
  font-weight: 700;
}

.history_section_wrap {
  width: 100%;
  margin-top: 17px;
}
.history_section_wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.history_section_wrap .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}
.history_section_wrap .title span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 0 10px;
  background: #FFC900;
  padding-top: 5px;
}
.history_section_wrap .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFC900;
  position: relative;
  z-index: 2;
}
.history_section_wrap .left_cont {
  width: 100%;
  max-width: 680px;
  position: relative;
  border-radius: 30px;
  background-color: #1C1C1C;
  background-image: url("/theme/about/img/img5.svg");
  background-repeat: no-repeat;
  padding: 44px 32px 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history_section_wrap .left_cont .slider_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.history_section_wrap .left_cont .slider_wrap .slider_top {
  width: 100%;
  margin-bottom: 21px;
}
.history_section_wrap .left_cont .slider_wrap .slider_top .inside {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history_section_wrap .left_cont .slider_wrap .slider_top .inside img {
  width: 99px;
}
.history_section_wrap .left_cont .slider_wrap .slider_top .inside figure{
  width: 150px;
  height: 150px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background:#FFC900;
  margin-bottom: 20px;
}
.history_section_wrap .left_cont .slider_wrap .slider_top .inside p {
  width: 100%;
  max-width: 398px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .img_lined {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider {
  width: calc(100% - 120px);
  position: relative;
  z-index: 2;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide {
  margin: 0 50px;
  margin-top: -12px;
  padding-top: 25px;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide.slick-current {
  position: relative;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide.slick-current::before {
  content: "";
  background: url("/theme/about/img/img7.svg") top center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  top: 5px;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide.slick-current .inside .circle {
  background: #FFC900;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide.slick-current .inside p {
  color: #FFC900;
  text-decoration: underline;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide .inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide .inside .circle {
  width: 35px;
  height: 35px;
  background: #B89EC6;
  border-radius: 50%;
  margin-bottom: 6px;
}
.history_section_wrap .left_cont .slider_wrap .slider_bottom .slider .slide .inside p {
  text-align: center;
  color: #FFF;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.history_section_wrap .right_cont {
  width: 100%;
  max-width: 476px;
  border-radius: 30px;
  background: #1C1C1C;
  padding: 44px 32px 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history_section_wrap .right_cont .title {
  margin-bottom: 38px;
}
.history_section_wrap .right_cont .slider_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history_section_wrap .right_cont .slider_wrap .slider {
  margin: 20px 0;
  width: 100%;
  max-width: 375px;
}
.history_section_wrap .right_cont .slider_wrap .slider .slide img {
  width: 100%;
}

.map_section {
  width: 100%;
  padding-top: 61px;
  padding-bottom: 34px;
}
.map_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map_section .img {
  width: 100%;
  max-width: 1077px;
}
.map_section h3 {
  margin-bottom: 37px;
}

h3 {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
h3 span {
  background: #FFC900;
  padding: 2px 5px;
}

.methodic_section {
  width: 100%;
  background: #FFC900;
  padding: 26px 0 30px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.methodic_section .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.methodic_section h3 {
  text-align: center;
  margin-bottom: 10px;
}
.methodic_section .container {
  position: relative;
  z-index: 2;
}
.methodic_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.methodic_section .wrap .left_cont {
  width: 100%;
  max-width: 538px;
}
.methodic_section .wrap .left_cont .img {
  max-width: 100%;
}
.methodic_section .wrap .left_cont p {
  width: 100%;
  color: #1C1C1C;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.75px;
  margin-top: -40px;
  padding-left: 40px;
}
.methodic_section .wrap .right_cont {
  width: calc(100% - 538px);
  padding-left: 58px;
}
.methodic_section .wrap .right_cont .text {
  width: 100%;
  color: #1C1C1C;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}
.methodic_section .wrap .right_cont .text strong {
  font-weight: 700;
}
.methodic_section .wrap .right_cont .bold {
  width: 100%;
  color: #1C1C1C;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.75px;
  font-weight: 700;
}
.methodic_section .wrap .right_cont ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.methodic_section .wrap .right_cont ul li {
  width: 100%;
  color: #1C1C1C;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.75px;
}

.black_btn {
  width: 100%;
  max-width: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #1C1C1C;
  color: #FFF;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 12px 20px;
}

.why_so_effective_studing {
  width: 100%;
  padding-top: 42px;
  margin-bottom: 30px;
}
.why_so_effective_studing h3 {
  margin-bottom: 33px;
}
.why_so_effective_studing .wrap_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.why_so_effective_studing .wrap_top .column:first-child {
  width: 51%;
}
.why_so_effective_studing .wrap_top .column:last-child {
  width: 47%;
}
.why_so_effective_studing .wrap_top .column img {
  width: 100%;
}
.why_so_effective_studing .wrap_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.why_so_effective_studing .wrap_bottom .left_cont {
  width: 100%;
  max-width: 682px;
}
.why_so_effective_studing .wrap_bottom .left_cont img {
  width: 100%;
}
.why_so_effective_studing .wrap_bottom .right_cont {
  width: 100%;
  max-width: 493px;
  padding-bottom: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why_so_effective_studing .wrap_bottom .right_cont h3 {
  margin-bottom: 25px;
  text-align: center;
}
.why_so_effective_studing .wrap_bottom .right_cont h3 span {
  background: #B89EC6;
}
.why_so_effective_studing .wrap_bottom .right_cont ul {
  width: 100%;
  list-style-type: disc;
  margin-bottom: 27px;
}
.why_so_effective_studing .wrap_bottom .right_cont ul li {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.why_so_effective_studing .wrap_bottom .right_cont ul li strong {
  font-weight: 700;
}
.why_so_effective_studing .wrap_bottom .right_cont ul li:last-child {
  margin-bottom: 0;
}

.review_school {
  width: 100%;
  background: #FFC900;
  padding: 28px 0 42px;
  margin-top: -20px;
  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;
  padding-bottom: 37px;
}
.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;
}

.free_test {
  width: 100%;
  position: relative;
  z-index: 2;
}
.free_test .inside {
  width: 100%;
  border-radius: 30px;
  background: #FFC900;
  overflow: hidden;
  padding: 28px 44px 47px;
  position: relative;
}
.free_test .inside .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.free_test .inside .content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.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: 22px;
}
.free_test .inside .modal_link{
  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 30px;
  border-radius: 10px;
  background: #B89EC6;
  box-shadow: 4px 4px 0px 0px #1C1C1C;
}
.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;
}

.vinnytsia_main{
  width: 100%;
  position: relative;
}

.vinnytsia_main .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.vinnytsia_main .left_cont{
  width: 100%;
  max-width: 644px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vinnytsia_main .left_cont h1 span{
  background: #FFC900;
  color: #1C1C1C;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vinnytsia_main .left_cont h1{
  margin-bottom: 25px;
}

.vinnytsia_main .left_cont h2{
  width: 100%;
  color: #1C1C1C;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%; 
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: left;
}

.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 42px;
  border-radius: 10px;
  background: #B89EC6;
  box-shadow: 4px 4px 0px 0px #1C1C1C;
}

.vinnytsia_main .right_cont{
  width: calc(100% - 644px);
}

.vinnytsia_main .right_cont .img{
  max-width: 100%;
}

.courses_packages{
  width: 100%;
  padding-top: 80px;
  margin-bottom: 47px;
  position: relative;
  z-index: 2;
}

h2{
  width: 100%;
  color: #1C1C1C;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.courses_packages h2{
  text-align: center;
  margin-bottom: 51px;
}

.courses_packages .top_packages{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.courses_packages .top_packages li{
  margin: 0 15px;
}

.courses_packages .top_packages li a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: 0.36px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 9px 14px;
}

.courses_packages .top_packages li a.active{
  background: #FFC900;
}

.courses_packages .content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.courses_packages .content .left_cont{
  width: 40%;
  border-radius: 30px;
  /* background: #F2F1F1;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25); */
  padding: 23px 23px 33px;
}

.courses_packages .content h3{
  text-align: left;
  margin-bottom: 33px;
}

.courses_packages .content .left_cont .category_block{
  width: 100%;
  margin-bottom: 21px;
}

.courses_packages .content .category_block .category_title{
  width: 100%;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.courses_packages .content .category_block .category_packages_list{
  width: 100%;
}

.courses_packages .content .category_block .category_packages_list li{
  width: 100%;
  margin-bottom: 10px;
}

.courses_packages .content .category_block .category_packages_list li:last-child{
  margin-bottom: 0;
}

.courses_packages .content .category_block .category_packages_list li a{
  display: inline-flex;
  color: #1C1C1C;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 13px;
  border-radius: 10px;
  background: #F2F1F1;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.kikich{
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}
.courses_packages .content .category_block .category_packages_list li a.active{
  background: #FFC900;
}

.courses_packages .content .category_block .category_packages_list li a.active{
  background: #FFC900;
}

.courses_packages .content .left_cont .category_block:last-child{
  margin-bottom: 0;
}
footer .top_area_footer .right_cont .phiolet_btn{
  white-space: nowrap;
}
.courses_packages .content .right_cont{
  width: 57%;
  border-radius: 30px;
  background: #FFC900;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 22px;
}

.courses_packages .content .right_cont .tab{
  width: 100%;
  display: none;
}

.courses_packages .content .right_cont .tab.active{
  display: block;
}

.courses_packages .content .right_cont h3{
  text-align: left;
  margin-bottom: 24px;
}

.courses_packages .content .right_cont .description{
  width: 100%;
}

.courses_packages .content .right_cont .description p{
  width: 100%;
  color: #1C1C1C;
  font-size: 18px;
  line-height: 120%; 
  letter-spacing: 0.9px;
  margin-bottom: 18px;
}

.courses_packages .content .right_cont .description ul{
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.courses_packages .content .right_cont .description ul li{
  width: 48%;
  color: #1C1C1C;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin-bottom: 5px;
}

.courses_packages .content .right_cont .description ul li b,.courses_packages .content .right_cont .description ul li strong{
  font-weight: 700;
}

.courses_packages .bottom_prices{
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.courses_packages .bottom_prices .price_cont{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.courses_packages .bottom_prices .price_cont .title{
  color: #000;
  font-size: 36px;
  line-height: 100%; 
  letter-spacing: 1.8px;
}

.courses_packages .bottom_prices .price_cont .month_price{
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.8px;
}

.courses_packages .bottom_prices .price_cont .hour_price{
  color: #000;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.9px;
}

.contacts_section{
  width: 100%;
  background: #FFC900;
  padding-top: 46px;
  padding-bottom: 42px;
}

.contacts_section h2{
  text-align: center;
  margin-bottom: 25px;
}

.contacts_section .wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacts_section .wrap .left_cont{
  width: 100%;
  max-width: 516px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts_section .wrap .left_cont .title{
  width: 100%;
  color: #1C1C1C;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.contacts_section .wrap .left_cont .wrap_adress{
  width: 100%;
  background: #FFF;
  padding: 8px 13px;
  margin-bottom: 25px;
}

.contacts_section .wrap .left_cont .wrap_adress .text{
  width: 100%;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.25px;
  margin-bottom: 11px;
}

.contacts_section .wrap .left_cont .wrap_adress .info{
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
}

.contacts_section .wrap .left_cont .title_other{
  width: 100%;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: 1.25px;
}

.contacts_section .wrap .left_cont .list{
  width: 100%;
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}

.contacts_section .wrap .left_cont .list li{
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
}

.contacts_section .wrap .left_cont .phiolet_btn{
  margin-bottom: 30px;
}

.contacts_section .wrap .left_cont .call_block{
  width: 100%;
}

.contacts_section .wrap .left_cont .call_block p{
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.4px;
}

.contacts_section .wrap .left_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;
}

.contacts_section .wrap .left_cont .call_block a img{
  margin-right: 14px;
}

.contacts_section .wrap .right_cont{
  width: 100%;
  max-width: 543px;
}

.contacts_section .wrap .right_cont #map{
  width: 100%;
  height: 499px;
}



.fixed_wrap{
  position: fixed;
  z-index: 99999999999;
  bottom: 60px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 250px;
}

.fixed_wrap .btn{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  background: #FFC900;
  box-shadow: 3.728px 3.728px 0px 0px #1C1C1C;
  padding: 10px 12px 10px 16px;
  color: #1C1C1C;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
  width: 100%;
}

.fixed_wrap img{
  margin-right: 3px;
}

.fixed_wrap .btn:last-child{
  margin-bottom: 0;
}

.vinnytsia_btn{
  width: 100%;
  display: inline-flex;
  position: relative;
  z-index: 5;
}

.vinnytsia_btn img{
  max-width: 100%;
}

.vinnytsia_btn .mob_img{
  display: none;
}

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

.courses_packages .content .tab{
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}

.courses_packages .content .tab.active{
  display: flex;
}

.courses_packages .content .right_cont .tab_course{
  width: 100%;
  display: none;
}

.courses_packages .content .right_cont .tab_course.active{
  display: block;
}

/* .courses_packages .content .tab:first-child .right_cont  .tab_course:first-child{
  display: block;
} */

#new_modal.active{
  display: block !important;
}
#new_modal{
  background: #fff;
}
#new_modal p{
  text-align: center;
}
#new_modal form{
  margin-top: 20px;
}
label.error{
  display: none !important;
}
input.error{
  border: 1px solid red !important;
}
.iti{
  width: 100% !important;
}
.back_img{
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}

header{
  position: relative;
  z-index: 4;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: none;
  background: url('../img/img25.svg') top center no-repeat;
  background-size: contain;
  width: 12.206px;
  height: 8.041px;
  margin: 0;
  top: 62%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

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

.select2-container--default .select2-selection--single{
  background: none;
  border: none;
}

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

header .left_side{
  width: auto;
}

header .left_side .nav{
  padding-top: 0;
}


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

.our_contacts_cities .select2-container--default .select2-selection--single .select2-selection__arrow{
  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;
}


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

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


.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: #F9F9F9;
  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: #000;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.most_effective .text strong {
  font-weight: 700;
  font-size: 25px;
}

.most_effective .text ul{
  list-style-type: disc;
  padding-left: 20px;
}

header .select_wrap_new{
  position: relative;
}

header .select_wrap_new .anim_img{
  position: absolute;
  width: 231px;
  top: 100%;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

header .select_wrap_new .anim_img.active{
  opacity: 1;
  visibility: visible;
}

.faq_section .faq_item .top{
  cursor: pointer;
}