.rud-schedule {
    padding: 154px 0 0;
}

@media screen and (max-width: 1440px) {
    .rud-schedule {
        padding: 124px 0 0;
    }
}

@media screen and (max-width: 650px) {
    .rud-schedule {
        padding: 86px 0 0;
    }
}

.rud-schedule__banner {
    padding: 80px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1440px) {
    .rud-schedule__banner {
        padding: 64px;
    }
}

@media screen and (max-width: 1024px) {
    .rud-schedule__banner {
        padding: 48px;
    }
}

@media screen and (max-width: 900px) {
    .rud-schedule__banner {
        flex-direction: column;
    }
}

@media screen and (max-width: 650px) {
    .rud-schedule__banner {
        padding: 24px;
        border-radius: 8px;
    }
}

.rud-schedule__banner--item {
    width: calc(50% - 12px);
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .rud-schedule__banner--item {
        width: 100%;
    }
}

.rud-schedule__banner--item.second {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media screen and (max-width: 900px) {
    .rud-schedule__banner--item.second {
        margin: 24px 0 0;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 650px) {
    .rud-schedule__banner--item.second {
        margin: 24px 0 0;
        align-items: flex-start;
        justify-content: center;
    }
}

.rud-schedule__title {
    font-size: 56px;
    margin: 0 0 24px;
    text-align: left;
}

@media screen and (max-width: 1440px) {
    .rud-schedule__title {
        font-size: 48px;
    }
}

@media screen and (max-width: 1024px) {
    .rud-schedule__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 650px) {
    .rud-schedule__title {
        font-size: 32px;
    }
}

.rud-schedule__descr {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: var(--color-white);
    margin: 0 0 200px;
    max-width: 580px;
}

@media screen and (max-width: 1440px) {
    .rud-schedule__descr {
        font-size: 20px;
        margin: 0 0 154px;
    }
}

@media screen and (max-width: 650px) {
    .rud-schedule__descr {
        font-size: 18px;
        margin: 0 0 125px;
    }
}

@media screen and (max-width: 450px) {
    .rud-schedule__link {
        padding: 16px 11px;
    }
}

.rud-schedule--socials {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 450px) {
    .rud-schedule--socials {
        justify-content: center;
        width: 100%;
    }
}

.rud-schedule--socials a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    background-color: var(--color-white);
    margin: 0 24px 0 0;
    border-radius: 8px;
    transition: var(--trnasition-base);
}

@media screen and (max-width: 650px) {
    .rud-schedule--socials a {
        width: 40px;
        height: 40px;
    }
}

.rud-schedule--socials a:last-child {
    margin: unset;
}

@media screen and (max-width: 650px) {
    .rud-schedule--socials a svg {
        transform: scale(0.85);
    }
}

.rud-schedule--socials a svg path {
    transition: var(--trnasition-base);
}

.rud-schedule--socials a:hover {
    background-color: var(--color-dark-blue-cards);
}

.rud-schedule--socials a:hover svg path {
    fill: var(--color-white);
}

.rud-schedule picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.rud-schedule picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.rud-schedule__callback {
    margin: 0 0 140px !important;

}
.rud-schedule__callback .rud-callback--wrap {
    position: relative;
}
.rud-schedule__callback .rud-callback--wrap:after {
    content: '';
    position: absolute;
    background: white;
    border-radius: 12px;
    width: 100px;
    height: 100px;
    bottom: -100px;
    left: -100px;
    z-index: 2;
    box-shadow: 0px 0px 118.2px rgba(96, 96, 96, 0.2);
}

.rud-schedule__callback .rud-callback--wrap:before {
    content: '';
    position: absolute;
    background: white;
    border-radius: 12px;
    width: 100px;
    height: 100px;
    top: -100px;
    left: -100px;
    z-index: 2;
    box-shadow: 0px 0px 118.2px rgba(96, 96, 96, 0.2);
}
@media (max-width: 650px) {
    .rud-schedule__callback .rud-callback--wrap:before {
        width: 24px;
        height: 24px;
        top: -24px;
        left: -24px;
        border-radius: 4px;

    }
    .rud-schedule__callback .rud-callback--wrap:after {
        width: 24px;
        height: 24px;
        bottom: -24px;
        left: -24px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 1440px) {
    .rud-schedule__callback {
        margin: 0 0 128px !important;
    }
}

@media screen and (max-width: 650px) {
    .rud-schedule__callback {
        margin: 0 0 64px !important;
    }
}

/*# sourceMappingURL=schedule.css.map */