body {
    font-family: 'Raleway', sans-serif !important;
    background: #f3f3f3 !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 700 !important;
}

a {
    text-decoration: none !important;
}

input,
select,
textarea {
    -webkit-appearance: none !important;
}

img {
    max-width: 100% !important;
    width: auto;
    height: auto;
}

blockquote {
    padding: 16px 36px 24px;
    background: #fcfffd;
    font-weight: 500;
    border-left: 4px solid color(srgb 0.0705 0.7378 0.4581);
    border-radius: 0 5px 5px 0;
}

blockquote p {
    margin-bottom: 0;
}

.test_options input {
    width: auto !important;
    height: auto !important;
    position: absolute;
    display: inline-block !important;
    cursor: pointer;
}

.test_options input:checked {
    background: url(../img/check.svg) center no-repeat;
}

.test_options label {
    padding-top: 3px;
    margin: 0 0 0 50px !important;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block !important;
    transition: .3s all;
}

.test_options label:hover {
    color: #0FC457;
}

.test_options ul {
    list-style: none;
    margin: 0 0 1.5rem 0 !important;
    padding: 0 !important;
}

.test_options ul li {
    margin: 1.5rem 0;
}

.article_info {
    padding: .75rem 1.5rem;
    margin: .75rem !important;
    width: calc(100% - 1.5rem) !important;
    display: inline-block;
    background: #fff;
    margin-bottom: .75rem;
    border-radius: 10px;
    font-size: 13px;
}

.comment_write {
    border-top: 1px solid #e1e1e1;
}

.edit_block {
    position: absolute;
    background: #f4f4f4;
    border-radius: 5px;
    padding: .1rem .2rem !important;
    margin: .5rem !important;
    right: 0;
    top: 0;
}

.edit_block picture {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
}

.edit_block img {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    margin: 0 .2rem !important;
    opacity: .5;
    transition: .3s all;
    border-radius: 0 !important;
}

.edit_block img:hover {
    opacity: 1;
}

.inner_article_image img {
    width: 100% !important;
    border-radius: 30px;
}

.inner_article_text p {
    text-align: justify;
    font-size: 17px;
    line-height: 150%;
    margin: 0 0 17px 0;
}

.inner_blog .block_2_1 {
    margin-bottom: 1.5rem;
    position: relative;
}

.inner_header {
    background: url(../img/footer_bg.svg) center no-repeat;
    background-size: cover !important;
    color: #fff;
}

.inner_header h1 {
    font-weight: 400 !important;
    font-size: 30px;
}

.teacher_contacts picture {
    width: 30px !important;
    height: 30px !important;
    margin: 0 3px;
    display: inline-block !important;
    transition: .3s all
}

.teacher_contacts picture:hover {
    opacity: .8;
}

.more_link {
    text-decoration: none;
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #c1c1c1 !important;
    transition: .3s all;
}

.more_link:hover {
    color: #00A9CD;
    border-color: #00A9CD !important;
}

.more_link h2 {
    line-height: 30px !important;
}

.teacher_courses a {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    font-size: 13px;
    margin: .4rem .2rem;
    color: #000;
    transition: .3s all;
}

.teacher_courses a:hover {
    background: linear-gradient(225deg, #BE80AE 0%, #58549A 100%);
    color: #fff;
    border-color: transparent;
}

.teacher_about picture,
.book_about picture {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 1.5rem;
}

.book_about picture {
    margin-bottom: .75rem;
}

.book_about em {
    font-style: normal;
    font-weight: bold;
}

.teacher_about picture img,
.book_about picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 30px;
}

.options_row input {
    margin-bottom: 0 !important;
}

.add_option {
    font-size: 13px;
    color: #2F80ED;
    transition: .3s;
}

.add_question a {
    font-size: 20px;
    color: #2F80ED;
    transition: .3s;
}

.add_question a:hover,
.add_option:hover {
    color: #0FC357;
    transition: .3s;
}

.column_content .block_3 {
    padding: 0;
    border: 0;
}

.student {
    padding: .75rem;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    margin-top: 1.5rem;
}

.student picture {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: .5rem;
    display: block;
}

.student picture:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.student img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s;
}

.student img:hover {
    opacity: .9;
    transition: .3s;
}

.student a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    transition: .3s;
}

.student a:hover {
    color: #0FC357;
    transition: .3s;
}

.in_process {
    padding: 5px 10px;
    border-radius: 5px;
    background: #2F80ED;
    font-size: 12px;
    display: inline-block;
    margin-top: .5rem;
    color: #fff;
}

.finish_lesson {
    padding: 5px 10px;
    border-radius: 5px;
    background: #0FC357;
    font-size: 12px;
    display: inline-block;
    margin-top: .5rem;
    color: #fff;
}

#notice span,
#student span {
    font-size: 13px;
    display: inline-block;
    margin-bottom: .75rem;
}

#student img {
    border-radius: 10px;
}

#student ul {
    font-size: 13px;
}

.notice {
    padding: 1.5rem;
    margin-bottom: .75rem;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    color: #000;
    font-size: 13px;
    transition: .3s;
}

.notice:hover b {
    color: #0FC357;
    transition: .3s;
}

.notice b {
    font-size: 17px;
}

.new_notice {
    border: 1px solid #0FC357;
}

.read_message {
    border: none;
}

.accordion-body .clearfix {
    display: block;
}

.accordion-header i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    margin-left: .75rem;
    padding: 5px 7px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    background: #2F80ED;
}

.accordion-header em {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    margin-left: .75rem;
    padding: 5px 7px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    background: #c1c1c1;
}

.accordion-header button {
    font-weight: 500 !important;
    font-size: 17px;
    border-radius: 10px !important;
}

.accordion-body img {
    border-radius: 10px;
}

.accordion-body span {
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 5px;
    background: #f4f4f4;
}

.accordion-body ul {
    list-style: none;
    margin: .75rem 0 0 0;
    padding: 1rem 1.5rem;
    background: #f9f9f9;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
}

.accordion-body ol {
    margin: .75rem 0 0 0;
    padding: 1rem 1.5rem;
    background: #f9f9f9;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
}

.accordion-body ul a {
    color: #000;
    transition: .3s;
}

.accordion-body ul a:hover {
    color: #0FC357;
    transition: .3s;
}

.accordion-body ul li {
    padding: .5rem 0;
}

.accordion-body ul li ul li,
.accordion-body ul li ol li {
    border-bottom: 1px solid #e1e1e1;
}


.accordion-body ul li ul li:last-child,
.accordion-body ul li ol li:last-child {
    border: 0;
}

.accordion-body ul li ul,
.accordion-body ul li ol {
    font-size: 15px;
    margin: .75rem 0 !important;
    background: #fff;
}

.views_course,
.wishlist_course,
.bought_course,
.done_tests {
    padding: 3px 0 3px 20px !important;
}

.views_course {
    background: url(../img/eye.svg) center left no-repeat !important;
}

.wishlist_course {
    background: url(../img/star_2.svg) center left no-repeat !important;
}

.bought_course {
    background: url(../img/money.svg) center left no-repeat !important;
}

.done_tests {
    background: url(../img/done.svg) center left no-repeat !important;
}

.edit_course {
    font-size: 13px;
    color: #999;
    transition: .3s;
}

.edit_course:hover {
    color: #0FC357;
    transition: .3s;
}

.zapis_2 {
    background: url(../img/bg_3.svg) center top no-repeat;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
}

.zapis_2 h2 {
    font-size: 30px;
    display: block;
    margin-bottom: 2rem;
}

.zapis_2 a {
    color: #fff;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 25px 100px;
    border-radius: 50px;
    margin-top: 1rem;
}

.zapis_2 a:hover {
    color: #fff;
    background: #0FC457;
}

.file-input {
    display: block;
    margin: 1.5rem 0;
    text-align: left;
    border: 1px solid #e1e1e1;
    padding: 16px;
    width: 100%;
    /*max-width: 450px;*/
    position: relative;
    border-radius: 10px;
}

.file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 10px;
    margin-right: 8px;
}

.file-input:hover>.button {
    background: dodgerblue;
    color: white;
}

.file-input>.label {
    color: #333;
    white-space: nowrap;
    font-size: 13px;
    opacity: .3;
}

.file-input.-chosen>.label {
    opacity: 1;
}

.column_content hr {
    width: 100px;
    height: 1px;
    border: 0;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    opacity: 1;
    margin: .75rem 0 1.5rem 0;
    display: block;
}

#student hr {
    width: 100px;
    height: 1px;
    border: 0;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    opacity: 1;
    margin: .75rem 0;
    display: block;
}

.column_content .block_2_1 {
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.comment_block {
    padding: 1.5rem 0 2rem 0;
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.comment_block b {
    font-size: 17px;
    color: #294555;
    display: block;
}

.comment_block span {
    font-size: 12px;
    color: #294555;
    display: block;
}

.comment_block p {
    font-size: 15px;
    margin: .75rem 0 .75rem 0;
    line-height: 150%;
}

.comment_block em {
    font-style: normal;
    color: #0064AB;
    font-weight: 600;
    font-size: 13px;
}

.public_like span {
    color: #294555;
    transition: .3s;
}

.public_like a {
    color: #000;
    transition: .3s;
}

.public_like a:hover {
    color: #00A9CD;
    transition: .3s;
}

.comment_buttons {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: .75rem 0;
    font-size: 13px;
    margin-top: .75rem;
}

.comment_buttons a {
    margin-right: 1.5rem;
    color: #000;
    transition: .3s;
}

.comment_buttons a:hover {
    color: #0FC457;
    transition: .3s;
}

.comment_buttons img {
    margin-right: 5px;
}

.public_like img {
    width: 15px !important;
}

.column_content input,
.column_content select,
.column_content textarea,
.comment_block input,
.comment_block select,
.comment_block textarea,
.comment_write textarea {
    padding: 15px;
    font-size: 13px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid #e1e1e1;
    width: 100%;
    transition: .3s;
}

.comment_write textarea {
    height: 100px;
    font-size: 15px;
}

.column_content select,
.comment_block select {
    background: url(../img/select.svg) center right .75rem no-repeat;
    cursor: pointer;
}

.column_content textarea,
.comment_block textarea,
.comment_write textarea {
    margin-bottom: 0;
}

.column_content input:focus,
.column_content select:focus,
.column_content textarea:focus,
.comment_block input:focus,
.comment_block select:focus,
.comment_block textarea:focus,
.comment_write textarea:focus {
    border: 1px solid #0FC457;
    transition: .3s;
}

.column_content textarea {
    height: 100px;
}

.column_content form {
    font-size: 17px;
    color: #294555;
    padding-bottom: 1.5rem;
}

.card .brd,
.card .hdr {
    display: none;
}

.embedly-card-hug {
    margin: -33px 0 !important;
}

.embedly-card {
    overflow: hidden;
}

.column_content button,
.comment_block button {
    border: 0;
}

.public_icons img {
    width: 15px !important;
    transition: .3s;
}

.public_icons img:hover {
    opacity: .7;
    transition: .3s;
}

.checkbox_public label {
    cursor: pointer;
    font-size: 13px;
}

.checkbox_public input {
    position: absolute;
    padding: 0;
    margin: 4px 0 0 -30px !important;
    width: 20px;
    height: 20px;
    background: #EAEAEA;
    border-radius: 20px;
    border: 4px solid #EAEAEA !important;
    cursor: pointer;
    box-shadow: none !important;
}

.checkbox_public input:focus {
    border: 4px solid #EAEAEA !important;
}

.checkbox_public input:checked {
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
}

.lk_2 {
    margin-bottom: 1.5rem !important;
}

.price_course input,
.price_webinars input,
.price_course select {
    background: #EFF6F8 !important;
    box-shadow: none !important;
}


.price_course select {
    background: url(../img/select.svg) center right .75rem no-repeat #EFF6F8 !important;
}

.price_course {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}

.courses_constructor a {
    padding: 10px 45px !important;
    margin: .75rem 0 !important;
    border-radius: 50px;
    background: linear-gradient(180deg, #0064AB 0%, #349EEA 100%);
    display: inline-block;
    width: auto !important;
    color: #fff !important;
}

.courses_constructor a:hover {
    background: #0064AB;
    color: #fff;
}

.cancel_public {
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    background: #EAEAEA;
    color: #000;
    transition: .3s;
}

.cancel_public:hover {
    color: #fff;
    background: #0FC457;
    transition: .3s;
}

.public_ok {
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    color: #fff;
    border: 0 !important;
}

.public_ok:hover {
    color: #fff;
    background: #0FC457;
}

.public_test {
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    background: #2F80ED;
    color: #fff;
}

.public_test:hover {
    color: #fff;
    background: #00A9CD;
}

.user_menu_image {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.user_menu_image a {
    color: #000;
    transition: .3s;
}

.user_menu_image a:hover {
    color: #0FC357;
    transition: .3s;
}

.user_menu_image picture {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: .75rem;
}

.user_menu_image picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s;
}

.user_menu_image picture:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.add_block {
    border: 1px solid #e1e1e1;
    padding: 3rem;
    border-radius: 10px;
    font-size: 17px;
    color: #000;
    transition: .3s;
}

.add_block:hover {
    border-color: #0FC357;
    color: #0FC357;
    transition: .3s;
}

.add_block img {
    display: block;
    margin: 0 auto;
    opacity: .3;
    margin-bottom: 1.5rem;
    transition: .3s;
}

.add_block:hover img {
    opacity: 1;
    transition: .3s;
}

#menu_user ul {
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
}

#menu_user ul a {
    color: #000;
}

#menu_user ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 1.5rem 0;
    position: relative;
}

#menu_user ul li:last-child {
    border-bottom: 0;
}

#menu_user ul img {
    margin-right: .75rem;
    width: 36px !important;
}

#menu_user ul li em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #FB4E18;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    border-radius: 30px;
    right: 0;
    font-style: normal;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.column div {
    padding: 1.5rem .75rem;
    border-bottom: 1px solid #f3f3f3;
}

.column div:last-child {
    border: 0;
}

.user_image {
    font-size: 17px;
    line-height: 120%;
    padding: 2rem !important;
    font-weight: 700;
}

.user_image a {
    color: #000;
    transition: .3s;
}

.user_image a:hover {
    color: #0FC357;
    transition: .3s;
}

.user_image .ratio {
    padding: 0;
    border-radius: 100%;
    margin-bottom: 1.5rem;
}

.send_comment_block {
    position: relative;
}

.send_comment_block form {
    border: 0;
    padding-bottom: 0;
}

.send_comment_block input {
    margin-bottom: 0;
}

.send_comment {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    top: .7rem;
    right: 1.3rem;
    background: url(../img/send.svg) top 8px right 8px no-repeat #c1c1c1;
    border-radius: 30px;
    position: absolute;
    transition: .3s;
}

.send_comment:hover {
    background-color: #0FC357;
    transition: .3s;
}

.user_image picture {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    border-radius: 100%;
    overflow: hidden;
}

.user_image picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s;
}

.user_image picture img:hover {
    transform: scale(1.1);
    transition: .3s;
}

.user_details {
    font-size: 17px;
    font-weight: 700;
    position: relative;
}

.user_details img {
    display: block;
    margin: 0 auto;
    width: 40px !important;
    margin-bottom: .75rem;
}

li.user_details img {
    display: inline;
}

.user_details a {
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    transition: .3s;
}

.user_details a:hover {
    color: #0FC457;
    transition: .3s;
}

.user_details span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #FB4E18;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    border-radius: 30px;
    right: .75rem;
    top: .75rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.column,
.column_content {
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, .05);
    border-radius: 10px;
}

.inner_zag {
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    padding: .75rem;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
}

.inner_zag img {
    margin-right: .75rem;
    width: 30px !important;
    color: #000;
}

.column_content {
    padding: 1.5rem 1.5rem .75rem 1.5rem;
}

.user_photo {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -45px;
    margin-top: -3px;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}

.entry .user_photo {
    margin-top: 3px;
}
.user_photo img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.cabinet header {
    background: url(../img/head_bg_1.svg) top right 33% no-repeat #0064AB;
}

.cabinet header a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: .3s;
}

.cabinet header a:hover {
    color: #0FC457;
    transition: .3s;
}

.buttons_1 a {
    margin: 0 1.5rem;
    transition: .3s;
}

.buttons_2 a {
    margin-left: 3rem;
    transition: .3s;
}

.buttons_1 a img {
    margin-right: 10px;
}

.buttons_2 a img {
    margin-right: 5px;
}

.scheme_block {
    width: 100%;
    height: 400px;
    background: url(../img/ellipse.svg) center no-repeat, url(../img/benefit_3.svg) center no-repeat;
    margin: 6rem 0 3rem 0;
    display: inline-block;
}

.scheme_block div {
    padding: 10px 30px 10px 60px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1) !important;
}

.s_1 {
    background: url(../img/bull_1.svg) center left 10px no-repeat #fff;
    margin: -20px 0 0 0;
}

.s_2 {
    background: url(../img/bull_2.svg) center left 10px no-repeat #fff;
    margin: 100px 0 0 100px;
}

.s_3 {
    background: url(../img/bull_1.svg) center left 10px no-repeat #fff;
    margin: 230px 0 0 120px;
}

.s_4 {
    background: url(../img/bull_2.svg) center left 10px no-repeat #fff;
    margin: 350px 0 0 0;
}

.s_5 {
    background: url(../img/bull_3.svg) center left 10px no-repeat #fff;
    margin: 280px 0 0 -240px;
}

.s_6 {
    background: url(../img/bull_1.svg) center left 10px no-repeat #fff;
    margin: 150px 0 0 -290px;
}

.s_7 {
    background: url(../img/bull_3.svg) center left 10px no-repeat #fff;
    margin: 40px 0 0 -220px;
}

.course_about h2 {
    font-size: 36px;
    color: #294555;
}

.course_about h4 {
    display: block;
    margin: 3rem 0;
    color: #294555;
    font-size: 22px;
}

.course_about p {
    color: #294555;
    font-size: 20px;
    line-height: 150%;
}

.form_course h1 {
    font-size: 24px;
    color: #294555;
    display: block;
    margin-bottom: 1.5rem;
}

.form_course span {
    font-weight: 700;
    font-size: 16px;
}

.form_course input {
    padding: 6px 15px;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px;
    transition: .3s;
}

.form_course input:focus {
    box-shadow: 0 !important;
    transition: .3s;
}

.send_course {
    width: 90% !important;
    margin-left: 5%;
    padding: 20px 0 !important;
    border-radius: 100px !important;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    border: 0 !important;
    box-shadow: 0 !important;
    color: #fff;
    font-size: 24px !important;
    font-weight: 500;
}
.reg_button{
    width: auto !important;
    padding: 6px 25px !important;
    border-radius: 100px !important;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    border: 0 !important;
    box-shadow: 0 !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500;
    display: block;
    margin: 15px auto;

}
.auth_label{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.send_course:hover {
    background: #0FC457 !important;
}

.inner_course_block span {
    display: inline-block;
    padding: 15px 0 15px 50px;
    margin-right: 3rem;
}

.name_course {
    background: url(../img/name.svg) center left no-repeat;
}

.phone_course {
    background: url(../img/phone_2.svg) center left no-repeat;
}

.mail_course {
    background: url(../img/mail.svg) center left no-repeat;
}

.inner_course_block {
    background: #EFF6F8;
    border-radius: 40px;
}

.inner_course_block img {
    width: 150px !important;
}

.inner_course_block b {
    font-size: 24px;
    color: #0064AB;
}

.inner_course_block p {
    margin: .75rem 0 0 0;
    font-size: 20px;
}

.inner_page_template {
    background: #fff !important;
}

.inner_block_1 {
    background: url(../img/bg_3.svg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.inner_block_1 picture {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.inner_block_1 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 450px;
}

.inner_block_1 h1 {
    font-size: 35px;
    color: #0064AB;
    display: block;
    margin-bottom: 2rem;
}

.inner_block_1 p {
    color: #0064AB;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
}

.inner_block_1 hr {
    display: block;
    width: 100px;
    height: 1px;
    border: 0;
    background: #0FC357;
    opacity: 1;
    margin: 2rem 0;
}

.inner_block_1 span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
}

.inner_block_1 h4 {
    font-size: 20px;
    color: #000;
}

.inner_block_1 h2 {
    font-size: 30px;
    color: #0064AB;
}

.inner_block_1 a {
    color: #fff;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 25px 100px;
    border-radius: 50px;
    border: 0 !important;
    margin-top: 1rem;
}

.inner_block_1 button {
    box-shadow: 0 !important;
    border: 0 !important;
}

.inner_block_1 a:hover {
    color: #fff;
    background: #0FC457;
}

.inner_block_2 .nav-tabs {
    border-bottom: 1px solid #c1c1c1 !important;
    margin-bottom: 3rem;
}

.inner_block_2 .nav-tabs button {
    background: transparent !important;
    padding: 0 0 12px 0 !important;
    border: 0 !important;
    border-bottom: 3px solid transparent;
    margin-right: 60px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.inner_block_2 .nav-tabs .active {
    background: transparent !important;
    padding: 0 0 12px 0 !important;
    color: #000 !important;
    border-bottom: 3px solid #0FC457 !important;
    font-weight: 700;
}

.inner_block_2 h2 {
    color: #0064AB;
    font-size: 30px;
}

.inner_block_2 ul {
    list-style: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
}

.inner_block_3 {
    background: #F1F2F2;
}

.inner_block_3 h1 {
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.inner_block_3 h2 {
    font-size: 30px;
    color: #0064AB;
    display: block;
    margin-bottom: 40px;
}

.inner_block_3 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin: 20px 0 0 0;
}

.menu_header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    display: flex !important;
    justify-content: space-between !important;
}

.menu_header ul a {
    color: #000;
    transition: .3s;
}

.menu_header ul a:hover {
    color: #0FC357;
    transition: .3s;
}

.owl-carousel2 .block_2_2 span {
    width: 100%;
    display: inline-block;
    height: 15px;
    overflow: hidden;
}

.owl-carousel2 .block_2_2 a {
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: inline-block;
}

.owl-carousel2 .block_2_2 p {
    /*height: 100px;*/
    display: inline-block;
    overflow: hidden;
}

.owl-carousel-7 .block_2_2 span {
    width: 100%;
    display: inline-block;
    height: 15px;
    overflow: hidden;
}

.owl-carousel-7 .block_2_2 a {
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: inline-block;
}

.owl-carousel-7 .block_2_2 p {
    /*height: 100px;*/
    display: inline-block;
    overflow: hidden;
}
.owl-carousel3 .block_2_2 {
    min-height: 180px;
}

.nav-up {
    top: -70px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    z-index: 99;
}

header .container-fluid,
header .container-fluid .container,
header .container-fluid .container .row {
    height: 100%;
}

header input,
.offcanvas input {
    border-radius: 50px !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
    transition: .3s;
}

header input:focus,
.offcanvas input:focus {
    border-color: #2F80ED;
    transition: .3s;
}

.category_change {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.category_change:hover {
    color: #0FC457;
    transition: .3s;
}

.category_change:hover .category_change_arrow {
    stroke: #0FC457;
    transition: .3s;
}

.category_change_arrow {
    stroke: #000;
    transition: .3s;
}

.dropdown-menu {
    margin-top: .75rem !important;
    font-size: 14px !important;
    line-height: 200%;
}

.teacher {
    font-size: 15px;
    padding: 12px 50px;
    border-radius: 50px;
    background: #2F80ED;
    color: #fff;
    transition: .3s;
}

.teacher:hover {
    background: #0FC357;
    color: #fff;
    transition: .3s;
}

.entry {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 50px;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c1c1c1;
    margin-left: .75rem;
    cursor: pointer;
    transition: .3s;
}

.entry:hover {
    border-color: #0FC457;
    transition: .3s;
}

.register {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 50px;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

.register:hover {
    background: #0FC457;
}

.modal-content {
    padding: 1.5rem !important;
}

.modal-body h5 {
    font-size: 20px;
    font-weight: 500 !important;
}

.modal-body p {
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 0 !important;
}

.modal-body {
    padding-bottom: 0 !important;
}

.modal-body form {
    margin-top: 1.5rem
}

.modal-body input {
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 50px;
    margin-top: .75rem;
    transition: .3s;
}

.modal-body input:focus {
    border-color: #2F80ED;
    transition: .3s;
}

.modal-body .send,
.offcanvas .send {
    padding: 10px 0;
    width: 100%;
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    color: #fff;
    border: 0;
    transition: none;
}

.modal-body .send:hover {
    background: #0FC457;
    transition: none;
}

.modal-body .close {
    position: absolute;
    right: .75rem;
    top: .9rem;
    cursor: pointer;
}

.modal-body ul {
    margin: .75rem 0 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 40px;
    list-style: none;
}

.modal-body ul a {
    color: #000;
    transition: .3s;
}

.modal-body ul a:hover {
    color: #0FC457;
    transition: .3s;
}

.close_cross {
    stroke: #000;
    transition: .3s;
}

.modal-body .close:hover .close_cross {
    stroke: #0FC457;
    transition: .3s;
}

#registr a {
    color: #0FC457;
    transition: .3s;
}

#registr a:hover {
    color: #000;
    transition: .3s;
}

#entry a,
#recovery a {
    color: #000;
    transition: .3s;
}

#entry a:hover,
#recovery a:hover {
    color: #0FC457;
    transition: .3s;
}

.auth,
.search_mobile,
.menu {
    display: none;
}

.reg_mobile {
    padding-top: 1.5rem;
    margin: 1.5rem 0;
    border-top: 1px solid #e1e1e1;
}

.reg_mobile a {
    color: #0FC457 !important;
}

.offcanvas b {
    font-size: 20px;
    font-weight: 500 !important;
}

.offcanvas .close {
    position: absolute;
    right: .75rem;
    top: 1rem;
    cursor: pointer;
    transition: .3s;
}

.offcanvas .close:hover {
    opacity: .5;
    transition: .3s;
}

.offcanvas-header {
    padding-bottom: 0 !important;
}

.offcanvas-top {
    height: 130px !important;
}

.offcanvas-body {
    position: relative;
}

.offcanvas-body input {
    width: 79%;
}

.offcanvas-body .send {
    width: 20% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute !important;
    top: calc(1rem + 1px);
    right: .75rem;
}

#menu {
    background: url(../img/logo_2.svg) bottom -100% right 130% no-repeat #fff;
}

#menu ul {
    list-style: none;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    margin: 1.5rem;
}

#menu ul a {
    color: #000;
}

main {
    margin-top: 70px;
}

.block_1 {
    height: 440px;
    background: url(../img/slide.png) center right no-repeat;
    background-size: cover;
}

.block_1 .container,
.block_1 .container .row {
    height: 100%;
    color: #fff;
}

.block_1 h1 {
    font-size: 65px;
}

.block_1 p {
    font-size: 22px;
    line-height: 130%;
}

.block_1 span {
    display: block;
    font-size: 20px;
}

.block_1 a {
    display: inline-block;
    font-weight: 600;
    margin-top: 1.5rem;
    padding: 10px 45px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(45deg, #F4EE94 0%, #00A9CD 100%);
}

.block_1 a:hover {
    color: #fff;
    background: #00A9CD;
}

.block_2 h2,
.block_3 h2 {
    font-size: 30px;
    font-weight: 500 !important;
}

.block_2_1 {
    border-radius: 30px;
}

.block_2_1 .wishlist {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 99;
}

.block_2_1 .wishlist img {
    width: 20px !important;
    height: 20px !important;
}

.block_2_1 picture:hover .wishlist img {
    opacity: 1 !important;
}

.block_2_1 .wishlist img:hover {
    opacity: .5;
}

.block_2_1 picture {
    height: 200px;
    display: block;
}

.block_2_1 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px 10px 0 0;
    transition: .3s;
}

.block_2_1 picture:hover img {
    opacity: .8;
    transition: .3s;
}

.subscribe {
    padding: 10px 20px !important;
    background: #00A9CD;
    color: #fff !important;
    font-size: 12px !important;
    display: inline-block;
    margin-top: .75rem;
    border-radius: 10px;
    transition: .3s;
}

.subscribe:hover {
    background: #0FC357;
    color: #fff;
    transition: .3s;
}

.block_2_2 {
    padding: 1.5rem;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.block_2_2 span {
    display: block;
    font-size: 12px;
    color: #00A9CD;
    font-weight: 500;
    margin-bottom: .5rem;
}

.block_2_2 a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    transition: .3s;
}

.block_2_2 a:hover {
    color: #00A9CD;
    transition: .3s;
}

.block_2_2 p {
    font-size: 13px;
    line-height: 130%;
    margin: .75rem 0 0 0;
}

.bg_1 {
    background: url(../img/uzor_1.svg) bottom -10px right no-repeat #fff;
}

.bg_2 {
    background: url(../img/uzor_2.svg) bottom -10px left -10px no-repeat #fff;
}

.block_3 {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.block_3 a {
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    margin: .75rem;
}

.block_3 a:hover {
    background: linear-gradient(225deg, #BE80AE 0%, #58549A 100%);
    color: #fff;
    border-color: transparent;
}

.block_4 {
    border-bottom: 1px solid #c1c1c1;
}

.benefit {
    background: #fff;
    border-radius: 30px;
    padding: 1.5rem;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #0064AB;
}

.owl-carousel3 picture {
    height: 200px;
}

.owl-carousel3 a {
    font-size: 20px;
}

.owl-carousel3 span {
    margin: .5rem 0 0 0;
    font-size: 15px;
}

.block_5 {
    padding: 6rem .75rem 6rem .75rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: url(../img/bg_2.svg) center no-repeat;
    background-size: cover;
    border-radius: 30px;
    color: #fff;
}

.block_5 b {
    font-size: 35px;
}

.block_5 p {
    font-size: 20px;
    line-height: 130%;
    margin: 0;
}

.block_5 a {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 15px 120px;
    border-radius: 50px;
    background: linear-gradient(180deg, #0064AB 0%, #349EEA 100%);
    color: #fff;
}

.block_5 a:hover {
    color: #fff;
    background: #0064AB;
}

.courses_materials span {
    color: #000;
    font-weight: 400;
    margin: .75rem 0 .5rem 0;
}

footer .container-fluid {
    background: url(../img/footer_bg.svg) center no-repeat;
    background-size: cover;
    color: #fff;
}

footer ul {
    list-style: none;
    margin: .75rem 0 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
}

footer ul a,
footer span a {
    color: #fff;
    transition: .3s;
}

footer ul a:hover,
footer span a:hover {
    color: #fff;
    opacity: .5;
    transition: .3s;
}

footer span {
    display: block;
    margin-top: .75rem;
    padding: 5px 0 5px 30px;
}

.footer_soc {
    margin-top: 1.5rem;
}

.footer_soc a {
    margin-left: .5rem;
}

.foot_soc {
    fill: #349eea;
    transition: .3s;
}

.footer_soc a:hover .foot_soc {
    fill: #BE80AE;
    transition: .3s;
}

.footer_location {
    background: url(../img/location.svg) center left no-repeat;
}

.footer_phone {
    background: url(../img/phone.svg) center left no-repeat;
}

.footer_email {
    background: url(../img/email.svg) center left no-repeat;
}

.messenger {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 260px;
    height: 60px;
    /* overflow: hidden; */
    z-index: 1;
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #00528d;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.messenger-btn svg {
    fill: #fff;
}
.messenger-btn img {
    width: 32px;
    height: 32px;
}
.messenger-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 8px;
    bottom: 10px;
    height: 150px;
    transform: scale(0);
    transform-origin: 50% 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.messenger-links.show {
    /*right: 0;*/
    transform: scale(1);
}
.messenger-links a {
    display: block;
    width: 40px;
    margin-left: 4px;
}

.messenger-links svg {
    fill: #0088cc;
}
.messenger-links img {
    max-width: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}

.social-share-buttons img {
    width: 22px !important;
}

#preview img {
    width: 150px;
    height: auto;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.previewDiv {
    display: inline-block;
    position: relative;
}
.deleteBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
}

.modal-multiple {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.multiple_image {
    background-color: #fefefe;
    margin: 10% auto;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
}

#applyCrop,
#cancelCrop {
    margin-top: 10px;
    cursor: pointer;
}

.rotateBtn,
.deleteBtn {
    position: absolute;
    /* Adjust positions as needed */
}
.verticalImage {
    border: 1px solid red;
}

.owl-carousel-7 .slider .owl-dots {
    display: flex;
    justify-content: space-around;
    margin-top: -15px;
    margin-bottom: 10px;
}

.owl-carousel-7 .slider  .owl-dots .owl-dot span {
    width: 27px;
    height: 2px;
}

.author {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.author picture {
    display: block;
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 10px;
    border-radius: 100%;
    overflow: hidden;
}

.product_icon {
    width: 80px;
    margin: auto;
    padding-bottom: 10px !important;
}

.product_icon svg path {
    fill: #000;
    transition: .3s;
    -webkit-transition: .3s;
}

.user_details a:hover .product_icon svg path {
    fill: #0FC457;
    transition: .3s;
    -webkit-transition: .3s;
}


#progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    transition: top .3s ease-in-out;
}

.fade_down {
    top: 0px !important;
}

.fade_up {
    top: -43px !important;
}

#progress-bar {
    width: 0;
    height: 40px;
    background-color: #4CAF50;
    /*border-radius: 3px;*/
    transition: width 0.3s ease-in-out;
}
#progress-status {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    z-index: 120;
}
#progress-status.fade-out {
    opacity: 0;
}

.is-invalid {
    border: 2px solid red !important;
    border-radius: 10px;
}

.forum__author-name {
    font-weight: 600;
}

.forum__created-at {
    font-size: 13px;
}

.forum__comments-count {
    font-size: 18px;
    font-weight: 600;
}

.forum_comments {
    position: relative;
    margin-bottom: 30px;
}

.forum_comments .forum_comment_block:last-child {
    margin-bottom: 0 !important;
}

#comment-form-block>picture {
    min-width: 50px;
}

#comment-form-block {
    margin-top: 20px;
    padding-top: 50px;
    border-top: 1px solid color(srgb 0.0705 0.7378 0.4581);;
}

#comment-form {
    width: 100%;
}

#comment-form button {
    font-size: 13px;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.comment-actions button {
    background: none;
}

.like-btn path {
    fill: color(srgb 0.0705 0.7378 0.4581);
}

.likes_count {
    color: color(srgb 0.0705 0.7378 0.4581);
    font-size: 14px;
}

.reply_comment {
    font-size: 14px;
    color: #444;
}

.comment-delete {
    background: none;
    border: none;
}

.comment-delete path {
    fill: #444;
}

.forum_comment_write {
    margin-bottom: 20px;
}

.forum_comment_write textarea {
    height: 150px;
    padding: 25px;
}

.forum_comment_write textarea,
.forum_comment_block {
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #fff;
}

.forum__child-comment__accordion .accordion-body {
    padding: 0;
}

.forum__child-comment__accordion .accordion-body span {
    padding: unset;
    font-size: unset;
    background: none;
}

.forum__child-comment__accordion .accordion-button::after {
    margin-left: 10px;
}

.forum__child-comment__accordion .accordion-button:not(.collapsed) {
    background: none;
}

.forum__child-comment__accordion .accordion-button,
.forum__child-comment__accordion .accordion-item{
    background: none;
}

.forum__comment>picture {
    min-width: 50px;
}

#comment-form-textarea {
    height: 0;
    opacity: 0;
    z-index: -10;
}

.expert__forum-comments .forum__comment {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, .05);
    border-radius: 10px;
}

header .dropdown-menu {
    min-width: 4rem;
}

.cabinet header .dropdown-item {
    margin-left: 0;
    color: #000;
}

.all_products>img {
    object-fit: cover;
    width: 70px;
    height: 70px;
}


.comment-top-info {
    border-bottom: 1px solid #f3f3f3;
    color: #898989;
    font-size: 14px;
}

.comment-user-name {
    font-weight: 600;
}

a.comment-user-name:hover {
    color: color(srgb 0.0705 0.7378 0.4581);
}

#replyTo {
    font-size: 12px;
    color: #454545;
    background-color: #e9e9e9;
    border-radius: 20px;
    top: -40px;
}

.comment-date {
    position: absolute;
    color: #898989;
    right: 20px;
}

.comment-user-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.alert {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1000;
    width: max-content;
    animation: hideAnimation 7s forwards;
}

@keyframes hideAnimation {
    0% {
        position: absolute;
        top: -80px;
        opacity: 0;
    }
    10% {
        position: absolute;
        top: 10px;
        opacity: 1;
    }
    90% {
        position: absolute;
        top: 10px;
        opacity: 1;
    }
    100% {
        position: absolute;
        top: -80px;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.highlighted {
    animation: blink 0.3s 2;
}

.delete-comment button {
    border: none;
    width: 27px;
}

.delete-comment button path {
    fill: #dc3545;
}

.sidebar-item__wrap {
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-item__header img {
    border-radius: 10px 10px 0 0;
}

.sidebar-item__author-img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px;
}

.sidebar-item__body {
    padding: 20px;
}

.sidebar-item__category {
    font-size: 12px;
    margin-bottom: 5px;
}

.sidebar-item__category {
    color: #00A9CD;
}

.sidebar-item__title h4 {
    font-size: 20px;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 15px;
}

.sidebar-item__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    border-radius: 0 0 10px 10px;
    border-collapse: separate;
}

.sidebar-item__author-name {
    margin: 0;
    font-size: 12px;
}

.sidebar-item__author-info {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.sidebar-item__desc {
    font-size: 14px;
    margin-bottom: 20px;
    max-height: 80px;
    overflow: hidden;
}

.sidebar-item__dateloc-info {
    font-size: 12px;
    margin-bottom: 20px;
}

.sidebar-item__dateloc-info p {
    margin-bottom: 5px;
}

.sidebar-item__price {
    display: flex;
    flex-grow: 1;
    align-items: end;
}
.sidebar-item__price span {
    margin-top: auto;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

.ck .ck-placeholder:before, .ck.ck-placeholder:before {
    font-size: 13px;
}

@media (max-width: 1400px) {

    .teacher {
        padding: 12px 25px;
    }
}

@media (max-width: 1199px) {
    .teacher {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .search_mobile {
        display: inline-block;
    }

    .benefit {
        font-size: 15px;
    }

    .inner_page_template .menu {
        display: inline-block !important;
        margin-left: .75rem;
    }

    .user_details {
        line-height: 100%;
    }

    .user_details a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .auth {
        display: inline-block;
    }

    .entry,
    .register {
        display: none;
    }

    .category_change {
        font-size: 13px;
    }

    .benefit {
        margin: .75rem 0;
    }

    .block_5 {
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .block_5 b {
        line-height: 130%;
        display: block;
        margin-bottom: 1.5rem;
    }

    .footer_soc a {
        margin: 0 .25rem;
    }

    .inner_block_2 .nav-tabs button {
        margin-right: 50px;
    }

    .checkbox_public {
        font-size: 12px;
    }

    .column_content {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .add_block {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .teacher {
        display: none;
    }

    .teacher_menu {
        font-size: 20px;
        margin: 0 0 0 1.5rem;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 50px;
        background: #2F80ED;
        color: #fff;
    }

    .auth {
        margin-left: 5px;
        margin-right: 1.5rem;
    }

    .menu {
        display: inline-block;
    }

    .block_2_2 p {
        display: none;
    }

    .block_5 {
        padding: 3rem .75rem 3rem .75rem !important;
    }

    .inner_block_2 .nav-tabs {
        border: 0 !important;
    }

    .inner_block_2 .nav {
        width: 100%;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        display: flex !important;
        padding-bottom: .75rem;
    }

    .inner_block_2 .nav-tabs button {
        white-space: nowrap;
        padding: 15px 30px !important;
        background: #f9f9f9 !important;
        border-radius: 50px;
        margin-right: .75rem;
    }

    .inner_block_2 .nav-tabs .active {
        border: 0 !important;
        background: #2F80ED !important;
        color: #fff !important;
        padding: 15px 30px !important;
    }

    .inner_course_block img {
        width: auto !important;
    }

    .inner_course_block {
        padding: 1.5rem;
    }

    .inner_course_block b {
        font-size: 25px;
    }

    .inner_course_block p {
        font-size: 17px;
        line-height: 130%;
    }

    .inner_course_block span {
        margin: 0 auto;
        margin-left: .75rem;
        margin-right: .75rem;
    }
}

@media (max-width: 576px) {
    .block_1 {
        height: 400px;
        background-position: center right -100px;
    }

    .block_1 h1 {
        font-size: 50px;
    }

    .block_1 p {
        font-size: 20px;
    }

    .block_1 a {
        font-size: 15px;
        padding: 15px 40px;
        margin-top: .75rem;
    }

    .block_2_1 picture {
        height: 100px;
    }

    .block_3 a {
        margin: 0 0 8px 4px;
    }

    .owl-carousel3 picture {
        height: 100px;
    }

    .block_5 b {
        font-size: 25px;
    }

    .block_5 {
        padding: 2rem .75rem 2rem .75rem !important;
    }

    .block_5 a {
        padding: 15px 0;
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .inner_block_1 picture {
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }

    .inner_block_1 hr {
        margin: 0 auto;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .inner_block_1 h1 {
        font-size: 25px;
        margin-bottom: .75rem;
    }

    .inner_block_1 p {
        font-size: 15px;
    }

    .inner_block_1 h1 {
        margin: .75rem 0;
    }

    .inner_block_1 a {
        width: 100%;
        padding: 20px 0;
    }

    .inner_block_2 h2 {
        font-size: 20px;
    }

    .inner_block_2 ul {
        line-height: 200%;
        font-size: 15px;
    }

    .inner_block_3 h1,
    .inner_block_3 h2 {
        font-size: 25px;
        margin-bottom: .75rem;
    }

    .inner_block_3 p {
        font-size: 15px;
        line-height: 150%;
    }

    .scheme_block {
        background: url(../img/benefit_1.svg) center left no-repeat, url(../img/scheme_2.svg) center left 45px no-repeat;
        height: 570px;
    }

    .s_1,
    .s_2,
    .s_3,
    .s_4,
    .s_5,
    .s_6,
    .s_7 {
        display: block !important;
        position: relative !important;
        font-size: 17px !important;
        width: 200px !important;
        margin: 15px 0;
        margin-left: 40%;
    }

    .buttons_2 a {
        font-size: 0 !important;
    }

    .buttons_2 a picture {
        margin-left: -1.5rem !important;
    }

    .public_icons img {
        width: 30px !important;
        margin: .75rem;
        transition: .3s;
    }

    .cancel_public {
        margin-bottom: .75rem;
    }

    .comment_buttons a {
        display: block;
        margin: .75rem 0;
    }
}

@media (max-width: 340px) {
    .auth {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .block_2_1 picture {
        height: 120px;
    }
}
.star-rating {
    line-height:32px;
    font-size:2.25em;
    color: #2F80ED;
    margin-top: 10px;
}

.star-rating .fa-star{color: #2F80ED; cursor: pointer;}
.rating_block{
    padding: 50px 0;
    text-align: center;
}
.rating_block h1{
    font-size: 26px;
}

.star-rating-show{
    margin: 0;
    display: flex;
    font-size: 16px;
    color: #2F80ED;
}
.star-rating-show .fa-star{
    color: #2F80ED;
    cursor:default;
    margin-right: 1px;
}


.comment_block{
    width: 70%;
    margin: 20px 0;
    padding: 15px;
    display: flex;
    align-items: center;
}
.comment_block__image{
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-right: 15px;
    display: block;
}
.comment_block__name{
    font-weight: 600;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}
.comment_block__text{
    font-weight: 300;
    font-size: 14px !important;
    margin-top: 2px !important;
}

.social_group{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
}
.social_group .social_btn{
    background-color: transparent;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: block;
    margin: 5px;
}
.social_btn img{
    width: 100%;
    height: 100%;
}

.iti{
    width: 100%;
}

.warning-text{
    width: 100%;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
    color: orange;
    position: relative;
    top: -8px;
    line-height: 12px;
}

.teacher_photo{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}

.teacher_desc{
    font-size: 14px;
    color: #333333;
}
.flex_center_m{
    display: flex;

}
@media(max-width: 767px){

    .flex_center_m{
        justify-content: center;

    }
}

.my_courses .accordion-header .accordion-button {
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    color: white;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.accardion_header_text{
    width: 100%;
}
.accardion_header_status{
    font-weight: 300;
    font-size: 14px;
    margin-right: 10px;
}

.accordion-button-own::after {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%) grayscale(1);
}

.search_block{
    background-color: #fff;
}
.container_search{
    max-width: 975px;
    display: block;
    margin: 0 auto;
}
.container_search a{
    color: #000000 !important;
}
.search_title{
    color: #0064AB;
}
.search_box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #EFF6F8;
    border-radius: 30px;
    margin-bottom: 30px;
}
.search_img{
    height: 260px;
    width: 280px;
    display: block;
    border-radius: 30px;
    max-width: 280px;
    object-fit: cover;
    min-width: 279px;
}
.search_info{
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.search_info p{
    color: #000000;
    font-size: 12px;
}
.search_info_title{
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    color: #000000;
}
.search_info_text{
    font-size: 12px;
    color: #000000;
}
.course_lecture{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.course_lecture_img{
    width: 60px;
    height: 60px;
    display: block;
    max-width: 60px !important;
    border-radius: 100%;
    margin-right: 15px;
    object-fit: cover;
}
.course_lecture_text{
    margin-bottom: 5px;
}
.course_lecture_name{
    font-size: 20px;
    font-weight: 600;
}
.course_lecture_text{
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}
