/**
* Theme Name:   Stikhial
* Description:  Stikhial
* Author:       Denism300
*/


/* colors

light container: #ffffff
dark container: #4b6584
lighter container: #a5b1c2
link: #00bfff
link hover: 


*/

@import url("/wp-content/themes/stikhial/assets/fonts/font.css");

/*--- Global ---*/

:root {
    background: #fff8ea;
    font-size: 16px;
    --text-color: #484848;
    --head-text-color: #584550;
    --head-text-hover-color: #f98ba6;
    --main-btn-bg-color: #806a77;
    --main-btn-hover-bg-color: #f98ba6;
    --main-btn-text-color: #ffffff;
    --main-btn-hover-text-color: #806a77;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

*:focus {
    outline: none;
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-size: 100%;
    color: var(--text-color);
    font-family: "Roboto Medium", arial !important;
    overflow: auto;
    background: url("../img/main-bg.jpg") repeat;
}

header {
    flex: 0 0 auto;
}

main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

.body-hidden {
    overflow: hidden;
}

a {
    color: #f98ba6;
    transition: 0.4s;
}

a:hover,
a:focus,
a:active {
    color: #806a77;
    text-decoration: none;
    transition: 0.4s;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

button,
button:active,
button:focus {
    outline: none;
}

h1 {
    padding-bottom: 0;
    font-family: "Roboto Medium", arial;
    font-size: 2rem;
    color: #f98ba6;
    text-align: center;
}

h2 {
    padding-bottom: 0;
    font-family: "Roboto Medium", arial;
    font-size: 1.875rem;
    color: #f98ba6;
    text-align: center;
}

h3 {
    padding-bottom: 0;
    font-family: "Roboto Medium", arial;
    font-size: 1.5rem;
    color: #f98ba6;
}

.nowrap {
    white-space: nowrap;
}

.table thead.thead-dark th {
    background: #806a77;
    border-color: #806a77;
    color: #ffffff;
    text-align: center;
}

.table td,
.table thead th {
    border-color: #f98ba6;
}

.table tr:last-child td {
    border-bottom: 1px solid #f98ba6;
}

.table-hover tbody tr:hover {
    background-color: rgba(249, 139, 166, 0.075);
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless tr:last-child td,
.table-borderless th,
.table-borderless thead th,
.tr-borderless td {
    border: 0;
}

.stikhial__main-btn {
    display: inline-block;
    background: var(--main-btn-bg-color);
    color: var(--main-btn-text-color);
    font-size: 1.125rem;
    padding: 10px 45px;
    border-radius: 35px;
    border-width: 0;
    transition: 0.4s;
}

@media (max-width: 767.98px) {
    .stikhial__main-btn {
        font-size: 1rem;
    }
}

.stikhial__main-btn:disabled {
    opacity: 0.6;
}

.stikhial__main-btn:hover {
    background: var(--main-btn-hover-bg-color);
    color: var(--main-btn-hover-text-color);
    text-decoration: none;
    transition: 0.4s;
}

.stikhial__main-btn:disabled:hover {
    background: var(--main-btn-bg-color);
    color: var(--main-btn-text-color);
}

#stilhial-header {
    position: relative;
}

.stikhial-logo {
    display: block;
    margin-bottom: 5px;
}

.stikhial__site-description {
    display: block;
    color: #806a77;
}

.stikhial-mobile-header__wrapper {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #806a77;
}

.stikhial-mobile-header__wrapper .mobile-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.stikhial-mobile-header__wrapper .mobile-logo img {
    display: none;
    height: 40px;
    width: auto;
}

.stikhial-mobile-header__wrapper .mobile-phone {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stikhial-mobile-header__wrapper .mobile-phone a {
    display: none;
    color: #ffffff;
}

.stikhial-mobile-header__wrapper .mobile-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.stikhial-mobile-header__wrapper .mobile-menu nav {
    padding: 0;
}

.stikhial-header__wrapper {
    margin: 5px 0;
}

@media (max-width: 991.98px) {
    .stikhial-header__wrapper {
        padding-top: 60px;
    }
}

#stikhial__navbar-toggler {
    padding: 0;
    width: 50px;
    height: 40px;
    position: relative;
    z-index: 1001;
}

#stikhial__navbar-toggler .navbar-toggler__line {
    display: block;
    background: #ffffff;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#stikhial__navbar-toggler .navbar-toggler__line.line-1 {
    top: 0;
}

#stikhial__navbar-toggler .navbar-toggler__line.line-2 {
    top: 50%;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}

#stikhial__navbar-toggler .navbar-toggler__line.line-3 {
    bottom: 0;
}

#stikhial__navbar-toggler:hover .navbar-toggler__line.line-1,
#stikhial__navbar-toggler:focus .navbar-toggler__line.line-1 {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}

#stikhial__navbar-toggler:hover .navbar-toggler__line.line-3,
#stikhial__navbar-toggler:focus .navbar-toggler__line.line-3 {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
}

#stikhial__navbar-toggler.active .navbar-toggler__line.line-1 {
    transform: translateY(17px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(17px) translateX(0) rotate(45deg);
    -moz-transform: translateY(17px) translateX(0) rotate(45deg);
}

#stikhial__navbar-toggler.active .navbar-toggler__line.line-2 {
    opacity: 0;
}

#stikhial__navbar-toggler.active .navbar-toggler__line.line-3 {
    transform: translateY(-18px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-18px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-18px) translateX(0) rotate(-45deg);
}

#navbarMainMobileMenu {
    position: absolute;
    top: 100%;
    right: -15px;
    width: 50vw;
    padding: 25px 25px 35px 45px;
    background: #806a77;
    color: #ffffff;
    z-index: 1000;
}

@media (max-width: 575.98px) {
    #navbarMainMobileMenu {
        width: 100vw;
    }
}

.main-mobile-menu>li {
    padding: 10px 0;
}

.main-mobile-menu>li>a {
    color: #ffffff;
}

.main-mobile-menu>li.current-menu-item>a,
.main-mobile-menu>li>a:hover,
.main-mobile-menu>li>a:focus,
.main-mobile-menu>li>a:active {
    color: #ffd1dc;
    text-decoration: none;
    transition: color 0.4s;
}

.header__phones {
    padding-top: 45px;
    line-height: 1.2;
}

@media (max-width: 575.98px) {
    .header__phones {
        padding-top: 25px;
    }
}

.header__phones>a {
    display: block;
    color: var(--head-text-color);
    transition: color 0.4s;
}

.header__phones>a:hover,
.header__phones>a:focus,
.header__phones>a:active {
    color: var(--head-text-hover-color);
    text-decoration: none;
    transition: color 0.4s;
}

.header__phone {
    font-size: 1.5rem;
}

.header__callback {
    font-size: 0.875rem;
    text-decoration: underline;
}

a.header__callback:hover {
    text-decoration: underline;
}

.header__work-schedule {
    padding-top: 45px;
}

@media (max-width: 991.98px) {
    .header__work-schedule {
        padding-top: 25px;
    }
}

.header__work-schedule>span {
    display: block;
}

.header__socials>a {
    font-size: 1.5rem;
    color: var(--head-text-color);
    padding-right: 15px;
    text-decoration: none;
    transition: color 0.4s;
}

.header__socials>a:last-child {
    padding-right: 0;
}

.header__socials>a:hover,
.header__socials>a:focus,
.header__socials>a:active {
    color: var(--head-text-hover-color);
    text-decoration: none;
    transition: color 0.4s;
}

.stikhial-menu__wrapper {
    background: #806a77;
}

.stikhial__navbar {
    padding: 0;
}

.main-menu {
    list-style: none;
}

.main-menu>li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .main-menu>li {
        padding: 10px;
    }
}

.main-menu>li>a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.125rem;
    transition: color 0.4s;
}

@media (max-width: 1199.98px) {
    .main-menu>li>a {
        font-size: 1rem;
    }
}

.main-menu>li.current-menu-item>a,
.main-menu>li>a:hover,
.main-menu>li>a:focus,
.main-menu>li>a:active {
    color: #ffd1dc;
    text-decoration: none;
    transition: color 0.4s;
}

.stikhial__container-wrapper {
    padding-top: 25px;
    padding-bottom: 55px;
}

@media (max-width: 991.98px) {
    .stikhial__container-wrapper {
        padding-bottom: 0;
    }
}

.stikhial__container-wrapper.mainpage-banner,
.stikhial__container-wrapper.mainpage-menu {
    padding-bottom: 0;
}

.stikhial__container-wrapper.our-partners {
    padding-bottom: 120px;
}

.stikhial-mainpage__banner-wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .stikhial-mainpage__banner-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        border-radius: 0;
    }
}

.stikhial-mainpage__banner-wrapper>img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .stikhial-mainpage__banner-wrapper.mobile {
        height: 390px;
        background-size: cover;
        background-position: 70% 0%;
    }
}

.stikhial-mainpage__banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 0 70px 100px;
}

@media (max-width: 991.98px) {
    .stikhial-mainpage__banner {
        padding: 100px 0 70px 50px;
    }
}

@media (max-width: 767.98px) {
    .stikhial-mainpage__banner {
        padding: 100px 0 70px 60px;
    }
}

@media (max-width: 575.98px) {
    .stikhial-mainpage__banner {
        padding: 100px 0 50px 50px;
    }
}

.mainpage-banner__text {
    color: var(--head-text-color);
    font-family: "Adventure Regular";
    font-size: 2.625rem;
    font-weight: bold;
    line-height: normal;
}

@media (max-width: 1199.98px) {
    .mainpage-banner__text {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .mainpage-banner__text {
        font-size: 1.65rem;
    }
}

@media (max-width: 575.98px) {
    .mainpage-banner__text {
        font-size: 1.25rem;
    }
}

.mainpage-banner__btn>.stikhial__main-btn {
    padding: 22px 45px;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .mainpage-banner__btn>.stikhial__main-btn {
        padding: 15px 25px;
    }
}

@media (max-width: 767.98px) {
    .mainpage-banner__btn>.stikhial__main-btn {
        font-size: 1rem;
        font-weight: normal;
    }
}

.stikhial-mainpage__menu {
    position: relative;
    padding: 0 100px;
}

@media (max-width: 575.98px) {
    .stikhial-mainpage__menu {
        padding: 0 50px;
    }
}

.mainpage-menu__left {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

@media (max-width: 575.98px) {
    .mainpage-menu__left {
        left: 15px;
    }
}

.mainpage-menu__right {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

@media (max-width: 575.98px) {
    .mainpage-menu__right {
        right: 15px;
    }
}

.mainpage-menu__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainpage-menu__wrapper>.slick-list {
    width: 100%;
}

.mainpage-menu__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 0;
    text-align: center;
}

.mainpage-menu__item:hover {
    color: var(--text-color);
    text-decoration: none;
}

.mainpage-menu__img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100px;
    margin-bottom: 25px;
}

.mainpage-menu__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: normal;
    height: 40px;
    color: var(--text-color);
}

.stikhial-mainpage__h1,
.stikhial-mainpage__h2 {
    padding-bottom: 45px;
    font-family: "Roboto Medium", arial;
    font-size: 1.875rem;
    color: #f98ba6;
}

.promo-banners {
    margin-right: -15px;
    margin-left: -15px;
    /* padding: 0 30px; */
}

.promo-banners__left {
    display: none;
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 15px 10px;
    transform: translateY(-50%);
    z-index: 1070;
    background: transparent;
    border: none;
}

.promo-banners__right {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 15px 10px;
    transform: translateY(-50%);
    z-index: 1070;
    background: transparent;
    border: none;
}

.banner__wrapper {
    padding-right: 15px;
    padding-left: 15px;
}

.banner__wrapper img.banner__img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .banner__wrapper {
        margin-bottom: 25px;
    }
}

.video-reviews {
    margin-right: -15px;
    margin-left: -15px;
}

.video-reviews__wrapper {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}


/*
@media (max-width: 991.98px) {
    .video-reviews {
        margin-right: 0;
        margin-left: 0;
        padding: 0 30px;
    }
}
*/

.video-reviews__wrapper a:hover .syvg-video-gallery__item-button-bg {
    -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00000;
    fill-opacity: 1;
}

.video-reviews__left {
    display: none;
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 15px 10px;
    transform: translateY(-50%);
    z-index: 1070;
    background: transparent;
    border: none;
}

.video-reviews__right {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 15px 10px;
    transform: translateY(-50%);
    z-index: 1070;
    background: transparent;
    border: none;
}

.our-cources__wrapper,
.for-mom__wrapper {
    margin-bottom: 25px;
}

.our-cources__content,
.for-mom__content {
    height: 100%;
    padding-bottom: 22px;
    background: #ffd1dc;
}

.our-cources__content .our-cources__img,
.for-mom__content .for-mom__img {
    position: relative;
}

.our-cources__content .our-cources__img::after,
.for-mom__content .for-mom__img::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -1px;
    border: 100px solid transparent;
    border-bottom: 24px solid #ffd1dc;
}

.our-cources__content .our-cources__img>img,
.for-mom__content .for-mom__img>img {
    width: 100%;
    height: auto;
}

.our-cources__content .our-center__title,
.for-mom__content .for-mom__title {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.our-cources__content .our-center__title h3,
.for-mom__content .for-mom__title h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
}

.our-cources__content .our-center__brief,
.for-mom__content .for-mom__brief {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.our-cources__content .our-center__brief>p,
.for-mom__content .for-mom__brief>p {
    margin-bottom: 0;
}

.our-cources__content .our-center__cost {
    margin-bottom: 1rem;
    text-align: center;
}

.our-cources__content .our-center__cost .our-center__min-cost {
    font-weight: bold;
}

.our-cources__content .our-center__detail,
.for-mom__content .for-mom__detail {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.all-cources__btn {
    padding-top: 35px;
}

.free-services__wrapper {
    min-height: 295px;
}

@media (max-width: 991.98px) {
    .free-services__wrapper {
        margin-bottom: 25px;
    }
}

.free-services__bg {
    height: 100%;
    background-size: auto 100% !important;
    background-position: center !important;
}

.free-services__content {
    background: rgba(255, 209, 220, 0.8);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 25px;
}

.free-services__content .free-services__title {
    padding-right: 15px;
    padding-left: 15px;
}

.free-services__content .free-services__title h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2;
}


/*****/


/****************/

.advantage__title {
    font-family: "Roboto Medium", arial;
    font-size: 1.875rem;
    color: #f98ba6;
}

.advantage__content {
    margin-bottom: 40px;
}

.our-partner {
    margin-bottom: 15px;
}

.our-partner>img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.stikhial__container-footer {
    padding: 20px 0 25px 0;
    background: #ffd1dc;
}

@media (max-width: 991.98px) {
    .footer__left-block {
        margin-bottom: 25px;
    }
}

.footer__left-block span {
    display: block;
    color: var(--text-color);
}

.footer__left-block span a {
    color: var(--text-color);
}

.footer__left-block span a:hover {
    color: var(--text-color);
    text-decoration: none;
}

.footer-menu {
    list-style: none;
}

.footer-menu>li>a {
    color: var(--text-color);
    text-decoration: underline;
}

.footer-menu>li>a:hover,
.footer-menu>li>a:focus,
.footer-menu>li>a:active,
.footer-menu>li.current-menu-item>a {
    color: var(--text-color);
}

.footer-nav-menu {
    list-style: none;
}

.footer-nav-menu>li>a {
    color: var(--text-color);
}

.footer-nav-menu>li>a:hover,
.footer-nav-menu>li>a:focus,
.footer-nav-menu>li>a:active,
.footer-nav-menu>li.current-menu-item>a {
    color: var(--text-color);
    text-decoration: none;
}

.last-news {
    margin-bottom: 60px;
}

.last-news>div {
    font-family: "Roboto Medium", arial;
}

.last-news__title {
    font-weight: bold;
}

.last-news__more {
    text-align: right;
}

.last-news__more>a {
    color: #f98ba6;
}

.last-news__more>a:hover {
    color: #f98ba6;
    text-decoration: none;
}

.all-news__btn {
    text-align: center;
}

.all-news__btn>a.stikhial__main-btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.stikhial-page-content {
    padding-bottom: 65px;
}

.stikhial-page-header {
    padding-top: 45px;
    padding-bottom: 25px;
}

.stikhial-page-title {
    margin-bottom: 0;
    text-align: center;
    font-family: "Roboto Medium", arial;
    font-size: 1.875rem;
    color: #f98ba6;
}

@media (max-width: 991.98px) {
    .maps-filter-form__wrapper {
        margin-bottom: 25px;
    }
}

.about-center-menu__wrapper {
    display: flex;
    justify-content: space-around;
}

.about-center-menu__wrapper .card {
    width: 250px;
    background: transparent;
    border: none;
}

.about-center-menu__wrapper .card .card-title {
    text-align: center;
}

.stikhial-page-content h2 {
    margin-top: 25px;
    text-align: center;
    font-family: "Roboto Medium", arial;
    font-size: 1.5rem;
    color: #f98ba6;
}

ul.page-numbers {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.page-numbers>li {
    margin-right: 5px;
    margin-left: 5px;
}

ul.page-numbers>li>a {
    background: var(--main-btn-bg-color);
    color: var(--main-btn-text-color);
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.4s;
}

ul.page-numbers>li>a:hover {
    background: var(--main-btn-hover-bg-color);
    color: var(--main-btn-hover-text-color);
    text-decoration: none;
    transition: 0.4s;
}

main#content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.stikhial-page {
    margin-bottom: 50px;
}

h1.stikhial-page__title {
    margin-bottom: 25px;
}

.stikhial-page__image {
    margin-bottom: 25px;
}

.stikhial-posts__date {
    font-weight: bold;
}

.stikhial-page__content table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.category-news__wrapper {
    margin-bottom: 60px;
}

.stikhial-news__date {
    font-weight: bold;
}


/* checkboxes */

#gwolle_gb_privacy,
.form-group.form-check>span.wpcf7-form-control-wrap {
    display: none;
}

.gwolle_gb_privacy .form-check-label,
.privacy-policy-check .our-policy-label {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1;
    cursor: pointer;
}

.gwolle_gb_privacy .form-check-label::before,
.privacy-policy-check .our-policy-label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #f98ba6;
    border-radius: 3px;
    background: #ffffff;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}

.gwolle_gb_privacy .form-check-label::after,
.privacy-policy-check .our-policy-label::after {
    content: "\f00c";
    display: inline-block;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 0.9rem;
    top: 1px;
    left: 1px;
    opacity: 0;
    color: #f98ba6;
    transition: all 0.3s ease;
}

#gwolle_gb_privacy:checked~.form-check-label::before,
.our-policy-label.checked::before {
    border-color: #f98ba6;
    background: #ffffff;
}

#gwolle_gb_privacy:checked~.form-check-label::after,
.our-policy-label.checked::after {
    opacity: 1;
}

.article__social {
    margin-right: 10px;
    font-size: 2rem;
    line-height: 1;
}

.emodal-title {
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-family: "Roboto Medium", arial !important;
    line-height: 1;
    text-shadow: none;
}

.emodal-content,
.emodal-content>p,
.emodal-content label {
    font-family: "Roboto Medium", arial !important;
}

.emodal-content>p,
.emodal-content>ul,
.emodal-content label {
    font-size: 0.875rem;
}

.emodal-content>p {
    margin-bottom: 0;
}

.emodal-content .privacy-policy-check .form-group.form-check {
    padding-left: 0;
}

section.hospital-partners {
    margin-bottom: 1.5rem;
}

.advantagesDisadvantages__wrapper h3 {
    text-align: center;
}

.hospital-partners__review .review p {
    margin: 0;
    padding: 1.5rem 2.75rem;
    background: #fff;
    border-radius: 1.5rem;
}

.free-services h3,
.paid-services h3 {
    text-align: center;
}

.free-services h4,
.paid-services h4 {
    color: #f98ba6;
    font-size: 1.25rem;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .emodal.tiny {
        margin-left: -25%;
        width: 50%;
    }
}

.category-description a img {
    max-width: 100%;
    height: auto !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    table.our-center__timetable-table,
    table.out-schedule-table,
    table.schedule-table {
        border: 0;
    }
    table.schedule-table thead,
    table.out-schedule-table thead,
    table.our-center__timetable-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.schedule-table tr,
    table.out-schedule-table tr,
    table.our-center__timetable-table tr {
        display: block;
    }
    table.schedule-table td,
    table.out-schedule-table td,
    table.our-center__timetable-table td {
        display: block;
        text-align: center;
    }
    table.schedule-table td::before,
    table.out-schedule-table td::before,
    table.our-center__timetable-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.schedule-table td:last-child,
    table.out-schedule-table td:last-child,
    table.our-center__timetable-table td:last-child {
        border-bottom: 0;
    }
}

.subway-msk-color-ff7f00:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_ff7f00.png") 50%/20px no-repeat;
}

.subway-msk-color-b2dae7:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_b2dae7.png") 50%/20px no-repeat;
}

.subway-msk-color-0099cc:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_0099cc.png") 50%/20px no-repeat;
}

.subway-msk-color-003399:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_003399.png") 50%/20px no-repeat;
}

.subway-msk-color-cc0000:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_cc0000.png") 50%/20px no-repeat;
}

.subway-msk-color-a2a5b4:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_a2a5b4.png") 50%/20px no-repeat;
}

.subway-msk-color-0a6f20:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_0a6f20.png") 50%/20px no-repeat;
}

.subway-msk-color-ffa8af:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_ffa8af.png") 50%/20px no-repeat;
}

.subway-msk-color-ffdd03:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_ffdd03.png") 50%/20px no-repeat;
}

.subway-msk-color-92007b:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_92007b.png") 50%/20px no-repeat;
}

.subway-msk-color-99cc33:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_99cc33.png") 50%/20px no-repeat;
}

.subway-msk-color-7f0000:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_7f0000.png") 50%/20px no-repeat;
}

.subway-msk-color-de64a1:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/metro_de64a1.png") 50%/20px no-repeat;
}

.stikhial-container__copyrigrh {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #806a77;
    color: #ffffff;
}

.stikhial-container__copyrigrh a {
    color: #ffffff;
}

.stikhial-container__copyrigrh a:hover {
    text-decoration: none;
    color: #ffffff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #806a77;
}

@media (max-width: 767.98px) {
    .weekly-pregnancy>li {
        flex-basis: auto !important;
    }
}

.pum-theme-stikhial .pum-content+.pum-close {
    font-size: 1.5rem !important;
    font-weight: normal;
}

.pum-title.popmake-title {
    margin-bottom: 1rem;
    padding-top: 15px;
}