/* HEADER STYLE START */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}

.header.scrolled {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.header__container {
    max-width: 147rem;
    width: 100%;
    padding: 1.6rem 1.5rem;
    margin: 0 auto;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.2rem 0;
}

.header__top-block {
    display: flex;
    align-items: center;
}

.header__logo {
    max-width: 21rem;
    width: 100%;
}

.header__info-text {
    font-size: 1.4rem;
    line-height: 1.6rem; 
    color: var(--color-secondary);  
    padding: 0 0 0 2rem;
    max-width: 27rem;
    width: 100%;
}

.min-info {
    align-self: flex-start;
    margin: 0 4rem 0 0;
}

.min-info__info--aligned {
    align-self: center;
    margin: 0;
}

.min-info__name {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin: 0 0 0.8rem 0;
}

.min-info__address {
    display: flex;
    margin: 0 0 0.8rem 0;
}

.min-info__address .min-info__value:first-child {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--color-text);
    margin: 0 0.8rem 0 0;
}

.min-info__address .min-info__value:last-child {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--color-secondary);
}

.min-info__tel a {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: var(--color-main);
    margin: 0 1.6rem 0 0;
    text-decoration: none;
}

.min-info__tel a:hover {
    text-decoration: underline;
}

.min-info__tel a:last-child {
    margin: 0;
}

.call-btn,
.call-btn-like {
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 2rem;
    color:#fff;
    padding: 0.8rem 2rem;
    border-radius: 4rem;
    cursor: pointer;
    background: linear-gradient(to right, rgba(107, 141, 255, 0.9), rgba(58, 57, 137, 0.9));
    text-decoration: none;
}

.call-btn:hover,
.call-btn-like:hover {
    background: var(--color-gradient);
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__social {
    display: flex;
    align-items: center;
}

.header__social-item {
    text-decoration: none;
    margin: 0 1.2rem 0 0;
}

.header__social-item:last-child {
    margin: 0;
}

/* HEADER STYLE END */

/* FOOTER STYLE START */
.footer__container {
    max-width: 147rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.footer__container * {
    font-weight: 400;
}

.footer__top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 4rem;
    background-color: var(--color-bg);
    border-radius: 1.2rem;
}

.footer__top .min-info__tel {
    display: none;
}

.footer__top .min-info__address {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
} 

.footer__top .min-info__value {
    flex: 0 0 100%;
    margin: 0 0 0.8rem 0;
}

.footer__top .min-info__value:first-child {
    margin: 0 0 0.8rem 0;
}

.footer__top .min-info__value:last-child {
    margin: 0;
}

.footer__logo {
    margin: 0 0 3.2rem 0;
}

.footer__top .min-info {
    margin: 0 0 2rem 0;
}

.footer__top .min-info:last-child {
    margin: 0;
}

.footer__menu-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
}

.footer__tel a {
    display: block;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: var(--color-main);
    padding: 0.8rem 2.4rem;
    background: #fff;
    border-radius: 4rem;
    width: fit-content;
    text-decoration: none;
    margin: 0 0 0.8rem 0;
}

.footer__tel a:last-child {
    margin: 0;
}

.footer__tel {
    margin: 0 0 1.6rem 0;
}

.footer__info-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--color-secondary);
    margin: 0 0 4rem 0;
}

.footer__bottom {
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__bottom * {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--color-secondary);
}

.footer__bottom-links a {
    text-decoration: none;
    margin: 0 2rem 0 0;
}

.footer__bottom-links a:hover {
    text-decoration: underline;
}

.footer__bottom-links a:last-child {
    margin: 0;
}

/* FOOTER STYLE END */

.wrapper__container {
    max-width: 147rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.wrapper__container.wrapper__container--positioned {
    margin: 14rem auto 0 auto;
}


/* main-section start */
.main-sections__container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:2rem;
    margin: 0 0 12rem 0;
}

.main-sections__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-sections__item {
    padding: 4rem 3.2rem;
    border-radius: 1.2rem;
    background-color: var(--color-bg);
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.main-sections__main-link {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 2rem 0;
}

.main-sections__main-link-arrow {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.2s ease;
}

.main-sections__main-link > span {
    transition: 0.2s ease;
    flex: 0 0 60%;
}

.main-sections__main-link:hover > span {
    opacity: 0.8;
}

.main-sections__main-link:hover .main-sections__main-link-arrow {
    background: #3A3989;
}

.main-sections__main-link:hover .main-sections__main-link-arrow svg path{
    stroke: #fff;
}

.main-sections__list li {
    margin: 0 0 0.8rem 0;
}

.main-sections__list li a {
    text-decoration: none;
    transition: 0.2s ease;
}

.main-sections__list li a:hover {
    opacity: 0.8;
}

.main-sections__all-link a {
    padding: 0 2rem 0 0;
    color: var(--color-main);
    position: relative;
}

.main-sections__all-link a::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 0;
    background-image: url(/local/templates/podomedclinic/img/small-arrow.png);
}
/* main-section end */

/* adv-block start */
.wellcom-block__container {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 8rem 0;
}

.wellcom-block__img {
    flex: 0 0 58rem;
}

.wellcom-block__content {
    flex: 0 0 calc(100% - 58rem);
    padding: 0 0 0 6rem;
}

.wellcom-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wellcom-block__content h2 {
    margin: 2rem 0 2.8rem 0;
}
/* adv-block end */

/* advantage-block start */
.advantage-block__container h2 {
    margin: 0 0 4rem 0;
}

.advantage-block__group {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 2rem;
}

.advantage-block__item {
    grid-column: span 3;
    padding: 2.4rem;
    background: var(--color-bg);
    border-radius: 1.2rem;
}

.advantage-block__item:first-child,
.advantage-block__item:nth-child(2),
.advantage-block__item:nth-child(3) {
    grid-column: span 4;
}

.advantage-block__header {
    display: flex;
    align-items: center;
}

.advantage-block__header-text {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: var(--color-main);
    padding: 0 0 0 2rem;
}

.advantage-block__content ul {
    padding: 0 0 0 2rem;
}

.advantage-block__content ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--color-main);
    margin: 0 0 1.2rem 0;
}

.advantage-block__content ul li:last-child {
    margin: 0;
}

.advantage-block__content ul li strong {
    color: var(--color-text);
}

.advantage-block__container {
    margin: 0 0 12rem 0;
}
/* advantage-block end */


/* principles start */
.principles__container {
    margin: 0 0 12rem 0;
    display: flex;
}

.principles__img,
.principles__list {
    flex: 0 0 50%;
}

.principles__list-group {
    max-width: 70.5rem;
    width: 100%;
}

.principles__list {
    background: var(--color-bg);
    padding: 8rem 0 8rem 2rem;
}

.principles__list-item {
    display: flex;
    margin: 0 0 2.4rem 0;
}

.principles__list-item:last-child {
    margin: 0;
}

.principles__list-item-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: var(--color-main);
    margin: 0 0 0 0.8rem;
}

.principles__list-item-content ul {
    padding: 0 0 0 2rem;
}

.principles__list-item-content ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--color-secondary);
    margin: 0 0 1.2rem 0;
}

.principles__list-item-content ul li strong {
    color: var(--color-text);
}

.principles__list-item-content ul li::marker {
    color: var(--color-main);
}

.principles__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.principles__list-item-ico {
    margin: 0 2.4rem 0 0;
}

.principles__list-item-text {
    padding: 0 1.5rem 0 0;
}
/* principles end */

.wrapper--bg {
    background: var(--color-bg);
}

.wrapper--bg .wrapper__container {
    padding: 8rem 1.5rem;
    margin: 0 auto 12rem auto;
}

/* video-block start */

.video-block__container h2 {
    margin: 0 0 4rem 0;
}

.video-block__video-holder video {
    width: 100%;
    height: 70rem;
    object-fit: cover;
    border-radius: 2rem;
    overflow: hidden;
}

/* video-block end */


/* before-after start */
.before-after__container h2 {
    margin: 0 0 4rem 0;
}

.before-after__link {
    display: flex;
    justify-content: flex-end;
    margin: 2rem 0;
}


/* before-after end */

/* contact us start */
.contact-us__container {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 1.2rem;
    overflow: hidden;  
    background: linear-gradient(to right, rgba(107, 141, 255, 1), rgba(58, 57, 137, 1));
    margin: 0 0 12rem 0;
}

.contact-us__bg {
    background: url(/local/templates/podomedclinic/img/contact-us/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us__info,
.contact-us__bg {
    flex: 0 0 50%;
}

.contact-us__info {
    padding: 6.4rem 4rem;
}

.contact-us__text {
    font-size: 3.2rem;
    line-height: 3.6rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 2.8rem 0;
}

.contact-us__content {
    display: flex;
    align-items: center;
}

.contact-us__tel {
    padding: 1.2rem 2.4rem;
    background: #fff;
    border-radius: 4rem;
}

.contact-us__tel a {
    color: var(--color-main);
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 600;
}

.contact-us__tel:first-child {
    margin: 0 3.2rem 0 0;
}

.contact-us__msngr {
    margin: 0 0 0 1.2rem;
}
/* contact us end */

/* main-map start */
.main-map__container {
    margin: 0 0 12rem 0 ;
}

.main-map__wrapper {
    position: relative;
    border-radius: 0.8rem;
    overflow: hidden;
}

.main-map__address-holder {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 500px;
    width: 100%;
    height: 90%;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 0 0 6rem;
}

.main-map__address {
    background: #fff;
    border-radius: 0.8rem;
    padding: 0.8rem;
}

.main-map__address-inner {
    border-radius: 0.8rem;
    border: 1px solid rgba(196, 202, 218, 1);
    padding: 2rem;
}

.main-map__address-item {
    padding: 2rem;
    background: var(--color-bg);
    margin: 0 0 2rem 0;
}

.main-map__address-item:last-child {
    margin: 0;
}

.main-map__address-item-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 0 1.2rem 0;
}

.main-map__address-value {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    margin: 0 0 0.4rem 0;
}

.main-map__address-time {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: var(--color-secondary);
    margin: 0 0 1.2rem 0;
}

.main-map__address-tel,
.main-map__address-email {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.main-map__address-tel a,
.main-map__address-email a {
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: var(--color-main);
    padding: 0.6rem 1.2rem;
    background-color: #fff;
    border-radius: 4rem;
    text-decoration: none;
    margin: 0 0.8rem 0 0;
}

.main-map__address-tel a:last-child {
    margin: 0;
}
/* main-map end */


/* breadcrumbs start */
.breadcrumbs__container {
    max-width: 147rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: 15rem auto 0 auto;
}
/* breadcrumbs end */

.big-img {
    height: 55rem;
    overflow: hidden;
    border-radius: 4rem;
    margin: 0 0 4rem 0;
}

.big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.static__container {
    margin: 0 0 12rem 0;
}

.main-map--page .main-map__address-holder {
    position: static;
    padding: 0;
    margin: 0 0 4rem 0;
    display: block;
    max-width: unset;
}

.main-map--page  .bx-yandex-view-layout {
    border-radius: 0.8rem;
    overflow: hidden;
} 

.main-map--page .main-map__address-inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}

.main-map--page .main-map__address-item {
    margin: unset;
}

.main-map--page .main-map__address-tel,
.main-map--page .main-map__address-email {
    flex-wrap: wrap;
}

.main-map--page .main-map__address-tel a,
.main-map--page .main-map__address-email a {
    margin: 0 0 1.2rem 0;
}

.main-map--page .main-map__address-tel a:last-child,
.main-map--page .main-map__address-email a:last-child {
    margin: 0;
}

.main-map--page .main-map__address {
    padding: 0;
}

.pagination .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: var(--color-main);
}

.pagination__container {
    margin: 1rem 0 0 0;
}

/* order-window start */
.order-window {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 200;
}

.buy-window {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 200;
}

.order-window.opened,
.buy-window.opened {
    display: block;
}

.order-window__container,
.buy-window__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-window__form,
.buy-window__form  {
    max-width: 35rem;
    width: 100%;
    background-color: rgba(247, 247, 247, 1);
    padding: 2.4rem;
    border-radius: 1.2rem;
    position: relative;
}

.order-window__form-close,
.buy-window__form-close {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.order-window__form-close::before,
.buy-window__form-close::before  {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #000;
    top: 12px;
    left: 0;
    transform: rotate(45deg);
}

.order-window__form-close::after,
.buy-window__form-close::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #000;
    bottom: 11px;
    left: 0;
    transform: rotate(135deg);
}

.order-window__row,
.buy-window__row{
    margin: 0 0 2rem 0;
}

.order-window__row input,
.buy-window__row input {
    width: 100%;
    font-size: 1.6rem;
    border: none;
    outline: none;
    padding: 1.6rem 2.4rem;
    border-radius: 2rem;
    border: 1px solid transparent;
}

.order-window__row textarea,
.buy-window__row textarea {
    width: 100%;
    font-size: 1.6rem;
    border: none;
    outline: none;
    padding: 1.6rem 2.4rem;
    border-radius: 2rem;
    resize: none;
    border: 1px solid transparent;
}

.order-window__submit,
.buy-window__submit  {
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--color-main);
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    padding: 1.4rem 5rem;
    border-radius: 4rem;
    border: 2px solid var(--color-main);
    transition: 0.2s ease;
    margin: 0 0 1rem 0;
    cursor: pointer;
}

.order-window__submit:hover,
.buy-window__submit:hover {
  color: var(--color-text);
  background-color: #fff;
}

.order-window__title,
.buy-window__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
}

.order-window__policy,
.buy-window__policy {
    margin: 0 0 2rem 0;
}

.order-window__policy a,
.buy-window__policy a {
    text-decoration: none;
    font-weight: bold;
}

.order-window__policy a:hover,
.buy-window__policy a:hover {
    text-decoration: underline;
    color: var(--color-text)
}

.order-window__success-msg p,
.order-window__error-msg p,
.buy-window__success-msg p,
.buy-window__error-msg p  {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0;
}

.order-window__success-msg p,
.buy-window__success-msg p  {
    color: rgb(0, 128, 0);
}

.order-window__error-msg p,
.buy-window__error-msg p {
    color: rgb(255, 0, 0);
}

/* order-window end */


/* Учебный центр начало */
.link-list__container {
    margin: 0 0 12rem 0;
}

.link-list__group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.link-list__item {
    display: block;
    text-decoration: none;
    padding: 3.2rem;
    background-color: var(--color-bg);
    border-radius: 1.2rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: var(--color-text);
    transition: 0.2s ease;
}

.link-list__item:hover {
    transform: scale(1.02);
}

/* Учебный центр конец */
.header__mobile {
    display: none;
}

/* .empty-space {
    height: 10rem;
} */

.not-found__text,
.not-found__number {
    text-align: center;
}

.not-found__number {
    font-size: 20rem;
    line-height: 20rem;
    font-weight: bold;
    margin: 0 0 4rem;
}

.not-found__text {
    font-size: 2rem;
    margin: 0 0 4rem 0;
}

.service-additional-text--top {
    margin: 0 0 4rem 0;
}

.service-additional-text--bottom {
    margin: 0 0 12rem 0;
}

.service-additional-text ul li::marker {
    color: var(--color-main);
}

.service-additional-text ul ul {
   list-style: disc;  
   margin: 2rem 0 0 0;
}

.project-table {
    /* max-width: 80rem; */
    width: 100%;
    margin: 0 0 4rem 0;
}

.project-table table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 2rem;
    overflow: hidden;
}

.project-table table thead {
    background: var(--color-gradient);
}

.project-table table thead th {
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem;
}

.project-table table tr td {
    font-size: 1.6rem;
    padding: 1rem;
}

.project-table table tbody tr:nth-child(even) {
    background-color: var(--color-bg);
}

.style-dash {
    display: inline-block;
    width: 1rem;
    height: 0.2rem;
    background: var(--color-gradient);
    margin: 0 0.5rem 0.5rem 0;
}

.contact-us__msngr-group {
    display: flex;
}

@media (max-width: 1390px) {
    .header__info-text {
        display: none;
    }
}

@media (max-width:768px) {
    .header__top,
    .header__bottom,
    .main-banner,
    .empty-space {
        display: none;
    }

    .wrapper__container.wrapper__container--positioned {
        margin: 7rem auto 0 auto;
    }

    .header__mobile {
        display: block;
    }

    .mobile-bar__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .mobile-bar__burger {
        width: 3rem;
        height: 2rem;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
    }

    .mobile-bar__burger-line {
        position: relative;
        left: 0;
        height: 1px;
        background-color: var(--color-text);
        transition: 0.2s ease;
    }

    .mobile-bar__burger .mobile-bar__burger-line:first-child {
        top: 0;
    }

    .mobile-bar__burger .mobile-bar__burger-line:last-child {
        bottom: 0;
    }

    .mobile-bar__burger.active .mobile-bar__burger-line:first-child {
        top: 10px;
        transform: rotate(45deg);
    }

    .mobile-bar__burger.active .mobile-bar__burger-line:nth-child(2) {
        left: -100%;
    }

    .mobile-bar__burger.active .mobile-bar__burger-line:last-child {
        bottom: 10px;
        transform: rotate(135deg);
    }

    .mobile-bar__info-icon {
        width: 2.4rem;
        height: 2.4rem;
        background: url(/local/templates/podomedclinic/img/location.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    .mobile-bar__logo {
        max-width: 15rem;
        width: 100%;
    }

    .side-menu__burger,
    .side-menu__close {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        width: 100%;
        height: calc(100vh - 61px);
        left: -100%;
        top: 61px;
        overflow-y: auto;
        padding: 0 1.5rem;
        background: #fff;
        transition: 0.2s ease;
    }

    .mobile-menu.active{
        left: 0;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
    }

    .mobile-menu .side-menu > .side-menu__item > .side-submenu {
        position: static;
        display: block;
    }

    .mobile-menu .side-menu > .side-menu__item > .side-submenu > .side-submenu__item > .side-submenu {
        position: static;
        max-height: unset;
        overflow-y: visible;
        display: none;
    }

    .mobile-menu .side-menu > .side-menu__item > .side-submenu {
        width: 100%;
        display: none;
        margin: 1rem 0 0 0;
    }

    .mobile-menu .side-submenu__item.side-submenu__item--lvl3 .side-submenu__link {
        white-space: normal;
    }

    .side-menu__link {
        display: block;
        color: var(--color-text);
        text-decoration: none;
    }

    .side-menu__link.side-menu__link-parent,
    .side-submenu__link.side-menu__link-parent {
        position: relative;
    }

    .side-menu__link.side-menu__link-parent::before,
    .side-submenu__link.side-menu__link-parent::before {
        content: "";
        position: absolute;
        right: 0;
        top: calc(50% - 1rem);
        width: 2rem;
        height: 2rem;
        background: url(/local/templates/podomedclinic/img/arrow-down.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.2s ease;
    }

    .side-menu__link.side-menu__link-parent.active::before,
    .side-submenu__link.side-menu__link-parent.active::before {
        transform: rotate(180deg);
    }

    .mobile-menu .side-menu > .side-menu__item > .side-submenu > .side-submenu__item > .side-submenu {
        background: transparent;
        box-shadow: unset;
    }

    .mobile-menu .call-btn {
        width: 100%;
        text-align: center;
    }

    .mobile-info {
        position: fixed;
        width: 100%;
        right: -100%;
        top: 61px;
        overflow-y: auto;
        padding: 2rem 1.5rem;
        background: #fff;
        transition: 0.2s ease;
    }

    .mobile-info.active {
        right: 0;
    }

    .min-info {
        margin: 0 0 2rem 0;
        position: relative;
    }

    .min-info__address {
        flex-wrap: wrap;
    }

    .min-info__value {
        flex: 0 0 100%;
    }

    .min-info__address .min-info__value:first-child {
        margin: 0 0 0.8rem 0;
    }

    .mobile-info__close {
        position: absolute;
        top: 0rem;
        right: 1.5rem;
        width: 2rem;
        height: 2rem;
        cursor: pointer;
    }

     .mobile-info__close::before,
     .mobile-info__close::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--color-text);
    }

    .mobile-info__close::before {
        top: 9px;
        transform: rotate(45deg);
    }

    .mobile-info__close::after {
        bottom: 10px;
        transform: rotate(135deg);
    }

    .main-sections__container {
        grid-template-columns: repeat(1,1fr);
        margin: 0 0 4rem 0;
    }

    .main-sections__item {
        height: auto;
    }

    .main-sections__main-link {
        padding: 1rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.8);
        align-items: center;
    }

    .main-sections__list {
        padding: 1rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.8);
    }

    .wellcom-block__container {
        flex-wrap: wrap;
        margin: 0 0 4rem 0;
    }

    .wellcom-block__img,
    .wellcom-block__content {
        flex: 0 0 100%;
    }

    .wellcom-block__content {
        padding: 0;
    }

    .wellcom-block__content h2 {
        margin: 2.8rem 0;
    }

    .advantage-block__container {
        margin: 0 0 4rem 0;
    }

    .advantage-block__item,
    .advantage-block__item:first-child, 
    .advantage-block__item:nth-child(2), 
    .advantage-block__item:nth-child(3) {
        grid-column: span 12;
    }

    .principles__container {
        flex-wrap: wrap;
        margin: 0 0 4rem 0;
    }

    .principles__img,
    .principles__list {
        flex: 0 0 100%;
    }

    .principles__img {
        height: 20rem;
    }

    .principles__list {
        padding: 2rem 1.5rem;
    }

    .partners__slider-wrapper::after {
        display: none;
    }

    .partners__slider .swiper-pagination {
        bottom: -3px;
    }

    .partners__slider .swiper-slide {
        padding: 0 0 20px 0;
    }

    .partners__slider-next,
    .partners__slider-prev {
        display: none;
    }

    .partners__slider .swiper-pagination-bullet-active {
        background: var(--color-main);
    }

    .partners__container {
        margin: 0 0 4rem 0;
    }

    .wrapper--bg .wrapper__container {
        padding: 4rem 1.5rem;
        margin: 0 auto 4rem auto;
    }

    .video-block__video-holder video {
        height: 30rem;
    }

    .before-after__group {
        grid-template-columns: repeat(1, 1fr);
    }

    .before-after__container {
        margin: 0 0 4rem 0;
    }

    .contact-us__container {
        margin: 0 0 4rem 0;
    }

    .contact-us__bg {
        display: none;
    }

    .contact-us__info {
        flex: 0 0 100%;
        padding: 2rem 1.5rem;
    }

    .contact-us__text {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    .contact-us__content {
        flex-wrap: wrap;
    }

    .contact-us__tel,
    .contact-us__msngr {
        flex: 0 0 100%;
    }

    .contact-us__tel {
        text-align: center;
        margin: 0 0 2rem 0;
    }

    .contact-us__tel:first-child {
        margin: 0 0 2rem 0;
    }

    .contact-us__msngr {
        margin: 0;
    }

    .main-map__address-holder {
        position: static;
        padding: 0;
    } 
    
    .main-map__address-tel  {
        flex-wrap: wrap;
    }

    .main-map__address-tel a {
        margin: 0 0 1rem 0;
    }

    .main-map__wrapper .bx-yandex-view-layout {
        border-radius: 0.8rem;
        overflow: hidden;
        height: 40rem;
    }

    .main-map__address {
        padding: 0;
        margin: 0 0 2rem 0;
    }

    .main-map__container {
        margin: 0 0 4rem 0;
    }

    .footer__top {
        grid-template-columns: repeat(1,1fr);
        padding: 2rem;
    }

    .footer__nav {
        display: none;
    }

    .footer__bottom {
        flex-wrap: wrap;
    }

    .footer__copyright,
    .footer__bottom-links {
        flex: 0 0 100%;
    }

    .footer__bottom-links a {
        display: block;
        margin: 0 0 1rem 0;
    }

    .footer__copyright {
        margin: 0 0 1rem 0;
    }

    .footer__menu-title {
        margin: 0 0 1rem 0;
        position: relative;
    }

    .footer__menu-title::before {
        content: "";
        position: absolute;
        right: 0;
        top: calc(50% - 1rem);
        width: 2rem;
        height: 2rem;
        background: url(/local/templates/podomedclinic/img/arrow-down.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.2s ease;
    }

    .footer__menu-title.active::before {
        transform: rotate(180deg);
    }

    .footer__info-text {
        margin: 0 0 2rem 0;
    }

    .footer__logo {
        margin: 0 0 2rem 0;
    }

    .service-section-list {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 0 4rem 0;
    }

    .yButton.bottom.right {
        transform: scale(0.6);
        right: 13px !important;
    }

    .breadcrumbs__container {
        margin: 7rem auto 0 auto;
    }

    .service-news-list__container {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 0 4rem 0;
    }

    .breadcrumbs__container .bx-breadcrumb {
        display: flex;
        overflow: auto;
    }

    div.breadcrumbs .breadcrumbs__container span {
        white-space: nowrap;
    }

    .service-detail__container {
        margin: 0 0 4rem 0;
    }

    .news-list__group {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-list__container {
        margin: 0 0 4rem 0;
    }

    .news-detail__container {
        margin: 0 0 4rem 0;
    }

    .news-detail h1,
    .static h1 {
        margin: 0 0 2rem 0;
    }

    .big-img,
    .news-list__item-img {
        height: 30rem;
    }

    .static__container {
        margin: 0 0 4rem 0;
    }

    .news-list__item-title,
    .news-list__item-preview {
        margin: 0 0 1rem 0;
    }

    .news-list__item-title{
        font-size: 2.2rem;
    }

    .news-detail__img {
        max-width: 50rem;
        float: none;
    }

    .main-map--page .main-map__address-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .not-found__number {
        font-size: 10rem;
        line-height: 10rem;
    }

    .service-detail__main-img {
        height: auto;
        max-width: 50rem;
        margin: 0 0 2rem 0;
        float: none;
    }

    .principles__list-item-text {
        padding: 0;
    }

     .project-table table {
        width: 70rem;
     }

    .project-table {
        overflow-y: scroll;
    }

    .project-table table thead th {
        font-size: 1.6rem;
    }

    .project-table table tr td {
        font-size: 1.4rem;
    }
}






