body {
    background-image: url(../images/reg_background.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 140px;
    background-color: #F8F9FA;
    padding-bottom: 40px;
    white-space: wrap;
}

.none-padding-bottom {
    padding-bottom: 0;
}

.none-background {
    background-color: #F8F9FA;
    background-image: none;
}

/* Logo */

.logo-container {
    height: 79px;
    background-color: var(--brand-primary);
    display: flex;
    align-items: center;
}

.logo-container-item:nth-child(1) {
    margin-left: 162px;
}

.logo-container-item:nth-child(2) {
    margin-left: 16px;
}

/* Title */

.title-container {
    background-color: white;
    height: 112px;
    display: flex;
    align-items: center;
    padding-left: 162px;
}

/* Form */

.title-input {
    font-weight: bold;
    color: #343A40;
}

.form-control:focus {
    border: 1px solid var(--brand-primary) !important;
    box-shadow: 0 0 0 3px #D5DBEA !important;
}

.form-check-input {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: var(--brand-primary) !important;
    box-shadow: none !important;
    border: 0;
}

.form {
    padding-top: 50px;
    padding-bottom: 100px;
}

.form-container-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-left-item {
    margin-bottom: 30px !important;
}

.form-right-item {
    margin-bottom: 30px !important;
}

.form-container-form-item {
    width: 24%;
}

.form-container-form-item:first-child {
    margin-right: 80px;
}

.reg-teacher-1-form-right-div-political {
    margin-top: 65px !important;
}

.btn-sign-up {
    background-color: var(--brand-primary);
    border: 0;
    border-radius: 50px;
    width: 456px;
    height: 50px;
}

/* Footer */

.footer {
    position: fixed;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: var(--brand-primary);
    margin-top: 40px;
    z-index: 999;
}


/* !!!!Разделение!!!! */


.span-container-flex-right {
    color: var(--brand-primary);
}

.authorization-span {
    color: var(--brand-primary);
    text-decoration: underline;
}

.authorization-span:hover {
    cursor: pointer;
}

.container-flex-left-title {
    color: white;
}

.step-2 {
    display: none;
}

.step-3 {
    display: none;
}

.step-4 {
    display: none;
}

.text-more-18 {
    display: none;
}

.text-less-18 {
    display: none;
}

.inf-ab-parents {
    display: none;
}

/*.radio-4 {
    display: none;
}*/

.political-of-confidentional-span {
    color: var(--brand-primary);
    text-decoration: underline;
}

.form-check-input:checked {
    background-color: var(--brand-primary) !important;
    box-shadow: none !important;
    border: 0;
}

.checkbox-political {
    padding-left: 70px;
    display: none;
}

/* FORM LEFT */

@media screen and (max-width: 850px) {
    .container-flex {
        flex-direction: column;
    }

    .container-flex-left {
        width: 100% !important;
    }

    .container-flex-left {
        background-image: none !important;
    }
}

.container-flex {
    display: flex;
}

.container-flex-left {
    width: 50%;
    min-height: 100vh;
    background-color: var(--brand-primary);
    background-image: url(../images/cloud_top.svg), url(../images/cloud_bottom.svg);
    background-position: left 0 top 0, left 0 bottom 0;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-flex-left-item:nth-child(1) {
    margin-top: 100px;
}

.container-flex-left-item:nth-child(2) {
    margin-top: 73px;
}

.container-flex-left-item:nth-child(3) {
    margin-top: 15px;
}


/* FORM RIGHT */

.container-flex-right {
    width: 100%;
    /*    background-image: url(../images/reg_background_right_balls.svg);*/
    background-repeat: no-repeat;
    background-position: 22px 103px;
    background-color: #F8F9FA;
}

.form-container {
    width: 460px;
    margin: 0 auto;
    padding-top: 136px;
}

.form-container-item {
    margin-top: 32px;
}

.form-label {
    font-weight: 700;
}

.radio-form-container {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    width: 80px;
}

.radio-form-container-item {
    width: 14px;
    height: 14px;
    border-radius: 8px;
    border: 1px solid var(--brand-primary);
}

.radio-form-container-item:hover {
    cursor: pointer;
}

.radio-form-container-item:first-child {
    background-color: var(--brand-primary);
}

.form-further {
    margin: 30px auto 0 auto;
    display: block;
    width: 252px;
    height: 50px;
    background-color: var(--brand-primary);
    color: white;
    font-weight: 700;
    border: 0;
    border-radius: 50px;
}

.form-submit {
    margin: 30px auto 0 auto;
    display: none;
    width: 252px;
    height: 50px;
    background-color: var(--brand-primary);
    color: white;
    font-weight: 700;
    border: 0;
    border-radius: 50px;
}

.form-log-submit {
    margin: 30px auto 0 auto;
    display: block;
    width: 252px;
    height: 50px;
    background: var(--brand-primary);
    color: white;
    font-weight: 700;
    border: 0;
    border-radius: 50px;
}

/* Page Courses */

/* Header */
.header {
    max-width: 1920px;
    width: 100%;
    background-color: white;
    height: 83px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

/* Header-left */
.header-left {
    display: flex;
    align-items: center;
}

.header-left-img-item:last-child {
    margin-left: 18px;
}

.header-left-nav {
    display: flex;
    margin-left: 45px;
}

.header-left-nav-item {
    margin-right: 25px;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    color: #6C757D;
    font-weight: 700;
    padding-top: 27px;
    padding-bottom: 27px;
}

.header-left-nav-item:hover {
    cursor: pointer;
}

.header-left-nav-item.active {
    color: #343A40;
    border-bottom: 4px solid var(--brand-primary);
}

.header-left-nav-item:last-child {
    margin-right: 0;
}

/* Header-right */
.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-right-img-item:hover {
    cursor: pointer;
}

.header-right-naming {
    margin-left: 20px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-right-naming-item:first-child {
    font-weight: 700;
    color: #343A40;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.header-right-naming-item:last-child {
    font-weight: 600;
    color: #343A40;
    font-size: 10px;
    line-height: 1.1;
    text-decoration: none;
    background-color: #E9ECEF;
    border: solid 1px var(--brand-primary);
    padding: 2px 5px;
    margin-top: 4px;
    border-radius: 4px;
    text-align: center;
    width: 110px;
}

.header-right-naming-item:last-child:hover {
    background-color: var(--brand-primary);
    color: white;
}

.header-right-profile {
    margin-left: 16px;
}

.header-right-profile-item:hover {
    cursor: pointer;
}

.header-right-profile-item:last-child {
    margin-left: 10px;
}

/* Main */
.main {
    padding-top: 42px;
    padding-left: 162px;
}

.main-item:hover {
    cursor: pointer;
}

.main-item-right-title {
    color: #212529;
}

.main-item-right-text {
    color: #343A40;
}

.main-right-item-title {
    color: #54595E;
}

.main-right-item-info {
    color: #6C757D;
}

.main-item-right-progressbar .progress-bar {
    background-color: var(--brand-primary);
}

.course-main-item .main-item-left {
    background-position: center center;
    background-size: cover;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    min-width: 250px;
}

/* Footer */
.footer {
    height: 30px;
    background-color: var(--brand-primary);
}


/* Page Course */
/* course-main */
.course-main {
    margin-top: 30px;
}

/* course-main-title */
.course-main-title {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.course-main-title-item:first-child:hover {
    cursor: pointer;
}

.course-main-title-item:last-child {
    margin-left: 25px;
    color: #343A40;
    font-size: 52px;
    font-weight: 700;
}

/* course-nav */
.course-nav {
    display: flex;
}

.course-nav-left {
    width: 900px;
}

.course-nav-right {
    margin-left: 20px;
}

/* course-nav-left */
.course-chapter-flex {
    display: flex;
    align-items: center;
}

.course-chapter-flex-item:last-child {
    color: #343A40;
    font-weight: 700;
    margin-left: 16px;
}

.course-chapter-title-item {
    color: #6C757D;
    font-weight: 700;
    font-size: 16px;
}

.course-chapter-text {
    font-size: 16px;
    font-weight: 400;
    color: #343A40;
}

.course-unwrap-span {
    color: var(--brand-primary);
    text-decoration: underline;
}

/* course-nav-right */
.chapter-nav {
    padding-top: 25px;
    background-color: white;
    width: 261px;
    border-radius: 6px;
    padding-bottom: 50px;
}

.chapter-nav-title {
    margin-left: 32px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ABB5BE;
    color: #6C757D;
    font-weight: 700;
    font-size: 20px;
}

.chapters-container-item {
    display: flex;
    align-items: center;
    padding-left: 32px;
    margin-bottom: 10px;
    text-decoration: none;
}

.chapters-container-item:hover {
    cursor: pointer;
}

.chapters-container-item.active {
    border-left: 4px solid var(--brand-primary);
    padding-left: 28px;
}

.chapters-container-item.active > .chapters-container-item-text {
    color: var(--brand-primary);
    margin-left: 7px;
}

.chapters-container-item-img {
    display: flex;
    align-items: center;
}

.chapters-container-item-text {
    margin-bottom: 0 !important;
    margin-left: 10px;
    color: #ABB5BE;
    font-size: 16px;
    font-weight: 400;
}

.course-chapter-img {
    display: flex;
}

.course-chapter-img-item:nth-child(2),
.course-chapter-img-item:nth-child(3) {
    margin-left: 25px;
}

/* course-file */
.course-file {
    background-color: white;
    border-radius: 6px;
    width: 833px;
    padding: 25px 30px 32px 32px;
}

.course-file-title {
    border-bottom: 1px solid #ABB5BE;
    color: #6C757D;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 13px;
}

.course-file-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.file-saw {
    margin-left: 12px;
}

.file-download {
    margin-left: 12px;
}

.file-download:hover {
    cursor: pointer;
}

/* video-pleer */
.video-container {
    margin-top: 32px;
    position: relative;
    width: 80%;
    max-width: 830px;
    overflow: hidden;
    border-radius: 15px;
}

#video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.video-controls {
    margin-top: 10px;
    padding-bottom: 53px;
    border-bottom: 1px solid #ABB5BE;
    width: 830px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

#play-pause,
#volume-button,
#fullscreen {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

#play-pause {
    padding: 0;
}

#fullscreen {
    padding: 0;
}

.time-managment {
    width: 700px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #E7EAF3;
    border-radius: 42px;
}

input[type="range"] {
    color: var(--brand-primary);
    flex: 1;
    margin: 0 10px;
    cursor: pointer;
}

#time-display {
    color: var(--brand-primary);
    font-size: 14px;
    margin-right: 10px;
}

.volume-container {
    position: relative;
}

#volume-popup {
    position: absolute;
    bottom: 43px;
    left: -40px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.hidden {
    display: none !important;
}

/* check-knowledge */
.check-knowledge {
    margin-top: 33px;
    max-width: 830px;
}

.check-knowledge-title {
    color: #343A40;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.check-knowledge-form {
    border-radius: 12px;
}

.knowledge-form-item {
    background-color: white;
    border-radius: 12px;
    padding: 32px 30px 20px 51px;
    margin-bottom: 25px;
}

.form-item-title {
    color: #343A40;
    font-size: 20px;
    font-weight: 700;
}

.form-item-text {
    color: #343A40;
    font-size: 16px;
    font-weight: 400;
}

.form-item-answer {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.form-item-answer-label {
    margin-left: 10px;
}

/* Stilization Checked Radio */
.form-item-answer-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.form-item-answer-input + .form-item-answer-label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.form-item-answer-input + .form-item-answer-label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65% 65%;
}

/* стили при наведении курсора на радио */
.form-item-answer-input:not(:disabled):not(:checked) + .form-item-answer-label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.form-item-answer-input:not(:disabled):active + .form-item-answer-label::before {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.form-item-answer-input:focus:not(:checked) + .form-item-answer-label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.form-item-answer-input:checked + .form-item-answer-label::before {
    border-color: var(--brand-primary);
    background-color: var(--brand-primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.form-item-answer-input:disabled + .form-item-answer-label::before {
    background-color: #e9ecef;
}

/* Stilization Checked Radio */

.knowledge-form-item.incorrect {
    border: 1px solid #DC3545;
}

.knowledge-form-item.incorrect > .form-item-answer.incorrect > input[type=text],
.knowledge-form-item.incorrect > .form-item-answer.incorrect > input[type=number] {
    color: #DC3545;
}

.knowledge-form-item.incorrect > .form-item-answer.incorrect > .item-answer-correct {
    color: #28A745;
    padding-left: 15px;
    height: 38px;
    padding-top: 25px;
}

.knowledge-form-item.incorrect > .form-item-answer.correct > .form-item-answer-checkbox:checked {
    accent-color: #28A745;
}

.knowledge-form-item.incorrect > .form-item-answer.incorrect > .form-item-answer-input:checked + .form-item-answer-label::before {
    border-color: #DC3545;
    background-color: #DC3545;
}

.knowledge-form-item.incorrect > .form-item-answer.correct > .form-item-answer-input:not(:checked) + .form-item-answer-label::before {
    border-color: #28A745;
    background-color: #28A745;
}

.knowledge-form-item.correct > .form-item-answer.incorrect > .form-item-answer-input:not(:checked) + .form-item-answer-label::before {
    border-color: #DC3545;
    background-color: #DC3545;
}

.knowledge-form-item.incorrect > .form-item-answer.incorrect > .form-item-answer-checkbox:checked {
    accent-color: #DC3545;
}

.knowledge-form-item.incorrect > .form-item-answer.incorrect > .form-item-answer-checkbox:not(:checked) {
    opacity: 0;
}

.knowledge-form-item.incorrect > .form-item-answer.incorrect > .form-item-answer-checkbox:not(:checked) + .form-item-answer-label {
    position: relative;
}

.knowledge-form-item.incorrect > .form-item-answer.incorrect > .form-item-answer-checkbox:not(:checked) + .form-item-answer-label::before {
    position: absolute;
    top: 5px;
    left: -24px;
    content: '';
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #DC3545;
    border-radius: 2px;
}

.knowledge-form-item.incorrect > .form-item-answer.correct > .form-item-answer-checkbox:not(:checked) + .form-item-answer-label {
    position: relative;
}

.knowledge-form-item.incorrect > .form-item-answer.correct > .form-item-answer-checkbox:not(:checked) + .form-item-answer-label::before {
    position: absolute;
    top: 5px;
    left: -24px;
    content: '';
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #28A745;
    border-radius: 2px;
}

.knowledge-form-item.correct {
    border: 1px solid #28A745;
}

.knowledge-form-item.correct > .form-item-answer.correct > .form-item-answer-input:checked + .form-item-answer-label::before {
    border-color: #28A745 !important;
    background-color: #28A745 !important;
}

.knowledge-form-item.correct > .form-item-answer.correct > .form-item-answer-checkbox:checked {
    accent-color: #28A745;
}

.knowledge-form-item.correct > .form-item-answer.incorrect > .form-item-answer-checkbox:checked {
    accent-color: #28A745;
}

.form-item-answer-checkbox:checked {
    accent-color: var(--brand-primary);
}

.knowledge-form-textarea {
    border: 1px solid #DEE2E6;
    border-radius: 10px;
    width: 731px;
    height: 114px;
}

.form-item-answer-text {
    margin-top: 41px;
    padding-left: 15px;
    border: 1px solid #DEE2E6;
    width: 240px;
    height: 38px;
    border-radius: 6px;
}

.knowledge-form-item-info {
    color: #ADB5BD;
    font-size: 12px;
    font-weight: 400;
}

.knowledge-form-submit-container {
    display: flex;
    justify-content: space-around;
}

.knowledge-form-submit {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--brand-primary);
    border: 1px solid var(--brand-primary);
    border-radius: 9999px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
}

.knowledge-form-submit:hover {
    background: #fff;
    color: var(--brand-primary);
}

.knowledge-form-link {
    color: var(--brand-primary);
    font-size: 1rem;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid var(--brand-primary);
    border-radius: 9999px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
}

.knowledge-form-link:hover {
    background: var(--brand-primary);
    color: #fff;
}

/* Progress Bar */

.knowledge-form-res-container.fail {
    margin-top: 20px;
}

.knowledge-form-res-container.fail > .container-test > .progress-container > .progress-circle > .progress-text .label {
    color: #DC3545;
}

.knowledge-form-res-container.fail > .container-test > .progress-container > .progress-circle > .progress-text .number {
    color: #DC3545;
}

.knowledge-form-res-container.fail > .container-test > .details > .status {
    color: #DC3545;
}

.knowledge-form-res-container.fail > .container-test > .progress-container > .progress-circle {
    background: conic-gradient(#DC3545 calc(43 * 3.6deg),
    #e5e5e5 calc(43 * 3.6deg));
}

.container-test {
    display: flex;
    width: 100%;
    height: 180px;
    align-items: center;
    background-color: white;
    border-radius: 8px;
}

.progress-container {
    position: relative;
    width: 110px;
    height: 110px;
}

.progress-circle {
    margin-left: 51px;
    rotate: 90deg;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#4caf50 calc(90 * 3.6deg),
    #e5e5e5 calc(90 * 3.6deg));
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-text {
    rotate: -90deg;
    background-color: white;
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-text .number {
    font-size: 32px;
    font-weight: bold;
    color: #4caf50;
}

.number-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 48.41px;
    margin: 0;
}

.label-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
}

.progress-text .label {
    font-size: 18px;
    color: #4caf50;
}

.details {
    width: 500px;
    margin-left: 80px;
    font-size: 16px;
    color: #333;
}

.details .status {
    font-size: 18px;
    font-weight: bold;
    color: #4caf50;
    margin-bottom: 5px;
}

.details .description {
    margin-bottom: 5px;
}

.details .attempt {
    font-weight: bold;
}


/* Schedule */
#calendar {
    width: 300px;
}

[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
    background-color: rgba(16, 47, 140, 1) !important;
    border-radius: 30px !important;
    width: 80%;
    color: white !important;
}

.vc-date[data-vc-date-weekend] .vc-date__btn {
    color: black !important;
}


.date-calendar {
    min-width: auto;
    padding: 30px;
}

.date-calendar button:focus {
    outline: none;
}

.date-calendar .vanilla-calendar-header {
    align-items: center;
    margin-bottom: 22px;
    padding: 0;
}

.date-calendar .vanilla-calendar-header__content {
    order: 1;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    padding-left: 30px;
    position: relative;
}

.date-calendar .vanilla-calendar-header__content::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../images/calendar.svg") no-repeat center/auto;
    position: absolute;
    left: 8px;
}

.date-calendar .vanilla-calendar-month {
    margin-right: 4px;
}

.date-calendar .vanilla-calendar-arrow_prev {
    order: 2;
}

.date-calendar .vanilla-calendar-arrow_next {
    order: 3;
    margin-left: 5px;
}

.date-calendar .vanilla-calendar-day__btn {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
}

.date-calendar .vanilla-calendar-week__day,
.date-calendar .vanilla-calendar-day__btn,
.date-calendar .vanilla-calendar-header__content,
.date-calendar .vanilla-calendar-month,
.date-calendar .vanilla-calendar-year,
.date-calendar .vanilla-calendar-month:hover,
.date-calendar .vanilla-calendar-year:hover,
.date-calendar .vanilla-calendar-month.vanilla-calendar-month_disabled,
.date-calendar .vanilla-calendar-year.vanilla-calendar-year_disabled {
    color: rgba(16, 47, 140, 1) !important;
}

.date-calendar .vanilla-calendar-month,
.date-calendar .vanilla-calendar-year {
    padding: 0;
}

.date-calendar .vanilla-calendar-day__btn_selected,
.date-calendar .vanilla-calendar-day__btn_selected:hover,
.date-calendar .vanilla-calendar-months__month.vanilla-calendar-months__month_selected,
.date-calendar .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover,
.date-calendar .vanilla-calendar-years__year.vanilla-calendar-years__year_selected,
.date-calendar .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover {
    color: #fff !important;
    background-color: rgba(16, 47, 140, 1) !important;
}

.date-calendar .vanilla-calendar-day__btn_today,
.date-calendar .vanilla-calendar-day__btn_today:hover {
    color: #fff !important;
    background-color: rgba(16, 47, 140, 1) !important;
}


.schedule-main {
    margin-top: 40px;
    display: flex;
}

.schedule-main-right {
    margin-left: 25px;
}

.schedule-right-title {
    color: #343A40;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}

.schedule-right-item {
    display: flex;
}

.schedule-item-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.schedule-item-left-img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.schedule-item-right {
    background-color: white;
    height: 172px;
    width: 445px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 24px;
    padding-left: 24px;
    margin-bottom: 24px;
}

.schedule-item-right-title1 {
    color: #212529;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.schedule-item-right-title2 {
    color: #343A40;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}

.schedule-item-right-text {
    color: #343A40;
    font-size: 16px;
    font-weight: 400;
}

.schedule-right-time-container {
    display: flex;
}

.time-container-item:first-child {
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-primary);
}

.time-container-item:last-child {
    font-size: 16px;
    font-weight: 600;
    color: #6C757D;
    margin-left: 16px;
}

/* Saves */
.save-main {
    padding-left: 162px;
}

.save-main-title {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #343A40;
    font-size: 52px;
    font-weight: 700;
}

.save-main-item {
    background-color: white;
    border-radius: 12px;
    width: 736px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 26px;
}

.save-item-title {
    color: #343A40;
    font-size: 16px;
    font-weight: 800;
}

/* Размер и выравнивание ТОЛЬКО для новой PNG */
.logo-sr {
    height: 60px;         /* подгони под высоту старой SVG (часто 36–42px) */
    width: auto;
    vertical-align: middle;
    object-fit: contain;
    display: inline-block;
    line-height: 0;
}

/* Отступ слева ТОЛЬКО у PNG, когда она стоит рядом со вторым логотипом в левом блоке */
.container-flex-left .container-flex-left-item > .logo-sr {
    margin-left: 18px;    /* как было визуально у старой пары логотипов */
}

/* Блок с двумя логотипами на верхней странице: аккуратно в линию и с зазором */
.logo-container {
    display: flex;
    align-items: center;
}
.logo-container .logo-container-item + .logo-container-item {
    margin-left: 18px;    /* зазор между логотипами */
}
/* и здесь фиксируем высоту PNG, не трогая остальные */
.logo-container .logo-container-item .logo-sr {
    height: 40px;         /* тот же размер, что выше */
}

/* На очень узких экранах PNG можно чуть уменьшить (не влияет на другие логотипы) */
@media (max-width: 480px) {
    .logo-sr { height: 34px; }
}
