.pb1 {
    padding-bottom: 1rem;
}
.pb2 {
    padding-bottom: 2rem;
}
.pb3 {
    padding-bottom: 3rem;
}
.pb4 {
    padding-bottom: 4rem;
}
.pb5 {
    padding-bottom: 5rem;
}
.pb6 {
    padding-bottom: 6rem;
}
.pb7 {
    padding-bottom: 7rem;
}
.pb8 {
    padding-bottom: 8rem;
}
.pb9 {
    padding-bottom: 9rem;
}
.pb10 {
    padding-bottom: 10rem;
}
.pt1 {
    padding-top: 1rem;
}
.pt2 {
    padding-top: 2rem;
}
.pt3 {
    padding-top: 3rem;
}
.pt4 {
    padding-top: 4rem;
}
.pt5 {
    padding-top: 5rem;
}
.pt6 {
    padding-top: 6rem;
}
.pt7 {
    padding-top: 7rem;
}
.pt8 {
    padding-top: 8rem;
}
.pt9 {
    padding-top: 9rem;
}
.pt10 {
    padding-top: 10rem;
}
.price__more {
    margin: 2rem auto;
}
.price__blocks.fullwidth {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
/*
.menu__sub-list-wrap {
    top: 70px;
}
*/
.text-block h2 {
    text-align: center;
}
.text-block h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.text-block ul {
    padding-left: 0.9375rem;
}
.text-block ul li {
    font-weight: 500;
    line-height: 150%;
    position: relative;
    padding-left: 0.625rem;
}
.text-block ul li::before {
    content: "";
    display: block;
    width: 0.1875rem;
    height: 0.1875rem;
    background-color: #343434;
    border-radius: 50%;
    position: absolute;
    top: 0.75rem;
    left: 0;
}
.text-block .text-block__container .simplesearch-result {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.text-block .text-block__container p {
    margin-bottom: .5rem;
}
.text-block .text-block__container a:hover {
    color: #476bf0;
}
.text-block .text-block__container .notfound {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.text-block .text-block__container .notfound .label {
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 1rem;
}
.text-block .text-block__container .notfound .searchformintext, .notfound .searchformintext {
    display: inline-block;
    margin-top: 1.5rem;
}
.text-block table {
    border: 1px solid #000;
}
.text-block table td {
    border: 1px solid #000;
    padding: .5rem;
}
.training__text {
    font-weight: 500;
    line-height: 150%;
    display: none;
}
.training__text.active {
    display: block;
}
.s-message {
	display:none !important;
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
.knowledge__content button {
    font-weight: 700;
}
.knowledge__content h2, .knowledge__text h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.knowledge__content p, .knowledge__text p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.knowledge__content ul, .knowledge__text ul {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.knowledge__text, .knowledge__text-content {
    font-size: 1.1rem;
}
.header__location {
    padding-left: 15px;
}
.header__location a {
    color: #476bf0;
}
#cfModal h4, #cfModal .cf-form-label {
    color: #000;
    font-weight: 700;
}
#cfModal .cf-modal-dialog {
    margin-top: 5rem;
}
#cfModal .cf-modal-content {
    padding-bottom: 15px;
}
#cfModal .cf-modal-body {
    max-height: 400px;
    overflow-y: scroll;
}
.programs__table th:nth-child(1), .programs__table td:nth-child(1) {
    width: 35%;
}
.programs__table th:nth-child(2), .programs__table td:nth-child(2) {
    width: 50%;
}
.programs__table th:nth-child(3), .programs__table td:nth-child(3) {
    width: 15%;
}

.programs__wrap table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  width: 100%;
  max-width: 65.9375rem;
  margin: 0px auto;
  text-align: left;
}
.programs__wrap table p, .programs__wrap table span {
  font-family: Mulish !important;
  font-size: 0.875rem !important;
  text-align: center !important;
}

.programs__wrap table.active tbody tr td {
  margin: 0 1rem;
}

.programs__wrap table th:nth-child(1),
.programs__wrap table td:nth-child(1) {
  width: 10%;
}

.programs__wrap table th:nth-child(2),
.programs__wrap table td:nth-child(2) {
  width: 55%;
}

.programs__wrap table th:nth-child(3),
.programs__wrap table td:nth-child(3) {
  width: 15%;
}

.programs__wrap table th:nth-child(4),
.programs__wrap table td:nth-child(4) {
  width: 20%;
}

@media (max-width: 47.9988em) {
    .programs__wrap table th:nth-child(1),
    .programs__wrap table td:nth-child(1) {
      width: 7%;
    }
    
    .programs__wrap table th:nth-child(2),
    .programs__wrap table td:nth-child(2) {
      width: 65%;
    }
    
    .programs__wrap table th:nth-child(3),
    .programs__wrap table td:nth-child(3) {
      width: 13%;
    }
    
    .programs__wrap table th:nth-child(4),
    .programs__wrap table td:nth-child(4) {
      width: 15%;
    } 
}

.programs__wrap table thead, .programs__wrap table tr, .programs__wrap table tr td {
  background: #fff !important;
}
.programs__wrap table thead, .programs__wrap table tr:hover td {
  background: #eff1f5 !important;
}
.programs__wrap table thead, .programs__wrap table tr:nth-child(1), .programs__wrap table tr:nth-child(1) td {
  background: #eff1f5 !important;
}

.programs__wrap table thead tr th, .programs__wrap table tr:nth-child(1) td p, .programs__wrap table tr:nth-child(1) td span {
  font-size: 0.875rem;
  line-height: 114%;
  color: #6f6f6f !important;
  font-family: Raleway !important;
  text-align: center !important;
}
.programs__wrap table thead tr th, .programs__wrap table tr:nth-child(1) td {
    padding: 1rem .5rem;
}

.programs__wrap table tbody {
  border-radius: 16px;
  background-color: #fff;
}

.programs__wrap table tbody tr td {
  font-size: 0.875rem;
  padding: 0.5625rem 1rem;
  line-height: 114%;
  color: #0a0a0b;
}

.programs__wrap table tbody tr:active {
  background: #e4e7ed;
}

.programs__wrap table tbody tr.pressed {
  background: #e4e7ed;
}

.programs__wrap table tbody tr.hidden {
  display: none;
}

.programs__wrap table tbody tr.active {
  background: #eff1f5;
}

.cf-confirm.cf-show {
    display: flex !important;
    justify-content: space-around !important;
    width: 250px !important;
    padding: 5px !important;
    font-size: .8rem !important;
    margin-top: .5rem !important;
}
.cf-city-label, .cf-city-current {
    padding-top: 8px !important;
}
.cf-btn-group {
    margin-top: 0 !important;
}
.cf-btn-group a {
    line-height: .9rem !important;
}
.contacts__item.item-contacts.active {
    cursor: default;
}
.item-contacts__item a {
    max-width: 200px;
}
.contacts__slider .contacts__btns {
    justify-content: center;
}
.item-price__text ul, .item-price__text ol {
    padding-left: 0.3125rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-price__text ul:not(:last-child), .item-price__text ol:not(:last-child) {
    margin-bottom: 1rem;
}
.item-price__text ul li, .item-price__text ol li {
    font-family: "Mulish";
    font-weight: 600;
    list-style: inside;
    line-height: 150%;
}
.item-price__text ol li {
    list-style-type: decimal;
}
.item-price__text ul li:not(:last-child), .item-price__text ol li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.form-programma .form-calculation__checkbox--popup {
    display: flex;
    gap: 10px;
}
.form-programma .checkbox__text, .form-programma__small-text {
    color: #000;
    font-size: .7rem;
}
.tabs__title:focus-visible {
    border: none !important;
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
/*
.body-bottom-header__wrap-items {
    height: auto;
    overflow: initial;
}
*/
.wrap-items-body__items {
    max-height: fit-content;
    overflow: initial;
}
.form-calculation__small-text a:hover {
    color: #000;
}
.bottom-menus-header__btn-fwd a.link-top-menu {
    line-height: 150%;
    text-transform: uppercase;
    padding-left: 0.5625rem;
    font-weight: 600;
    color: #a0acc4;
    display: flex;
    align-items: center;
    column-gap: 0.5625rem;
}
.bottom-menus-header__btn-fwd a.link-top-menu::after {
  content: '';
  background: url('../img/icons/menu-arrow.svg') left/contain no-repeat;
  width: 0.5rem;
  height: 0.875rem;
  display: block;
}
.faq li {
    margin-left: 1.4rem;
}
.item-price__duration {
    line-height: 180%;
}
@media (any-hover: hover) {
    .programs__table tbody tr.active:hover {
        background-color: #e4e7ed;
    }
}
@media (max-width: 71.875em) {
    .header__phone.header__phone--bottom {
        width: 100%;
        text-align: right;
    }
    .header__body--2, .header__body--2::before {
        border-radius: 16px;
    }
    .header__contacts .header__address p {
        width: 100%;
        text-align: right;
        font-size: .7rem;
    }
    .menu-open .header__body--2, .header__body--2::before {
        border-radius: 0;
    }
}
@media (max-width: 55em) {
    .programs__table th:nth-child(3), .programs__table td:nth-child(3) {
        width: 5.829384%;
    }
}
@media (max-width: 37.5em) {
    .header__right {
        column-gap: 1rem;
    }
    .header._header-scroll .header__phone--top {
        font-size: 1.1rem;
    }
}
@media (min-width: 47.9989em) {
    .cookie {
        max-width: 700px;
        width: 95%;
    }
    .additional__item {
        width: calc(100% / 3);
    }
}
.item-how-training__title {
    max-width: 95%;
}
@media (max-width: 29.9988em) {
    .header__logo img {
        width: auto;
        padding: .3rem;
    }
    .header .header__body {
        margin-top: 1rem;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    }
    .menu-open .header .header__body {
        margin-top: 0;
        box-shadow: none;
    }
    .header._header-scroll .header__phone--top {
        font-size: .9rem;
    }
}
.knowledge__image {
    z-index: 9;
}
.knowledge__image .knowledge__play {
    cursor: pointer;
}
.knowledge__video-wrap {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.knowledge__video-wrap iframe{
  width: 100%;
  height: 100%;
}

.our-training__slide .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    pointer-events: none;
    width: 50px;
    background: #00a1e7;
    padding-top: 5px;
    text-align: center;
    border-radius: 10px;
    height: 45px;
}