.main-container {
    background: url(../img/backgr_index_desk.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*height: 100vh;*/
    height: 100%;
}
.header {
    display: flex;
    justify-content: center;
    padding: 70px 0;
}
/*.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 80px;
    color: #000;
    font-weight: bold;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #fbe1ee, #fdbee0, #fc9ad2, #f973c5, #f341b9);
}
.logo:hover {
    color: #000000;
}*/
.logo-main__page {
    height: 100px;
}

@-webkit-keyframes shadow-drop-tr {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 12px -12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 12px -12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}
@keyframes shadow-drop-tr {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 12px -12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 12px -12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

.shadow-drop-tr {
    -webkit-animation: shadow-drop-tr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-tr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.content--buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.btn-courses {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 16px 40px 0 rgb(0 0 0 / 40%);
    max-height: 85px;
    border-radius: 45px;
    margin-bottom: 20px;
    background-color: #e56ac4;
    border-color: transparent;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out
}
.btn-courses:hover {
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 40%);
    background-color: #ffb6d7;
    border-color: transparent;
    color: #e44abb;
}
.btn-courses__title {
    font-size: 1.8rem;
}
.btn-courses__time {
    font-size: 1rem;
    font-weight: 300;
}
.section-footer {
    position: absolute;
    padding: 20px;
    width: 100%;
    bottom: 0;
}
.content--footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.footer-write-us, .footer-socials {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /*min-width: 300px;*/
}
.write--title, .socials--title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;

    letter-spacing: 3px;
    background-color: white;
    border-radius: 15px;
    line-height: 1;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 10px;
}
.write--icons, .socials--icons {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between;
    width: 100%; */
}
.image-hover__svg {
    transition: transform .3s;
}
.image-hover__svg:hover {
    cursor: pointer;
    transform: scale(1.2);
}
.logo-beauty-center {
    width: 200px;
}
.icon--svg {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .header {
        padding: 50px 0;
    }
    .main-container {
        display: flex;
        flex-direction: column;
        height: unset;
    }
    .btn-courses__title {
        font-size: 1.5rem;
    }
    .btn-courses {
        line-height: 1.2;
    }
    .section-footer {
        position: relative;
    }
    .content--footer {
        flex-direction: column;
    }
    /*.write--title, .socials--title {
        letter-spacing: 3px;
        background-color: white;
        border-radius: 15px;
        line-height: 1;
        height: 36px;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }
    .write--icons, .socials--icons {
        justify-content: space-evenly;
    }*/
    .footer-socials {
        margin-top: 20px;
    }
    .icon--svg {
        margin-left: 10px;
    }
}

/* courses-item.php */
body {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Yanone Kaffeesatz", sans-serif;
}
.content-courses {
    position: relative;
    margin-top: 50px;
}
.courses-screen-about {
    min-height: 500px;
    margin-bottom: 50px;
}
.courses-screen-about__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 80px;
}
.courses-about__about {
    color: #cccccc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4rem;
    position: absolute;
    line-height: 1;
    z-index: -1;
}
.courses-about__title {
    font-size: 40px;
    font-weight: 700;
}
.row-type2 {
    display: flex;
    justify-content: center;
}
.courses-screen__block {
    margin-bottom: 50px;
}
.courses-screen__block .row {
    align-items: center;
}
.courses-block__image {
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    display: flex;
    height: 300px;
    justify-content: center;
    align-items: center;
    border: 5px solid #ffb6d7;
}
.courses-block__image-main {
    display: flex;
    justify-content: center;
}
.courses-block__image-item {
    width: 300px;
}
.block-info__title {
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: column;
    /*align-items: center;*/
    padding: 0 10px;
}
.block-title__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.courses-block__info {
    background-color: #ffb6d7;
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
}
.block-info__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-title__time {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 15px;
    margin-top: 10px;
    width: 100%;
    align-items: center;
}
.btn-course {
    color: #ffffff;
    font-size: 20px;
    background-color: #e56ac4;
    border-color: transparent;
    border-radius: 25px;
    padding: 10px 30px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 40%);
    transition: box-shadow .3s;
}
.btn-course:hover {
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 40%);
    color: #fff;
}
.btn-course__register {
    margin-top: 20px;
}
.block-bottom__price {
    display: none;
}
.block-info__title-title {
    font-size: 24px;
    font-weight: 700;
}
.block-bottom__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-info__content ul {
    padding-left: 1rem;
}
.modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 350px);
}
.modal-title {
    line-height: 1.2;
}
.fa-ul {
    margin-left: 2.5rem;
}
.fa-check-circle {
    color: #e56ac4;
}
.fa-ul li {
    font-weight: 600;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #828286;
}
::-webkit-scrollbar-track {
    background-color: #e2e2e3;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #e56ac4;
}
.btn-course__type2 {
    transition: color, background-color .3s;
}
.btn-course__type2:hover {
    color: #e56ac4;
    background-color: #ffb6d7;
}
.modal--courses .modal-footer {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-bottom: 1.4rem;
}
.modal-footer__button-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}
.modal-footer__price-course {
    margin-right: 20px;
    font-size: 35px;
    font-weight: 700;
}
input.form-control {
    font-size: 22px;
    outline: none;
    border: 1px solid #e8e8e8;
    background-color: rgba(255, 182, 215, .2);
    transition: border-color .3s;
    height: 55px;
}
input.form-control:hover, input.form-control:focus {
    background-color: rgba(255, 182, 215, .2);
    border-color: #b8b8b8;
    box-shadow: unset;
}
label.form-label {
    font-size: 16px;
    margin: 0;
    color: rgba(68, 68, 68, .5);
    transition: color .3s;
}
label.form-label:hover {
    color: #444444;
}
.modal-dialog h1, .modal-dialog h3 {
    font-weight: 700;
}
.modal-dialog h4 {
    text-decoration: underline;
}
#modal-register .modal-title {
    line-height: 1;
}
#modal-register .modal-header span {
    font-size: 18px;
    color: darkgray;
}
.backgr--image {
    width: 100%;
    height: auto;
    /* height: 300px;
    padding-left: 0; */
}
.error {
    border: 2px solid #e26f7c !important;
}
.header-title__mob {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 15px 0;
}
.logo-mob {
    height: 60px;
    width: auto;
}
.header-mob__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.title-master__mob {
    font-size: 30px;
    font-weight: 700;
}
.title-descr__mob {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-align: center;
}

.courses-screen__image {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 1920px;
    top: 0;
    height: 100%;
    display: flex;
    z-index: -1;
}
.content_block {
    overflow: hidden;
    position: relative;
}
.content_block.hide {
    height: 200px;
}
.content_block.hide:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.btn-course__toggle {
    padding: 5px 10px;
}
.courses-footer {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

@media only screen and (min-width: 992px) {
    body {
        font-size: 22px;
    }
    .content-courses {
        margin-top: 100px;
    }
    .btn-course {
        box-shadow: 0 16px 40px 0 rgb(0 0 0 / 40%);
    }
    .btn-course:hover {
        box-shadow: 0 8px 20px 0 rgb(0 0 0 / 40%);
    }
    .courses-screen-about {
        margin-bottom: 100px;
    }
    .courses-screen-about__title {
        min-height: 110px;
    }
    .courses-about__about {
        font-size: 7rem;
    }
    .courses-screen__block {
        margin-bottom: 100px;
    }
    .courses-screen__block:nth-child(odd) .row {
        flex-direction: row-reverse;
    }
    .courses-screen__block:nth-child(odd) .block-info__title {
        /*flex-direction: row-reverse;*/
        align-items: flex-end;
    }
    .courses-screen__block:nth-child(odd) .block-title__time {
        align-self: flex-end;
    }
    .courses-screen__block:nth-child(odd) .block-bottom__buttons {
        flex-direction: row-reverse;
    }
    .courses-screen__block:nth-child(odd) .btn-course__register {
        margin-left: 0;
    }
    .courses-screen__block:nth-child(odd) .btn-course__detail {
        margin-left: 25px;
    }
    .courses-block__image-item {
        width: 400px;
    }
    .courses-block__image {
        width: 400px;
        height: 400px;
    }
    /*.block-info__title {*/
    /*  flex-direction: row;*/
    /*}*/
    .block-title__title {
        font-size: 45px;
        line-height: 1.2;
    }
    .block-title__time {
        justify-content: unset;
        align-self: flex-start;
        padding: 0;
        margin-top: 0;
        width: unset;
    }
    .block-title__time span:last-child {
        margin-left: 20px;
    }
    .courses-block__info {
        padding: 30px;
        border-radius: 20px;
        margin-top: 0;
    }
    .block-info__title-title {
        font-size: 26px;
    }
    .block-info__bottom {
        justify-content: space-between;
    }
    .courses-screen__block:nth-child(odd) .block-info__bottom {
        flex-direction: row-reverse;
    }
    .block-bottom__buttons {
        flex-direction: row;
    }
    .btn-course__register {
        margin-left: 25px;
        margin-top: 0;
    }
    .block-bottom__price {
        font-size: 50px;
        font-weight: 700;
        display: block;
    }
    .block-info__content ul {
        padding-left: 2rem;
    }
    .modal-content {
        border-radius: .7rem;
    }
    .modal--courses .modal-header, .modal--courses .modal-body {
        padding: 1.5rem;
    }
    .modal--courses .modal-footer {
        flex-direction: row;
    }
    .modal-footer__button-price {
        width: unset;
        justify-content: unset;
    }
    .container-background {
        /*background: -webkit-linear-gradient(90deg, rgb(211, 211, 211) 15%, rgb(186, 186, 186) 35%);*/
        /*background: -moz-linear-gradient(90deg, rgb(211, 211, 211) 15%, rgb(186, 186, 186) 35%);*/
        /*background: linear-gradient(90deg, rgb(211, 211, 211) 15%, rgb(186, 186, 186) 35%);*/
        background: -webkit-linear-gradient(90deg, rgb(211, 211, 211) 5%, rgb(186, 186, 186) 20%);
        background: -moz-linear-gradient(90deg, rgb(211, 211, 211) 5%, rgb(186, 186, 186) 20%);
        background: linear-gradient(90deg, rgb(211, 211, 211) 5%, rgb(186, 186, 186) 20%);
    }
    .backgr--img {
        width: 100%;
        height: auto;
    }
    .header--title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header--title__title {
        align-self: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .title-descr {
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        font-weight: 500;
    }
    .title-master {
        font-weight: 700;
        font-size: 70px;
        /*text-shadow: 8px 8px 4px grey;*/
    }
    .header-course .second-logo {
        height: 140px;
        width: unset;
    }
    .header-title__mob {
        display: none;
    }
    .btn-course__toggle {
        display: none;
    }
    .content_block.hide, .content_block.hide:after {
        height: unset;
    }
}
@media only screen and (min-width: 1366px) {
    .courses-block__image-item {
        width: 500px;
    }
    .header--title__title {
        margin-top: 50px;
    }
    .title-descr {
        font-size: 35px;
    }
    .title-master {
        font-size: 80px;
    }
    .courses-block__image {
        width: 500px;
        height: 500px;
    }
    .header-course .second-logo {
        height: 150px;
    }
}
@media only screen and (min-width: 1920px) {
    /*.title-descr {*/
    /*  font-size: 65px;*/
    /*}*/
    /*.title-master {*/
    /*  font-size: 80px;*/
    /*}*/
    .header-course .second-logo {
        height: 200px;
    }
    .courses-block__image-item {
        width: 550px;
    }
    .courses-block__image {
        width: 550px;
        height: 550px;
    }
}