.page-content {
    min-height: 69vh;
}

.year-active {
    position: absolute;
    z-index: 2;
    color: #ffbaa5;
    background: #1a1a1a;
    overflow: hidden;
    width: 100%;
}



.month-select {
    display: flex;
    flex-flow: column;
    font-size: 12px;
    line-height: 20px;
    background: #000;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: none;
    border-radius: 5px;
    margin-top: -5px;
    padding-bottom: 5px;
}

.calendar-month:hover > .month-select {
    display: flex;
}

.month-select-item {
    padding: 8px 45px;
    cursor: pointer;
    transition: all .2s ease-in-out;


    &:hover {
        box-shadow:  1px 0px 6px 0px rgba(255, 221, 217, 0.22);
        text-indent: 5px;
        color: #ffbaa5;
    }
}

.calendar-month svg {
    margin-left: 10px;
}

.body-tuning svg,
.body-tuning path {
    fill: #B4E773;
}

.schule svg,
.schule path {
    fill: #a6c8e9;
}

.grundstufe svg,
.grundstufe path {
    fill: #ffc163;
}

.mittelstufe svg,
.mittelstufe path {
    fill: #ffad72;
}

.ballett svg,
.ballett path {
    fill: #90e4b1;
}


#body-tuning {
    color: #B4E773;
}

.body-tuning {
    min-width: 114px;
}


.calendar-cell__info {
    margin-bottom: 8px;
}

.calendar-table-cell {
    min-height: 101px;
    height: auto;
    max-height: 360px;
}

.calendar-body {
    height: auto;
    min-height: 654px;
}

.calendar-table {
    padding: 30px 0;
}


.calendar-table-cell {
    position: relative;
    display: flex;
    flex-flow: column;
}

.calendar-cell__day {
    width: 15px;
    position: absolute;
    left: 0;
    top: 12px;
}

.calendar-cell__info-block {
    margin-left: 15px;
}

.select-menu li.active {
    background: rgba(4,146,194,.7411764706);
}

.calendar-year {
    height: 38px;
    width: 60px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease-in-out;
    padding-bottom: 15px;
}

.calendar-year-block {
    margin-bottom: 18px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.calendar-datetime {
    padding-right: 60px;
    position: relative;
}

.calendar-year:hover {
    height: 80px;
    width: auto;
    transition: all .2s ease-in-out;

}

.calendar-year:hover .year-active {
    display: none;
}

.calendar-year svg{
    top: 26px;
    transition: all .2s ease-in-out;

}

.calendar-year:hover svg {
    top: 86px;
}

.calendar-year-block.active {
    color: #fff;
    font-weight: bold;
}

.calendar-month {
    width: 159px;
}

.calendar-month-block {
    text-align: center;
}

/* PAYMENT */


.form-container {
    width: 560px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .form-container {
        margin-top: 16px;
        width: 320px;
    }
}

.form-container h3 {
    color: #F4A095;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    margin: 0 0 8px 0;
}

.form-container h4 {
    color: #036C90;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    margin: 0 0 16px 0;
}

.form-month-title {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Mak;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    margin: 0 0 16px 0;
}

/* PAYMENT FORM */

.input input[type=text],
.input input[type=tel]{
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding: 14px 12px;
    margin-bottom: 8px;
    border-radius: 2px;
    border: 2px solid #F4A095;
    background: rgba(244, 160, 149, 0.09);
    width: 100%;
}

.input input[type=text]::placeholder,
.input input[type=tel]::placeholder {
    color: rgba(0, 0, 0, 0.22);
    font-size: 14px;
}

#payment_form .input:last-child input[type=tel] {
    margin-bottom: 0;
}

.radio-item {
    margin-top: 20px;
}

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

.as-title {
    color: #F4A095;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 16px;
    transition: all .2s ease-in-out;

}

.as-title-price {
    transition: all .2s ease-in-out;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.as-description {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s ease-in-out;

}

.radio-input label {
    cursor: pointer;
}

@media (max-width: 640px) {
    .as-title-price,
    .as-description,
    .payment-title,
    .radio-input label {
        font-size: 12px;
    }
}

.as-choice {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.as-choice svg {
    margin-right: 8px;
}

.as-title-price,
.payment-title {
    margin-right: 11px;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    transition: all .2s ease-in-out;
    margin-top: -5px;

    line-height: 24px;
}

/* PAYMENT CHECKBOX */

.payment-checkbox {
    display: flex;
    margin-top: 16px;
}

.payment-checkbox label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 12px;
    cursor: pointer;
}

.payment-sum {
    margin-top: 32px;
    display: flex;
    align-items: center;
}

.ps-sum,
.ps-title {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.ps-sum {
    margin-left: 8px;
}

.btn[type=submit] {
    cursor: pointer;
    width: 150px;
    height: 48px;
    margin-top: 32px;
}

/* PAYMENT FORM CHECKBOX */

.add-service-checkbox input[type=checkbox] {
    opacity: 0;
    width: 1px;
    height: 1px;
    transition: all .2s ease-in-out;
}

.add-service-checkbox input[type=checkbox]:checked + label .as-title-price,
.add-service-checkbox input[type=checkbox]:checked + label .as-title-title,
.add-service-checkbox input[type=checkbox]:checked + label .as-description
{
    color: #F4A095;
}

.add-service-checkbox svg,
.add-service-checkbox svg path {
    transition: all .2s ease-in-out;
}

.add-service-checkbox input[type=checkbox]:checked + label svg,
.add-service-checkbox input[type=checkbox]:checked + label svg path {
    fill: #F4A095;
}

.add-service-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.as-choice:hover .as-title-price,
.as-choice:hover .as-description {
    color: #F4A095;
}

.as-choice:hover label svg,
.as-choice:hover label svg path {
    fill: #F4A095;
}

.select-menu {
    z-index: 2;
}

/* FIX */

.menu li a:hover {
    color: #F4A095;
    opacity: 1;
}

.phone-container,
.phone-container svg,
.phone-container svg path,
.profile-link svg,
.profile-link svg path,
.phone-container a {
    transition: all .4s !important;
}

.phone-container a {
    display: flex;
    align-items: center;
}

.phone-container:hover svg,
.phone-container:hover svg path,
.profile-link:hover svg,
.profile-link:hover svg path
{
    fill: #F4A095;
    opacity: 1;
}

.phone-container:hover a {
    opacity: 1;
    color: #F4A095;
}


#kashcheeva {
    margin-top: 46px;
    margin-left: -21px;
}

@media (max-width: 1200px) {
    #kashcheeva {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    #kashcheeva {
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    #kashcheeva {
        margin-top: 22px;
    }

    .promo-slider__info-absolute {
        margin-top: 205px;
    }
}

@media (max-width: 767px) {
    #ballettakademie {
        margin-top: 120px;
    }

    #munchen {
        margin-top: 152px;
    }
}


@media (max-width: 1400px) {
    .promo>.container {
        overflow: visible;
    }
}

/* VIDEO BTN */

.video-block .video-block-play-btn {
    width: 190px;
    height: 190px;
    margin-left: -95px;
    margin-top: -95px;
    background-position: 65% 51%;
}

@media (max-width: 640px) {
    .video-block .video-block-play-btn {
        margin-left: -57px;
        margin-top: -57px;
        width: 114px;
        height: 114px;
    }
}

.round-btn {
    margin-left: -54px;
    margin-top: -56px;
}

.round-btn:hover svg {
    transition: all .2s;
}

.round-btn:hover svg
{
    margin-right: -8px;
}

.profile-link {
    margin-right: 6px !important;
}


input[type='radio'] {
    accent-color: #000;
    cursor: pointer;
}

#offline_payment {
    -webkit-appearance:none;
    width: 32px;
    height: 24px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #FFBAA5;
    cursor: pointer;
    transition: opacity .2s;
}

#offline_payment:hover {
    opacity: .8;
}

#offline_payment:checked {
    background-image: url("../images/checkbox_checked.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.errors_field {
    border: 2px solid red;
    border-radius: 4px;
}

.social-sidebar a svg,
.social-sidebar a path,
.f_social-links a svg,
.f_social-links a path,
.f_social-links a g,
.empressum-social-list a svg,
.empressum-social-list a svg path
{
    transition: fill .2s;
}

.social-sidebar a:hover svg,
.social-sidebar a:hover svg path,
.f_social-links a:hover svg,
.f_social-links a:hover svg g,
.f_social-links a:hover svg path,
.empressum-social-list a:hover svg,
.empressum-social-list a:hover svg path
{
    fill: #f4a095;
}

.f_social-links {
    display: flex;
    align-items: center;
}

.f_social-links a:last-child {
    margin-left: 2px;
}

.f_logo-a:hover,
.f_icon-links a:hover,
.f_links-item:hover {
    color: #f4a095;;
}

.map-title,
.iframe {
    height: 613px;
    width: 791px;
}

@media (max-width: 1200px) {
    .map-title,
    .iframe {
        height: 552px;
        width: 760px;
    }

    .empressum-fx {
        flex-flow: column-reverse;
    }
}

.f_social-links a:first-child {
    margin-top: 1px;
}

.team-slide__image img {
    min-height: 455px;
}

.slick-initialized .slick-slide {
    overflow: hidden;
}

/* KALENDAR ACTIVE BG */

.schule .active {
    background: #A6C8E9 !important;
}

.schule li:hover {
    background: #A6C8E9 !important;
}

.grundstufe .active {
    background: #ffc163 !important;
}

.grundstufe li:hover {
    background: #ffc163 !important;
}

.mittelstufe .active {
    background: #ffad72 !important;
}

.mittelstufe li:hover {
    background: #ffad72 !important;
}

.ballett .active {
    background: #90e4b1 !important;
}

.ballett li:hover {
    background: #90e4b1 !important;
}

.individual_lessons {
    color: #E77373;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.school-block-end {
    display: flex;
    align-items: end;
}

.faq-text {
    padding-left: 26px;
}

.f_icon-links a {
    display: flex;
    align-items: center;
}

.f_icon-links a svg {
    margin-right: 4px;
}

.f_icon-links a:hover svg,
.f_icon-links a:hover svg path {
    fill: #F4A095;
}

.empressum-social-list a:first-child {
    margin-right: .4rem !important;
}

.calendar__footer-zum-download a:first-child,
.calendar__footer-zum-download a:first-child svg,
.calendar__footer-zum-download a:first-child svg path
{
    transition: all .2s !important;
}

.calendar__footer-zum-download a:first-child:hover {
    opacity: 1;
    color: #F4A095;
}

.calendar__footer-zum-download a:first-child:hover svg,
.calendar__footer-zum-download a:first-child:hover svg path {
    fill: #F4A095;
}

.page {
    min-height: 69vh;
}


.payment-p {
    color: #F4A095 !important;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.school-form-text {
    margin: 20px 0;
}

.payment-container,
.payment-table {
    margin: 32px auto;
}

.payment-success {
    color: #F4A095;
}

.pm-radio-group {
    display: flex;
    align-items: center;
}

.pm-radio-group input[type=radio] {
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -4px;
}


.pm-radio-group span.not_available{
    font-size: 12px;
    font-weight: bold;
    margin-top: -5px;
    line-height: 12px;
    margin-left: 8px;
    width: 80px;
}

.payment-methods {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.pm-radio-group {
    margin-right: 8px;
}

.pm-radio-group label img {
    border: 4px solid transparent;
}

.pm-radio-group input[type=radio] + label img {
    cursor: pointer;
}

.pm-radio-group input[type=radio]:checked + label img {
    border: 4px solid #F4A095;
    border-radius: 7px;
}

/* PAYMENT TABLE */

.payment-table {
    display: flex;
    flex-flow: column;
}

.payment-line {
    display: flex;
    align-items: center;
}

.p-title {
    font-weight: bold;
    padding: 10px;
    width: 200px;
}

.p-content {
    padding: 10px;
}

#container {
    width: fit-content;
    margin: 20px auto;
}

@media (max-width: 1200px) {
    .empressum-map {
        margin-bottom: 16px;
    }
}

.vb-bg {
    position: absolute;
    z-index: 1;
    background: black;
    opacity: 0;
    transition: all .4s;
    width: 100%;
    height: 100%;
}

.video-block:hover .vb-bg {
    opacity: .2;
}

.video-block .video-block-play-btn {
    z-index: 2;
}

.vb-link-text {
    position: absolute;
    z-index: 2;

    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all .4s;
    bottom: 0;
    margin-bottom: -50px;

}

.vb-link-text a {
    color: #F4A095;
    line-height: 40px;
}

.vb-link-text a:hover {
    opacity: 1;
}

.vb-link-text a + svg {
    transition: all .4s;
    margin-left: 8px;

}


.video-block:hover .vb-link-text {
    bottom: 20px;
    margin-bottom: 0;

}

.video-block {
    overflow: hidden;
}

.vb-link-text:hover {
    margin-left: 10px;
}

.body-tuning li:hover,
.body-tuning li.active {
    background-color: #B4E773;
}

@media (min-width: 901px) {
    .team-slide__h-text .btn {
        margin-top: 3rem;

    }
}
@media (max-width: 900px) {
    .team-slide__h-text .btn {
        margin-bottom: 1rem;
    }
}

@media (max-width: 400px) {
    .vb-link-text {
        font-size: 14px;
        line-height: 14px;
    }

    .video-block:hover .vb-link-text {
        bottom: 0;
        margin-bottom: -3px;
    }
}

.about__text {
    z-index: 3;
}

.calendar-cell__day {
    padding-left: 4px;
}

.phone-container {
    position: relative;
}

.contacts-working-time {
    position: absolute;
    font-size: .65rem;
    color: #fff;
    left: 0;
    bottom: 0;
    margin-bottom: -16px;
    margin-left: 38px;
}

.select-menu li {
    min-height: 55px;
    display: flex;
    align-items: center;
}

.second-lvl-menu {
    background: #000;
    position: absolute;
    width: 100%;
    margin-left: 100%;
    padding-left: 0;
    top: 0;
    left: 0;
    height: fit-content;
    display: none;
}

.select-menu li:hover > .second-lvl-menu {
    display: block;
}

.second-lvl-menu li {
    display: flex;
    align-items: center;
}

body {
    background-color: #FFF6F3;
}

.empressum {
    background: #FFF6F3;
}

.social-sidebar {
    background: transparent;
}

.about {
    overflow: visible;
}

h2 {
    line-height: 4rem;
}

.calendar-table-cell {
    justify-content: flex-start;
}

.loading {
    position: fixed;
    z-index: 999;
    background: #FFF6F3;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.loading-img {
    display: none;
}

.loading-img {
    animation: flash; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 7s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

#calendar {
    position: relative;
    overflow: hidden;
}

.calendar-loader {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    transition: all .4s;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
}

.calendar--active {
    opacity: .8;
    z-index: 999;
}

.calendar-loader__status {
    font-weight: bold;
    color: #F4A095;
}

.team-slide p {
    max-width: 360px;
    min-height: 260px;
    overflow: visible;
}

.hidden-text {
    opacity: 0;
    height: 1px;
    width: 100%;
    pointer-events: none;
    display: flex;
    transition: opacity .4s;

}

.hide-element {
    opacity: 0;
    height: 1px;
    width: 100%;
    pointer-events: none;
    display: flex;
    transition: opacity .4s;
}

.visible-text {
    opacity: 1;
    height: fit-content;
    transition: opacity 2.4s;
}

.truncated {
    cursor: pointer;
    position: relative;
}

.truncated::after {
    content: "";
    display: block;
    width: 24px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("../images/arrow-down.svg");
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    margin-bottom: -9px;
    transition: margin-bottom .4s;
}

.truncated:hover::after {
    margin-bottom: -20px;

}

.errors_field {
    border: 2px solid red !important;
}

.errors_field::placeholder {
    color: #9c1200 !important;
}

.team-slide {
    padding: 2px;
}

.success-slider {
    margin-left: -1px;
    width: calc(100% + 1px);
}

.back_to_top-show {
    opacity: 1;
}

.m-l-auto {

}

#probestunde {
    color: #C08EFF;
}

@media (max-width: 560px) {

    .calendar-year {
        height: 36px;
    }

    .calendar-year:hover {
        height: 80px;
    }
}

.main-letter+span {
    line-height: 64px;
    position: relative;
    bottom: 8px;
    right: 22px;
}

#kashcheeva {
    margin-top: 75px;
    width: 503px;
    display: flex;
    align-items: baseline;
}

@media (max-width: 1200px) {
    #kashcheeva {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .about-slide>.about-slide-item:nth-child(3), .about-slide>.about-slide-item:nth-child(4),
    .about-slide>.about-slide-item:nth-child(2), .about-slide>.about-slide-item:first-child {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .about-slide>.about-slide-item:nth-child(3), .about-slide>.about-slide-item:nth-child(4),
    .about-slide>.about-slide-item:nth-child(2), .about-slide>.about-slide-item:first-child {
        width: 100%;
    }

}

.author__line span {
    margin-top: 2px;
}

@media (max-width: 640px) {
    .team-slide__h-text {
        margin-top: 5px;
    }

    .team-slide__h-image img {
        object-fit: cover;
    }

    .team-slide__h-image {
        height: 580px;
    }

}

@media (max-width: 440px) {
    .team-slide__h-image {
        height: 420px;
    }
}

@media (max-width: 400px) {
    .team-slide__h-image {
        height: 360px;
    }

}

@media (max-width: 560px) {
    .team-slide p {
        min-height: 240px;
    }

    .certificate-slider__navs {
        margin-top: 64px;
    }

    #kashcheeva {
        width: auto;
    }
}

@media (max-width: 480px) {

    .certificate-slider {
        width: auto;
    }

    .certificate_slide {
        height: 280px;
    }

}

@media (max-width: 440px) {
    .certificate-slider {
        width: 200px;
    }
    .certificate_slide {
        height: 300px;
    }
}

@media (max-width: 640px) {

    .calendar-header {
        flex-flow: wrap;
    }

}

@media (max-width: 640px) {
    .calendar-datetime {
        margin-bottom: 30px;
        margin-top: -10px;
        margin-left: auto;
    }

    .calendar-month svg {
        margin-left: 22px;
        margin-bottom: -4px;
    }
}

@media (max-width: 900px) {
    header {
    box-shadow: 0 0 4px #f4a095;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
    .root-div {
        padding-top: 77px;
    }

}

.about-slider__navs {
    z-index: 4;
    user-select: none;

}

.promo-slider__navs_container li button {
    color: #000;
}

.aktuelles-image-link img {
    width: 100%;
    max-width: 308px;
    margin-left: auto;
    object-fit: contain;
}

.aktuelles-container .aktuelles-item {
    margin-bottom: 2rem;
}

.aktuelles-container .aktuelles-item:last-child {
    margin-bottom: 0;
}

.fx-row-reverse .aktuelles-image-link {
    margin-top: 0;
}

.video-block img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .calendar-body {
        padding-right: 10px;
    }
}