
.ac .ac-panel,
.ac.is-active .ac-panel {
    padding: 0 !important;
}
.ac .ac-panel {
    transition: .3s;
    transition-duration: 300ms !important;
}
.courses-search {
    display: flex;
    gap: 24px;
    margin: 0 0 56px;
}
.courses-search p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
}
.courses-search form .form-input {
    width: 100%;
    height: 40px;
    border: 1px solid #EFEFEF;
    background-color: white;
    max-width: 100%;
}
.courses-search-col {
    flex: 0 1 100%;
}
.courses-search-col:nth-child(1) {
    flex: 0 0 556px;
}
.courses-search form {
    width: 100%;
}
.courses-cats {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin: 0 0 3.2rem;
}
.courses-cat-btn {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    width: max-content;
    height: 48px;
    border: 1px solid #BABABA;
    background: transparent;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434343;
    cursor: pointer;
}
.courses-cat-btn:hover {
    background: #EFEFEF;
    border: 1px solid #BABABA;
    color: #434343;
}
.courses-cat-active {
    background: #7163E9;
    color: white;
} 
.courses-item {
    box-sizing: border-box;
    overflow: hidden;
}
.courses-list {
    box-sizing: border-box;
    overflow: hidden;
}
.courses-filters {
    margin: 0 0 3.6rem;
    position: relative;
    z-index: 23;
}
.courses-filters form {
    overflow: visible;
        position: relative;
    z-index: 2;
}



.courses-views {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434343;
}

.view-btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: background 0.2s;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  transition: .3s;
}

.view-btn svg {
    max-width: 32px;
}
.view-btn:hover svg path {
  fill: #BABABA;
}
.view-btn svg path {
  fill: #BABABA;
      fill: #434343;
}
.view-btn.active svg path {
    fill: #434343;
    fill: #7163E9;
}
.view-btn.active:hover svg path {
  fill: #BABABA;
}

.view-btn.active svg rect {
  fill: #007bff; /* выделение активной кнопки */
}
.top-filters-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.6rem;
}
.courses-filters-reset-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434343;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .4rem;
    background: transparent!important;
  padding: 0;
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
  background: transparent;
  transition: .3s;
  cursor: pointer;
}
.courses-filters-reset-btn svg {
    max-width: 20px;
}




.filters-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
        position: relative;
    z-index: 2;
    /* margin-bottom: 3.6rem; */
}
.filters-item {
    flex: 0 1 100%;
}
.courses-filter-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
    margin-bottom: .4rem;
}
.choices {
    margin-right: 0;
    min-width: 200px;
}

.choices__inner {
    padding: 4px 12px;
    height: 40px;
    min-height: 40px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 999px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
        display: flex;
    align-items: center;
    cursor: pointer;
}
.choices__list--multiple {
    display: flex;
}
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
        cursor: pointer;
}

.choices__list--dropdown {
  border-radius: 8px;
}

.choices__list--dropdown .choices__item:hover, 
.choices__list[aria-expanded] .choices__item:hover {
    background: #CBF5EE;
}
.choices__list--dropdown {
    background: #FFFFFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    border-radius: 12px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, 
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: #CBF5EE;
}
.is-focused .choices__inner {
    border: 1px solid #89E9D9;
    box-shadow: 0px 0px 4px 1px #CBF5EE;
        border-radius: 999px;
}
.is-open .choices__inner {
          border-radius: 999px;  
}
.choices__list--dropdown, 
.choices__list[aria-expanded] {
    border: none;
    border-radius: 12px;
}
.choices__placeholder {
    opacity: 1;
}
.choices__item--selectable {
    overflow: hidden;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}
.choices__input {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
    background: transparent;
    margin: 0;
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
     pointer-events: none;
}
.choices__list--multiple .choices__item {
    padding: 0;
    background: transparent;
        font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
    margin: 0;
    border: none;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    margin: 0px -2px 0px 5px;
    padding-left: 10px;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjI2NjQgNC44MTA5NkM1LjgzNjExIDQuNDIwNDQgNS4yMDI5NSA0LjQyMDQ0IDQuODEyNDIgNC44MTA5NkM0LjQyMTkgNS4yMDE0OCA0LjQyMTkgNS44MzQ2NSA0LjgxMjQyIDYuMjI1MTdMMTAuNTg3MiAxMS45OTk5TDQuODEyNDggMTcuNzc0NkM0LjQyMTk2IDE4LjE2NTEgNC40MjE5NiAxOC43OTgzIDQuODEyNDggMTkuMTg4OEM1LjIwMzAxIDE5LjU3OTMgNS44MzYxNyAxOS41NzkzIDYuMjI2NyAxOS4xODg4TDEyLjAwMTQgMTMuNDE0MUwxNy43NzYgMTkuMTg4OEMxOC4xNjY2IDE5LjU3OTMgMTguNzk5NyAxOS41NzkzIDE5LjE5MDMgMTkuMTg4OEMxOS41ODA4IDE4Ljc5ODMgMTkuNTgwOCAxOC4xNjUxIDE5LjE5MDMgMTcuNzc0NkwxMy40MTU2IDExLjk5OTlMMTkuMTkwMyA2LjIyNTE3QzE5LjU4MDggNS44MzQ2NSAxOS41ODA4IDUuMjAxNDggMTkuMTkwMyA0LjgxMDk2QzE4Ljc5OTggNC40MjA0NCAxOC4xNjY2IDQuNDIwNDQgMTcuNzc2MSA0LjgxMDk2TDEyLjAwMTQgMTAuNTg1N0w2LjIyNjY0IDQuODEwOTZaIiBmaWxsPSIjNDM0MzQzIi8+Cjwvc3ZnPgo=);
    background-size: 14px;
    width: 14px;
    line-height: 1;
    opacity: .75;
    transform: translateY(2px);
}

.choices__input::-webkit-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
}
.choices__input::-moz-placeholder {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
}
.choices__input:-ms-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
}
.choices__input::-ms-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
}
.choices__input::placeholder {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
}

.choices__list--dropdown .choices__item, 
.choices__list[aria-expanded] .choices__item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
    padding: 10px 14px;
    min-height: 44px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    position: relative;
    padding-left: 38px;
}
.choices .choices__list--dropdown .choices__item::after {
    content: ""!important; 
    width: 16px;
    height: 16px;
    border: 1px solid #7A7A7A;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: calc(50% - 8px);
    display: inline-block;
    margin: 0;
}

.choices[data-type="select-one"] .choices__list--dropdown .choices__item::after {
    border-radius: 4px;
}

.choices[data-type="select-multiple"] .choices__list--dropdown .choices__item::after {
    border-radius: 16px;
    content: ""; 
    display: block;
}
.choices[data-type*=select-one] .choices__list--dropdown .choices__item,
.choices[data-type="select-multiple"] .choices__list--dropdown .choices__item {
    padding-left: 38px;
}


.choices[data-type="select-multiple"]::after,
.choices[data-type*=select-one]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMjI4OTQgNS4xNzE1N0wzLjI4NjEzIDYuMTE0MzhMOC4wMDAxNyAxMC44Mjg0TDEyLjcxNDIgNi4xMTQ0TDExLjc3MTQgNS4xNzE1OUw4LjAwMDE4IDguOTQyODFMNC4yMjg5NCA1LjE3MTU3WiIgZmlsbD0iIzQzNDM0MyIvPgo8L3N2Zz4K);
    background-size: 16px;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    right: 12px;
    top: calc(50% - 8px);
    display: inline-flex;
    margin: 0;
}
.choices[data-type="select-multiple"].is-open::after,
.choices[data-type*=select-one].is-open::after {
    border: none;
    margin: 0;
    transform: rotate(180deg);
}
.choices .choices__list--dropdown .choices__item::after {
    content: ""; 
    width: 16px;
    height: 16px;
    border: 1px solid #7A7A7A;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: calc(50% - 8px);
    display: inline-block;
    margin: 0;
    content: none;
    display: none;
}
.choices__list--dropdown .choices__item, 
.choices__list[aria-expanded] .choices__item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
    padding: 10px 14px;
    min-height: 44px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    position: relative;
    padding-left: 14px;
}
.filters-form .choices[data-type="select-one"] .choices__list--dropdown .choices__item,
.filters-form .choices[data-type="select-multiple"] .choices__list--dropdown .choices__item{
    background-color: white;
}
.filters-form .choices[data-type="select-one"] .choices__list--dropdown .choices__item:hover,
.filters-form .choices[data-type="select-multiple"] .choices__list--dropdown .choices__item:hover {
    background-color: #CBF5EE;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item,
.filters-form .choices[data-type="select-multiple"] .choices__list--dropdown .choices__item,
.filters-form .choices[data-type="select-one"] .choices__list--dropdown .choices__item {
    position: relative;
    opacity: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.filters-form .choices[data-type="select-one"] .choices__list--dropdown .choices__item::after {
    content: ""!important; 
    width: 16px;
    height: 16px;
    border: 1px solid #7A7A7A;
    display: block;
    border-radius: 16px;
    opacity: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.filters-form .choices[data-type="select-multiple"] .choices__list--dropdown .choices__item::after {
    content: ""; 
    width: 16px;
    height: 16px;
    border: 1px solid #7A7A7A;
    display: block;
    border-radius: 4px;
    opacity: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.filters-form .choices[data-type="select-one"] .choices__list--dropdown .is-selected::after,
.filters-form .choices[data-type="select-multiple"] .choices__list--dropdown .is-selected::after {
    content: ""; 
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iNCIgZmlsbD0iIzcxNjNFOSIvPgo8cGF0aCBkPSJNNi4zMTE0NyA5LjY3NDgyTDExLjgyODcgMy43NjA2M0MxMi4wMzUxIDMuNTM5MzUgMTIuMjk3OSAzLjQyODcxIDEyLjYxNjkgMy40Mjg3MUMxMi45MzU5IDMuNDI4NzEgMTMuMTk4NiAzLjUzOTM1IDEzLjQwNTEgMy43NjA2M0MxMy42MTE1IDMuOTgxOTEgMTMuNzE0NyA0LjI2MzU0IDEzLjcxNDcgNC42MDU1MUMxMy43MTQ3IDQuOTQ3NDkgMTMuNjExNSA1LjIyOTEyIDEzLjQwNTEgNS40NTA0TDcuMDk5NjQgMTIuMjA5NUM2Ljg3NDQ1IDEyLjQ1MDkgNi42MTE3MiAxMi41NzE2IDYuMzExNDcgMTIuNTcxNkM2LjAxMTIxIDEyLjU3MTYgNS43NDg0OCAxMi40NTA5IDUuNTIzMjkgMTIuMjA5NUwyLjU5NTc3IDkuMDcxMzNDMi4zODkzNSA4Ljg1MDA1IDIuMjg2MTMgOC41Njg0MiAyLjI4NjEzIDguMjI2NDVDMi4yODYxMyA3Ljg4NDQ3IDIuMzg5MzUgNy42MDI4NCAyLjU5NTc3IDcuMzgxNTZDMi44MDIyIDcuMTYwMjggMy4wNjQ5MyA3LjA0OTY0IDMuMzgzOTUgNy4wNDk2NEMzLjcwMjk4IDcuMDQ5NjQgMy45NjU3IDcuMTYwMjggNC4xNzIxMyA3LjM4MTU2TDYuMzExNDcgOS42NzQ4MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=)!important; 
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
.filters-form .choices[data-type="select-one"] .choices__list--dropdown .is-selected  {
 
}
.filters-form .choices[data-type="select-one"] .choices__list--dropdown .is-selected::after {
 
}

 



.choices__list--dropdown, .choices__list[aria-expanded] {
    top: 100%;
    margin-top: 4px;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 208px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

div.title-search-result {
    border-radius: 12px;
    border: none;
}
.title-search-result a span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
}
.title-search-result a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
    text-decoration: none;
    padding: 10px 14px;
    background-color: transparent;
    margin: 0;
    border: none;
}
.title-search-result a:hover {
    background-color: #CBF5EE;
}
.title-search-result > div.flex {
    border: none !important;
    max-height: 208px;
    background: #FFFFFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    border-radius: 12px;
    overflow: auto;
}

.courses-item-except br,
.courses-item-except br + br {
    display: none;
}




@media only screen and (min-width: 1025px) {

    .courses-list.grid .courses-item,
    .courses-item-full {
        flex: 0 0 100%;
        overflow: visible;
    }
    .courses-item-full .courses-item-box {
        display: flex;
    }
    .courses-list.grid .courses-item .courses-item-img,
    .courses-item-full .courses-item-img {
        height: 100%;
        border-radius: 30px;
    }
    .courses-list.grid .courses-item .courses-item-head {
        flex: 0 0 440px;
    }
    .courses-list.grid .courses-item-content {
        width: 100%;
        min-height: 252px;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .courses-list.grid .courses-item .courses-item-box{
        display: flex;
        min-height: 252px;
        gap: 2.4rem;
    }
    .courses-list.grid .courses-item {
        border: none;
        background: white;
        overflow: visible;
    }
    .courses-list.grid .courses-item-title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
        min-height: auto;
    }
    .courses-list.grid .courses-item-except {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        box-orient: vertical;
        min-height: auto;

    }
    .courses-list.grid .courses-item-names {
        flex-grow: 1;
    }
    .courses-list.grid .courses-item-info {
        justify-content: flex-start;
    }
    .courses-list.grid .courses-item-label {
        display: none;
    }
    .courses-list.grid .courses-item .btn {
        height: 52px;
        padding: 0 22px;
    }
    .courses-list.list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .courses-list.grid {
        grid-template-columns: 1fr;
    }



}




.courses-wrapper {
    position: relative;
    width: 100%;
    min-height: 50rem;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 12;
    top: 0;
    left: 0;
    margin-left: 0;
    display: none;
}

.loader {
    display: flex;
    width: 64px;
    height: 64px;
    position: relative;
    animation: rotate 1.5s ease-in infinite alternate;
    margin: 80px auto;
}
.loader::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FF3D00;
  background: #3ADAC0;
  width: 64px;
  height: 32px;
  border-radius: 0 0 50px 50px;
}
.loader::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  background: #7163E9;
  width: 8px;
  height: 64px;
  animation: rotate 1.2s linear infinite alternate-reverse;
}

@keyframes rotate {
  100% { transform: rotate(360deg)}
}
          

.choices[data-type="select-multiple"] {
    max-width: 337px;
}

.choices__list--multiple .choices__item[data-deletable] {
    white-space: nowrap;
}
.filters-form .choices__list--multiple {
    max-width:85%;
}
.choices[data-type*=select-multiple] .choices__inner {
    /* overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical; */
}
.filters-form-wrapper {
    position: relative;
    width: 100%;
}
.filters-mob-btn {
    display: none;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 4.4rem;
}
.filters-mob-btn span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434343;
}
.filters-mob-btn svg {
    max-width: 24px;
    margin-right: .8rem;
}
.courses-item-prices {
    display: flex;
    align-items: center;
    gap: 8px;
}
.courses-item-price-old {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #BABABA;
}
.popular-course .courses-item-head {
    flex: 0 0 672px;
}
.popular-course .courses-item-box {
    min-height: 377px;
    background-color: #EFEFEF;
    border-radius: 30px;
}
.popular-course .badge-sale {
    background-color: #FFB800;
    width: max-content;
    height: 64px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 44px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434343;
    border-radius: 100px;
    padding: 0 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.popular-course .courses-item-badges svg {
    max-width: 161px;
    max-height: 64px;
    object-fit: contain;
    min-height: 64px;
    width: max-content;
}
.popular-course .courses-item-tags {
    position: relative;
    top: 0;
    left: 0;
    gap: 1.2rem;
    margin-bottom: 2rem;
}
.popular-course .courses-item-badges {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: auto;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}
.popular-course .courses-item-city,
.popular-course .courses-item-format {
    background: #7163E9;
    color: white;
}
.popular-course .courses-item-info {
    display: flex;
    justify-content: flex-start;
}
.popular-course .courses-item-info span {
    margin-right: 4px;
}
.popular-course  .courses-item .btn {
    height: 52px;
    padding: 0 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.popular-course .courses-item-bottom {
    justify-content: flex-start;
    gap: 2.4rem;
}
.popular-course .courses-item-title {
    height: auto;
    min-height: auto;
}
.popular-course .courses-item-content {
    max-width: 632px;
}


.btn.load-more-items2,
.btn.load-more-items1,
.btn.load-more-items {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    width: max-content;
    min-width: 148px;
    height: 52px;
    border: 1px solid #434343;
    border-radius: 8px!important;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.btn.load-more-items2:hover,
.btn.load-more-items1:hover,
.btn.load-more-items:hover {
    border-radius: 8px!important;
}
.btn.load-more-items2::after,
.btn.load-more-items1::after,
.btn.load-more-items::after {
    border-radius: 8px!important;
}
.js-show_more--show-more2,
.js-show_more--show-more1,
.js-show_more--show-more {
    margin: 5.2rem 0 0;
    display: flex;
    justify-content: center;
}

.consult-form.custom-form .form-input {
    background: #FFFFFF !important;
    border: 1px solid #EFEFEF !important;
}
.consult-form.custom-form .form-btn, 
.consult-form.custom-form .b24-form-btn {
    width: 100%;
    max-width: 100%;
}
.consult-form .order-course-form-btn {
    height: 52px;
}
.filters-form .choices[data-type="select-multiple"] .choices__list--multiple {
    display: none;
}
.filters-form .filters-item.selected .choices[data-type="select-multiple"] .choices__input[placeholder="Все"] {
    visibility: hidden;
}



/* class="choices__item choices__item--choice is-selected choices__item--selectable is-highlighted" */























@media only screen and (min-width: 1600px) {
    .popular-course .courses-item-content {
        padding: 32px 24px;
    }






}
@media only screen and (max-width: 1299px) {
    .js-show_more--show-more2, .js-show_more--show-more1, .js-show_more--show-more {
        margin: 4.4rem 0 0;
    }
    .popular-course .courses-item-head {
        flex: 0 0 512px;
    }
    .popular-course .badge-sale {
        height: 44px;
        font-size: 24px;
        padding: 0 2rem;
    }
    .popular-course .courses-item-box {
        min-height: 356px;
    }
    .popular-course .courses-item-bg {
        height: 100%;
    }
    .popular-course .courses-item-names {
        flex-grow: 1;
    }
    .popular-course .courses-item-except {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        box-orient: vertical;;
    }
    .popular-course .courses-item-title {
        font-size: 24px;
        line-height: 28px;
    }
    .popular-course .courses-item-img {
        height: 100%;
    }
    .courses-cat-btn {
        padding: 0 16px;
        height: 36px;
        font-size: 14px;
        line-height: 20px;
    }
    .courses-search-col:nth-child(1) {
        flex: 0 0 424px;
    }
    .courses-search {
        margin: 0 0 52px;
    }
    .courses-item-info span {
        text-align: left;
    }
    .courses-item-img {
        height: 189px;
    }


        
}
@media only screen and (max-width: 1025px) {
  .js-show_more--show-more2, .js-show_more--show-more1, .js-show_more--show-more {
      margin: 4rem 0 0;
  }
  .top-filters-row {
    display: none;
  }
    .courses-item-content {
        min-height: 256px;
    }
    .popular-course .courses-item-head {
        flex: 0 0 424px;
    }
    .popular-course .courses-item-box {
        display: flex;
    }
    .popular-course .courses-item-img {
        height: 100%;
        border-radius: 30px;
    }
    .popular-course .courses-item-title {
        font-size: 20px;
        line-height: 24px;
    }
    .courses-search-col,
    .courses-search-col:nth-child(1) {
        flex: 0 0 100%;
    }
    .courses-search {
        flex-wrap: wrap;
        gap: 0;
        margin: 0 0 40px;
    }
    .courses-search-col:nth-child(1) {
        margin-bottom: .8rem;
    }
  .btn.load-more-items2, .btn.load-more-items1, .btn.load-more-items {
    width: 100%;
    max-width: 100%;
  }
    .filters-box {
        gap: 1.6rem;
    }
    .courses-item-info span {
        text-align: left;
    }
    .courses-item-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .courses-item .btn {
        height: 48px;
        padding: 0 16px;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        display: flex;
        margin-top: 1.2rem;
    }
    .courses-item-info .courses-item-date span,
    .courses-item-info .courses-item-date {
        font-weight: 500;
    }
    .courses-item-info .courses-item-label {
        font-weight: 700; 
    }
    .courses-item-img {
        height: 160px;
    }
    .courses-item-title {
        margin-bottom: 0.8rem;
    }
    .courses-item-info {
        margin: 0.8rem 0;
    }




}
@media only screen and (max-width: 991px) {
  .js-show_more--show-more2, .js-show_more--show-more1, .js-show_more--show-more {
      margin: 4.4rem 0 0;
  }

  .btn.load-more-items2, .btn.load-more-items1, .btn.load-more-items {
    width: 100%;
    max-width: 864px;
  }
    .popular-course .courses-item-box {
        flex-wrap: wrap;
    }
    .popular-course .courses-item-head {
        flex: 0 0 100%;
    }
    .popular-course .courses-item-img {
        height: 317px;
    }
    .popular-course .courses-item-content {
        max-width: 100%;
        padding: 2rem 5.8rem;
    }
    .filters-mob-btn {
        display: flex;
    }
    .filters-form-wrapper {
        display: none;
    }
    .filters-box {
        flex-wrap: wrap;
        gap: 0;
    }
    .courses-cat-btn {
        padding: 0 12px;
        height: 32px;
        font-size: 12px;
        line-height: 16px;
    }
    .courses-cats {
        gap: 1.2rem;
        margin: 0 0 3.2rem;
    }
    .courses-search {
        margin: 0 0 40px;
    }
    .filters-item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .courses-cats {
        flex-wrap: wrap;
    }
    .courses-filters {
        margin: 0;
    }
    .filters-box {
        margin-bottom: 2.4rem;
    }
    #popular-course .courses-item-price {
        font-size: 24px;
        line-height: 32px;
    }


}
@media only screen and (max-width: 767px) {
    .popular-course .courses-item-except {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-clamp: 5;
        box-orient: vertical;
    }
    .courses-item-tags {
        flex-wrap: wrap;
        max-width: 60%;
    }
    .filters-item {
        flex: 0 0 100%;
    }
     .courses-item-price {
        font-size: 16px;
        line-height: 24px;
    }
    .courses-item-title {
        min-height: auto;
    }
    .courses-item-content {
        min-height: max-content;
    }
    .filters-item .choices,
    .filters-item .choices[data-type="select-multiple"] {
        max-width: 100%;
    }   





}
@media only screen and (max-width: 580px) {
  .btn.load-more-items2, .btn.load-more-items1, .btn.load-more-items {
    width: 100%;
    max-width: 100%;
  }
    .popular-course .courses-item-content {
        max-width: 100%;
        padding: 1.2rem 1.6rem 2.4rem;
    }
    .popular-course .courses-item-img {
        height: 204px;
        border-radius: 20px;
    }
    #popular-course {
        margin-left: -16px;
        width: calc(100% + 32px);
    }
    .popular-course .courses-item-title {
        font-size: 14px;
        line-height: 20px;
    }
    .popular-course .courses-item-bottom {
        justify-content: flex-start;
        gap: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .popular-course .courses-item .btn {
        height: 52px;
        padding: 0 28px;
        font-size: 18px;
        display: flex;
        width: 100%;
        margin-top: .8rem;
    }
    .popular-course .badge-sale {
        height: 40px;
        font-size: 20px;
        line-height: 1;
        padding: 0 1.6rem;
    }
    .popular-course .courses-item-badges {
        top: 1.2rem;
        left: 2.8rem;
        right: auto;
    }
    .courses-cats {
        gap: 1.2rem;
        margin: 0 0 1.6rem;
    }
    .filters-mob-btn {
        margin: 0 0 2.4rem;
    }
    .courses-item .courses-item-prices {
        width: 100%;
    }









}