@font-face {
    font-family: 'Bender';
    src: url('../fonts/Bender/Bender-Bold.eot');
    src: local('Bender Bold'), local('Bender-Bold'),
    url('../fonts/Bender/Bender-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bender/Bender-Bold.woff') format('woff'),
    url('../fonts/Bender/Bender-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    scroll-behavior: smooth;
}

.header-wrapper {
    position: relative;
    padding: 40px 0;
}

.header-top__menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-logo {
    text-align: center;
}

.header-logo.desktop {
    padding: 0 120px;
}

.header-top__menu .header-logo.mobile {
    display: none;
}

.header-nav__menu {
    height: 100%;
}

.header-nav__menu.first {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 5px;
}

.header-nav__menu.second {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5px;
}

.header-nav__menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-nav__menu a {
    margin-bottom: 8px;
}

.header-number {
    background: linear-gradient(to right, #bd1e2c, #b30050, #990d6f, #6f2a86, #2b398f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    font-weight: bold;
}

.header-nav__menu.mobile .numbers {
    display: flex;
    justify-content: space-between;
}

.header-nav__menu ul li {
    margin-right: 30px;
}

.header-nav__menu ul li:last-child {
    margin-right: 0;
}

.header-nav__menu ul li a {
    font-family: 'Bender';
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

.header-main__content {
    margin-top: 200px;
}

.header-main__content img {
    width: 100%;
    margin-top: -120px;
}

.header-main__content h1 {
    font-family: 'Bender';
    margin: 0;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(to right, #bd1e2c, #b30050, #990d6f, #6f2a86, #2b398f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.header-main__content p {
    font-size: 15px;
    font-weight: 300;
}

.header-main__content .register-btn {
    font-family: 'Bender';
    display: block;
    margin-top: 100px;
    width: 280px;
    max-width: 100%;
    padding: 10px;
    color: #fff;
    background: rgb(189, 30, 44);
    background: linear-gradient(90deg, rgba(189, 30, 44, 1) 0%, rgba(217, 128, 135, 1) 100%);
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-style: normal;
    transition: all .3s ease-in-out;
}

.header-main__content .register-btn:hover {
    text-decoration: none;
}

.overlay {
    display: none;
}

.call_button {
    background: linear-gradient(90deg, rgba(189, 30, 44, 1) 0%, rgba(217, 128, 135, 1) 100%);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}

.header_buttons_mobile_group {
    display: none;
}

/* About us CSS */
.about-us__wrapper {
    position: relative;
    margin-bottom: 100px;
}

.about-us__wrapper p {
    width: 415px;
    max-width: 100%;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

.about-us__wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.about-us__img {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 540px;
    padding: 25px 0;
}

/* Our courses CSS */
.our-courses {
    position: relative;
    margin-bottom: 50px;
}

.our-courses__list_item {
    display: block;
    position: relative;
    min-height: 200px;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 15px;
    background-color: #5168f7;
    /* overflow: hidden; */
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}

.our-courses__list_item .our-courses__price {
    width: 120px;
    max-width: 100%;
    padding: 5px;
    font-family: 'Bender';
    font-weight: bold;
    font-style: normal;
    color: #fff;
    background-color: #bd1e2c;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 15px;
}

.our-courses__list_item .our-courses__price strong {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.our-courses__list_item .our-courses__price small {
    font-size: 12px;
}

.our-courses__list_item .our-courses__title h4 {
    font-family: 'Bender';
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-align: right;
    line-height: 20px;
}

.our-courses__list_item .circle img:nth-of-type(1) {
    display: none;
    width: 85%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.our-courses__list_item .circle img:nth-of-type(2) {
    position: absolute;
    left: -7px;
    top: -24px;
    height: 224px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* After courses CSS */
.after-courses__wrapper {
    position: relative;
    margin-bottom: 100px;
}

.after-courses__image {
    margin-top: 50px;
    text-align: center;
}

.after-courses__image img {
    width: 700px;
    max-width: 100%;
    height: auto;
}

/* Reviews CSS */
.reviews-wrapper {
    position: relative;
    margin-bottom: 100px;
}

.reviews-wrapper .circle-figure {
    position: absolute;
    top: -50%;
    left: -50%;
}

.reviews-block__list {
    position: relative;
    z-index: 2;
}

.reviews-block__list .accordion {
    display: none;
}

.reviews-block__list .reviews-massage__image img {
    width: 400px;
    max-width: 100%;
    height: auto;
}

.reviews-block__list .nav.nav-pills {
    height: 100%;
    justify-content: center;
}

.reviews-block__list .nav.nav-pills .reviews-massage__text {
    position: relative;
    width: 500px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 5px;
    background-color: #e7e8ea;
    border-radius: 0;
    font-family: 'Bender';
    font-weight: bold;
    font-style: normal;
    color: #939393;
    text-transform: uppercase;
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.reviews-block__list .nav.nav-pills .reviews-massage__text.active {
    color: #fff;
    background: linear-gradient(90deg, #4b61e7 0%, #2b398f 100%);
}

.reviews-block__list .nav.nav-pills .reviews-massage__text.active strong {
    color: #6e7cd0;
}

.reviews-block__list .nav.nav-pills .reviews-massage__text.active img {
    filter: grayscale(0);
}

.reviews-block__list .nav.nav-pills .reviews-massage__text img {
    filter: grayscale(1);
}

.reviews-block__list .nav.nav-pills .reviews-massage__text strong {
    color: #d4d5d6;
}

.reviews-block__list .nav.nav-pills .reviews-massage__text img {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    object-fit: contain;
}

.reviews-block__list .accordion .card {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.reviews-block__list .accordion .card .card-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #e7e8ea;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.reviews-block__list .accordion .card .card-header button {
    background-color: #e7e8ea;
    padding: 10px;
    border-radius: 0;
    border: 0;
}

.reviews-block__list .accordion .card .card-header h2 button {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-family: 'Bender';
    font-weight: bold;
    font-style: normal;
    color: #939393;
    text-transform: uppercase;
}

.reviews-block__list .accordion .card .card-header h2 button:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.reviews-block__list .accordion .card .card-header h2 button strong {
    display: block;
    margin-top: 10px;
}

.reviews-block__list .accordion .card .card-body {
    font-size: 14px;
}

.reviews-block__list .accordion .card .card-header button[aria-expanded=true] {
    color: #fff;
    background: linear-gradient(90deg, #4b61e7 0%, #2b398f 100%);
    text-decoration: none;
}

.reviews-block__list .accordion .card .card-header button[aria-expanded=true] strong {
    color: #6e7cd0;
}

/* Blog CSS */
.blog-wrapper {
    position: relative;
    margin-bottom: 100px;
}

.blog-wrapper .circle-figure {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    max-width: 100%;
    z-index: -1;
}

.block-header {
    position: relative;
    margin: 0;
    margin-bottom: 60px;
    font-family: 'Bender';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #bd1e2c;
    z-index: 2;
}

a.blog-card__content_title {
    color: #212529;
}

a.blog-card__button {
    color: #212529;
}

.post .blog-wrapper {
    margin-top: 50px;
}

.post-item {
    margin: 0 auto 40px;
}

.post-image {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
}

.post-item .blog-card__content_title h1 {
    margin: 30px 0 10px;
    font-size: 44px;
}
@media (max-width: 767px) {
    .post-item .blog-card__content_title h1 {
        font-size: 28px;
    }
}

.blog .header-wrapper, .post .header-wrapper {
    padding-bottom: 70px;
}

.post-item .blog-card__text {
    margin-top: 15px;
}

.post-item .blog-card__content {
    height: auto;
}

.related-posts .block-header {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
}

@media (min-width: 992px) {
    .related-posts .blog-block__content .blog-card__item .thumbnail img {
        height: 150px;
    }
}

.related-posts .blog-card__content_title h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 50px;
    text-align: center;
}

.blog-block__content {
    position: relative;
    z-index: 2;
}

.blog-block__content .show-more {
    font-family: 'Bender';
    display: block;
    width: 180px;
    max-width: 100%;
    padding: 10px;
    margin: 80px auto 0;
    color: #fff;
    background: rgb(189, 30, 44);
    background: linear-gradient(90deg, rgba(189, 30, 44, 1) 0%, rgba(217, 128, 135, 1) 100%);
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-style: normal;
    transition: all .3s ease-in-out;
}

.blog-block__content .show-more:hover {
    cursor: pointer;
    text-decoration: none;
}

.blog-block__content .blog-card__item .thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-block__content .blog-card__item .blog-card__content {
    padding: 20px;
    margin: -45px 30px 30px;
    border-radius: 20px;
    background: rgb(224, 223, 224);
    background: linear-gradient(0deg, rgba(224, 223, 224, 1) 0%, rgba(255, 254, 255, 1) 100%);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
    position: relative;
}

.blog-block__content .blog-card__item .blog-card__content h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.blog-block__content .blog-card__item .blog-card__content small {
    display: block;
    margin-bottom: 10px;
}

.blog-block__content .blog-card__item .blog-card__content p {
    margin: 0;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
}

.blog-card__content {
    display: flex;
    flex-direction: column;
    height: 310px;
}

.blog-card__button {
    display: flex;
    justify-content: flex-end;
}

.blog-card__hiding {
    cursor: pointer;
    text-align: right;
    position: absolute;
    bottom: 51px;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgb(225, 225, 225) 90%);
}

.blog-card__text {
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    text-align: left;
}

.blog-modal {
    width: 1100px;
    border-radius: 20px;
    max-height: 90%;
}

.blog-modal__image {
    width: 100%;
    height: 100%;
}

.blog-modal__image img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.blog-modal__container {
    border-radius: 20px;
}

.blog-modal__header {
    padding: 0;
}

.blog-modal__date {
    padding-bottom: 10px;
}

.blog-modal__text {
    font-size: 15px;
    text-align: left;
}

.blog-modal__close {
    position: absolute;
    top: 10px;
    right: 15px;
    outline: none !important;
}

#blog-modal__content {
    padding: 20px;
    margin: -20px 1px 0;
    border-radius: 20px;
    background: rgb(224, 223, 224);
    background: linear-gradient(0deg, rgba(224, 223, 224, 1) 0%, rgba(255, 254, 255, 1) 100%);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0px 0px 6px 3px rgba(153, 153, 153, 0.4);
    box-shadow: 0px 0px 6px 3px rgba(153, 153, 153, 0.4);
    position: relative;
}

/* Moments CSS */
.moments-wrapper {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.moments-slick__slider div.slick-list {
    margin: 0;
    text-align: center;
    height: auto;
}

.moments-slick__slider div:focus {
    outline: none;
    box-shadow: none;
}

.moments-slick__slider div.slick-slide .moments-slick__slider_img {
    transform: scale(0.9)
}

.moments-slick__slider div.slick-active.slick-center .moments-slick__slider_img {
    transform: scale(1)
}

.moments-slick__slider div .moments-slick__slider_img {
    /* padding: 0 10px; */
    transition: all .2s ease-in-out;
}

.moments-slick__slider div .moments-slick__slider_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Contact CSS */
.contact-wrapper {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.contact-block__content {
    position: relative;
    display: flex;
    width: 100%;
    margin: 20px 0;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}

.contact-block__content iframe {
    flex: 0.75;
    display: flex;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.contact-block__content .contact-block__content_card {
    flex: 0.35;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.contact-block__content .contact-block__content_card .contact-title {
    border-top-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px;
    color: #fff;
    background-color: #2b398f;
    text-transform: uppercase;
}

.contact-block__content .contact-block__content_card .contact-phone__btn {
    display: block;
    border-bottom-left-radius: 30px;
    padding: 30px;
    color: #fff;
    background-color: #bd1e2c;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    text-align: center;
    font-weight: 300;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact-block__content .contact-block__content_card .contact-phone__btn:hover {
    cursor: pointer;
    text-decoration: none;
}

.contact-block__content .contact-block__content_card .contact-title h4 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}

.contact-block__content .contact-block__content_card .contact-info {
    padding: 30px;
    color: #2b398f;
    background-color: rgba(255, 255, 255, .9);
}

.contact-block__content .contact-block__content_card .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-block__content .contact-block__content_card .contact-info ul li a {
    color: #2b398f;
}

.contact-block__content .contact-block__content_card .contact-info .contact-email {
    display: block;
    margin-top: 30px;
    color: #2b398f;
}

.contact-block__content .contact-block__content_card .contact-info .social-icons {
    margin-top: 20px;
}

.contact-block__content .contact-block__content_card .contact-info .social-icons ul li {
    display: inline-block;
    margin-right: 5px;
}

/* Footer CSS */
.footer-wrapper {
    padding: 20px 15px;
    background-color: #2b398f;
}

.footer-block {
    padding: 0 10px;
}

.footer-block__desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-block__mobile {
    display: none;
}

.footer-icons {
    display: flex;
    flex-direction: row;
    margin: 0 -4px;
}

.footer-icons a {
    margin: 2px 4px 0;
}

.footer-wrapper p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

/** Custom Select **/
/** Custom Select **/
.custom-select-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    padding: 0;
    position: relative;
    display: inline-block;
    height: auto;
    border-radius: 10px;
    border: 0;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
    color: #464646;
    border: 2px solid #333c8b;
    border-radius: 10px;
    font-weight: 400;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    overflow: auto;
    max-height: 200px;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 16px;
    font-weight: 600;
    color: #21262a;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    font-weight: 400;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}

#courses-modal {
    padding: 0;
    padding-bottom: 50px;
}

#courses-modal .courses-modal__bg img {
    width: 100%;
}

#courses-modal h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 28px;
    font-family: 'Bender';
    font-weight: bold;
    font-style: normal;
}

#courses-modal .form-send__wrapper {
    padding: 0 50px;
}

#courses-modal .form-send__wrapper .form-group {
    margin-bottom: 20px;
}

#courses-modal .form-send__wrapper .form-group .dropdown {
    height: 44px;
    border: 2px solid #333c8b;
    border-radius: 10px;
}

#courses-modal .form-send__wrapper .form-group .dropdown span {
    color: #464646;
}

#courses-modal .form-send__wrapper .form-group .form-control {
    padding: 20px 15px;
    color: #464646;
    border: 2px solid #333c8b;
    border-radius: 10px;
}

#courses-modal .form-send__wrapper .form-group .form-control::placeholder {
    color: #464646;
}

#courses-modal .form-send__wrapper button {
    border: 0;
    outline: none;
    background-color: #333c8b;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 15px 15px;
    font-weight: 700;
    font-size: 14px;
}

.moments-slick__slider.slick-slider .slick-prev:before,
.moments-slick__slider.slick-slider .slick-next:before {
    font-size: 20px;
    color: #444;
}

.moments-slick__slider.slick-slider .slick-prev {
    left: 40px;
    background-color: #f3efef;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    z-index: 10;
}

.moments-slick__slider.slick-slider .slick-next {
    right: 40px;
    background-color: #f3efef;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    z-index: 10;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    text-indent: -9999999px;
    z-index: 1000;
    background: url('../img/icon_top.png') no-repeat;
}

label.error {
    margin: 4px 0 0;
    color: #f00;
    font-size: 14px;
    line-height: 16px;
}

#courses-modal .form-send__wrapper .form-group .form-control.error {
    border-color: #f00;
}

.icon {
    height: 24px;
    width: 24px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}