.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;
    margin: 3rem auto;
}
.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 {
        display: inline-block;
    	vertical-align: top;
    	max-width: 100%;
    	overflow-x: auto;
    	white-space: nowrap;
    	-webkit-overflow-scrolling: touch;
    }
    .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, .programs__wrap table tr:nth-child(1) {
  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 tr:nth-child(1) td p, .programs__wrap table tr:nth-child(1) td span
*/
.programs__wrap table thead tr th {
  font-size: 0.875rem;
  line-height: 114%;
  color: #6f6f6f !important;
  font-family: Raleway !important;
  text-align: center !important;
}
/*, .programs__wrap table tr:nth-child(1) td*/
.programs__wrap table thead tr th {
    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-city .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;
        min-width: 350px;
    padding: 12px !important;
    height: 64px;
    opacity: 1;
    gap: 16px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    min-width: 400px;
    right: -160%;
}
.cf-confirm.cf-show .cf-city-label {
    color: #000;
    min-width: 100px;
}
.cf-city-label, .cf-city-current {
    padding-top: 8px !important;
    font-size: 16px;
    line-height: 1.2rem;
}
.cf-city .cf-confirm.cf-show .cf-btn-group {
    margin-top: 0 !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}
.cf-city .cf-confirm.cf-show .cf-btn-group a {
    line-height: .9rem !important;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 8px;
}
.cf-city .cf-confirm.cf-show .cf-btn-primary {
    background: #343434 !important;
}
.cf-city .cf-confirm.cf-show .cf-btn-default {
    border: none !important;
}
@media (max-width: 37.5em) {
    .cf-city .cf-confirm.cf-show {
        left: 0;
    }
}
@media (max-width: 29.9988em) {
    .cf-city .cf-confirm.cf-show {
        left: -25%;
        min-width: 350px !important;
        right: auto;
    }
    .cf-city-label, .cf-city-current {
        font-size: 12px;
    }
}
@media (max-width: 20em) {
    .cf-city .cf-confirm.cf-show {
        left: -38%;
        min-width: 320px !important;
        right: auto;
        gap: 1px;
    }
}
.contacts__item.item-contacts.active {
    cursor: default;
}
.item-contacts__item a {
    max-width: 200px;
}
.contacts__slider .contacts__btns {
    justify-content: center;
}
.price__title.title.title--center {
    text-align: 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 .header__body {
        padding: 0;
        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;
    }
    .header__logo img {
        width: 7rem;
        padding: .3rem;
    }
    .header__right {
        padding-right: 10px;
        justify-content: end;
        width: 100%;
    }
}
.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;
}
#containerimg iframe {
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 32px !important;
    border: none !important;
}
.form-programma__social.si {
    justify-content: space-between;
}
.item-price__social-link--icons::before {
  content: "";
  display: block;
  height: 1.25rem;
}
.item-price__social-item.si .item-price__social-link {
    display: none;
}
.si .small {
    display: block;
    width: 56px;
    height: 56px;
}
.si a.tg {
    background: url(../img/icons/social/tgsmall.png) no-repeat;
}
.si a.wa {
    background: url(../img/icons/social/wasmall.png) no-repeat;
}
.si a.max {
    background: url(../img/icons/social/maxsmall.png) no-repeat;
}
.si a.vk {
    background: url(../img/icons/social/vksmall.png) no-repeat;
}
.item-price__social-link--max {
  background-color: #000000;
}
.item-price__social-link--max::after {
  background: url("../img/icons/social/maxbig2.png") right/contain no-repeat;
  height: 1.5em;
  width: 1.5em;
}
.item-price__social-link--vk {
  background-color: #F3F5F7;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.item-price__social-link--vk::after {
  background: url("../img/icons/social/vksmall.png") right/contain no-repeat;
  height: 1.5em;
  width: 1.5em;
}
@media (max-width: 31.25em) {
    .item-price__social-item.si .small {
        display: none;
    }
    .item-price__social-item.si .item-price__social-link {
        display: flex;
        padding: 0;
    }
    
    .item-price__social-links {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 1rem auto;
        grid-template-areas: "link-1 link-2" "link-3 link-4" "link-5 link-5";
        -ms-grid-columns: 1fr 1rem 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1rem;
    }
    
    .item-price__social-item:first-child {
        grid-area: link-1;
    }
    
    .item-price__social-item:nth-child(2) {
        grid-area: link-2;
    }
    
    .item-price__social-item:nth-child(3) {
        grid-area: link-3;
    }
    
    .item-price__social-item:nth-child(4) {
        grid-area: link-4;
    }
    
    .item-price__social-item:nth-child(5) {
        grid-area: link-5;
    }
    
    #pdopage .item-price__social-links.sb {
        display: block;
    }
    #pdopage .item-price__social-item:nth-child(2) {
        display: flex;
        justify-content: center;
    }
}
.form-programma__social.si {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1rem auto;
    grid-template-areas:
    "link-1 link-2"
    "link-3 link-4"
    "link-5 link-5";
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}
.form-programma__social.si:first-child {
    grid-area: link-1;
}
.form-programma__social.si:nth-child(2) {
    grid-area: link-2;
}
.form-programma__social.si:nth-child(3) {
    grid-area: link-3;
}
.form-programma__social.si:nth-child(4) {
    grid-area: link-4;
}
hr {
    border: 1px solid #ee9971;
}
.simplesearch-result-pages {
    font-weight: 700;
}
.item-price__social-links.sb {
    justify-content: space-between;
}
.item-price__social-link--black {
    max-width: 300px;
    float: right;
}
.mobilesearch {
    display: none;
}
@media (max-width: 71.875em) {
    .menu-open .header__bottom {
        top: 3rem;
    }
    .menu-middle-open .header__bottom {
        top: 0;
        transform: translate(0, 0);
    }
    .menu-open .mobilesearch {
        display: block;
    }
    .menu-open .mobilesearch form {
        z-index: 99;
    }
    .menu-open .mobilesearch .body-bottom-header__form,.menu-middle-open .mobilesearch .body-bottom-header__form {
        display: flex;
        margin-top: 1rem;
    }
    .menu-open .mobilesearch .body-bottom-header__form,.menu-middle-open .mobilesearch .body-bottom-header__form {
        display: block;
        border: 1px solid #eff1f5;
        border-radius: 0.625rem;
    }
}
.middle-listm, .icon-middle-menu {
    display: none;
}
.menu-middle-open .middle-listm {
    display: block;
    overflow-y: scroll;
}
.menu-middle-open .mobilesearch {
    display: none;
}
@media only screen and (max-width: 468px) {
    .fancybox-slide {
        padding: 0;
    }
    .fancybox-is-open .fancybox-bg {
        background-color: #fff;
    }
    .fancybox-is-open .searchtextbox, .fancybox-is-open #mobilemenulist .active {
        display: none !important;
    }
    .icon-middle-menu {
        display: flex;
        position: absolute;
        right: 15px;
        width: 1.25rem;
        height: 0.875rem;
        cursor: pointer;
        z-index: 20;
    }
    .icon-middle-menu:before,.icon-middle-menu:after,.icon-middle-menu span {
        background-color: #fff;
        content: "";
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 0.125rem;
    }
    .icon-middle-menu span {
            top: calc(50% - 0.0625rem);
    }
    .icon-middle-menu:before {
        top: 0;
    }
    .icon-middle-menu:after {
        bottom: 0;
    }
}
.mobileburger {
    display: none;
}
@media only screen and (max-width: 468px) {
    .mobileburger {
        display: flex;
        color: #FFF;
        background: #476BF0;
        min-height: 64px;
        padding: 22px 10px 22px 40px;
        text-transform: uppercase;
        margin: 10px 0 10px 0;
        border-radius: 0;
    }
}