.organization-suggest-input {
    background-color: transparent!important;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 11
}

.organization-suggest-background-input {
    box-shadow: none!important;
    color: #bcbcbc!important;
    left: 0;
    position: relative;
    top: 0;
    z-index: 10
}

.organization-suggest-wrap {
    position: relative;
    z-index: 1
}

.organization-suggest-preloader {
    position: relative
}

.organization-suggest-preloader_overflow-active {
    z-index: 2
}

span.organization-suggest-preloader {
    display: inline-block
}

.organization-suggest-preloader:before {
    animation: organization-suggest-loader-rotating .9s cubic-bezier(.58,.24,.4,.85) infinite both;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23222' d='M10 1.75A8.25 8.25 0 1 0 18.25 10a.75.75 0 0 1 1.5 0c0 5.385-4.365 9.75-9.75 9.75S.25 15.385.25 10 4.615.25 10 .25a.75.75 0 0 1 0 1.5'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: none;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    z-index: 2
}

@keyframes organization-suggest-loader-rotating {
    to {
        transform: rotate(1turn)
    }
}

.organization-suggest-preloader .form-input {
    padding-right: 32px
}

.organization-suggest-preloader_show:before {
    display: block
}

.organization-suggest-preloader_show .organization-suggest-input {
    padding-right: 32px
}

.organization-suggest-container {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    box-shadow: 0 10px 36px 8px rgba(0,0,0,.06);
    color: #222;
    font-family: Lab Grotesque,-apple-system,BlinkMacSystemFont,Arial,Liberation Sans,Nimbus Sans L,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 500px;
    overflow-y: auto;
    padding: 8px;
    transform: translate(-2px,4px);
    width: 100%
}

.organization-suggest-container .autocomplete-suggestion {
    padding: 7px 16px 7px 10px
}

.organization-suggest-container .organization-info {
    color: rgba(0,0,0,.48);
    display: block;
    font-size: 14px;
    line-height: 1.57;
    margin-top: -2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.organization-suggest-container address {
    display: inline;
    font-style: normal
}

.organization-suggest-container .autocomplete-selected {
    background: #f3f3f3;
    border-radius: 8px
}

.organization-suggest-container .organization-suggest-more-link {
    background: transparent;
    display: block;
    padding: 12px 10px;
    text-decoration: none
}

.organization-suggest-container .organization-suggest-more-link span:after {
    clip-path: none;
    color: inherit;
    content: "→";
    display: inline-block;
    margin-left: .35em;
    transition: transform .2s ease 0s
}

.organization-suggest-container .organization-suggest-more-link:hover {
    text-decoration: underline
}

.organization-suggest-container .organization-suggest-more-link:hover span:after {
    transform: translateX(20%)
}

.organization-suggest-container .nowrap {
    white-space: nowrap
}

.organization-suggest-container .search-description {
    padding: 8px 8px 8px 10px
}

.organization-suggest-container .search-description__title {
    font-weight: 500
}

.organization-suggest-container .search-description__clue {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative
}

.organization-suggest-container .search-description__clue:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    opacity: .19;
    position: absolute;
    transition: opacity .2s;
    width: 100%
}

.organization-suggest-container .search-description__clue:hover:before {
    opacity: 1
}

.organization-suggest-container .search-description+.autocomplete-suggestion {
    margin-top: 8px
}

.organization-suggest-container .autocomplete-suggestion+.autocomplete-suggestion,.organization-suggest-container .organization-suggest-more-link,.organization-suggest-container .search-description+.autocomplete-suggestion {
    box-shadow: 0 -1px 0 0 #e9e9e9
}

.organization-suggest-container .autocomplete-selected+.autocomplete-suggestion,.organization-suggest-container .autocomplete-selected+.organization-suggest-more-link,.organization-suggest-container .autocomplete-selected:hover {
    box-shadow: none
}

.organization-suggest-container .autocomplete-suggestion,.organization-suggest-container .organization-suggest-more-link,.organization-suggest-container .search-description__clue {
    cursor: pointer
}

.organization-suggest-container .organization-suggest-more-link.organization-suggest-more-link.organization-suggest-more-link,.organization-suggest-container .search-description__clue {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.organization-suggest-inn-kpp-hidden {
    margin: 0!important;
    max-height: 0!important;
    padding: 0!important;
    visibility: hidden!important
}

.download-app__list,.download-app__list[class] {
    margin-bottom: 0;
    margin-top: 24px;
    padding: 0
}

.download-app__list-item {
    display: flex;
    margin-bottom: 16px;
    margin-left: 0;
    text-indent: 0
}

.download-app__list-item:before {
    display: none
}

.download-app__link {
    opacity: .9
}

.download-app__link:hover {
    opacity: .8
}

.download-app__link:active,.download-app__link:focus {
    opacity: 1
}

.download-app__list_cabinet .download-app__list-item {
    opacity: .6
}

@supports (display: inline-flex) {
    .download-app__link {
        align-items:center;
        display: inline-flex
    }
}

@media screen and (max-width: 991px) {
    .mobile-friendly .download-app__list-item {
        margin-bottom:16px
    }

    .mobile-friendly .download-app__list {
        align-items: baseline;
        display: flex;
        margin-bottom: 24px
    }

    .mobile-friendly .download-app__list-item+.download-app__list-item {
        margin-left: 24px
    }
}

@media screen and (max-width: 767px) {
    .mobile-friendly .download-app__list {
        justify-content:center
    }
}

.search-block {
    margin-top: -1px;
    position: relative
}

.search-block__input {
    border: none;
    border-bottom: 2px solid #dedede;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    height: 32px;
    line-height: inherit;
    padding-left: 24px;
    transition: box-shadow .3s ease-in-out;
    width: 100%
}

.search-block__input:active,.search-block__input:focus {
    box-shadow: 0 0 0 1px #bbb
}

.search-block__button {
    background: none;
    border: none;
    height: 32px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.search-block__button-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0)
}

.search-block__button:focus,.search-block__button:hover {
    opacity: .7
}

@media screen and (max-width: 767px) {
    .mobile-friendly .search-block__input {
        font-size:16px
    }
}

.arrow-control {
    cursor: pointer
}

.arrow-control__item-open {
    display: inline-block;
    vertical-align: text-bottom
}

.arrow-control.active .arrow-control__item-open,.arrow-control__item-close {
    display: none
}

.arrow-control.active .arrow-control__item-close {
    display: inline-block;
    vertical-align: middle
}

.micro-modal {
    display: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    z-index: 15000
}

.micro-modal.is-open {
    display: block
}

.micro-modal-open {
    overflow-y: hidden
}

.micro-modal,.micro-modal__veil {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.micro-modal__veil {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0,0,0,.5);
    transform: translateZ(0);
    z-index: 10001
}

.micro-modal__window {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: auto;
    position: relative;
    width: calc(100% - 24px);
    z-index: 10002
}

.micro-modal__window-inner {
    animation: micro-modal-fadeInUp .15s ease-out;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 48px rgba(0,0,0,.15);
    min-height: auto;
    min-width: auto;
    position: relative
}

.micro-modal__close {
    align-items: center;
    background: none;
    border: none;
    border-radius: 50%;
    color: #858585;
    display: flex;
    float: right;
    height: 56px;
    justify-content: center;
    padding: 16px;
    position: -webkit-sticky;
    position: sticky;
    width: 56px;
    z-index: 20
}

.micro-modal__close:hover {
    color: #222
}

.micro-modal__close:after,.micro-modal__close:before {
    background-color: currentColor;
    content: "";
    height: 22px;
    position: absolute;
    transition: color .15s ease;
    width: 2px
}

.micro-modal__close:after {
    transform: rotate(45deg)
}

.micro-modal__close:before {
    transform: rotate(-45deg)
}

.micro-modal__content {
    padding: 64px
}

@keyframes micro-modal-fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,32px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@media screen and (max-width: 1439px) {
    .micro-modal__content {
        padding:48px
    }
}

@media screen and (max-width: 1200px) {
    .micro-modal__window {
        padding:64px 0
    }

    .micro-modal__content {
        padding: 40px
    }
}

@media screen and (max-width: 991px) {
    .micro-modal__window {
        padding:32px 0;
        width: calc(100% - 32px)
    }

    .micro-modal__content {
        padding: 30px
    }

    .micro-modal__close {
        padding: 16px
    }
}

@media screen and (max-width: 767px) {
    .micro-modal__window {
        margin:0 auto;
        min-height: 100vh;
        padding: 0;
        width: 100%
    }

    .micro-modal__window-inner {
        border: none;
        border-radius: 0;
        height: 100%;
        min-height: 100vh;
        min-width: 100%;
        width: 100%
    }

    .micro-modal__close {
        padding: 8px
    }
}

.paragraph-margins {
    margin-bottom: 20px;
    margin-top: 0
}

.paragraph-block-paddings {
    margin-bottom: 30px
}

.paragraph-line-height {
    line-height: 1.45em
}

.header-line-height {
    line-height: 1.3em
}

.header-paddings {
    margin-bottom: 15px
}

.list-margins {
    margin-bottom: 7px;
    margin-left: 25px;
    text-indent: -1.3em
}

.mobile-friendly .visible-lg-block,.mobile-friendly .visible-lg-inline,.mobile-friendly .visible-lg-inline-block,.mobile-friendly .visible-md-block,.mobile-friendly .visible-md-inline,.mobile-friendly .visible-md-inline-block,.mobile-friendly .visible-sm-block,.mobile-friendly .visible-sm-inline,.mobile-friendly .visible-sm-inline-block,.mobile-friendly .visible-xs-block,.mobile-friendly .visible-xs-inline,.mobile-friendly .visible-xs-inline-block {
    display: none!important
}

@media screen and (max-width: 767px) {
    .mobile-friendly .visible-xs-block {
        display:block!important
    }

    .mobile-friendly .visible-xs-inline {
        display: inline!important
    }

    .mobile-friendly .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .mobile-friendly .visible-sm-block {
        display:block!important
    }

    .mobile-friendly .visible-sm-inline {
        display: inline!important
    }

    .mobile-friendly .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .mobile-friendly .visible-md-block {
        display:block!important
    }

    .mobile-friendly .visible-md-inline {
        display: inline!important
    }

    .mobile-friendly .visible-md-inline-block {
        display: inline-block!important
    }
}

@media screen and (min-width: 1200px) {
    .mobile-friendly .visible-lg-block {
        display:block!important
    }

    .mobile-friendly .visible-lg-inline {
        display: inline!important
    }

    .mobile-friendly .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media screen and (max-width: 767px) {
    .mobile-friendly .hidden-xs {
        display:none!important
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .mobile-friendly .hidden-sm {
        display:none!important
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .mobile-friendly .hidden-md {
        display:none!important
    }
}

@media screen and (min-width: 1200px) {
    .mobile-friendly .hidden-lg {
        display:none!important
    }
}

@media screen and (max-width: 991px) {
    .mobile-friendly body {
        margin:0 auto!important;
        overflow-x: hidden;
        position: relative
    }

    .mobile-friendly footer {
        height: auto!important;
        position: static!important
    }
}

@media screen and (max-width: 767px) {
    .mobile-friendly .container {
        width:100%
    }

    .mobile-friendly .col-height {
        display: block!important
    }

    .mobile-friendly .col-height[class*=hidden-] {
        display: none!important
    }

    .mobile-friendly .row_table {
        display: block!important
    }

    .mobile-friendly .row_table[class*=hidden-] {
        display: none!important
    }

    .mobile-friendly .row_table>[class^=col-] {
        display: block!important
    }

    .mobile-friendly .row_table>[class^=col-][class*=hidden-] {
        display: none!important
    }

    .mobile-friendly [class*=col-] img {
        max-width: 100%
    }

    .mobile-friendly .btn,.mobile-friendly btn-arrow,.mobile-friendly btn-group {
        margin-bottom: 15px!important;
        margin-top: 15px!important;
        width: 100%
    }

    .mobile-friendly .btn.btn-arrow-left,.mobile-friendly .btn.btn-arrow-right {
        width: auto
    }

    .mobile-friendly .btn-group .btn+.btn,.mobile-friendly .btn-group .btn+.btn-group,.mobile-friendly .btn-group .btn-group+.btn,.mobile-friendly .btn-group .btn-group+.btn-group {
        margin-left: 0;
        margin-top: -1px
    }

    .mobile-friendly .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: 4px 4px 0 0
    }

    .mobile-friendly .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        border-radius: 0
    }

    .mobile-friendly .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
        margin-bottom: 0!important
    }

    .mobile-friendly .btn-group .btn-group>.dropdown-toggle:not(:first-child),.mobile-friendly .btn-group>.btn:last-child:not(:first-child) {
        border-radius: 0 0 4px 4px
    }

    .mobile-friendly .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .mobile-friendly .embed-responsive {
        display: block;
        height: 0;
        overflow: hidden;
        padding: 0;
        position: relative
    }

    .mobile-friendly .embed-responsive .embed-responsive-item,.mobile-friendly .embed-responsive embed,.mobile-friendly .embed-responsive iframe,.mobile-friendly .embed-responsive object,.mobile-friendly .embed-responsive video {
        border: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .mobile-friendly .embed-responsive_16by9 {
        padding-bottom: 56.25%
    }

    .mobile-friendly .embed-responsive_4by3 {
        padding-bottom: 75%
    }

    .mobile-friendly .text .h1,.mobile-friendly .text h1 {
        font-size: 26px;
        font-weight: 300
    }

    .mobile-friendly .text .h2,.mobile-friendly .text h2 {
        font-size: 22px;
        font-weight: 400
    }

    .mobile-friendly .text .h3,.mobile-friendly .text h3 {
        font-size: 22px;
        font-weight: 300
    }

    .mobile-friendly .text .h4,.mobile-friendly .text h4 {
        font-size: 20px;
        font-weight: 300
    }

    .mobile-friendly .text .lead {
        font-size: 18px;
        font-weight: 400
    }

    .mobile-friendly .form-input-wrap,.mobile-friendly .form-label-wrap {
        float: none!important;
        margin-left: 0!important;
        width: 100%!important
    }

    .mobile-friendly .form-input-wrap {
        padding-top: 5px
    }

    .mobile-friendly .form-input {
        box-shadow: none
    }

    .mobile-friendly .form-input[placeholder] {
        text-overflow: ellipsis
    }

    .mobile-friendly .lightbox2,.mobile-friendly .lightbox2>table,.mobile-friendly .lightbox2>table>tbody,.mobile-friendly .lightbox2>table>tbody>tr,.mobile-friendly .lightbox2>table>tbody>tr>td {
        display: block;
        width: 100%
    }

    .mobile-friendly .lightbox2 {
        overflow-y: scroll!important;
        -webkit-overflow-scrolling: touch
    }

    .mobile-friendly .lightbox-content {
        padding: 12px 15px 24px!important
    }

    .mobile-friendly .lightbox-cell {
        padding: 0!important
    }

    .mobile-friendly .lightbox-wrapper {
        max-width: 100%;
        width: 100%
    }

    .mobile-friendly .lb-button,.mobile-friendly .lb-closeLink {
        width: 100%
    }

    .mobile-friendly .lightbox2-close {
        right: 5px!important
    }

    .mobile-friendly .lightbox-content .lightbox-title {
        padding: 0 30px 23px 0!important
    }

    .mobile-friendly .lightbox2-close .lb-cross {
        font-size: 32px!important;
        line-height: 1!important
    }

    .mobile-friendly .lb-button+.lb-closeLink {
        margin-top: 15px!important
    }
}

@media screen and (min-width: 992px) {
    .mobile-friendly html * {
        max-height:999999px
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    padding: 4px 20px 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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 {
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none
}

.select2-dropdown {
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.3);
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.select2-results__options .select2-results__option:first-child {
    border-top: none
}

.select2-results__option {
    border-top: 1px solid #e4e4e4;
    margin: 0;
    padding: 10px 0 10px 30px;
    position: relative;
    text-indent: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results__option:before {
    display: none
}

.select2-results__option .konturIconic-ok {
    left: 10px;
    position: absolute;
    top: 10px
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open {
    z-index: 15000
}

.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 {
    background: #4d97dd;
    display: block;
    padding: 5px
}

.select2-search--dropdown .select2-search__field {
    background: #fff;
    border: 1px solid;
    border-color: #bbb #bbb #dadada;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    line-height: 1.43;
    outline: none;
    padding: 4px 10px 6px;
    width: 100%
}

.select2-search--dropdown::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    clip: rect(0 0 0 0)!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__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.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__placeholder {
    color: #999;
    float: left;
    margin-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px
}

.select2-container--default .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--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.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-selection__placeholder {
    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: 1px solid #000;
    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--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    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
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 310px;
    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 .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: #efefef
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    background-image: linear-gradient(top,#fff 50%,#eee);
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    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;
    background-image: linear-gradient(top,#eee 50%,#ccc);
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-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;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(top,#fff,#eee 50%);
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(top,#eee 50%,#fff);
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    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: 700;
    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
}

.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__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.video-js.vjs-school-player {
    background-color: transparent;
    font-family: inherit;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.video-js.vjs-school-player:focus .vjs-big-play-button,.video-js.vjs-school-player:hover .vjs-big-play-button {
    background-color: #ed3f3f;
    -webkit-filter: brightness(112%);
    filter: brightness(112%)
}

.video-js.vjs-school-player .vjs-poster {
    background-color: #fff;
    background-size: contain
}

.video-js.vjs-school-player:not(.vjs-has-started) .vjs-poster {
    display: inline-block!important
}

.video-js.vjs-school-player .vjs-poster:before {
    background-color: hsla(0,0%,8%,.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-js.vjs-school-player .vjs-subs-caps-button {
    display: none
}

.video-js.vjs-school-player .vjs-icon-cog:before {
    content: "HD";
    font-size: 15px;
    font-weight: 600
}

.video-js.vjs-school-player .vjs-icon-cog {
    font-family: inherit
}

.video-js.vjs-school-player .vjs-menu .vjs-menu-content {
    font-family: inherit;
    max-height: 16em
}

.video-js.vjs-school-player .vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 2.3
}

.video-js.vjs-school-player .vjs-audio-button {
    display: none
}

.video-js.vjs-school-player .vjs-progress-control .vjs-progress-holder {
    background-color: hsla(0,0%,100%,.5)
}

.video-js.vjs-school-player .vjs-progress-holder .vjs-load-progress {
    background-color: hsla(0,0%,100%,.6)
}

.video-js.vjs-school-player .vjs-play-progress:before {
    font-size: .999em
}

.video-js.vjs-school-player .vjs-tech {
    margin-bottom: -2px;
    position: relative
}

.video-js.vjs-school-player .vjs-control-bar {
    font-size: 14px
}

.video-js.vjs-school-player .vjs-big-play-button {
    background-color: #fe4c4c;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMxIDM1Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBkPSJNMjguMzggMTYuODVhLjc1Ljc1IDAgMCAxIDAgMS4zTDIuMzc0IDMzLjE4MmEuNzUuNzUgMCAwIDEtMS4xMjUtLjY1VjIuNDY3YS43NS43NSAwIDAgMSAxLjEyNS0uNjQ5eiIvPjwvc3ZnPg==);
    background-position: 56% 49%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80px
}

.video-js.vjs-school-player .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none
}

.video-js.vjs-school-player .vjs-play-control {
    order: 1
}

.video-js.vjs-school-player .vjs-fullscreen-control .vjs-icon-placeholder:before,.video-js.vjs-school-player .vjs-mute-control .vjs-icon-placeholder:before,.video-js.vjs-school-player .vjs-play-control .vjs-icon-placeholder:before {
    font-size: 25px
}

.video-js.vjs-school-player .vjs-live-control {
    display: block;
    flex: none;
    order: 2
}

.video-js.vjs-school-player .vjs-current-time {
    display: block!important;
    order: 2
}

.video-js.vjs-school-player .vjs-progress-control {
    order: 3
}

.video-js.vjs-school-player .vjs-remaining-time {
    order: 4
}

.video-js.vjs-school-player .vjs-volume-panel {
    order: 2
}

.video-js.vjs-school-player .vjs-http-source-selector {
    order: 6
}

.video-js.vjs-school-player .vjs-playback-rate {
    order: 7
}

.video-js.vjs-school-player .vjs-fullscreen-control {
    order: 8
}

.video-js.vjs-school-player.vjs-live .vjs-current-time {
    align-items: flex-start;
    display: flex!important;
    flex: auto
}

.video-js.vjs-school-player .vjs-selected {
    background-color: #fe4c4c!important;
    color: #fff!important
}

.video-js.vjs-school-player .vjs-progress-holder .vjs-play-progress {
    background-color: #fe4c4c!important;
    color: #fe4c4c!important
}

.video-js.vjs-school-player ul li:before {
    display: none
}

.video-js.vjs-school-player ul li {
    text-indent: 0
}

.videoPlayer {
    display: table;
    text-align: center;
    width: 100%;
    z-index: 1
}

.videoPlayer:hover .vjs-big-play-button {
    opacity: 1
}

.videoPlayer-wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    z-index: 1
}

.videoPlayer-wrap:before {
    background-color: hsla(0,0%,8%,.4);
    content: "";
    left: 0;
    top: 0
}

.videoPlayer-cell,.videoPlayer-wrap:before {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.videoPlayer-cell {
    text-align: center;
    z-index: 2
}

.videoPlayer-cell-inner {
    margin: 0 auto;
    max-width: 580px;
    position: relative;
    z-index: 1
}

.videoPlayer-cell-inner,.videoPlayer-helper {
    display: inline-block;
    vertical-align: middle;
    zoom:1}

.videoPlayer-helper {
    height: 100%;
    width: 0
}

.videoPlayerBlockInf {
    padding: 25px;
    position: relative;
    z-index: 5
}

.videoPlayerBlockInf-inner-bgr {
    background: #f7f7f7;
    margin: 15px -25px -25px;
    padding: 0 25px;
    position: relative
}

.videoPlayerBlockInf-inner-bgr:before {
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.videoPlayerBlockInf_videoseminar {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    zoom:1}

.videoPlayerBlockInf-dateTimeString {
    display: block;
    font-size: 23px;
    line-height: 1.4
}

.videoPlayerBlockInf-dateTimeString b {
    font-weight: 400
}

.videoPlayerBlockInf-informString {
    display: block;
    font-size: 16px;
    margin: 11px 0 17px
}

.videoPlayer-layout {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.blockNotIsAuthorizedToWatch {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative
}

.blockNotIsAuthorizedToWatch-layout {
    filter: progid:dximagetransform.microsoft.alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.blockNotIsAuthorizedToWatch-additionalInfo {
    display: block;
    position: relative;
    z-index: 1
}

.blockNotIsAuthorizedToWatch-additionalInfo-text {
    color: #323232;
    font-size: 15px;
    line-height: 1.4
}

.videoPlayer-overlay {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 5
}

.videoseminar-overlay {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0
}

.videoPlayer-controls-items {
    position: relative;
    text-align: center;
    z-index: 1
}

.videoPlayer-anew {
    display: block;
    font-size: 17px;
    margin-top: 10px
}

.videoPlayerImg-wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    z-index: 1
}

.videoPlayerImg-wrap-img {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.videoPlayer-help-bar {
    background: #000;
    color: #fff;
    padding: 13px 20px 15px 52px;
    position: relative
}

.videoPlayer-help-bar:before {
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 85px;
    position: absolute;
    top: -10px;
    z-index: 1
}

.videoPlayer-help-bar:after {
    color: #fff;
    content: "\e005";
    font-family: konturIconic;
    font-size: 22px;
    left: 18px;
    position: absolute;
    top: 14px;
    z-index: 1
}

.videoPlayer-help-bar a {
    color: #fff!important;
    text-decoration: underline
}

.videoPlayer-help-bar a:active,.videoPlayer-help-bar a:focus,.videoPlayer-help-bar a:hover {
    color: #fff!important;
    text-decoration: none
}

.videoPlayer-help-bar a:not(:visited):not(:hover) {
    text-decoration: underline!important
}

@media screen and (max-width: 767px) {
    .mobile-friendly .videoPlayer-cell-inner,.mobile-friendly .videoPlayerBlockInf_videoseminar {
        left:50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: calc(100% - 30px)
    }

    .mobile-friendly .videoPlayerBlockInf {
        padding: 20px
    }

    .mobile-friendly .videoPlayerBlockInf-dateTimeString {
        font-size: 21px;
        line-height: 1.2
    }

    .mobile-friendly .videoPlayerBlockInf-informString {
        margin: 11px 0 15px
    }

    .mobile-friendly .videoPlayerBlockInf-inner-bgr {
        margin: 15px -20px -20px;
        padding: 0 20px
    }

    .mobile-friendly .webinarRegistrationBlock {
        padding: 15px 0
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-control-bar {
        background-color: rgba(0,0,0,.37);
        height: 100%
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-control {
        flex: none;
        height: auto
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-progress-control {
        bottom: 0;
        position: absolute;
        width: 100%
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-progress-control .vjs-progress-holder {
        font-size: 18px;
        margin: 0
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-fullscreen-control {
        bottom: 16px;
        height: 35px;
        position: absolute;
        right: 11px;
        width: 35px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-fullscreen-control .vjs-icon-placeholder:before {
        font-size: 2.6em;
        line-height: normal
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-current-time,.mobile-friendly .video-js.vjs-school-player .vjs-playback-rate {
        display: block!important
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-playback-rate {
        font-size: 17px;
        height: 32px;
        position: absolute;
        right: 19px;
        top: 12px;
        width: 51px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-playback-rate .vjs-playback-rate-value {
        text-align: right
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-current-time {
        bottom: 17px;
        font-size: 19px;
        height: 29px;
        line-height: normal;
        position: absolute
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-current-time .vjs-current-time-display {
        line-height: normal
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-play-control {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMxIDM1Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBkPSJNMjguMzggMTYuODVhLjc1Ljc1IDAgMCAxIDAgMS4zTDIuMzc0IDMzLjE4MmEuNzUuNzUgMCAwIDEtMS4xMjUtLjY1VjIuNDY3YS43NS43NSAwIDAgMSAxLjEyNS0uNjQ5eiIvPjwvc3ZnPg==);
        background-position: 50%;
        background-repeat: no-repeat;
        height: 107px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-play-control.vjs-playing {
        background-image: none
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
        font-size: 168px;
        left: -34px;
        line-height: 110px;
        position: absolute
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-play-control.vjs-paused .vjs-icon-placeholder:before {
        content: ""
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-icon-cog:before {
        font-size: 24px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-http-source-selector {
        position: absolute;
        right: 125px;
        top: 22px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-http-source-selector .vjs-menu-content {
        bottom: auto;
        top: 30px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-remaining-time {
        display: none
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-volume-panel {
        position: absolute;
        right: 61px;
        top: 20px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-volume-panel .vjs-volume-control {
        display: none
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-volume-panel .vjs-mute-control {
        width: auto
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-volume-panel .vjs-icon-placeholder:before {
        font-size: 2.5em;
        line-height: normal
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.mobile-friendly .video-js.vjs-school-player .vjs-volume-panel.vjs-volume-panel-horizontal:active {
        width: 4em
    }

    .mobile-friendly .video-js.vjs-school-player.vjs-live .vjs-live-control {
        height: 40px;
        left: 20px;
        top: 17px
    }

    .mobile-friendly .video-js.vjs-school-player.vjs-live .vjs-volume-panel {
        right: 0
    }

    .mobile-friendly .video-js.vjs-school-player.vjs-live .vjs-http-source-selector {
        right: 65px
    }
}

@media screen and (max-width: 480px) {
    .mobile-friendly .video-js.vjs-school-player.vjs-live .vjs-live-control {
        top:5px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-big-play-button {
        background-size: 18px;
        height: 41px;
        width: 41px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-playback-rate {
        top: 0
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-volume-panel {
        top: 8px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-http-source-selector {
        top: 10px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-play-control {
        background-size: 50px;
        height: 67px;
        outline: none;
        top: 53%;
        width: 60px
    }

    .mobile-friendly .video-js.vjs-school-player .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
        font-size: 100px;
        left: -20px;
        line-height: 70px;
        position: absolute
    }

    .mobile-friendly .videoPlayer-cell-inner {
        max-width: none;
        padding: 15px;
        width: 90%
    }

    .mobile-friendly .videoPlayer-wrap-wide,.mobile-friendly .videoPlayer-wrap-wide .videoPlayerImg-wrap {
        padding-bottom: 85%
    }

    .mobile-friendly .videoPlayer-wrap-wide .videoPlayerImg-wrap-img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .mobile-friendly .videoPlayerBlockInf {
        padding: 0
    }

    .mobile-friendly .videoPlayerBlockInf-informString {
        font-size: 13px;
        line-height: 16px
    }

    .mobile-friendly .videoPlayerBlockInf_videoseminar {
        padding: 20px
    }

    .mobile-friendly .videoPlayerBlockInf-dateTimeString {
        font-size: 18px
    }

    .mobile-friendly .videoPlayerBlockInf-inner-bgr {
        margin: 15px -15px -15px;
        padding: 12px 15px
    }

    .mobile-friendly .webinarRegistrationBlock {
        padding: 0
    }

    .mobile-friendly .webinarRegistrationBlock-bottomBlock {
        font-size: 15px
    }

    .mobile-friendly .blockNotIsAuthorizedToWatch {
        padding: 0
    }
}

.tippy-box[data-theme~=falldown] {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: normal
}

.tippy-box[data-theme~=falldown] .tippy-content {
    padding: 0
}

.tippy-box[data-theme~=popup] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.16);
    color: inherit;
    font-size: 16px;
    line-height: 1.4
}

.tippy-box[data-theme~=popup] .tippy-content {
    padding: 13px 30px 13px 20px
}

.tippy-box[data-theme~=popup] .tippy-arrow {
    color: #fff
}

.tippy-box[data-theme~=popup] .tippy-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px
}

.tippy-box[data-theme~=popup] .tippy-close:after,.tippy-box[data-theme~=popup] .tippy-close:before {
    background-color: gray;
    content: "";
    display: block;
    height: 1px;
    left: 3px;
    position: absolute;
    top: 50%;
    width: 11px
}

.tippy-box[data-theme~=popup] .tippy-close:after {
    transform: rotate(-45deg)
}

.tippy-box[data-theme~=popup] .tippy-close:before {
    transform: rotate(45deg)
}

.tippy-box[data-theme~=popup] .tippy-close:hover:after,.tippy-box[data-theme~=popup] .tippy-close:hover:before {
    background-color: #a0a0a0
}

.button,.button:active,.button:focus,.button:hover,.button:link,.button:visited {
    background: var(--color-primary-button);
    border: 2px solid transparent;
    border-radius: 100px;
    color: var(--color-primary-button-text);
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    outline-width: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translateZ(0);
    transition: background-color .15s,color .15s,opacity .15s,outline .1s,-webkit-filter .15s;
    transition: background-color .15s,color .15s,filter .15s,opacity .15s,outline .1s;
    transition: background-color .15s,color .15s,filter .15s,opacity .15s,outline .1s,-webkit-filter .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

@supports(display: inline-flex) or (display:-ms-inline-flexbox) {
    .button,.button:active,.button:focus,.button:hover,.button:link,.button:visited {
        align-items:center;
        display: inline-flex;
        justify-content: center
    }
}

.button:focus,.button:hover {
    opacity: .85;
    text-decoration: none
}

@supports((-webkit-filter: brightness(112%)) or (filter:brightness(112%))) {
    .button:focus,.button:hover {
        -webkit-filter:brightness(112%);
        filter: brightness(112%);
        opacity: 1
    }
}

.button.focus-visible {
    -webkit-filter: none;
    filter: none;
    outline-offset: 5px;
    outline-width: 3px
}

.button:focus-visible {
    -webkit-filter: none;
    filter: none;
    outline-offset: 5px;
    outline-width: 3px
}

.button:active {
    opacity: 1!important
}

.button:disabled,.button:disabled:hover {
    box-shadow: none;
    cursor: default;
    pointer-events: none
}

.button:disabled:hover:not(.button_loading),.button:disabled:not(.button_loading) {
    background-color: rgba(0,0,0,.08)!important;
    border-color: transparent;
    color: #a1a1a1
}

.button_fullwidth {
    width: 100%
}

.button_primary,.button_primary:active,.button_primary:focus,.button_primary:hover,.button_primary:link,.button_primary:visited {
    background: var(--color-primary-button);
    color: var(--color-primary-button-text)
}

.button_primary:after {
    color: var(--color-primary-button-text)
}

.button_secondary,.button_secondary:active,.button_secondary:focus,.button_secondary:hover,.button_secondary:link,.button_secondary:visited {
    background: var(--color-secondary-button);
    color: var(--color-secondary-button-text)
}

.button_secondary:after {
    color: var(--color-secondary-button-text)
}

.button_accent,.button_accent:active,.button_accent:focus,.button_accent:hover,.button_accent:link,.button_accent:visited {
    background: var(--color-accent-button);
    color: var(--color-accent-button-text)
}

.button_accent:after {
    color: var(--color-accent-button-text)
}

.button_white,.button_white:active,.button_white:focus,.button_white:hover,.button_white:link,.button_white:visited {
    background: #fff;
    color: var(--color-primary-button)
}

.button_white:after {
    color: var(--color-primary-button)
}

.button_transparent,.button_transparent:active,.button_transparent:focus,.button_transparent:hover,.button_transparent:link,.button_transparent:visited {
    background: transparent;
    border: none;
    border: 2px solid var(--color-primary-button);
    color: var(--color-primary-button)
}

.button_transparent:focus,.button_transparent:hover {
    opacity: .8
}

.button_transparent:after {
    color: var(--color-primary-button)
}

.button_disabled {
    box-shadow: none;
    cursor: default;
    pointer-events: none
}

.button_disabled:not(.button_loading) {
    background-color: rgba(0,0,0,.08)!important;
    border-color: transparent;
    color: #a1a1a1
}

.button_no-indents.button_no-indents.button_no-indents {
    padding: 0
}

.button_size-xlarge {
    font-size: 18px;
    line-height: 1.44;
    padding: 8px 24px
}

@media screen and (max-width: 374px) {
    .button_size-xlarge {
        line-height:1.33
    }
}

.button_size-xlarge .button__icon {
    height: 28px;
    width: 28px
}

@media screen and (min-width: 375px) {
    .button_size-xlarge {
        font-size:20px;
        line-height: 1.5;
        padding: 10px 32px
    }
}

@media screen and (min-width: 375px)and (max-width:374px) {
    .button_size-xlarge {
        line-height:1.3
    }
}

@media screen and (min-width: 375px) {
    .button_size-xlarge .button__icon {
        height:28px;
        width: 28px
    }
}

@media screen and (min-width: 1440px)and (min-height:700px) {
    .button_size-xlarge {
        font-size:24px;
        line-height: 1.33;
        padding: 14px 40px
    }
}

@media screen and (min-width: 1440px)and (min-height:700px)and (max-width:374px) {
    .button_size-xlarge {
        line-height:1.25
    }
}

@media screen and (min-width: 1440px)and (min-height:700px) {
    .button_size-xlarge .button__icon {
        height:28px;
        width: 28px
    }
}

.button_size-large.button_size-large {
    font-size: 18px;
    line-height: 1.44;
    padding: 8px 24px
}

@media screen and (max-width: 374px) {
    .button_size-large.button_size-large {
        line-height:1.33
    }
}

.button_size-large.button_size-large .button__icon {
    height: 28px;
    width: 28px
}

@media screen and (min-width: 1200px) {
    .button_size-large.button_size-large {
        font-size:20px;
        line-height: 1.5;
        padding: 10px 32px
    }
}

@media screen and (min-width: 1200px)and (max-width:374px) {
    .button_size-large.button_size-large {
        line-height:1.3
    }
}

@media screen and (min-width: 1200px) {
    .button_size-large.button_size-large .button__icon {
        height:28px;
        width: 28px
    }
}

.button_size-medium {
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 24px
}

@media screen and (max-width: 374px) {
    .button_size-medium {
        line-height:1.38
    }
}

.button_size-medium .button__icon {
    height: 20px;
    width: 20px
}

@media screen and (min-width: 992px) {
    .button_size-medium {
        font-size:18px;
        line-height: 1.44;
        padding: 8px 24px
    }
}

@media screen and (min-width: 992px)and (max-width:374px) {
    .button_size-medium {
        line-height:1.33
    }
}

@media screen and (min-width: 992px) {
    .button_size-medium .button__icon {
        height:28px;
        width: 28px
    }
}

.button_size-small {
    font-size: 16px;
    line-height: 1.5;
    padding: 2px 16px
}

@media screen and (max-width: 374px) {
    .button_size-small {
        line-height:1.38
    }
}

.button_size-small .button__icon {
    height: 20px;
    width: 20px
}

@media screen and (min-width: 992px) {
    .button_size-small {
        font-size:16px;
        line-height: 1.5;
        padding: 6px 24px
    }
}

@media screen and (min-width: 992px)and (max-width:374px) {
    .button_size-small {
        line-height:1.38
    }
}

@media screen and (min-width: 992px) {
    .button_size-small .button__icon {
        height:20px;
        width: 20px
    }
}

.button_size-xsmall {
    font-size: 16px;
    line-height: 1.5;
    padding: 2px 16px
}

@media screen and (max-width: 374px) {
    .button_size-xsmall {
        line-height:1.38
    }
}

.button_size-xsmall .button__icon {
    height: 20px;
    width: 20px
}

.button_link,.button_link:active,.button_link:focus,.button_link:hover,.button_link:link,.button_link:visited {
    background: none;
    border-color: transparent;
    border-radius: 0;
    color: var(--color-primary-link);
    padding-left: 0;
    padding-right: 0
}

.button_link:focus,.button_link:hover {
    opacity: 1;
    text-decoration: underline
}

.button_link.button_primary {
    color: var(--color-primary-button)
}

.button_link.button_secondary {
    color: var(--color-secondary-button)
}

.button_arrow.button_arrow {
    display: inline-block
}

.button_arrow.button_arrow:after {
    animation: none;
    border-radius: 0;
    -webkit-clip-path: none;
    clip-path: none;
    color: inherit;
    content: "→";
    display: inline-block;
    float: right;
    margin-left: .35em;
    opacity: 1;
    position: static;
    transition: transform .2s
}

.button_arrow.button_arrow:hover:after {
    transform: translateX(20%)
}

.button_fullwidth.button_arrow:after {
    float: none
}

svg.button__arrow {
    content: "→";
    display: inline-block;
    float: right;
    margin-left: .35em
}

svg.button__arrow * {
    display: none
}

.button_loading.button_loading {
    color: transparent;
    pointer-events: none;
    transition: color .1s
}

.button_loading.button_loading:after {
    color: var(--color-primary-button-text);
    content: "Загрузка...";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.button_loading.button_loading.button_transparent:after,.button_loading.button_loading.button_white:after {
    color: var(--color-primary-button)
}

@supports((-webkit-clip-path: polygon(0% 0%)) or (clip-path:polygon(0% 0%))) or (-webkit-clip-path:polygon(0% 0%)) {
    .button_loading.button_loading:after {
        animation:rotating .9s cubic-bezier(.58,.24,.4,.85) infinite both;
        border: none;
        border-radius: 50%;
        bottom: 0;
        -webkit-clip-path: polygon(0 0,0 100%,25% 100%,50% 50%,100% 30%,100% 70%,50% 50%,25% 100%,100% 100%,100% 0);
        clip-path: polygon(0 0,0 100%,25% 100%,50% 50%,100% 30%,100% 70%,50% 50%,25% 100%,100% 100%,100% 0);
        color: var(--color-primary-button-text);
        content: "";
        left: 0;
        margin: auto;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        transform: none;
        transition: opacity .1s
    }

    .button_loading.button_loading.button_size-xlarge:after {
        border-width: 0;
        box-shadow: inset 0 0 0 2.4px currentColor;
        height: 28px;
        width: 28px
    }

    @media screen and (min-width: 1200px) {
        .button_loading.button_loading.button_size-xlarge:after {
            box-shadow:inset 0 0 0 3px currentColor;
            height: 32px;
            width: 32px
        }
    }

    @media screen and (min-width: 1440px)and (min-height:700px) {
        .button_loading.button_loading.button_size-xlarge:after {
            box-shadow:inset 0 0 0 3px currentColor;
            height: 32px;
            width: 32px
        }
    }

    .button_loading.button_loading.button_size-large:after {
        border-width: 0;
        box-shadow: inset 0 0 0 2.4px currentColor;
        height: 28px;
        width: 28px
    }

    @media screen and (min-width: 1200px) {
        .button_loading.button_loading.button_size-large:after {
            box-shadow:inset 0 0 0 3px currentColor;
            height: 32px;
            width: 32px
        }
    }

    .button_loading.button_loading.button_size-medium:after {
        box-shadow: inset 0 0 0 2.3px currentColor;
        height: 21px;
        width: 21px
    }

    @media screen and (min-width: 992px) {
        .button_loading.button_loading.button_size-medium:after {
            border-width:0;
            box-shadow: inset 0 0 0 2.4px currentColor;
            height: 28px;
            width: 28px
        }
    }

    .button_loading.button_loading.button_size-small:after {
        box-shadow: inset 0 0 0 2.2px currentColor;
        height: 16px;
        width: 16px
    }

    @media screen and (min-width: 992px) {
        .button_loading.button_loading.button_size-small:after {
            box-shadow:inset 0 0 0 2.3px currentColor;
            height: 21px;
            width: 21px
        }
    }

    .button_loading.button_loading.button_size-xsmall:after {
        box-shadow: inset 0 0 0 2.2px currentColor;
        height: 16px;
        width: 16px
    }

    @keyframes rotating {
        0% {
            transform: rotate(0deg)
        }

        to {
            transform: rotate(1turn)
        }
    }
}

.button__icon {
    display: inline-block
}

.button__icon_align-left {
    float: left;
    margin-left: -2px;
    margin-right: 8px
}

@supports(display: inline-flex) or (display:-ms-inline-flexbox) {
    .button__icon_align-left {
        float:none;
        order: -1
    }
}

.button__icon_align-right {
    float: right;
    margin-left: 8px;
    margin-right: -2px
}

@supports(display: inline-flex) or (display:-ms-inline-flexbox) {
    .button__icon_align-right {
        float:none;
        order: 1
    }
}

.expand-menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    max-width: 250px;
    min-width: 226px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left
}

.expand-menu__header {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 0;
    padding: 13px 20px 14px
}

.expand-menu__userinfo {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.expand-menu__list {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

.expand-menu__item {
    margin-bottom: 0!important;
    margin-left: 0;
    text-indent: 0
}

.expand-menu__item:before {
    display: none
}

.expand-menu__link {
    color: #222!important;
    display: block;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    padding: 11px 20px 13px;
    text-overflow: ellipsis;
    width: 100%
}

.expand-menu__link:focus,.expand-menu__link:hover {
    background-color: rgba(0,0,0,.03);
    color: #222!important;
    text-decoration: none
}

.expand-menu__link_active {
    opacity: .5
}

.expand-menu__link_active:hover {
    background-color: transparent;
    cursor: default
}

@media screen and (max-width: 767px) {
    .expand-menu_user-menu {
        border-radius:0;
        box-shadow: none;
        max-width: none;
        min-width: auto;
        padding: 0;
        text-align: center
    }

    .expand-menu_user-menu .expand-menu__header {
        color: rgba(0,0,0,.37);
        margin-bottom: 8px
    }

    .expand-menu_user-menu .expand-menu__item {
        margin-bottom: 8px!important
    }

    .expand-menu_user-menu .expand-menu__item:last-child {
        margin-bottom: 0!important
    }

    .expand-menu_user-menu .expand-menu__header,.expand-menu_user-menu .expand-menu__link {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        padding: 0
    }

    .expand-menu_header-submenu {
        border-radius: 0;
        box-shadow: none;
        max-width: none;
        min-width: auto;
        padding: 0
    }

    .expand-menu_header-submenu .expand-menu__item {
        margin-bottom: 8px!important
    }

    .expand-menu_header-submenu .expand-menu__item:last-child {
        margin-bottom: 0!important
    }

    .expand-menu_header-submenu .expand-menu__link {
        padding: 0
    }

    .expand-menu_header-submenu .expand-menu__link:hover,.expand-menu_header-submenu .expand-menu__link_active {
        background-color: transparent
    }
}

.main-header__index {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px
}

.main-header__index_hidden-discipline .main-header__logo {
    text-align: left;
    width: 50%
}

.main-header__index_hidden-discipline .main-header__user-block {
    width: 50%
}

.main-header__directions-wrapper {
    position: relative;
    width: 30%
}

.main-header__directions-buttons {
    align-items: flex-end;
    display: flex;
    min-height: 29px
}

.main-header__directions {
    background-color: transparent;
    border: 0;
    color: #222;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 28px;
    position: relative
}

.main-header__directions:focus,.main-header__directions:hover {
    color: #ed3f3f
}

.main-header__directions:before {
    border-bottom: 2px solid #222;
    border-top: 2px solid #222;
    box-sizing: border-box;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px
}

.main-header__directions:focus:before,.main-header__directions:hover:before {
    border-color: #ed3f3f
}

.main-header__logo {
    margin-bottom: 0;
    text-align: center;
    width: 30%
}

.main-header__user-block {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 30%
}

.main-header__user-block_mobile {
    display: none
}

.main-header__user-item_text {
    color: #222;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 24px
}

.main-header__user-item_user-menu {
    margin-left: 16px
}

.main-header__user-item_login,.main-header__user-item_login:link,.main-header__user-item_login:visited {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    margin-right: 24px
}

.main-header__user-item_login:hover,.main-header__user-item_login:link:hover,.main-header__user-item_login:visited:hover {
    color: #ed3f3f;
    text-decoration: none
}

.main-header__user-item_registration {
    line-height: 1.5
}

.main-header .main-header__user-item_education.button_transparent {
    border: 2px solid;
    color: #222;
    font-size: 17px;
    line-height: 1.24;
    padding-bottom: 8px;
    padding-top: 7px
}

.main-header .main-header__user-item_education.button_transparent:focus,.main-header .main-header__user-item_education.button_transparent:hover {
    color: #ed3f3f;
    opacity: 1
}

.main-header__user-item-text_tablet {
    display: none
}

.main-header__nav {
    background-color: #f6f6f6;
    height: 77px
}

.main-header__nav-container {
    height: 100%
}

.main-header__nav-list,.main-header__nav-list[class] {
    display: flex;
    height: 100%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0
}

.main-header__nav-item {
    margin: 0;
    position: relative;
    text-indent: 0
}

.main-header__nav-item:before {
    display: none
}

.main-header__nav-item_align-right {
    margin-left: auto;
    order: 1
}

.main-header__nav-item_align-right~.main-header__nav-item_align-right {
    margin-left: 0
}

.main-header__nav-link {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    line-height: 28px;
    opacity: .8;
    padding-left: 16px;
    padding-right: 16px
}

.main-header__nav-link:link,.main-header__nav-link:visited {
    color: #222
}

.main-header__nav-link:focus,.main-header__nav-link:hover {
    color: #ed3f3f;
    opacity: 1;
    text-decoration: none
}

.main-header__nav-link_active,.main-header__nav-link_sub-active {
    opacity: 1;
    position: relative
}

.main-header__nav-link_active:hover,.main-header__nav-link_sub-active:hover {
    color: #222;
    cursor: default
}

.main-header__nav-link_active:after,.main-header__nav-link_sub-active:after {
    background-color: #fe4c4c;
    bottom: 0;
    content: "";
    height: 2px;
    left: 16px;
    position: absolute;
    width: calc(100% - 28px)
}

.main-header__nav-link_sub-active:hover {
    color: #ed3f3f;
    cursor: pointer
}

.main-header__nav-link_submenu {
    background-color: transparent;
    border: none;
    outline: none;
    padding-right: 27px;
    position: relative
}

.main-header__nav-link_submenu:before {
    border-bottom: 2px solid;
    border-left: 2px solid;
    box-sizing: border-box;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 45%;
    transform: rotate(-45deg);
    width: 7px
}

.main-header__nav-link_submenu:focus,.main-header__nav-link_submenu:hover {
    color: #ed3f3f;
    cursor: pointer;
    text-decoration: none
}

.main-header__nav-link_submenu.collapsed:before {
    top: 50%;
    transform: rotate(135deg)
}

.main-header__burger,.main-header__submenu,.main-header_compact .main-header__nav {
    display: none
}

.main-header_course-landing .main-header__nav {
    background-color: transparent;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1199px) {
    .mobile-friendly .main-header_course-landing .main-header__nav-container {
        margin-left:0;
        margin-right: 0;
        padding-left: 70px;
        padding-right: 70px
    }
}

@media screen and (max-width: 991px) {
    .mobile-friendly .main-header__directions-wrapper,.mobile-friendly .main-header__logo,.mobile-friendly .main-header__user-block {
        width:auto
    }

    .mobile-friendly .main-header__user-item_login {
        margin-right: 16px
    }

    .mobile-friendly .main-header_course-landing {
        margin-bottom: 0
    }

    .mobile-friendly .main-header_course-landing .main-header__nav-container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 48px;
        padding-right: 48px
    }
}

@media screen and (max-width: 767px) {
    .mobile-friendly .main-header {
        border-bottom:1px solid rgba(0,0,0,.05)
    }

    .mobile-friendly .main-header__index {
        flex-wrap: wrap;
        padding-bottom: 16px;
        padding-top: 12px
    }

    .mobile-friendly .main-header__index_hidden-discipline {
        padding-bottom: 5px
    }

    .mobile-friendly .main-header__directions-wrapper {
        margin-top: 8px;
        order: 1;
        width: 100%
    }

    .mobile-friendly .main-header__directions {
        outline: none;
        padding-left: 0
    }

    .mobile-friendly .main-header__directions:before {
        display: none
    }

    .mobile-friendly .main-header__directions:after {
        border-bottom: 2px solid;
        border-left: 2px solid;
        content: "";
        height: 7px;
        position: absolute;
        right: -16px;
        top: 21%;
        transform: rotate(-45deg);
        width: 7px
    }

    .mobile-friendly .main-header__directions.collapsed:after {
        top: 50%;
        transform: rotate(135deg)
    }

    .mobile-friendly .main-header__submenu.active {
        display: block;
        margin-top: 8px
    }

    .mobile-friendly .main-header__logo {
        text-align: left
    }

    .mobile-friendly .main-header__user-block_desktop .main-header__user-item_education,.mobile-friendly .main-header__user-block_desktop .main-header__user-item_login,.mobile-friendly .main-header__user-block_desktop .main-header__user-item_registration,.mobile-friendly .main-header__user-block_desktop .main-header__user-item_text,.mobile-friendly .main-header__user-block_desktop .main-header__user-item_user-menu .user-menu__expand-menu {
        display: none
    }

    .mobile-friendly .main-header__user-block_mobile {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        margin-bottom: 32px;
        margin-top: auto
    }

    .mobile-friendly .main-header__user-item {
        text-align: center;
        width: 90%
    }

    .mobile-friendly .main-header__user-item_user-menu {
        margin-left: 0
    }

    .mobile-friendly .main-header__user-item_login {
        margin-right: 0;
        margin-top: 32px;
        order: 1
    }

    .mobile-friendly .main-header__user-item_login .main-header__user-item-text,.mobile-friendly .main-header__user-item_registration .main-header__user-item-text {
        text-indent: 0
    }

    .mobile-friendly .main-header__user-item_login .main-header__user-item-text_tablet,.mobile-friendly .main-header__user-item_registration .main-header__user-item-text_tablet {
        display: none
    }

    .mobile-friendly .main-header__user-item-text {
        display: inline;
        text-indent: 0;
        white-space: nowrap
    }

    .mobile-friendly .main-header__user-item-text_tablet {
        display: none
    }

    .mobile-friendly .main-header__mobile-controls {
        align-items: center;
        display: flex;
        position: relative;
        top: 2px
    }

    .mobile-friendly .main-header__burger {
        background-color: transparent;
        background-image: url(https://s.kontur.ru/common-v2/icons-ui/black/ui-menu-bars-3-h/ui-menu-bars-3-h-24-regular.svg);
        border: 0;
        display: block;
        flex-shrink: 0;
        height: 24px;
        outline: none;
        padding: 0;
        position: relative;
        width: 24px
    }

    .mobile-friendly .main-header__burger_active {
        background-image: url(https://s.kontur.ru/common-v2/icons-ui/black/x/x-24-regular.svg);
        position: fixed;
        right: 16px;
        top: 16px;
        z-index: 9999
    }

    .mobile-friendly .main-header__burger_active .main-header__burger-text {
        background-color: transparent
    }

    .mobile-friendly .main-header__nav-container {
        display: flex;
        flex-direction: column;
        overflow-y: auto
    }

    .mobile-friendly .main-header__nav {
        background-color: #fff;
        display: none;
        height: 100%;
        padding-top: 25px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9998
    }

    .mobile-friendly .main-header__nav_active {
        display: block
    }

    .mobile-friendly .main-header__nav-list {
        display: block;
        height: auto;
        margin: 0 0 47px
    }

    .mobile-friendly .main-header__nav-item {
        margin-bottom: 20px
    }

    .mobile-friendly .main-header__nav-item:last-child {
        margin-bottom: 0
    }

    .mobile-friendly .main-header__nav-link {
        opacity: 1;
        padding: 0;
        width: 100%
    }

    .mobile-friendly .main-header__nav-link_submenu {
        outline: none
    }

    .mobile-friendly .main-header__nav-link_submenu:before {
        left: 76px;
        right: auto;
        top: 35%
    }

    .mobile-friendly .main-header__nav-link_active,.mobile-friendly .main-header__nav-link_sub-active {
        opacity: .5
    }

    .mobile-friendly .main-header__nav-link_active:after,.mobile-friendly .main-header__nav-link_sub-active:after {
        display: none
    }

    .mobile-friendly .main-header_compact {
        border-bottom: 0
    }

    .mobile-friendly .main-header_compact .main-header__nav_active {
        display: block
    }

    .mobile-friendly .main-header_compact .main-header__user-block_mobile {
        margin-top: 40px
    }

    .mobile-friendly .main-header_course-landing {
        border-bottom: 0;
        margin-bottom: 0
    }

    .mobile-friendly .main-header_course-landing .main-header__nav {
        background-color: #fff
    }
}

.footer {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    max-width: 1070px;
    padding: 56px 0 48px;
    position: relative
}

.footer__group-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 16px
}

.footer__group-title-arrow {
    display: none
}

.footer__menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.footer__menu-item {
    line-height: 1.6;
    list-style-type: none;
    margin-bottom: 8px;
    margin-left: 0;
    text-indent: 0
}

.footer__menu-item:before {
    display: none
}

.footer__link_group-title {
    font-weight: 600
}

.footer__link:not(.footer__link_active) {
    cursor: pointer
}

.footer .footer__link {
    background: none;
    border: none;
    color: #000;
    display: inline-flex;
    font-size: 16px;
    padding: 0
}

.footer .footer__link:visited {
    color: #000
}

.footer .footer__link:active:not(.footer__link_active),.footer .footer__link:focus:not(.footer__link_active),.footer .footer__link:hover:not(.footer__link_active) {
    color: #ed3f3f;
    text-decoration: none
}

.footer .footer__link_phone:hover {
    color: #000!important;
    cursor: default
}

.footer .footer__link_policy {
    color: gray;
    font-size: 12px;
    text-decoration: underline
}

.footer .footer__link_policy:visited {
    color: gray
}

.footer__policy {
    color: gray;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0
}

.footer .footer__copyright {
    color: gray;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .mobile-friendly .footer {
        font-size:14px;
        line-height: 1.3;
        padding: 24px 16px 40px
    }

    .mobile-friendly .footer__layout-first-col {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .mobile-friendly .footer__additional-info {
        display: flex;
        flex-direction: column-reverse;
        text-align: center
    }

    .mobile-friendly .footer__group-title {
        margin-bottom: 12px
    }

    .mobile-friendly .footer__link_group-title {
        font-size: 16px;
        line-height: 1.4
    }

    .mobile-friendly .footer__group-title-arrow {
        background: none;
        border: 0;
        color: rgba(0,0,0,.2);
        display: inline-block;
        margin-right: 4px;
        outline: none;
        padding: 0
    }

    .mobile-friendly .footer__group-title-arrow:active,.mobile-friendly .footer__group-title-arrow:focus {
        color: rgba(0,0,0,.1)
    }

    .mobile-friendly .footer__menu {
        padding-left: 32px
    }

    .mobile-friendly .footer__support {
        background-color: #fafafa;
        margin: 30px 0 0;
        padding: 20px 0;
        text-align: center
    }

    .mobile-friendly .footer__support .footer__menu {
        padding-left: 0
    }

    .mobile-friendly .footer__copyright {
        font-size: 14px;
        margin-bottom: 8px
    }
}

.main-logo {
    display: inline-block
}

.main-logo img {
    vertical-align: middle
}

.main-logo_footer {
    margin-bottom: 24px;
    margin-top: -16px
}

@media screen and (max-width: 767px) {
    .main-logo_footer {
        margin-bottom:24px;
        margin-top: -8px
    }
}

@media screen and (max-width: 375px) {
    .main-logo img {
        height:28px;
        width: 160px
    }
}

.user-menu {
    align-items: center;
    display: flex
}

.user-menu .user-menu__initials {
    border-color: #222;
    border-radius: 50%;
    color: #222;
    height: 40px;
    padding: 0!important;
    transition: auto!important;
    width: 40px
}

.user-menu .user-menu__initials:focus,.user-menu .user-menu__initials:hover {
    border-color: #ed3f3f;
    color: #ed3f3f;
    opacity: 1
}

.user-menu__initials-text {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    vertical-align: sub
}

.user-menu__user-icon {
    margin-top: 4px
}

.user-menu__expand-menu {
    display: none
}

.user-menu_main-header {
    position: relative
}

.user-menu_main-header .user-menu__initials {
    border-color: currentColor;
    color: #222;
    padding: 0
}

.user-menu_main-header .user-menu__initials:focus,.user-menu_main-header .user-menu__initials:hover {
    border-color: #ed3f3f;
    color: #ed3f3f;
    opacity: 1
}

.user-menu__notifications {
    background-color: transparent;
    border: none;
    height: 40px;
    margin-right: 16px;
    padding: 4px;
    width: 40px
}

.user-menu__notifications:focus,.user-menu__notifications:hover {
    color: #ed3f3f
}

.user-menu__notifications-marked:after {
    background-color: var(--color-primary-product);
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: 39px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 16px;
    position: relative;
    width: 8px
}

@media screen and (max-width: 767px) {
    .mobile-friendly .user-menu__notifications {
        height:24px;
        padding: 0;
        width: 24px
    }

    .mobile-friendly .user-menu__notifications svg {
        height: 24px;
        width: 24px
    }

    .mobile-friendly .user-menu__notifications-marked {
        position: relative
    }

    .mobile-friendly .user-menu__notifications-marked:after {
        border-width: 2px;
        bottom: 28px;
        height: 8px;
        left: 10px;
        width: 8px
    }

    .mobile-friendly .user-menu__initials {
        height: 32px;
        width: 32px
    }

    .mobile-friendly .user-menu__initials-text {
        font-size: 14px;
        line-height: 21px
    }

    .mobile-friendly .user-menu_main-header {
        justify-content: center
    }

    .mobile-friendly .user-menu_main-header .user-menu__initials {
        display: none
    }

    .mobile-friendly .user-menu_main-header .user-menu__expand-menu {
        display: block;
        margin-top: 32px
    }
}

@media screen and (max-width: 374px) {
    .mobile-friendly .user-menu_main-header .user-menu__notifications {
        margin-right:16px
    }
}

.stretch-banner {
    position: relative;
    z-index: 201
}

.stretch-banner__inner {
    display: flex;
    justify-content: center;
    max-width: 100%
}

@supports((-o-object-fit: cover) or (object-fit:cover)) {
    .stretch-banner__inner {
        height:120px
    }
}

.stretch-banner__img {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

@supports((-o-object-fit: cover) or (object-fit:cover)) {
    .stretch-banner__img {
        -o-object-fit:cover;
        object-fit: cover;
        width: auto
    }
}

@media screen and (max-width: 767px) {
    @supports((-o-object-fit:cover) or (object-fit:cover)) {
        .mobile-friendly .stretch-banner__inner {
            height:110px
        }
    }

    .mobile-friendly .stretch-banner__img {
        width: 100%
    }
}

.article__title {
    font-size: 32px;
    padding-bottom: 16px;
    position: relative
}

.article__title:before {
    background-color: #fe4c4c;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    min-width: 138px;
    position: absolute
}

.article__author-info {
    color: #000
}

.article__date {
    color: #666
}

.article__text {
    border-bottom: 1px solid #eee;
    margin-bottom: 32px;
    padding-bottom: 32px
}

.article__materials {
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    clear: both;
    margin-bottom: 16px;
    padding: 40px 32px 40px 110px;
    position: relative
}

.article__materials_anchor {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 24px 32px
}

.article__materials_anchor .article__materials-icon {
    margin-right: 24px;
    position: static
}

.article__materials-icon {
    left: 30px;
    position: absolute;
    top: 24px
}

.article_news .article__text {
    border-bottom: 0;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .article__text img {
        margin-right:0
    }
}

@media screen and (max-width: 480px) {
    .article__title {
        font-size:27px
    }

    .article__materials {
        padding: 24px
    }

    .article__materials_anchor .article__materials-icon {
        margin-bottom: 0
    }

    .article__materials-icon {
        margin-bottom: 24px;
        position: static
    }
}

.terms-of-use {
    color: gray;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0
}

.terms-of-use_increased {
    font-size: 14px;
    line-height: 1.57
}

.terms-of-use__link,.terms-of-use__link:link,.terms-of-use__link:visited {
    color: gray;
    text-decoration: underline;
    -webkit-text-decoration-color: gray;
    text-decoration-color: gray
}

.terms-of-use__link:hover,.terms-of-use__link:link:hover,.terms-of-use__link:visited:hover {
    color: #a0a0a0;
    text-decoration: underline;
    -webkit-text-decoration-color: #a0a0a0;
    text-decoration-color: #a0a0a0
}

.rating-widget .form-row_group {
    margin-bottom: 32px
}

.rating-widget .skb-form-widget .form {
    margin: 0
}

.rating-widget .skb-form-widget .form.form-vertical:not(.form-placeholder) .form-group {
    margin-top: 0
}

.rating-widget .skb-form-widget .form-success-message .text {
    display: none
}

.rating-widget .form-success-message__title {
    margin-bottom: 0
}

.rating-widget .form-success-message__text {
    display: none
}

.rating-widget_noready .form-group:last-child {
    display: none!important
}

.social-list {
    margin-top: 16px;
    padding: 0
}

.social-list__item {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.social-list__item:before {
    content: none
}

.social-list__item:not(:first-child) {
    margin-left: 2px
}

.social-list__link {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    list-style: none;
    transition: opacity .15s ease;
    width: 24px
}

.social-list__link:hover {
    opacity: .85;
    text-decoration: none
}

.social-list__link img {
    -webkit-filter: invert(1);
    filter: invert(1);
    mix-blend-mode: plus-lighter
}

.social-list__link_vk {
    background-color: #577ba4
}

.social-list__link_ok {
    background-color: #ff8000
}

.social-list__link_yt {
    background-color: #d54141
}

.social-list__link_tg {
    background-color: #64a9dc
}

.sr-only {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
}

.text-wrap {
    white-space: normal!important
}

.load-more-button {
    background-color: rgba(0,0,0,.04);
    border: 0;
    border-radius: 80px;
    color: #fe4c4c;
    color: var(--color-primary-product,#fe4c4c);
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    padding: 12px 32px;
    text-transform: uppercase;
    width: 100%
}

.load-more-button:hover {
    background: rgba(0,0,0,.06)
}

.load-more-button_loading {
    color: transparent
}

.load-more-button_loading:after {
    animation: rotating .9s cubic-bezier(.58,.24,.4,.85) infinite both;
    border: none;
    border-radius: 50%;
    bottom: 0;
    box-shadow: inset 0 0 0 2.2px #fe4c4c;
    box-shadow: inset 0 0 0 2.2px var(--color-primary-product,#fe4c4c);
    -webkit-clip-path: polygon(0 0,0 100%,25% 100%,50% 50%,100% 30%,100% 70%,50% 50%,25% 100%,100% 100%,100% 0);
    clip-path: polygon(0 0,0 100%,25% 100%,50% 50%,100% 30%,100% 70%,50% 50%,25% 100%,100% 100%,100% 0);
    content: "";
    height: 32px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px
}

.load-more-button_error {
    animation: error .6s
}

.text-strikethrough {
    position: relative
}

.text-strikethrough:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 45%;
    transform: rotate(180deg);
    width: 97%
}

.text-strikethrough.invert:before {
    background-color: #fff
}

@keyframes error {
    0%,to {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.product-card {
    background-color: #f7f7f7;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    height: 100%;
    padding: 24px;
    position: relative;
    width: 100%
}

.product-card:hover .product-card__image,.product-card:hover .product-card__image-wrapper:after {
    transform: scale(1.1);
    transition: transform .2s ease
}

.product-card_clear {
    background-color: transparent;
    padding: 0
}

.product-card_big-padding-top {
    padding-top: 60px
}

.product-card_increased .product-card__title {
    font-size: 24px
}

.product-card_increased .product-card__info-block {
    margin-bottom: 80px
}

.product-card_fixed-min-height {
    min-height: 218px
}

.product-card__date {
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 36px 8px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    height: 72px;
    justify-content: center;
    left: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(-50%);
    width: 72px;
    z-index: 2
}

.product-card__date-day {
    font-size: 36px;
    font-weight: 500;
    line-height: 1
}

.product-card__date-month {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: lowercase
}

.product-card__header-wrapper {
    position: relative
}

.product-card__header-price {
    bottom: 16px;
    left: 16px;
    position: absolute;
    z-index: 1
}

.product-card__properties {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 0
}

.product-card__properties-item {
    margin: 0;
    padding-right: 20px;
    position: relative;
    text-indent: 0
}

.product-card__properties-item:before {
    display: none
}

.product-card__properties-item:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.product-card__properties-item:last-child {
    margin-right: 0
}

.product-card__properties-item:last-child:after {
    display: none
}

.product-card__image-wrapper {
    border-radius: 16px;
    display: block;
    overflow: hidden;
    padding-bottom: 56.17%;
    position: relative;
    transform: translateZ(0)
}

.product-card__image-wrapper:after {
    background-color: #f6f6f6;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMzgiIGhlaWdodD0iMTMzIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMzM4IDEzMyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBzdHJva2U9IiNDMkMyQzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNDk2LjU1OSAyMDMuNTU0YzM4LjM0NC02Mi40MjUgMTE3LjQ3LTE3NS41MDQgNzguODY1LTI0OS4xMTgtNDMuMjQ1LTgyLjQ2LTIxNi4yNSA0Ny41NzYtMzUwLjIzNiAxMjUuNTk2bS0yNDQuODMtNDAuMDFTOTguMjYyLTIwLjUzIDEzMC44NjggOS43NDZjMzAuMzM4IDI4LjE3MS04NC4xMzMgOTguODMzLTU1LjAyMiAxMTYuMTU2IDIzLjk0IDE0LjI0NCA3MC42MDMtMi42ODUgMTI0LjMwNy0zMS44NDgiLz48cGF0aCBmaWxsPSIjRkU0QzRDIiBkPSJtMjEzLjMgNzcuNjgzIDEuMTk3IDYuMTg4YS44Ni44NiAwIDAgMCAuNzA1LjY3bDYuNTEzIDEuMTM3YS44MjguODI4IDAgMCAxIDAgMS42NDJsLTYuNTEzIDEuMTM3YS44NTUuODU1IDAgMCAwLS43MDUuNjdsLTEuMTk3IDYuMTg5Yy0uMTc2LjkxMi0xLjU1My45MTItMS43MjkgMGwtMS4xOTYtNi4xODdhLjg2Ljg2IDAgMCAwLS43MDYtLjY3bC02LjUxMy0xLjEzN2EuODI4LjgyOCAwIDAgMSAwLTEuNjQybDYuNTEzLTEuMTM3YS44Ni44NiAwIDAgMCAuNzA2LS42N2wxLjE5Ni02LjE4OGMuMTc2LS45MTMgMS41NTEtLjkxMyAxLjcyOS0uMDAyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHJlY3Qgd2lkdGg9IjMzOCIgaGVpZ2h0PSIxMzMiIGZpbGw9IiNmZmYiIHJ4PSIxNiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%
}

.product-card__image,.product-card__image-wrapper:after {
    position: absolute;
    transition: transform .2s ease;
    width: 100%
}

.product-card__image {
    z-index: 1
}

.product-card__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3
}

.product-card__link:link,.product-card__link:visited {
    color: #222;
    display: block
}

.product-card__link:link:hover,.product-card__link:visited:hover {
    color: var(--color-primary-product);
    text-decoration: none
}

.product-card__additional-info {
    color: #adadad;
    display: flex;
    font-size: 14px;
    line-height: 1.3
}

.product-card__footer {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto
}

.product-card__price-block {
    line-height: 1.3;
    margin-top: auto
}

.product-card__price-block_highlighted {
    background-color: #222;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    padding: 4px 16px
}

.product-card__price-block_highlighted .product-card__discount-old-price {
    margin-left: 4px
}

.product-card__price-block_highlighted .product-card__discount-old-price:after {
    background-color: hsla(0,0%,68%,.7);
    top: 50%
}

.product-card__discount {
    display: flex
}

.product-card__discount-old-price {
    color: #adadad;
    font-weight: 400;
    margin-left: 8px;
    position: relative
}

.product-card__enroll-block {
    background-color: transparent;
    border: 0;
    color: var(--color-primary-product);
    cursor: pointer;
    font-weight: 500;
    padding: 0
}

.product-card__enroll-block_enrolled {
    color: #adadad;
    cursor: default;
    font-weight: 400;
    padding-left: 29px;
    position: relative
}

.product-card__enroll-block_enrolled:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjQURBREFEIiBkPSJNMjEuMDc3IDUuNjU3YS43NS43NSAwIDAgMSAwIDEuMDZsLTEwLjI0OSAxMC4yNWEzLjEzIDMuMTMgMCAwIDEtNC40MjggMEwyLjU5NSAxMy4xNmEuNzUuNzUgMCAxIDEgMS4wNi0xLjA2bDMuODA2IDMuODA1Yy42MzcuNjM3IDEuNjcuNjM3IDIuMzA2IDBsMTAuMjUtMTAuMjQ5YS43NS43NSAwIDAgMSAxLjA2IDAiLz48L3N2Zz4=);
    bottom: -1px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    width: 24px
}

.product-card__enroll-block_enrolled:hover {
    color: #adadad
}

@media screen and (max-width: 991px) {
    .product-card__title {
        font-size:18px
    }
}

@media screen and (max-width: 767px) {
    .product-card:hover .product-card__image,.product-card:hover .product-card__image-wrapper:after {
        transform:scale(1);
        transition: none
    }

    .product-card_increased .product-card__title {
        font-size: 18px
    }

    .product-card_increased .product-card__info-block {
        margin-bottom: 32px
    }

    .product-card_fixed-min-height {
        min-height: auto
    }

    .product-card__image-wrapper {
        border-radius: 32px
    }
}

@media screen and (max-width: 480px) {
    .product-card_big-padding-top {
        padding-top:44px
    }

    .product-card__date {
        height: 64px;
        width: 64px
    }

    .product-card__date-day {
        font-size: 28px
    }

    .product-card__date-month {
        font-size: 13px
    }

    .product-card__image-wrapper {
        border-radius: 16px
    }
}

.experts-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.experts-list__photos {
    display: flex;
    margin-bottom: 4px;
    margin-right: 12px;
    margin-top: 4px
}

.experts-list__photo-wrapper {
    background-color: #fff;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 52px;
    margin-left: -8px;
    overflow: hidden;
    width: 52px
}

.experts-list__photo-wrapper:first-child {
    margin-left: 0
}

.experts-list__photo {
    font-size: 0;
    max-width: 100%
}

.experts-list__names {
    margin-bottom: 4px;
    margin-top: 4px
}

.promo-field,.promo-field_icon {
    position: relative
}

.promo-field_icon:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath fill='%23222' fill-rule='evenodd' d='M10 .25C4.615.25.25 4.615.25 10s4.365 9.75 9.75 9.75a9.7 9.7 0 0 0 5.954-2.028l4.135 4.135a1.25 1.25 0 1 0 1.768-1.768l-4.135-4.135A9.7 9.7 0 0 0 19.75 10 9.75 9.75 0 0 0 10 .25M2.75 10a7.25 7.25 0 1 1 14.5 0 7.25 7.25 0 0 1-14.5 0' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 24px;
    left: 24px;
    position: absolute;
    top: 20px;
    width: 24px
}

.promo-field_icon .promo-field__input {
    padding-left: 64px
}

.promo-field__input {
    border: 0;
    border-radius: 64px;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    font-size: 22px;
    line-height: 1.45;
    padding: 16px 96px 16px 24px;
    transition: box-shadow .3s ease;
    width: 100%
}

@media screen and (max-width: 374px) {
    .promo-field__input {
        line-height:1.27
    }
}

.promo-field__input_error {
    box-shadow: 0 8px 20px rgba(0,0,0,.1),0 0 0 2px var(--color-primary-product)
}

.promo-field__input::-webkit-input-placeholder {
    color: rgba(0,0,0,.37);
    color: var(--color-gray,rgba(0,0,0,.37))
}

.promo-field__input::-moz-placeholder {
    color: rgba(0,0,0,.37);
    color: var(--color-gray,rgba(0,0,0,.37))
}

.promo-field__input::-ms-input-placeholder {
    color: rgba(0,0,0,.37);
    color: var(--color-gray,rgba(0,0,0,.37))
}

.promo-field__input::placeholder {
    color: rgba(0,0,0,.37);
    color: var(--color-gray,rgba(0,0,0,.37))
}

.promo-field__input:not(:-moz-placeholder-shown)+.promo-field__button {
    display: block
}

.promo-field__input:not(:placeholder-shown)+.promo-field__button {
    display: block
}

.promo-field__input:focus {
    box-shadow: 0 6px 30px rgba(0,0,0,.18);
    outline: 0
}

.promo-field__button {
    background: none;
    border: 0;
    color: rgba(0,0,0,.37);
    color: var(--color-gray,rgba(0,0,0,.37));
    cursor: pointer;
    display: none;
    height: 56px;
    padding-right: 0;
    position: absolute;
    right: 24px;
    text-align: right;
    top: 5px;
    transition: color .3s ease;
    width: 56px
}

.promo-field__button:hover,.promo-field__error {
    color: var(--color-primary-product)
}

.promo-field__error {
    margin-top: 12px
}

@media screen and (max-width: 767px) {
    .promo-field_icon:after {
        background-size:80%;
        left: 16px;
        top: 12px
    }

    .promo-field_icon .promo-field__input {
        padding-left: 48px
    }

    .promo-field__input {
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 96px 12px 16px
    }
}

@media screen and (max-width: 767px)and (max-width:374px) {
    .promo-field__input {
        line-height:1.38
    }
}

@media screen and (max-width: 767px) {
    .promo-field__button {
        height:40px;
        top: 6px;
        width: 40px
    }
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    position: relative;
    transition-property: transform,visibility,opacity;
    white-space: normal
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow {
    color: #333;
    height: 16px;
    width: 16px
}

.tippy-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-content {
    padding: 5px 9px;
    position: relative;
    z-index: 1
}
