body {
    font-family: "Inter", sans-serif;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

/* Home Page Hero Section */

.hero-header {
    margin-bottom: 2rem;
}

.hero-title {
    font-family: "Inter", sans-serif;
    color: #4F3A74;
}

.hero-title--light {
    font-size: clamp(1.5rem, 1.104rem + 1.69vw, 2rem);
    margin-bottom: 1rem;
}

.hero-subtitle {
    
}

.hero-video-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-contacts {
    font-size: 15px;
    font-weight: 300;
}

.hero-contacts a {
    text-decoration: none;
    text-decoration-line: none !important;
}

.header-location__wrapper {
    font-weight: 300;
    font-size: 14px;
}

.header-location--phone {
    white-space: nowrap;
}

/* end: Home Page Hero Section */

/* Section Styles */

.section {
    /*padding-top: 3rem;*/
    padding: 0;
    margin-top: 5rem;
}

@media (max-width: 767px) {
    .section {
        margin-top: 3rem;
    }
}

.section--padding {
    padding: 0;
}

.section-heading {
    font-size: 48px;
    text-transform: none;
    color: #4F3A74;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0 0 2rem;
    padding: 0;
    height: auto;
}

@media (max-width: 767px) {
    .section-heading {
        font-size: 36px;
        margin: 0 0 1.5rem;
    }
}

.gallery-under-text {
    font-size: 16px;
    font-weight: 400;
    color: #413C49;
    margin: 0 0 2rem;
    max-width: 100%;
}

/* end: Section Styles */

/* Menu */

#menu-menu-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    align-items: center;
}

#menu-menu-3 .menu-item a {
    display: flex;
    padding: 10px 10px;
}

#menu-menu-3 .current_page_item {
    color: #8C677C;
    border-bottom: 1px solid #4F3A74;
}

#menu-menu-1 li {
    border: none !important;
    background: none !important;
    border-radius: 0;
    padding: 0;
    font-weight: 500;
    border-bottom: 1px solid transparent !important;
}

#menu-menu-1 li a {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

#menu-menu-1 .current_page_item, 
#menu-menu-1 li:hover {
    border: none !important;
    background: none !important;
    border-radius: 0;
    font-weight: 500;
    color: #8C677C;
    border-bottom: 1px solid #4F3A74 !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header .primary-button {
        font-size: 12px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* end: Menu */

/* About */

@media (min-width: 768px) {
    #about .about-container {
        padding: 0 50px;
    }
}

#about .under-title {
    font-size: 48px;
    text-transform: none;
    color: #4F3A74;
    margin: 0;
    margin: 0 0 2rem;
}

@media (max-width: 767px) {
    #about .under-title {
        font-size: 36px;
        margin: 0 0 1rem;
    }
}

#about .about-list {
    margin: 0;
}

#about .read-more {
    margin-bottom: 1rem;
}

.about-doctor__thumb {
    width: 100px;
}

.about-content__wrapper {
    align-items: flex-start;
    gap: 40px;
}

@media (max-width: 991px) {
    .about-content__wrapper {
        flex-direction: column;
    }
}

#about .about-doctor__content {
    border: .5px solid #8C677C;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F9F7F8;
    padding: 30px 25px;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
    margin-bottom: 0;
}

@media (max-width: 991px) {
   #about .about-doctor__content {
        margin: 0 auto;
    } 
}

.about-doctor__content__top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-doctor__content__top__name {
    font-size: 20px;
    font-weight: 500;
    color: #4F3A74;
}

.about-doctor__content__bottom__description {
    display: flex;
    gap: 20px;
    padding-left: 15px;
}

.about-doctor__content__bottom__description__quote {
    flex: 0 0 32px;
    width: 32px !important;
    height: 32px !important;
}

.about-doctor__content__bottom__description__text {
    color: #403C46;
    flex: 1;
    font-size: 20px;
    line-height: 1.4;
}

.about-doctor__content__bottom__description__text p:last-child {
    margin-bottom: 0;
}

.about__content .about-list {
    display: block !important;
    color: #413C49;
    font-size: 16px;
    font-weight: 400;
}

.about__content .about-list p {
    margin-bottom: 2rem;
}

.about__content .about-list p:last-child {
    margin-bottom: 0;
}

.about__content .about-list span {
    color: #4F3A74;
    font-weight: 500;
}

/* About: view-more */

#view-more {
    padding-bottom: 2.5rem;
}

/* end: About: view-more */

#about-image {
    /*margin-top: 3rem;*/
}

/* end: About */

/* Gallery */

#gallery .gallery-under-text {
    /*font-size: 20px;*/
    /*font-weight: 500;*/
}

#gallery .container {
    padding: 0 16px;
    max-width: 100%;
}

/*@media (min-width: 576px) {*/
/*    #gallery .container {*/
/*        max-width: 540px;*/
/*    }*/
/*}*/

@media (min-width: 768px) {
    #gallery .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #gallery .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #gallery .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #gallery  .container {
        max-width: 1320px;
    }
}

@media screen and (min-width: 1440px) {
    #gallery .container {
        max-width: 1440px;
        padding: 0 80px;
    }
}

@media screen and (max-width: 575px) {
    #gallery .container {
        padding: 0 16px;
        max-width: 100%;
    }
}

/* end: Gallery */

/* Benefits */

#benefits {
    /*margin-top: 3rem;*/
}

@media screen and (max-width: 991px) {
    .benefits-wrapper__list {
        margin-bottom: 2rem;
    }
}

#benefits .gallery-under-text {
    /*font-size: 20px;*/
    /*font-weight: 500;*/
    /*max-width: 100%;*/
}

#benefits .gallery-under-text--margin {
    padding: 0;
    margin: 0;
    /*margin-bottom: clamp(1.38rem, 1.119rem + 1.11vw, 2.12rem);*/
}

.benefits-wrapper {
    justify-content: flex-start;
    gap: 50px;
}

.benefits-list {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .benefits-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 992px) {
    .benefits-list {
        display: grid;
        gap: 30px 20px;
    }
}

@media (max-width: 767px) {
    .benefits-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.benefits__item {
    border: .5px solid #8C677C;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F9F7F8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefits__item__top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefits__item__icon {
    flex: 0 0 82px;
}

.benefits__item__name {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    color: #4F3A74;
}

.benefits__item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #413C49;
}

/* end: Benefits */

/* Services */

#services {
    /*margin-top: 3rem;*/
}

#services .gallery-under-text {
    /*font-size: 20px;*/
    /*font-weight: 500;*/
    /*max-width: 100%;*/
}

#services .section-heading {
    /*margin: 0;*/
    /*margin-bottom: 2.5rem;*/
}

/* Treatment */

#treatment .section-heading {
    /*margin: 0;*/
    /*margin-bottom: 2.5rem;*/
}

/*#treatment .container {*/
/*    padding: 0 16px !important;*/
/*}*/

@media screen and (max-width: 575px) {
    #treatment .container {
        padding: 0 16px;
        max-width: 100%;
    }
}

.treatment-wrapper {
    aspect-ratio: auto !important;
    padding-top: 2.5rem !important;
}

.treatment-content {
    display: flex;
    align-items: center;
    gap: 30px 50px;
    margin: 0 auto;
    /*margin: 3rem auto 2rem;*/
    margin: 0 auto 5rem;
    max-width: 995px;
}

@media (max-width: 991px) {
    .treatment-content {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .treatment-content {
        flex-direction: column;
        margin: 0 auto 3rem;
    }
}

.treatment-content__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 388px;
}

.treatment-content__left h3 {
    font-size: 36px;
    font-weight: 400;
    color: #4F3A74;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .treatment-content__left h3 {
        white-space: nowrap;
    }
}

.treatment-content__left div {
    font-size: 16px;
    line-height: 1.4;
    color: #4F3A74;
}

.treatment-content__left a {
    display: inline-flex !important;
}

.treatment-content__right__content {
    border: .5px solid #8C677C;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F9F7F8;
    padding: 30px 25px;
    /*max-width: 460px;*/
    display: flex;
    /*flex-direction: column;*/
    gap: 20px !important;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .treatment-content__right__content {
        max-width: 460px;
        margin: 0 auto;
    }
}

.treatment-content__right__content__text {
    font-size: 20px;
    line-height: 1.4;
}

.treatment2-list__card {
    box-sizing: border-box;
    padding-top: 1.25rem;
    padding-left: clamp(0.88rem, 0.838rem + 0.18vw, 1rem);
    padding-bottom: 1.25rem;
    border-radius: 1.375rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: background-color 300ms ease-in-out;
}

.treatment2-list__card__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.88rem;
    height: 2.625rem;
    padding: 0 2.625rem;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #FFF;
    border-radius: 6.25rem;
    background-color: #879391;
    border: 1px solid #879391;
}

.treatment2-list__card__title {
    margin-bottom: 1rem;
    font-weight: 300;
}

.treatment2-list__card__title ul li {
    font-weight: 300;
}

.treatment2-list__card__title ul li:first-child {
    font-size: clamp(1.25rem, 1.206rem + 0.19vw, 1.375rem);
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
}

/* end: Treatment */

/* CTA */

#cta .cta-wrapper__content {
    /*padding: clamp(2.5rem, 1.729rem + 3.29vw, 4.69rem) clamp(0.75rem, -0.085rem + 3.56vw, 3.12rem);*/
    padding: 2rem;
}

#cta label {
    display: block;
}

#cta .cf7-input, 
#cta .cf7-textarea {
    width: 100%;
}

.cta-form form {
    flex-direction: column;
}

#cta .form-flex {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 1199px) {
    #cta .form-flex {
        flex-direction: column;
    }
}

#cta .form-flex p {
    margin: 0 0 1rem !important;
}

#cta .form-flex p:last-child {
    margin: 0 !important;
}

/* end: CTA */

/* Map */

#map {
    /*margin-top: 3rem;*/
}

/* end: Map */

/* Footer */

.footer-content {
    margin-top: 0;
}

@media (max-width: 991px) {
    .footer-content {
        padding-top: 1.5rem;
    }
}

.footer-wrapper {
    margin: 0;
    padding: 0;
}

.footer-top-content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding-top: 24px;
}

@media (max-width: 991px) {
    .footer-top-content {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }
}

.footer-text {
    font-size: 16px;
    color: #413C49;
    padding: 0;
    margin: 0 0 1rem;
}

.footer .wpcf7-form p {
    margin: 0;
}

.footer-discount {
    align-items: center !important;
    gap: 50px;
}

@media (max-width: 991px) {
    .footer-discount {
        margin: 1.5rem 0;
        justify-content: center !important;
        gap: 30px;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .footer-wrapper #menu-menu-2 {
        gap: 1.5rem;
    }
}

@media (min-width: 992px) {
    .footer-wrapper #menu-menu-2 {
        gap: 1rem;
    }
}

@media (min-width: 992px) {
    .footer-wrapper #menu-menu-2 {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .footer-wrapper #menu-menu-2 {
        justify-content: center;
        gap: 1rem;
    }
}

.footer--page {
    margin-top: 5rem;
}

/* end: Footer */

/* To Top Arrow */

.top-scroll {
    margin: 0;
    margin-top: -52px;
}

/* end: To Top Arrow */

/* Helpers */

.clear {
    clear: both;
}

/* end: Helpers */

/* Services Page */

.services-page-list__content {
    justify-content: space-between;
    padding: 50px 50px 50px 0;
}

@media (max-width: 991px) {
    .services-page-list__content {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .services-page-list__content {
        padding: 30px;
    }
}

.services-page-list__content h3 {
    margin-bottom: 3rem;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: auto;
    text-transform: none;
    color: #4F3A74;
}

@media (max-width: 767px) {
    .services-page-list__content h3 {
        font-size: 36px;
        margin: 0 0 1.5rem;
    }
}

.services-page-list__content ul {
    margin-top: 0;
    padding-left: 1.2rem;
}

.services-page-list__content ul li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #403C46;
}

.services-page-list__content a {
    display: inline-flex;
}

.services-page-list {
    /*margin-bottom: 5rem;*/
}

.services-page__list a {
    font-family: "Inter", sans-serif;
    font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
    font-weight: 400;
    line-height: 1.3;
    justify-content: start;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: #403C46;
}

.services-page__list a:is(:hover) {
    text-decoration: underline;
    color: #403C46;
}

.services-page-list__content ul li strong {
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .services-page-list__item {
        gap: 75px;
    }
}

@media (max-width: 767px) {
    .services-page-list__item__btn {
        text-align: center;
    }
}

/* end: Services Page */

/* Price Page */

.price-page__top__text {
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #8C677C;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F9F7F8;
    padding: 30px 25px;
    /*display: flex;*/
    margin-bottom: 2rem;
    margin-top: -3rem;
}

.price-page__top__text b, 
.price-page__top__text strong {
    font-weight: 400;
}

.price-page__top__text p:last-child {
    margin: 0;
}

.price-page__bottom__text {
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #8C677C;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F9F7F8;
    padding: 30px 25px;
    display: flex;
}

.price-page__bottom__text b, 
.price-page__bottom__text strong {
    font-weight: 400;
}

.price-page__bottom__text p:last-child {
    margin: 0;
}

/* nav */

@media (max-width: 991px) {
    .prices-wrapper .prices-nav {
        display: none;
    }
}

.prices-nav li.prices-nav__item {
    line-height: 1.5;
    padding-bottom: 1.25rem;
}

.prices-nav li.prices-nav__item .prices__title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #403C46;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.prices-nav .prices-nav__item.is-active .prices__title {
    color: #4F3A74;
}

/* end: nav */

/* list */

.prices .prices__item {
    border: none;
    margin: 0 0 3rem 0;
    padding: 0;
}

.prices .prices__item .prices__title {
    font-size: 36px;
    font-weight: 400;
    color: #4F3A74;
}

.prices .prices__item .services .services__wrapper {
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
}

.prices .prices__item .services .services__item {
    margin-bottom: 0; /* 1rem; */
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #D9D9D9;
}

@media screen and (max-width: 991px) {
    .prices .prices__item .services .services__item {
        border-bottom: 0.5px solid #D9D9D9;
        margin-bottom: 0;
    }
}

.prices .prices__item .services .services__item .services__title {
    font-size: 16px;
}

.prices .prices__item .services .services__item p.services__description {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #403C46;
}

.prices .prices__item .services .services__item p.services__price {
    font-size: 16px;
    font-weight: 500;
}

/* end: list */

/* end: Price Page */

/* For Patient Page */

.for-patient_wrapper ul li {
    font-size: 20px;
    line-height: 1.5;
    color: #403C46;
    padding-bottom: 1.25rem;
}

.for-patient_wrapper ul li.is-active {
    color: #4F3A74;
}

.content-for-patient__item {
    margin-bottom: 0;
}

.content-for-patient__item .sub-heading__title {
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 300;
    /*border: 1px solid #8C677C;*/
    box-sizing: border-box;
    border-radius: 8px;
    background: #F9F7F8;
    padding: 30px;
    /*display: flex;*/
    margin-bottom: 2rem;
    /*margin-top: 2rem;*/
}

.content-for-patient__item__accordeon-button {
    margin-bottom: 2rem;
}

.content-for-patient__item h2 {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #4F3A74;
    text-transform: none;
    margin-bottom: 2rem;
}

.content-for-patient__item .sub-headings h3 {
    font-family: "Inter", sans-serif;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.content-for-patient__item .sub-headings p {
    letter-spacing: normal;
}

/* end: For Patient Page */

/* Doctors Page */

.doctors-page-list__content {
    font-size: 20px;
    font-weight: 400;
    color: #403C46;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
}

.doctors-page-list__content p {
    margin-bottom: 3px;
}

.doctor-name {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #4F3A74;
    margin: 0;
}

.doctor-specialization {
    font-size: 20px;
    font-weight: 500;
}

.doctor-about {
    font-size: 16px;
    font-weight: 300;
    margin-top: 1rem;
}

/* single */

.singleDoctor-wrapper__content h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 767px) {
    .singleDoctor-wrapper__content h1 {
        font-size: 36px;
    }
}

.singleDoctor-wrapper__content {
    font-size: 20px;
    font-weight: 400;
    color: #403C46;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
}

.singleDoctor-wrapper__content p {
    margin-bottom: 3px;
}

.about-wrapper__container {
    gap: 1rem;
}

@media screen and (min-width: 992px) {
    .about-wrapper__container {
        gap: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #single-about .about-wrapper {
        padding-left: 0;
    }
}

#single-about .about-wrapper p {
    margin-bottom: 1rem;
}

/*#single-about .about-wrapper .read-more::after {*/
/*    top: 3px;*/
/*}*/

#single-about .read-more {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
    color: #4F3A74;
    margin: 0;
    padding: 0;
    padding-right: 2rem;
}

#single-about .read-more::after {
    top: 0;
    right: 0;
    width: 2rem;
    height: 1.5rem;
    margin-top: -0.20rem;
    /*border: 1px solid red;*/
}

#single-doctorHero .container {
    padding: 0 16px;
}

@media screen and (min-width: 1440px) {
    #single-doctorHero .container {
        padding: 0 80px;
    }
}

#diplomas h2 {
    font-size: 48px;
    text-transform: none;
    padding: 0;
    height: auto;
    width: auto;
}

@media (max-width: 767px) {
    #diplomas h2 {
        font-size: 36px;
        margin: 0 0 1.5rem;
    }
}

/* end: single */

/* end: Doctors Page */

/* Contacts Page */

@media screen and (max-width: 991px) {
    #contacts-hero h1 {
        margin-left: 0;
    }
}

#contacts-hero {
    margin-top: 3rem;
}

@media screen and (max-width: 767px) {
    #contacts-hero .container {
        padding: 0 16px;
        max-width: 100%;
    }
}

.contacts-wrapper {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}


@media (min-width: 992px) {
    .contacts-wrapper > div {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .contacts-wrapper {
        flex-direction: column;
        gap: 50px;
    }
}

.hero-thumb--contacts {
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .hero-thumb--contacts {
        aspect-ratio: 1/1.3527696793;
    }
}

.contacts-wrapper__thumb {
    width: 100%;
    max-width: 100%;
}

/*#contacts-hero .text-content .section__roud-text {*/
/*    padding: 0;*/
/*}*/

#contacts-hero .section__roud-text {
    padding: 0;
}

.section__roud-text__item {
    font-size: 16px;
    font-weight: 400;
    /*line-height: 1.4;*/
    color: #403C46;
}

.section__roud-text__item b, 
.section__roud-text__item strong {
    font-weight: 500;
}

.section__roud-text__item--empty {
    height: 2rem;
}

.schedule-div {
    margin: 0;
    color: #403C46;
}

.schedule__title {
    font-size: 16px;
    font-weight: 500;
}

.schedule ul {
    margin-top: 5px;
    margin-left: -20px;
}

.schedule ul li {
    list-style-type: disc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.schedule ul li:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.schedule ul li:last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.schedule ul li strong, 
.schedule ul li b {
    font-weight: 500;
}

.contacts-page__social__wrapper {
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #8C677C;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F9F7F8;
    padding: 30px;
    /*display: flex;*/
    /*margin-bottom: 2rem;*/
    margin-top: 2rem;
}

.contacts-page__social {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contacts-page__social__text {
    font-size: 20px;
}

.contacts-page__social__items .soc-list {
    gap: 1rem;
}

/* end: Contacts Page */

.breadcrumb {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #403C46;
    padding: 50px 50px 0;
    margin-bottom: 5rem;
}

.breadcrumb a {
    color: #403C46;
    font-weight: 400;
    text-decoration: underline;
}