@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 650px;
    }
}
.hidden {
    display:none!important;
}
body {
    font-family: 'Inter';
    background: #F4F4F4;
    margin-bottom:100px;
    height: 100%;
}
header {
    margin:33px 0;
}

a {
    color:#3D4B88;
}
a:hover {
    color:#DC2F2F;
}
.color_red {
    color:#DC2F2F!important;
    border-bottom:1px dotted #DC2F2F;
    text-decoration: none;
    position:relative;
}
a.color_red:hover {
    color:#3D4B88!important;
    border-bottom:1px dotted #3D4B88;
}
a.color_red svg {
    position:absolute;
    top: 30%;
    left: -20px;
}
a.color_red:hover path {
    stroke:#3D4B88;
    border-bottom:0;
}
.color_gray {
    color:#727171;
    border-bottom:1px dotted #727171;
    text-decoration: none;
    position:relative;
}
a.color_gray:hover {
    color:#DC2F2F;
    border-bottom:1px dotted #DC2F2F;
}
a.color_gray svg {
    position:absolute;
    top: 20%;
    left: -20px;
}
a.color_gray:hover path {
    stroke:#DC2F2F;
    border-bottom:0;
}
.link_all {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    border-bottom:1px dotted #3D4B88;
    text-decoration: none;
    margin-bottom:30px;
    white-space: nowrap;
}
.link_all:hover {
    border-bottom:1px dotted #DC2F2F;
}
.toggle-block {
    margin: 5px 5px 0 0;
    display:none;
}
.toggle-block.active {
   transform: rotate(-180deg);
}

h1 {
    color:#262525;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin-bottom:35px;
}
h2 {
    color:#262525;
    font-weight: 700;
    font-size: 30px;
    line-height: 115%;
    margin-bottom:30px;
}
h3 {
    color:#262525;
    font-weight: 700;
    font-size: 20px;
    line-height: 115%;
}

.mb-35 {
    margin-bottom:35px;
}
.mt-30 {
    margin-top:30px;
}
.mt-35 {
    margin-top:35px;
}
.mt-45 {
    margin-top:45px;
}
.mb-30 {
    margin-bottom:30px;
}
.mb-20 {
    margin-bottom:20px;
}
.mb-60 {
    margin-bottom:60px;
}
.p-30 {
    padding:30px;
}
.rounded {
    border-radius:20px!important;
}

.width_610 {
    max-width: 610px;
    margin:150px auto;
}

.bg_white {
    background: #fff;
    padding:30px;
    border-radius: 20px;
}
.btn_primary, .btn-flat {
    background: #3D4B88;
    color:#fff;
    padding:15px 25px;
    text-align:center;
    display:inline-flex;
    border-radius: 50px;
    text-decoration: none;
    border:0;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.btn_primary.disabled {
    background: #F4F4F4;
    color:#B3B3B3;
}
.btn_primary:hover {
    background: #DC2F2F;
    color:#fff;
}
.btn_white {
    background: #fff;
    color:#262525;
    padding:15px 25px;
    text-align:center;
    display:inline-flex;
    border-radius: 50px;
    text-decoration: none;
    border:0;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
/*.btn_white.disabled:hover path {
    stroke:#FFFFFF;
}*/
.btn_white:hover {
    background: #DC2F2F;
    color:#fff;
}
.btn_white:hover path {
    fill: #fff;
}
.btn_white.disabled {
    background: #FFFFFF;
    color:#B3B3B3;
}
.btn_prev {
    color:#3D4B88;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding:10px 20px;
    margin-bottom:35px;
}
.btn_prev:hover path {
    stroke:#fff;
}

.btn_gray {
    background: #3D4B88;
    color:#fff;
    padding:11px 20px;
    text-align:center;
    display:inline-block;
    border-radius: 50px;
    text-decoration: none;
    border:0;
}
.btn_gray {
    background: #F4F4F4;
    color:#3D4B88;
}
.btn_gray:hover {
    background: #3D4B88;
    color:#fff;
}

.auth_block > div {
    padding:40px;
    position:relative;
    margin-top: auto !important;
    margin-bottom: auto !important;
    height:100%;
}
.auth_block h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom:20px;
    color:#262525;
}
.auth_block p {
    font-weight: 400;
    font-size: 16px;
    color:#727171;
}
.auth_block p a {
    font-size: 16px;
}
.auth_block p.small {
    font-weight: 400;
    font-size: 14px;
    color:#727171;
}
.auth_block .link {
    font-weight: 400;
    font-size: 14px;
    color:#3D4B88;
}
.auth_block .link a {
    border-bottom:1px dotted #3D4B88;
    text-decoration: none;
}
.auth_block .link a:hover {
    border-bottom:1px dotted #DC2F2F;
}
.action .list-inline-item:not(:last-child) {
    margin-right: 10px;
}
.auth_block .width_610 form {
    margin:35px auto;
    max-width:335px;
}
.auth_block .repeat_send {
    color:#B3B3B3;
    cursor:pointer;
}

.form-label {
    color:#B3B3B3;
    font-weight: 400;
    font-size: 14px;
    margin-bottom:8px;
}
.form-control {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color:#262525;
    padding:13px 15px;
    border:1px solid #E5E4E4;
}
.form-control:focus {
    background-color: unset;
    border:1px solid #E5E4E4;
    outline: 0;
    box-shadow: none;
}
.action {
    margin-top:30px;
}
.form-control::placeholder {
    color: #B3B3B3;
    transition: all 0.3s ease;
}
.form-check-input {
    border-color: #E5E4E4;
    width: 20px;
    height: 20px;
    margin-right:10px;
    margin-top: 0px;
}
.form-check-input:checked {
  background-color: #3D4B88;
  border-color: #3D4B88;
}
.form-check-input:focus {
    border-color: #E5E4E4;
    outline: 0;
    box-shadow:none;
}
.form-check-input.red:checked {
  background-color: #DC2F2F;
  border-color: #DC2F2F;
}
.form-check-input.red:focus {
    border-color: #E5E4E4;
    outline: 0;
    box-shadow:none;
}
.form-check {
    display: flex;
}
.form-check label {
    color:#727171;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}
.check_block {
    margin-top:20px;
    margin-bottom:0;
}
.check_block li {
    margin-bottom:10px;
}


.main_menu {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
header nav {
    background: #FFFFFF;
    border-radius: 50px;
    padding:2px 4px;
}
header nav ul {
    margin: 0;
}
header nav li a {
    font-weight: 500;
    font-size: 14px;
    color:#262525;
    text-decoration: none;
    padding:15px 20px;
    display: block;
}
header nav li:hover a,
header nav li.active a {
    color:#3D4B88;
}
header nav li:hover,
header nav li.active {
    background:#F4F4F4;
    border-radius: 50px;
}
header nav li a svg {
    margin-right:10px;
}
header nav li:hover svg circle,
header nav li.active svg circle,
header nav li:hover svg path,
header nav li.active svg path{
    stroke:#3D4B88;
}
header nav li a span {
    background: #DC2F2F;
    color:#fff;
    border-radius: 50%;
    padding:2px 6px;
    margin-left:8px;
    min-width:25px;
    display: inline-block;
    text-align: center;
}


.dop_menu .notification .dropdown-toggle::after {
    display:none;
}
.dop_menu .notification .dropdown a {
    text-decoration: none;
    width:60px;
    height:60px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50px;
    padding:4px;
}
.dop_menu .notification .dropdown a:hover {
    border:1px solid #DBDADA;
}
.dop_menu .notification  .dropdown-notification {
    border-radius: 20px;
    background: #FFFFFF;
    min-width:370px;
    border:1px solid #3D4B881F;
    padding:0;
    top:10px!important;
    overflow: hidden;
}
.dop_menu .notification  .dropdown-notification .notification-item {
    padding:20px;
    color:#727171;
    position:relative;
}
.dop_menu .notification  .dropdown-notification .notification-item .title {
    font-weight: 600;
    font-size: 16px;
}
.dop_menu .notification  .dropdown-notification .notification-item p {
    font-weight: 400;
    font-size: 14px;
    margin-top:8px;
    margin-bottom:15px;
}
.dop_menu .notification  .dropdown-notification .notification-item span {
    font-weight: 500;
    font-size: 12px;
}
.dop_menu .notification  .dropdown-notification .notification-item span svg {
    margin-right:10px;
}
.dop_menu .notification  .dropdown-notification .notification-item.new {
    background: #ECEDF4;
    border-left: 1px solid #3D4B88;
    color:#7A84AD;
    position:relative;
}
.dop_menu .notification  .dropdown-notification .notification-item.new:after {
    content:'';
    background: #DC2F2F;
    border-radius: 50%;
    width:6px;
    height:6px;
    position:absolute;
    top:20px;
    right:20px;
}
.dop_menu .notification  .dropdown-notification .notification-item:not(:last-child):before {
    border-bottom:1px solid #3D4B881F;
    position:absolute;
    bottom:0px;
    left:20px;
    right:20px;
    content:'';
}

.dop_menu .profile_block {
    margin-left: 10px;
}
.dop_menu .profile_block .dropdown {
    display:flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50px;
    padding:4px;
    z-index:5;
}
.dop_menu .profile_block .dropdown-toggle::after {
    display:none;
}
.dop_menu .profile_block .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding-right:20px;
    z-index:2;
    width:190px;
}
.dop_menu .profile_block .dropdown-toggle img {
    border-radius: 50%;
}
.dop_menu .profile_block .name li:nth-child(1) {
    color:#262525;
    font-weight: 500;
    font-size: 14px;
}
.dop_menu .profile_block .name li:nth-child(2) {
    color:#B3B3B3;
    font-weight: 500;
    font-size: 12px;
}
.dop_menu .profile_block .dropdown-notification {
    border-radius: 20px;
    background: #FFFFFF;
    border:0;
    padding:0;
    top:-50px!important;
    padding-top:50px;
    overflow: hidden;
    z-index:1;
    transform: translate(0px, 56px)!important;
    min-width:198px;
    box-shadow: none;
    
}
.dop_menu .profile_block .dropdown-notification .notification-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
.dop_menu .profile_block .dropdown-notification li a {
    display:block;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    padding:0 20px;
}
.dop_menu .profile_block .dropdown-notification li a svg,
.dop_menu .profile_block .dropdown-notification li a i {
    margin-right:10px;
}
.dop_menu .profile_block .dropdown-notification li a {
    color:#3D4B88;
    margin-top:20px;
    margin-bottom:20px;
}
.dop_menu .profile_block .dropdown-notification li a:hover {
    color:#DC2F2F;
}
.dop_menu .profile_block .dropdown-notification li a:hover path {
    stroke:#DC2F2F;
}
.dop_menu .profile_block .dropdown-notification li:last-child a {
    color:#DC2F2F;
    margin-top:20px;
    margin-bottom:20px;
}
.dop_menu .profile_block .dropdown-notification li:last-child a:hover {
    color:#3D4B88;
}
.dop_menu .profile_block .dropdown-notification li:last-child a:hover path {
    stroke:#3D4B88;
}
.dop_menu .profile_block .dropdown-menu .name {
    padding:0 20px;
    position:relative;
    padding-bottom:20px!important;
}
.dop_menu .profile_block .dropdown-menu .name:after {
    border-bottom: 1px solid #3D4B881F;
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    content: '';
}



.list_subs_simple {
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
.list_subs_simple .title {
    color:#3D4B88;
    margin-bottom:5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.list_subs_simple .title span {
    color:#B3B3B3;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display:block;
    margin-top:5px;
}
.list_subs_simple.min_width {
    min-width:400px;
}


.pay_table {
    color:#000000;
}
.pay_table .head {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    border-bottom: 1px solid #E5E4E4;
    padding:0 20px 12px 20px;
}
.pay_table .body {
    padding:20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.pay_table .body .row > div:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}
.pay_table .body .row {
    padding:20px 0;
}
.pay_table .body .row:nth-of-type(odd) {
    background: #F4F4F4;
    border-radius: 15px;
}
.pay_table .body .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color:#B3B3B3;
    margin-top:8px;
}


.status {
    padding:4px 12px;
    display:inline;
    border-radius: 50px;
    position:relative;
    padding-left:25px;
}
.status.active {
    background: #E5F6E9;
    color:#4DC36C;
}
.status.active:after {
    background: #4DC36C;
    content:'';
    width:5px;
    height:5px;
    border-radius: 50%;
    position:absolute;
    top:11px;
    left:12px;
}
.status.noactive {
    background: #FAE0E0;
    color:#DC2F2F;
}
.status.noactive:after {
    background: #DC2F2F;
    content:'';
    width:5px;
    height:5px;
    border-radius: 50%;
    position:absolute;
    top:11px;
    left:12px;
}


.user_list {
    margin-top:35px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color:#000;
}
.user_list .desc {
    color:#B3B3B3;
    margin-top:5px;
}
.user_list img {
    margin-right:10px;
}
.user_list .row:not(:last-child) {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #E5E4E4;
}
.user_list .status {
    margin-left:10px;
}


.modal .modal-title {
    color:#262525;
    font-weight: 700;
    font-size: 30px;
    line-height: 115%;
}
.modal .modal-header {
    border-bottom:0;
    padding:30px;
    align-items: flex-start;
    padding-bottom:0
}
.modal .modal-body {
    padding:30px;
}
.modal .modal-header .btn-close {
    background: none;
    padding: 0;
    width: 20px;
    height: 20px;
}
.modal .btn-close:focus {
    outline: 0;
    box-shadow: none;
}
.modal p {
    color:#727171;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-top:15px;
    margin-bottom:0px;
}
.modal .code_from {
    margin-top:30px;
    color:#727171;
    font-size:14px;
}
.modal .code_from span {
    color:#DC2F2F;
}
.modal .code_request {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: dotted;
    color:#727171;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor:pointer;
    margin-top:10px;
}


.filter {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 4px;
    margin-bottom:20px;

    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%;
}
.filter li a {
    font-weight: 500;
    font-size: 14px;
    color:#262525;
    text-decoration: none;
    padding:15px 20px;
    display: block;
    white-space: nowrap;
}
.filter li:hover a,
.filter li.active a {
    color:#3D4B88;
}
.filter li:hover,
.filter li.active {
    background:#F4F4F4;
    border-radius: 50px;
}
.filter li a svg {
    margin-right:10px;
}
.filter li:hover svg circle,
.filter li.active svg circle,
.filter li:hover svg path,
.filter li.active svg path{
    stroke:#3D4B88;
}
.filter li a span {
    background: #DC2F2F;
    color:#fff;
    border-radius: 50%;
    padding:2px 6px;
    margin-left:8px;
}
.datepicker {
    position: relative;
    color:#3D4B88;
    border-bottom:1px dotted #3D4B88;
    text-decoration: none;
}
.datepicker:hover {
   border-bottom:1px dotted #DC2F2F;
}
.datepicker svg {
    position: absolute;
    top: 15%;
    left: -30px;
}
.datepicker:hover path {
    stroke: #DC2F2F;
}

.webinar_banner {
    margin:35px 0;
    display:block;
}
.webinar_banner img {
    border-radius: 20px;
}

.webinar_list .card {
    background: #FFFFFF;
    border-radius: 20px;
    border:0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    min-height: 330px;
    /*height: 100%;*/
    text-decoration: none;
}
.webinar_list .card:hover {
    background-color: #3D4B88;
}
.webinar_list .card:hover .title,
.webinar_list .card:hover .time {
    color: #fff!important;
}
.webinar_list .card:hover .time path {
    stroke: #fff!important;
}
.webinar_list > div {
    margin-bottom: var(--bs-gutter-x);
}
.webinar_list .card .time {
    border:0;
    text-decoration: none;
    padding:20px 20px 0px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    color:#727171;
    font-size:12px;
}
.webinar_list .card .title {
    padding:15px 20px 20px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color:#262525;
    min-height:100px;
}
.webinar_list .card .photo_block {
    position:relative;
}
.webinar_list .card .photo_block .btn_link {
    position:absolute;
    z-index:2;
    bottom:20px;
    left: 50%; 
    transform: translateX(-50%); 
}
.webinar_list .link_block,
.material_list .link_block {
    margin-top:20px;
    align-items: center;
    justify-content: space-between;
}
.webinar_list .link_block a,
.material_list .link_block a {
    text-decoration: none;
    border-bottom:1px dotted #3D4B88;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
.webinar_list .link_block .download,
.material_list .link_block .download {
    margin-left:20px;
}
.webinar_list .link_block a:hover,
.material_list .link_block a:hover {
    border-bottom:1px dotted #DC2F2F;
}
.webinar_list .link_block a svg,
.material_list .link_block a svg {
    position: absolute;
    top: 20%;
    left: -20px;
}
.webinar_list .link_block a:hover path,
.material_list .link_block a:hover path {
    stroke: #DC2F2F;
}
.show_more {
    margin-top:50px;
}


.filter_sort {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 4px;
    color:#262525;
    position:relative;
    margin-bottom:20px;
}
.filter_sort .dropdown-toggle > div svg:nth-child(1) {
    margin-right:15px;
}
.filter_sort .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    padding-right: 20px;
    z-index: 2;
    min-width:300px;
    justify-content: space-between;
    color:#727171;
    position: relative;
}
.filter_sort .dropdown-toggle::after {
    display:none;
}
.filter_sort .dropdown-notification {
    border-radius: 20px;
    background: #FFFFFF;
    border: 0;
    padding: 0;
    top: -70px !important;
    padding-top: 70px;
    overflow: hidden;
    z-index: 1;
    transform: translate(5px, 70px) !important;
    min-width: 309px;
}
.filter_sort .dropdown-notification a {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color:#262525;
    padding:0 20px 20px 20px;
    display:inline-block;
    text-decoration: none;
}


.search {
    border: 1px solid #DBDADA;
    background: none;
    border-radius: 50px;
    padding:4px;
    display:flex;
    gap:15px;
}
.search input[type=text] {
    background: none;
    border:0;
    width:100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color:#262525;
}
.search input[type=text]:active, 
.search input[type=text]:focus {
    background: none;
    border:0;
    box-shadow: none;
}
.form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color:#727171;
}


.material_list .card {
    background: #FFFFFF;
    border-radius: 20px;
    border:0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    min-height: 220px;
    /*height: 100%;*/
    padding:25px;
}
.material_list > div {
    margin-bottom: var(--bs-gutter-x);
}
.material_list .card {
    text-decoration: none!important; 
}
.material_list .card .time {
    border:0;
    text-decoration: none;
    padding:0;
    display: flex;
    gap: 10px;
    align-items: center;
    color:#727171;
    font-size:12px;
}
.material_list .card .title {
    padding:0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    color:#262525;
    margin-right:50px;
}
.material_list .card .info {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color:#727171;
    margin-bottom:0;
}
.material_list .card .info li {
    display:inline-flex;
    align-items: flex-end;
    gap: 10px;
}
.material_list .card .info .list-inline-item:not(:last-child) {
    margin-right:20px;
}
.material_list .card.disabled .title {
    color:#B3B3B3;
}
.material_list .card.disabled .icon rect {
    fill:#B3B3B3;
}



.left_panel {
    margin-bottom:30px;
}
.left_panel > div {
    align-items: center;
    gap:20px;
}
.left_panel .name {
    color:#262525;
    font-weight: 700;
    font-size: 24px;
    line-height: 115%;
}
.left_panel .list_subs_simple  {
    margin-top:20px;
    padding-top:20px;
    border-top: 1px solid #E5E4E4;
}


.accordion {
    background: #FFFFFF;
    border-radius: 20px;
    padding:0 20px;
}
.accordion .accordion-item {
    border:0;
}
.accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid #E5E4E4
}
.accordion .accordion-button {
    background: none;
    box-shadow: none;
    padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion .accordion-body {
    background: none;
    box-shadow: none;
    padding:0 0 20px 0;
    color:#727171;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.accordion .accordion-header {
    color:#262525;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
.accordion .accordion-button {
    gap:40px;
}
.accordion-button::after {
    display:none;
}
.accordion-button .minus {
    display:block;
}
.accordion-button .plus {
    display:none;
}
.accordion-button.collapsed .minus {
    display:none;
}
.accordion-button.collapsed .plus {
    display:block;
}
.accordion-button svg {
    width:42px;
    min-width: 42px;
}


.list_comp_simple {
    color:#B3B3B3;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E4E4;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
.list_comp_simple .title {
    color:#262525;
    margin-bottom:5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.list_user_simple {
    color:#000;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E4E4;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.list_user_simple .title {
    color:#262525;
    margin-bottom:25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.list_user_simple ul li {
    display:flex;
    align-items: center;
    gap:10px;
}
.list_user_simple ul li:not(:last-child) {
    margin-bottom:10px;
}
.list_user_simple .user_link {
    align-items: center;
    justify-content: space-between;
    margin-top:25px;
}
.list_user_simple .user_link .add_user {
    margin-left:20px;
}
.list_user_simple .user_link .add_user svg {
    position: absolute;
    top: 20%;
    left: -20px;
}


.main_header {
    margin-top:30px;
    margin-bottom:35px;
}
.main_header h2 {
    font-size:36px;
    margin-bottom:0;
}
.main_header .link_all {
    margin-bottom:0;
}

.avatar_block {
    align-items: center;
    gap: 35px;
    margin:35px 0;
}
.avatar_block h1 {
    margin-bottom:0;
}
.profile_forms > div {
    margin-top: 0px;
    margin-bottom: 20px;
}
.profile_forms .list_user_simple ul li {
    margin-bottom:20px;
}
.new_avatar {
    position: absolute;
    bottom: 0px;
    right: -10px;
    cursor:pointer;
}


@media (max-width: 1400px) {
    
    header {
        margin:15px 0;
    }
    .auth_block > div {
        padding:30px 26px;
    }
    .auth_block h1,
    .auth_block p {
        margin-bottom: 15px;
    }
    .auth_block h1 {
        font-size:30px;
    }

    .form-check label,
    .form-label,
    .auth_block .link {
        font-size:12px;
    }

    .btn_primary, .btn-flat {
        padding:13px 21px;
        font-size:12px;
    }

    .action {
        margin-top:20px;
    }

    .auth_block .width_610 form {
        margin:26px auto;
    }
}
@media (max-width: 1200px) {
    .main_header {
        padding-top:0;
    }
    .main_header h2 {
        font-size:26px;
    }
   
    .auth_block {
        margin-bottom:10px;
        min-height:350px;
    }
    .auth_block .link-absolute {
        position: absolute;
        bottom: 26px;
    }

    .dop_menu .notification .dropdown a {
        width:48px;
        height:48px;
    }
    .dop_menu .notification .dropdown-notification {
        min-width:250px;
    }
    .dop_menu .profile_block .dropdown-toggle ul,
    .dop_menu .profile_block .dropdown-toggle svg {
        display:none;
    }
    .dop_menu .profile_block .dropdown-toggle {
        padding-right:0;
        width:unset;
    }

    .dop_menu .profile_block .dropdown-notification {
        top:10px!important;
        padding-top:20px;
    }

    header nav {
        position:fixed;
        bottom:0;
        right:0;
        left:0;
        border-radius:15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        text-align: center;
        z-index:10
    }

    header nav li a {
        display:flex;
        flex-direction: column;
        align-items: center;
        font-size:12px;
        padding: 15px 10px;
        position:relative;
    }
    header nav li:hover, header nav li.active {
        background:none;
    }
    header nav li a svg {
        margin:0px;
    }
    header nav li a span {
        position:absolute;
        top:0px;
        right:25px;
        font-size:11px;
    }

    .bg_white {
        padding:26px;
    }
    .mt-35 {
        margin-top:30px;
    }

    .profile_forms > div {
        margin-bottom:10px;
    }

    h1 {
        font-size:30px;
    }
    h2 {
        font-size:23px;
    }
    h3 {
        font-size:17px;
    }
    .list_subs_simple .title {
        font-size:13px;
        line-height:130%;
    }
    .list_subs_simple .title span {
        font-size:12px;
        line-height:140%;
    }



    a.color_red.add_user {
        margin-left:20px;
        margin-top:15px;
        display:inline-block;
    }
    a.color_red.add_user svg {
        top:20%;
    }

    .user_list .col-6 {
        margin-top:20px;
        margin-bottom:20px;
    }
    a.color_gray.delete_user {
        margin-left:20px;
        display:inline-block;
    }
    a.color_gray.delete_user svg {
        top:20%;
    }
    .datepicker {
        margin-left:40px;
        margin-top:15px;
        display:inline-block;
    }
    .datepicker svg {
        top:0;
    }

    .pay_table_alt .row > div {
        display:flex;
        align-items: center;
        justify-content: space-between;
    }
    .pay_table_alt .body .desc {
        margin-top:0;
    }
    .pay_table_alt .body svg {
        margin-right:8px;
    }

    .webinar_list .card .title {
        font-size:13px;
    }

    .modal .modal-title {
        font-size:20px;
    }
    .modal p {
        font-size:13px;
    }

    .filter li a {
        padding:13px 20px;
    }

    .material_list .card {
        padding:20px;
    }
    .material_list .card .info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap:10px;
    }
    .material_list .card .info li {
        margin-right:0;
    }
    .material_list .card .bottom {
        align-items: end!important;
    }

    .left_panel {
        margin-bottom:45px;
    }

    .webinar_list .link_block a svg {
        top:10%;
    }

    .webinar_list_scroll {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        display: inline-flex;
        flex-wrap: nowrap;
        max-width: 100%;
    }
    .webinar_list > div {
        margin-bottom:10px;
    }
    .material_list > div {
        margin-bottom:10px;
    }

    .p-30 {
        padding:20px;
    }
    .mb-30 {
        margin-bottom:26px;
    }

    .left_panel .list_user_simple .user_link .add_user, 
    .profile_forms .list_user_simple .user_link .add_user {
        margin-top:0;
    }

    .new_avatar {
        width:26px;
        height:26px;
    }

    .accordion-button svg {
        width:37px;
        min-width: 37px;
    }
/*}

@media (max-width: 992px) {*/
    body,
    .search input[type=text],
    .filter li a
     {
        font-size:12px;
    }
    .search {
        padding:0 4px;
    }
    .search input[type=text] {
        padding:0;
    }
    .filter,
    .filter_sort {
        margin-bottom:10px;
    }
    .webinar_banner {
        margin: 30px 0;
    }
    .search svg {
        width:43px;
        height:43px;
    }
    .pay_table .body > div:first-child {
        font-size:12px;
    }
    
    .pay_table .body .row {
        background: none!important;
        border-radius: 0!important;
        border-bottom: 1px solid #E5E4E4;
    }
    .pay_table .body .row:last-child {
        border:0;
    }

    .pay_table .body .row > div:nth-child(1),
    .pay_table .body .row > div:nth-child(2) {
        margin-bottom:20px;
    }

    .pay_table_alt .body {
        padding:0;
    }

    .show_more {
        margin-top:30px;
    }

    .mb-60 {
        margin-bottom:45px;
    }
    .mt-30 {
        margin-top: 26px;
    }
    .mb-35 {
        margin-top: 30px;
    }
    .toggle-block {
        display:block;
    }

    .user_list {
        font-size:12px;
    }

    .filter_sort .dropdown-notification {
        left: -8px !important;
        right: 1px !important;
    }

    .webinar_list .link_block {
        margin-top:15px;
    }

    .accordion .accordion-header {
        font-size:13px;
        line-height: 130%;
    }
    .accordion .accordion-body {
        font-size:12px;
        line-height: 140%;
    }

    .left_panel .name {
        font-size:20px;
        line-height: 115%;
    }
    .link_all,
    .webinar_list .link_block a,
    .list_user_simple,
    .list_comp_simple {
        font-size:12px;
        line-height: 140%;
    }
    .list_user_simple .title,
    .list_comp_simple .title {
        font-size:13px;
        line-height: 130%;
    }

    .list_user_simple .user_link .add_user svg {
        top:10%;
    }

    .avatar_block {
        margin-top:0px;
        margin-bottom:35px;
        gap:25px;
    }

    .avatar_block h1 {
        font-size:26px;
    }
    .avatar_block img {
        max-width:75px;
    }

    .material_list .card .title {
        font-size:17px;
    }
}

@media (max-width: 767px) {
    .list_subs_simple.min_width {
        margin-top:30px;
        margin-bottom:30px;
    }
    .list_subs_simple.min_width {
        min-width:unset;
        width:100%;
    }

    .filter,
    .filter_sort {
        width:100%;
    }
}