* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat;

}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;

}

/* .main-content {
    background: url(../img/back.png) center center/auto repeat local;
    background-size: 40px;
} */

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    /* border: 1px solid #000; */
}

.breadcrumbs {
    background: #FFFFFF;
}

.breadcrumbs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;

}

.breadcrumbs__content p {
    color: #CCC;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.breadcrumbs__content p a {
    color: #CCC;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.curses-find {
    background: #FFFFFF;
}


.curses__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.curses__content-find {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;

}

.curses__content-find h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 24px;
}

.curses__content-find-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 28px;
}

.curses__content-find-input {
    padding: 20px 28px;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 15px;
    padding-right: 80px;
    border: 2px solid #CBCBCB;
    background: url(../img/courses/other/lupa.png) no-repeat right 20px center;
    background-size: 40px;
    max-width: 1000px;
    width: 100%;
    margin-right: 20px;
}

.curses__content-find-input::-webkit-input-placeholder {
    color: #BABABA;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.curses__content-find-input::-moz-placeholder {
    color: #BABABA;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.curses__content-find-input:-ms-input-placeholder {
    color: #BABABA;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.curses__content-find-input::-ms-input-placeholder {
    color: #BABABA;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.curses__content-find-input::placeholder {
    color: #BABABA;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.curses__content-find-input:focus {
    /* border: none; */
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.curses__content-find-block-burger {
    background: #456FE7;
    display: none;
    /* display: flex; */
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 73px;
    height: 73px;
    min-width: 73px;
    min-height: 73px;
}

.curses__content-find-block-burger img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 75%;
    width: auto;

}

.curses__content-find-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.curses__content-find-filter p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-right: 32px;
}

.curses__content-find-filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.curses__content-find-filter-list a {
    text-decoration: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 12px;
    border-radius: 5px;
    background: #8DA2CA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.curses__content-find-filter-list a img {
    margin-left: 12px;
    width: 16px;
    height: 16px;
}

.curses__content-find-finding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 16px;
    background: #456FE7;
    border-radius: 8px;
}

.curses__content-find-finding p {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.curses__content-find-finding p:first-child {
    margin-right: 4px;
}

.curses__content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.curses__content-list-curs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 20px;
    width: 75%;
    padding: 20px 0;
}

.curses__content-list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
    position: relative;
    width: 25%;
}

.curses__content-list-filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: sticky;
    top: 0;
    padding: 20px 0;
}

.curses__content-list-filter-options-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.curses__content-list-filter-options-filter:last-child {
    margin-bottom: 0;
}

.curses__content-list-filter-options-filter h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.curses__content-list-filter-options-filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7D7D7D;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.curses__content-list-filter-options-filter label input {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
}

.curses__content-list-filter-options-filter select {
    border-radius: 3px;
    border: 2px solid #CCC;
    color: #7D7D7D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 8px;
    width: 100%;
}

.curses__content-list-filter-options-filter select:focus {
    border: 2px solid #CCC;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;

}

.curses__content-list-filter-options-filter select option {
    color: #000;
}

.filtering_button {
    border: none;
    cursor: pointer;
    background: #456FE7;
    padding: 12px;
    color: #FFF;
    border-radius: 8px;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filtering_button:last-child {
    margin-bottom: 0;
}

.filtering_button:hover {
    background: #2D58D4;
}



.curses__content-list-curs-obj {
    height: 360px;
    width: 320px;
    overflow: hidden;
    border-radius: 12px;
    
    -webkit-box-shadow: 0px 3.709px 7.418px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3.709px 7.418px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;

}

.curses__content-list-curs-obj:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
    
}

.curses__content-list-curs-obj a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;

}

.curses__content-list-curs-obj-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65%;
    overflow: hidden;
    
}

.curses__content-list-curs-obj a {
    position: relative;
}

.curses__content-list-curs-obj-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #2D58D4;
    border-radius: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    left: 16px;
}



.curses__content-list-curs-obj-group img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.curses__content-list-curs-obj-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.curses__content-list-curs-obj-text {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 35%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FFF;
}

.curses__content-list-curs-obj-text h4 {
    color: #3B4148;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.curses__content-list-curs-obj-text-whom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.curses__content-list-curs-obj-text-whom p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 40px;
    margin-right: 8px;
    margin-top: 4px;
    text-transform: capitalize;
}

.curses__content-list-curs-obj-text-whom p:last-child {
    margin-right: 0;
}






.curses__content-list-filter-options-PH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.curses__content-list-filter-options-filter-PH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.curses__content-list-filter-options-filter-PH:last-child {
    margin-bottom: 0;
}

.curses__content-list-filter-options-filter-PH h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.curses__content-list-filter-options-filter-PH label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7D7D7D;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.curses__content-list-filter-options-filter-PH label input {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
}

.curses__content-list-filter-options-filter-PH select {
    border-radius: 3px;
    border: 2px solid #CCC;
    color: #7D7D7D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 8px;
    width: 100%;
}

.curses__content-list-filter-options-filter-PH select:focus {
    border: 2px solid #CCC;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;

}

.curses__content-list-filter-options-filter-PH select option {
    color: #000;
}

.filtering_button {
    border: none;
    cursor: pointer;
    background: #456FE7;
    padding: 12px;
    color: #FFF;
    border-radius: 8px;
    width: 100%;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filtering_button:last-child {
    margin-bottom: 0;
}

.filtering_button:hover {
    background: #2D58D4;
}








@media (max-width: 1440px) {
    .container {
        max-width: 1024px;
    }

    .curses__content-list-filter {
        padding: 0;
    }

}

@media (max-width: 1024px) {
    .curses__content-list-filter {
        display: none;
    }

    .curses__content-list-curs {
        width: 100%;
    }

    .curses__content-find-block-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .curses__content-find h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .breadcrumbs__content p,
    .breadcrumbs__content p a {
        font-size: 16px;
    }

    .curses__content-find-input::-webkit-input-placeholder {
        font-size: 20px;
    }

    .curses__content-find-input::-moz-placeholder {
        font-size: 20px;
    }

    .curses__content-find-input:-ms-input-placeholder {
        font-size: 20px;
    }

    .curses__content-find-input::-ms-input-placeholder {
        font-size: 20px;
    }

    .curses__content-find-input,
    .curses__content-find-input::placeholder {
        font-size: 20px;
    }

    .curses__content-find-input {
        padding: 12px 20px;
        padding-right: 60px;
        background-size: 28px;
    }

    .curses__content-find-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .curses__content-find-block {
        margin-bottom: 16px;
    }

    .curses__content-find-block-burger {
        min-height: 52px;
        min-width: 52px;
        height: 52px;
        width: 52px;
        border-radius: 10px;
    }

    .curses__content-find-block-burger img {
        width: 75%;
    }

    .curses__content-list-filter-options-filter-PH h2 {
        font-size: 20px;
    }

    .curses__content-list-filter-options-filter-PH label {
        font-size: 16px;
    }

    .curses__content-list-filter-options-filter-PH label input {
        width: 16px;
        height: 16px;
    }


}

@media (max-width: 425px) {}