@charset "UTF-8";
/*==========  section home ==========*/
.home {
  position: relative;
  background: url("../img/bg1.jpg") no-repeat center;
  background-size: cover;
  padding: 215px 0 90px;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}
.home .btn {
  margin: 40px 0 50px;
}

.home-img {
  position: absolute;
  right: 0;
  bottom: -250px;
  z-index: -1;
  max-width: 989px;
}

.home-content {
  max-width: 850px;
  width: 100%;
}

.name-author {
  font-size: 58px;
  font-weight: bold;
}

.home-description {
  max-width: 720px;
}
.home-description span {
  color: #b1bedd;
  font-size: 37px;
  font-weight: 300;
  letter-spacing: 0.37px;
  display: block;
}
.home-description p {
  letter-spacing: 0.49px;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 49px;
  margin: 0 0 30px;
}
.home-description .d-tablet {
  display: none;
}

.date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 33px;
  color: #fffefe;
}

.date {
  color: #fffefe;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px 0 0;
  margin: 0 32px 0 0;
  border-right: solid 3px #fff;
}
.date-text {
  max-width: 230px;
}
.date-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 30px 0 0;
  width: 97px;
}

.slogan {
  letter-spacing: 0.33px;
  max-width: 420px;
  text-transform: uppercase;
}

/*==========  section home end  ==========*/
/*==========  section form-whom ==========*/
.for-whom {
  padding: 141px 0 173px;
}
.for-whom h3 {
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -0.44px;
}

.for-whom-box {
  margin: 0 0 80px;
  font-weight: 300;
}
.for-whom-box__icon {
  margin: 0 0 35px;
  height: 106px;
}
.for-whom-box__icon img {
  max-height: 100%;
}

.about-course {
  text-align: center;
  margin: 64px auto 152px;
  font-size: 40px;
}
.about-course h3 {
  margin: 0 0 30px;
  letter-spacing: -0.32px;
}
.about-course h3 br {
  display: none;
}

.course-result {
  margin: 0 0 100px;
}

.list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 40px;
}
.list-check li {
  width: 54%;
  position: relative;
  margin: 0 0 42px;
  padding: 0 0 0 80px;
}
.list-check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 64px;
  height: 64px;
  background: url("../img/check.png") no-repeat center;
  background-size: 100%;
}
.list-check li:nth-child(even) {
  width: 46%;
}

.course-result h3 {
  margin: 0 auto 85px;
  color: #1955ff;
}

/*==========  section end  ==========*/
/*==========  section advantages ==========*/
.advantages {
  margin: 165px 0 28px;
}
.advantages h2 {
  margin: 0 auto 156px;
}

.advantages-box {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 154px;
}
.advantages-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantages-box__text {
  width: calc(100% - 288px);
  padding: 0 0 0 17px;
}
.advantages-box h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1955ff;
  margin: 0 0 20px;
}

/*==========  section advantages end  ==========*/
/*==========  section teacher ==========*/
.teacher {
  padding: 167px 0 182px;
}
.teacher h2 {
  margin: 0 0 158px;
}

.teacher-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 180px;
}
.teacher-wrapper:last-child {
  margin: 0;
}

.teacher-wrapper:nth-child(odd) .teacher-content {
  padding: 0 0 0 70px;
}

.teacher-content {
  width: calc(100% - 715px);
  padding: 0 70px 0 0;
}
.teacher-content h3 {
  margin: 0 0 75px;
  font-size: 55px;
  line-height: 1;
}

.list-star {
  margin: 0 0 70px;
  font-weight: 300;
}
.list-star li {
  position: relative;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-star li:last-child {
  margin: 0;
}
.list-star li:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin: 0 22px 0 0;
  background: url("../img/star.png") no-repeat center;
  background-size: 100%;
}

.teacher-photo {
  max-width: 715px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.teacher-photo img {
  width: 100%;
}
.teacher-photo.d-tablet {
  display: none;
}

/*==========  section teacher end  ==========*/
/*==========  section programs ==========*/
.programs {
  padding: 163px 0 154px;
}
.programs h2 {
  margin: 0 auto 162px;
}
.programs .btn {
  margin: 80px auto 0;
}

.program-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(189, 189, 189, 0.55);
  box-shadow: 0 0 50px 0 rgba(189, 189, 189, 0.55);
  padding: 66px 65px 58px 74px;
  margin: 0 0 67px;
}
.program-box:last-child {
  margin: 0;
}
.program-box__head {
  border-right: solid 3px #0d67eb;
  max-width: 390px;
  width: 100%;
}
.program-box__body {
  width: calc(100% - 390px);
  padding: 0 0 0 64px;
  font-weight: 300;
}
.program-box h3 {
  text-transform: uppercase;
  color: #1955ff;
  font-weight: bold;
  margin: 0 0 30px;
}
.program-box__name {
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
  margin: 0 0 84px;
}

.program-box__footer {
  margin: 55px 0 0;
  font-weight: 300;
  line-height: 1.21;
  width: 100%;
}

.program-box__footer strong {
  font-weight: bold;
}

.program-box__footer span {
  font-weight: normal;
}

.program-box__result {
  margin: 56px 0 0;
}

.program-box__result h4 {
  margin: 0 0 60px;
  font-weight: bold;
  font-size: 42px;
}

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

.program-box__advantages li {
  display: flex;
  align-items: center;
  flex: auto;
  color: #0d67eb;
  font-size: 23.5px;
  font-weight: normal;
  line-height: 1.11;
}

.program-box__advantages .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fffefe;
  background-color: #0d67eb;
  margin: 0 19px 0 0;
  width: 85px;
  height: 85px;
  min-width: 85px;
  font-size: 42px;
  font-weight: 800;
}

.program-box-list {
  max-width: 1080px;
}

.program-total-text {
  width: 100%;
  max-width: 890px;
  padding: 35px 47px;
  font-weight: bold;
  color: #0d67eb;
  border-radius: 28px;
  border: solid 2.3px #0d67eb;
}

.list-info li {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-info li:last-child {
  margin: 0;
}

.list-info__icon {
  width: 70px;
  min-width: 70px;
  margin: 0 33px 0 0;
}

.list-info__text span {
  display: block;
}

.list-info__text p {
  font-weight: bold;
  color: #0d67eb;
}

.list-dots li {
  position: relative;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-dots li:last-child {
  margin: 0;
}
.list-dots li:before {
  content: "•";
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: bold;
  font-size: 33px;
  color: #1955ff;
}

.link-toggle {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  text-decoration: underline;
  margin: 80px auto 0;
  background: #1955ff;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	padding: 21px 44px;
    border-radius: 36.5px;
}
.link-toggle:hover {
  color: #11359e;
}

/*==========  section programs end  ==========*/
/*==========  section format ==========*/
.format {
  padding: 168px 0 115px;
}
.format h2 {
  margin: 0 auto 61px;
  max-width: 870px;
}

.format-description {
  text-align: center;
  color: #0d67eb;
  margin: 0 auto 112px;
  letter-spacing: 0.17px;
  max-width: 1070px;
}

.list-number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
}
.list-number li {
  width: 50%;
  margin: 0 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-number .number {
  background: #1955ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 28px 0 0;
  width: 98px;
  height: 98px;
  min-width: 98px;
  color: #fffefe;
  font-size: 48px;
}
.list-number .text {
  max-width: 495px;
}

/*==========  section format end  ==========*/
/*==========  section steps ==========*/
.steps {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 165px 0 177px;
}
.steps h2 {
  max-width: 810px;
}
.steps .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.steps .col-2 {
  position: relative;
}

.steps-box {
  text-align: center;
  font-weight: 300;
  margin: 0 auto 53px;
  max-width: 420px;
}
.steps-box__icon {
  margin: 0 auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps-box p {
  margin: 0 0 30px;
}
.steps-box p:last-child {
  margin: 0;
}
.steps-box .number {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #0d67eb;
  color: #eee;
  font-size: 30.5px;
  font-weight: normal;
  right: -25px;
  top: 20px;
}

.steps-box2 {
  max-width: 500px;
  margin: 0 auto;
}
.steps-box2 .steps-box__icon {
  margin: 0 auto 41px;
}
.steps-box2 .number {
  right: auto;
  left: -25px;
}
.steps-box2 .number:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 210px;
  background: #0d67eb;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -220px;
}

/*==========  section steps end  ==========*/
/*==========  section payments ==========*/
.payments {
  padding: 167px 0 180px;
  position: relative;
  z-index: 1;
}
.payments h2 {
  color: #fff;
  margin: 0 auto 170px;
  max-width: 880px;
}

.payments-card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px 0 rgba(84, 84, 84, 0.25);
  box-shadow: 0 0 40px 0 rgba(84, 84, 84, 0.25);
  border: solid 1px #fff;
  background-color: #fff;
  padding: 69px 25px 85px;
  font-size: 30px;
}
.payments-card h3 {
  font-size: 48px;
  margin: 0 auto 36px;
}
.payments-card .btn {
  margin: auto auto 0;
  font-size: 18px;
  padding: 27px 10px;
  width: 100%;
  max-width: 330px;
}
.payments-card .box-text {
  font-weight: 300;
  margin: 0 0 80px;
}
.payments-card__price {
  margin: 0 auto 45px;
  font-size: 48px;
}
.payments-card h4 {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

/*==========  section payments end  ==========*/
/*==========  section callback ==========*/
.callback {
  padding: 131px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.callback .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.callback h2 {
  font-size: 33px;
  margin: 0;
}
.callback .btn {
  font-size: 18px;
  padding: 27px 10px;
  max-width: 330px;
  width: 100%;
}

/*==========  section callback end  ==========*/

/*==========  section credit ==========*/
.credit {
  padding: 150px 0 160px;
}

.credit h2 {
  margin: 0 auto 65px;
}

.credit .format-description {
  margin: 0 auto 61px;
}

.list-checked {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 29px;
}

.list-checked li {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.list-checked img {
  margin: 0 13px 0 0;
  width: 80px;
}

.credit-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 65px auto 160px;
}

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

.credit-step {
  max-width: 590px;
  font-size: 28px;
  font-weight: 300;
}

.credit-step:last-child {
  max-width: 610px;
}

.credit-step__head {
  font-weight: bold;
  font-size: 48px;
  margin: 0 0 30px;
}

.credit-callback {
  width: 100%;
  padding: 130px 0;
  box-shadow: 0 0 152px 0 rgba(105, 105, 105, 0.25);
  background: #fff;
}

.credit-callback h2 {
  width: fit-content;
  font-size: 33px;
  margin: 0 auto 0 0;
}

.credit-callback .container {
  align-items: center;
}

.credit-callback .btn {
  padding: 27px 87px;
  font-size: 18px;
  letter-spacing: 0.18px;
}
/*==========  section credit end ==========*/

/*==========  section question ==========*/
.question {
  padding: 162px 0 125px;
}
.question h2 {
  margin: 0 auto 151px;
  color: #fff;
}

.panel_heading {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 300;
}
.panel_heading:last-child {
  margin: 0;
}
.panel_heading.in .accordion-icon:before {
  width: 0;
}

.block_hover {
  padding: 38px 50px 41px;
  color: #fff;
  display: none;
}

.block_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 50px;
  color: #010101;
  background: #fff;
  cursor: pointer;
}

.accordion-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #1955ff;
  width: 54px;
  height: 54px;
  position: relative;
  min-width: 54px;
}
.accordion-icon:before,
.accordion-icon:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion-icon:before {
  width: 2px;
  height: 30px;
}
.accordion-icon:after {
  width: 30px;
  height: 2px;
}

/*==========  section question end  ==========*/
/*==========  section reviews ==========*/
.slick-slider {
  width: 100%;
}

.slick-dots {
  padding: 0;
  list-style: none;
  margin: 7px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  bottom: 0;
  margin: 0 7px 0 0;
  width: 7px;
  height: 7px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots li.slick-active {
  background: #1955ff;
}
.slick-dots li button {
  display: none;
}

.slick-arrow {
  font-size: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-arrow.slick-prev {
  left: 17px;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 5px;
}
.slick-arrow.slick-next {
  right: 17px;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 5px;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.reviews {
  padding: 90px 0;
  color: #333;
  position: relative;
  z-index: 1;
}

.reviews__heading {
  color: #fff;
  text-shadow: none;
  margin: 0 auto 50px;
}

.reviews__list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 80px;
  margin: auto;
  color: #fff;
  font-size: 30px;
}

.reviews__list-media {
  width: 259px;
  min-width: 259px;
  height: 259px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__list-media-img {
  position: relative;
  border-radius: 50%;
  font-size: 0;
}
.reviews__list-media-img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.reviews__list-text {
  padding-left: 30px;
  font-weight: 300;
}
