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

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

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

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

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

.main_section {
  width: 100%;
  padding-top: 142px;
  padding-bottom: 175px;
  position: relative;
}
.main_section .img_bottom {
  position: absolute;
  bottom: 27px;
  width: 956px;
  left: 30%;
  z-index: 1;
}
.main_section .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1230px;
  position: relative;
  z-index: 2;
}
.main_section .left_cont {
  width: 100%;
  max-width: 582px;
  position: relative;
}
.main_section .left_cont .img_left {
  position: absolute;
  width: 222px;
  left: -225px;
  top: -84px;
}
.main_section .left_cont h1 {
  margin-bottom: 20px;
}
.main_section .left_cont .text {
  width: 100%;
  color: #000;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main_section .right_cont {
  width: calc(100% - 582px);
  position: relative;
}
.main_section .right_cont .img {
  position: absolute;
  width: 951px;
  height: 697px;
  top: -155px;
  right: -200px;
}

h1 {
  width: 100%;
  color: #1C1C1C;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.yellow_btn {
  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 26px;
  background: #FFC900;
  box-shadow: 3.728px 3.728px 0px 0px #1C1C1C;
  max-width: 260px;
}

.about_course {
  width: 100%;
  padding-top: 47px;
  padding-bottom: 102px;
  background: #fff;
}
.about_course .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_course .left_cont {
  width: 100%;
  max-width: 554px;
  margin-left: -100px;
}
.about_course .left_cont .img {
  max-width: 100%;
}
.about_course .right_cont {
  width: 100%;
  max-width: 517px;
  position: relative;
}
.about_course .right_cont p {
  width: 100%;
  color: #1C1C1C;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0.85px;
  margin-bottom: 20px;
}
.about_course .right_cont p strong {
  font-weight: 700;
}
.about_course .right_cont .img_right {
  position: absolute;
  top: -100px;
  right: -200px;
  width: 354px;
}

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

.roadmap_section {
  width: 100%;
  padding-top: 41px;
  padding-bottom: 30px;
}
.roadmap_section .container {
  max-width: 1230px;
}
.roadmap_section h2 {
  margin-bottom: 5px;
}
.roadmap_section .title {
  width: 100%;
  color: #1C1C1C;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1px;
}
.roadmap_section .roadmap_cont {
  width: 100%;
  position: relative;
}
.roadmap_section .roadmap_cont .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.roadmap_section .roadmap_cont .points {
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 2;
  width: 650px;
  height: 715px;
  transform: translateX(-50%) translateY(-50%);
}
.roadmap_section .roadmap_cont .points .btn {
  z-index: 3;
}
.roadmap_section .roadmap_cont .points .btn1 {
  position: absolute;
  top: 0;
  right: 0;
}
.roadmap_section .roadmap_cont .points .btn1 img {
  max-width: 135px;
}
.roadmap_section .roadmap_cont .points .btn2 {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translateX(-50%) translateY(-50%);
}
.roadmap_section .roadmap_cont .points .btn2 img {
  max-width: 165px;
}
.roadmap_section .roadmap_cont .points .btn3 {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.roadmap_section .roadmap_cont .points .btn3 img {
  max-width: 154px;
}

.modal_wrap {
  width: 100%;
  display: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.modal_wrap .modal_container {
  width: 100%;
}

.iti{
  width: 100%;
}

.modal_roadmap {
  max-width: 560px;
}
.modal_roadmap .modal_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal_roadmap .img {
  width: 100%;
  height: 162px;
  object-fit: cover;
}
.modal_roadmap .text_cont {
  width: 100%;
  padding: 40px 45px;
}
.modal_roadmap .text_cont .title {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 17px;
}
.modal_roadmap .text_cont .text {
  width: 100%;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 17px;
}
.modal_roadmap .text_cont b {
  font-weight: 700;
}
.modal_roadmap .text_cont ul {
  width: 100%;
  margin-top: 25px;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 25px;
}
.modal_roadmap .text_cont ul li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.55;
}
.modal_roadmap .yellow_btn_buy:first-of-type {
  margin-bottom: 10px;
}

.yellow_btn_buy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffc900;
  border-radius: 5px;
  color: #1c1c1c;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
}

.courses_section {
  width: 100%;
  padding-top: 52px;
}
.courses_section .container {
  position: relative;
}
.courses_section .img_left {
  position: absolute;
  top: -34px;
  left: -80px;
}
.courses_section .img_right {
  position: absolute;
  top: -34px;
  right: -80px;
}
.courses_section h2 {
  margin-bottom: 43px;
}
.courses_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.courses_section .wrap .course {
  width: calc(33.33% - 60px);
  border-radius: 20px;
  background: #FFC900;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
  padding: 10px 12px;
}
.courses_section .wrap .course:nth-child(2) {
  background: #000;
}
.courses_section .wrap .course:nth-child(2) .inside {
  border: 3px solid #FFC900;
}
.courses_section .wrap .course:nth-child(2) .inside .title, .courses_section .wrap .course:nth-child(2) .inside ul li {
  color: #FFC900;
}
.courses_section .wrap .course .inside {
  width: 100%;
  padding: 30px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 3px solid #1C1C1C;
}
.courses_section .wrap .course .inside .title {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.courses_section .wrap .course .inside ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
}
.courses_section .wrap .course .inside ul li {
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.75px;
  margin-bottom: 5px;
}
.courses_section .wrap .course .inside ul li strong {
  font-weight: 700;
}
.courses_section .wrap .course .inside ul li:last-child {
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration-line: underline;
  margin-top: 15px;
  min-height: 36px;
}
.courses_section .wrap .course .inside .fiolet_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1C1C1C;
  text-align: center;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  background: #B89EC6;
  box-shadow: 4px 4px 0px 0px #1C1C1C;
  width: 100%;
  max-width: 175px;
  height: 60px;
  margin-top: 20px;
}
.courses_section .wrap_bottom {
  width: 100%;
  padding-top: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 48px;
}
.courses_section .wrap_bottom .yellow_btn {
  margin: 0 15px;
  width: 100%;
  max-width: 310px;
  font-size: 13px;
}
.courses_section .wrap_bottom .img {
  position: absolute;
  right: 12px;
  top: -5px;
  width: 158px;
}

.why_we_section {
  width: 100%;
  padding-top: 36px;
  position: relative;
  padding-bottom: 27px;
  background: #fff;
}

.why_we_section .back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.why_we_section .container {
  position: relative;
  z-index: 2;
}

.why_we_section h2 {
  margin-bottom: 48px;
}

.why_we_section .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 53px;
}

.why_we_section .top_area .left_cont {
  width: 100%;
  max-width: 402px;
}

.why_we_section .top_area .left_cont img {
  max-width: 100%;
  margin-bottom: 11px;
}

.why_we_section .top_area .left_cont p {
  width: 100%;
  color: #1C1C1C;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.why_we_section .top_area .right_cont {
  width: calc(100% - 402px);
  padding-left: 23px;
}

.why_we_section .top_area .right_cont p {
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.75px;
}

.why_we_section .top_area .right_cont p:first-child {
  margin-bottom: 10px;
}

.why_we_section .top_area .right_cont p:last-child {
  font-weight: 700;
  text-decoration: underline;
}

.why_we_section .bottom_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.why_we_section .bottom_area .item {
  width: calc(33.33% - 18px);
  margin-bottom: 24px;
}

#new_modal.active {
  display: block !important;
}

header .right_side .my_cab{
  display: none;
}


.trust_section {
  width: 100%;
  padding-top: 44px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.trust_section .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.trust_section .container {
  position: relative;
  z-index: 2;
}
.trust_section h2 {
  margin-bottom: 29px;
}
.trust_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trust_section .wrap .img {
  width: calc(50% - 20px);
  margin-bottom: 42px;
}
.trust_section .logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.trust_section .graduates {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trust_section .graduates .img {
  width: 100%;
  max-width: 767px;
  margin-bottom: 40px;
}
.trust_section .graduates ul {
  width: 100%;
  max-width: 988px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.trust_section .graduates ul li {
  width: calc(50% - 23px);
  position: relative;
  padding-left: 34px;
  margin-bottom: 30px;
}
.trust_section .graduates ul li strong {
  font-weight: 700;
}
.trust_section .graduates ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/img37.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
}

.trust_section .slider{
  width: 100%;
  max-width: 480px;
}

.trust_section .slider_wrap{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 570px;
}

.trust_section .slider_wrap .arrow{
  display: inline-flex;
}

.trust_section .slider .slide img{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.trust_section .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.check_inpt input:checked + .default > .active,.check_inpt input:checked + label + .default > .active{
  opacity: 1;
}
.check_inpt input.error + label + .default{
  border-color: red;
}

label.error{
  display: none !important;
}

.recall_modal .modal_container form fieldset .text_input.error{
  border-color: red;
}

#new_modal p{
  text-align: center;
}

#new_modal form{
  margin-top: 20px;
}

.trust_section .slick-slide{
  height: auto !important;
  overflow: visible;
}

.faq_section{
  background: #fff;
}

.left_questions_section {
  width: 100%;
  padding: 60px 0 58px;
  background: #B89EC6; }
  .left_questions_section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1200px; }
    .left_questions_section .container .figure {
      position: absolute;
      top: -100px;
      right: 16px; }
  .left_questions_section .left_cont {
    width: 100%;
    max-width: 633px; }
    .left_questions_section .left_cont .h1 {
      color: #fff;
      margin-bottom: 10px;
      text-align: left; }
    .left_questions_section .left_cont .text {
      width: 100%;
      font-size: 22px;
      line-height: 120%;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #1C1C1C; }
  .left_questions_section .right_cont {
    width: 100%;
    max-width: 315px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .left_questions_section .right_cont .tel {
      color: #000;
      font-size: 19px;
      line-height: 120%;
      /* 22.8px */
      letter-spacing: 0.38px;
      text-transform: uppercase;
      display: inline-flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 15px; }
      .left_questions_section .right_cont .tel img {
        margin-right: 10px; }
  .left_questions_section .yellow_btn {
    width: 100%;
    max-width: 100%;
    padding: 16px 25px;
    margin-right: 0; }

.recall_modal .text{
  text-align: center;
}