.col-md-3.col-sm-3.hidden-xs.hidden-sm.left-menu-md {
  display: none !important;
}

.col-md-9.col-sm-12.col-xs-12.content-md {
  width: 100%;
}

.prf-content-nav ul {
  display: flex;
  margin: -4px;
}

.prf-content-nav ul li::before {
  display: none;
}

.prf-content-nav ul li {
  margin-top: 0;
  margin-left: 0;
  padding: 6px;
}

.prf-content-nav ul li a {
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #FDF7F3;
  padding: 0 30px;
  color: #333;
  border-radius: 4px;
  font-size: 14px;
}

.prf-content-nav {
  padding: 17px 0;
}

.prf-content-nav ul li a:hover {
  background-color: #FFF8F2;
  color: #e27c1d;
}

.prf-content-nav ul li.is-active a {
  background-color: #E27C1D;
  color: #fff;
}

.prf-content-items {
  color: #333;
}

.prf-content-item h1,
.prf-content-item h2,
.prf-content-item h3,
.prf-content-item h4,
.prf-content-item h5,
.prf-content-item h6 {
  font-weight: 600;
  text-align: left;
}

.prf-content-item h1 {
  font-size: 32px;
}

.pf-similar h2,
.prf-content-item h2 {
  font-size: 28px;
  font-weight: bold;
}

.prf-content-item h3 {
  font-size: 24px;
}

.prf-content-item h4 {
  font-size: 22px;
}

.prf-content-item h5 {
  font-size: 18px;
}

.prf-content-item.review-flamp h2 {
  padding-bottom: 18px;
}




.prf-content-item.review-photo {
  padding: 50px 0;
}

.prf-content-item.review-photo h2 {
  padding-bottom: 16px;
}


.prf-content-item .zoom {
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: #e27c1d;
}

.prf-content-item span.zoom svg path {
  fill: #fff;
}



.prf-content-items .item_link.fancybox img {
  width: 100%;
}

.prf-content-item.review-flamp {
  padding: 40px 0;
}

.prf-content-item.review-photo .maxwidth-theme {
  padding: 0
}

.prf-content-nav ul {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}


.pf-advantages__list {
  display: flex;
  flex-wrap: wrap;
}



.ic_48 {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.pf-advantages__item {
  display: flex;
  align-items: center;
}

.pf-advantages__icon {
  padding-right: 20px;
}

.prf-content-item.pf-advantages {
  background: #F8F9FB;
  margin-left: -24px;
  margin-right: -24px;
  padding: 40px 24px;
}

.pf-advantages__item {
  padding: 12px;
  background: #fff;
  margin: 4px;
  border-radius: 6px;
  line-height: 135%;
  width: 100%;

}

.pf-form {
  border: 1px solid #e27c1d;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
}

.pf-form__title {
  padding-bottom: 20px;
}

.pf-form__desc {
  padding-bottom: 36px;
  color: #888;
}


.form__submit .btn {
  width: 100%;
  margin-bottom: 21px;
}

.form__msgr ul {
  display: flex;
  justify-content: center;
}

.form__msgr li:before {
  display: none;
}

.form__msgr li {
  margin: 0;
  padding: 4px;
}

.form__msgr li a {
  width: 43px;
  height: 43px;
  display: flex;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ddd;
}


.form__msgr .ic_24 {
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  background-size: 18px;
}

.prf-content-item.review-flamp {
  padding: 68px 0 0 0;
}

@media screen and (min-width: 576px) {
  .form__msgr ul {
    justify-content: flex-start;
  }


  .form__item {
    display: flex;
    margin: -6px;
  }

  .form__subitem {
    padding: 6px;
    width: 100%;
  }

  .btn.btn-strong {
    width: auto;
  }
}


@media screen and (min-width: 767px) {
  .pf-advantages__item {
    width: calc(50% - 8px);
  }

  .form__submit {
    display: flex;
    align-items: center;
  }

  .form__submit .licence_block {
    margin-left: 12px
  }
}

@media screen and (min-width: 992px) {

  .form__subitem.form__footer {
    display: flex;
  }

  .form__msgr {
    margin-left: auto;
  }

  .form__msgr li a:hover {
    background-color: #FFF8F2;
    border: 1px solid #ffdcbb;
  }

  .form__submit .btn {
    margin-bottom: 0;
  }

  form .form .licence_block.bx_filter {
    padding-bottom: 0;
    margin-left: 29px;
  }
}

@media screen and (min-width: 1440px) {

  .pf-form {
    border: 1px solid #e27c1d;
    border-radius: 12px;
    padding: 48px;
    margin: 48px 0;
  }





  .prf-content-item.pf-advantages {
    margin-left: -48px;
    margin-right: -48px;
    padding: 60px 48px;
  }

  .pf-advantages__item {
    width: calc(33.33% - 8px);
  }

  .form__item {
    margin: -12px;
  }

  .form__subitem {
    margin: 12px;
  }
}


@media screen and (max-width: 576px) {
  .prf-content-items {
    border: none;
    padding: 0;
  }
}

/* ================================= */


.prf-content-item.pf-docs {
  padding: 60px 0;
}

.prf-content-item.pf-docs .left_wrap {
  padding-left: 0
}

.prf-content-item.pf-docs .item .name {
  font-size: 13px;
  line-height: 151%;
  display: inline-block;
  padding-top: 12px;
  color: #666;
}


.prf-content-item.pf-docs .item .name {
  font-size: 13px;
  line-height: 151%;
  display: inline-block;
  padding-top: 12px;
  color: #666;
}

.prf-content-item .img_wrap.img-inside {
  position: relative;
}

.prf-content-item.pf-docs .img_wrap {

  padding-top: 140%;
  display: block;
  position: relative
}

.prf-content-item.pf-docs .img_wrap img {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.prf-content-item.pf-faq {
  background: #F8F9FB;
  margin-left: -24px;
  margin-right: -24px;
  padding: 40px 24px;
}


.pf-faq summary {
  background-color: #fff;
  border-radius: 6px
}

.pf-faq summary~* {
  margin-top: 10px;
  border: 1px solid #e27c1d;
  border-radius: 6px;
  font-size: 15px;
}

.pf-faq details[open] summary::before {
  transform: rotate(180deg)
}

.pf-faq details[open] summary {
  color: #e27c1d;
}

.prf-content-item.pf-faq {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pf-similar {
  padding: 70px 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #F8F9FB;
}

.pf-similar h2 {
  padding-bottom: 24px;
}


.section-prf-content {
  margin-bottom: 50px;
}


.pf-similar__items {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;

}

.pf-similar__item {
  width: 100%;
  padding: 6px;
}

.pf-similar__item a {
  background-color: #fff;
  display: block;
  padding: 14px 24px;
  color: #333;
}

.pf-similar__item a:hover {
  color: #e27c1d;
}

.pf-similar__title {
  padding-bottom: 16px;
}

.section-prf-content {
  padding-top: 0;
}


@media screen and (min-width: 1440px) {
  .prf-content-item.pf-faq {
    margin-left: -48px;
    margin-right: -48px;
    padding: 60px 48px;
    margin-bottom: 80px;
  }

  .section-prf-content {
    margin-bottom: 80px;
  }

  .pf-similar {
    padding: 70px 48px;
  }
}

@media screen and (min-width: 767px) {
  .pf-similar__item {
    width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .prf-content-item.pf-docs .right_wrap {
    padding: 0
  }

  .prf-content-item.pf-docs .row {
    padding-left: 0;
    padding-right: 0
  }


}

/* ====================================================== */
/* ====================================================== */
/* ====================================================== */

.video {
  margin: 0 auto;
  position: relative;
  background: var(--color-bg-6);
  overflow: hidden;
}

.video iframe {
  border: none;
  position: relative;
  z-index: 2;
}

.video.is-play {
  position: relative;
}

@keyframes load {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.video.is-play::before {
  content: '';
  width: 36px;
  min-width: 36px;
  height: 36px;
  border: 5px solid #fff;
  display: block;
  border-radius: 50%;
  border-left: 5px solid transparent;
  animation: load 0.8s infinite linear;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
}

.video.is-play .video__preview {
  visibility: hidden;
}

.video.is-play .video__action {
  display: none;
}

.video.is-play .video__iframe {
  display: block;
}

.video__preview picture {
  padding-top: 43%;
  display: block;
  position: relative;
}

.video__preview picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  color: transparent;
  margin: 0;
}

.video__action {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease;
}

.video__action:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.video__title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  max-width: 400px;
  margin: 0 auto;
  line-height: 140%;
}

.video__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--color-accent-1);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}



.video__button:hover {
  opacity: 0.9;
}

.video__button a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.video__button span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDZsMjggMTgtMjggMThWNnoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.video__button svg {
  width: 28px;
  height: 25px;
  transition: 0.3s ease;
}

.video__button svg:hover {
  opacity: 1;
}

.video__iframe {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.video__iframe iframe {
  width: 100%;
  height: 100%;
}

/* =====================================
=====================================*/

.section-green-fb-block {
  background-color: #E15B190D;
  padding: 20px;
}

.green-fb-block__title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding-bottom: 20px;
}

.green-fb-block__left {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.green-fb-block__item {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 5px;
}

.green-fb-block__sale span {
  background-color: #FF6262;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}

.green-fb-block__sale {
  padding-bottom: 12px;
}

.green-fb-block__hours select {
  height: 40px;
  padding-left: 14px;
  border-radius: 6px;
}

.payfb-current {
  font-weight: 900;
  font-size: 30px;
  color: #329F64;
}

.green-fb-block__pay-parts,
.green-fb-block__pay-solid {
  display: flex;
  flex-wrap: wrap;
  gap:
    8px 16px;
}

.payfb-label {
  color: #333;
  font-size: 13px;
  padding-bottom: 12px;
  width: 100%;
}

.green-fb-block__hours {
  padding-bottom: 12px;
}

.payfb-old {
  font-weight: 800;
  color: #bbb;
  text-decoration: line-through;
}

.logo-tbank {
  height: 1.5em;
  width: 4em;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMwLjM3IDEwLjE2OWMtLjQyMS0uMTYzLS45NzItLjIxMi0xLjU3LS4yMTJoLTMuMzM2VjguOTEyaDUuNzMyVjcuMTE4aC04LjA4djcuNzY2aDUuNDczYy43NiAwIDEuMzI3LS4wNjUgMS43NDgtLjIyOC44OS0uMzQzIDEuNDktMS4xNzUgMS40OS0yLjI2OCAwLTEuMTEtLjU2Ny0xLjg3Ny0xLjQ1Ny0yLjIyem0tMS4xNjYgMi42OTJjLS4xMy4wNS0uMzA4LjA2NS0uNTM1LjA2NWgtMy4yMDV2LTEuMjRoMy4yMDZjLjI1OSAwIC40Ny4wMTcuNjMxLjA5OC4xOTQuMDk4LjI5Mi4yNzguMjkyLjUwNmEuNTg0LjU4NCAwIDAxLS4zOS41NzF6bTkuMjA2LTUuNzQzaC0zLjQzM2wtMy4xNTcgNy43NjZoMi42NTVsLjQzOC0xLjEyNmgzLjU2MmwuNDUzIDEuMTI2aDIuNjRMMzguNDEgNy4xMTh6bS0yLjkxNCA0LjkyN2wxLjExNy0zLjEzM2guMTc4bDEuMTE3IDMuMTMzaC0yLjQxM3ptOS4wOTQtLjA0OXYyLjg4OGgtMi4zNDhWNy4xMThoMi4zNDd2Mi44MzloMy43NzN2LTIuODRoMi4zNDh2Ny43NjdoLTIuMzQ4di0yLjg4OGgtMy43NzN6bTkuODM2LS4wNDl2Mi45MzhoLTIuMzQ4VjcuMTE3aDIuMzQ4djIuOTJoLjY0OGwyLjgzMy0yLjkyaDIuOTQ3bC0zLjc1NiAzLjcyTDYxIDE0Ljg4NGgtMy4xMjVsLTIuODAxLTIuOTM3aC0uNjQ4eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik0wIDIuNTg4aDE4LjYyMXY4Ljc5YTYuNzggNi43OCAwIDAxLTMuMzYgNS44NjVsLTUuOTUgMy40NjMtNS45NTEtMy40NjNBNi43ODIgNi43ODIgMCAwMTAgMTEuMzhWMi41OXoiIGZpbGw9IiNGRkREMkQiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMTM3IDcuMTE4djIuOTE2Yy4zOTYtLjQ1IDEuMTE1LS43NTUgMS45MzgtLjc1NWguODk0djMuMzljMCAuOTAzLS4yNDMgMS43ODYtLjYwNCAyLjIyaDMuODljLS4zNi0uNDM0LS42MDMtMS4zMTYtLjYwMy0yLjIxN1Y5LjI3OWguODk0Yy44MjMgMCAxLjU0Mi4zMDUgMS45MzguNzU1VjcuMTE4SDUuMTM3eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
  vertical-align: middle;
}

.green-fb-block__singup .btn {
  width: 100%;
  background-color: #329F64 !important;
  border-color: #329F64 !important;
  font-weight: 600;
}



.green-fb-block__label i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  margin-right: 12px;
}

.green-fb-block__list {
  color: #333;
}

.green-fb-block__text {
  font-weight: 600;
  line-height: 130%;
  margin-top: 10px;
}

.green-fb-block__item {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 12px 16px;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .green-fb-block__wrp {
    display: flex;
    gap: 20px;
  }

  .green-fb-block__left {
    width: 45%;
  }

  .green-fb-block__right {
    width: calc(60% - 32px);
  }

  .green-fb-block__singup .btn {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .section-green-fb-block {
    background-color: #E15B190D;
    padding: 45px 85px 23px;
    border-radius: 5px;
  }

  .green-fb-block__title {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    padding-bottom: 20px;
    line-height: 126%;
    letter-spacing: -0.3px;
  }

  .green-fb-block__left {
    padding: 20px;
  }

  .green-fb-block__wrp {
    gap: 24px;
  }

  .green-fb-block__left {
    width: 39.4%;
  }

  .green-fb-block__right {
    width: calc(61% - 32px);
  }

  .green-fb-block__sale span {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 7px;
  }

  .green-fb-block__sale span {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 7px;
  }

  .green-fb-block__item {
    display: flex;
    justify-content: space-between;
  }

  .green-fb-block__text {
    text-align: right;
  }

  .green-fb-block__label i {
    width: 20px;
    height: 20px;
  }

  .green-fb-block__text {
    text-align: right;
    font-size: 14px;
    max-width: 350px;
    width: 57%;
    margin-top: 0;
  }

  .green-fb-block__item {
    margin-bottom: 28px;
    padding: 16px 16px;
  }

  .green-fb-block__item:last-child {
    margin-bottom: 0
  }

  .green-fb-block__httl {
    font-weight: 600;
    font-size: 14px;
  }

  .green-fb-block__sale {
    padding-bottom: 25px;
  }

  .payfb-current {
    font-size: 39px;
  }

  .payfb-old {
    font-size: 20px;
    font-weight: 600;
  }

  .payfb-old {
    position: relative;
    top: 6px;
  }

  .green-fb-block__pay-solid {
    padding-bottom: 19px;
  }

  .green-fb-block__singup .btn {
    width: 100%;
    height: 58px;
    border-radius: 6px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
  }

  .green-fb-block__pay-parts {
    padding-bottom: 11px;
  }

  .payfb-label {
    font-size: 14px;
  }

  .green-fb-block__label {
    font-size: 14px;
  }

  .green-fb-block__label i {
    margin-right: 6px;
    margin-top: -2px;
  }

  .green-fb-block__label i {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }

  .green-fb-block__hours {
    padding-bottom: 34px;
  }
}

.prf-content-item.prf-content-item--adw {
  padding: 40px;
  border: 1px solid #E27C1D;
  border-radius: 5px;
  margin: 40px 0;
}

.prf-content-item.prf-content-item--adw {
  padding: 40px;
  border: 1px solid #E27C1D;
  border-radius: 5px;
  margin: 40px 0;
}

.learn-plan__tabitem table {
  width: 100%
}

.learn-plan__tabitem table tr th {
  border-bottom: 2px solid #E27C1D;
}

.learn-plan__tabitem table tr td {
  border-bottom: 1px solid #eee;
}

.learn-plan__tabitem table tr td,
.learn-plan__tabitem table tr th {
  padding: 13px 20px;
}

/* .learn-plan__tabitem table tr td:first-child {
  width: 629px
} */

.learn-plan__tabs ul {
  display: flex;
  gap: 16px;
}

.learn-plan__tabs li {
  margin: 0
}

.learn-plan__tabs li span {
  font-size: 16px;
  background-color: #FDF7F3;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  font-weight: 400;
  cursor: pointer;
}

.learn-plan__tabs li span:hover {
  background-color: #E27C1D30;
}

.learn-plan__tabs li.is-active span {
  background-color: #E27C1D;
  font-weight: 500;
  color: #fff;
}

.learn-plan__tabs li::before {
  display: none
}

.learn-plan__tabitem {
  display: none;
  opacity: 0;
  transform: translateY(15px);
}

@keyframes to-fade-lrn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.learn-plan__tabitem.is-active {
  display: block;
  animation: to-fade-lrn 0.3s ease forwards;
}

.learn-plan__tabs {
  padding-bottom: 20px;
}

.learn-autor {
  display: flex;
  gap: 16px;

  border-radius: 6px;
  margin-bottom: 40px;
}

.learn-plan__image {
  width: 50px;
  min-width: 50px;
}

.learn-plan__image img {
  width: 100%;
  border-radius: 5px;
}

.learn-plan__contacts {
  display: flex;
  gap: 24px;
}

.learn-plan__contact a {
  color: #333;
}

.learn-plan__contact label {
  display: block;
  margin-bottom: 0;
  color: #bbb;
}

.learn-plan__title {
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 10px;
}

.learn-plan__name {
  padding-bottom: 12px;
  color: #e27c1d;
  font-weight: 500;
}

.learn-plan__desc {
  font-size: 14px;
  line-height: 155%;
  padding-bottom: 10px;
}

.learn-plan__contacts {
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  .learn-autor {

    gap: 30px;
    border: 1px solid #eee;
    padding: 30px;

  }

  .learn-plan__image {
    width: 220px;
    min-width: 220px;
  }

  .learn-plan__title {
    font-size: 32px;
    padding-bottom: 22px;
  }

  .learn-plan__name {
    font-size: 24px;
    font-weight: 600;

  }

  .learn-plan__name {
    padding-bottom: 26px;
  }

  .learn-plan__desc {
    font-size: 16px;
    line-height: 127%;
    padding-bottom: 25px;
  }

  .learn-plan__contacts {
    font-size: 15px;
  }

  .learn-plan__contacts {
    display: flex;
    gap: 47px;
  }

  .learn-plan__contact label {
    line-height: 100%;
  }


}

@media screen and (min-width: 1440px) {

  .learn-plan__tabitem table tr th {
    padding-bottom: 19px;
  }

  .about-course h2 {
    font-size: 32px;
  }

  .about-course {
    padding: 47px 0;
    display: flex;
  }

  .about-course__text {
    width: 66%;
    font-size: 16px;
  }

  .about-course__text h2 {
    margin-bottom: 10px;
  }

  .about-course__text p {
    margin: 19px 0px;
  }

  .prf-content-item.prf-content-item--adw {
    padding: 50px 87px;
  }

  .prf-content-item.prf-content-item--adw h2 {
    font-size: 32px;
    padding-bottom: 17px;
  }

  .learn-plan__tabs {
    padding-bottom: 32px;
  }

  .learn-plan__tabitem table {
    font-size: 16px;
  }

  .learn-plan__tabitem table tr td {
    padding: 23px 20px;
  }
}


.our-managers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}

.our-managers__item {
  width: calc(100%);
}

.manager-item {
  width: 100%;
}

.manager-item__image picture {
  padding-top: 100%;
  display: block;
  position: relative;
}

.manager-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.manager-item__main {
  padding: 12px;
  border: 1px solid #eee;
  border-top: none;
}

.manager-item__post {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
}

.manager-item__title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .our-managers__item {
    width: calc(50% - 17px);
  }

  .manager-item__main {
    padding: 16px 20px;
  }
}

@media screen and (min-width: 992px) {
  .our-managers__item {
    width: calc(33.33% - 22px);
  }

  .our-managers__title {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 32px;
  }

  .our-managers {
    padding: 45px 0;
  }

  .manager-item__main {
    padding: 23px 29px;
  }

  .prf-video {
    padding: 31px 0;
  }

  .prf-video h2 {
    font-size: 32px;
  }
}



.docs-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.docs-list-block {
  position: relative;
  padding: 50px 0;
}

.docs-card__image picture {
  display: block;
  padding-top: 67%;
  background: #eee;
  position: relative;
}

.docs-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.docs-list__item {
  width: calc(50% - 40px);
}

.docs-list-get .docs-card__image picture {
  padding-top: 71%;
}

.docs-list-get .docs-card__image picture {
  padding-top: 71%;
}

.pf-sertificates {
  padding: 40px 0;
}



.docs-card__text {
  padding-top: 13px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {

  .docs-list-get h2,
  .docs-list-block h2 {
    font-size: 32px;
    letter-spacing: -0.4px;
  }

  .docs-list-block {
    position: relative;
    padding: 46px 0 76px;
  }
}

@media screen and (max-width: 767px) {
  .docs-list__item {
    width: calc(100%);
  }
}

.pf-sertificates__image img {
  width: 100%;
}

.pf-sertificates__main {
  padding-top: 17px;
}

.pf-sertificates__main h2 {
  font-size: 18px;
}

.pf-sertificates__main .btn {
  width: 100%;
  height: 57px;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 14px;
  text-transform: none;
}

.docs-list__desc {
  padding-bottom: 22px;
  font-size: 16px;
}

@media screen and (min-width: 760px) {
  .pf-sertificates {
    display: flex;
    gap: 32px;
  }

  .pf-sertificates div {
    width: 50%;
  }

  .pf-sertificates {
    display: flex;
    gap: 32px;
  }

  .pf-sertificates__image {
    width: 300px;
  }

  .pf-sertificates__main .btn {
    width: auto;
    border-radius: 8px;
  }
}

@media screen and (min-width: 992px) {
  .pf-sertificates__image {
    max-width: 303px;
  }

  .pf-sertificates {
    padding: 82px 0;
    gap: 25px;
  }

  .pf-sertificates__main h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }

  .pf-sertificates div {
    width: auto;
    padding: 0;
  }

  .pf-sertificates__main p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .pf-sertificates__main .btn {
    padding-left: 28px;
    padding-right: 28px;
  }
}


.about-course h2 {
  font-size: 32px;
}

.about-course {
  padding: 47px 0;
  display: flex;
}

.about-course__text {
  width: 66%;
  font-size: 16px;
}

.about-course__text h2 {
  margin-bottom: 10px;
}

.about-course__text p {
  margin: 19px 0px;
}

.about-course__form {
  width: 30%;
  margin-left: auto;
}

.about-course .learning__calculator-h4 {
  font-weight: 600;
  padding-bottom: 8px;
}

.about-course .learning__wrapper {
  border: 1px solid #e27c1d;
  padding: 28px 36px;
  border-radius: 6px;
  font-size: 14px;
}

.about-course .learning__submit-wrapper input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}


.about-course .learning__submit-wrapper .btn {
  width: 100%;
  height: 57px;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 16px;
  text-transform: none;
  border-radius: 6px;
}

.about-course .learning__wrapper .politic {
  line-height: 135%;
  text-align: center;
  padding-top: 19px;
  color: #888;
}

.about-course .learning__wrapper .options {
  margin-bottom: 10px
}

.about-course .calculatePrice-tabs__tab .options-option span {
  padding-top: 8px;
  padding-bottom: 8px
}

.about-course .learning__submit-wrapper input:focus {
  border: 1px solid #e27c1d;
}

@media screen and (max-width: 1200px) {
  .about-course__text {
    width: calc(100% - 400px);
  }

  .about-course__form {
    width: 360px;
  }
}

@media screen and (max-width: 992px) {
  .about-course {
    flex-direction: column;
  }

  .about-course__text {
    width: 100%;
    padding-bottom: 40px;
  }

  .about-course__form {
    margin-right: auto;
  }

  .our-managers__title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 24px;
  }

  .our-managers {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 576px) {
  .about-course {
    flex-direction: column;
  }

  .about-course__text {
    width: 100%;
    padding-bottom: 40px;
  }

  .about-course__form {
    margin-right: auto;
  }

  .about-course__text h2 {
    font-size: 22px;
  }

  .about-course__text p {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 8px;
  }

  .about-course .learning__wrapper {
    padding: 17px 25px;
  }

  .prf-content-item.prf-content-item--adw h2 {
    font-size: 22px;
  }

  .prf-content-item.prf-content-item--adw {
    padding: 16px;
  }

  .learn-plan__tabitem table {
    font-size: 13px;
    line-height: 140%;
    min-width: 360px;
  }

  .table-wrp {
    overflow-x: auto;
  }

  .learn-plan__tabitem table tr th,
  .learn-plan__tabitem table tr td:first-child {
    padding-left: 0;
  }

  .learn-plan__tabitem table tr th,
  .learn-plan__tabitem table tr td:last-child {
    padding-right: 0;
  }

  .learn-plan__tabs li span {
    font-size: 14px;
    border-radius: 6px;
  }

  .docs-list-block h2 {
    font-size: 22px;
  }

  .prf-video h2 {
    font-size: 22px;
  }

  .docs-list-get h2 {
    font-size: 22px;
  }

  .docs-list__desc {
    font-size: 14px;
    line-height: 159%;
  }
}

.docs-card__image img,
.manager-item__image img {
  object-fit: cover;
}

.green-fb-block__singup .btn:hover {
  background-color: #52c687 !important;
  border-color: #52c687 !important;
}



.hours-block {
  display: none;
}

.hours-block.active {
  display: block;
}

.docs-list__item:last-child .docs-or {
  display: none !important
}

.docs-list__item {

  position: relative;
}

.docs-list-block .subtitle {
  padding-bottom: 22px;
}

.docs-list__item .docs-or {
  background: #e27c1d;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  padding: 5px 15px;
  border-radius: 5px;
  z-index: 5
}

.docs-card__image img {
  z-index: 2;
}

.docs-or {
  margin: 0 auto;
  margin-top: 21px;
  text-align: center;
  display: flex block !important;
  max-width: 77px;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .docs-list__item .docs-or {
    position: absolute;
    right: 0;
    top: calc(50% - 32px);
    transform: translateX(calc(100% + 7px));
  }
}