body {
    font-family: var(--main-font);
}

.container--custom {
    max-width: 1224px;
    width: 100%;
}

/* HEADER START */

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}

.header.scrolled .header__logo {
    max-width: 175px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0.75rem;
}

.header__logo {
    max-width: 280px;
    width: 100%;
    transition: 0.3s;
}

.header__btn {
    font-family: var(--main-font-semi-bold);
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: var(--color-orange);
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}

.header__btn:hover {
    opacity: 1;
}

/* HEADER END */

/* FOOTER START */
.footer__top,
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__wrapper {
    background: var(--color-light-blue);
    padding: 40px 103px;
    position: relative;
    z-index: 20;
}

.footer__figure {
    height: 58px;
    background: url(/local/templates/s1/images/footer/footer-figure.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 0px;
    z-index: 30;
}

.footer__figure::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 80px;
    width: 352px;
    /* transform: rotate(90deg); */
    background: url(/local/templates/s1/images/footer/footer-cloud.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__top {
    margin: 0 0 20px 0;
}

.footer__container {
    margin: 60px 0 0 0;
}

.footer__menu-list {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}

.footer__menu-item {
    margin: 0 30px 0 0;
}

.footer__menu-item:last-child {
    margin: 0;
}

.footer__menu-item a {
    font-family: var(--main-font-semi-bold);
    font-size: 16px;
    line-height: 20px;
    color: var(--color-blue);
    text-decoration: none;
}

.footer__menu-item:hover a {
    text-decoration: underline;
}

.footer__copyright {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-blue);
}

.footer__privacy-policy a {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-blue);
    text-decoration: none;
}

.footer__privacy-policy a:hover {
    color: var(--color-blue);
    text-decoration: underline;
}

/* FOOTER END */

/* TEXT BLOCK START */
.text-block__container {
    font-family: var(--main-font-semi-bold);
    font-size: 18px;
    line-height: 25px;
    color: var(--color-blue);
    text-align: center;
    margin: 50px 0;
}

.text-block--alt .text-block__container {
    margin: 50px 0 108px 0;
}

.text-block__container p {
    margin: 0;
    padding: 0 102px;
}

/* TEXT BLOCK END */

/* CONTACTS START */
.contacts__title {
    margin: 0 0 40px 0;
}

.contacts__title h2,
.contacts__title h1 {
    font-family: var(--main-font-semi-bold);
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--color-blue);
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.contacts__title h2::before,
.contacts__title h1::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 16px;
    background: #c4eaf9;
    bottom: 2px;
    left: -2px;
    z-index: -1;
    opacity: 1;
    border-radius: 4px;
}

.contacts__item {
    padding: 20px;
    background: rgba(255, 215, 135, 0.06);
    border-radius: 30px;
    border: 2px solid #FFD787;
    display: flex;
    min-height: 180px;
}

.contacts__item--alt {
    background: rgba(254, 185, 204, 0.06);
    border: 2px solid #FEB9CC;
}

.contacts__item--alt2 {
    background: rgba(137, 212, 243, 0.06);
    border: 2px solid #89D4F3;
}

.contacts__item-img {
    flex: 0 0 100px;
}

.contacts__item-content {
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
}

.contacts__item-title {
    font-family: var(--main-font-semi-bold);
    font-size: 25px;
    line-height: 30px;
    color: var(--color-blue);
    margin: 0 0 10px 0;
}

.contacts__item-list {
    list-style-image: url(/local/templates/s1/images/li-dot.png);
}

.contacts__item-list li {
    font-family: var(--main-font-semi-bold);
    font-size: 16px;
    line-height: 20px;
    color: var(--color-blue);
    margin: 0 0 10px 0;
}

.contacts__item-list li:last-child {
    margin: 0;
}

.contacts__item-list ul {
    padding-left: 17px;
    margin-bottom: 0;
}

.contacts__item-list span {
    font-family: var(--main-font);
    font-weight: 700;
}

.contacts__container {
    margin: 0 0 80px 0;
}

/* CONTACTS END */

/* MAIN MAP START */
.main-map__container {
    background: #FDFAF5;
    padding: 40px 103px 160px 103px;
    position: relative;
    z-index: 0;
}

.main-map__map-wrapper {
    max-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #B7E7AC;
    margin: 0 0 40px 0;
}

.main-map__figure-top {
    height: 58px;
    background: url(/local/templates/s1/images/main-map/map-figure.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-map__figure-bottom {
    height: 58px;
    background: url(/local/templates/s1/images/main-map/map-figure.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    position: relative;
}

.main-map__figure-bottom::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 220px;
    background: url(/local/templates/s1/images/main-map/map-cloud.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -20px;
    left: 120px;
    transform: rotate(180deg);
}

.main-map__figure-bottom::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 84px;
    background: url(/local/templates/s1/images/main-map/map-star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 200px;
    left: 16px;
    transform: rotate(180deg);
}

.main-map__title {
    margin: 0 0 40px 0;
}

.main-map__title h2 {
    font-family: var(--main-font-semi-bold);
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--color-blue);
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.main-map__title h2::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 16px;
    background: #fed9e1;
    bottom: 2px;
    left: -2px;
    z-index: -1;
    opacity: 1;
    border-radius: 4px;
}

.main-map__address-list-item {
    display: flex;
    margin: 0 0 30px 0;
}

.main-map__address-list-item:last-child {
    margin: 0;
} 

.main-map__address-list-item:last-child .main-map__list-icon-number {
    left: calc(50% - 11px);
}

.main-map__list-icon {
    flex: 0 0 40px;
    height: 40px;
    position: relative;
}

.main-map__list-icon img {
    display: block;
}

.main-map__list-icon-number {
    font-family: var(--main-font-semi-bold);
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: calc(50% - 6px);
    z-index: 10;
}

.main-map__list-content {
    padding: 0 0 0 20px;
}

.main-map__list-content-name {
    font-family: var(--main-font-semi-bold);
    font-size: 18px;
    line-height: 25px;
    color: var(--color-blue);
    margin: 0 0 10px 0;
}

.main-map__list-content-text p {
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 20px;
    color: var(--color-blue);
    margin-bottom: 10px;
}

.main-map__list-content-text .adr-line {
    margin: 0 0 10px 0;
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 20px;
    color: var(--color-blue);
}

.main-map__list-content-text .adr-line a {
    text-decoration: none;
    font-weight: 600;
}

.main-map__list-content-text .adr-line a:hover {
    text-decoration: underline;
    color: var(--color-blue);
}

/* MAIN MAP END */


/* CALLBACK FORM START */
.callback {
    display: none;
}

.callback-close-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 28, 29, 0.3);
    backdrop-filter: blur(5px);
    z-index: 100;
}

.callback__container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 150;
}

.callback__form {
    max-width: 600px;
    padding: 40px;
    background: #fff;
    border-radius: 40px;
    position: relative;
}

.callback__form-header {
    display: flex;
    position: relative;
    margin: 0 0 32px 0;
}

.callback__cross-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: url(/local/templates/doctoria/images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    cursor: pointer;
}

.callback__cross-close::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 18px;
    left: 0;
    transform: rotate(45deg);
}

.callback__cross-close::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 20px;
    left: 0;
    transform: rotate(135deg);
}

.callback__cross-close:hover {
    opacity: 1;
}

.callback__form-title {
    /* padding: 0 0 0 40px; */
}

.callback__form-title p {
    margin: 0;
}

.callback__form-title p:first-child {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: var(--color-blue);
    margin: 14px 0 8px 0;
}

/* .callback__form-title p:last-child {
    font-family: var(--secondary-font);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--grey-color);
} */

.callback__form-title p:first-child span {
    color: var(--brand-color-secondary);
}

.callback__form-input {
    height: 44px;
    display: flex;
    align-items: center;
    background: rgba(233, 240, 240, 1);
    border-radius: 40px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.callback__form-input input {
    width: 100%;
    border: none;
    outline: none;
    background: rgba(233, 240, 240, 1);
    padding: 0 24px;
}

.callback__form-input--transparent {
    background: transparent;
    height: auto;
    border-radius: 0;
}

.callback__checkbox {
    display: flex;
    margin: 0 0 20px 0;
    font-size: 0.875rem;
}

.callback__checkbox input {
    margin: 0 12px 0 0;
}

.callback__submit {
    display: flex;
    justify-content: center;
}

.callback__submit-btn {
    max-width: 240px;
    width: 100%;
    text-align: center;
    padding: 11px;
    background: var(--color-orange);
    color: #fff;
    border-radius: 40px;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
    border: none;
}

.callback__submit-btn:hover {
    background: var(--color-blue);
    color: #fff;
}

.callback__submit-btn.callback__submit-btn--disabled {
    opacity: 0.3;
    cursor: no-drop;
}

.callback__submit-btn.callback__submit-btn--disabled:hover {
    background: var(--color-orange);
    color: #fff;
}

.callback__form-time-placeholder,
.callback__form-time-list-item {
    font-size: 0.875rem;
}

.callback__form-time-placeholder {
    cursor: pointer;
}


.callback__form-input.callback__form-input--transparent {
    position: relative;
    overflow: visible;
}

.callback__form-time-list {
    display: none;
    border: 2px dashed var(--orange-color);
    position: absolute;
    top: 19px;
    left: 0;
    background-color: #fff;
    z-index: 50;
}

.callback__form-time-list-item {
    padding: 2px 4px;
    cursor: pointer;
}

.callback__form-time-list-item:hover {
    background: var(--orange-color);
    color: #fff;
}

.callback__form-time-placeholder {
    position: relative;
}

.callback__form-time-placeholder:hover::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    border-bottom: 2px dashed var(--orange-color);
}

.callback__input-error p {
    font-size: 0.875rem;
    color: red;
    padding: 0 0 0 24px;
}

.callback__submit-result {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    color: var(--link-color);
    text-align: center;
    display: none;
}

.callback__submit-result p {
    margin: 0;
}

.callback__form-time-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* CALLBACK FORM END */

.header-mob {
    display: none;
}

.inner-page-title {
    margin: 0 0 40px 0;
}

.inner-page-title h1 {
    font-family: var(--main-font-semi-bold);
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--color-blue);
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.inner-page-title h1::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 16px;
    background: var(--color-orange);
    bottom: 2px;
    left: -2px;
    z-index: -1;
    opacity: 0.6;
    border-radius: 4px;
}

.story-page-detail__video video {
    padding: 20px;
}


/* Policy start */

.policy h1 {
    font-family: var(--main-font-semi-bold);
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--color-blue);
    width: fit-content;
    position: relative;
    margin: 0 auto 40px auto;
}

.policy h1::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 16px;
    background: var(--color-orange);
    bottom: 2px;
    left: -2px;
    z-index: -1;
    opacity: 0.6;
    border-radius: 4px;
  }

  .policy p {
    color: var(--color-blue);
  }

/* Policy end */

@media(max-width:1000px) {
    .footer__figure {
        display: none;
    }

    .footer__wrapper {
        padding: 0 0.75rem;
    }

    .footer__menu-list {
        display: block;
    }

    .footer__top {
        flex-wrap: wrap;
    }

    .footer__logo,
    .footer__menu {
        flex: 0 0 100%;
    }

    .footer__logo {
        padding: 20px 0;
    }

    .footer__container .container--custom {
        padding-left: 0;
        padding-right: 0;
    }

    .footer__bottom {
        flex-wrap: wrap;
        padding: 0 0 20px 0;
    }

    .footer__copyright {
        margin: 0 0 10px 0;
    }

    .footer__menu-item {
        margin: 0 0 10px 0;
    }

    .mob-none {
        display: none;
    }

    .header__logo,
    .header__menu {
        display: none;
    }

    .header-mob {
        display: block;
        flex: 0 0 100%;
    }

    .header-mob__logo {
        max-width: 160px;
        margin: 0 auto;
    }

    .header__menu-list {
        display: block;
    }

    .header-mob .header__menu-item a {
        font-family: var(--main-font-semi-bold);
        font-size: 16px;
        line-height: 20px;
        color: var(--color-blue);
        text-decoration: none;
    }

    .header-mob .header__menu-list li {
        margin: 0 0 10px 0;
    }

    .header__btn {
        width: fit-content;
    }

    .header-mob__side-panel {
        padding: 0.75rem;
        position: fixed;
        width: 100%;
        top: 62px;
        left: -100%;
        background: #fff;
        transition: 0.3s;
    }

    .header-mob__side-panel.header-mob__side-panel--opened {
        left: 0;
    }

    .header-mob__burger-wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header-mob__burger {
        width: 40px;
        height: 28px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .header-mob__burger-line:first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.3s;
    }

    .header-mob__burger-line:nth-child(2) {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.3s;
    }

    .header-mob__burger-line:last-child {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.3s;
    }

    .header-mob__burger--active .header-mob__burger-line:first-child {
        transform: rotate(45deg);
        top: 13px;
        width: 80%;
    }

    .header-mob__burger--active .header-mob__burger-line:nth-child(2) {
        left: -100%;
    }

    .header-mob__burger--active .header-mob__burger-line:last-child {
        transform: rotate(135deg);
        bottom: 13px;
        width: 80%;
    }

    .main-slider__container {
        margin: 70px 0 0 0;
    }

    .main-slider-btn-next {
        right: 3px;
    }

    .main-slider-btn-prev {
        left: 3px;
    }

    .text-block--alt .text-block__container {
        margin: 40px 0;
    }

    .text-block__container {
        font-size: 16px;
    }

    .text-block__container p {
        padding: 0;
    }

    .faq__figure-top,
    .faq__figure-bottom {
        display: none;
    }

    .faq__container {
        padding: 20px 0.75rem;
        margin: 0 -0.75rem;
    }

    .faq__highlight::before {
        display: none;
    }

    .faq {
        margin: 0 0 40px 0;
    }

    .types-of-help__title {
        margin: 0 0 20px 0;
    }

    .types-of-help__title h2 {
        font-size: 28px;
    }

    .types-of-help__text {
        padding: 0;
    }

    .toh-top-block__item {
        margin: 0 0 20px 0;
    }

    .toh-top-block__container {
        margin: 0 0 20px 0;
    }

    .toh-bottom-block__figure-top,
    .toh-bottom-block__figure-bottom {
        display: none;
    }

    .toh-bottom-block__container {
        padding: 60px 0.75rem 0 0.75rem;
        margin: 0 -0.75rem;
    }

    .toh-bottom-block__item {
        margin: 0 0 60px 0;
    }

    .types-of-help__container {
        margin: 0 0 40px 0;
    }

    .team__item {
        flex-wrap: wrap;
    }

    .team__item-img,
    .team__item-content {
        flex: 0 0 100%;
    }

    .team__item-img {
        margin: 0 0 20px 0;
    }

    .team__item-img a {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .team__item-content {
        padding: 0;
    }

    .team__title h2,
    .team__title h1 {
        font-size: 28px;
    }

    .team__item-name {
        font-size: 22px;
    }

    .story__figure-top,
    .story__figure-bottom {
        display: none;
    }

    .story__title h2 {
        font-size: 28px;
    }

    .story-slider__container {
        padding: 0 0.75rem;
    }

    .story__container {
        padding: 20px 0 40px 0;
        margin: 0 -0.75rem;
    }

    .story-slider-btn-next {
        right: 18px;
    }

    .story-slider-btn-prev {
        left: 18px;
    }

    .story {
        margin: 0 0 40px 0;
    }

    .partners__item:first-child,
    .partners__item:nth-child(2),
    .partners__item:nth-child(3),
    .partners__item:nth-child(4),
    .partners__item:last-child {
        grid-column: 1 / span 6;
    }

    .partners__title h2,
    .partners__title h1 {
        font-size: 28px;
    }

    .material__figure-top,
    .material__figure-bottom {
        display: none;
    }

    .material__container {
        margin: 0 -0.75rem;
        padding: 20px 0.75rem;
    }

    .material__title h2 {
        font-size: 28px;
    }

    .material__title h2::before {
        display: none;
    }

    .material__title {
        margin: 0 0 20px 0;
    }

    .material__item {
        margin: 0 0 40px 0;
    }

    .material {
        margin: 0 0 20px 0;
    }

    .contacts__title {
        margin: 0 0 20px 0;
    }

    .contacts__title h2 {
        font-size: 28px;
    }

    .contacts__item {
        margin: 0 0 20px 0;
    }

    .contacts__item-title {
        font-size: 22px;
    }

    .main-map__figure-top,
    .main-map__figure-bottom {
        display: none;
    }

    .main-map__container {
        padding: 20px 0.75rem;
        margin: 0 -0.75rem;
    }

    .main-map__title h2 {
        font-size: 28px;
    }

    .breadcrumbs__container {
        margin: 70px 0 0 0;
    }

    .inner-page-title h1,
    .types-of-help__title h1 {
        font-size: 28px;
    }

    .contacts__title h2,
    .contacts__title h1,
    .story-page-detail__title h1 {
        font-size: 28px;
    }

    .figure-block__top,
    .figure-block__bottom {
        display: none;
    }

    .figure-block__container {
        padding: 40px 0.75rem;
        margin: 0 -0.75rem;
    }

    .figure-block__holder {
        flex-wrap: wrap;
    }

    .figure-block__img,
    .figure-block__text {
        flex: 0 0 100%;
    }

    .figure-block__text {
        padding: 0;
    }

    .figure-block__img {
        margin: 0 0 20px 0;
    }

    .figure-block {
        margin: 0 0 40px 0;
    }

    .story-page-detail__video {
        border: none;
        margin: 0 0 40px 0;
        overflow: visible;
    }

    .img-block__top,
    .img-block__bottom {
        display: none;
    }

    .img-block__container {
        padding: 40px 0.75rem;
        margin: 0 -0.75rem;
    }

    .img-block {
        margin: 0 0 40px 0;
    }

    .img-block .swiper-slide img {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .contacts__item-content {
        padding: 0 10px;
    }

    .story-slider__item {
        border-radius: 40px;
    }

    .story-slider__item-img img,
    .toh-top-block__img img,
    .toh-bottom-block__img img {
        max-height: 340px;
    }

    .story-page__item {
        margin: 0 0 60px 0;
    }

    .service-detail__title h1 {
        font-size: 28px;
    }

    .service-detail__title h1::before{
        display: none;
    }

    .service-detail-img__top,
    .service-detail-img__bottom {
        display: none;
    }

    .service-detail-img__container {
        padding: 40px 0.75rem;
        margin: 0 -0.75rem;
    }

    .service-detail-img__container img {
        margin: 0 auto 20px auto;
    }
}