

/* Start:/bitrix/templates/main/components/bitrix/catalog/vebinars/style.css?170714482023349*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}



.section-offer {

	padding: 32px;
	background: #f6f6f7;
}


.section-offer__row {
	display: flex;

	gap: 32px;
}

.section-offer .h3 {
	margin-top: 0;
}

.section-offer__photo {

	max-width: 320px;
	flex-shrink: 0;

}

.section-offer__photo img {
	box-shadow: 0 3px 22px rgb(43 42 51 / 10%);
}

.section-offer__caption {
	line-height: 1.5;
}

.section-offer__text {
	font-size: 16px;
	line-height: 1.6;
}

@media(max-width:640px) {

	.section-offer .h3 {
		margin-bottom: 32px;
	}

	.section-offer__row {
		flex-wrap: wrap;
		flex-direction: column-reverse;

	}

	.section-offer__row>div {
		width: 100%;
	}
}
.section-form {
	padding: 42px 24px;
	background-image: url(/upload//form-fon.jpg);
	background-size: cover;
	background-position: left top;
	margin: 24px 0;
	line-height: 1.3;
}

.section-form__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 32px 0;
	width: 50%;
}

.section-form__content p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.section-form__title {
	font-weight: bold;
	font-size: 24px;
	color: #54d3f2;
	/* margin-bottom: 24px; */
}

.section-form__button {
	margin-bottom: 12px;
}

.section-form__agreement {
	color: #fff;
	width: 50%;
}

.section-form__agreement a {
	color: #54d3f2;
}

.section-form__button button {
	position: relative;
	padding: 14px;
	font-size: 16px;
	background: #000;
	color: #54d3f2;
	box-shadow: 0 0 8px #54d3f2;
	font-weight: bold;
	border-radius: 8px;
}

.section-form__control input {
	background: #000;
	box-shadow: 0 0 8px #54d3f2 !important;
	border: unset;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	transition: .4s;
}

.section-form__control input:focus {
	background: #000;
	box-shadow: 0 0 14px #54d3f2 !important;
}

@media (max-width:640px) {

	.section-form__content,
	.section-form__agreement,
	.section-form__button button {
		width: 100%;

	}
}


.section-form__preloader:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #54d3f2;
	border-top-color: #000;
	animation: spinner .6s linear infinite;


}

.section-form__preloader {
	color: #54d3f200 !important;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}
.two-columns li:before {
	display: none;
}

.two-columns li a {
	text-decoration: underline !important;
	font-size: 16px;
}

.stm-lms-wrapper .h2 {
	display: none;
}

.category-course-list {


	padding: 24px;
	list-style: none;

	column-count: 2;

}

.category-course-list li a {
	font-size: 16px;
}

.category-course-list-wrap {

	border: solid 1px #ddd;
	background: #f8f8f8;
	height: 117px;
	position: relative;
	overflow: hidden;
	transition: .4s;

}

.show-more-category {


	position: absolute;
	bottom: 5px;
	width: 96%;
	left: 2%;
	/* left: 0; */
	background: #f8f8f8;
	text-align: center;


}

.show-more-category:before {
	background: #00000047;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
}

.show-more-category-btn {

	position: relative;
	z-index: 100000;
	padding: 2px 15px;
	display: inline;
	background: #f8f8f8;
	cursor: pointer;
}

span.show-more-category:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #385bce transparent transparent transparent;
	transform: none !important;
	top: -4px !important;
	content: '';
	position: relative;
	display: inline-block;
}

.stm_lms_load_more_courses {
	display: none !important;
}

.stm_lms_load_more_courses_wrap .stm_lms_load_more_courses {
	display: inline-block !important;
}

@media (max-width: 640px) {
	.category-course-list-wrap {
		height: 180px;
	}

	.show-more-category {
		padding: 5px;
		bottom: 0;
		column-count: 1;
		width: 100%;
		left: 0;
	}

	.category-course-list {
		column-count: 1;
	}

	.show-more-category:before {
		left: 8px;
		top: 50%;
		height: 1px;
		width: calc(100% - 16px);
	}
}
.stm_lms_courses__archive_filter_toggle {
    display: none
}

.stm_lms_courses__archive {
    width: calc(100% - 300px);
    margin-top: 55px!important
}

.stm_lms_courses__archive_wrapper {
    display: flex;
    margin: 0 0 50px
}

.stm_lms_courses__archive_wrapper .stm_lms_courses__archive {
    margin: 0;
    flex-grow: 1
}

.stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filter {
    width: 280px;
    margin: 55px 20px 20px 0
}

.stm_lms_courses__archive_filters {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18),inset 0 3px 0 0 rgba(25,94,200,.004)
}

.stm_lms_courses__filter {
    border-top: 1px solid #e0e0e0
}

.stm_lms_courses__filter:first-child {
    border-top: 3px solid #385bce
}

.stm_lms_courses__filter_heading {
    position: relative;
    padding: 21px 60px 21px 25px;
    cursor: pointer
}

.documents-wrap .h4 {
    text-align: center;
    margin-top: 24px;
    font-weight: bold;
}

.documents-wrap a {
    display: block;
}

.stm_lms_courses__filter_heading h3, .stm_lms_courses__filter_heading .h3 {
    margin: 0;
    font-size: 16px;
    color: #232628;
    font-weight: 600;
    letter-spacing: 0
}

.label__subcategory {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
}

.stm_lms_courses__filter_heading .toggler {
    position: absolute;
    right: 25px;
    top: 50%;
    height: 20px;
    width: 20px;
    margin: -10px 0 0
}

.stm_lms_courses__filter_heading .toggler:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #385bce;
    transition: .3s ease
}

.stm_lms_courses__filter_heading .toggler:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background-color: #385bce;
    transition: .3s ease;
    opacity: 1
}

.stm_lms_courses__filter_content {
    padding: 0 25px 25px
}

.stm_lms_courses__filter_content input[type=text] {
    width: 100%;
    background-color: #fff;
    height: 40px;
    line-height: 40px
}

.stm_lms_courses__filter.active .stm_lms_courses__filter_heading .toggler:after {
    background-color: #9397a1
}

.stm_lms_courses__filter.active .stm_lms_courses__filter_heading .toggler:before {
    opacity: 0
}

.stm_lms_courses__filter .stm_lms_styled_checkbox {
    margin: 0 0 10px;
    vertical-align: top;
    cursor: pointer
}

.stm_lms_courses__filter .stm_lms_styled_checkbox__inner {
    position: relative;
    top: 0;
    border: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    overflow: hidden
}

.stm_lms_courses__filter .stm_lms_styled_checkbox__inner i {
    position: relative;
    top: -1px;
    font-size: 10px;
    color: #fff
}

.stm_lms_courses__filter .stm_lms_styled_checkbox__inner span {
    background-color: #dfe1e5
}

.stm_lms_courses__filter .stm_lms_styled_checkbox__inner input {
    cursor: pointer
}

.stm_lms_courses__filter .stm_lms_styled_checkbox__inner input:checked+span {
    background-color: #1db874
}

.stm_lms_courses__filter .stm_lms_styled_checkbox span {
    font-size: 14px;
    line-height: 18px;
    color: #273044;
    vertical-align: top
}

.stm_lms_courses__filter_actions {
    padding: 10px 25px 30px
}

.stm_lms_courses__filter_actions input[type=submit] {
    margin: 0 0 30px;
    background-color: #385bce;
    color: #fff;
    border: 0;
    box-shadow: none;
    height: 49px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s ease
}

.stm_lms_courses__filter_actions input[type=submit]:hover {
    background-color: #17d292
}

.stm_lms_courses__filter_reset {
    display: block;
    color: #273044;
    opacity: .6;
    text-align: center
}

.stm_lms_courses__filter_reset i {
    margin-right: 5px
}

.stm_lms_courses__filter_reset span {
    position: relative;
    top: -1px;
    border-bottom: 1px dashed #273044
}

.stm_lms_courses__filter_reset:hover {
    opacity: 1
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    width: 100%
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio {
    position: relative;
    top: 2px;
    width: 20px
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio__fake:before {
    width: 18px;
    height: 18px;
    background-color: #dfe1e5;
    border: 0;
    transition: .3s ease
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio__fake:after {
    top: 5px;
    left: 5px;
    background-color: transparent;
    transition: .3s ease
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio input:checked+.stm_lms_radio__fake:before {
    background-color: #1db874
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio input:checked+.stm_lms_radio__fake:after {
    background-color: #fff
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio__rating {
    display: flex;
    flex-grow: 1
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio__rating .star-rating {
    margin: 0 10px 0 0
}

.stm_lms_courses__rating .stm_lms_courses__filter_content label .stm_lms_radio__rating .label--rating {
    color: #222326
}

.reveal_limited {
    font-size: 13px;
    color: #273044;
    opacity: .6;
    cursor: pointer;
    transition: .3s ease
}

.reveal_limited span {
    border-bottom: 1px dotted #273044
}

.reveal_limited i {
    position: relative;
    margin-right: 5px;
    top: 1px
}

.reveal_limited:hover {
    opacity: 1
}
.courses_filters {
    display: flex;
    align-items: center
}

.courses_filters__title {
    margin-right: 30px
}

.courses_filters__title h1, .courses_filters__title .h1 {
    margin-bottom: 15px
}

.courses_filters__title .h1 {
    font-family: "Open Sans";
    color: #273044;
    line-height: 22px;
}

.courses_filters__activities {
    display: flex;
    flex-grow: 1;
    margin-bottom: 15px;
    margin-left: auto
}

.courses_filters .stm_lms_courses_grid__sort {
    display: flex;
    flex-grow: 1;
    max-width: 380px;
    align-items: center;
    margin-left: auto
}

.courses_filters .stm_lms_courses_grid__sort .sort_label {
    margin-right: 10px;
    white-space: nowrap;
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 700
}

.courses_filters__switcher {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--image:after,.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--image:before,.stm_lms_courses_wrapper .stm_lms_courses__archive.loading:before {
    display: none
}

.courses_filters__switcher i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #2c75e4;
    margin-right: 5px;
    cursor: pointer
}

.courses_filters__switcher i:last-child {
    margin-right: 0
}

.courses_filters__switcher i.active {
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #000
}

.stm_lms_courses_wrapper .stm_lms_courses__archive.loading .stm_lms_courses__grid>* {
    opacity: .5
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single {
    width: 100%
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single__inner {
    border: 0
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info,.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--inner {
    float: right;
    padding: 0;
    width: calc(76% - 30px)
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--image {
    width: 23.117%;
    float: left;
    min-width: auto
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--image .stm_lms_lazy_image {
    padding-bottom: 59%
}

.stm_lms_courses__single--image>a:after {
    display: block;
    margin: 10px 0 0;
    content: attr(data-preview);
    background-color: #195ec8;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--inner {
    overflow: hidden
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info {
    position: static;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    -webkit-filter: none!important;
    filter: none!important;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_preview,.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--meta,.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--title {
    display: none
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info>* {
    width: 100%
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_title {
    order: 10
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_meta {
    margin: 0 0 5px;
    width: auto;
    align-self: center;
    order: 20
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_meta .stm_lms_course__meta {
    margin-right: 30px
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_rate {
    width: auto;
    flex-grow: 1;
    margin-left: auto;
    align-self: center;
    order: 30
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_excerpt {
    order: 40
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_bottom {
    width: auto;
    order: 50
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_bottom .stm_lms_courses__single--price {
    margin-top: 3px;
    margin-right: 20px;
    order: -10
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_author {
    width: auto;
    margin-left: auto;
    order: 60
}

.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single .course_available_only_in_subscription {
    margin: -5px 0 0 15px
}

@media (max-width: 900px) {
    .courses_filters {
        flex-wrap:wrap
    }

    .courses_filters__activities {
        width: 100%;
        margin: 15px 0 0
    }

    .courses_filters__activities .stm_lms_courses_grid__sort {
        margin: 0 15px 0 0
    }

    .courses_filters__activities .courses_filters__switcher {
        margin-left: auto
    }
}

@media (max-width: 600px) {
    .courses_filters .stm_lms_courses_grid__sort .sort_label {
        display:none
    }
}

@media (max-width: 420px) {
    .courses_filters .courses_filters__activities {
        flex-wrap:wrap
    }

    .courses_filters .courses_filters__activities .stm_lms_courses_grid__sort {
        width: 100%
    }

    .courses_filters .courses_filters__activities .courses_filters__switcher {
        margin: 15px 0 0
    }
}

.stm_lms_course__meta a {
    display: block;
}

.stm_lms_course__meta a:first-child {
    display: inline-block
}

@media only screen and (max-width: 1100px) {
    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single__inner {
        padding: 0;
        margin: 0;
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single__inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
        border-bottom: solid 1px #195ec8;
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--image , .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info, .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--inner {
        width: 100%;
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_meta .stm_lms_course__meta:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_bottom .stm_lms_courses__single--price {
        margin: 0;
        text-align: left;
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_bottom {
        display: flex;
        justify-content: space-between;
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info {
        display: block!important;
    }
}

@media(max-width: 640px) {
    .stm_lms_courses__single--image>a:after {
        display: none;
    }

    .entry-header {
        padding: 20px 0 12px;
    }

    .stm_lms_courses__single--info>a:after {
        display: block;
        margin: 10px 0 0;
        content: attr(data-preview);
        background-color: #195ec8;
        color: #fff;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 50px;
        text-transform: uppercase
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--inner {
        overflow: hidden
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        -webkit-filter: none!important;
        filter: none!important;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_preview,.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--meta,.stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--title {
        display: none
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info>* {
        width: 100%
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_title {
        order: 10
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_meta {
        margin: 0 0 5px;
        width: auto;
        align-self: center;
        order: 20
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_meta .stm_lms_course__meta {
        margin-right: 30px
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_rate {
        width: auto;
        flex-grow: 1;
        margin-left: auto;
        align-self: center;
        order: 30
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_excerpt {
        order: 40
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_bottom {
        width: auto;
        order: 50
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_bottom .stm_lms_courses__single--price {
        margin-top: 3px;
        margin-right: 20px;
        order: -10
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single--info_author {
        width: auto;
        margin-left: auto;
        order: 60
    }

    .stm_lms_courses_list_view .stm_lms_courses__grid .stm_lms_courses__single .course_available_only_in_subscription {
        margin: -5px 0 0 15px
    }

    @media (max-width: 900px) {
        .courses_filters {
            flex-wrap:wrap
        }

        .courses_filters__activities {
            width: 100%;
            margin: 15px 0 0
        }

        .courses_filters__activities .stm_lms_courses_grid__sort {
            margin: 0 15px 0 0
        }

        .courses_filters__activities .courses_filters__switcher {
            margin-left: auto
        }
    }

    @media (max-width: 600px) {
        .courses_filters .stm_lms_courses_grid__sort .sort_label {
            display:none
        }
    }

    @media (max-width: 420px) {
        .courses_filters .courses_filters__activities {
            flex-wrap:wrap
        }

        .courses_filters .courses_filters__activities .stm_lms_courses_grid__sort {
            width: 100%
        }

        .courses_filters .courses_filters__activities .courses_filters__switcher {
            margin: 15px 0 0
        }
    }
}
@media (max-width: 992px) {
    .stm_lms_courses__archive_wrapper .stm_lms_courses__single {
        width:50%;
        margin: 0 0 30px
    }
}

@media (max-width: 850px) {
    .stm_lms_courses__archive_wrapper {
        flex-wrap:wrap
    }

    .stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filter_toggle {
        display: inline-block;
        margin: 0 0 30px
    }

    .stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filter {
        width: 100%;
        margin: 50px 0 40px
    }

    .stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filters {
        display: none
    }

    .stm_lms_courses__archive_wrapper .stm_lms_courses__archive {
        width: 100%;
        margin: 0!important
    }
}

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

    .courses_filters__activities {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .stm_lms_courses__archive_filter_toggle_wrap {
        padding-top: 12px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .stm_lms_courses__archive_wrapper .stm_lms_courses__archive_filter {
        margin: 12px 0 12px;
    }
}

@media (max-width: 420px) {
    .courses_filters .courses_filters__activities .stm_lms_courses_grid__sort {
        margin-right: 0;
    }

    .stm_lms_courses__archive_filter_toggle_wrap {
        width: unset;
    }

    .courses_filters .courses_filters__activities {
        justify-content: space-between;
    }
}




/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?170714475464*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /bitrix/templates/main/components/bitrix/catalog/vebinars/style.css?170714482023349 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?170714475464 */
