.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    position: relative;
    min-height: 43px;
    padding: 7px 0 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.select2.select2-container.select2-container--default .select2-selection__rendered {
    color: #0A0A0A;
    padding-left: 20px;
    padding-right: 46px;
    margin-top: 0;
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 28px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 3px;
    float: left;
    font-size: 16px;
    color:#0a0a0a;
    min-height: 28px;
    margin-right: 10px;
    margin-bottom: 3px;
    padding: 0 24px 0 5px;


}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #0a0a0a;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    margin: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #fa0 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.slick-slide.slick-loading img, [hidden], template {
    display: none;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px;
}
.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform .3s;
}
.noUi-state-drag * {
    cursor: inherit!important;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
.noUi-connect {
    background: #3fb8af;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    top: 6px;
}
.noUi-handle:before {
    left: 14px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
}
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor:not-allowed;
}
.noUi-pips, .noUi-pips *, html {
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-pips-horizontal {
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
}
.noUi-value-horizontal {
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    height: 100%;
    top: 0;
    left: 100%;
    padding: 0 10px;
}
.noUi-value-vertical {
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-align: center;
    white-space: nowrap;
    padding: 5px;
}
.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%}
.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%}
.noUi-marker-large, .noUi-marker-sub {
    background: #aaa;
}
.dynamic-form__item--open .dynamic-form__toggle::before {
    content: " ";
    display: inline-block !important;
    position: absolute;
    right: 7px;
    top: 10px;
    opacity: 0;
    height: 21px;
    width: 1px;
    background-color: #0a0a0a;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: none;
}

.dynamic-form__item--open .dynamic-form__toggle.plus::before {
    opacity: 1;
}

.result-search.hide-results,
.result-search.hide-results.is--active {
    display: none;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}

.button.show-mobile {
    display: none !important;
}

.popup__all-numbers.tabs__item--open,
.school__about-this-curse.popup--open {
    bottom: 65px;
    height: calc(100% - 65px);
    overflow-y: auto;
    top: auto;
}

.cabinet__info-ava {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    color: #d8d8d8;
    border: 1px dashed #d8d8d8;
    position: relative;
    margin-bottom: 40px;
}

a:hover {
    color: #7835bb;
}

.best-organization__item a{
    color: #ffffff;
}

.comment__item.comment__item--active .comment__text {
    display: none;
}

.comment__item.comment__item--active .comment__nav form {
    width: 100%;
}

.comment__item.comment__item--active .comment__nav textarea {
    width: 100%;
    display: block;
    max-width: 100%;
    max-height: 250px;
    border: 0;
    font-size: 16px;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 300;
}

.curse__img:not(.teachers__img) {
    max-width: 118px;
    width: 100%;
    background: #f5f5f5;
}

ul.deals__list.custom-deals__list {
    display: block;
}

.curse__img:not(.teachers__img) img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    max-width: 100%;
    margin: auto;
}

.comment__item.comment__item--active .comment__nav textarea:focus {
    outline: none;
}

.comment__list .comment__nav {
    margin-top: 10px;
}

/*input validation*/
.input.has--error {
    border-color: red;
}

.another-curse__inner .catalog__list--vertical .product-school__picture .product__img img, .another-curse__inner .catalog__list--vertical .product__picture  .product__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.deals--clients .deals__sort-item--name {
    width: 21.4%;
    margin-right: 0;
    padding-right: 20px;
}


.deals--clients .deals__sort-item--date {
    width: 25%;
    margin-right: 0;
    padding-right: 20px;
}

.mobile-menu__header .button--mobile-menu {
    padding-left: 10px;
    padding-right: 10px;
}

li.deals__item.custom-deals {
    display: flex;
}

#search.input:focus {
    border: 1px solid #FFAA00;
    box-shadow: none;
}

.category-select__list.select-standard__list {
    margin: 0;
    max-height: 287px;
    height: auto;
    font-weight: 300;
    font-size: 16px;
    /*padding: 10px 0;*/
}

#report .popup__send svg {
    position: absolute;
    left: 20px;
    top: 10px;
}

#report .button.popup__send {
    padding: 13px 20px 12px 61px;
}

.select-standard__body .input--search:focus .select-standard__arrow, .select-standard__toggle:focus .select-standard__arrow {
    border-left-color: #fa0 !important;
}

.category-select__list li.active > .select-category__toggle svg {
    transform: rotate(90deg);
}

.category-select__list li.active > ul {
    display: block;
    /*margin-top: 20px;*/
}

.select-category__toggle {
    border: 0;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select-category__toggle svg {
    margin-right: 13px;
    position: relative;
    top: -1px;
    transition: 0.15s all ease-in;
}

/*.select-standard__item {*/
/*    padding: 0px 20px;*/
/*}*/

.select-category__toggle {
    padding: 10px 20px;
    width: 100%;
}

.select-standard__item ul {
    list-style: none;
    padding: 0;
    display: none;
    /*padding-left: 20px;*/
    margin-top: 0;
}

.select-standard__item > ul .select-category__toggle {
    padding-left: 40px;
}

.select-standard__item > ul > li {
    /*padding-left: 20px;*/
}

.select-standard__item .radio {
    padding: 10px 0;
    margin-left: 20px;
}

.select-category__toggle:hover,
.select-category__toggle:focus,
.select-standard__item > ul > li > ul > li:hover {
    background: #F5F5F5;
    outline: none;
}

.select-standard__item > ul > li > ul > li {
    padding-left: 40px;
}

.select2.select2-container.select2-container--default .select2-selection--single {
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    height: 45px;
}

.select2.select2-container.select2-container--default .select2-selection--single:focus {
    outline-color: #FFAA00;
}

.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single {
    outline: none;
    border-color: #FFAA00;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 20px;
    background: url('../img/down-arrow.svg') no-repeat center;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-search--dropdown {
    padding: 15px 10px 6px;
    position: relative;
}

.select2-search--dropdown:after {
    content: '';
    display: inline-block;
    top: 26px;
    position: absolute;
    right: 21px;
    background: url('../img/search-icon.svg') no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding: 0 36px 0 10px;
    height: 37px;
    color: #0A0A0A;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline-color: #FFAA00;
}

.select2-results__option {
    padding: 11px 20px;
    color: #0A0A0A;
}



input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F5F5;
}

.select2-dropdown.select2-dropdown--below {
    border-top: 0;
}

.select2-dropdown.select2-dropdown--above {
    border-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F5F5F5;
    color: #0A0A0A;
}

.deals--clients .deals__sort-item--status {
    width: calc(53.6% - 72px);
    padding-right: 20px;
}

@media (max-width:1209px) {
    .filter--open .filter__main {
        display: block;
    }
    .menu-cabinet .menu-cabinet__prev,
    .menu-cabinet .menu-cabinet__next,
    .tabs__list .menu-cabinet__prev,
    .tabs__list .menu-cabinet__next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        border: 0;
        background-color: transparent;
        /*width: 30px;*/
        /*height: 30px;*/
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .menu-cabinet .menu-cabinet__prev,
    .tabs__list .menu-cabinet__prev {
        left: 0;
    }

    .menu-cabinet .menu-cabinet__prev svg, .tabs__list .menu-cabinet__prev svg {
        transform: rotate(90deg)
    }

    .menu-cabinet, .tabs__list {
        position: relative;
    }

    .menu-cabinet .menu-cabinet__next, .tabs__list .menu-cabinet__next {
        right: 0;
    }

    .menu-cabinet .menu-cabinet__next svg, .tabs__list .menu-cabinet__next svg {
        transform: rotate(-90deg)
    }
}


@media screen and (max-width: 767px) {
    .button.hide-mobile {
        display: none !important;
    }



    .analytics__item:not(:last-of-type) {
        margin-bottom: 20px;
    }

    li.deals__item.custom-deals {
        flex-direction: column;
    }

    .deals--clients .deals__sort-item--name,
    .deals--clients .deals__sort-item--date,
    .deals--clients .deals__sort-item--status {
        width: 100%;
        padding-right: 65px;
    }

    .button.button--fixed {
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        display: block !important;
        max-width: none;
        z-index: 1;
        width: calc(100vw - 40px);
    }

    .button.button--fixed.show-mobile {
        display: block !important;
        transform: translateX(0%) translateY(60px);
        visibility: hidden;
        transition: .15s all ease-in;
        opacity: 0;
    }

    .button.button--fixed.show-mobile.visible {
        transform: translateX(0%) translateY(0);
        visibility: visible;
        opacity: 1;
        z-index: 3;
    }
}

@media screen and (max-width: 549px) {
    .popup__all-numbers.tabs__item--open,
    .school__about-this-curse.popup--open {
        bottom: 65px;
        height: calc(100% - 65px);
    }
}

/* stylelint-disable*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: normal; /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

ul, li {
  list-style: none;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/../fonts/Roboto-Light.woff2") format("woff2"), url("/../fonts/Roboto-Light.woff") format("woff"), url("/../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/../fonts/Roboto-Medium.woff2") format("woff2"), url("/../fonts/Roboto-Medium.woff") format("woff"), url("/../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/../fonts/Roboto-Regular.woff2") format("woff2"), url("/../fonts/Roboto-Regular.woff") format("woff"), url("/../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
}
html * {
  box-sizing: inherit;
}
html * *::after {
  box-sizing: inherit;
}
html * *::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Roboto", arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #000014;
  min-width: 320px;
}

header {
  position: relative;
  background-color: #fff;
}

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

form {
  margin: 0;
}

button {
  cursor: pointer;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.overflow-popup {
  overflow: hidden;
  padding-right: 17px;
}

@media (max-width: 1199px) {
  .overflow-popup {
    padding-right: 0;
  }
}
.container {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 550px) {
  .container {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1210px) {
  .container {
    max-width: 1210px;
  }
}
@media (min-width: 1390px) {
  .container {
    max-width: 1390px;
  }
}
.logo--header {
  margin: 4px auto 0 auto;
}

.logo__link {
  display: inline-block;
}

.logo__link img {
  max-width: 132px;
  height: auto;
}

.logo--mobile-menu {
  margin-bottom: 19px;
  text-align: center;
}

@media (min-width: 375px) {
  .logo__link img {
    max-width: 167px;
  }
  .logo--header {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .logo--header {
    margin-right: 30px;
    margin-left: 0;
  }
}
.like {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #d8d8d8;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.like:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
}

.like--active {
  color: #fe5555;
  background-color: #ffeded;
}
.like--active:focus {
  color: #fe5555;
  box-shadow: 0 0 0 0.2rem rgba(254, 85, 85, 0.25);
}

.like__count {
  position: absolute;
  font-size: 14px;
  right: 6px;
  bottom: 1px;
  display: none;
  color: #000014;
}

.like--active .like__count {
  display: block;
}

.like-small {
  padding: 9px;
  width: 35px;
  height: 35px;
}

@media (min-width: 992px) {
  .like--header {
    margin-left: auto;
    order: 1;
  }
}
@media (min-width: 1210px) {
  .like:hover {
    color: rgba(216, 216, 216, 0.6);
  }
  .like:focus {
    color: #d8d8d8;
  }
  .like--active:hover {
    color: rgba(254, 85, 85, 0.6);
  }
  .like--active:focus {
    color: #fe5555;
    box-shadow: 0 0 0 0.2rem rgba(254, 85, 85, 0.25);
  }
}
.navigation__inner--middle {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 27px;
}

.navigation__text {
  display: none;
}

.navigation__user-wrapper,
.navigation__wrapper-menu {
  display: none;
}

.navigation__open-menu {
  width: 45px;
  height: 23px;
  margin-top: 11px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.navigation__open-menu:focus {
  outline: none;
}

.navigation__open-menu span {
  position: relative;
  display: block;
  height: 3px;
  margin-bottom: 6px;
  background-color: #000000;
  border-radius: 5px;
}
.navigation__open-menu span:last-child {
  width: 31px;
  margin-bottom: 0;
}

.navigation__user-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 991px) {
  .navigation--no-js .navigation__open-menu {
    display: none;
  }
  .navigation--no-js .logo--header {
    display: none;
  }
  .navigation--no-js .like--header {
    display: none;
  }
  .navigation--no-js .mobile-menu {
    position: static;
    max-width: 100%;
    transform: none;
  }
}
@media (min-width: 992px) {
  .navigation__open-menu {
    display: none;
  }
  .navigation__inner--middle {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 14px;
  }
  .navigation__wrapper-menu {
    display: block;
    background-color: #6f35a9;
  }
  .navigation__user--inner {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation__user-wrapper {
    display: block;
  }
}
@media (min-width: 1210px) {
  .navigation__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 165px;
    width: 100%;
    margin-right: 28px;
    padding-top: 5px;
  }
  .navigation__text p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navigation__curse {
    font-size: 28px;
    font-weight: 500;
    color: #000014;
  }
  .navigation__count-curse {
    font-size: 14px;
    font-weight: 300;
    max-width: 85px;
    line-height: 18px;
  }
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.input {
  display: block;
  width: auto;
  max-width: 100%;
  height: 45px;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
  color: #000014;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  -webkit-appearance: none;
}
.input::-moz-placeholder {
  color: #d8d8d8;
}
.input::placeholder {
  color: #d8d8d8;
}
.input:focus {
  outline: none;
  border-color: #7835bb;
  box-shadow: 0 0 0 0.2rem rgba(120, 53, 187, 0.25);
}

.input--search {
  width: 100%;
  padding-right: 55px;
}

.input--registration {
  width: 100%;
}

.input--cabinet {
  width: 100%;
}

.input--full-width {
  width: 100%;
}

.input--textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 200px;
  resize: none;
}

@media (min-width: 1210px) {
  .input:hover {
    border-color: #000014;
  }
  .input:focus {
    border-color: #7835bb;
    box-shadow: 0 0 0 0.2rem rgba(120, 53, 187, 0.25);
  }
}
.label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000014;
  line-height: 21px;
}

.label--has-icon {
  position: relative;
}

.label--has-icon svg {
  position: absolute;
  right: -22px;
  top: 3px;
}

.label--required {
  position: relative;
}
.label--required::after {
  content: "*";
  font-weight: 700;
  color: #fe5555;
}

.search {
  position: relative;
  width: 100%;
}
.search form {
  position: relative;
}

.search__button {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  background-color: transparent;
  border: none;
}
.search__button:focus {
  outline: none;
}
.search__button:focus svg {
  opacity: 0.3;
}

.result-search {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border: 0;
  max-height: 300px;
}
.result-search.is--active {
  display: block;
  overflow: auto;
  min-height: 100vh;
}
.result-search .result-search__item {
  padding-top: 20px;
}
.result-search .result-search__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000014;
  padding: 0 20px;
}
.result-search .result-search__item a:hover {
  background-color: #f5f5f5;
}
.result-search .result-search__item a .result-search__item__name {
  width: 75%;
}
.result-search .result-search__item .result-search__item__text-and-price {
  display: flex;
  align-items: center;
  color: #000014;
  font-weight: 500;
}
.result-search .result-search__item .result-search__item__text-and-price .price__text {
  display: none;
  font-weight: 300;
  color: #a8a8a8;
  margin-right: 17px;
  width: -moz-max-content;
  width: max-content;
}

#shadow-for-search {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.3019607843);
  z-index: 999;
}

.search .search__button-cancel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 10.5px;
  align-items: center;
  justify-content: center;
}

.search.is--focus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 10px 0;
  height: 100%;
}
.search.is--focus .search__button-cancel {
  display: flex;
}
.search.is--focus .input.input--search {
  padding-left: 35px;
}

@media (max-width: 992px) {
  .search {
    padding-top: 15px;
  }
}
@media (min-width: 480px) {
  .result-search .result-search__item .result-search__item__text-and-price .price__text {
    display: block;
  }
}
@media (min-width: 992px) {
  .search {
    margin-right: 30px;
    margin-top: 0;
    max-width: 414px;
  }
  .search_login_user {
    max-width: 680px !important;
  }
  .search.is--focus {
    max-width: calc(100% - 199px) !important;
    margin-right: 0;
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    background: #fff;
    padding: 0;
    height: 100%;
    margin-top: 0;
  }
  .search.is--focus .search__button-cancel {
    display: none;
  }
  .search.is--focus .input.input--search {
    padding-left: 22px;
  }
  .result-search {
    box-shadow: 0 3px 6px rgba(10, 10, 10, 0.16);
  }
  .result-search.is--active {
    min-height: 0;
  }
  .result-search .result-search__item {
    padding-top: 0;
  }
  .result-search .result-search__item a {
    height: 41px;
  }
}
@media (min-width: 1210px) {
  .search {
    max-width: 438px;
  }
  .search_login_user {
    max-width: 705px !important;
  }
  .search.is--focus {
    max-width: calc(100% - 391px) !important;
    margin-right: 0;
  }
  .search__button:hover svg {
    opacity: 0.6;
  }
  .search__button:focus svg {
    opacity: 0.3;
  }
}
@media (min-width: 1390px) {
  .search {
    max-width: 620px;
  }
  .search_login_user {
    max-width: 885px !important;
  }
}
.search.search-mobile .search-mobile__close {
  display: none;
}

.select2.select2-container.select2-container--default .select2-selection__rendered {
  line-height: 45px;
  color: #0A0A0A;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  height: auto;
}

.button.button--cancel {
  padding: 12px 10px 13px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #a8a8a8;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  body.fixed {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .search.search-mobile.is--focus .search-mobile__close {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px;
    background-color: transparent;
    border: 0;
    line-height: 1;
    display: inline-block;
    padding: 0;
  }
  .search.search-mobile.is--focus .input.input--search {
    padding-left: 40px;
  }
  .result-search.search-mobile__result {
    padding: 0;
    border: 0;
  }
}
.button {
  position: relative;
  display: inline-block;
  padding: 13px 61px 12px 61px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #7835bb;
  text-decoration: none;
  background-color: #f1eaf8;
  border: 1px solid #f1eaf8;
  border-radius: 3px;
}
.button:focus {
  outline: none;
  color: #7835bb;
}

.button--mobile-menu {
  width: 100%;
}

.button--mobile-menu:last-child {
  margin-top: 5px;
}

.button--registration {
  width: 100%;
}

.button--organization-header {
  display: none;
}

.button--enter {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.button--recovery-password {
  padding-left: 20px;
  padding-right: 23px;
}

.button--recovery-next-step {
  padding-left: 19px;
  padding-right: 19px;
}

.button--green {
  color: #0b9f2e;
  background-color: #e6f5e9;
  border-color: #e6f5e9;
}
.button--green:focus {
  color: #0b9f2e;
  box-shadow: 0 0 0 0.2rem rgba(11, 159, 46, 0.25);
}

.button--save {
  position: relative;
}

.button--save svg {
  position: absolute;
  left: 21px;
  top: 9px;
}

.button--cabinet-submit {
  position: relative;
  padding-left: 49px;
  padding-right: 20px;
}

.button--cabinet-submit svg {
  position: absolute;
  left: 20px;
  top: 12px;
}

.button--add-something {
  position: relative;
  padding-right: 19px;
  padding-left: 51px;
}
.button--add-something::before, .button--add-something::after {
  content: " ";
  position: absolute;
  left: 20px;
  top: 21px;
  height: 1px;
  width: 21px;
  background-color: #7835bb;
}
.button--add-something::after {
  transform: rotate(-90deg);
}

.button--yellow {
  color: #ffaa00;
  background-color: #fff6e5;
  border-color: #fff6e5;
}
.button--yellow:focus {
  color: #ffaa00;
  box-shadow: 0 0 0 0.2rem rgba(255, 170, 0, 0.25);
}

.button--red {
  color: #fe5555;
  background-color: rgba(254, 85, 85, 0.1019607843);
  border-color: rgba(254, 85, 85, 0.1019607843);
}
.button--red:focus {
  color: #fe5555;
  box-shadow: 0 0 0 0.2rem rgba(254, 85, 85, 0.25);
}
.button--red svg {
  fill: #fe5555;
  color: #fe5555;
}

.button-delete {
  position: relative;
  padding-left: 55px;
  padding-right: 21px;
}

.button-delete svg {
  position: absolute;
  left: 20px;
  top: 10px;
}

.button-view {
  position: relative;
  padding-left: 55px;
  padding-right: 21px;
}

.button-view svg {
  position: absolute;
  left: 20px;
  top: 15px;
}

.button--green::after {
  background-color: #0b9f2e;
}

.button--green::before {
  background-color: #0b9f2e;
}

.button--icon-transform {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0 0 0 43px;
  overflow: hidden;
}
.button--icon-transform::before, .button--icon-transform::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button--icon-transform::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.button--transparent {
  padding-left: 20px;
  padding-right: 20px;
  color: #000014;
  font-weight: 300;
  background-color: transparent;
  border-color: #d8d8d8;
}
.button--transparent:focus {
  color: #000014;
  border-color: #7835bb;
}

.button--filter-open {
  position: relative;
  padding: 8px 40px 7px 40px;
}

.curse__teachers--edit .button {
  min-width: 205px;
  margin-bottom: 8px;
}
.curse__teachers--edit .button--save {
  padding: 11px 20px 11px 50px;
}
.curse__teachers--edit .button--save svg {
  left: 21px;
  top: 9px;
}

.button--gray {
  color: #a8a8a8;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.button--gray:focus {
  color: #a8a8a8;
  box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
}

.button--icon-transform-svg {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0 0 0 43px;
  overflow: hidden;
}
.button--icon-transform-svg::before, .button--icon-transform-svg::after {
  display: none;
}

.button--icon-transform-svg svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button--with-icon {
  padding-left: 43px;
  padding-right: 20px;
}

.button--with-icon svg {
  position: absolute;
  left: 13px;
  top: 10px;
  width: 20px;
  height: 21px;
}

.button--circle {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: none;
}
.button--circle:focus {
  box-shadow: none;
  background-color: #f5f5f5;
}

.button--circle span {
  display: block;
  margin-top: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a8a8a8;
}
.button--circle span:first-child {
  margin-top: 0;
}

.button--load-more {
  padding-top: 7px;
  padding-bottom: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #000014;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.button--load-more:focus {
  color: #000014;
  box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
}

@media (min-width: 768px) {
  .button--save {
    padding: 11px 20px 11px 50px;
  }
  .button--save svg {
    left: 21px;
    top: 9px;
  }
  .button--icon-transform-svg,
  .button--icon-transform {
    width: auto;
    overflow: initial;
    border-radius: 3px;
    padding: 13px 20px 12px 51px;
  }
  .button--icon-transform-svg::before, .button--icon-transform-svg::after,
  .button--icon-transform::before,
  .button--icon-transform::after {
    left: 20px;
    top: 20px;
    transform: none;
  }
  .button--icon-transform-svg::after,
  .button--icon-transform::after {
    transform: rotate(90deg);
  }
  .curse__teachers--edit .button {
    min-width: auto;
    margin-bottom: 0;
  }
  .button--icon-transform-svg svg {
    top: 11px;
    left: 20px;
    transform: none;
  }
}
@media (min-width: 992px) {
  .button--organization-header {
    display: inline-block;
    padding: 12px 19px;
  }
}
@media (min-width: 1210px) {
  .button:hover {
    color: rgba(120, 53, 187, 0.6);
  }
  .button:focus {
    outline: none;
    color: #7835bb;
  }
  .button--green:hover {
    color: rgba(11, 159, 46, 0.6);
  }
  .button--green:focus {
    color: #0b9f2e;
    box-shadow: 0 0 0 0.2rem rgba(11, 159, 46, 0.25);
  }
  .button--yellow:hover {
    color: rgba(255, 170, 0, 0.6);
  }
  .button--yellow:focus {
    color: #ffaa00;
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 0, 0.25);
  }
  .button--red:hover {
    color: rgba(254, 85, 85, 0.6);
  }
  .button--red:focus {
    color: #fe5555;
    box-shadow: 0 0 0 0.2rem rgba(254, 85, 85, 0.25);
  }
  .button--transparent:hover {
    color: rgba(0, 0, 20, 0.6);
  }
  .button--transparent:focus {
    color: #000014;
    border-color: #7835bb;
  }
  .button--gray:hover {
    color: rgba(168, 168, 168, 0.6);
  }
  .button--gray:focus {
    color: #a8a8a8;
    box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
  }
  .button--load-more:hover {
    color: rgba(0, 0, 20, 0.6);
  }
  .button--load-more:focus {
    color: #000014;
    box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
  }
}
@media (min-width: 1390px) {
  .button--organization-header {
    letter-spacing: 0.3px;
  }
}
.checkbox__label {
  position: relative;
  display: inline-block;
  padding-left: 31px;
  line-height: 17px;
}
.checkbox__label::before {
  content: " ";
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.checkbox__label::after {
  content: " ";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 15px;
  height: 11px;
  background-image: url("../img/checked.svg");
  background-size: 15px 11px;
  background-position: center;
}

.checkbox__input:checked + .checkbox__label::before {
  background-color: #f1eaf8;
  border-color: #f1eaf8;
}

.checkbox__input:checked + .checkbox__label::after {
  display: block;
}

.checkbox__input:focus + .checkbox__label::before {
  border-color: #f1eaf8;
  box-shadow: 0 0 0 0.2rem rgba(120, 53, 187, 0.25);
}

@media (min-width: 992px) {
  .checkbox__label {
    padding-left: 33px;
  }
}
@media (min-width: 1210px) {
  .checkbox__label:hover::before {
    border-color: #000014;
  }
  .checkbox__input:focus + .checkbox__label::before {
    border-color: #f1eaf8;
    box-shadow: 0 0 0 0.2rem rgba(120, 53, 187, 0.25);
  }
}
.h6 {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #000014;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 275px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in;
  z-index: 10;
}

.mobile-menu__list {
  flex-grow: 1;
  margin: 0;
  padding: 30px 20px 30px 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  list-style: none;
}

.mobile-menu__link {
  position: relative;
  display: inline-block;
  padding-left: 43px;
  font-size: 16px;
  color: #000014;
  text-decoration: none;
}
.mobile-menu__link:focus {
  color: rgba(0, 0, 20, 0.3);
}

.mobile-menu__link svg {
  position: absolute;
  left: 0;
  top: 0;
}

.mobile-menu__item {
  margin-bottom: 22px;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}

.mobile-menu__header {
  padding: 20px 20px 30px 20px;
}

.mobile-menu__footer {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.mobile-menu__item--indicator .mobile-menu__link {
  padding-right: 35px;
  width: 100%;
}

.mobile-menu__indicator {
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  padding: 2px 6px;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background-color: #fe5555;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .mobile-menu--open {
    left: 0 !important;
    overflow-y: auto;
    height: 100%;
    display: block !important;
    min-height: 100%;
    transform: translateX(0);
  }
}
@media (min-width: 375px) {
  .mobile-menu {
    max-width: 315px;
  }
  .mobile-menu.mobile-menu--open {
    left: 0;
  }
}
.modalwin {
  width: calc(100% - 40px);
  background: #fff;
  z-index: 9999;
  display: none;
  padding: 14px 30px;
  border-radius: 10px;
}

.modalwin .modalwin__title {
  font-size: 1em;
  font-weight: 500;
}

.modalwin__description {
  margin-bottom: 30px;
}

.modalwin .modalwin__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modalwin .modalwin__button .button {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 10px;
}
.modalwin .modalwin__button .button svg {
  margin-right: 5px;
}

.modalwin .modalwin__button .button.button--cancel {
  background-color: transparent;
  border: 0;
  color: #a8a8a8;
}
.modalwin .modalwin__button .button.button--cancel:hover {
  color: #888282;
}

@media (min-width: 550px) {
  .modalwin .modalwin__button {
    justify-content: flex-end;
  }
  .modalwin .modalwin__button .button {
    max-width: 155px;
  }
  .modalwin .modalwin__button .button.button--cancel {
    margin-left: 20px;
    max-width: 90px;
  }
}
@media (min-width: 580px) {
  .modalwin {
    max-width: 535px;
  }
}
@media (min-width: 768px) {
  .modalwin {
    max-width: 660px;
  }
}
.language {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.language--header {
  justify-content: center;
}

.language__link {
  color: #a8a8a8;
  text-decoration: none;
  font-size: 14px;
}

.language__link[href]:focus {
  color: #000014;
}

.language__item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.language__item::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 19px;
  width: 1px;
  background-color: #000000;
}
.language__item:last-child::after {
  display: none;
}

.language__item--active .language__link {
  color: #000014;
}

@media (min-width: 992px) {
  .language--header {
    max-width: 270px;
    width: 100%;
    margin-left: -9px;
    justify-content: flex-start;
  }
}
@media (min-width: 1210px) {
  .language__link[href]:hover {
    color: #888282;
  }
  .language__link[href]:focus {
    color: #000014;
  }
}
.social--footer {
  max-width: 158px;
  margin-top: 22px;
}

.social__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social__link {
  display: block;
}
.social__link:focus {
  opacity: 0.3;
}

.social__item {
  margin-right: 19px;
}
.social__item:last-child {
  margin-right: 0;
}

.social__title {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}

.social__link--circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #f1eaf8;
  border-radius: 50%;
}
.social__link--circle:focus {
  opacity: 1;
}
.social__link--circle:focus svg {
  opacity: 0.3;
}

@media (min-width: 992px) {
  .social--footer {
    margin-top: 17px;
  }
}
@media (min-width: 1210px) {
  .social__link:hover {
    opacity: 0.6;
  }
  .social__link:focus {
    opacity: 0.3;
  }
}
.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.menu__list {
  width: 25%;
}

.menu__link {
  display: block;
  font-weight: 400;
  padding: 13px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.menu__link:focus {
  background-color: #5d209a;
}

.menu__list--active .menu__link {
  background-color: #5d209a;
}

@media (min-width: 1210px) {
  .menu__link[href]:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: #7835bb;
  }
  .menu__link[href]:focus {
    color: rgba(255, 255, 255, 0.3);
    background-color: #7835bb;
  }
}
.user-features {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.user-features--header {
  margin-left: auto;
}

.user-features__item {
  position: relative;
  margin-right: 30px;
}
.user-features__item:first-child {
  margin-right: 60px;
}
.user-features__item:last-child {
  margin-right: 0;
}

.user-features__item--registration,
.user-features__item--organization,
.user-features__item--user {
  position: relative;
}

.user-features__dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 365px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 20, 0.16);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  z-index: -3;
}
.user-features__dropdown::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  background-color: transparent;
}

.user-features__item--organization .user-features__dropdown,
.user-features__item--user .user-features__dropdown {
  width: auto;
  padding: 10px 0 0;
  flex-direction: column;
}

.user-features__dropdown .button {
  padding-left: 20px;
  padding-right: 20px;
}

.user-features__item--organization .user-features__dropdown .button,
.user-features__item--user .user-features__dropdown .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  text-align: left;
  min-width: 240px;
  min-height: 41px;
  padding: 0 20px;
  width: auto;
  background-color: #fff;
  color: #000014;
  font-weight: 300;
  border: 0;
}
.user-features__item--organization .user-features__dropdown .button:hover,
.user-features__item--user .user-features__dropdown .button:hover {
  background-color: #f5f5f5;
}

.user-features__item--organization .user-features__dropdown li:last-child .button {
  font-weight: 500;
  color: #7835bb;
  background-color: #f1eaf8;
}
.user-features__item--organization .user-features__dropdown li:last-child .button:hover {
  color: rgba(120, 53, 187, 0.6);
}

.user-features__item--user .user-features__dropdown li .button svg {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .user-features__item--registration:hover .user-features__dropdown,
  .user-features__item--organization:hover .user-features__dropdown,
  .user-features__item--user:hover .user-features__dropdown {
    opacity: 1;
    z-index: 2;
    pointer-events: initial;
  }
  .user-features__item--registration:focus-within .user-features__dropdown,
  .user-features__item--organization:hover .user-features__dropdown,
  .user-features__item--user:hover .user-features__dropdown {
    opacity: 1;
    z-index: 2;
    pointer-events: initial;
  }
  .user-features__item--registration:hover .user-features__drop-icon,
  .user-features__item--organization:hover .user-features__drop-icon,
  .user-features__item--user:hover .user-features__drop-icon {
    opacity: 0.6;
    transform: rotate(-180deg);
  }
  .user-features__item--registration:focus-within .user-features__drop-icon,
  .user-features__item--organization:hover .user-features__drop-icon,
  .user-features__item--user:hover .user-features__drop-icon {
    opacity: 0.6;
    transform: rotate(-180deg);
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper .site-main {
  flex: 1 0 auto;
}

.wrapper .site-footer {
  flex: 0 0 auto;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 20, 0.4);
  z-index: 5;
}

@media (max-width: 991px) {
  .overlay--open {
    display: block;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.link--enter {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .link--enter {
    margin-top: 14px;
  }
}
.by-social__list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.by-social__text {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 19px;
  color: #000014;
}

.by-social__link {
  position: relative;
  padding: 13px 17px 11px 50px;
  display: inline-block;
  max-width: 204px;
  width: 100%;
  font-size: 14px;
  color: #000014;
  text-decoration: none;
  border: 1px solid #d8d8d8;
}

.register-fb-g {
  margin-top: 30px;
  display: flex;
}

.by-social__link--google {
  margin-right: 20px;
}

.by-social__link svg {
  position: absolute;
  left: 20px;
  top: 11px;
}

.by-social__item {
  margin-bottom: 20px;
}
.by-social__item:last-child {
  margin-bottom: 0;
}

.by-social__link:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.25);
}

@media (min-width: 1210px) {
  .by-social__link:hover {
    color: rgba(0, 0, 20, 0.6);
  }
  .by-social__link:focus {
    color: #000014;
  }
  .page-catalog__inner {
    display: flex;
  }
  .page-catalog__inner .filter {
    max-width: 270px;
    width: 100%;
  }
  .page-catalog__inner .filter__tags {
    display: none;
  }
  .page-catalog__inner .catalog {
    width: 100%;
    max-width: 870px;
    margin-left: auto;
  }
  .page-catalog {
    margin-top: 60px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1390px) {
  .page-catalog__inner .catalog {
    max-width: 1005px;
  }
  .page-catalog__inner .filter {
    max-width: 315px;
  }
}
.send_filter {
  display: none;
}

.filter__content {
  margin-top: 32px;
  margin-bottom: 69px;
  max-width: 315px;
}

.filter__item {
  margin: 0 0 32px 0;
  padding: 0;
  border: none;
}
.filter__item:last-child {
  margin-bottom: 0;
}

.filter__item legend {
  margin-bottom: 18px;
  font-size: 16px;
  color: #000014;
  line-height: 21px;
  font-weight: 500;
}

.filter__item .checkbox {
  margin: 0 0 20px 0;
}
.filter__item .checkbox:last-child {
  margin-bottom: 0;
}

.checkbox.rating__school-filter {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.checkbox.rating__school-filter:last-child .school__rating.school--filter {
  margin-bottom: 0;
}
.checkbox.rating__school-filter .checkbox__label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 41px;
  height: 100%;
}
.checkbox.rating__school-filter .checkbox__label:before {
  top: 0;
}
.checkbox.rating__school-filter .checkbox__label:after {
  top: 5px;
}

.filter__info {
  margin: 0 0 10px 0;
  padding: 9px 39px;
  font-size: 16px;
  color: #000014;
  background-color: #f5f5f5;
}

.filter__submit {
  width: 100%;
}

.filter__title {
  margin: 0;
  text-align: center;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
}

.filter__mobile-navigation {
  padding: 14px 20px;
  display: flex;
  color: #ffffff;
  background-image: linear-gradient(180deg, #5703aa 0%, #2c0255 100%);
}

.filter__reset {
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.filter__reset:focus {
  outline: none;
  color: rgba(255, 255, 255, 0.3);
}

.filter__exit {
  position: relative;
  padding: 0 0 0 27px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  font-family: inherit;
  border: none;
  background-color: transparent;
}
.filter__exit:focus {
  outline: none;
  opacity: 0.3;
}

.filter__exit svg {
  position: absolute;
  left: 0;
  top: 3px;
}

.filter__popular-school {
  display: none;
}

.filter__item--date .input {
  margin-bottom: 20px;
  max-width: 187px;
  width: 100%;
}
.filter__item--date .input:last-child {
  margin-bottom: 0;
}

@media (max-width: 1209px) {
  .filter__inner {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    padding: 75px 20px 20px 20px;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 11;
  }
  .filter__fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -3px 10px rgba(0, 0, 20, 0.1);
    z-index: 5;
  }
  .filter__fixed--hidden {
    display: none;
  }
  .filter .filter__mobile-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .filter--open .filter__inner {
    display: flex;
    flex-direction: column;
  }
  .filter--open form,
  .filter--open .filter__main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .filter--open .filter__content {
    flex-grow: 1;
  }
  .filter--no-js .filter__inner {
    position: static;
    display: block;
    margin-bottom: 40px;
    padding: 0;
  }
  .filter--no-js .filter__fixed {
    display: none;
  }
  .filter--no-js .filter__mobile-navigation {
    position: static;
    padding: 0;
    margin-top: 30px;
  }
  .filter--no-js .filter__exit {
    display: none;
  }
  .filter--no-js .filter__title {
    display: none;
  }
  .filter--no-js .filter__reset {
    padding: 14px 20px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .filter__fixed {
    display: none;
  }
}
@media (min-width: 1210px) {
  .filter__content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .filter__action {
    display: none;
  }
  .filter__popular-school {
    display: block;
    margin-top: 39px;
  }
  .filter__item legend {
    margin-bottom: 21px;
  }
  .filter__item {
    margin-bottom: 35px;
  }
  .filter__item .checkbox__label {
    padding-left: 42px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .product--top {
    border-color: #7835bb;
  }
}

.catalog__filter-top {
  display: flex;
  align-items: center;
}

.catalog__info {
  flex-grow: 1;
  padding-right: 15px;
  margin: 0;
  color: #000014;
  font-size: 16px;
}

.catalog__hidden {
  display: none;
}

.catalog__view {
  width: 100%;
  max-width: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

.catalog__list {
  padding-left: 0;
  margin: 36px 0 20px 0;
  list-style: none;
}

.catalog__pagination {
  margin-top: 30px;
}

.catalog__item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d8d8d8;
}
.catalog__item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.catalog__get-filter {
  display: none;
}

.catalog__filter-bottom {
  display: none;
}

.catalog__list__section {
  font-weight: 500;
  font-size: 16px;
  margin: 0.5em;
}

.catalog__load-more {
  padding-top: 9px;
  padding-bottom: 7px;
  margin: 30px 0;
  font-weight: 300;
  width: 100%;
  font-size: 16px;
  color: #000014;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.catalog__load-more:focus {
  color: #000014;
  box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
}

.catalog__seo-text {
  margin-top: 60px;
}

.catalog__list--vertical .product,
.catalog__list--vertical .product-school {
  display: flex;
  flex-wrap: wrap;
}

.catalog__list--vertical .product__picture,
.catalog__list--vertical .product-school__picture {
  max-width: 37%;
  width: 100%;
}

.catalog__list--vertical .product__info-block,
.catalog__list--vertical .product-school__info-block {
  max-width: 63%;
  padding-top: 0;
  padding-left: 10px;
}

.catalog__list--vertical .product-school__info-block {
  padding-left: 25px;
}

.catalog__list--vertical .product__features,
.catalog__list--vertical .product-school__features {
  display: none;
}

.catalog__list--vertical .product__rating,
.catalog__list--vertical .product-school__rating {
  position: static;
  margin-top: 10px;
  padding: 0;
  box-shadow: none;
}

.catalog__list--vertical .product--top .product__img::after,
.catalog__list--vertical .product-school--top .product-school__img::after {
  width: 71px;
  height: 71px;
  right: inherit;
  left: 0;
  top: inherit;
  bottom: 0;
  background-image: url("../img/in-top-vertical.png");
}

.catalog__list--vertical .product__price,
.catalog__list--vertical .product-school__price {
  position: absolute;
  left: 0;
  bottom: 25px;
  margin-top: 0;
}

.catalog__list--vertical .product__actions,
.catalog__list--vertical .product-school__actions {
  width: 100%;
  justify-content: flex-end;
}

.catalog__list--vertical .product__buy,
.catalog__list--vertical .product-school__buy {
  padding: 7px 16px;
  min-width: 35px;
  font-size: 0;
}

.catalog__list--vertical .product__img,
.catalog__list--vertical .product-school__img {
  line-height: 0;
}

.catalog.catalog-for-favorites {
  margin-top: 60px;
}

.catalog__list--vertical .product__img {
  width: 100%;
  height: 100%;
}

.catalog__list--vertical .product__picture {
  height: auto;
}

@media (max-width: 767px) {
  .catalog__list--vertical .product__buy svg,
  .catalog__list--vertical .product-school__buy svg {
    display: block;
    position: absolute;
    top: 10px;
    left: 14px;
  }
}
@media (min-width: 768px) {
  .catalog__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog__item {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    border: none;
  }
  .catalog__item:nth-child(1), .catalog__item:nth-child(2), .catalog__item:nth-child(3) {
    margin-top: 0;
  }
  .catalog__get-filter {
    display: inline-block;
    margin-right: 30px;
    padding: 7px 20px 7px 46px;
  }
  .catalog__get-filter svg {
    position: absolute;
    left: 20px;
    top: 8px;
  }
  .catalog__filter-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: 30px;
  }
  .catalog__filter-bottom .tag {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .catalog__item:last-child {
    border-bottom: none;
  }
  .catalog__pagination {
    justify-content: center;
  }
  .catalog__list--vertical .catalog__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .catalog__list--vertical .catalog__item:nth-child(1) {
    margin-top: 0;
  }
  .catalog__list--vertical {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .catalog__list--vertical .product,
  .catalog__list--vertical .product-school {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .catalog__list--vertical .product__actions,
  .catalog__list--vertical .product-school__actions {
    position: absolute;
    width: auto;
    bottom: 20px;
    right: 20px;
  }
  .catalog__list--vertical .product__buy,
  .catalog__list--vertical .product-school__buy {
    font-size: 16px;
  }
  .catalog__list--vertical .product__picture,
  .catalog__list--vertical .product-school__picture {
    max-width: 203px;
    width: 100%;
  }
  .catalog__list--vertical .product__price,
  .catalog__list--vertical .product-school__price {
    left: inherit;
    bottom: inherit;
    top: 20px;
    right: 20px;
  }
  .catalog__list--vertical .product--top,
  .catalog__list--vertical .product-school--top {
    border-color: #d8d8d8;
  }
  .catalog__list--vertical .product--top::before,
  .catalog__list--vertical .product-school--top::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    border-radius: 3px 0 0 3px;
    background-color: #7835bb;
  }
  .catalog__list--vertical .product__info-block,
  .catalog__list--vertical .product-school__info-block {
    flex-grow: 1;
    max-width: 100%;
    padding-right: 180px;
  }
  .catalog__list--vertical .product__rating,
  .catalog__list--vertical .product-school__rating {
    position: absolute;
    left: 25px;
    margin: 0;
    padding: 7px 10px 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 20, 0.16);
  }
  .catalog__list--vertical .product--top .product__picture,
  .catalog__list--vertical .product--top .product__img {
    position: static;
  }
  .catalog__list--vertical .product__features, .catalog__list--vertical .product-school__features {
    display: block;
  }
}
@media (min-width: 992px) {
  .catalog__hidden {
    display: inline;
  }
  .catalog__list {
    margin: 20px 0;
  }
  .catalog__list--vertical .product__features,
  .catalog__list--vertical .product-school__features {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog__list--vertical .product__features li,
  .catalog__list--vertical .product-school__features li {
    margin-right: 20px;
  }
  .catalog__list--vertical .product__info-block,
  .catalog__list--vertical .product-school__info-block {
    padding-right: 210px;
  }
}
@media (min-width: 1210px) {
  .catalog__get-filter {
    display: none;
  }
  .catalog__load-more:hover {
    color: rgba(0, 0, 20, 0.6);
  }
  .catalog__load-more:focus {
    color: #000014;
    box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
  }
  .catalog__filter-bottom {
    margin-top: 27px;
  }
  .catalog__list {
    margin: 20px 0;
  }
  .catalog--advertising .product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 0;
    border: none;
  }
  .catalog--advertising .product__info-block {
    max-width: 67%;
    padding: 0 0 0 10px;
  }
  .catalog--advertising .product__picture {
    max-width: 33%;
  }
  .catalog--advertising .product__price {
    position: absolute;
    top: inherit;
    right: inherit;
    left: 0;
    bottom: 25px;
    margin-top: 0;
  }
  .catalog--advertising .product__actions {
    position: static;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .catalog--advertising .product:hover {
    box-shadow: none;
  }
  .catalog--advertising .product__features {
    display: none;
  }
  .catalog--advertising .product__rating {
    position: static;
    margin-top: 10px;
    padding: 0;
    box-shadow: none;
  }
  .catalog--advertising .product__buy {
    padding: 7px 16px;
    min-width: 35px;
    font-size: 0;
  }
  .catalog--advertising .product__buy svg {
    display: block;
    position: absolute;
    top: 10px;
    left: 14px;
  }
  .catalog--advertising .catalog__item {
    margin: 0;
    border-top: 1px solid #d8d8d8;
  }
  .catalog--advertising .product__organization {
    display: none;
  }
}
@media (min-width: 1390px) {
  .catalog__item {
    max-width: 25%;
  }
  .catalog__item:nth-child(4) {
    margin-top: 0;
  }
  .catalog__list--vertical .catalog__item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .catalog__list--vertical .catalog__item:nth-child(1) {
    margin-top: 0;
  }
  .catalog--advertising .catalog__item {
    margin: 0;
    border-top: 1px solid #d8d8d8;
  }
  .catalog--advertising .catalog__item:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
}
.view__icon {
  display: block;
  color: #d8d8d8;
}

.view__input:checked + .view__icon {
  color: #7835bb;
}

@media (min-width: 1210px) {
  .view:hover .view__icon {
    color: #888282;
  }
  .view__input:checked + .view__icon {
    color: #7835bb;
  }
  .view__input:focus + .view__icon {
    color: rgba(120, 53, 187, 0.6);
  }
}
.tag::before, .tag::after {
  content: " ";
  position: absolute;
  right: 16px;
  width: 10px;
  height: 1px;
  background-color: #a8a8a8;
}
.tag::before {
  transform: rotate(-45deg);
}
.tag::after {
  transform: rotate(45deg);
}
.tag:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(136, 130, 130, 0.25);
}

.tag--reset {
  padding-left: 20px;
  padding-right: 20px;
  color: #fe5555;
  text-decoration: none;
  border-color: #fe5555;
}
.tag--reset::before, .tag--reset::after {
  display: none;
}
.tag--reset:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 85, 85, 0.25);
}

@media (min-width: 1210px) {
  .tag:hover {
    color: #000014;
  }
  .tag:hover::before, .tag:hover::after {
    background-color: #000014;
  }
  .tag:focus {
    color: #a8a8a8;
  }
  .tag:focus::before, .tag:focus::after {
    background-color: #a8a8a8;
  }
  .tag--reset:hover {
    color: rgba(254, 85, 85, 0.6);
  }
  .tag--reset:focus {
    color: #fe5555;
  }
}
.slider {
  display: flex;
  flex-wrap: wrap;
}

.slider__top,
.slider__action {
  width: 100%;
}

.slider__action {
  max-width: 90%;
  position: relative;
  margin-top: 30px;
}

.slider__top {
  display: flex;
  align-items: center;
}

.slider__top .label {
  margin: 0 10px;
  font-weight: 300;
}
.slider__top .label:first-child {
  margin-left: 0;
}

.slider__top .input {
  height: 35px;
  max-width: 75px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.slider__currency {
  margin-left: 10px;
  font-size: 16px;
}

.slider__progress {
  position: relative;
  height: 4px;
  background-color: #d8d8d8;
  border: none;
}

.slider .noUi-connect {
  height: 4px;
  background-color: #7835bb;
}

.slider .noUi-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  z-index: 1;
  box-shadow: none;
}
.slider .noUi-handle:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 20, 0.2);
  transform: scale(1.2);
}
.slider .noUi-handle::before, .slider .noUi-handle::after {
  display: none;
}

.slider .input[type=number]::-webkit-outer-spin-button,
.slider .input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.slider .input[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 1210px) {
  .slider__handle:hover {
    transform: scale(1.2);
  }
  .slider__top .input[type=number] {
    max-width: 81px;
    width: 100%;
  }
  .slider__top {
    margin-top: -2px;
  }
  .slider__action {
    margin-top: 28px;
  }
}
@media (min-width: 1390px) {
  .slider__top .input[type=number] {
    max-width: 100px;
  }
}
.sorting__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 250px;
  margin: 10px 0 0 0;
  padding-left: 0;
  background-color: #ffffff;
  list-style: none;
  box-shadow: 0 3px 6px rgba(0, 0, 20, 0.16);
  z-index: 2;
}

.sorting {
  position: relative;
}

.sorting__toggle {
  position: relative;
  padding-left: 27px;
  padding-right: 23px;
  font-size: 16px;
  background-color: transparent;
  border: none;
}
.sorting__toggle:focus {
  outline: none;
}

.sorting__arrow {
  position: absolute;
  right: 0;
  top: 5px;
}

.sorting__toggle .sorting__icon {
  position: absolute;
  left: 0;
  top: 1px;
}

.sorting__selected {
  display: block;
}

.sorting--open .sorting__dropdown {
  display: block;
  right: 0;
  top: 100%;
  margin-top: 10px;
  z-index: 2;
}

@media (max-width: 767px) {
  .sorting__dropdown {
    top: initial;
    right: initial;
    margin-bottom: 44px;
    margin-top: 0;
    bottom: 0;
    left: 0;
  }
  .sorting__toggle {
    padding: 8px 17px 9px 17px;
    font-weight: 500;
    color: #7835bb;
    background-color: #f1eaf8;
    border-radius: 3px;
  }
  .sorting__toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 53, 187, 0.25);
  }
  .sorting .sorting__selected {
    max-width: 200px;
  }
}
@media (max-width: 550px) {
  .sorting .sorting__selected {
    max-width: 93px;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .sorting__toggle:hover .sorting__arrow {
    opacity: 0.6;
  }
  .sorting__toggle:hover .sorting__selected {
    opacity: 0.6;
  }
  .sorting__toggle:focus .sorting__arrow {
    opacity: 0.3;
  }
  .sorting__toggle:focus .sorting__selected {
    opacity: 0.3;
  }
}
.popular-school__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.popular-school__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.popular-school__wrapper a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #7835bb;
  text-decoration: none;
}
.popular-school__wrapper a::after {
  content: ",";
}
.popular-school__wrapper a:last-child::after {
  display: none;
}
.popular-school__wrapper a:focus {
  color: rgba(120, 53, 187, 0.3);
}

@media (min-width: 1210px) {
  .popular-school__wrapper a:hover {
    color: rgba(120, 53, 187, 0.6);
  }
  .popular-school__wrapper a:focus {
    color: rgba(120, 53, 187, 0.3);
  }
}
.master-classes {
  margin-top: 63px;
}

.master-classes__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.master-classes__item {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
.master-classes__item:nth-child(1) {
  margin-top: 0;
}

.master-classes__title {
  margin-bottom: 27px;
  text-align: center;
}

.master-classes__watch-more {
  width: 100%;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 11px;
}

@media (min-width: 768px) {
  .master-classes__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .master-classes__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .master-classes__item:nth-child(2) {
    margin-top: 0;
  }
  .master-classes__title br {
    display: none;
  }
  .master-classes__watch-more {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 268px;
  }
}
@media (min-width: 992px) {
  .master-classes__title {
    margin-bottom: 56px;
  }
}
@media (min-width: 1210px) {
  .master-classes {
    margin-top: 104px;
  }
  .master-classes__item {
    max-width: 33.33%;
  }
  .master-classes__item:nth-child(3) {
    margin-top: 0;
  }
}
.master-class {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 75px 20px 20px 20px;
  text-decoration: none;
  background-color: #000000;
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.master-class::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 85%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
  z-index: -1;
}
.master-class:focus::after {
  content: " ";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.master-classes__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.master-class__time {
  position: absolute;
  right: 10px;
  top: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
}

.master-class__month {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  color: #000014;
}

.master-class__day {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #000014;
}

.master-class__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 21px;
}

@media (min-width: 375px) {
  .master-class {
    padding-top: 107px;
  }
  .master-class__time {
    padding-top: 10px;
    width: 80px;
    height: 80px;
  }
  .master-class__day {
    font-size: 28px;
  }
  .master-class__month {
    margin-top: 2px;
    font-size: 14px;
  }
}
@media (min-width: 550px) {
  .master-class {
    padding-top: 199px;
  }
}
@media (min-width: 992px) {
  .master-class__time {
    right: 20px;
    top: 21px;
  }
}
@media (min-width: 1210px) {
  .master-class {
    padding-top: 127px;
  }
  .master-class:hover::after {
    content: " ";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  .master-class:focus::after {
    content: " ";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
}
@media (min-width: 1390px) {
  .master-class {
    padding-top: 182px;
  }
  .master-class__name {
    padding-right: 38px;
  }
}
.best-curse {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 179px 20px 21px 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
  z-index: 1;
  overflow: hidden;
}
.best-curse::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
  z-index: -1;
}
.best-curse:focus::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.best-curse__info-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.best-curse__list-star {
  padding-left: 0;
  margin: 0 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.best-curse__item {
  margin-left: 2px;
  color: #d8d8d8;
}
.best-curse__item:first-child {
  margin-left: 0;
}

.best-curse__item--active {
  color: #ffaa00;
}

.best-curse__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.best-curse__rating-value,
.best-curse__rating-count {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.best-curse__rating-count::before {
  content: "(";
}
.best-curse__rating-count::after {
  content: ")";
}

.best-curse__count {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.best-curse__rating-value {
  margin-right: 10px;
}

.best-curse__rating-info {
  display: flex;
  margin-top: 10px;
}

.best-curse__name {
  flex-grow: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

@media (min-width: 375px) {
  .best-curse {
    padding-top: 234px;
  }
}
@media (min-width: 992px) {
  .best-curse {
    padding-top: 197px;
  }
}
@media (min-width: 1210px) {
  .best-curse {
    padding-top: 169px;
  }
  .best-curse:hover::after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  .best-curse:focus::after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
}
@media (min-width: 1390px) {
  .best-curse {
    padding-top: 214px;
  }
}
.seo-text__wrapper {
  position: relative;
  height: 84px;
  overflow: hidden;
}

.seo-text--has-open .seo-text__wrapper::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 254, 254, 0.5) 100%);
}

.seo-text__wrapper p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  color: #000014;
  font-weight: 300;
}
.seo-text__wrapper p:last-child {
  margin-bottom: 0;
}

.seo-text__show-more {
  position: relative;
  display: block;
  width: 130px;
  font-size: 16px;
  padding-right: 16px;
  margin-top: 10px;
  margin-left: auto;
  color: #a8a8a8;
  text-decoration: none;
}
.seo-text__show-more:focus {
  color: #000014;
}

.seo-text__show-more svg {
  position: absolute;
  right: 0;
  top: 1px;
}

.seo-text--open .seo-text__wrapper {
  height: auto;
}
.seo-text--open .seo-text__wrapper::before {
  display: none;
}

.seo-text--open .seo-text__show-more svg {
  transform: rotate(180deg);
}

.seo-text--main-page {
  margin-top: 62px;
  margin-bottom: 58px;
}

@media (min-width: 768px) {
  .seo-text--main-page {
    margin-top: 94px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .seo-text--main-page {
    margin-top: 83px;
    margin-bottom: 99px;
  }
}
@media (min-width: 1210px) {
  .seo-text--main-page {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .seo-text__show-more:hover {
    color: #888282;
  }
  .seo-text__show-more:focus {
    color: #000014;
  }
}
@media (min-width: 1390px) {
  .seo-text--main-page {
    margin-top: 153px;
  }
}
.school__img {
  display: block;
  text-align: center;
}

.school__name {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
}

.school__name a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000014;
}
.school__name a:focus {
  color: rgba(0, 0, 20, 0.3);
}

.school__rating {
  margin-top: 21px;
}

.school__rating.in-reviews {
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

.school__rating.school--filter {
  margin-top: 0;
  padding-left: 41px;
}

.school__rating-stars {
  max-width: 93px;
}

.school__rating-status {
  margin-right: 10px;
  font-size: 16px;
}

.school__list-contacts {
  margin: 25px 0 0 0;
  padding-left: 0;
  list-style: none;
}

.school__list-contacts a {
  font-size: 16px;
  color: #7835bb;
  text-decoration: none;
  border-bottom: 1px dashed #7835bb;
}

.school__list-contacts li {
  position: relative;
  padding-left: 32px;
  margin-top: 20px;
}
.school__list-contacts li:first-child {
  margin-top: 0;
}

.school__list-contacts svg {
  position: absolute;
  left: 0;
  top: 0;
}

.button__show-about-curse {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff6e5;
  cursor: pointer;
  z-index: 99;
  color: #ffaa00;
  font-size: 16px;
  font-weight: 500;
}
.button__show-about-curse i {
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
}

.button__show-about-curse {
  max-width: calc(50% - 5px);
  min-width: calc(50% - 5px);
  margin-bottom: 0;
}

.school__what-numbers {
  max-width: calc(50% - 5px);
  min-width: calc(50% - 5px);
}
.school__what-numbers .popup__all-numbers {
  display: none;
}

.popup__all-numbers.tabs__item--open {
  display: block;
  padding: 20px 30px 8px;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(10, 10, 10, 0.1) 0px 1px 10px;
}
.popup__all-numbers.tabs__item--open p {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.popup__all-numbers.tabs__item--open ul li {
  padding-left: 0;
}
.popup__all-numbers.tabs__item--open .all-numbers {
  display: block;
  margin-bottom: 18.5px;
}
.popup__all-numbers.tabs__item--open a {
  text-decoration: none;
  color: #7835bb;
  border-bottom: 1px dashed #7835bb;
  font-size: 16px;
}
.popup__all-numbers.tabs__item--open a :active,
.popup__all-numbers.tabs__item--open a :focus {
  color: inherit;
  outline: none;
}

.school__about-this-curse {
  display: none;
}

.school__about-this-curse.popup--open {
  position: fixed;
  display: block;
  min-width: 100%;
  left: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 9;
  box-shadow: rgba(10, 10, 10, 0.1) 0px 1px 10px;
}

.popup__button-close {
  content: " ";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
}
.popup__button-close::after, .popup__button-close::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 12px;
  width: 25px;
  height: 1px;
  background-color: #a8a8a8;
}
.popup__button-close::before {
  transform: rotate(-45deg);
}
.popup__button-close::after {
  transform: rotate(45deg);
}

@media (min-width: 320px) {
  .school__fixed-block {
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: rgba(10, 10, 10, 0.1) 0px -3px 10px;
    z-index: 9;
  }
}
@media (min-width: 550px) {
  .school__fixed-block {
    justify-content: space-between;
    flex-direction: row;
    padding: 10px 20px;
  }
  .button__show-about-curse {
    max-width: calc(50% - 40px);
    margin-bottom: 0;
  }
  .school__what-numbers {
    min-width: calc(50% - 40px);
  }
  .school__about-this-curse.popup--open {
    min-width: auto;
    width: calc(100% - 40px);
    left: auto;
  }
}
@media (min-width: 580px) {
  .school__what-numbers {
    left: auto;
    right: auto;
    max-width: 535px;
  }
  .school__about-this-curse.popup--open {
    min-width: auto;
    width: 100%;
    max-width: calc(100% - 200px);
    left: 100px;
  }
  .popup__all-numbers.tabs__item--open {
    min-width: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .school__what-numbers {
    position: initial;
    max-width: 100%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .school__about-this-curse {
    display: flex;
    margin-bottom: 30px;
  }
  .button__show-about-curse {
    display: none;
  }
  .school__logo {
    max-width: 314px;
    width: 100%;
    margin-right: 30px;
  }
  .school__logo img {
    max-width: 315px;
    width: 100%;
  }
  .school__fixed-block {
    position: relative;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 0 0;
    z-index: 9;
  }
  .popup__button-close {
    display: none;
  }
  .popup__all-numbers.tabs__item--open {
    position: relative;
    max-width: 314px;
    left: inherit;
    bottom: inherit;
    background-color: #f1eaf8;
    border-radius: 3px;
    box-shadow: 0 0 0 0;
  }
  #shadow-two {
    display: none !important;
    z-index: -1;
  }
  .school {
    padding-top: 56px;
  }
  .school__img {
    text-align: left;
  }
}
@media (min-width: 1210px) {
  .school__about-this-curse {
    display: block;
  }
  .school {
    padding-top: 0;
  }
  .school__what-numbers {
    max-width: 100%;
    width: 100%;
  }
  .school__logo {
    max-width: 315px;
    margin-right: 30px;
  }
  .school__logo img {
    max-width: 315px;
    width: 100%;
  }
  .popup__all-numbers.tabs__item--open {
    max-width: 100%;
  }
}
