/* УДАЛИТЬ */
.custom-pf * {
    font-family: "IBM Plex Sans";
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

main {
    padding-top: 207px;
}

/* КОНЕЦ */
.custom-pf {
    max-width: 1366px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.custom-pf {
    padding-bottom: 20px;
}

.custom-pf .pf-result-line {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #545454;
    padding-left: 8px;
}

.custom-pf .pf-categories {
    display: flex;
    margin: 50px -7.9px 19px;
    flex-wrap: wrap;
}

.custom-pf-result .no-result {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #545454;
    text-align: center;
}

.custom-pf .pf-category {
    padding: 0 8px;
    margin-top: 10px;
}

/*.custom-pf .pf-category:first-child,
.custom-pf .pf-category:last-child {
    flex-grow: 1;
}*/

.custom-pf .pf-category span {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.custom-pf .pf-category img {
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.custom-pf .pf-category input {
    height: 0;
    width: 0;
    opacity: 0;
}

.custom-pf .pf-category label {
    padding: 13px 17px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    transition: background .2s linear, transform .2s linear;
}

.custom-pf .pf-category label.disabled {
    opacity: 0.5;
}
.custom-pf .pf-category label.active, .custom-pf .pf-category label:hover{
    background: #1C1C1C !important;
    transform: scaleY(1.1);
}

.custom-pf .pf-category.organizational-agility label {
    background: linear-gradient(60.63deg, #D5072C 7.09%, #EF4697 72.14%);
}

.custom-pf .pf-category.scrum label {
    background: linear-gradient(60.63deg, #8471F5 7.09%, #B763F5 72.14%);
}

.custom-pf .pf-category.safe-scaled-agile label {
    background: linear-gradient(60.63deg, #1D65C2 7.09%, #459BFF 72.14%);
}

.custom-pf .pf-category.engineering-practices label {
    background: linear-gradient(60.63deg, #EC780E 15.02%, #F7A742 83.24%);
}

.custom-pf .pf-category.technical-excellence label {
    background: linear-gradient(60.63deg, #1BA3D9 7.09%, #0EDDDC 72.14%);
}

.custom-pf .pf-category.tools label {
    background: linear-gradient(236.38deg, #818181 3.58%, #575756 94.23%);
}

.custom-pf .pf-selects {
    display: flex;
    margin: 0 -9.9px;
    flex-wrap: wrap;
}

.custom-pf .pf-select {
    padding: 10px 10px;
}

.custom-pf .pf-select select {
    display: none;
}

.custom-pf .pf-select ul {
    display: none;
    position: absolute;
    left: 0;
    top: 62px;
    list-style: none;
    z-index: 2;
    background: #E9E9ED;
    width: auto;
    min-width: 100%;
    max-height: 200px;
    overflow: auto;
}

.custom-pf .pf-select ul {
    scrollbar-width: thin;
    scrollbar-color: transparent #6D6D6D;
}

.custom-pf .pf-select ul::-webkit-scrollbar {
    width: 4px;
}

.custom-pf .pf-select ul::-webkit-scrollbar-track {
    background: transparent;
}

.custom-pf .pf-select ul::-webkit-scrollbar-thumb {
    background-color: #6D6D6D;
    border-radius: 20px;
}

.custom-pf .pf-select ul li {
    padding-left: 25px;
    padding-right: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #6D6D6D;
    white-space: nowrap;
    list-style: none !important;
    margin: 0 !important;
}

.custom-pf .pf-select ul li:hover {
    color: #fff;
    background: rgba(27, 163, 217, 0.3);
}

.custom-pf .pf-select ul li br {
    display: none;
}

.custom-pf .pf-select .custom-select {
    background: #E9E9ED;
    border-radius: 10px;
    display: flex;
    padding-left: 27px;
    padding-right: 20px;
    align-items: center;
    width: 180px;
    height: 62px;
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.custom-pf .pf-select .custom-select ul li.active {
    display: none;
}

.custom-pf .pf-select .custom-select span {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #6D6D6D;
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-pf .pf-select .custom-select:after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    margin-left: auto;
    background: url("images/chevron.svg") no-repeat center center/contain;
    margin-top: 5px;
}

.custom-pf .pf-select .custom-select.active ul {
    display: block;
}

.custom-pf .custom-pf-result {
    padding-top: 64px;
}

.custom-pf .pf-course-item {
    margin-bottom: 30px;
    -webkit-tap-highlight-color: transparent;
}

.custom-pf .pf-course-item .top {
    display: flex;
    padding-right: 51px;
    border: 1px solid #D2D2D2;
    background: #fff;
    position: relative;
    min-height: 103px;
    height: auto;
}

.custom-pf .pf-course-item .top .open-btn {
    width: 15px;
    height: 10px;
    align-self: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.custom-pf .pf-course-item .description {
    width: 100%;
    max-height: 0px;
    overflow: auto;
    height: 100%;
    transition: max-height 0.2s linear;
}

.custom-pf .pf-course-item .content {
    display: flex;
    width: 85%;
    align-items: center;
}

.custom-pf .pf-course-item .content .title, .custom-pf .pf-course-item .content .price {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #545454;
}

.custom-pf .pf-course-item .content .full-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #545454;
    max-width: 330px;
}

.custom-pf .pf-course-item .content .title {
    max-width: 380px;
    display: block;
    border-bottom: 0;
    margin: 0;
}

.custom-pf .pf-course-item .content .left {
    padding: 22px 25px 15px 35px;
}

.custom-pf .pf-course-item .content .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4%;
    padding-right: 27px;
    text-align: center;
}

.custom-pf .pf-course-item .content .right a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #545454;
    display: block;
    background: #FFFFFF;
    border: 1px solid #A1A1A1;
    border-radius: 100px;
    text-decoration: none;
    padding: 3px;
    width: 140px;
    text-align: center;
    transition: border-color .2s linear, box-shadow .2s linear;

}
.custom-pf .pf-course-item .content .right a:hover{
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.custom-pf .pf-course-item .content .right span {
    margin-top: 5px;
}

.custom-pf .pf-course-item .content .logo {
    margin-right: 10px;
	flex-shrink: 0;
}

.custom-pf .pf-course-item .content .logo img {
    width: 35px;
    height: auto;
    display: block;
}

.custom-pf .pf-course-item .content .details {
    display: flex;
    align-items: center;
}

.custom-pf .pf-course-item .content .center, .custom-pf .pf-course-item .content .private {
    display: flex;
    margin-left: auto;
    align-items: center;
}

/*.custom-pf .pf-course-item .content .center del{
    display: none;
}*/

.custom-pf .pf-course-item .content .center .prices {
    display: flex;
    flex-direction: column;
}

.custom-pf .pf-course-item .content .center .early-bird {
    display: flex;
    background: transparent;
    border-radius: 100px;
    justify-content: center;
    padding: 0px 25px 2px 19px;
    margin-right: 20px;
    align-items: center;
    outline: 0;
    border: 0;
}

.custom-pf .pf-course-item .content .center .early-bird span {
    font-size: 13px;
    color: #545454;
    font-weight: 500;
    white-space: nowrap;
    line-height: 32px;
}

.custom-pf .pf-course-item .content .center .early-bird img {
    margin-right: 7px;
}

.custom-pf .pf-course-item .content .center bdi {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #545454;
}

.custom-pf .pf-course-item.private .content .center {
    margin-left: auto;
}

.custom-pf .pf-course-item .content .private img {
    margin-right: 10px;
}

.custom-pf .pf-course-item .content .private span {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #545454;
    font-style: italic;
}

.custom-pf .pf-course-item .date {
    flex-basis: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pf .pf-course-item .date span {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.custom-pf .pf-course-item .description {
    background: #F1F1F1;
    border-top: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom-pf .pf-course-item .description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #1C1C1C;
    /*max-width: 82.3%;*/
    /*margin-left: auto;*/
    padding-left: 235px;
    padding-right: 124px;
    padding-top: 22px;
    padding-bottom: 19px;
}

.custom-pf .pf-course-item .description::-webkit-scrollbar {
    display: none;
}

.custom-pf .pf-course-item.open .description {
    max-height: 5000px;
    transition: max-height 0.5s linear;
}

.custom-pf .pf-course-item.open .top:after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-pf .load-more {
    text-align: center;
}

.custom-pf .load-more button {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    color: #111;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    background-color: transparent;
    border: none;
    transition: all 0.4s ease 0s;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.custom-pf-mobile {
    display: none;
}

.custom-pf-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 100000000;
}

.custom-pf-overlay.active {
    display: flex;
}

.custom-pf-popup {
    background: #fff;
    width: 50%;
    height: 90%;
    border-radius: 7px;
    padding: 30px 35px;
    position: relative;
    display: none;
}

.custom-pf-popup.active {
    display: block;
}

.custom-pf-popup .content {
    height: 100%;
    overflow: auto;
}

.custom-pf-popup .content {
    scrollbar-width: thin;
    scrollbar-color: #266CCA transparent;
}

.custom-pf-popup .content::-webkit-scrollbar {
    width: 4px;
}

.custom-pf-popup .content::-webkit-scrollbar-track {
    background: transparent;
}

.custom-pf-popup .content::-webkit-scrollbar-thumb {
    background-color: #266CCA;
    border-radius: 20px;
}

.custom-pf-popup .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.custom-pf-overlay .custom-pf-popup .content {
    width: auto;
}

body.freeze {
    overflow: hidden;
}

.post-type-archive .rh-container {
    max-width: 1366px;
    width: 100%;
}

.custom-pf .pf-course-item .top .guatanteed {
    position: relative;
    margin-left: 20px;
    margin-top: -7px;
    min-width: 30px;
}
.custom-pf .pf-course-item .top .guatanteed .row {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.custom-pf .pf-course-item .top .guatanteed .row span {
    font-size: 13px;
}

.custom-pf .pf-course-item .top .guatanteed img {
    cursor: pointer;
}

.custom-pf .pf-course-item .top .guatanteed:hover .text {
    display: block;
}

.custom-pf .pf-course-item .top .guatanteed .text {
    background: #48CE65;
    border-radius: 17px;
    position: absolute;
    width: 141px;
    text-align: center;
    padding: 2px 0 3px;
    bottom: 50px;
    left: 20px;
    display: none;
}

.custom-pf .pf-course-item .top .guatanteed .text span {
    color: #1C1C1C;
    font-size: 13px;
    font-weight: 400;
}

.custom-pf .pf-course-item .top .guatanteed .text:after {
    content: '';
    display: block;
    position: absolute;
    background: url("images/popup.svg") no-repeat center center / cover;
    width: 13.5px;
    height: 11.5px;
    bottom: -7px;
    left: 4px;
}

.custom-pf .pf-categories.search {
    flex-wrap: nowrap;
    margin: 50px 0px 0;
}

@media (max-width: 1440px) {
    .custom-pf {
        max-width: 1200px;
    }

    .custom-pf .pf-course-item .content .details {
        align-items: baseline;
    }

    .custom-pf .pf-course-item .content .logo img {
        margin-bottom: -8px;
    }

    .custom-pf .pf-course-item .content .left {
        padding: 22px 15px 15px 15px;
    }

    .custom-pf .pf-course-item.private .content .left {
        padding: 26px 25px 26px 15px;
    }

    .custom-pf .pf-course-item .content .left .full-date {
        font-size: 14px;
        max-width: 220px;
    }

    .custom-pf .pf-course-item .content .center {
        margin-left: auto;
    }

    .custom-pf .pf-course-item .content .right {
        padding-right: 19px;
        margin-left: 2%;
    }

    .custom-pf .pf-course-item .content .center .early-bird {
        margin-right: 15px;
    }

    .custom-pf .pf-course-item .top .guatanteed {
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .custom-pf {
        max-width: 980px;
    }

    .custom-pf .pf-category span {
        font-size: 16px;
        line-height: 178%;
    }

    .custom-pf .pf-select .custom-select span {
        font-size: 16px;
        line-height: 178%;
    }

    .custom-pf .pf-select ul li {
        font-size: 16px;
        line-height: 178%;
    }

    .custom-pf .pf-course-item.private .content .left {
        padding: 22px 25px 22px 15px;
    }

    .custom-pf .pf-course-item .date {
        flex-basis: 175px;
    }

    .custom-pf .pf-course-item .content .full-date, .custom-pf .pf-course-item .content .title, .custom-pf .pf-course-item .content .price, .custom-pf .pf-course-item .content .private span {
        font-size: 16px;
        line-height: 178%;
    }

    .custom-pf .pf-course-item .content .right {
        padding-left: 20px;
    }

    .custom-pf .pf-course-item.private .content .right {
        margin-left: 0%;
    }

    .custom-pf .pf-course-item .content .right a {
        font-size: 16px;
        line-height: 178%;
        width: 150px;
    }

    .custom-pf .pf-course-item .description p {
        font-size: 16px;
        line-height: 178%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .custom-pf .pf-course-item .content .right {
        margin-left: 0;
    }

    .custom-pf .pf-course-item .content .left .full-date{
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .custom-pf {
        max-width: 760px;
    }

    .custom-pf .pf-selects {
        flex-wrap: wrap;
    }

    .custom-pf .pf-select {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .custom-pf .pf-select .custom-select {
        width: 100%;
    }

    .custom-pf .pf-select .custom-select span {
        max-width: 90%;
    }

    .custom-pf .pf-select ul {
        max-width: 100%;
    }

    .custom-pf .pf-select ul li {
        white-space: normal;
    }

    .custom-pf .custom-pf-result {
        padding-top: 34px;
    }

    .custom-pf .pf-course-item.private .content .left {
        padding-left: 0;
    }

    .custom-pf .pf-course-item.private .content .left {
        padding: 22px 25px 0px 15px;
    }

    .custom-pf .pf-course-item .content {
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-left: 20px;
        min-height: 196px;
    }

    .custom-pf .pf-course-item .content .left {
        width: 100%;
        padding-left: 0;
    }

    .custom-pf .pf-course-item .content .center {
        width: 100%;
        margin: 0px 0 20px;
        justify-content: center;
    }

    .custom-pf .pf-course-item .content .right {
        width: 100%;
        display: flex;
        align-items: center;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .custom-pf .pf-course-item .top {
        height: auto;
    }

    .custom-pf .pf-course-item .description p {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .custom-pf .pf-course-item .content .center, .custom-pf .pf-course-item .content .private {
        margin-left: 0;
    }

    .custom-pf-popup {
        width: 80%;
        height: 80%;
    }

    .custom-pf .pf-course-item .content .title {
        white-space: unset;
    }

    .custom-pf .pf-course-item .top .open-btn {
        width: 100%;
        margin-top: 29px;
        text-align: center;
    }

    .custom-pf .pf-course-item .top .guatanteed {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .pf-categories.search,
    .custom-pf .pf-course-item .content .logo {
        display: none;
    }

    .custom-pf .pf-course-item .content .title {
        font-weight: 600;
    }

    .custom-pf .pf-course-item .content .center bdi {
        font-weight: 600;
    }

    .custom-pf {
        max-width: 560px;
    }

    .custom-pf .pf-categories {
        margin: 0 -4.9px;
    }

    .custom-pf .pf-select {
        margin-bottom: 10px;
    }

    .custom-pf .pf-category {
        padding: 0 5px;
        width: 50%;
    }

    .custom-pf .pf-category span {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-pf .pf-selects {
        margin: 0 -4.9px;
    }

    .custom-pf .pf-course-item .content .right a {
        width: 250px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .custom-pf .pf-course-item .content .right span {
        font-size: 19px;
    }
    .custom-pf .pf-course-item .content .title {
        font-size: 22px;
    }
    .custom-pf .pf-course-item .date span {
        font-size: 22px;
        font-weight: 600;
    }

    .custom-pf .pf-course-item .content .center {
        flex-direction: column;
    }

    .custom-pf .pf-course-item .content .center .early-bird {
        margin-right: 0;
        margin-bottom: 10px;
    }

}

@media (max-width: 425px) {
    .custom-pf .pf-categories {
        margin: 0;
    }

    .custom-pf .pf-category {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
    }

    .custom-pf .pf-categories.search{
        margin: 50px 0 16px;
    }

    .custom-pf .pf-category label {
        justify-content: center;
    }

    .custom-pf .pf-category span {
        width: auto;
        white-space: unset;
        overflow: auto;
        text-overflow: unset;
    }

    .custom-pf .pf-selects {
        margin: 0;
    }

    .custom-pf .pf-select {
        margin-bottom: 16px;
        padding: 0;
        width: 100%;
    }

    .custom-pf .pf-select .custom-select span {
        font-size: 18px;
    }

    .custom-pf .pf-select .custom-select {
        padding-left: 24px;
        padding-right: 35px;
    }

    .custom-pf .pf-course-item .date {
        flex-basis: 103px;
    }

    .custom-pf .pf-course-item .top {
        flex-direction: column;
        padding-right: 0;
    }

    .custom-pf .pf-course-item.private .content .left {
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 20px;
        text-align: center;
    }

    .custom-pf .pf-course-item .content .left {
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 20px;
        text-align: center;
        padding-bottom: 0;
    }

    .custom-pf .pf-course-item .content .title {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        color: #545454;
    }

    .custom-pf .pf-course-item .content {
        padding-left: 0;
        width: 100%;
    }

    .custom-pf .pf-course-item .content .details {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .custom-pf .pf-course-item .content .logo img {
        margin-bottom: 0;
    }

    .custom-pf .pf-course-item .content .center {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .custom-pf .pf-course-item .content .left .full-date {
        font-size: 16px;
    }

    .custom-pf .pf-course-item .top .open-btn {
        margin-top: 34px;
    }

    .custom-pf .pf-course-item .top .open-btn img {
        transform: rotate(-90deg);
    }

    .custom-pf .pf-course-item .content {
        padding-bottom: 34px;
    }

    .custom-pf .pf-course-item .description p {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin-top: -7px;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #1C1C1C;
    }

    .custom-pf .pf-course-item .description {
        background: #fff;
    }

    .custom-pf .pf-course-item.open .top {
        border-bottom: 0;
    }

    .custom-pf .pf-course-item.open .description {
        border-left: 1px solid #D2D2D2;
        border-right: 1px solid #D2D2D2;
        border-bottom: 1px solid #D2D2D2;
        transition: none;
    }

    .custom-pf .pf-course-item.open .top .open-btn img {
        transform: none;
    }

    .custom-pf .pf-course-item .description {
        transition: none;
    }
}

/*@media (max-width: 425px) {*/


/*  .custom-pf-mobile * {*/
/*    font-family: "IBM Plex Sans";*/
/*  }*/

/*  .custom-pf-mobile {*/
/*    max-width: 100%;*/
/*    padding: 50px 15px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion {*/
/*    margin-bottom: 14px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion.organizational-agility .header {*/
/*    background: linear-gradient(60.63deg, #D5072C 7.09%, #EF4697 72.14%);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion.scrum .header {*/
/*    background: linear-gradient(60.63deg, #8471F5 7.09%, #B763F5 72.14%);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion.safe-scaled-agile .header {*/
/*    background: linear-gradient(60.63deg, #1D65C2 7.09%, #459BFF 72.14%);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion.engineering-practices .header {*/
/*    background: linear-gradient(60.63deg, #EC780E 15.02%, #F7A742 83.24%);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion.technical-excellence .header {*/
/*    background: linear-gradient(60.63deg, #1BA3D9 7.09%, #0EDDDC 72.14%);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion.tools .header {*/
/*    background: linear-gradient(236.38deg, #818181 3.58%, #575756 94.23%);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .header {*/
/*    background: black;*/
/*    padding: 10px;*/
/*    border-radius: 7px;*/
/*    display: flex;*/
/*    align-self: center;*/
/*    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .header span {*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 178%;*/
/*    color: #FFFFFF;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .header img {*/
/*    max-width: 32px;*/
/*    max-height: 32px;*/
/*    width: auto;*/
/*    height: auto;*/
/*    margin-right: 10px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion > .content {*/
/*    width: 100%;*/
/*    max-height: 0px;*/
/*    overflow: auto;*/
/*    height: 100%;*/
/*    transition: max-height 0.2s linear;*/
/*    border: 1px solid #D2D2D2;*/
/*    border-bottom: 0;*/
/*    padding: 0 15px;*/
/*    border-top: 0;*/
/*    margin-top: -4px;*/
/*    -ms-overflow-style: none;*/
/*    scrollbar-width: none;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion > .content::-webkit-scrollbar {*/
/*    display: none;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion.open > .content {*/
/*    max-height: 5000px;*/
/*    transition: max-height 0.5s linear;*/
/*    border-bottom: 1px solid #D2D2D2;*/
/*    min-height: 380px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects {*/
/*    padding-top: 20px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects select {*/
/*    display: none;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 62px;*/
/*    list-style: none;*/
/*    z-index: 2;*/
/*    background: #E9E9ED;*/
/*    width: 100%;*/
/*    min-width: 100%;*/
/*    max-height: 200px;*/
/*    overflow: auto;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul {*/
/*    scrollbar-width: thin;*/
/*    scrollbar-color: transparent #6D6D6D;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul::-webkit-scrollbar {*/
/*    width: 4px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul::-webkit-scrollbar-track {*/
/*    background: transparent;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul::-webkit-scrollbar-thumb {*/
/*    background-color: #6D6D6D;*/
/*    border-radius: 20px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul li {*/
/*    padding-left: 25px;*/
/*    padding-right: 10px;*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 32px;*/
/*    color: #6D6D6D;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul li:hover {*/
/*    color: #fff;*/
/*    background: rgba(27, 163, 217, 0.3);*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects ul li br {*/
/*    display: none;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects .custom-select {*/
/*    background: #E9E9ED;*/
/*    border-radius: 10px;*/
/*    display: flex;*/
/*    padding-left: 27px;*/
/*    padding-right: 20px;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    height: 62px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    margin-bottom: 10px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects .custom-select span {*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 32px;*/
/*    color: #6D6D6D;*/
/*    max-width: 90%;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects .custom-select:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 14px;*/
/*    height: 8px;*/
/*    margin-left: auto;*/
/*    background: url("images/chevron.svg") no-repeat center center/contain;*/
/*    margin-top: 5px;*/
/*  }*/
/*  .custom-pf-mobile .pf-accordion .pf-selects .custom-select.active ul {*/
/*    display: block;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item {*/
/*    margin-bottom: 10px;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .content {*/
/*    border: 1px solid #D2D2D2;*/
/*    border-top: 0;*/
/*    padding-bottom: 10px;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .date {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 25px 0;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .date span {*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 178%;*/
/*    color: #FFFFFF;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .title {*/
/*    padding-top: 10px;*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 178%;*/
/*    color: #111111;*/
/*    text-align: center;*/
/*    display: block;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .logo {*/
/*    text-align: center;*/
/*    margin: 10px 0;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .logo img {*/
/*    width: 30px;*/
/*    height: auto;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .full-date {*/
/*    font-size: 16px;*/
/*    line-height: 158%;*/
/*    color: #111111;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    display: block;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .center {*/
/*    text-align: center;*/
/*    margin-top: 40px;*/
/*    margin-bottom: 40px;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .center .private {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .center .private img {*/
/*    margin-right: 10px;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .center span {*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    color: #111111;*/
/*    line-height: 158%;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .right {*/
/*    text-align: center;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .right a {*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);*/
/*    border-radius: 100px;*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 178%;*/
/*    color: #545454;*/
/*    text-decoration: none;*/
/*    padding: 7px;*/
/*    width: 190px;*/
/*    display: block;*/
/*    margin: 0 auto 20px;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .btn {*/
/*    text-align: center;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .description {*/
/*    background: #F1F1F1;*/
/*    border-radius: 0 0 7px 7px;*/
/*    width: 100%;*/
/*    max-height: 0px;*/
/*    overflow: auto;*/
/*    height: 100%;*/
/*    transition: max-height 0.2s linear;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item .description p {*/
/*    padding: 15px;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 138%;*/
/*    color: #1C1C1C;*/
/*  }*/
/*  .custom-pf-mobile .pf-course-item.open .description {*/
/*    max-height: 5000px;*/
/*    transition: max-height 0.5s linear;*/
/*  }*/
/*  .custom-pf-mobile .load-more {*/
/*    text-align: center;*/
/*    padding-bottom: 20px;*/
/*  }*/
/*  .custom-pf-mobile .load-more button {*/
/*    padding: 8px 14px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    line-height: 18px;*/
/*    text-transform: uppercase;*/
/*    color: #111;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*    border-radius: 3px;*/
/*    background-color: #f6f6f6;*/
/*    border: none;*/
/*    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 2px rgba(0, 0, 0, 0.08);*/
/*    transition: all 0.4s ease 0s;*/
/*    position: relative;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*  }*/
/*}*/

.pf-currency {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pf-currency .wcml-cs-active-currency {
    background: #64A6FF;
    border-radius: 100px;
    border: 0;
    padding: 0 20px;
    width: 86px;
    height: 32px;
    display: flex;
    align-items: center;
}

.pf-currency .wcml-cs-active-currency:hover {
    background: #64A6FF;
}

.pf-currency .wcml-dropdown {
    max-width: 96px;
}

.pf-currency .wcml-cs-item-toggle {
    color: #fff;
    font-size: 22px;
    padding: 0;
}

.pf-currency .wcml-dropdown a.wcml-cs-item-toggle:after {
    vertical-align: unset;
    display: block;
    border: 0;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 12px;
    height: 7px;
    background: url("images/currency-arrow.svg") no-repeat center center / cover;
    transform: translateY(-50%);
}

.pf-currency .wcml-dropdown .wcml-cs-submenu li {
    background: #64A6FF;
    border: 0;
}

.pf-currency .wcml-dropdown .wcml-cs-submenu {
    border: 0;
}

.pf-currency .wcml-dropdown .wcml-cs-submenu li a {
    color: #fff;
    font-size: 20px;
}

.pf-currency .wcml-dropdown .wcml-cs-submenu li:hover a {
    color: #fff;
}

.pf-currency .wcml-dropdown .wcml-cs-submenu li:hover {
    background: #64a6ffb3;
}


.custom-pf .pf-categories input.post_title {
    font-family: "IBM Plex Sans", sans-serif;
    width: 100%;
    padding: 12px 34px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #6D6D6D;
    border: 0;
    background-color: #E9E9ED;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #C1C1C1;
}
.custom-pf .pf-categories input.post_title::placeholder {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: italic;
}
.custom-pf .pf-categories.search button[type="button"]{
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background-color: #E9E9ED;
    border: 0;
    width: 100%;
    max-width: 90px;
}